| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2003-11-30 | Lexers now added to library. | nyamatongwe | 2 | -13/+65 | |
| 2003-11-04 | Erlang support. | nyamatongwe | 2 | -4/+8 | |
| 2003-10-25 | Removed setting autocompletion font to same as text when the text is using | nyamatongwe | 1 | -11/+2 | |
| a GDK font. There have been crashes with this. | |||||
| 2003-10-15 | Forthe lexer added. | nyamatongwe | 2 | -3/+6 | |
| 2003-10-13 | PowerBasic lexer added. | nyamatongwe | 2 | -2/+5 | |
| 2003-10-09 | Patch from Jim Cape for GTK+ 2.3 compatibility. | nyamatongwe | 1 | -3/+22 | |
| 2003-10-04 | Adaptor template to allow use of versions of iconv that use a const | nyamatongwe | 2 | -4/+20 | |
| source parameter as well as versions that use non-const. | |||||
| 2003-09-27 | Separate tex lexer. | nyamatongwe | 2 | -3/+9 | |
| Metapost lexer. Export as XML. | |||||
| 2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 1 | -69/+58 | |
| 2003-09-26 | Fixed compilation for GTK+ 1.x. | nyamatongwe | 2 | -3/+3 | |
| 2003-09-24 | Patch from Naba to set font on autocompletion correctly. | nyamatongwe | 1 | -7/+3 | |
| Added a couple of pixels height to fit even number of rows. | |||||
| 2003-09-22 | Patch from Naba to use GtkTreeView on GTK+ 2 rather | nyamatongwe | 1 | -8/+229 | |
| than GtkCList which has been deprecated. Protected experimental DBCS code from compiling on GTK+ 1.x. | |||||
| 2003-09-21 | Made DBCS work with changes to Pango character position calculation. | nyamatongwe | 1 | -38/+73 | |
| Experimental calculation of DBCS character width using iconv rather than mblen. | |||||
| 2003-09-21 | YAML lexer added. | nyamatongwe | 2 | -1/+4 | |
| 2003-09-21 | Whitespace at end of lines. | nyamatongwe | 1 | -1/+1 | |
| 2003-09-21 | Added MPT lexer. | nyamatongwe | 2 | -4/+7 | |
| 2003-09-20 | Updated to match SetIdle return type. | nyamatongwe | 1 | -1/+1 | |
| 2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -2/+3 | |
| 2003-09-18 | Idle time support. | nyamatongwe | 1 | -5/+37 | |
| Changed character set names to work on FreeBSD. | |||||
| 2003-09-18 | Optimization of width measuring code from Naba. | nyamatongwe | 1 | -28/+33 | |
| Support for idle time processing. Changes to character set names used with iconv to make work on FreeBSD. | |||||
| 2003-09-14 | Use iso8859-13 for Baltic. | nyamatongwe | 1 | -2/+2 | |
| 2003-09-14 | Fixed bugs when converting keycodes into non-Unicode text. | nyamatongwe | 1 | -1/+3 | |
| iconv_open arguments reversed. Do not mask out high byte on GTK+ 2. | |||||
| 2003-09-01 | Patch from Nathan Holstein to avoid NUL characters entered for | nyamatongwe | 1 | -0/+4 | |
| FN+arrow keys. | |||||
| 2003-08-21 | List boxes now display with same font as current style when | nyamatongwe | 1 | -2/+10 | |
| that font is a Pango font. | |||||
