Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-05 | Ensure positioning windows does not make them move before 0 in either x or | nyamatongwe | 1 | -4/+7 | |
y as that leads to them appearing at 0,0. | |||||
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 2 | -11/+40 | |
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
2003-03-28 | Patch from Stephan to allow building without threads and on GTK+ 1.x. | nyamatongwe | 2 | -6/+12 | |
2003-03-23 | Added a hand cursor. | nyamatongwe | 1 | -0/+3 | |
2003-03-22 | Fixed compilation problems on GTK+. | nyamatongwe | 2 | -8/+6 | |
2003-03-21 | Thread safety on font ascent and character width determination. | nyamatongwe | 1 | -63/+69 | |
2003-03-21 | Made the character width caching safe when the encoding is changed by | nyamatongwe | 1 | -29/+56 | |
invalidating the cache when this occurs. | |||||
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 2 | -1/+13 | |
notifications. | |||||
2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 2 | -2/+5 | |
2003-03-13 | Avoiding drawing strings consisting entirely of space characters | nyamatongwe | 1 | -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-13 | Handling Unicode keys by transforming to UTF-8. | nyamatongwe | 1 | -11/+36 | |
2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 2 | -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-01 | Protecting against accessing unmapped windows in initial size | nyamatongwe | 1 | -2/+3 | |
determination. | |||||
2003-02-26 | Patch from Stephan Deibel to prevent Scintilla disrupting the primary | nyamatongwe | 1 | -2/+3 | |
selection at creation time. | |||||
2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -0/+4 | |
a key to double click can result in two mouse clicks arriving with the same time. | |||||
2003-02-15 | Made Expose a method. Trying but failing to paint the corner between the ↵ | nyamatongwe | 1 | -24/+31 | |
scrollbars in all situations. | |||||
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 2 | -2/+2 | |
2003-02-14 | Turn double buffering off for Scintilla to avoid flashing. | nyamatongwe | 1 | -0/+3 | |
2003-02-12 | Horizontal scroll bar removed in wrap mode. | nyamatongwe | 1 | -6/+9 | |
ScrollText removes some redraw area which appears unwanted. | |||||
2003-02-11 | Ensure mouse motion events are still received by scrollbars after | nyamatongwe | 1 | -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-10 | Modified GTK+ version to intercept mouse motion on scrollbars and set cursor | nyamatongwe | 1 | -0/+18 | |
to arrow. | |||||
2003-02-08 | Avoiding problem at widget destruction time. | nyamatongwe | 1 | -1/+6 | |
2003-02-08 | Chose arrow cursors more similar to Windows. | nyamatongwe | 2 | -8/+7 | |
2003-02-02 | Two phase drawing. | nyamatongwe | 1 | -4/+18 | |
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-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 | 1 | -0/+8 | |
2003-01-12 | International input patch from Yukihiro Nakai. | nyamatongwe | 1 | -0/+13 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -9/+115 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
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 | 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-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 1 | -3/+41 | |
Enable line form XPM for markers. | |||||
2002-12-20 | Fixed problem with vertical scrollbar being moved out of real range | nyamatongwe | 1 | -14/+18 | |
leading to inability to scroll at times. Added moveThumb argument to ScrollTo to allow smoother manipulation of thumb on GTK+ | |||||
2002-11-21 | pragma to avoid MSVC warning. | nyamatongwe | 1 | -0/+5 | |
2002-11-21 | Protect against foreach over null pointer. | nyamatongwe | 1 | -2/+4 | |
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -35/+111 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 2 | -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-11 | Patch from Shane that adds a font cache on GTK+. | nyamatongwe | 2 | -37/+52 | |
2002-10-10 | Patch from Shane to implement font cache, including protective mutex. | nyamatongwe | 1 | -21/+199 | |
2002-10-08 | Added UniConversion to make Unicode work. | nyamatongwe | 1 | -1/+1 | |
2002-10-08 | Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+. | nyamatongwe | 1 | -66/+294 | |
2002-10-08 | New lexer for Fortran. | nyamatongwe | 2 | -2/+5 | |
2002-09-19 | Removed last vestiges of scrollbars when turned off. | nyamatongwe | 1 | -2/+2 | |
2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 1 | -4/+14 | |
2002-09-10 | Including LexAsm. | nyamatongwe | 2 | -4/+7 | |