Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2003-09-11 | Patch from Philippe to make respond to WM_SETTEXT. | nyamatongwe | 1 | -0/+1 | |
2003-09-08 | Fixed VC6 build - added clarion lexer | ssteele | 1 | -0/+4 | |
2003-09-08 | Avoid warning by promoting char to int. | nyamatongwe | 1 | -1/+1 | |
2003-09-08 | Comments and fixes from Philippe. | nyamatongwe | 1 | -9/+14 | |
2003-09-08 | Comments and fixes from Philippe. | nyamatongwe | 1 | -19/+19 | |
2003-09-08 | Patch from Philippe to patch restrict local function visibility and improve ↵ | nyamatongwe | 2 | -16/+28 | |
code. | |||||
2003-09-07 | Ensure word selection doesn't decompose DBCS characters. | nyamatongwe | 1 | -1/+1 | |
2003-09-07 | Updated compiler versions and GTK+ version choice. | nyamatongwe | 1 | -3/+5 | |
2003-09-07 | Updated required compiler versions. | nyamatongwe | 1 | -2/+2 | |
2003-09-05 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-09-05 | Patch from Marius Gheorghe to support multiple equivalent entries in | nyamatongwe | 2 | -5/+55 | |
WordList. | |||||
2003-09-05 | Ensure hotspot range initialised. | nyamatongwe | 1 | -4/+5 | |
Bug fixed in LayoutLine when determining if line has not changed. | |||||
2003-09-02 | Fixed hang when searching backwards in UTF-8 file for string | nyamatongwe | 1 | -1/+1 | |
that is not present. | |||||
2003-09-01 | Patch from Nathan Holstein to avoid NUL characters entered for | nyamatongwe | 1 | -0/+4 | |
FN+arrow keys. | |||||
2003-08-26 | Fixed bug that ignored high bit of characters in comparisons. | nyamatongwe | 1 | -1/+4 | |
2003-08-22 | MinGW Developer Studio site now reachable. | nyamatongwe | 1 | -2/+2 | |
2003-08-22 | Removed dead link. | nyamatongwe | 1 | -2/+2 | |