aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Collapse)AuthorFilesLines
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