| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-06-15 | Only allow setting the code page to valid values. | nyamatongwe | 1 | -0/+5 | |
| 2006-06-08 | Added support for //TRANSLIT option to iconv to allow approximate | nyamatongwe | 1 | -9/+10 | |
| conversions, such as when pasting UTF-8 text and the buffer is set to an encoding that does not support all of the characters on the clipboard. | |||||
| 2006-05-31 | Attempting to move all keyboard input on GTK+ 2.x to using input method. | nyamatongwe | 1 | -111/+34 | |
| 2006-05-18 | Patch from bug 1489948 to stop using deprecated calls on GTK+ 2. | nyamatongwe | 1 | -51/+180 | |
| 2006-05-14 | Added CharClassify and reordered alphabetically. | nyamatongwe | 1 | -1/+1 | |
| 2006-04-28 | Moved uri-list to first preference in formats so that files dragged from | nyamatongwe | 1 | -13/+17 | |
| recent version of Nautilus will trigger URI dropped notification rather than copy text into document. | |||||
| 2006-04-25 | Set of patches from John Ehresman: | nyamatongwe | 1 | -13/+10 | |
| Make sure the ListBox widget is created before modifying it. Call DropGraphics() when a widget is unmapped to conserve resources and because DropGraphics() ends up being called from the map signal handler so nothing is saved by not calling it. Remove the nearly identical accent / character macro re-definitions. Make sure widget is realized before grabbing the primary selection. Ensure the caret is visible after a selection is pasted. Ensure uri data is NULL-terminated before calling NotifyURIDropped. Use correct call, gdk_region_destroy, to free a region. The fixed-height-mode property is used to optimize display of large autocompletion lists. This property was added in gtk 2.4, but is probed for at runtime so the code should work with older gtk versions. The active color is set to the selected color on the list box so the selected lines are more clearly selected when the listbox widget does not have the focus. The autocompletion popup never gets the focus so the active color ends up being used. | |||||
| 2006-04-04 | Patch from John Ehresman that transforms line ends when text is copied to | nyamatongwe | 1 | -11/+17 | |
| the clipboard for gtk 2 on win32, as well as gtk 1. | |||||
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -0/+1 | |
| classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
| 2006-01-26 | Patch from John Ehresman to correctly allocate the text display area when | nyamatongwe | 1 | -11/+11 | |
| the vertical scroll bar is hidden. It also hides the scroll bar widgets themselves. | |||||
| 2005-11-15 | Check whether area is being painted against the update region, | nyamatongwe | 1 | -1/+31 | |
| not just the bounding box of this region. This ensures that a need to abandon a paint when a restyle affects text outside the area being painted. | |||||
| 2005-11-02 | Updated id to match uptr_t in header. | nyamatongwe | 1 | -1/+1 | |
| 2005-09-01 | Avoid runtime warning by only calling gdk_window_resize when calltip window | nyamatongwe | 1 | -3/+3 | |
| set to not be NULL. | |||||
| 2005-04-18 | Make code work as documented by treating -1 as special length for encoding | nyamatongwe | 1 | -1/+1 | |
| as UTF-8 rather than 0. | |||||
| 2005-04-11 | Problem fixed when performing paste over rectangular selection where | nyamatongwe | 1 | -1/+1 | |
| selection dragged from top right to bottom left. | |||||
| 2005-03-19 | Initialise all SCNotification structs to {0} ensuring all fields are 0 or | nyamatongwe | 1 | -3/+3 | |
| NULL. Added options to make files so that this does trigger warnings. | |||||
| 2005-03-15 | Patch from Naba Kumar and John Ehresman that fixes crashes due to access | nyamatongwe | 1 | -11/+19 | |
| the preedit widget when it is not active. | |||||
| 2005-02-06 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 1 | -0/+2 | |
| 2005-02-04 | Changed requisition height to be screen height so containers with | nyamatongwe | 1 | -1/+1 | |
| no sizing policy are not expanded too far beyond screen bounds. | |||||
| 2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -2/+2 | |
| 2004-10-03 | Patch from Stephan Deibel for GTK+ that makes rectangular | nyamatongwe | 1 | -9/+12 | |
| selection use Alt rather than Ctrl on Windows so that it follows the platform convention. | |||||
| 2004-09-19 | Patch from Shane Caraveo to apply the background drawing | nyamatongwe | 1 | -4/+4 | |
| avoidance patch on GTK+ 1.x. | |||||
| 2004-08-09 | Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used | nyamatongwe | 1 | -33/+3 | |
| on other platforms. Changed name to TransformLineEnds as Document already had a ConvertLineEnds. | |||||
| 2004-07-10 | Fix from John Ehresman for immediately redrawing exposed | nyamatongwe | 1 | -0/+1 | |
| areas when scrolling. | |||||
| 2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -34/+119 | |
| UTF-8 and converting from UTF-8 to the document encoding. | |||||
| 2004-05-16 | Do not use new GtkClipboard code on GTK+ 2.0.x as | nyamatongwe | 1 | -7/+11 | |
| it was not available until 2.2. | |||||
| 2004-05-11 | Modifications to selection handling to make copying and | nyamatongwe | 1 | -56/+54 | |
| pasting from/to various encodings work. | |||||
| 2004-04-26 | Avoid unused parameter warning on GTK+ 2. | nyamatongwe | 1 | -0/+1 | |
| 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. | |||||
