aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-12-20Fixed problem with vertical scrollbar being moved out of real rangenyamatongwe1-14/+18
2002-11-21pragma to avoid MSVC warning.nyamatongwe1-0/+5
2002-11-21Protect against foreach over null pointer.nyamatongwe1-2/+4
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-35/+111
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe2-2/+6
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe2-37/+52
2002-10-10Patch from Shane to implement font cache, including protective mutex.nyamatongwe1-21/+199
2002-10-08Added UniConversion to make Unicode work.nyamatongwe1-1/+1
2002-10-08Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+.nyamatongwe1-66/+294
2002-10-08New lexer for Fortran.nyamatongwe2-2/+5
2002-09-19Removed last vestiges of scrollbars when turned off.nyamatongwe1-2/+2
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-4/+14
2002-09-10Including LexAsm.nyamatongwe2-4/+7
2002-09-07Patch from John Ehresman to make sure the gdk window exists before itnyamatongwe1-36/+40
2002-08-29Protect against limitations in X servers that do not like to draw longnyamatongwe1-14/+30
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
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
2002-07-21Added Scriptol language.nyamatongwe2-1/+4
2002-07-17Patch from John Ehresman to convert clipboard text to use the line endings of...nyamatongwe1-49/+70
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
2001-12-20Patch from stephan to avoid setting cursor to the same value multiplenyamatongwe1-11/+19
2001-12-19Wrapping supported.nyamatongwe1-2/+1
2001-12-13Patch from Alan Knowles to avoid warning caused by not choosing an itemnyamatongwe1-1/+3
2001-12-05Added LexBaan.nyamatongwe2-3/+6
2001-11-19Added virtual GetCtrlID method so that the ID can change dynamicallynyamatongwe1-4/+4
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
2001-10-28Hid implementation of Surface.nyamatongwe1-7/+7
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe2-107/+161
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe2-184/+193