aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2003-04-05Ensure positioning windows does not make them move before 0 in either x ornyamatongwe1-4/+7
y as that leads to them appearing at 0,0.
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe2-11/+40
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-28Patch from Stephan to allow building without threads and on GTK+ 1.x.nyamatongwe2-6/+12
2003-03-23Added a hand cursor.nyamatongwe1-0/+3
2003-03-22Fixed compilation problems on GTK+.nyamatongwe2-8/+6
2003-03-21Thread safety on font ascent and character width determination.nyamatongwe1-63/+69
2003-03-21Made the character width caching safe when the encoding is changed bynyamatongwe1-29/+56
invalidating the cache when this occurs.
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe2-1/+13
notifications.
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe2-2/+5
2003-03-13Avoiding drawing strings consisting entirely of space charactersnyamatongwe1-2/+21
in transparent mode. Remembering pixel widths of all single character strings as many single character runs occur in source code. These add up to a 22% speed improvement.
2003-03-13Handling Unicode keys by transforming to UTF-8.nyamatongwe1-11/+36
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe2-171/+390
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-03-01Protecting against accessing unmapped windows in initial sizenyamatongwe1-2/+3
determination.
2003-02-26Patch from Stephan Deibel to prevent Scintilla disrupting the primarynyamatongwe1-2/+3
selection at creation time.
2003-02-23Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigningnyamatongwe1-0/+4
a key to double click can result in two mouse clicks arriving with the same time.
2003-02-15Made Expose a method. Trying but failing to paint the corner between the ↵nyamatongwe1-24/+31
scrollbars in all situations.
2003-02-15Updating version numbers and copyright.nyamatongwe2-2/+2
2003-02-14Turn double buffering off for Scintilla to avoid flashing.nyamatongwe1-0/+3
2003-02-12Horizontal scroll bar removed in wrap mode.nyamatongwe1-6/+9
ScrollText removes some redraw area which appears unwanted.
2003-02-11Ensure mouse motion events are still received by scrollbars afternyamatongwe1-8/+13
examination by Scintilla by returning false from signal handler. Ensure mouse buton presses are still received by container after checking whether to popup a menu when popup menus turned off.
2003-02-10Modified GTK+ version to intercept mouse motion on scrollbars and set cursornyamatongwe1-0/+18
to arrow.
2003-02-08Avoiding problem at widget destruction time.nyamatongwe1-1/+6
2003-02-08Chose arrow cursors more similar to Windows.nyamatongwe2-8/+7
2003-02-02Two phase drawing.nyamatongwe1-4/+18
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