Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-18 | GTK+ version-sensitive definitions for widget query functions/macros | Unknown | 2 | -7/+23 | |
to avoid deprecation warnings on GTK+ 2.20. | |||||
2010-08-18 | Include deprecation options to make it easy to check for use of deprecated APIs. | nyamatongwe | 1 | -1/+2 | |
2010-08-18 | Allow disabling use of deprecated GdkFont by defining DISABLE_GDK_FONT. | nyamatongwe | 1 | -2/+39 | |
2010-08-18 | Avoid deprecated API gtk_type_class. | nyamatongwe | 1 | -1/+1 | |
2010-08-18 | Avoid deprecated API gtk_selection_clear. | nyamatongwe | 1 | -1/+4 | |
2010-08-18 | Removed code that is not used since GTK+ 1.x is no longer supported. | nyamatongwe | 1 | -41/+0 | |
That code used deprecated APIs. | |||||
2010-08-18 | Merged deprecation avoidance on GTK+. | nyamatongwe | 3 | -47/+52 | |
2010-08-18 | Fixed error with old compiler's incorrect view of scope. | nyamatongwe | 1 | -1/+1 | |
2010-08-17 | Upgraded deprecated APIs. | nyamatongwe | 2 | -46/+51 | |
2010-08-17 | Using a non-deprecated API to allow client code to pass deprecation checking. | nyamatongwe | 1 | -1/+1 | |
2010-08-16 | Credit. | nyamatongwe | 1 | -0/+1 | |
2010-08-16 | Bug #3045386 fixed: Markdown lexer can hang in an infinite loop | nyamatongwe | 1 | -2/+2 | |
Fix from Colomban Wendling. | |||||
2010-08-15 | Ensure lexers linked in whenever asked to find a lexer. | nyamatongwe | 1 | -0/+2 | |
2010-08-13 | Fix for bug #3043419 Unfolding incorrectly. | nyamatongwe | 1 | -1/+10 | |
When new line characters are inserted on a folded fold header line, the fold is unfolded. | |||||
2010-08-11 | Feature request #3042229 Refactor of powerpro lexer. | nyamatongwe | 1 | -132/+158 | |
Cleaned up the powerpro lexer. Renamed variables to be more descriptive Removed code that wasn't being used | |||||
2010-08-11 | Feature Request #3042228 Allow underscore to be a Powershell word character. | nyamatongwe | 1 | -1/+1 | |
2010-08-10 | Feature Request #3039490 Improved syntactic highlighting for Haskell | nyamatongwe | 1 | -81/+171 | |
'as' is a keyword but in all other contexts it is a normal identifier. The highligthting was failing if the operators are not separated by spaces: 10+20 There was highlighting for data types, classes and instances but it didn't work correctly. This was removed. | |||||
2010-08-07 | Ensure static linking of standard C++ library. | nyamatongwe | 1 | -4/+4 | |
Some tidying. | |||||
2010-08-07 | Fix crash when calling SCI_REPLACETARGETRE without having done a search first. | nyamatongwe | 1 | -1/+4 | |
2010-08-07 | Made it possible to turn folding off again by looking at the "fold" property. | nyamatongwe | 2 | -3/+12 | |
2010-08-06 | Bug #3031742 MySQL Lexer folding does not work. Fixed by Mike Lischke. | nyamatongwe | 1 | -92/+104 | |
2010-08-05 | Removing SC_CP_DBCS as it does not fit into new DBCS processing code. | nyamatongwe | 4 | -25/+14 | |
Updated documentation to describe the common DBCS support between platforms and removed outdated text. | |||||
2010-08-05 | Avoid drawing old pixbuf contents when scrolled far horizontally. | nyamatongwe | 1 | -0/+2 | |
Caused by 16-bit integer underflow on coordinates, possibly in X. | |||||
2010-08-05 | Korean code page 949 supported. | Unknown | 1 | -3/+3 | |
Chinese code page 936 maps to iconv id CP936 which maps more characters than GB2312. | |||||
2010-08-05 | DBCS case folder for GTK+. | Unknown | 1 | -22/+61 | |
2010-08-05 | Case insensitive search in DBCS and faster processing of DBCS. | nyamatongwe | 3 | -21/+117 | |
DBCS case folder implemented on Windows. | |||||
2010-08-05 | Removal of line end white space. | nyamatongwe | 1 | -3/+3 | |
2010-08-05 | Added Korean code pages 949 and 1361. | nyamatongwe | 1 | -0/+2 | |
2010-08-05 | Added code page 1361 Korean Johab to IsDBCSLeadByte. | nyamatongwe | 1 | -2/+7 | |
2010-08-05 | Bug #3039732 drag/drop on OSX overwrites clipboard. | nyamatongwe | 2 | -5/+8 | |
Patch from Eric Promislow. | |||||
2010-08-05 | Removed line end white space. | nyamatongwe | 2 | -90/+90 | |
2010-08-04 | Using NextPosition rather than MovePositionOutsideChar for column operations | nyamatongwe | 1 | -6/+8 | |
and brace matching as it is much faster on DBCS text. | |||||
2010-08-04 | Added NextPosition as more efficient way to iterate through DBCS characters. | nyamatongwe | 2 | -0/+71 | |
2010-08-04 | Simplified DBCS to only handle 1 and 2 byte characters in CP 932, 936, 949, ↵ | nyamatongwe | 1 | -18/+21 | |
or 950. Moved DBCS processing from Platform to Document. | |||||
2010-08-04 | Added test for bug #3038381. | nyamatongwe | 2 | -0/+8 | |
2010-08-04 | Added more style setting, using byte strings as that matches API. | nyamatongwe | 1 | -5/+7 | |
2010-08-04 | Bug #3038381 Escape of EOL in JS string does not work | nyamatongwe | 1 | -1/+3 | |
Patch from Stephan Deibel. | |||||
2010-08-02 | Moved line state one line earlier so it refers to the state at the end of ↵ | nyamatongwe | 1 | -3/+3 | |
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652. | |||||
2010-08-01 | Bug #3037586 Scintilla Cocoa doesn't compile the Framework makefile | nyamatongwe | 1 | -2/+2 | |
Missing lexer. | |||||
2010-07-31 | Patch from Stephan to remove bad folding for Django. Bug #3034853. | nyamatongwe | 1 | -5/+0 | |
2010-07-30 | Added tag rel-2-20 for changeset ffde119d297e | nyamatongwe | 1 | -0/+1 | |
2010-07-28 | Restore container lexing functionality which was accidentally removed by ↵ | nyamatongwe | 3 | -6/+14 | |
lexer objects changes. | |||||
2010-07-28 | Updated release date and added a fixed bug to the changelog. | nyamatongwe | 2 | -4/+8 | |
2010-07-27 | Fix problems with line state and fold level by duplicating value rather than ↵ | nyamatongwe | 1 | -5/+3 | |
inserting default. | |||||
2010-07-24 | Updated files and file locations for lexer objects changes. | nyamatongwe | 1 | -552/+610 | |
Added header search path to find headers in lexlib. | |||||
2010-07-24 | Updates from Scintilla-Cocoa project. | nyamatongwe | 7 | -146/+963 | |
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight. | |||||
2010-07-24 | More items. | nyamatongwe | 1 | -1/+11 | |
2010-07-24 | Removed debug logging. | nyamatongwe | 1 | -4/+3 | |
2010-07-23 | Change log for 2.20. | nyamatongwe | 2 | -5/+102 | |
2010-07-23 | Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE. | nyamatongwe | 1 | -0/+15 | |