Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
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. |