Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-04 | Change to horizontal scrolling to allow the assumed document width to be set. | nyamatongwe | 1 | -4/+9 | |
2002-01-26 | Changed a cast to avoid compilation troubles on 64 bit Alphas. | nyamatongwe | 1 | -1/+1 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-15 | Added some casts to try and make it work for bug reporter. | nyamatongwe | 1 | -2/+2 | |
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -11/+11 | |
2001-12-21 | Changed default requisition width to 600 so does when propagated to | nyamatongwe | 1 | -1/+1 | |
container does not lead to 2000 pixel wide windows which do not fit on most screens. | |||||
2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -2/+1 | |
2001-11-19 | Added virtual GetCtrlID method so that the ID can change dynamically | nyamatongwe | 1 | -4/+4 | |
on Windoes when caused by SetWindowLong. | |||||
2001-11-02 | ButtonMove called even when mouse button not down to ensure cursor changes | nyamatongwe | 1 | -6/+2 | |
over margins and selection. | |||||
2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 1 | -17/+28 | |
Surface. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -58/+68 | |
visibility of these headers to most code. | |||||
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-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-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 | 1 | -1/+5 | |
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-04-16 | Changed spelling mistake URIsDropped -> URIDropped. | nyamatongwe | 1 | -4/+4 | |
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-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-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 | 1 | -2/+2 | |
Scintilla.h must be before ScintillaWidget.h now. | |||||
2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -11/+11 | |
pointers to allow portability to 64 bit platforms. | |||||
2001-02-05 | Added explicit initialisation of base class in copy constructor for | nyamatongwe | 1 | -1/+1 | |
ScintillaGTK to avoid warning from gcc. | |||||
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+. |