| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-02-06 | Can compile for GTK+ on Windows using mingw. | nyamatongwe | 1 | -2/+2 | |
| 2007-07-26 | Optimised previous change to avoid extra redraws when modification does not | nyamatongwe | 1 | -0/+3 | |
| affect visible area. | |||||
| 2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+1 | |
| the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
| 2007-07-03 | Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is always | nyamatongwe | 1 | -4/+4 | |
| defined but is 0 on other platforms. | |||||
| 2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 1 | -3/+0 | |
| starts a drag unless the mouse moves. | |||||
| 2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -2/+39 | |
| message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
| 2006-02-26 | Translucency implementation for INDIC_ROUNDBOX and caret line. | nyamatongwe | 1 | -0/+2 | |
| 2006-02-23 | Made number of colours in a palette dynamic so that large numbers of | nyamatongwe | 1 | -2/+5 | |
| colours will work. | |||||
| 2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -1/+3 | |
| * Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
| 2005-02-02 | Added friend declaration so that wx copy of Platform.h does not | nyamatongwe | 1 | -0/+1 | |
| need to be altered. | |||||
| 2004-08-12 | Constructor marked explicit stops automatic conversion of int to | nyamatongwe | 1 | -1/+1 | |
| Point which caused bug in handling hotspots. | |||||
| 2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 1 | -1/+2 | |
| font rendering to allow a platform-specific tweak. | |||||
| 2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 1 | -1/+0 | |
| 2003-09-18 | Added Idler ID for use in idle code. | nyamatongwe | 1 | -0/+1 | |
| 2003-04-18 | Changed Function* to simpler Function. | nyamatongwe | 1 | -4/+4 | |
| 2003-04-18 | Patch from Simon for portable DLL loading. | nyamatongwe | 1 | -0/+18 | |
| 2003-04-06 | Move method for Rectangle class. | nyamatongwe | 1 | -0/+6 | |
| Ensure windows that are moved are not moved off screen to the top or left. | |||||
| 2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -1/+1 | |
| notifications. | |||||
| 2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 1 | -3/+3 | |
| Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window. | |||||
| 2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -0/+1 | |
| a key to double click can result in two mouse clicks arriving with the same time. | |||||
| 2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 1 | -1/+1 | |
| 2003-02-02 | Two phase drawing. | nyamatongwe | 1 | -0/+1 | |
| 2003-01-15 | Added const to methods that are. | nyamatongwe | 1 | -2/+2 | |
| 2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 1 | -0/+2 | |
| 2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -0/+1 | |
| DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
| 2003-01-10 | Added method to copy desired colour to allocated colour in ColourPair for | nyamatongwe | 1 | -31/+22 | |
| situations where doing palette management is too complex. Changed ListBox class to an interface to allow use of a platform-specific subclass to hide implementation details. | |||||
| 2003-01-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 1 | -1/+1 | |
| Enable line form XPM for markers. | |||||
| 2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -1/+3 | |
| 2002-10-03 | Cleaned up pixmap marker code. | nyamatongwe | 1 | -14/+39 | |
| 2002-07-28 | Changed Contains to do semi-includive bounds correctly. | nyamatongwe | 1 | -2/+2 | |
| 2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -0/+2 | |
| 2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
| 2002-01-13 | Added TickerID typedef to ease merging FOX code. | nyamatongwe | 1 | -0/+1 | |
| 2002-01-11 | Initial minimal support for the Fox version. | nyamatongwe | 1 | -1/+6 | |
| 2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-20 | Patch from stephan to avoid setting cursor to the same value multiple | nyamatongwe | 1 | -3/+5 | |
| times on GTK+ as it is retained by the window. Minor cleanups. | |||||
| 2001-11-15 | Changed to a more typesafe definition of ElapsedTime. | nyamatongwe | 1 | -1/+2 | |
| 2001-11-15 | Added construction from double to SString. | nyamatongwe | 1 | -0/+7 | |
| Added ElapsedTime class to Platform. | |||||
| 2001-10-28 | Hid implementation of Surface. | nyamatongwe | 1 | -3/+4 | |
| 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 | -89/+61 | |
| Surface. | |||||
| 2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -102/+94 | |
| visibility of these headers to most code. | |||||
| 2001-10-12 | Patch from John to allow double-clicking in autocompletion lists on GTK+. | nyamatongwe | 1 | -0/+14 | |
| 2001-06-28 | Patches from Stephan to simplify preprocessor definitions for GTK+ | nyamatongwe | 1 | -2/+9 | |
| on Windows. | |||||
| 2001-02-28 | Added operator== to PRectangle. | nyamatongwe | 1 | -9/+13 | |
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -28/+40 | |
| 2001-02-17 | Turned off warning 4710 for Microsoft C++ compiler indicating inline method | nyamatongwe | 1 | -1/+1 | |
| not inlined. | |||||
| 2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 1 | -0/+3 | |
| 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 | |
| 2001-01-25 | Patch from Philippe, containing comments and a fix to SString for empty | nyamatongwe | 1 | -16/+35 | |
| strings. | |||||
| 2000-10-03 | Mouse down captures now optional. | nyamatongwe | 1 | -1/+1 | |
