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
/
PlatGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-19
Avoid warning about assiging pointer to integer.
Neil
1
-2
/
+2
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-01
GTK: cache the completion popup window
Colomban Wendling
1
-3
/
+22
2014-08-08
Fix leak in ListBox::GetSelection() on GTK
Colomban Wendling
1
-2
/
+4
2014-07-22
Make a little safer when there is text that is invalid in the encoding.
Neil
1
-0
/
+4
2014-06-20
Protect against calling Cairo function on versions of Cairo before it existed.
nyamatongwe
1
-0
/
+2
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-01-21
Using ELEMENTS for clarity and safety. Avoid memset for safety.
Neil
1
-2
/
+2
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
1
-6
/
+5
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-2
/
+2
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-8
/
+9
2013-09-04
Fix namespace compilation errors when SCI_NAMESPACE defined.
Neil
1
-13
/
+1
2013-07-22
Bug: [#1470] Fix GTK+ crash for Hebrew text.
nyamatongwe
1
-2
/
+14
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2013-07-21
Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.
nyamatongwe
1
-2
/
+4
2013-06-05
Make method const since it has no side-effects.
nyamatongwe
1
-1
/
+1
2013-05-23
Switch to calls compatible with old compilers/run times so that cross compiling
nyamatongwe
1
-3
/
+3
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-5
/
+3
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
Neil Hodgson
1
-59
/
+47
2013-04-26
Release all cached fonts when finalising.
nyamatongwe
1
-0
/
+8
2013-02-21
Fixed outdated comment.
nyamatongwe
1
-2
/
+1
2013-01-01
Properly update the Pango contexts for the target surface
Colomban Wendling
1
-0
/
+4
2013-01-01
Switch to non-deprecated thread and mutex APIs when using GLib >= 2.31.
Neil Hodgson
1
-0
/
+12
2012-07-21
Add extra argument to RGBAImage constructor.
Neil Hodgson
1
-1
/
+1
2012-05-27
Disable a warning that clang 3.0 gives incorrectly.
Neil Hodgson
1
-0
/
+5
2012-04-29
Fix autocompletion list being too short on GTK+ 3.x.
nyamatongwe
1
-1
/
+6
2012-04-21
Use C++ casts instead of C casts to avoid warnings from cppcheck.
nyamatongwe
1
-5
/
+5
2011-12-09
Allow fractional widths for single character strings.
nyamatongwe
1
-4
/
+4
2011-12-12
On GTK+ 2.x, change SurfaceID from GdkDrawable* to a cairo_t* so that it is
nyamatongwe
1
-5
/
+1
2011-11-04
Round to nearest pixels horizontally to avoid background artifacts on OS X.
nyamatongwe
1
-0
/
+2
2011-09-27
Made recent fractional positioning and ARGB code compatible with
nyamatongwe
1
-6
/
+21
2011-09-25
Palette support removed.
nyamatongwe
1
-129
/
+26
2011-09-24
Merged fractional text positioning branch.
nyamatongwe
1
-80
/
+76
2011-09-24
Removed support for GDK drawing in favour of Cairo which has been
nyamatongwe
1
-842
/
+22
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
1
-0
/
+4
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
1
-0
/
+4
2011-09-09
Merge with main repository.
nyamatongwe
1
-83
/
+80
2011-09-06
Always use Cairo for drawing.
nyamatongwe
1
-3
/
+1
2011-09-02
Removed archaic unused deallocation calls.
nyamatongwe
1
-18
/
+3
2011-08-11
Implement new APIs defined for technology choice on Windows.
nyamatongwe
1
-40
/
+37
[next]