Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-12 | Extra argument validation from Philippe. | nyamatongwe | 1 | -2/+6 | |
2004-04-12 | Comments from Philippe. | nyamatongwe | 1 | -7/+9 | |
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-06 | SCI_SETTEXT made a single undo action. | nyamatongwe | 1 | -2/+4 | |
2004-04-05 | Patch from Kein-Hong Man: | nyamatongwe | 1 | -6/+54 | |
- fixed / interpretation following -> style variables/objects - fixed ->y type cases where lexer sees regex-type blocks | |||||
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-04 | Credit | nyamatongwe | 1 | -0/+1 | |
2004-04-02 | String code from Pavol Bosik used by Anjuta. | nyamatongwe | 3 | -2/+29 | |
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 | -1/+2 | |
font rendering to allow a platform-specific tweak. | |||||
2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 4 | -10/+13 | |
font rendering to allow a platform-specific tweak. | |||||
2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 2 | -4/+6 | |
font rendering to allow a platform-specific tweak. | |||||
2004-03-27 | Indent white space fix. | nyamatongwe | 1 | -2/+2 | |
2004-03-27 | Credits. | nyamatongwe | 1 | -0/+3 | |
2004-03-27 | Added AutoIt 3 and APDL lexers. | nyamatongwe | 12 | -106/+609 | |
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes. | |||||
2004-03-27 | Fixed bug when wrapping and undo removes all text in | nyamatongwe | 1 | -1/+7 | |
document. | |||||
2004-03-21 | Avoid compiler warning. | nyamatongwe | 1 | -0/+7 | |
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-20 | Fixed a clash in the line layout cache when caching page and caret | nyamatongwe | 1 | -2/+6 | |
was reusing a slot already used. | |||||
2004-03-19 | Added MFC wrapper link. | nyamatongwe | 1 | -0/+4 | |
2004-03-19 | Patch from Bruce Dodson for diff/patch files improves lexer and | nyamatongwe | 1 | -6/+56 | |
adds folder. | |||||
2004-03-19 | Patch from John Ehresman to prevent a hang when called to lex for 1 | nyamatongwe | 1 | -2/+1 | |
character from the start of a multi-character string start. | |||||
2004-03-17 | Credit. | nyamatongwe | 1 | -1/+1 | |
2004-03-15 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-03-10 | PropSet can not be copied so made explicit with private copy | nyamatongwe | 1 | -0/+5 | |
constructor and operator=. | |||||
2004-03-09 | Added missing lexers. | ssteele | 1 | -0/+12 | |
2004-03-08 | Ensure someStylesProtected is initialised. | nyamatongwe | 1 | -0/+1 | |
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-06 | Now passes the w3c validator. | nyamatongwe | 1 | -2/+2 | |
2004-03-06 | Link fixup. | nyamatongwe | 1 | -3/+3 | |
2004-03-06 | Fixing broken links. | nyamatongwe | 4 | -35/+35 | |
2004-03-04 | Added startswith and endswith methods to SString. | nyamatongwe | 2 | -1/+19 | |
2004-03-04 | Patch from Philippe to make decoding safer. | nyamatongwe | 1 | -4/+23 | |
2004-03-02 | Patches from Jakub for PHP complex variables and here docs. | nyamatongwe | 1 | -5/+36 | |
2004-03-02 | PyCrash. | nyamatongwe | 1 | -0/+4 | |
2004-03-01 | Specman language support. | nyamatongwe | 3 | -1/+8 | |
2004-03-01 | Specman language support. | nyamatongwe | 1 | -0/+286 | |
2004-03-01 | Specman language support. | nyamatongwe | 5 | -2/+43 | |
2004-03-01 | Removed future page as not maintained. | nyamatongwe | 1 | -19/+15 | |
Explicitly point to scintilla.sourceforge.net so can be used on both sites. | |||||
2004-02-29 | Patch from Bruce to return required allocation size when a NULL | nyamatongwe | 3 | -30/+52 | |
pointer is used as a stringresult argument. | |||||
2004-02-28 | Patch from Davide Scola to allow an extra level of choice | nyamatongwe | 1 | -0/+1 | |
in where the files are installed by defining DESTDIR. | |||||
2004-02-27 | Patch from Jakub. | nyamatongwe | 2 | -7/+12 | |
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open. | |||||
2004-02-26 | PHP variables inside strings. | nyamatongwe | 3 | -3/+19 | |
2004-02-26 | Bruce moved the constructors from number types out of line. | nyamatongwe | 2 | -12/+17 | |
2004-02-26 | Patch to indent to next indent mark rather than to add the | nyamatongwe | 1 | -1/+2 | |
indent amount. | |||||
2004-02-26 | State for errors from HTML Tidy. | nyamatongwe | 2 | -0/+2 | |