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
2015-01-02
Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...
Jiří Techet
1
-2
/
+12
2014-12-17
More natural looping over visual attributes.
Neil
1
-3
/
+3
2014-12-09
Using indicators for inline IME.
Neil
1
-127
/
+251
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
1
-4
/
+1
2014-10-19
Avoid warning about assiging pointer to integer.
Neil
1
-2
/
+2
2014-10-11
GTK: Don't create widgets in the ::realize handler
Colomban Wendling
1
-13
/
+16
2014-10-09
Avoid extra space when pasting from external application on Windows.
Neil
1
-0
/
+7
2014-10-06
Include <stdexcept> due to report of a problem with compiling Document.h.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-1
/
+5
2014-09-24
GTK: Fix auto-completion popup row height computation on GTK 3.14
Colomban Wendling
1
-0
/
+9
2014-09-16
GTK: Don't hardcode auto-completion popup frame border width
Colomban Wendling
1
-3
/
+6
2014-09-12
GTK: Fix auto-completion popup sizing on some themes
Colomban Wendling
1
-11
/
+11
2014-09-12
GTK: Allow the auto-completion popup to be as small as needed
Colomban Wendling
1
-13
/
+32
2014-09-11
GTK: Fix auto-completion popup width to better fit contents
Colomban Wendling
1
-2
/
+23
2014-09-11
GTK: Fix auto-completion popup height to better fit contents
Colomban Wendling
1
-22
/
+30
2014-09-05
Avoid shadowed identifiers.
Neil
1
-11
/
+11
2014-09-04
GTK: fix cached completion popup window sizing
Colomban Wendling
1
-13
/
+14
2014-09-03
Normalise header inclusion order.
Neil
1
-1
/
+1
2014-09-01
GTK: cache the completion popup window
Colomban Wendling
1
-3
/
+22
2014-08-11
Handle empty pre-edit string.
Neil
1
-1
/
+1
2014-08-08
Fix leak in ListBox::GetSelection() on GTK
Colomban Wendling
1
-2
/
+4
2014-08-08
Allow IME to be displayed inline for Korean.
Neil
1
-28
/
+133
2014-08-05
Create a class to manage pre-edit strings and ensure their resources are freed.
Neil
1
-33
/
+31
2014-08-02
Clang warns for register keyword used in system headers so turn off warning.
Neil
1
-1
/
+1
2014-07-22
Make a little safer when there is text that is invalid in the encoding.
Neil
1
-0
/
+4
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-16
/
+41
2014-06-20
Protect against calling Cairo function on versions of Cairo before it existed.
nyamatongwe
1
-0
/
+2
2014-07-08
Updated make dependencies for new files.
Neil
1
-47
/
+98
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
2
-1
/
+5
2014-07-08
Specifying some methods as const as they are used from display and measurement
Neil
1
-3
/
+4
2014-06-24
Ensure context is not freed for measurement surfaces as it is NULL.
Neil
1
-1
/
+1
2014-06-23
GTK: Don't create unnecessary drawing contexts
Colomban Wendling
1
-14
/
+9
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
[prev]
[next]