aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Remove unused function.Neil1-6/+0
2014-07-18Conditionally use the namespace so that the functions match the header so link.Neil Hodgson1-0/+8
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil11-220/+364
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil5-269/+337
2014-07-16Bug [#1622]. Don't crash with SGML after a Mako comment.Neil2-1/+7
2014-07-15Implement separate timers for each type of periodic activity and turn them on...Neil Hodgson9-95/+359
2014-07-15Switch from tracking rectangle to tracking area. This is the more recent Coco...Neil Hodgson2-11/+23
2014-07-14Updated change log.Neil1-0/+7
2014-06-20Protect against calling Cairo function on versions of Cairo before it existed.nyamatongwe1-0/+2
2014-07-10Fix the insertText: method on ScintillaView to accept NSAttributedString as w...Neil Hodgson2-3/+6
2014-07-10When losing focus, complete any IME composition.Neil2-0/+7
2014-07-09Ensure correct width used for overstrike caret for multi-byte character on GTK+Neil1-1/+2
2014-07-08Updated make dependencies for new files.Neil1-47/+98
2014-07-08Made recent refactor work on Cocoa.Neil Hodgson3-4/+37
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil20-2632/+3316
2014-07-08Split parts of Editor class off into EditModel, MarginView, and EditView clas...Neil4-2395/+2511
2014-07-08Changing further non-virtual methods to const where made possible by previousNeil2-10/+10
2014-07-08Specifying some methods as const as they are used from display and measurementNeil5-16/+18
2014-07-08Feature [feature-requests:#1053]. Add a block comment state.Neil4-0/+14
2014-07-08Chnage log.Neil1-0/+8
2014-07-04Provide complete C prototypes for C-exported functionsColomban Wendling1-2/+2
2014-07-07Fixed link.Neil1-1/+1
2014-07-07Fix bug where too many characters may be deleted when a rectangular selection isNeil4-2/+22
2014-07-06Explain change for lexers.Neil1-0/+2
2014-07-03Added tag rel-3-4-4 for changeset 0df282b2c489Neil0-0/+0
2014-07-03More accureate traffic count.rel-3-4-4Neil1-1/+1
2014-06-30Making ready for 3.4.4.Neil7-14/+15
2014-06-30Update change log.Neil1-1/+31
2014-06-26Move decision to draw line end wrap marker and colour of marker to DrawEOL.Neil2-19/+14
2014-06-26Simplify DrawStyledText, extracting out DrawTextInStyle for re-use.Neil1-21/+18
2014-06-26Move calculation of line background colour to ViewStyle and represent as aNeil4-55/+56
2014-06-24Ensure context is not freed for measurement surfaces as it is NULL.Neil1-1/+1
2014-06-23GTK: Don't create unnecessary drawing contextsColomban Wendling1-14/+9
2014-06-23Mark DrawBlockCaret as const since it only draws and does not affect Editor.Neil2-2/+2
2014-06-23Use Range type for hotspot to simplify manipulation.Neil5-35/+28
2014-06-23Make drawing of markers const.Neil2-2/+2
2014-06-22Add missing comma.XhmikosR1-1/+1
2014-06-23Updated comment to match change 5151.Neil1-1/+1
2014-06-22Avoid warning from g++.Neil1-1/+1
2014-06-22Extra casting to prevent warnings from cppcheck.Neil1-2/+2
2014-06-22Stop storing a pointer to the selection on LineLayout objects where it may haveNeil5-11/+17
2014-06-22Further use of const in layout and drawing.Neil3-19/+19
2014-06-22Always use the passed ViewStyle instead of the global one as this can causeNeil1-10/+10
2014-06-22Drawing and measuring should not change ViewStyle which is set by the containerNeil8-42/+52
2014-06-22Change log.Neil1-0/+4
2014-06-22Typo.Neil1-1/+1
2014-06-19Bug [#1614]. Don't crash on incomplete macro definition "#define x(".Neil Hodgson1-1/+3
2014-06-17Change log.Neil1-0/+4
2014-06-17Stop copying private headers to framework headers directory.Neil Hodgson1-8/+8
2014-06-17Only define namespaces when compiling as C++.Neil Hodgson1-2/+2