aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
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-19Avoid warning about assiging pointer to integer.Neil1-2/+2
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-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-1/+5
2014-09-24GTK: Fix auto-completion popup row height computation on GTK 3.14Colomban Wendling1-0/+9
2014-09-16GTK: Don't hardcode auto-completion popup frame border widthColomban Wendling1-3/+6
2014-09-12GTK: Fix auto-completion popup sizing on some themesColomban Wendling1-11/+11
2014-09-12GTK: Allow the auto-completion popup to be as small as neededColomban Wendling1-13/+32
2014-09-11GTK: Fix auto-completion popup width to better fit contentsColomban Wendling1-2/+23
2014-09-11GTK: Fix auto-completion popup height to better fit contentsColomban Wendling1-22/+30
2014-09-05Avoid shadowed identifiers.Neil1-11/+11
2014-09-04GTK: fix cached completion popup window sizingColomban Wendling1-13/+14
2014-09-03Normalise header inclusion order.Neil1-1/+1
2014-09-01GTK: cache the completion popup windowColomban Wendling1-3/+22
2014-08-11Handle empty pre-edit string.Neil1-1/+1
2014-08-08Fix leak in ListBox::GetSelection() on GTKColomban Wendling1-2/+4
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-08-02Clang warns for register keyword used in system headers so turn off warning.Neil1-1/+1
2014-07-22Make a little safer when there is text that is invalid in the encoding.Neil1-0/+4
2014-07-15Implement separate timers for each type of periodic activity and turn them on...Neil Hodgson1-16/+41
2014-06-20Protect against calling Cairo function on versions of Cairo before it existed.nyamatongwe1-0/+2
2014-07-08Updated make dependencies for new files.Neil1-47/+98
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil2-1/+5
2014-07-08Specifying some methods as const as they are used from display and measurementNeil1-3/+4
2014-06-24Ensure context is not freed for measurement surfaces as it is NULL.Neil1-1/+1
2014-06-23GTK: Don't create unnecessary drawing contextsColomban Wendling1-14/+9
2014-06-16Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawingNeil1-0/+16
2014-05-31Remove definitions that are provided by make.Neil1-4/+0
2014-05-31Compatibility with makefile conventions: use CXX for C++ compiler and CC forNeil1-7/+7
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-02Enable building with Clang undefined behaviour sanitizer.Neil1-2/+6
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.Neil2-4/+5
2014-01-18Draw cicles centred as intended so that folding margin markers look correct.Neil1-1/+1
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil2-8/+7
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil2-4/+4
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-8/+9
2013-11-16ScintillaGTK: Call superclass finalize() in ScintillaObjectThomas Martitz1-5/+5