aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2010-08-18Include deprecation options to make it easy to check for use of deprecated APIs.nyamatongwe1-1/+2
2010-08-18Allow disabling use of deprecated GdkFont by defining DISABLE_GDK_FONT.nyamatongwe1-2/+39
2010-08-18Avoid deprecated API gtk_type_class.nyamatongwe1-1/+1
2010-08-18Avoid deprecated API gtk_selection_clear.nyamatongwe1-1/+4
2010-08-18Removed code that is not used since GTK+ 1.x is no longer supported.nyamatongwe1-41/+0
2010-08-18Merged deprecation avoidance on GTK+.nyamatongwe3-47/+52
2010-08-18Fixed error with old compiler's incorrect view of scope.nyamatongwe1-1/+1
2010-08-17Upgraded deprecated APIs.nyamatongwe2-46/+51
2010-08-17Using a non-deprecated API to allow client code to pass deprecation checking.nyamatongwe1-1/+1
2010-08-16Credit.nyamatongwe1-0/+1
2010-08-16Bug #3045386 fixed: Markdown lexer can hang in an infinite loopnyamatongwe1-2/+2
2010-08-15Ensure lexers linked in whenever asked to find a lexer.nyamatongwe1-0/+2
2010-08-13Fix for bug #3043419 Unfolding incorrectly.nyamatongwe1-1/+10
2010-08-11Feature request #3042229 Refactor of powerpro lexer.nyamatongwe1-132/+158
2010-08-11Feature Request #3042228 Allow underscore to be a Powershell word character.nyamatongwe1-1/+1
2010-08-10Feature Request #3039490 Improved syntactic highlighting for Haskellnyamatongwe1-81/+171
2010-08-07Ensure static linking of standard C++ library.nyamatongwe1-4/+4
2010-08-07Fix crash when calling SCI_REPLACETARGETRE without having done a search first.nyamatongwe1-1/+4
2010-08-07Made it possible to turn folding off again by looking at the "fold" property.nyamatongwe2-3/+12
2010-08-06Bug #3031742 MySQL Lexer folding does not work. Fixed by Mike Lischke.nyamatongwe1-92/+104
2010-08-05Removing SC_CP_DBCS as it does not fit into new DBCS processing code.nyamatongwe4-25/+14
2010-08-05Avoid drawing old pixbuf contents when scrolled far horizontally.nyamatongwe1-0/+2
2010-08-05Korean code page 949 supported.nyamatongwe1-3/+3
2010-08-05DBCS case folder for GTK+.nyamatongwe1-22/+61
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe3-21/+117
2010-08-05Removal of line end white space.nyamatongwe1-3/+3
2010-08-05Added Korean code pages 949 and 1361.nyamatongwe1-0/+2
2010-08-05Added code page 1361 Korean Johab to IsDBCSLeadByte.nyamatongwe1-2/+7
2010-08-05Bug #3039732 drag/drop on OSX overwrites clipboard.nyamatongwe2-5/+8
2010-08-05Removed line end white space.nyamatongwe2-90/+90
2010-08-04Using NextPosition rather than MovePositionOutsideChar for column operationsnyamatongwe1-6/+8
2010-08-04Added NextPosition as more efficient way to iterate through DBCS characters.nyamatongwe2-0/+71
2010-08-04Simplified DBCS to only handle 1 and 2 byte characters in CP 932, 936, 949, o...nyamatongwe1-18/+21
2010-08-04Added test for bug #3038381.nyamatongwe2-0/+8
2010-08-04Added more style setting, using byte strings as that matches API.nyamatongwe1-5/+7
2010-08-04Bug #3038381 Escape of EOL in JS string does not worknyamatongwe1-1/+3
2010-08-02Moved line state one line earlier so it refers to the state at the end of the...nyamatongwe1-3/+3
2010-08-01Bug #3037586 Scintilla Cocoa doesn't compile the Framework makefilenyamatongwe1-2/+2
2010-07-31Patch from Stephan to remove bad folding for Django. Bug #3034853.nyamatongwe1-5/+0
2010-07-30Added tag rel-2-20 for changeset ffde119d297enyamatongwe0-0/+0
2010-07-28Restore container lexing functionality which was accidentally removed by lexe...rel-2-20nyamatongwe3-6/+14
2010-07-28Updated release date and added a fixed bug to the changelog.nyamatongwe2-4/+8
2010-07-27Fix problems with line state and fold level by duplicating value rather than ...nyamatongwe1-5/+3
2010-07-24Updated files and file locations for lexer objects changes.nyamatongwe1-552/+610
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe7-146/+963
2010-07-24More items.nyamatongwe1-1/+11
2010-07-24Removed debug logging.nyamatongwe1-4/+3
2010-07-23Change log for 2.20.nyamatongwe2-5/+102
2010-07-23Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE.nyamatongwe1-0/+15
2010-07-23Casts to avoid compiler warnings.nyamatongwe1-3/+3