Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-27 | Only supporting MINGW version 3.1. | nyamatongwe | 1 | -19/+0 | |
2003-09-27 | Separate tex lexer. | nyamatongwe | 11 | -6/+688 | |
Metapost lexer. Export as XML. | |||||
2003-09-27 | Updated YAML lexer. | nyamatongwe | 1 | -93/+215 | |
2003-09-27 | Updated YAML lexer. | nyamatongwe | 2 | -0/+4 | |
2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 3 | -75/+58 | |
2003-09-26 | Fixed compilation for GTK+ 1.x. | nyamatongwe | 2 | -3/+3 | |
2003-09-26 | Removed another completed item. | nyamatongwe | 1 | -6/+0 | |
2003-09-26 | Removed items that have been completed. | nyamatongwe | 1 | -15/+2 | |
2003-09-26 | Updated download sizes. | nyamatongwe | 1 | -2/+2 | |
2003-09-26 | Updated with all items from mail. | nyamatongwe | 1 | -2/+29 | |
2003-09-25 | Added items about this version. | nyamatongwe | 1 | -2/+55 | |
2003-09-25 | Updating for 1.55. | nyamatongwe | 3 | -7/+19 | |
2003-09-25 | Updating version number to 1.55. | nyamatongwe | 3 | -5/+16 | |
2003-09-24 | Fixed read past end of allocation in drawing indicators. | nyamatongwe | 1 | -4/+6 | |
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-23 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-09-23 | Scriptol updates. | nyamatongwe | 2 | -36/+28 | |
2003-09-23 | New version from Denis Sureau. | nyamatongwe | 1 | -226/+203 | |
2003-09-23 | Added Platform.h as it includes compile pragmas to avoid | nyamatongwe | 1 | -0/+2 | |
unwanted warnings. | |||||
2003-09-22 | Removed modification history. | nyamatongwe | 1 | -105/+41 | |
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 | Added YAML and MPT lexers. | ssteele | 1 | -0/+8 | |
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 | Credits. | nyamatongwe | 1 | -0/+1 | |
2003-09-21 | YAML lexer added. | nyamatongwe | 6 | -2/+12 | |
2003-09-21 | Initial version | nyamatongwe | 1 | -0/+181 | |
2003-09-21 | Remove temporary file if no update. | nyamatongwe | 1 | -1/+3 | |
2003-09-21 | YAML. | nyamatongwe | 2 | -0/+18 | |
2003-09-21 | Avoid file rewrite when contents unchanged. | nyamatongwe | 1 | -3/+12 | |
2003-09-21 | Whitespace at end of lines. | nyamatongwe | 2 | -2/+2 | |
2003-09-21 | Added MPT lexer. | nyamatongwe | 5 | -4/+14 | |
2003-09-21 | Creating static library Lexer.a from lexer object files to | nyamatongwe | 1 | -4/+9 | |
work around compiler command line limit. | |||||
2003-09-21 | Initial version. | nyamatongwe | 1 | -0/+182 | |
2003-09-21 | Added Lex statement for LOT. | nyamatongwe | 1 | -2/+3 | |
2003-09-21 | Added MPT lexer. | nyamatongwe | 2 | -2/+19 | |
2003-09-20 | Typo fixed.s | nyamatongwe | 1 | -1/+1 | |
2003-09-20 | Formatting, dates. | nyamatongwe | 3 | -8/+12 | |
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 | 4 | -23/+115 | |
2003-09-18 | Safe parts of idle time wrapping. | nyamatongwe | 3 | -0/+22 | |
2003-09-18 | Idle time support. | nyamatongwe | 1 | -5/+37 | |
Changed character set names to work on FreeBSD. | |||||
2003-09-18 | Added credit. | nyamatongwe | 1 | -0/+1 | |
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-18 | Added Idler ID for use in idle code. | nyamatongwe | 1 | -0/+1 | |
2003-09-18 | Fix for using wrong loop bound. | nyamatongwe | 1 | -1/+1 | |
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-12 | Fixed LexerManager Clear method as recommended by Sam Nabialek. | ssteele | 1 | -1/+2 | |
2003-09-11 | Fixed indicator documentation. | nyamatongwe | 1 | -1/+9 | |
2003-09-11 | Setting DEBUG as normal build when developing. | nyamatongwe | 1 | -4/+4 | |