aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Include control ID in WM_COMMAND notifications.nyamatongwe1-2/+4
2011-07-11Fix memory leaks for font and color objects.nyamatongwe3-2/+16
2011-07-11Make Unicode input through Ctrl+Shift+U work by passing key releasenyamatongwe1-2/+6
2011-07-11Compiling with Clang and increasing warnings.nyamatongwe1-0/+10
2011-07-11Avoid unused parameter warnings when deliberate.nyamatongwe3-15/+33
2011-07-11Fix type warnings.nyamatongwe2-2/+3
2011-07-11Fix warning about extra ';'.nyamatongwe1-1/+1
2011-07-11Avoid shadowing of fields even for static methods to stop warnings.nyamatongwe4-10/+10
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe4-42/+42
2011-07-10Added header used in Scintilla and removed header not used for Cocoa.nyamatongwe1-7/+7
2011-07-10Return byte length of insertion for encoding from InsertText so can benyamatongwe2-3/+3
2011-07-10If requested font can't be created use same font without bold or italic.nyamatongwe1-1/+16
2011-07-10Remove unnecessary code.nyamatongwe1-2/+0
2011-07-10Allow drag to trash to delete.nyamatongwe1-1/+13
2011-07-10Made drag image work similar to the Carbon port.nyamatongwe1-7/+84
2011-07-10Removed or replaced out of date TODO comments.nyamatongwe1-10/+9
2011-07-10Make copies of bitmap images so they can outlive their surface.nyamatongwe1-2/+10
2011-07-10Don't allow buffered drawing to be turned on as it doesn't work.nyamatongwe1-0/+3
2011-07-10Encoding support for copy and text insertion.nyamatongwe1-7/+23
2011-07-10Paste text into different encodings.nyamatongwe1-2/+19
2011-07-10Display and measure text in different encodings.nyamatongwe2-25/+69
2011-07-10Store character set in QuartzTextStyle.nyamatongwe2-2/+11
2011-07-10Implement ScrollText.nyamatongwe2-0/+46
2011-07-10Ignore some more Xcode state files.nyamatongwe1-0/+6
2011-07-09Fixed mistake in last change.nyamatongwe1-1/+0
2011-07-08Removed fold.comment.python property as it has not worked for many years.nyamatongwe1-24/+7
2011-07-08Bug #3325333. Property lexer.python.keywords2.no.sub.identifiers controlsnyamatongwe1-5/+14
2011-07-06Fix problems with folding not extending to final line. Bug #3349157.nyamatongwe2-6/+7
2011-07-02Folding related fixes. Initiated by bug #3323805.Marko Njezic5-208/+201
2011-07-02Fix warning from previous change.nyamatongwe1-0/+2
2011-07-02Recognise COBOL comments '*' in column 7 or '*>'. Bug #3014850.nyamatongwe2-0/+9
2011-07-02Fix for assertion failure with annotation. Bug #3347268.nyamatongwe1-1/+1
2011-07-02Clarified symbols in textual margins.nyamatongwe1-3/+5
2011-06-27Fixed some "unsigned comparison with 0" warnings.nyamatongwe1-3/+3
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe8-56/+81
2011-06-25Fixed dependency.nyamatongwe1-1/+1
2011-06-25Initial implementation of RGBA images.nyamatongwe23-56/+562
2011-06-20Properly highlight fold markers on sub lines. Bug #3323015.Marko Njezic2-8/+11
2011-06-24Support for new Mako block syntax. Feature #3325178.nyamatongwe1-10/+20
2011-06-24LexPython: keywords2: don't highlight sub-identifiers. Bug #3325333.nyamatongwe1-1/+6
2011-06-24Credit.nyamatongwe1-0/+1
2011-06-23Disable folding for mako template files. Bug #3324563.nyamatongwe1-6/+1
2011-06-23Added tag rel-2-27 for changeset 02d0b25c22c3nyamatongwe1-0/+1
2011-06-22Bug #3315756. Look at character under pointer to determine whethernyamatongwe1-1/+1
2011-06-22Made IME work on GTK+ 2.x with Cairo. Bug #3311423.nyamatongwe1-1/+6
2011-06-22Support IME on GTK+ 3.nyamatongwe1-1/+41
2011-06-22Further explanation of XPM images.nyamatongwe1-10/+24
2011-05-12Make rounded rectangle work on Cairo versions before 1.2.nyamatongwe1-0/+5
2011-05-12Switching to function that works on all supported versions of GTK+.nyamatongwe1-1/+1
2011-06-19Fix problems when using CAIRO on older GTK+ versions. Bug #3322351.Marko Njezic1-3/+31