aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Collapse)AuthorFilesLines
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-04-16Changed spelling mistake URIsDropped -> URIDropped.nyamatongwe1-4/+4
2001-04-14Tweaked scrollbars to start 1 pixel earlier and thus reveal their bottomnyamatongwe1-13/+8
and right edges. Further tweaking to scrolling rect to ensure no overlap with scrollbars.
2001-04-13Fixed scroll bar size problem by calling gtk_widget_size_request on eachnyamatongwe1-269/+294
scroll bar. Removed end of line spaces and ran through astyle.
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
width to 16 if width is 0.
2001-02-18Changed iMessage parameter of scintilla_send_message from int to unsignednyamatongwe1-1/+1
int to be compatible with other message functions.
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
a warning message and #include "Scintilla.h".
2001-02-17Changed header order to work on GTK+.nyamatongwe1-2/+2
Scintilla.h must be before ScintillaWidget.h now.
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe1-11/+11
pointers to allow portability to 64 bit platforms.
2001-02-05Added explicit initialisation of base class in copy constructor fornyamatongwe1-1/+1
ScintillaGTK to avoid warning from gcc.
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-1/+11
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++.
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe1-301/+388
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks.
2000-12-06KeyPress now returns TRUE when ordinary characters are typed.nyamatongwe1-6/+7
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe1-4/+6
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
commands which allows them to propogate up to containers rather than requiring explicit propogation.
2000-10-05SetCursor implemented.nyamatongwe1-1/+1
2000-10-03Mouse down captures now optional.nyamatongwe1-4/+6
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe1-8/+5
determined focus. hasFocus determines whether the caret is displayed.
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 typednyamatongwe1-3/+135
into Scintilla on GTK+.
2000-07-22Changed key codes to not overlap printing keys.nyamatongwe1-1/+1
Mved the #ifs around DBCS support to avoid warnings on GTK+.
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-3/+16
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-19/+37
for eventual removal of WinDefs.h.
2000-07-15Fixed problem with CancelModes killing drag and drop by setting emptynyamatongwe1-1/+6
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code.
2000-07-13Showing selection in grey when its not the primary selection on GTK+.nyamatongwe1-0/+5
2000-07-13Added John's selection unclaiming code.nyamatongwe1-0/+16
2000-07-12Fixed stray "\".nyamatongwe1-1/+1
2000-07-12Added John's change to button 2 actions.nyamatongwe1-28/+43
2000-06-22Caret stability when adding or deleting characters.nyamatongwe1-0/+1
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option.
2000-06-11Moved GTK+ Scintilla widget definition out into ScintillaWidget.hnyamatongwe1-0/+1
2000-05-28Made drawing area larger so it takes up full plugin area in Mozilla.nyamatongwe1-1/+1
2000-05-04Patched keypad patch to not apply when Ctrl pressed so magnification works ↵nyamatongwe1-1/+1
again.
2000-04-18Horizontal scroll bar disabling.nyamatongwe1-4/+20
Fixed makefile for GTK+.
2000-04-09Fixed key entry so characters between 128 and 255 can be entered.nyamatongwe1-2/+2
2000-04-08Warning squashing.nyamatongwe1-12/+13
Updated contributors list. Fixed lexing of MS warnings.
2000-04-06Mouse wheel patch added.nyamatongwe1-1/+20
2000-03-18Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.nyamatongwe1-10/+10
Most signals return FALSE on GTK+.
2000-03-17Fixed return value from Press.nyamatongwe1-1/+1
2000-03-08Initial revisionnyamatongwe1-0/+1003