aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2003-01-30GTK+ 2 fixes.nyamatongwe1-3/+13
2003-01-28Fixed non-focus problem on mouse down reported by Vincent Spader.nyamatongwe1-1/+1
2003-01-28Made FullPaint work on GTK+ 2.nyamatongwe1-0/+4
2003-01-13DBCSCharLength always returns >= 1 as that makes it much easier to use.nyamatongwe1-2/+6
2003-01-12Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.nyamatongwe1-0/+8
2003-01-12International input patch from Yukihiro Nakai.nyamatongwe1-0/+13
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-9/+115
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
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-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-03Enable text form XPM for autocompletion lists.nyamatongwe1-3/+41
Enable line form XPM for markers.
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-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.nyamatongwe1-35/+111
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe2-2/+6
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe2-37/+52
2002-10-10Patch from Shane to implement font cache, including protective mutex.nyamatongwe1-21/+199
2002-10-08Added UniConversion to make Unicode work.nyamatongwe1-1/+1
2002-10-08Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+.nyamatongwe1-66/+294
2002-10-08New lexer for Fortran.nyamatongwe2-2/+5
2002-09-19Removed last vestiges of scrollbars when turned off.nyamatongwe1-2/+2
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-4/+14
2002-09-10Including LexAsm.nyamatongwe2-4/+7
2002-09-07Patch from John Ehresman to make sure the gdk window exists before itnyamatongwe1-36/+40
calls Paint.
2002-08-29Protect against limitations in X servers that do not like to draw longnyamatongwe1-14/+30
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little.
2002-08-23Ensure popup menu is fully visible and does not overlap screen right or bottom.nyamatongwe1-1/+14
2002-07-31Added comment on building for GTK+ 2.nyamatongwe1-1/+2
2002-07-29Made compatible with both GTK+ 1.x and 2.x.nyamatongwe1-20/+63
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+.
2002-07-29Removed Scriptol lexer.nyamatongwe2-4/+1
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-5/+5
handling of abandoned paints where styling causes fold markers to change.
2002-07-21Added Scriptol language.nyamatongwe2-1/+4
2002-07-17Patch from John Ehresman to convert clipboard text to use the line endings ↵nyamatongwe1-49/+70
of the document.
2002-07-07Made compatible with either GTK+ 1.x or GTK+ 2.x.nyamatongwe2-6/+26
2002-07-06Made static as that seemed to be done by GTK+ 2 code.nyamatongwe1-1/+1
2002-07-05Removed check that is now redundant.nyamatongwe1-1/+1
2002-06-13Added -Os space optimization compiler option.nyamatongwe1-1/+1
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-0/+6
2002-04-21Made Turkish and Thai set up bettr font specifications.nyamatongwe1-2/+2
2002-04-11List of lexers automatically generated.nyamatongwe2-4/+22
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe1-4/+9
2002-02-16Updated.nyamatongwe1-119/+121
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe3-115/+123
2002-02-11X only uses 16 bit coordinates so avoid drawing rectangles beyond 32000.nyamatongwe1-1/+1
2002-01-26Changed a cast to avoid compilation troubles on 64 bit Alphas.nyamatongwe1-1/+1
2002-01-25Patch from Stephan to make work on OS X.nyamatongwe1-2/+10
2002-01-18Updated copyrights for 2002.nyamatongwe2-2/+2
2002-01-15Added some casts to try and make it work for bug reporter.nyamatongwe1-2/+2