aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Ensure thread safety with idle callbacks in case application is multithreaded.nyamatongwe1-0/+4
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
2010-06-01Fixed memory leaks from bug #3007669.nyamatongwe1-0/+3
2010-05-26Drawing optimizations adding a styling idle task redrawing less of thenyamatongwe1-8/+27
2010-05-11Fix compilation on OS X.nyamatongwe1-4/+5
2010-05-08Switched to using documented parameter for SCI_LOADLEXERLIBRARYnyamatongwe1-1/+1
2010-05-04Removed duplicate optimization option.nyamatongwe1-1/+1
2010-05-04Fixed some warnings from clang --analyze.nyamatongwe1-1/+1
2010-04-30Made compatible with clang.nyamatongwe1-0/+5
2010-04-14Silence iconv warnings when creating case mapping tables.nyamatongwe1-3/+5
2010-04-11Fixed bug 2984460 Middle-click paste is broken in block select modenyamatongwe1-0/+1
2010-04-06Reinstated warning as the command line option causes GCCnyamatongwe1-1/+1
2010-03-30Removed scintilla.mak as it no longer works.nyamatongwe1-610/+0
2010-03-25Removed support for GTK+ 1.x.nyamatongwe5-841/+27
2010-03-25New case insensitive searching implementation uses objects implementingnyamatongwe1-0/+59
2010-03-23Upper and lower casing now works on non-ASCII characters.nyamatongwe1-0/+52
2010-03-17Fix for bug #2971618 Middle-click paste inserts text beyond end of line.nyamatongwe1-1/+1
2010-03-17Made multiple paste work on GTK+.nyamatongwe1-4/+1
2010-03-17Fixed bug where extra NUL was inserted when pasting a rectangularnyamatongwe1-0/+2
2010-03-13Ensured member initialized. Removed EOL whitespace.nyamatongwe1-7/+7
2010-03-13Removed unused variable and code that calculates it.nyamatongwe1-8/+5
2010-02-24Turn off integer wrap warning in ContractionState.cxx caused by inlining.nyamatongwe1-1/+1
2010-01-28Avoiding warnings from cppcheck. Mostly removing bodies of private copynyamatongwe2-6/+6
2010-01-23Should work on older versions of Pango that do not havenyamatongwe1-1/+9
2010-01-20Added Markdown lexer.nyamatongwe1-228/+231
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-1/+1
2009-08-28When pasting into a rectangular selection use the start of the rectangularnyamatongwe1-1/+3
2009-08-27Markdown lexer from FR #2844081.nyamatongwe2-6/+10
2009-08-26New Pango code placed in #ifdef so not compiled on GTK+ 1.x.nyamatongwe1-0/+4
2009-08-26Made Japanese and Chinese code pages 932, 936 and 950 work on GTK+.nyamatongwe2-8/+32
2009-08-26Handle measurement of ligatures more uniformly.nyamatongwe1-44/+59
2009-08-14Fixed problem with drag and drop of rectangular selectionnyamatongwe1-9/+8
2009-08-13Using simple variables to hold pkg-config info so not runnyamatongwe1-4/+4
2009-07-25Protection against NULL pointer when copying empty selection.nyamatongwe1-3/+4
2009-07-24Updated deps.nyamatongwe1-201/+174
2009-07-21Using std::string rather than SString.nyamatongwe1-0/+1
2009-07-21Removed SString.h.nyamatongwe2-105/+102
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.nyamatongwe3-17/+24
2009-06-13Patch from Wingware to make width of autocompletion morenyamatongwe1-5/+26
2009-05-19Fix for bug #2793806 warnings for typpe punned pointer from g++.nyamatongwe1-12/+19