Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-01-31 | Fixes to autocompletion pixmaps from Mauritius Thinnes. | nyamatongwe | 1 | -1/+3 | |
2003-01-30 | Added link to TemplateTamer. | nyamatongwe | 1 | -0/+4 | |
2003-01-30 | GTK+ 2 fixes. | nyamatongwe | 1 | -3/+13 | |
2003-01-28 | Fixed non-focus problem on mouse down reported by Vincent Spader. | nyamatongwe | 1 | -1/+1 | |
2003-01-28 | Made FullPaint work on GTK+ 2. | nyamatongwe | 1 | -0/+4 | |
2003-01-27 | Made more robust. | nyamatongwe | 1 | -25/+36 | |
2003-01-27 | Patch from Steve Schoettler for case sensitive tags. | nyamatongwe | 2 | -11/+14 | |
2003-01-24 | Forgot to save before last commit. | nyamatongwe | 1 | -1/+1 | |
2003-01-24 | Complete for 1.50. | nyamatongwe | 1 | -3/+39 | |
2003-01-24 | Updated release date and added headline feature. | nyamatongwe | 1 | -3/+3 | |
2003-01-24 | Added pointer to Bait. | nyamatongwe | 1 | -41/+43 | |
2003-01-24 | Modifications to formatting from Greg. | nyamatongwe | 1 | -271/+299 | |
2003-01-23 | Progressing. | nyamatongwe | 1 | -1/+57 | |
2003-01-21 | Version 1.50 updates. | nyamatongwe | 3 | -7/+37 | |
2003-01-18 | Removed special casing of '^' and '$' that tried to prevent hangs. This is | nyamatongwe | 1 | -12/+0 | |
now the containers responsibility. | |||||
2003-01-18 | Added SWP_NOZORDER to SetWindowPos to avoid fronting windows. | nyamatongwe | 1 | -1/+1 | |
2003-01-16 | Explained about delaying scrolling until an SCN_PAINTED. | nyamatongwe | 1 | -0/+10 | |
2003-01-15 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-01-15 | Added const to methods that are. | nyamatongwe | 1 | -2/+2 | |
2003-01-14 | Patch from David Ascher to to support both context diffs and the output | nyamatongwe | 1 | -3/+7 | |
of Python's difflib. | |||||
2003-01-13 | Simplified and corrected code. | nyamatongwe | 2 | -58/+23 | |
IsDBCS no longer present as now must deal with 3 byte DBCS so use LenChar and DBCSCharLength. | |||||
2003-01-13 | Set up DBCS mode when needed in main drawing code. | nyamatongwe | 1 | -0/+1 | |
2003-01-13 | DBCSCharLength always returns >= 1 as that makes it much easier to use. | nyamatongwe | 1 | -2/+6 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 4 | -21/+59 | |
2003-01-12 | International input patch from Yukihiro Nakai. | nyamatongwe | 1 | -0/+13 | |
2003-01-12 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 10 | -42/+172 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-12 | Changed xpm data to be a string rather than an int. | nyamatongwe | 1 | -1/+1 | |
2003-01-12 | Implementation of ListBoxX::CaretFromEdge. | nyamatongwe | 1 | -22/+43 | |
Handles changing images. | |||||
2003-01-12 | Added dependencies on UniConversion and XPM. | nyamatongwe | 1 | -121/+133 | |
2003-01-10 | Made ListBox an interface so that a platform-specific subclass, ListBoxX, | nyamatongwe | 1 | -30/+314 | |
can be used hiding implementation details. Owner drawn listbox allows pixmap icons and Unicode text. | |||||
2003-01-10 | XPM.h separated frmo LineMarker.h. | nyamatongwe | 1 | -2/+3 | |
Typo fixed in registration. | |||||
2003-01-10 | Added XPM. | nyamatongwe | 3 | -24/+28 | |
2003-01-10 | ListBox is now an interface which is implemented in ListBoxX. | nyamatongwe | 1 | -50/+82 | |
XPM images are saved in an XPMSet so that container does not have to hold onto them. | |||||
2003-01-10 | XPM separated from LineMarker and XPMSet implemented. | nyamatongwe | 2 | -8/+10 | |
2003-01-10 | Added XPM.h as the XPM support has been split out of LineMarker.h. | nyamatongwe | 1 | -0/+1 | |
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-10 | Added method to clear all registered images. | nyamatongwe | 2 | -0/+4 | |
2003-01-10 | Added XPM header which has been separated from LineMarker.h. | nyamatongwe | 1 | -1/+2 | |
2003-01-10 | Changed listbox member to a pointer to allow use of platform-specific | nyamatongwe | 1 | -20/+28 | |
subclass. | |||||
2003-01-10 | Changed listbox field to pointer to allow use of platform-specific | nyamatongwe | 1 | -3/+4 | |
subclass. Added new listbox initialisation parameters. | |||||
2003-01-10 | Moved XPM code out to XPM file. | nyamatongwe | 2 | -165/+6 | |
2003-01-10 | Replaced standard library isspace with explicit code as isspace doesn't | nyamatongwe | 1 | -4/+8 | |
like non-ASCII. | |||||
2003-01-10 | Changed the autocompletion listbox member to be a pointer. | nyamatongwe | 1 | -13/+18 | |
Added some extra listbox initialisation parameters needed because of pixmaps. Using new CaretFromEdge member of listbox to align with content text. Implemented SCI_CLEARREGISTEREDIMAGES. | |||||
2003-01-10 | Added include of new XPM.h. | nyamatongwe | 1 | -1/+2 | |
2003-01-10 | Initial version. | nyamatongwe | 2 | -0/+364 | |
2003-01-10 | Added SciTE|Flash. | nyamatongwe | 1 | -0/+4 | |
2003-01-03 | Updated copyright. | nyamatongwe | 1 | -1/+1 | |
2003-01-03 | Made method signature compatible with text form XPMs. | nyamatongwe | 1 | -1/+1 | |
2003-01-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 4 | -8/+55 | |
Enable line form XPM for markers. |