aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...Jiří Techet1-2/+12
2014-12-17More natural looping over visual attributes.Neil1-3/+3
2014-12-09Using indicators for inline IME.Neil1-127/+251
2014-12-05Extract FillVirtualSpace so it is not repeated and can be made less complex inNeil1-4/+1
2014-10-11GTK: Don't create widgets in the ::realize handlerColomban Wendling1-13/+16
2014-10-09Avoid extra space when pasting from external application on Windows.Neil1-0/+7
2014-10-06Include <stdexcept> due to report of a problem with compiling Document.h.Neil1-0/+1
2014-09-03Normalise header inclusion order.Neil1-1/+1
2014-08-11Handle empty pre-edit string.rel-3-5-0Neil1-1/+1
2014-08-08Allow IME to be displayed inline for Korean.Neil1-28/+133
2014-08-05Create a class to manage pre-edit strings and ensure their resources are freed.Neil1-33/+31
2014-07-15Implement separate timers for each type of periodic activity and turn them on...Neil Hodgson1-16/+41
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+3
2014-07-08Specifying some methods as const as they are used from display and measurementNeil1-3/+4
2014-05-24Header include statements are now in a standardised order with that orderNeil1-13/+15
2014-05-19Fix missing redraws on GTK < 3.9.2Colomban Wendling1-5/+15
2014-05-14GTK: Avoid flickering when wrapping linesColomban Wendling1-1/+1
2014-05-14Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10.Neil1-4/+23
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil1-3/+3
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-9/+3
2014-04-18Fix calls deprecated in GTK+ 3.10.Neil1-2/+11
2014-04-16Allow filtering of insertions.Neil1-2/+3
2014-01-21Using ELEMENTS for clarity and safety. Avoid memset for safety.Neil1-2/+3
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-2/+2
2013-11-16ScintillaGTK: Call superclass finalize() in ScintillaObjectThomas Martitz1-5/+5
2013-11-14ScintillaGTK: Call superclass finalize() in ScintillaObjectThomas Martitz1-0/+4
2013-11-07Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width.neilh1-5/+5
2013-11-03Clean line-end whitespace.neilh1-2/+2
2013-11-03Avoid warnings for scope and unused value set.Neil1-2/+3
2013-11-03Report control key as SCI_META for mouse down events for GTK+ on OS X.nyamatongwe1-7/+13
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-0/+1
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...Neil1-2/+2
2013-09-04Fix namespace compilation errors when SCI_NAMESPACE defined.Neil1-9/+9
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil1-1/+4
2013-08-15Use system symbol for constant.Neil1-1/+1
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil1-2/+2
2013-07-23Only use map for character representations instead of unordered_map where pos...nyamatongwe1-3/+0
2013-07-22Added the character representation feature.Neil1-0/+3
2013-07-21Normalising order of language headers.Neil1-2/+2
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-29/+13
2013-06-18Renaming variables to explain their role better.nyamatongwe1-19/+19
2013-06-18Bug: [#1488] Simplify gtk scrollbar resize code.nyamatongwe1-10/+3
2013-06-06Disable methods required for GTK+ 3 when building for GTK+ 2.nyamatongwe1-0/+6
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide acc...nyamatongwe1-14/+15
2013-05-25Use simplified call to set SelectionText from std::string.Neil Hodgson1-16/+18
2013-05-25Bug: [#1481]. Incorrect event copying on GTK+ 3.x.Neil Hodgson1-5/+14
2013-05-25Fix crashes with SelectionText instances that did not have \0 terminators.Neil Hodgson1-7/+7
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-2/+2
2013-05-23Always display editor text in LTR directionYosef Or Boczko1-1/+4
2013-05-23Switch to calls compatible with old compilers/run times so that cross compilingnyamatongwe1-1/+1