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
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
/
ScintillaGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-05-23
Always display editor text in LTR direction
Yosef Or Boczko
1
-1
/
+4
2013-05-23
Switch to calls compatible with old compilers/run times so that cross compiling
nyamatongwe
1
-1
/
+1
2013-05-06
Indentation formatting.
Neil Hodgson
1
-16
/
+15
2013-05-06
Simplify CaseMapString by grouping the code that requires conversion
Neil Hodgson
1
-19
/
+26
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
Neil Hodgson
1
-106
/
+63
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-1
/
+0
2013-04-19
Remove unused methods.
nyamatongwe
1
-30
/
+0
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
1
-1
/
+1
2013-03-13
Call UpdateUI before blit scrolling so caret change will have been processed
Unknown
1
-0
/
+1
2013-03-13
Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.
Unknown
1
-5
/
+5
2013-01-01
Avoid deprecated threads APIs when using GDK >= 3.6.
Neil Hodgson
1
-0
/
+8
2012-09-05
Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the
nyamatongwe
1
-0
/
+4
2012-05-27
Disable a warning that clang 3.0 gives incorrectly.
Neil Hodgson
1
-0
/
+5
2012-05-08
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
1
-2
/
+2
2012-04-29
Ignore smooth scrolling events.
nyamatongwe
1
-0
/
+7
2012-04-29
Fix deprecation warning for GTK+ 3.4.
nyamatongwe
1
-0
/
+5
2012-03-11
Make mouse wheel scrolling work again on recent GTK+. Bug #3501321.
nyamatongwe
1
-0
/
+1
2012-02-18
Avoid scrolling window before it is realized. Bug #3488481.
nyamatongwe
1
-2
/
+4
2012-02-17
Update to modifier key bindings for GTK+ on OS X. From Mitchell Foral.
nyamatongwe
1
-2
/
+1
2012-02-14
Simplify key handling code that has not needed to process different cases for
nyamatongwe
1
-15
/
+3
2011-12-12
On GTK+ 2.x, change SurfaceID from GdkDrawable* to a cairo_t* so that it is
nyamatongwe
1
-8
/
+6
2011-11-10
Fix deprecation warnings.
Unknown
1
-0
/
+8
2011-09-24
Merged fractional text positioning branch.
nyamatongwe
1
-6
/
+6
2011-09-24
Removed support for GDK drawing in favour of Cairo which has been
nyamatongwe
1
-59
/
+0
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
1
-9
/
+19
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
1
-9
/
+19
2011-09-09
Update calls to Surface::Allocate for GTK+ 2.
nyamatongwe
1
-2
/
+2
2011-09-09
Merge with main repository.
nyamatongwe
1
-2
/
+0
2011-09-06
Always use Cairo for drawing.
nyamatongwe
1
-2
/
+0
2011-08-11
Implement new APIs defined for technology choice on Windows.
nyamatongwe
1
-4
/
+4
2011-07-19
Patch from Mitchell to make Alt key handling work on OS X.
nyamatongwe
1
-1
/
+1
2011-07-12
Report control key as SCMOD_META with GTK+ on OS X.
nyamatongwe
1
-0
/
+10
2011-07-11
Make Unicode input through Ctrl+Shift+U work by passing key release
nyamatongwe
1
-2
/
+6
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+1
2011-06-22
Made IME work on GTK+ 2.x with Cairo. Bug #3311423.
nyamatongwe
1
-1
/
+6
2011-06-22
Support IME on GTK+ 3.
nyamatongwe
1
-1
/
+41
2011-06-16
Moved style attach calls to before background setting which
nyamatongwe
1
-3
/
+3
2011-06-10
Windows headers are system headers so use angle brackets.
nyamatongwe
1
-1
/
+1
2011-05-02
Retreated from turning gdk_cursor_unref into g_object_unref as this caused cr...
nyamatongwe
1
-5
/
+5
2011-05-02
Switching to non-deprecated APIs.
nyamatongwe
1
-0
/
+4
2011-05-02
Making scroll bars 1 pixel shorter as this prevents shrink caused
nyamatongwe
1
-2
/
+2
2011-05-02
Switching from deprecated gdk_cursor_unref to g_object_unref.
nyamatongwe
1
-5
/
+7
[next]