aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Expand)AuthorFilesLines
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+1
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+0
2009-07-14Include vector as needed by Selection.nyamatongwe1-0/+2
2009-07-12Removed trace.nyamatongwe1-1/+0
2009-07-12Allow setting the modifier key to be used for rectangularnyamatongwe1-13/+38
2009-07-10Duplicate works on discontiguous selections by duplicating each selection.nyamatongwe1-2/+1
2009-07-07Using the last style on a line to determine the width of a virtual spacenyamatongwe1-2/+1
2009-07-06Made drag into virtual space work for some cases on GTK+.nyamatongwe1-15/+17
2009-07-04Made drag and drop work - return value from PositionInSelection was changednyamatongwe1-1/+1
2009-07-03Use screen point for caret that includes virtual spcace so that, fornyamatongwe1-2/+2
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-9/+11
2009-05-03Turned on exceptions.nyamatongwe1-658/+817
2009-02-14Fix from Todd to make Unicode calltips work on GTK+.nyamatongwe1-0/+2
2008-12-12Added namespace support.nyamatongwe1-0/+4
2008-10-09Bug #2056209 avoiding hidden variable warnings with Sun Studio.nyamatongwe1-3/+3
2008-06-15Casts to make recent gcc happy about string literals as gchar*.nyamatongwe1-5/+5
2008-02-25Changed case of include files so it works when cross-compilingnyamatongwe1-1/+1
2008-02-08Fixed comment.nyamatongwe1-2/+2
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe1-7/+7
2007-12-04Bug 1843212. Changed version check for using the new clipboard APIs tonyamatongwe1-1/+1
2007-07-25Fixed header order for changed ContractionState.nyamatongwe1-3/+3
2007-07-04Use gtk_clipboard_set_can_store so copied text can be pasted afternyamatongwe1-18/+15
2007-06-12Protection from calling GTK+ 2 functions on GTK+ 1.nyamatongwe1-0/+2
2007-06-10Patch from Enrico Tröger to default caret blink rate to GTK+ defaults.nyamatongwe1-0/+18
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+1
2007-05-27Fix to primary selection to not include URI format.nyamatongwe1-1/+1
2007-05-12Avoid dragging text onto itself as this produces undo actions but nonyamatongwe1-5/+16
2007-05-12Bug fix from Enrico Tröger for GTK+ does not place a text/uri-listnyamatongwe1-13/+14
2007-05-12Drag operation does not start until mouse has been dragged more thannyamatongwe1-1/+12
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-0/+2
2007-01-03Remove [MSVC] compile-time warnings for "empty" controlled statement and gboo...rdaneelolivaw1-3/+1
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe1-1/+1
2007-01-01Major change to CellBuffer class with addition of Partitioning class and Spli...nyamatongwe1-0/+2
2006-12-19Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling algor...nyamatongwe1-1/+10
2006-08-22Added key code for the right hand side Windows key.nyamatongwe1-0/+2
2006-08-22Changed default drag action to move.nyamatongwe1-4/+7
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-0/+4
2006-08-17Changes to horizontal scrolling.nyamatongwe1-13/+19
2006-06-18Patch from Robert Roessler to support DROPFILES_DND as equivalent formatnyamatongwe1-1/+4
2006-06-15Only allow setting the code page to valid values.nyamatongwe1-0/+5
2006-06-08Added support for //TRANSLIT option to iconv to allow approximatenyamatongwe1-9/+10
2006-05-31Attempting to move all keyboard input on GTK+ 2.x to using input method.nyamatongwe1-111/+34
2006-05-18Patch from bug 1489948 to stop using deprecated calls on GTK+ 2.nyamatongwe1-51/+180
2006-05-14Added CharClassify and reordered alphabetically.nyamatongwe1-1/+1
2006-04-28Moved uri-list to first preference in formats so that files dragged fromnyamatongwe1-13/+17
2006-04-25Set of patches from John Ehresman:nyamatongwe1-13/+10
2006-04-04Patch from John Ehresman that transforms line ends when text is copied tonyamatongwe1-11/+17
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-0/+1
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