| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 1 | -1/+11 | |
| Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. | |||||
| 2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 1 | -301/+388 | |
| Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
| 2000-12-06 | KeyPress now returns TRUE when ordinary characters are typed. | nyamatongwe | 1 | -6/+7 | |
| 2000-11-21 | Changes by Walter to make work on OpenVMS. | nyamatongwe | 1 | -4/+6 | |
| 2000-11-21 | Change from John to improve scrolling drawing. | nyamatongwe | 1 | -13/+25 | |
| 2000-11-12 | Fixed up keypress to only return true when key consumed. | nyamatongwe | 1 | -3/+3 | |
| 2000-11-12 | Reformatted. | nyamatongwe | 1 | -9/+4 | |
| 2000-11-12 | Stephan's change to installation of event handlers. | nyamatongwe | 1 | -6/+63 | |
| 2000-11-08 | Changed keystroke handling so that GTK+ stops keys that are mapped to | nyamatongwe | 1 | -6/+9 | |
| commands which allows them to propogate up to containers rather than requiring explicit propogation. | |||||
| 2000-10-05 | SetCursor implemented. | nyamatongwe | 1 | -1/+1 | |
| 2000-10-03 | Mouse down captures now optional. | nyamatongwe | 1 | -4/+6 | |
| 2000-09-22 | An hasFocus flag was added to separate logical focus from environment | nyamatongwe | 1 | -8/+5 | |
| determined focus. hasFocus determines whether the caret is displayed. | |||||
| 2000-09-19 | Patch from Stephan with some casts to avoid warnings. | nyamatongwe | 1 | -6/+6 | |
| 2000-09-18 | Patches from Stephan for XIM input to allow accented characters to be typed | nyamatongwe | 1 | -3/+135 | |
| into Scintilla on GTK+. | |||||
| 2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 1 | -1/+1 | |
| Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
| 2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 1 | -3/+16 | |
| 2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 1 | -19/+37 | |
| for eventual removal of WinDefs.h. | |||||
| 2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 1 | -1/+6 | |
| selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
| 2000-07-13 | Showing selection in grey when its not the primary selection on GTK+. | nyamatongwe | 1 | -0/+5 | |
| 2000-07-13 | Added John's selection unclaiming code. | nyamatongwe | 1 | -0/+16 | |
| 2000-07-12 | Fixed stray "\". | nyamatongwe | 1 | -1/+1 | |
| 2000-07-12 | Added John's change to button 2 actions. | nyamatongwe | 1 | -28/+43 | |
| 2000-06-22 | Caret stability when adding or deleting characters. | nyamatongwe | 1 | -0/+1 | |
| Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option. | |||||
| 2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 1 | -0/+1 | |
| 2000-05-28 | Made drawing area larger so it takes up full plugin area in Mozilla. | nyamatongwe | 1 | -1/+1 | |
| 2000-05-04 | Patched keypad patch to not apply when Ctrl pressed so magnification works ↵ | nyamatongwe | 1 | -1/+1 | |
| again. | |||||
| 2000-04-18 | Horizontal scroll bar disabling. | nyamatongwe | 1 | -4/+20 | |
| Fixed makefile for GTK+. | |||||
| 2000-04-09 | Fixed key entry so characters between 128 and 255 can be entered. | nyamatongwe | 1 | -2/+2 | |
| 2000-04-08 | Warning squashing. | nyamatongwe | 1 | -12/+13 | |
| Updated contributors list. Fixed lexing of MS warnings. | |||||
| 2000-04-06 | Mouse wheel patch added. | nyamatongwe | 1 | -1/+20 | |
| 2000-03-18 | Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. | nyamatongwe | 1 | -10/+10 | |
| Most signals return FALSE on GTK+. | |||||
| 2000-03-17 | Fixed return value from Press. | nyamatongwe | 1 | -1/+1 | |
| 2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+1003 | |
