| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2004-04-25 | Patch from John ensures iconv only used when available. | nyamatongwe | 1 | -13/+14 | |
| Moved atom initialisation to ScintillaGTK::ClassInit to avoid any threading issues. | |||||
| 2004-04-17 | Fix copy of ASCII text to clipboard. | nyamatongwe | 1 | -3/+5 | |
| 2004-04-17 | Patch from John Ehresman to allow clipboard to live beyond | nyamatongwe | 1 | -73/+160 | |
| life of Scintilla widget and to remember character set of selections so they can be converted. | |||||
| 2004-04-07 | Patch from John Ehresman to avoid extra drawing of background | nyamatongwe | 1 | -1/+19 | |
| which can be slow especially with some themes. | |||||
| 2004-04-04 | Patch from Johannes Schmid to make signals from Scintilla | nyamatongwe | 1 | -3/+5 | |
| work on AMD 64 where sizeof(int) != sizeof(void *). | |||||
| 2004-04-02 | Patch from Pavol Bosik to ensure calltips stay on screen. | nyamatongwe | 1 | -1/+1 | |
| 2004-03-07 | Fixed primary selection copy to self. | nyamatongwe | 1 | -1/+1 | |
| 2004-02-22 | Added patch to input method show preedit window. | nyamatongwe | 1 | -10/+110 | |
| Patch author: Yuiga. | |||||
| 2004-02-20 | Patch from John Ehresman to fix sizing problems when Scintilla | nyamatongwe | 1 | -0/+1 | |
| embedded in a notebook. | |||||
| 2004-01-31 | Chooses between input method or standard keyboard reading based | nyamatongwe | 1 | -18/+8 | |
| on whether character set is Asian or not. Encapsulated access to iconv in Converter class. | |||||
| 2004-01-31 | Attempt at allowing both input methods for Asian character sets | nyamatongwe | 1 | -43/+67 | |
| and sensible conversion to 8 bit for European character sets. | |||||
| 2004-01-25 | Patch from John Ehresman to avoid gdk warnings because of | nyamatongwe | 1 | -0/+1 | |
| unbalanced reference counts on widget style. | |||||
| 2003-12-23 | Fixed unused parameter warnings. | nyamatongwe | 1 | -8/+9 | |
| 2003-12-15 | Changes to allow international input on GTK+ 2. | nyamatongwe | 1 | -2/+62 | |
| 2003-10-09 | Patch from Jim Cape for GTK+ 2.3 compatibility. | nyamatongwe | 1 | -3/+22 | |
| 2003-10-04 | Adaptor template to allow use of versions of iconv that use a const | nyamatongwe | 1 | -2/+10 | |
| source parameter as well as versions that use non-const. | |||||
| 2003-09-26 | Fixed compilation for GTK+ 1.x. | nyamatongwe | 1 | -1/+1 | |
| 2003-09-20 | Updated to match SetIdle return type. | nyamatongwe | 1 | -1/+1 | |
| 2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -2/+3 | |
| 2003-09-18 | Idle time support. | nyamatongwe | 1 | -5/+37 | |
| Changed character set names to work on FreeBSD. | |||||
| 2003-09-14 | Fixed bugs when converting keycodes into non-Unicode text. | nyamatongwe | 1 | -1/+3 | |
| iconv_open arguments reversed. Do not mask out high byte on GTK+ 2. | |||||
| 2003-09-01 | Patch from Nathan Holstein to avoid NUL characters entered for | nyamatongwe | 1 | -0/+4 | |
| FN+arrow keys. | |||||
| 2003-08-19 | Hoisted ConvertLineEnds out of GetGtkSelectionText as it may | nyamatongwe | 1 | -25/+31 | |
| be useful in other code. | |||||
| 2003-08-17 | Added UTF-8 support for clipboard, primary selection and drag and drop. | nyamatongwe | 1 | -77/+161 | |
| Disabled on Win32. | |||||
| 2003-08-08 | Protected GTK+ 2 specific code from being compiled on GTK+ 1. | nyamatongwe | 1 | -0/+3 | |
| 2003-08-08 | Patch from João to use symbols rather than literals and include | nyamatongwe | 1 | -15/+23 | |
| 'c' in the characters that can have an accent. | |||||
| 2003-08-07 | Patch from João Paulo F Farias to make keyboard input of accents | nyamatongwe | 1 | -1/+48 | |
| work for languages such as Brazilian Portuguese. | |||||
| 2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -0/+8 | |
| 2003-04-29 | Text area is now a separate GtkDrawingArea and thus a separate X window | nyamatongwe | 1 | -38/+85 | |
| which simplifies clipping against scroll bars which are no longer windows since GTK+ 2. Only handles expose events, other events are handled by the containing Scintilla widget. DisplayCursor handled here so that it is done relative to the text widget rather than whole Scintilla widget, so cursor is left alone for scroll bars. This removed some very messy code for managing the cursor over the scroll bars. | |||||
| 2003-04-27 | Using iconv to convert input into current character set. | nyamatongwe | 1 | -8/+35 | |
| 2003-04-18 | Patch from Simon to make ExternalLexer platform independent. | nyamatongwe | 1 | -2/+2 | |
| 2003-04-16 | Fix to marshalling. | nyamatongwe | 1 | -2/+4 | |
| 2003-04-08 | Beter attempt at drawing corner between scrollbars. Still fails but doesn't | nyamatongwe | 1 | -9/+14 | |
| overdraw vertical scroll bar when horizontal scroll bar turned off. | |||||
| 2003-04-05 | Avoid invalidating scroll bars. | nyamatongwe | 1 | -4/+9 | |
| On GTK+ 2 do not perform expose processing as that leads to error messages. Using gdk_window_resize on calltip to allow shrinking. | |||||
| 2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 1 | -6/+33 | |
| container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
| 2003-03-22 | Fixed compilation problems on GTK+. | nyamatongwe | 1 | -2/+2 | |
| 2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -0/+12 | |
| notifications. | |||||
| 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 | 1 | -5/+5 | |
| 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-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 | 1 | -1/+1 | |
| 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 | 1 | -2/+2 | |
| 2003-01-30 | GTK+ 2 fixes. | nyamatongwe | 1 | -3/+13 | |
