aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
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
2001-08-02Added PropSet to all Scintilla builds as it is needed by thenyamatongwe1-0/+1
autocompletion list for a string comparison.
2001-07-27Stephan added -g to debug builds.nyamatongwe1-1/+1
2001-07-16Patch from John to change destruction of Scintilla object.nyamatongwe1-9/+17
2001-06-28Patches from Stephan to simplify preprocessor definitions for GTK+nyamatongwe1-20/+20
on Windows.
2001-06-16Patch from John for off-by-one allocation size error.nyamatongwe1-4/+4
Changed from malloc/free to new/delete.
2001-06-14Changes to make Hungarian characters appear and to improvenyamatongwe2-22/+25
font selection for non Western European languages.
2001-06-13Patch from Archaeopteryx to support mouse wheel scrolling on Win32.nyamatongwe1-6/+93
2001-05-22Patch from Stephan for rectangular clipboard format.nyamatongwe1-1/+84
2001-05-21Avoided some warnings.nyamatongwe1-1/+7
2001-05-19Patch from Stephan for ensuring clipboard works on Windows.nyamatongwe1-0/+4
2001-05-18Eiffel support.nyamatongwe2-1/+3
2001-04-24Ruby support.nyamatongwe1-0/+3
2001-04-24Ruby support.nyamatongwe2-1/+2
2001-04-20Added Lisp lexer to makefiles and simplified LexLisp.cxx.nyamatongwe2-23/+29
2001-04-16Changed spelling mistake URIsDropped -> URIDropped.nyamatongwe1-4/+4
2001-04-15Moved header dependencies to automatically generated deps.mak.nyamatongwe2-60/+105
Include directories merged into CXXFLAGS for compatibility with other makefiles.