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
/
PlatGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-04
Adaptor template to allow use of versions of iconv that use a const
nyamatongwe
1
-2
/
+10
2003-09-27
Removed ListBox::Sort as always created in sorted order.
nyamatongwe
1
-69
/
+58
2003-09-26
Fixed compilation for GTK+ 1.x.
nyamatongwe
1
-2
/
+2
2003-09-24
Patch from Naba to set font on autocompletion correctly.
nyamatongwe
1
-7
/
+3
2003-09-22
Patch from Naba to use GtkTreeView on GTK+ 2 rather
nyamatongwe
1
-8
/
+229
2003-09-21
Made DBCS work with changes to Pango character position calculation.
nyamatongwe
1
-38
/
+73
2003-09-18
Optimization of width measuring code from Naba.
nyamatongwe
1
-28
/
+33
2003-09-14
Use iso8859-13 for Baltic.
nyamatongwe
1
-2
/
+2
2003-08-21
List boxes now display with same font as current style when
nyamatongwe
1
-2
/
+10
2003-04-27
Using iconv to convert input into current character set.
nyamatongwe
1
-17
/
+17
2003-04-24
Fixed late unchecked change.
nyamatongwe
1
-1
/
+1
2003-04-23
Using iconv for character set conversion.
nyamatongwe
1
-15
/
+114
2003-04-22
Pango drawing now tries converting from the current locale in preference to c...
nyamatongwe
1
-10
/
+46
2003-04-18
Changed Function* to simpler Function.
nyamatongwe
1
-2
/
+2
2003-04-18
Patch from Simon to make ExternalLexer platform independent.
nyamatongwe
1
-0
/
+36
2003-04-05
Ensure positioning windows does not make them move before 0 in either x or
nyamatongwe
1
-4
/
+7
2003-04-03
CallTip can display up and down arrows and clicks are reported to
nyamatongwe
1
-5
/
+7
2003-03-28
Patch from Stephan to allow building without threads and on GTK+ 1.x.
nyamatongwe
1
-3
/
+3
2003-03-23
Added a hand cursor.
nyamatongwe
1
-0
/
+3
2003-03-22
Fixed compilation problems on GTK+.
nyamatongwe
1
-6
/
+4
2003-03-21
Thread safety on font ascent and character width determination.
nyamatongwe
1
-63
/
+69
2003-03-21
Made the character width caching safe when the encoding is changed by
nyamatongwe
1
-29
/
+56
2003-03-13
Avoiding drawing strings consisting entirely of space characters
nyamatongwe
1
-2
/
+21
2003-03-09
Added Pango text display support to GTK+ platform.
nyamatongwe
1
-166
/
+385
2003-02-23
Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning
nyamatongwe
1
-0
/
+4
2003-02-15
Updating version numbers and copyright.
nyamatongwe
1
-1
/
+1
2003-02-08
Chose arrow cursors more similar to Windows.
nyamatongwe
1
-6
/
+5
2003-02-02
Two phase drawing.
nyamatongwe
1
-4
/
+18
2003-01-13
DBCSCharLength always returns >= 1 as that makes it much easier to use.
nyamatongwe
1
-2
/
+6
2003-01-12
Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.
nyamatongwe
1
-0
/
+8
2003-01-12
Additions from Yukihiro Nakai to enable DBCS mode on GTK+.
nyamatongwe
1
-9
/
+115
2003-01-12
Implementation of ListBoxX::CaretFromEdge.
nyamatongwe
1
-22
/
+43
2003-01-10
ListBox is now an interface which is implemented in ListBoxX.
nyamatongwe
1
-50
/
+82
2003-01-03
Enable text form XPM for autocompletion lists.
nyamatongwe
1
-3
/
+41
2002-11-21
pragma to avoid MSVC warning.
nyamatongwe
1
-0
/
+5
2002-11-21
Protect against foreach over null pointer.
nyamatongwe
1
-2
/
+4
2002-11-21
Patch from Biswa to add icons to autocompletion lists.
nyamatongwe
1
-35
/
+111
2002-10-11
Patch from Shane that adds a font cache on GTK+.
nyamatongwe
1
-37
/
+43
2002-10-10
Patch from Shane to implement font cache, including protective mutex.
nyamatongwe
1
-21
/
+199
2002-10-08
Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+.
nyamatongwe
1
-66
/
+294
2002-08-29
Protect against limitations in X servers that do not like to draw long
nyamatongwe
1
-14
/
+30
2002-08-23
Ensure popup menu is fully visible and does not overlap screen right or bottom.
nyamatongwe
1
-1
/
+14
2002-07-07
Made compatible with either GTK+ 1.x or GTK+ 2.x.
nyamatongwe
1
-4
/
+18
2002-06-09
Compatibility with 64 bit systems.
nyamatongwe
1
-0
/
+6
2002-04-21
Made Turkish and Thai set up bettr font specifications.
nyamatongwe
1
-2
/
+2
2002-02-11
X only uses 16 bit coordinates so avoid drawing rectangles beyond 32000.
nyamatongwe
1
-1
/
+1
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
2001-12-20
Patch from stephan to avoid setting cursor to the same value multiple
nyamatongwe
1
-11
/
+19
2001-12-13
Patch from Alan Knowles to avoid warning caused by not choosing an item
nyamatongwe
1
-1
/
+3
2001-11-15
Changed to a more typesafe definition of ElapsedTime.
nyamatongwe
1
-30
/
+12
[next]