Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 5 | -3/+34 | |
2003-04-30 | Protection from runaway recursion. | nyamatongwe | 1 | -1/+1 | |
2003-04-30 | Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on some | nyamatongwe | 1 | -0/+9 | |
compiler setups. | |||||
2003-04-30 | More protection against recursive property settings. | nyamatongwe | 1 | -16/+16 | |
2003-04-29 | Removed hack that did not set the scroll bar when changing documents which | nyamatongwe | 1 | -4/+1 | |
worked around a GTK+ 2 problem that is now fixed by using an extra window for the text. | |||||
2003-04-29 | Text area is now a separate GtkDrawingArea and thus a separate X window | nyamatongwe | 1 | -38/+85 | |
which simplifies clipping against scroll bars which are no longer windows since GTK+ 2. Only handles expose events, other events are handled by the containing Scintilla widget. DisplayCursor handled here so that it is done relative to the text widget rather than whole Scintilla widget, so cursor is left alone for scroll bars. This removed some very messy code for managing the cursor over the scroll bars. | |||||
2003-04-29 | Made Redraw only redraw the text area, not the scrollbars. | nyamatongwe | 1 | -1/+3 | |
2003-04-29 | Made DisplayCursor virtual so could be overridden by GTK+ platform code. | nyamatongwe | 1 | -1/+1 | |
2003-04-27 | Using iconv to convert input into current character set. | nyamatongwe | 2 | -25/+52 | |
2003-04-24 | Fixed late unchecked change. | nyamatongwe | 1 | -1/+1 | |
2003-04-23 | Using iconv for character set conversion. | nyamatongwe | 1 | -15/+114 | |
2003-04-22 | Pango drawing now tries converting from the current locale in preference to ↵ | nyamatongwe | 1 | -10/+46 | |
converting from Latin1. Latin1 still used if locale does not work. | |||||
2003-04-21 | New folding scheme that allows "} else {" to be a fold header. | nyamatongwe | 2 | -251/+43 | |
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 | 3 | -8/+8 | |
2003-04-18 | New methods for finding the next or previous position taking multi byte | nyamatongwe | 5 | -24/+41 | |
characters into account. | |||||
2003-04-18 | Added manifest. | nyamatongwe | 1 | -0/+4 | |
2003-04-18 | Correct location of header. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Cast to allow recent gcc and Borland compilers to build. | nyamatongwe | 1 | -1/+2 | |
2003-04-18 | Added line end at end of file. | nyamatongwe | 1 | -8/+8 | |
2003-04-18 | Updated. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Patch from Simon to make ExternalLexer platform independent. | nyamatongwe | 10 | -404/+80 | |
2003-04-18 | Patch from Simon for portable DLL loading. | nyamatongwe | 1 | -0/+18 | |
2003-04-18 | Initial portable version. | nyamatongwe | 1 | -0/+95 | |
2003-04-18 | Initial portable version. | nyamatongwe | 1 | -0/+256 | |
2003-04-18 | Credit for Biswapesh. | nyamatongwe | 1 | -0/+1 | |
2003-04-18 | Batch from Biswapesh to add another keyword set for the cpp lexer. | nyamatongwe | 3 | -0/+6 | |
2003-04-16 | Finished reeading mail messages for 1.52. | nyamatongwe | 1 | -1/+47 | |
2003-04-16 | Updated dates. | nyamatongwe | 2 | -3/+3 | |
2003-04-16 | Fix to marshalling. | nyamatongwe | 1 | -2/+4 | |
2003-04-16 | Updated download sizes. | nyamatongwe | 1 | -2/+2 | |
2003-04-16 | Added entries for 1.52. | nyamatongwe | 1 | -2/+60 | |
2003-04-16 | Explained GDK and Pango choice for text display. | nyamatongwe | 1 | -1/+3 | |
2003-04-16 | Updated blurb. | nyamatongwe | 1 | -2/+2 | |
2003-04-15 | Updated with new features in 1.52. | nyamatongwe | 1 | -1/+19 | |
2003-04-15 | Added new features for 1.52. | nyamatongwe | 1 | -10/+83 | |
2003-04-15 | Updated to version 1.52. | nyamatongwe | 1 | -1/+1 | |
2003-04-15 | Updating for version 1.52. | nyamatongwe | 4 | -46/+28 | |
2003-04-13 | Reenabled lexer DLL feature. | nyamatongwe | 1 | -2/+2 | |
2003-04-13 | Marked SCI_LOADLEXERLIBRARY as not implemented. | nyamatongwe | 1 | -1/+1 | |
Removed "experimental" tag from Join. | |||||
2003-04-13 | Avoid resetting scroll bars when changing documents as that leads to | nyamatongwe | 1 | -1/+4 | |
synchronous painting on GTK+ before completely set up for new document. | |||||
2003-04-10 | Changed Message Categories to Contents as some parts are not about | nyamatongwe | 1 | -1/+1 | |
messages. | |||||
2003-04-10 | Fixed hang where '#' was last non-whitepsace in file. | nyamatongwe | 1 | -1/+1 | |
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-08 | Fixed warning in debug code. | nyamatongwe | 1 | -1/+1 | |
2003-04-08 | Beter attempt at drawing corner between scrollbars. Still fails but doesn't | nyamatongwe | 1 | -9/+14 | |
overdraw vertical scroll bar when horizontal scroll bar turned off. | |||||
2003-04-07 | Fix bug on GTK+ 2.x where synchronous repaint causes currentPos to be used | nyamatongwe | 1 | -1/+8 | |
before it is reset. |