Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-04 | Changed requisition height to be screen height so containers with | nyamatongwe | 1 | -1/+1 | |
no sizing policy are not expanded too far beyond screen bounds. | |||||
2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -2/+2 | |
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 2 | -1/+4 | |
2004-10-03 | Patch from Stephan Deibel for GTK+ that makes rectangular | nyamatongwe | 1 | -9/+12 | |
selection use Alt rather than Ctrl on Windows so that it follows the platform convention. | |||||
2004-10-03 | Patch from Shane Caraveo for GTK+ 2 to make finishing | nyamatongwe | 1 | -5/+10 | |
autocomplete with a prefix not matching any item in the list not cause the prefix to be deleted. | |||||
2004-09-19 | Patch from Shane Caraveo to apply the background drawing | nyamatongwe | 1 | -4/+4 | |
avoidance patch on GTK+ 1.x. | |||||
2004-09-17 | Patch from Artem Baguinski to protect against ascent of 0. | nyamatongwe | 1 | -1/+4 | |
2004-08-09 | Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used | nyamatongwe | 1 | -33/+3 | |
on other platforms. Changed name to TransformLineEnds as Document already had a ConvertLineEnds. | |||||
2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 2 | -7/+10 | |
2004-07-10 | Fix from John Ehresman for immediately redrawing exposed | nyamatongwe | 1 | -0/+1 | |
areas when scrolling. | |||||
2004-06-23 | Patch for autocompletion from Trent Mick that prevents | nyamatongwe | 1 | -2/+13 | |
selecting an item when no item matches typed text. | |||||
2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -34/+119 | |
UTF-8 and converting from UTF-8 to the document encoding. | |||||
2004-05-16 | Do not use new GtkClipboard code on GTK+ 2.0.x as | nyamatongwe | 1 | -7/+11 | |
it was not available until 2.2. | |||||
2004-05-11 | Modifications to selection handling to make copying and | nyamatongwe | 2 | -78/+78 | |
pasting from/to various encodings work. | |||||
2004-05-11 | Inhibit warnings from using char as index. | nyamatongwe | 1 | -1/+1 | |
2004-05-02 | Draw lines without the final pixel: this is the same as on | nyamatongwe | 1 | -0/+4 | |
Win32 leading to more consistent graphics. | |||||
2004-04-26 | Avoid unused parameter warning on GTK+ 2. | nyamatongwe | 1 | -0/+1 | |
2004-04-25 | Patch from John ensures iconv only used when available. | nyamatongwe | 1 | -13/+14 | |
Moved atom initialisation to ScintillaGTK::ClassInit to avoid any threading issues. | |||||
2004-04-17 | Fix copy of ASCII text to clipboard. | nyamatongwe | 1 | -3/+5 | |
2004-04-17 | Patch from John Ehresman to allow clipboard to live beyond | nyamatongwe | 1 | -73/+160 | |
life of Scintilla widget and to remember character set of selections so they can be converted. | |||||
2004-04-12 | Added lexer for bash and sh from Kein-Hong Man. | nyamatongwe | 2 | -7/+10 | |
2004-04-07 | Ensure marshaller compiled when no GTK+ version specified. | nyamatongwe | 1 | -0/+1 | |
2004-04-07 | Patch from John Ehresman to avoid extra drawing of background | nyamatongwe | 1 | -1/+19 | |
which can be slow especially with some themes. | |||||
2004-04-07 | Patch from John Ehresman to allow compilation for GTK+ 2 | nyamatongwe | 1 | -7/+30 | |
on Windows. | |||||
2004-04-04 | Patch from Johannes Schmid to make signals from Scintilla | nyamatongwe | 3 | -0/+108 | |
work on AMD 64 where sizeof(int) != sizeof(void *). | |||||
2004-04-04 | Patch from Johannes Schmid to make signals from Scintilla | nyamatongwe | 2 | -5/+11 | |
work on AMD 64 where sizeof(int) != sizeof(void *). | |||||
2004-04-02 | Patch from Pavol Bosik to ensure calltips stay on screen. | nyamatongwe | 2 | -2/+15 | |
2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 1 | -3/+4 | |
font rendering to allow a platform-specific tweak. | |||||
2004-03-27 | Added AutoIt 3 and APDL lexers. | nyamatongwe | 2 | -4/+10 | |
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes. | |||||
2004-03-21 | Copy DBCS text to be drawn or measured into another buffer | nyamatongwe | 1 | -3/+15 | |
so that is can be \0 terminated. Previously read beyond end of text segment. When mblen returns -1 to say byte is not part of DBCS string, convert to 1 so loop does not run over. | |||||
2004-03-07 | Fixed primary selection copy to self. | nyamatongwe | 1 | -1/+1 | |
2004-03-06 | Patch from John Ehresman to avoid unwanted sorting of autocompletion lists. | nyamatongwe | 1 | -3/+0 | |
2004-03-01 | Specman language support. | nyamatongwe | 2 | -1/+5 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 2 | -4/+7 | |
2004-02-22 | Added patch to input method show preedit window. | nyamatongwe | 1 | -10/+110 | |
Patch author: Yuiga. | |||||
2004-02-21 | Kix lexer. | nyamatongwe | 2 | -4/+7 | |
2004-02-20 | Patch from John Ehresman to fix segfault on long lines. | nyamatongwe | 1 | -2/+2 | |
2004-02-20 | Patch from John Ehresman to fix sizing problems when Scintilla | nyamatongwe | 1 | -0/+1 | |
embedded in a notebook. | |||||
2004-02-03 | Use g_iconv on GTK+ 2. | nyamatongwe | 1 | -5/+23 | |
2004-01-31 | Chooses between input method or standard keyboard reading based | nyamatongwe | 1 | -2/+2 | |
on whether character set is Asian or not. Encapsulated access to iconv in Converter class. | |||||
2004-01-31 | Chooses between input method or standard keyboard reading based | nyamatongwe | 2 | -64/+35 | |
on whether character set is Asian or not. Encapsulated access to iconv in Converter class. | |||||
2004-01-31 | First version. | nyamatongwe | 1 | -0/+53 | |
2004-01-31 | Attempt at allowing both input methods for Asian character sets | nyamatongwe | 1 | -43/+67 | |
and sensible conversion to 8 bit for European character sets. | |||||
2004-01-25 | Patch from John Ehresman to avoid gdk warnings because of | nyamatongwe | 1 | -0/+1 | |
unbalanced reference counts on widget style. | |||||
2004-01-20 | Support from Avi Yegudin for Verilog. | nyamatongwe | 2 | -1/+4 | |
2004-01-18 | Added MSSQL lexer. | nyamatongwe | 2 | -3/+6 | |
2003-12-23 | Removed -b flag from whereis to avoid trouble on OS X. | nyamatongwe | 1 | -1/+1 | |
2003-12-23 | Fixed unused parameter warnings. | nyamatongwe | 1 | -8/+9 | |
2003-12-15 | Changes to allow international input on GTK+ 2. | nyamatongwe | 1 | -2/+62 | |
2003-12-05 | Mac OS X improvement. | nyamatongwe | 1 | -4/+2 | |