index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gtk
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing
Neil
1
-0
/
+16
2014-05-31
Remove definitions that are provided by make.
Neil
1
-4
/
+0
2014-05-31
Compatibility with makefile conventions: use CXX for C++ compiler and CC for
Neil
1
-7
/
+7
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-13
/
+15
2014-05-19
Fix missing redraws on GTK < 3.9.2
Colomban Wendling
1
-5
/
+15
2014-05-14
GTK: Avoid flickering when wrapping lines
Colomban Wendling
1
-1
/
+1
2014-05-14
Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10.
Neil
1
-4
/
+23
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-3
/
+3
2014-05-02
Enable building with Clang undefined behaviour sanitizer.
Neil
1
-2
/
+6
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-9
/
+3
2014-04-18
Fix calls deprecated in GTK+ 3.10.
Neil
1
-2
/
+11
2014-04-16
Allow filtering of insertions.
Neil
1
-2
/
+3
2014-01-21
Using ELEMENTS for clarity and safety. Avoid memset for safety.
Neil
2
-4
/
+5
2014-01-18
Draw cicles centred as intended so that folding margin markers look correct.
Neil
1
-1
/
+1
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
2
-8
/
+7
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
2
-4
/
+4
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-8
/
+9
2013-11-16
ScintillaGTK: Call superclass finalize() in ScintillaObject
Thomas Martitz
1
-5
/
+5
2013-11-14
ScintillaGTK: Call superclass finalize() in ScintillaObject
Thomas Martitz
1
-0
/
+4
2013-11-07
Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width.
Unknown
1
-5
/
+5
2013-11-03
Clean line-end whitespace.
Unknown
1
-2
/
+2
2013-11-03
Avoid warnings for scope and unused value set.
Neil
1
-2
/
+3
2013-11-03
Report control key as SCI_META for mouse down events for GTK+ on OS X.
nyamatongwe
1
-7
/
+13
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+1
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
2
-3
/
+3
2013-09-10
Drop warning setting -Wno-missing-braces since this has had no effect since g...
Neil
1
-1
/
+1
2013-09-04
Fix namespace compilation errors when SCI_NAMESPACE defined.
Neil
2
-22
/
+10
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+4
2013-08-15
Use system symbol for constant.
Neil
1
-1
/
+1
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-2
/
+2
2013-08-07
Include lexlib and lexers directory in make dependencies.
Unknown
2
-2
/
+397
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-22
Bug: [#1470] Fix GTK+ crash for Hebrew text.
Unknown
1
-2
/
+14
2013-07-21
Normalising order of language headers.
Neil
2
-3
/
+3
2013-07-21
Separating out C and C++ flags so that Clang works agin for C files.
Unknown
1
-5
/
+6
2013-07-21
Add standard compliance flag.
Unknown
1
-2
/
+2
2013-07-21
Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.
Unknown
1
-2
/
+4
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+13
2013-07-19
Updated dependencies.
Unknown
1
-12
/
+18
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
2
-30
/
+14
2013-07-01
Added CharacterCategory.
Neil
1
-1
/
+1
2013-06-18
Renaming variables to explain their role better.
Unknown
1
-19
/
+19
2013-06-18
Bug: [#1488] Simplify gtk scrollbar resize code.
Unknown
1
-10
/
+3
2013-06-06
Disable methods required for GTK+ 3 when building for GTK+ 2.
Unknown
1
-0
/
+6
2013-06-05
Make method const since it has no side-effects.
Unknown
1
-1
/
+1
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-14
/
+15
2013-05-25
Use simplified call to set SelectionText from std::string.
Neil Hodgson
1
-16
/
+18
2013-05-25
Bug: [#1481]. Incorrect event copying on GTK+ 3.x.
Neil Hodgson
1
-5
/
+14
2013-05-25
Fix crashes with SelectionText instances that did not have \0 terminators.
Neil Hodgson
1
-7
/
+7
[next]