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
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
2008-01-19
CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's
nyamatongwe
1
-7
/
+7
2007-12-04
Bug 1843212. Changed version check for using the new clipboard APIs to
nyamatongwe
1
-1
/
+1
2007-07-25
Fixed header order for changed ContractionState.
nyamatongwe
1
-3
/
+3
2007-07-04
Use gtk_clipboard_set_can_store so copied text can be pasted after
nyamatongwe
1
-18
/
+15
2007-06-12
Protection from calling GTK+ 2 functions on GTK+ 1.
nyamatongwe
1
-0
/
+2
2007-06-10
Patch from Enrico Tröger to default caret blink rate to GTK+ defaults.
nyamatongwe
1
-0
/
+18
2007-06-02
Addition of PositionCache module which adds cacing of string
nyamatongwe
1
-0
/
+1
2007-05-27
Fix to primary selection to not include URI format.
nyamatongwe
1
-1
/
+1
2007-05-12
Avoid dragging text onto itself as this produces undo actions but no
nyamatongwe
1
-5
/
+16
2007-05-12
Bug fix from Enrico Tröger for GTK+ does not place a text/uri-list
nyamatongwe
1
-13
/
+14
2007-05-12
Drag operation does not start until mouse has been dragged more than
nyamatongwe
1
-1
/
+12
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-0
/
+2
2007-01-03
Remove [MSVC] compile-time warnings for "empty" controlled statement and gboo...
rdaneelolivaw
1
-3
/
+1
2007-01-02
Separated the cell buffer into substance and style buffers.
nyamatongwe
1
-1
/
+1
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-0
/
+2
2006-12-19
Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling algor...
nyamatongwe
1
-1
/
+10
2006-08-22
Added key code for the right hand side Windows key.
nyamatongwe
1
-0
/
+2
2006-08-22
Changed default drag action to move.
nyamatongwe
1
-4
/
+7
2006-08-22
Basic recognition of the Windows and Context Menu keys as SCK_WIN and
nyamatongwe
1
-0
/
+4
2006-08-17
Changes to horizontal scrolling.
nyamatongwe
1
-13
/
+19
2006-06-18
Patch from Robert Roessler to support DROPFILES_DND as equivalent format
nyamatongwe
1
-1
/
+4
2006-06-15
Only allow setting the code page to valid values.
nyamatongwe
1
-0
/
+5
2006-06-08
Added support for //TRANSLIT option to iconv to allow approximate
nyamatongwe
1
-9
/
+10
2006-05-31
Attempting to move all keyboard input on GTK+ 2.x to using input method.
nyamatongwe
1
-111
/
+34
2006-05-18
Patch from bug 1489948 to stop using deprecated calls on GTK+ 2.
nyamatongwe
1
-51
/
+180
2006-05-14
Added CharClassify and reordered alphabetically.
nyamatongwe
1
-1
/
+1
2006-04-28
Moved uri-list to first preference in formats so that files dragged from
nyamatongwe
1
-13
/
+17
2006-04-25
Set of patches from John Ehresman:
nyamatongwe
1
-13
/
+10
2006-04-04
Patch from John Ehresman that transforms line ends when text is copied to
nyamatongwe
1
-11
/
+17
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-0
/
+1
2006-01-26
Patch from John Ehresman to correctly allocate the text display area when
nyamatongwe
1
-11
/
+11
2005-11-15
Check whether area is being painted against the update region,
nyamatongwe
1
-1
/
+31
2005-11-02
Updated id to match uptr_t in header.
nyamatongwe
1
-1
/
+1
2005-09-01
Avoid runtime warning by only calling gdk_window_resize when calltip window
nyamatongwe
1
-3
/
+3
2005-04-18
Make code work as documented by treating -1 as special length for encoding
nyamatongwe
1
-1
/
+1
2005-04-11
Problem fixed when performing paste over rectangular selection where
nyamatongwe
1
-1
/
+1
2005-03-19
Initialise all SCNotification structs to {0} ensuring all fields are 0 or
nyamatongwe
1
-3
/
+3
2005-03-15
Patch from Naba Kumar and John Ehresman that fixes crashes due to access
nyamatongwe
1
-11
/
+19
2005-02-06
Exits from dwell by firing SCN_DWELLEND when scroll performed.
nyamatongwe
1
-0
/
+2
2005-02-04
Changed requisition height to be screen height so containers with
nyamatongwe
1
-1
/
+1
2005-02-02
Patch from Naba fixes crash on 64 bit platforms.
nyamatongwe
1
-2
/
+2
2004-10-03
Patch from Stephan Deibel for GTK+ that makes rectangular
nyamatongwe
1
-9
/
+12
2004-09-19
Patch from Shane Caraveo to apply the background drawing
nyamatongwe
1
-4
/
+4
2004-08-09
Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used
nyamatongwe
1
-33
/
+3
[next]