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
/
ScintillaGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-11
Make multiple selection multi-paste work when multi-type is off. Bug #3126221.
nyamatongwe
1
-1
/
+1
2010-12-03
Remove styling idle in destructor to avoid crashing when idle called
nyamatongwe
1
-0
/
+1
2010-11-02
Can draw with Cairo rather than GDK for compatibility with newer versions of ...
nyamatongwe
1
-3
/
+6
2010-10-21
Using non-deprecated functions for manipulating widget flags.
nyamatongwe
1
-0
/
+33
2010-08-18
GTK+ version-sensitive definitions for widget query functions/macros
nyamatongwe
1
-6
/
+16
2010-08-18
Avoid deprecated API gtk_type_class.
nyamatongwe
1
-1
/
+1
2010-08-18
Avoid deprecated API gtk_selection_clear.
nyamatongwe
1
-1
/
+4
2010-08-18
Removed code that is not used since GTK+ 1.x is no longer supported.
nyamatongwe
1
-41
/
+0
2010-08-17
Upgraded deprecated APIs.
nyamatongwe
1
-29
/
+22
2010-08-05
Removing SC_CP_DBCS as it does not fit into new DBCS processing code.
nyamatongwe
1
-2
/
+1
2010-08-05
DBCS case folder for GTK+.
nyamatongwe
1
-22
/
+61
2010-08-05
Removal of line end white space.
nyamatongwe
1
-3
/
+3
2010-08-05
Added Korean code pages 949 and 1361.
nyamatongwe
1
-0
/
+2
2010-07-13
Platform files changed for new lexer design.
nyamatongwe
1
-5
/
+7
2010-06-11
Ensure thread safety with idle callbacks in case application is multithreaded.
nyamatongwe
1
-0
/
+4
2010-05-26
Drawing optimizations adding a styling idle task redrawing less of the
nyamatongwe
1
-8
/
+27
2010-05-08
Switched to using documented parameter for SCI_LOADLEXERLIBRARY
nyamatongwe
1
-1
/
+1
2010-04-14
Silence iconv warnings when creating case mapping tables.
nyamatongwe
1
-3
/
+5
2010-04-11
Fixed bug 2984460 Middle-click paste is broken in block select mode
nyamatongwe
1
-0
/
+1
2010-03-25
Removed support for GTK+ 1.x.
nyamatongwe
1
-515
/
+7
2010-03-25
New case insensitive searching implementation uses objects implementing
nyamatongwe
1
-0
/
+59
2010-03-23
Upper and lower casing now works on non-ASCII characters.
nyamatongwe
1
-0
/
+52
2010-03-17
Fix for bug #2971618 Middle-click paste inserts text beyond end of line.
nyamatongwe
1
-1
/
+1
2010-03-17
Made multiple paste work on GTK+.
nyamatongwe
1
-4
/
+1
2010-03-17
Fixed bug where extra NUL was inserted when pasting a rectangular
nyamatongwe
1
-0
/
+2
2010-03-13
Removed unused variable and code that calculates it.
nyamatongwe
1
-8
/
+5
2010-01-28
Avoiding warnings from cppcheck. Mostly removing bodies of private copy
nyamatongwe
1
-2
/
+2
2009-08-28
When pasting into a rectangular selection use the start of the rectangular
nyamatongwe
1
-1
/
+3
2009-08-26
Made Japanese and Chinese code pages 932, 936 and 950 work on GTK+.
nyamatongwe
1
-1
/
+6
2009-08-14
Fixed problem with drag and drop of rectangular selection
nyamatongwe
1
-9
/
+8
2009-07-25
Protection against NULL pointer when copying empty selection.
nyamatongwe
1
-3
/
+4
2009-07-21
Using std::string rather than SString.
nyamatongwe
1
-0
/
+1
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-0
/
+1
2009-07-21
Replacing SString with std::string.
nyamatongwe
1
-1
/
+0
2009-07-14
Include vector as needed by Selection.
nyamatongwe
1
-0
/
+2
2009-07-12
Removed trace.
nyamatongwe
1
-1
/
+0
2009-07-12
Allow setting the modifier key to be used for rectangular
nyamatongwe
1
-13
/
+38
2009-07-10
Duplicate works on discontiguous selections by duplicating each selection.
nyamatongwe
1
-2
/
+1
2009-07-07
Using the last style on a line to determine the width of a virtual space
nyamatongwe
1
-2
/
+1
2009-07-06
Made drag into virtual space work for some cases on GTK+.
nyamatongwe
1
-15
/
+17
2009-07-04
Made drag and drop work - return value from PositionInSelection was changed
nyamatongwe
1
-1
/
+1
2009-07-03
Use screen point for caret that includes virtual spcace so that, for
nyamatongwe
1
-2
/
+2
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-9
/
+11
2009-05-03
Turned on exceptions.
nyamatongwe
1
-658
/
+817
2009-02-14
Fix from Todd to make Unicode calltips work on GTK+.
nyamatongwe
1
-0
/
+2
2008-12-12
Added namespace support.
nyamatongwe
1
-0
/
+4
2008-10-09
Bug #2056209 avoiding hidden variable warnings with Sun Studio.
nyamatongwe
1
-3
/
+3
2008-06-15
Casts to make recent gcc happy about string literals as gchar*.
nyamatongwe
1
-5
/
+5
2008-02-25
Changed case of include files so it works when cross-compiling
nyamatongwe
1
-1
/
+1
2008-02-08
Fixed comment.
nyamatongwe
1
-2
/
+2
[next]