| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-10-28 | Hid implementation of Surface. | nyamatongwe | 1 | -7/+7 | |
| Changed DrawText to DrawTextNoClip to avoid name clash with macro. | |||||
| 2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 2 | -107/+161 | |
| Surface. | |||||
| 2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 2 | -184/+193 | |
| visibility of these headers to most code. | |||||
| 2001-10-12 | Patch from John to allow double-clicking in autocompletion lists on GTK+. | nyamatongwe | 1 | -1/+14 | |
| 2001-09-29 | Updated. | nyamatongwe | 1 | -0/+3 | |
| 2001-09-29 | Bullant lexer added. | nyamatongwe | 2 | -2/+5 | |
| 2001-09-21 | Updated for removal of windefs.h. | nyamatongwe | 1 | -73/+86 | |
| 2001-09-19 | Inclusion of nncrontab lexer into builds. | nyamatongwe | 2 | -1/+4 | |
| 2001-09-02 | New StyleContext file added to build system. | nyamatongwe | 2 | -2/+5 | |
| 2001-09-01 | Made work on GTK+ for X. | nyamatongwe | 1 | -1/+1 | |
| 2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -69/+58 | |
| cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
| 2001-08-28 | Patch from john to avoid leaking memory when setting cursor. | nyamatongwe | 1 | -6/+10 | |
| 2001-08-17 | Fixed up drawing of ellipses and rectangles for use in markers. | nyamatongwe | 1 | -6/+11 | |
| 2001-08-17 | Removal of old cruft. | nyamatongwe | 1 | -10/+7 | |
| Fiddling coordinates to make GTK+ inclusive work same as Win32 semi-inclusive bounds. | |||||
| 2001-08-17 | Extended Hungarian hack to make Russian work. | nyamatongwe | 1 | -3/+4 | |
| 2001-08-17 | Changed handling of keys >= 256 to try to make Russian work like Hungarian. | nyamatongwe | 1 | -3/+3 | |
| 2001-08-02 | Added PropSet to all Scintilla builds as it is needed by the | nyamatongwe | 1 | -0/+1 | |
| autocompletion list for a string comparison. | |||||
| 2001-07-27 | Stephan added -g to debug builds. | nyamatongwe | 1 | -1/+1 | |
| 2001-07-16 | Patch from John to change destruction of Scintilla object. | nyamatongwe | 1 | -9/+17 | |
| 2001-06-28 | Patches from Stephan to simplify preprocessor definitions for GTK+ | nyamatongwe | 1 | -20/+20 | |
| on Windows. | |||||
| 2001-06-16 | Patch from John for off-by-one allocation size error. | nyamatongwe | 1 | -4/+4 | |
| Changed from malloc/free to new/delete. | |||||
| 2001-06-14 | Changes to make Hungarian characters appear and to improve | nyamatongwe | 2 | -22/+25 | |
| font selection for non Western European languages. | |||||
| 2001-06-13 | Patch from Archaeopteryx to support mouse wheel scrolling on Win32. | nyamatongwe | 1 | -6/+93 | |
| 2001-05-22 | Patch from Stephan for rectangular clipboard format. | nyamatongwe | 1 | -1/+84 | |
| 2001-05-21 | Avoided some warnings. | nyamatongwe | 1 | -1/+7 | |
| 2001-05-19 | Patch from Stephan for ensuring clipboard works on Windows. | nyamatongwe | 1 | -0/+4 | |
| 2001-05-18 | Eiffel support. | nyamatongwe | 2 | -1/+3 | |
| 2001-04-24 | Ruby support. | nyamatongwe | 1 | -0/+3 | |
| 2001-04-24 | Ruby support. | nyamatongwe | 2 | -1/+2 | |
| 2001-04-20 | Added Lisp lexer to makefiles and simplified LexLisp.cxx. | nyamatongwe | 2 | -23/+29 | |
| 2001-04-16 | Changed spelling mistake URIsDropped -> URIDropped. | nyamatongwe | 1 | -4/+4 | |
| 2001-04-15 | Moved header dependencies to automatically generated deps.mak. | nyamatongwe | 2 | -60/+105 | |
| Include directories merged into CXXFLAGS for compatibility with other makefiles. | |||||
| 2001-04-14 | Tweaked scrollbars to start 1 pixel earlier and thus reveal their bottom | nyamatongwe | 1 | -13/+8 | |
| and right edges. Further tweaking to scrolling rect to ensure no overlap with scrollbars. | |||||
| 2001-04-13 | Fixed scroll bar size problem by calling gtk_widget_size_request on each | nyamatongwe | 1 | -269/+294 | |
| scroll bar. Removed end of line spaces and ran through astyle. | |||||
| 2001-04-11 | Removed carriage returns. | nyamatongwe | 1 | -5/+5 | |
| 2001-04-10 | Removed dead code. | nyamatongwe | 1 | -94/+87 | |
| 2001-04-10 | Calltip size fixing and listbox border tweaking. | nyamatongwe | 1 | -12/+38 | |
| 2001-04-09 | Tahir added Ada support. | nyamatongwe | 1 | -25/+19 | |
| Simplified header dependencies of the Lexers in makefiles. | |||||
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 2 | -8/+8 | |
| 2001-04-03 | Regular expression find support. | nyamatongwe | 2 | -5/+10 | |
| 2001-03-31 | Removed debugging from URI drop. | nyamatongwe | 1 | -4/+0 | |
| 2001-03-31 | Support for URI drag and drop on GTK+. | nyamatongwe | 1 | -0/+10 | |
| 2001-03-31 | Start of file drag and drop on GTK+. | nyamatongwe | 1 | -0/+7 | |
| 2001-03-23 | Hack around scroll bar size problem on GTK+ 1.2.9 / Gnome 1.4 by hardcoding | nyamatongwe | 1 | -0/+8 | |
| width to 16 if width is 0. | |||||
| 2001-02-24 | Removed out of date TODO comment. | nyamatongwe | 1 | -1/+0 | |
| 2001-02-23 | Patch from John to have a better default font on GTK+/Windows. | nyamatongwe | 1 | -0/+8 | |
| 2001-02-18 | Changed iMessage parameter of scintilla_send_message from int to unsigned | nyamatongwe | 1 | -1/+1 | |
| int to be compatible with other message functions. | |||||
| 2001-02-17 | Made warning in ScintillaWidget.h work better with GCC. | nyamatongwe | 1 | -1/+1 | |
| 2001-02-17 | If ScintillaWidget.h included without Scintilla.h already included display | nyamatongwe | 1 | -1/+1 | |
| a warning message and #include "Scintilla.h". | |||||
| 2001-02-17 | Changed header order to work on GTK+. | nyamatongwe | 2 | -3/+3 | |
| Scintilla.h must be before ScintillaWidget.h now. | |||||
