aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08Patch from Shane Caraveo at ActiveState to make UTF-8 work on GTK+.nyamatongwe1-66/+294
2002-08-29Protect against limitations in X servers that do not like to draw longnyamatongwe1-14/+30
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little.
2002-08-23Ensure popup menu is fully visible and does not overlap screen right or bottom.nyamatongwe1-1/+14
2002-07-07Made compatible with either GTK+ 1.x or GTK+ 2.x.nyamatongwe1-4/+18
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-0/+6
2002-04-21Made Turkish and Thai set up bettr font specifications.nyamatongwe1-2/+2
2002-02-11X only uses 16 bit coordinates so avoid drawing rectangles beyond 32000.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2001-12-20Patch from stephan to avoid setting cursor to the same value multiplenyamatongwe1-11/+19
times on GTK+ as it is retained by the window. Minor cleanups.
2001-12-13Patch from Alan Knowles to avoid warning caused by not choosing an itemnyamatongwe1-1/+3
from an autocompletion list.
2001-11-15Changed to a more typesafe definition of ElapsedTime.nyamatongwe1-30/+12
2001-11-15Added ElapsedTime.nyamatongwe1-0/+40
2001-10-28Hid implementation of Surface.nyamatongwe1-7/+7
Changed DrawText to DrawTextNoClip to avoid name clash with macro.
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-90/+133
Surface.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-126/+125
visibility of these headers to most code.
2001-10-12Patch from John to allow double-clicking in autocompletion lists on GTK+.nyamatongwe1-1/+14
2001-08-28Patch from john to avoid leaking memory when setting cursor.nyamatongwe1-6/+10
2001-08-17Fixed up drawing of ellipses and rectangles for use in markers.nyamatongwe1-6/+11
2001-08-17Removal of old cruft.nyamatongwe1-10/+7
Fiddling coordinates to make GTK+ inclusive work same as Win32 semi-inclusive bounds.
2001-06-14Changes to make Hungarian characters appear and to improvenyamatongwe1-21/+20
font selection for non Western European languages.
2001-04-10Removed dead code.nyamatongwe1-94/+87
2001-04-10Calltip size fixing and listbox border tweaking.nyamatongwe1-12/+38
2001-02-24Removed out of date TODO comment.nyamatongwe1-1/+0
2001-02-23Patch from John to have a better default font on GTK+/Windows.nyamatongwe1-0/+8
2001-02-17Changed header order to work on GTK+.nyamatongwe1-1/+1
Scintilla.h must be before ScintillaWidget.h now.
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-0/+6
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++.
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe1-0/+1
2000-11-01Updated initial size to be 1000x1000.nyamatongwe1-2/+2
2000-10-13Better setting of charset for Eastern Europe and escape to allownyamatongwe1-1/+8
font to be specified completely with leading "-".
2000-10-03Mouse down captures now optional.nyamatongwe1-1/+3
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-0/+15
can be directed wither to debug output or message boxes on Windows.
2000-08-28Character set names.nyamatongwe1-2/+28
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-4/+3
2000-07-12Fixed up infinite resize.nyamatongwe1-8/+15
Made GTK+ version ListBox responsive to font choice when finding good size.
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-1/+63
size better.
2000-06-13Removed warnings caused by unused parameters.nyamatongwe1-3/+7
2000-06-11Moved GTK+ Scintilla widget definition out into ScintillaWidget.hnyamatongwe1-0/+1
2000-06-04Ensured the UnicodeMode of each Surface is initialised.nyamatongwe1-2/+2
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+2
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-0/+5
Some unfinished work on fixing folding bugs.
2000-04-08Warning squashing.nyamatongwe1-1/+1
Updated contributors list. Fixed lexing of MS warnings.
2000-03-13Fixed printing problems including putting line numbers in correct positionnyamatongwe1-0/+3
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context.
2000-03-08Handles null font.nyamatongwe1-2/+12
2000-03-08Made work on GTK+/Linux.nyamatongwe1-2/+6
2000-03-08Initial revisionnyamatongwe1-0/+751