aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-01-12Changed xpm data to be a string rather than an int.nyamatongwe1-1/+1
2003-01-12Implementation of ListBoxX::CaretFromEdge.nyamatongwe1-22/+43
Handles changing images.
2003-01-12Added dependencies on UniConversion and XPM.nyamatongwe1-121/+133
2003-01-10Made ListBox an interface so that a platform-specific subclass, ListBoxX,nyamatongwe1-30/+314
can be used hiding implementation details. Owner drawn listbox allows pixmap icons and Unicode text.
2003-01-10XPM.h separated frmo LineMarker.h.nyamatongwe1-2/+3
Typo fixed in registration.
2003-01-10Added XPM.nyamatongwe3-24/+28
2003-01-10ListBox is now an interface which is implemented in ListBoxX.nyamatongwe1-50/+82
XPM images are saved in an XPMSet so that container does not have to hold onto them.
2003-01-10XPM separated from LineMarker and XPMSet implemented.nyamatongwe2-8/+10
2003-01-10Added XPM.h as the XPM support has been split out of LineMarker.h.nyamatongwe1-0/+1
2003-01-10Added method to copy desired colour to allocated colour in ColourPair fornyamatongwe1-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-10Added method to clear all registered images.nyamatongwe2-0/+4
2003-01-10Added XPM header which has been separated from LineMarker.h.nyamatongwe1-1/+2
2003-01-10Changed listbox member to a pointer to allow use of platform-specificnyamatongwe1-20/+28
subclass.
2003-01-10Changed listbox field to pointer to allow use of platform-specificnyamatongwe1-3/+4
subclass. Added new listbox initialisation parameters.
2003-01-10Moved XPM code out to XPM file.nyamatongwe2-165/+6
2003-01-10Replaced standard library isspace with explicit code as isspace doesn'tnyamatongwe1-4/+8
like non-ASCII.
2003-01-10Changed the autocompletion listbox member to be a pointer.nyamatongwe1-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-10Added include of new XPM.h.nyamatongwe1-1/+2
2003-01-10Initial version.nyamatongwe2-0/+364
2003-01-10Added SciTE|Flash.nyamatongwe1-0/+4
2003-01-03Updated copyright.nyamatongwe1-1/+1
2003-01-03Made method signature compatible with text form XPMs.nyamatongwe1-1/+1
2003-01-03Enable text form XPM for autocompletion lists.nyamatongwe4-8/+55
Enable line form XPM for markers.
2003-01-02Bumped version number.nyamatongwe2-7/+7
2003-01-02Large changes from Greg.nyamatongwe1-3448/+4359
Included PrintWrapMode.
2003-01-01Added credit.nyamatongwe1-0/+1
2003-01-01Changed wrapped printing to be more similar to wrapped display.nyamatongwe4-14/+14
2003-01-01Fixed up line wrapped printing and added property to turn wrapping on ornyamatongwe5-3/+27
off for printing.
2002-12-31Better handling of page breaks when printing with line wrapping.nyamatongwe1-47/+52
2002-12-21Updated Avenue lexer from Alexey.nyamatongwe3-144/+188
2002-12-20Allow zero width caret.nyamatongwe1-2/+2
2002-12-20Fixed problem with vertical scrollbar being moved out of real rangenyamatongwe1-14/+18
leading to inability to scroll at times. Added moveThumb argument to ScrollTo to allow smoother manipulation of thumb on GTK+
2002-12-20Added moveThumb argument to ScrollTo to allow smoother manipulation ofnyamatongwe2-3/+5
thumb on GTK+
2002-12-19Update from Simon.nyamatongwe1-4/+20
2002-12-16Removed dead code.nyamatongwe1-3/+1
2002-12-06Added credit for Thomas Lauer.nyamatongwe1-0/+1
2002-12-06Upped number of keyword lists to 9.nyamatongwe1-1/+1
2002-12-05Patch from Vrana to fix some lexing problems.nyamatongwe1-1/+13
2002-12-03Fix from twkang for Korean IME input.nyamatongwe1-1/+4
2002-12-01Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO.nyamatongwe1-2/+0
2002-11-28Added Bernd to credits.nyamatongwe1-0/+1
2002-11-28Patch from Bernd Kreuss to optionally turn off folding of preprocessingnyamatongwe1-29/+59
tags.
2002-11-23Fix to PHP folding from Bernd.nyamatongwe1-3/+3
2002-11-22Removed SCN_POSCHANGED from main documentation and added it to deprecatednyamatongwe1-8/+1
section.
2002-11-22Folding patch from Bruce Dodson that does not fold header comments withnyamatongwe1-20/+26
the previous block.
2002-11-22More of the icons in autocompletion patch.nyamatongwe1-4/+21
2002-11-21pragma to avoid MSVC warning.nyamatongwe1-0/+5
2002-11-21Protect against foreach over null pointer.nyamatongwe1-2/+4
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe8-49/+143
2002-11-21Added CSS lexer.nyamatongwe1-0/+3