Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-08 | Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+. | nyamatongwe | 1 | -66/+294 | |
2002-08-29 | Protect against limitations in X servers that do not like to draw long | nyamatongwe | 1 | -14/+30 | |
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little. | |||||
2002-08-23 | Ensure popup menu is fully visible and does not overlap screen right or bottom. | nyamatongwe | 1 | -1/+14 | |
2002-07-07 | Made compatible with either GTK+ 1.x or GTK+ 2.x. | nyamatongwe | 1 | -4/+18 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -0/+6 | |
2002-04-21 | Made Turkish and Thai set up bettr font specifications. | nyamatongwe | 1 | -2/+2 | |
2002-02-11 | X only uses 16 bit coordinates so avoid drawing rectangles beyond 32000. | nyamatongwe | 1 | -1/+1 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2001-12-20 | Patch from stephan to avoid setting cursor to the same value multiple | nyamatongwe | 1 | -11/+19 | |
times on GTK+ as it is retained by the window. Minor cleanups. | |||||
2001-12-13 | Patch from Alan Knowles to avoid warning caused by not choosing an item | nyamatongwe | 1 | -1/+3 | |
from an autocompletion list. | |||||
2001-11-15 | Changed to a more typesafe definition of ElapsedTime. | nyamatongwe | 1 | -30/+12 | |
2001-11-15 | Added ElapsedTime. | nyamatongwe | 1 | -0/+40 | |
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 | 1 | -90/+133 | |
Surface. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -126/+125 | |
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-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-06-14 | Changes to make Hungarian characters appear and to improve | nyamatongwe | 1 | -21/+20 | |
font selection for non Western European languages. | |||||
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-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-17 | Changed header order to work on GTK+. | nyamatongwe | 1 | -1/+1 | |
Scintilla.h must be before ScintillaWidget.h now. | |||||
2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 1 | -0/+6 | |
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. | |||||
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-11-21 | Changes by Walter to make work on OpenVMS. | nyamatongwe | 1 | -0/+1 | |
2000-11-01 | Updated initial size to be 1000x1000. | nyamatongwe | 1 | -2/+2 | |
2000-10-13 | Better setting of charset for Eastern Europe and escape to allow | nyamatongwe | 1 | -1/+8 | |
font to be specified completely with leading "-". | |||||
2000-10-03 | Mouse down captures now optional. | nyamatongwe | 1 | -1/+3 | |
2000-10-03 | Added PLATFORM_ASSERT which is a verson of the standard assert which | nyamatongwe | 1 | -0/+15 | |
can be directed wither to debug output or message boxes on Windows. | |||||
2000-08-28 | Character set names. | nyamatongwe | 1 | -2/+28 | |
2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 1 | -4/+3 | |
2000-07-12 | Fixed up infinite resize. | nyamatongwe | 1 | -8/+15 | |
Made GTK+ version ListBox responsive to font choice when finding good size. | |||||
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -1/+63 | |
size better. | |||||
2000-06-13 | Removed warnings caused by unused parameters. | nyamatongwe | 1 | -3/+7 | |
2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 1 | -0/+1 | |
2000-06-04 | Ensured the UnicodeMode of each Surface is initialised. | nyamatongwe | 1 | -2/+2 | |
2000-05-15 | Support for different character sets for each style. | nyamatongwe | 1 | -1/+2 | |
2000-04-21 | Changed font sizing to use more Windows compatible calculation | nyamatongwe | 1 | -0/+5 | |
Some unfinished work on fixing folding bugs. | |||||
2000-04-08 | Warning squashing. | nyamatongwe | 1 | -1/+1 | |
Updated contributors list. Fixed lexing of MS warnings. | |||||
2000-03-13 | Fixed printing problems including putting line numbers in correct position | nyamatongwe | 1 | -0/+3 | |
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context. | |||||
2000-03-08 | Handles null font. | nyamatongwe | 1 | -2/+12 | |
2000-03-08 | Made work on GTK+/Linux. | nyamatongwe | 1 | -2/+6 | |
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+751 | |