aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Expand)AuthorFilesLines
2006-01-26Patch from John Ehresman to correctly allocate the text display area whennyamatongwe1-11/+11
2005-11-15Check whether area is being painted against the update region,nyamatongwe1-1/+31
2005-11-02Updated id to match uptr_t in header.nyamatongwe1-1/+1
2005-09-01Avoid runtime warning by only calling gdk_window_resize when calltip windownyamatongwe1-3/+3
2005-04-18Make code work as documented by treating -1 as special length for encodingnyamatongwe1-1/+1
2005-04-11Problem fixed when performing paste over rectangular selection wherenyamatongwe1-1/+1
2005-03-19Initialise all SCNotification structs to {0} ensuring all fields are 0 ornyamatongwe1-3/+3
2005-03-15Patch from Naba Kumar and John Ehresman that fixes crashes due to accessnyamatongwe1-11/+19
2005-02-06Exits from dwell by firing SCN_DWELLEND when scroll performed.nyamatongwe1-0/+2
2005-02-04Changed requisition height to be screen height so containers withnyamatongwe1-1/+1
2005-02-02Patch from Naba fixes crash on 64 bit platforms.nyamatongwe1-2/+2
2004-10-03Patch from Stephan Deibel for GTK+ that makes rectangularnyamatongwe1-9/+12
2004-09-19Patch from Shane Caraveo to apply the background drawingnyamatongwe1-4/+4
2004-08-09Moved ConvertLineEnds from ScintillaGTK to Document so that it can be usednyamatongwe1-33/+3
2004-07-10Fix from John Ehresman for immediately redrawing exposednyamatongwe1-0/+1
2004-06-01Patch for allowing retrieval of document text encoded asnyamatongwe1-34/+119
2004-05-16Do not use new GtkClipboard code on GTK+ 2.0.x asnyamatongwe1-7/+11
2004-05-11Modifications to selection handling to make copying andnyamatongwe1-56/+54
2004-04-26Avoid unused parameter warning on GTK+ 2.nyamatongwe1-0/+1
2004-04-25Patch from John ensures iconv only used when available.nyamatongwe1-13/+14
2004-04-17Fix copy of ASCII text to clipboard.nyamatongwe1-3/+5
2004-04-17Patch from John Ehresman to allow clipboard to live beyondnyamatongwe1-73/+160
2004-04-07Patch from John Ehresman to avoid extra drawing of backgroundnyamatongwe1-1/+19
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe1-3/+5
2004-04-02Patch from Pavol Bosik to ensure calltips stay on screen.nyamatongwe1-1/+1
2004-03-07Fixed primary selection copy to self.nyamatongwe1-1/+1
2004-02-22Added patch to input method show preedit window.nyamatongwe1-10/+110
2004-02-20Patch from John Ehresman to fix sizing problems when Scintillanyamatongwe1-0/+1
2004-01-31Chooses between input method or standard keyboard reading basednyamatongwe1-18/+8
2004-01-31Attempt at allowing both input methods for Asian character setsnyamatongwe1-43/+67
2004-01-25Patch from John Ehresman to avoid gdk warnings because ofnyamatongwe1-0/+1
2003-12-23Fixed unused parameter warnings.nyamatongwe1-8/+9
2003-12-15Changes to allow international input on GTK+ 2.nyamatongwe1-2/+62
2003-10-09Patch from Jim Cape for GTK+ 2.3 compatibility.nyamatongwe1-3/+22
2003-10-04Adaptor template to allow use of versions of iconv that use a constnyamatongwe1-2/+10
2003-09-26Fixed compilation for GTK+ 1.x.nyamatongwe1-1/+1
2003-09-20Updated to match SetIdle return type.nyamatongwe1-1/+1
2003-09-20Patch from Naba to perform incremental wrapping in idle time.nyamatongwe1-2/+3
2003-09-18Idle time support.nyamatongwe1-5/+37
2003-09-14Fixed bugs when converting keycodes into non-Unicode text.nyamatongwe1-1/+3
2003-09-01Patch from Nathan Holstein to avoid NUL characters entered fornyamatongwe1-0/+4
2003-08-19Hoisted ConvertLineEnds out of GetGtkSelectionText as it maynyamatongwe1-25/+31
2003-08-17Added UTF-8 support for clipboard, primary selection and drag and drop.nyamatongwe1-77/+161
2003-08-08Protected GTK+ 2 specific code from being compiled on GTK+ 1.nyamatongwe1-0/+3
2003-08-08Patch from João to use symbols rather than literals and includenyamatongwe1-15/+23
2003-08-07Patch from João Paulo F Farias to make keyboard input of accentsnyamatongwe1-1/+48
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe1-0/+8
2003-04-29Text area is now a separate GtkDrawingArea and thus a separate X windownyamatongwe1-38/+85
2003-04-27Using iconv to convert input into current character set.nyamatongwe1-8/+35
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe1-2/+2