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