| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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.rel-1-54 | 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 | |
| 2003-07-21 | Added PostScript lexer from Nigel Hathaway. | nyamatongwe | 3 | -1/+7 | |
| 2003-05-15 | Updating version number. | nyamatongwe | 1 | -4/+4 | |
| 2003-05-14 | EScript lexer added. | nyamatongwe | 3 | -5/+11 | |
| 2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -13/+13 | |
| 2003-05-09 | Fixed problem when missing reverse arrow cursor resource meant cursor ↵ | nyamatongwe | 1 | -1/+5 | |
| disappeared over margin. | |||||
| 2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 3 | -3/+9 | |
| 2003-04-30 | Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on some | nyamatongwe | 1 | -0/+9 | |
| compiler setups. | |||||
| 2003-04-20 | Command line definition can turn off thunks option and avoid warning on | nyamatongwe | 1 | -2/+6 | |
| gcc 3.x. | |||||
| 2003-04-19 | Fix len parameter to avoid writing beyond end. | nyamatongwe | 1 | -1/+1 | |
| 2003-04-19 | Made previous version look at both bytes in wParam for WM_UNICHAR. | nyamatongwe | 1 | -1/+5 | |
| 2003-04-19 | Added processing of WM_UNICHAR. | nyamatongwe | 1 | -0/+19 | |
| 2003-04-18 | Changed Function* to simpler Function. | nyamatongwe | 1 | -2/+2 | |
| 2003-04-18 | Cast to allow recent gcc and Borland compilers to build. | nyamatongwe | 1 | -1/+2 | |
| 2003-04-18 | Patch from Simon to make ExternalLexer platform independent. | nyamatongwe | 5 | -401/+33 | |
| 2003-04-15 | Updating for version 1.52. | nyamatongwe | 1 | -4/+4 | |
| 2003-04-13 | Reenabled lexer DLL feature. | nyamatongwe | 1 | -2/+2 | |
| 2003-04-09 | Limit the number of characters in string arguments to text drawing and | nyamatongwe | 1 | -16/+17 | |
| measurement methods to 8192 on Windows 9x, otherwise thaere can be crashes. | |||||
| 2003-04-06 | Avoid calling API before Window created. | nyamatongwe | 1 | -2/+3 | |
| 2003-04-06 | Move method for Rectangle class. | nyamatongwe | 1 | -4/+7 | |
| Ensure windows that are moved are not moved off screen to the top or left. | |||||
| 2003-04-05 | Changes to allow calltips to be popup rather than child windows. | nyamatongwe | 2 | -24/+44 | |
| 2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 1 | -6/+19 | |
| container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
| 2003-03-30 | Make IDC_HAND visible with old build environments. | nyamatongwe | 2 | -1/+6 | |
| Avoid calling ::IsChild when wParam 0 to avoid BoundsChecker warning. | |||||
| 2003-03-21 | Optimising by not drawing space characters in transparent mode. | nyamatongwe | 1 | -15/+21 | |
| 2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 2 | -3/+14 | |
| notifications. | |||||
| 2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 3 | -2/+8 | |
| 2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 2 | -11/+15 | |
| Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window. | |||||
| 2003-03-08 | Fix to autocompletion lists where clicking on the list caused focus to | nyamatongwe | 1 | -1/+4 | |
| shift to the list which then led to it being cancelled. | |||||
| 2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -0/+4 | |
| a key to double click can result in two mouse clicks arriving with the same time. | |||||
