aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
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 ...Neil2-3/+3
2013-09-10Drop warning setting -Wno-missing-braces since this has had no effect since g...Neil1-1/+1
2013-09-04Fix namespace compilation errors when SCI_NAMESPACE defined.Neil2-22/+10
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-08-07Include lexlib and lexers directory in make dependencies.nyamatongwe2-2/+397
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-22Bug: [#1470] Fix GTK+ crash for Hebrew text.nyamatongwe1-2/+14
2013-07-21Normalising order of language headers.Neil2-3/+3
2013-07-21Separating out C and C++ flags so that Clang works agin for C files.nyamatongwe1-5/+6
2013-07-21Add standard compliance flag.nyamatongwe1-2/+2
2013-07-21Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.nyamatongwe1-2/+4
2013-07-21Standardising header guards and namespaces.Neil1-0/+13
2013-07-19Updated dependencies.rel-3-3-4nyamatongwe1-12/+18
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil2-30/+14
2013-07-01Added CharacterCategory.Neil1-1/+1
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-06-05Make method const since it has no side-effects.nyamatongwe1-1/+1
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-24Updated make dependencies.Neil Hodgson1-4/+4
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 compilingnyamatongwe2-4/+4
2013-05-06Indentation formatting.Neil Hodgson1-16/+15
2013-05-06Simplify CaseMapString by grouping the code that requires conversionNeil Hodgson1-19/+26
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe1-5/+3
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.Neil Hodgson2-165/+110
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe2-2/+1
2013-04-26Release all cached fonts when finalising.nyamatongwe1-0/+8
2013-04-26Added memory sanitizer to clang debug builds.Neil Hodgson1-0/+4
2013-04-19Remove unused methods.nyamatongwe1-30/+0