Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-07 | Patch from John Ehresman to make sure the gdk window exists before it | nyamatongwe | 1 | -36/+40 | |
calls Paint. | |||||
2002-08-29 | Protect against limitations in X servers that do not like to draw long | nyamatongwe | 1 | -14/+30 | |
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little. | |||||
2002-08-23 | Ensure popup menu is fully visible and does not overlap screen right or bottom. | nyamatongwe | 1 | -1/+14 | |
2002-07-31 | Added comment on building for GTK+ 2. | nyamatongwe | 1 | -1/+2 | |
2002-07-29 | Made compatible with both GTK+ 1.x and 2.x. | nyamatongwe | 1 | -20/+63 | |
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+. | |||||
2002-07-29 | Removed Scriptol lexer. | nyamatongwe | 2 | -4/+1 | |
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -5/+5 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-21 | Added Scriptol language. | nyamatongwe | 2 | -1/+4 | |
2002-07-17 | Patch from John Ehresman to convert clipboard text to use the line endings ↵ | nyamatongwe | 1 | -49/+70 | |
of the document. | |||||
2002-07-07 | Made compatible with either GTK+ 1.x or GTK+ 2.x. | nyamatongwe | 2 | -6/+26 | |
2002-07-06 | Made static as that seemed to be done by GTK+ 2 code. | nyamatongwe | 1 | -1/+1 | |
2002-07-05 | Removed check that is now redundant. | nyamatongwe | 1 | -1/+1 | |
2002-06-13 | Added -Os space optimization compiler option. | nyamatongwe | 1 | -1/+1 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -0/+6 | |
2002-04-21 | Made Turkish and Thai set up bettr font specifications. | nyamatongwe | 1 | -2/+2 | |
2002-04-11 | List of lexers automatically generated. | nyamatongwe | 2 | -4/+22 | |
2002-04-04 | Change to horizontal scrolling to allow the assumed document width to be set. | nyamatongwe | 1 | -4/+9 | |
2002-02-16 | Updated. | nyamatongwe | 1 | -119/+121 | |
2002-02-16 | New lexer for Matlab contributed by José Fonseca. | nyamatongwe | 3 | -115/+123 | |
2002-02-11 | X only uses 16 bit coordinates so avoid drawing rectangles beyond 32000. | nyamatongwe | 1 | -1/+1 | |
2002-01-26 | Changed a cast to avoid compilation troubles on 64 bit Alphas. | nyamatongwe | 1 | -1/+1 | |
2002-01-25 | Patch from Stephan to make work on OS X. | nyamatongwe | 1 | -2/+10 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 2 | -2/+2 | |
2002-01-15 | Added some casts to try and make it work for bug reporter. | nyamatongwe | 1 | -2/+2 | |
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -11/+11 | |
2001-12-21 | Changed default requisition width to 600 so does when propagated to | nyamatongwe | 1 | -1/+1 | |
container does not lead to 2000 pixel wide windows which do not fit on most screens. | |||||
2001-12-20 | Patch from stephan to avoid setting cursor to the same value multiple | nyamatongwe | 1 | -11/+19 | |
times on GTK+ as it is retained by the window. Minor cleanups. | |||||
2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -2/+1 | |
2001-12-13 | Patch from Alan Knowles to avoid warning caused by not choosing an item | nyamatongwe | 1 | -1/+3 | |
from an autocompletion list. | |||||
2001-12-05 | Added LexBaan. | nyamatongwe | 2 | -3/+6 | |
2001-11-19 | Added virtual GetCtrlID method so that the ID can change dynamically | nyamatongwe | 1 | -4/+4 | |
on Windoes when caused by SetWindowLong. | |||||
2001-11-15 | Changed to a more typesafe definition of ElapsedTime. | nyamatongwe | 1 | -30/+12 | |
2001-11-15 | Added ElapsedTime. | nyamatongwe | 1 | -0/+40 | |
2001-11-02 | ButtonMove called even when mouse button not down to ensure cursor changes | nyamatongwe | 1 | -6/+2 | |
over margins and selection. | |||||
2001-10-28 | Hid implementation of Surface. | nyamatongwe | 1 | -7/+7 | |
Changed DrawText to DrawTextNoClip to avoid name clash with macro. | |||||
2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 2 | -107/+161 | |
Surface. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 2 | -184/+193 | |
visibility of these headers to most code. | |||||
2001-10-12 | Patch from John to allow double-clicking in autocompletion lists on GTK+. | nyamatongwe | 1 | -1/+14 | |
2001-09-29 | Updated. | nyamatongwe | 1 | -0/+3 | |
2001-09-29 | Bullant lexer added. | nyamatongwe | 2 | -2/+5 | |
2001-09-21 | Updated for removal of windefs.h. | nyamatongwe | 1 | -73/+86 | |
2001-09-19 | Inclusion of nncrontab lexer into builds. | nyamatongwe | 2 | -1/+4 | |
2001-09-02 | New StyleContext file added to build system. | nyamatongwe | 2 | -2/+5 | |
2001-09-01 | Made work on GTK+ for X. | nyamatongwe | 1 | -1/+1 | |
2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -69/+58 | |
cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
2001-08-28 | Patch from john to avoid leaking memory when setting cursor. | nyamatongwe | 1 | -6/+10 | |
2001-08-17 | Fixed up drawing of ellipses and rectangles for use in markers. | nyamatongwe | 1 | -6/+11 | |
2001-08-17 | Removal of old cruft. | nyamatongwe | 1 | -10/+7 | |
Fiddling coordinates to make GTK+ inclusive work same as Win32 semi-inclusive bounds. | |||||
2001-08-17 | Extended Hungarian hack to make Russian work. | nyamatongwe | 1 | -3/+4 | |
2001-08-17 | Changed handling of keys >= 256 to try to make Russian work like Hungarian. | nyamatongwe | 1 | -3/+3 | |