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
2003-10-09
Patch from Jim Cape for GTK+ 2.3 compatibility.
nyamatongwe
1
-3
/
+22
2003-10-04
Adaptor template to allow use of versions of iconv that use a const
nyamatongwe
1
-2
/
+10
2003-09-26
Fixed compilation for GTK+ 1.x.
nyamatongwe
1
-1
/
+1
2003-09-20
Updated to match SetIdle return type.
nyamatongwe
1
-1
/
+1
2003-09-20
Patch from Naba to perform incremental wrapping in idle time.
nyamatongwe
1
-2
/
+3
2003-09-18
Idle time support.
nyamatongwe
1
-5
/
+37
2003-09-14
Fixed bugs when converting keycodes into non-Unicode text.
nyamatongwe
1
-1
/
+3
2003-09-01
Patch from Nathan Holstein to avoid NUL characters entered for
nyamatongwe
1
-0
/
+4
2003-08-19
Hoisted ConvertLineEnds out of GetGtkSelectionText as it may
nyamatongwe
1
-25
/
+31
2003-08-17
Added UTF-8 support for clipboard, primary selection and drag and drop.
nyamatongwe
1
-77
/
+161
2003-08-08
Protected GTK+ 2 specific code from being compiled on GTK+ 1.
nyamatongwe
1
-0
/
+3
2003-08-08
Patch from João to use symbols rather than literals and include
nyamatongwe
1
-15
/
+23
2003-08-07
Patch from João Paulo F Farias to make keyboard input of accents
nyamatongwe
1
-1
/
+48
2003-05-11
Addition of CopyText, CopyRange, and LineCopy.
nyamatongwe
1
-0
/
+8
2003-04-29
Text area is now a separate GtkDrawingArea and thus a separate X window
nyamatongwe
1
-38
/
+85
2003-04-27
Using iconv to convert input into current character set.
nyamatongwe
1
-8
/
+35
2003-04-18
Patch from Simon to make ExternalLexer platform independent.
nyamatongwe
1
-2
/
+2
2003-04-16
Fix to marshalling.
nyamatongwe
1
-2
/
+4
2003-04-08
Beter attempt at drawing corner between scrollbars. Still fails but doesn't
nyamatongwe
1
-9
/
+14
2003-04-05
Avoid invalidating scroll bars.
nyamatongwe
1
-4
/
+9
2003-04-03
CallTip can display up and down arrows and clicks are reported to
nyamatongwe
1
-6
/
+33
2003-03-22
Fixed compilation problems on GTK+.
nyamatongwe
1
-2
/
+2
2003-03-20
Patch from Simon Steele to implement the hotspot style and associated
nyamatongwe
1
-0
/
+12
2003-03-13
Handling Unicode keys by transforming to UTF-8.
nyamatongwe
1
-11
/
+36
2003-03-09
Added Pango text display support to GTK+ platform.
nyamatongwe
1
-5
/
+5
2003-03-01
Protecting against accessing unmapped windows in initial size
nyamatongwe
1
-2
/
+3
2003-02-26
Patch from Stephan Deibel to prevent Scintilla disrupting the primary
nyamatongwe
1
-2
/
+3
2003-02-15
Made Expose a method. Trying but failing to paint the corner between the scro...
nyamatongwe
1
-24
/
+31
2003-02-15
Updating version numbers and copyright.
nyamatongwe
1
-1
/
+1
2003-02-14
Turn double buffering off for Scintilla to avoid flashing.
nyamatongwe
1
-0
/
+3
2003-02-12
Horizontal scroll bar removed in wrap mode.
nyamatongwe
1
-6
/
+9
2003-02-11
Ensure mouse motion events are still received by scrollbars after
nyamatongwe
1
-8
/
+13
2003-02-10
Modified GTK+ version to intercept mouse motion on scrollbars and set cursor
nyamatongwe
1
-0
/
+18
2003-02-08
Avoiding problem at widget destruction time.
nyamatongwe
1
-1
/
+6
2003-02-08
Chose arrow cursors more similar to Windows.
nyamatongwe
1
-2
/
+2
2003-01-30
GTK+ 2 fixes.
nyamatongwe
1
-3
/
+13
2003-01-28
Fixed non-focus problem on mouse down reported by Vincent Spader.
nyamatongwe
1
-1
/
+1
2003-01-28
Made FullPaint work on GTK+ 2.
nyamatongwe
1
-0
/
+4
2003-01-12
International input patch from Yukihiro Nakai.
nyamatongwe
1
-0
/
+13
2003-01-10
Added XPM.h as the XPM support has been split out of LineMarker.h.
nyamatongwe
1
-0
/
+1
2002-12-20
Fixed problem with vertical scrollbar being moved out of real range
nyamatongwe
1
-14
/
+18
2002-10-11
Patch from Shane that adds a font cache on GTK+.
nyamatongwe
1
-0
/
+9
2002-09-19
Removed last vestiges of scrollbars when turned off.
nyamatongwe
1
-2
/
+2
2002-09-19
Added mthod to turn off vertical scroll bar.
nyamatongwe
1
-4
/
+14
2002-09-07
Patch from John Ehresman to make sure the gdk window exists before it
nyamatongwe
1
-36
/
+40
2002-07-29
Made compatible with both GTK+ 1.x and 2.x.
nyamatongwe
1
-20
/
+63
2002-07-28
Full paint now paints all of the margins as well. Required to simplify
nyamatongwe
1
-5
/
+5
2002-07-17
Patch from John Ehresman to convert clipboard text to use the line endings of...
nyamatongwe
1
-49
/
+70
2002-07-06
Made static as that seemed to be done by GTK+ 2 code.
nyamatongwe
1
-1
/
+1
2002-07-05
Removed check that is now redundant.
nyamatongwe
1
-1
/
+1
[next]