Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-01 | Patch from Florian Balmer to perform clipboard actions | nyamatongwe | 1 | -39/+141 | |
using Unicode where possible and doing reasonable conversions to and from the character set in use. | |||||
2004-05-28 | Updates for 1.61. | nyamatongwe | 1 | -4/+4 | |
2004-04-28 | Incremented version number. | nyamatongwe | 1 | -4/+4 | |
2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -1/+1 | |
2004-04-26 | Extra safety if ClipBoard already opened or allocation fails. | nyamatongwe | 1 | -4/+6 | |
2004-04-12 | Added lexer for bash and sh from Kein-Hong Man. | nyamatongwe | 3 | -7/+13 | |
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-27 | Added AutoIt 3 and APDL lexers. | nyamatongwe | 4 | -5/+17 | |
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes. | |||||
2004-03-01 | Specman language support. | nyamatongwe | 3 | -1/+8 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 3 | -4/+10 | |
2004-02-21 | Kix lexer. | nyamatongwe | 3 | -4/+10 | |
2004-02-19 | Updated year. | nyamatongwe | 1 | -1/+1 | |
2004-02-17 | 1.59. | nyamatongwe | 1 | -4/+4 | |
2004-02-06 | Changed window object destruction to occor on WM_NCDESTROY | nyamatongwe | 1 | -2/+2 | |
rather than WM_DESTROY as WM_NCDESTROY is the last message a window sees. | |||||
2004-01-20 | Support from Avi Yegudin for Verilog. | nyamatongwe | 3 | -1/+7 | |
2004-01-18 | Added MSSQL lexer. | nyamatongwe | 3 | -3/+9 | |
2004-01-10 | Updating for release 1.58. | nyamatongwe | 1 | -5/+5 | |
2003-12-23 | Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo to | nyamatongwe | 1 | -10/+22 | |
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar. | |||||
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+1 | |
whitespace at line ends. | |||||
2003-11-26 | Updating version number. | nyamatongwe | 1 | -4/+4 | |
2003-11-08 | Using posted message to continue wrapping while allowing other messages | nyamatongwe | 1 | -2/+27 | |
to be processed. | |||||
2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 1 | -8/+4 | |
was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 1 | -1/+1 | |
Shorter time between timer ticks. | |||||
2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 1 | -6/+31 | |
2003-11-04 | Erlang support. | nyamatongwe | 3 | -4/+11 | |
2003-11-04 | Fix to potential problem with SetTimer. | nyamatongwe | 1 | -1/+5 | |
2003-10-23 | Updates for version 1.56. | nyamatongwe | 1 | -4/+4 | |
2003-10-15 | Added definitions of OEM keys in case not defined by system includes. | nyamatongwe | 1 | -0/+8 | |
2003-10-15 | Forthe lexer added. | nyamatongwe | 3 | -3/+9 | |
2003-10-15 | Added key bindings to key map for functions displaced by rectangular | nyamatongwe | 1 | -0/+5 | |
selection. | |||||
2003-10-13 | PowerBasic lexer added. | nyamatongwe | 3 | -2/+8 | |
2003-09-27 | Only supporting MINGW version 3.1. | nyamatongwe | 1 | -19/+0 | |
2003-09-27 | Separate tex lexer. | nyamatongwe | 3 | -3/+15 | |
Metapost lexer. Export as XML. | |||||
2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 1 | -5/+0 | |
2003-09-25 | Updating version number to 1.55. | nyamatongwe | 1 | -4/+4 | |
2003-09-21 | YAML lexer added. | nyamatongwe | 3 | -1/+7 | |
2003-09-21 | Whitespace at end of lines. | nyamatongwe | 1 | -1/+1 | |
2003-09-21 | Added MPT lexer. | nyamatongwe | 2 | -0/+6 | |
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-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -1/+0 | |
2003-09-18 | Safe parts of idle time wrapping. | nyamatongwe | 1 | -0/+1 | |
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-08-18 | Support for Clarion from Ron Schofield. | nyamatongwe | 3 | -2/+8 | |
2003-08-17 | Adapt g++ command line for version installed - 2.x adds -fvtable-thunks. | nyamatongwe | 1 | -1/+4 | |
2003-08-12 | Fixed display of pixmaps in autocompletion lists. | nyamatongwe | 1 | -3/+3 | |
2003-08-10 | Added MMIX lexer by Christoph Hösler. | nyamatongwe | 3 | -3/+9 | |
2003-08-09 | Getting ready for release 1.54. | nyamatongwe | 1 | -4/+4 | |
2003-07-30 | Scriptol lexer from Denis Sureau. | nyamatongwe | 3 | -1/+8 | |
2003-07-30 | NSIS scripting language support from Angelo Mandato. | nyamatongwe | 3 | -2/+8 | |