aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-04-15Moved header dependencies to automatically generated deps.mak.nyamatongwe2-60/+105
2001-04-14Tweaked scrollbars to start 1 pixel earlier and thus reveal their bottomnyamatongwe1-13/+8
2001-04-13Fixed scroll bar size problem by calling gtk_widget_size_request on eachnyamatongwe1-269/+294
2001-04-11Removed carriage returns.nyamatongwe1-5/+5
2001-04-10Removed dead code.nyamatongwe1-94/+87
2001-04-10Calltip size fixing and listbox border tweaking.nyamatongwe1-12/+38
2001-04-09Tahir added Ada support.nyamatongwe1-25/+19
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe2-8/+8
2001-04-03Regular expression find support.nyamatongwe2-5/+10
2001-03-31Removed debugging from URI drop.nyamatongwe1-4/+0
2001-03-31Support for URI drag and drop on GTK+.nyamatongwe1-0/+10
2001-03-31Start of file drag and drop on GTK+.nyamatongwe1-0/+7
2001-03-23Hack around scroll bar size problem on GTK+ 1.2.9 / Gnome 1.4 by hardcodingnyamatongwe1-0/+8
2001-02-24Removed out of date TODO comment.nyamatongwe1-1/+0
2001-02-23Patch from John to have a better default font on GTK+/Windows.nyamatongwe1-0/+8
2001-02-18Changed iMessage parameter of scintilla_send_message from int to unsignednyamatongwe1-1/+1
2001-02-17Made warning in ScintillaWidget.h work better with GCC.nyamatongwe1-1/+1
2001-02-17If ScintillaWidget.h included without Scintilla.h already included displaynyamatongwe1-1/+1
2001-02-17Changed header order to work on GTK+.nyamatongwe2-3/+3
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe1-11/+11
2001-02-05Added explicit initialisation of base class in copy constructor fornyamatongwe1-1/+1
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe3-1/+308
2001-02-01Added lexer for Avenue.nyamatongwe1-3/+5
2001-01-29Removed USE_XIM definition.rel-1-35nyamatongwe1-4/+2
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe1-301/+388
2000-12-14Added dependencies on SString.h.nyamatongwe1-30/+30
2000-12-06KeyPress now returns TRUE when ordinary characters are typed.nyamatongwe1-6/+7
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe2-4/+7
2000-11-21Change from John to improve scrolling drawing.nyamatongwe1-13/+25
2000-11-12Fixed up keypress to only return true when key consumed.nyamatongwe1-3/+3
2000-11-12Reformatted.nyamatongwe1-9/+4
2000-11-12Stephan's change to installation of event handlers.nyamatongwe1-6/+63
2000-11-08Changed keystroke handling so that GTK+ stops keys that are mapped tonyamatongwe1-6/+9
2000-11-08Added Pascal Lexer.nyamatongwe1-4/+7
2000-11-03Added LexConf.nyamatongwe1-1/+3
2000-11-01Updated initial size to be 1000x1000.nyamatongwe1-2/+2
2000-10-13Better setting of charset for Eastern Europe and escape to allownyamatongwe1-1/+8
2000-10-05SetCursor implemented.nyamatongwe1-1/+1
2000-10-03Mouse down captures now optional.nyamatongwe2-5/+9
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-0/+15
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe1-8/+5
2000-09-19Patch from Stephan with some casts to avoid warnings.nyamatongwe1-6/+6
2000-09-18Patches from Stephan for XIM input to allow accented characters to be typednyamatongwe2-4/+137
2000-09-06Define either DEBUG or NDEBUG to compiler if DEBUG defined to make.nyamatongwe1-1/+7
2000-08-28Character set names.nyamatongwe1-2/+28
2000-07-22Changed key codes to not overlap printing keys.nyamatongwe1-1/+1
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe2-7/+19
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-19/+37
2000-07-15Fixed problem with CancelModes killing drag and drop by setting emptynyamatongwe1-1/+6