aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
AgeCommit message (Collapse)AuthorFilesLines
2003-01-03Enable text form XPM for autocompletion lists.nyamatongwe1-1/+1
Enable line form XPM for markers.
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-1/+3
2002-10-03Cleaned up pixmap marker code.nyamatongwe1-14/+39
2002-07-28Changed Contains to do semi-includive bounds correctly.nyamatongwe1-2/+2
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-0/+2
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added TickerID typedef to ease merging FOX code.nyamatongwe1-0/+1
2002-01-11Initial minimal support for the Fox version.nyamatongwe1-1/+6
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-1/+1
2001-12-20Patch from stephan to avoid setting cursor to the same value multiplenyamatongwe1-3/+5
times on GTK+ as it is retained by the window. Minor cleanups.
2001-11-15Changed to a more typesafe definition of ElapsedTime.nyamatongwe1-1/+2
2001-11-15Added construction from double to SString.nyamatongwe1-0/+7
Added ElapsedTime class to Platform.
2001-10-28Hid implementation of Surface.nyamatongwe1-3/+4
Changed DrawText to DrawTextNoClip to avoid name clash with macro.
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-89/+61
Surface.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-102/+94
visibility of these headers to most code.
2001-10-12Patch from John to allow double-clicking in autocompletion lists on GTK+.nyamatongwe1-0/+14
2001-06-28Patches from Stephan to simplify preprocessor definitions for GTK+nyamatongwe1-2/+9
on Windows.
2001-02-28Added operator== to PRectangle.nyamatongwe1-9/+13
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-28/+40
2001-02-17Turned off warning 4710 for Microsoft C++ compiler indicating inline methodnyamatongwe1-1/+1
not inlined.
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-0/+3
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
2001-01-25Patch from Philippe, containing comments and a fix to SString for emptynyamatongwe1-16/+35
strings.
2000-10-03Mouse down captures now optional.nyamatongwe1-1/+1
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-0/+8
can be directed wither to debug output or message boxes on Windows.
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-6/+10
2000-07-12Fixed up infinite resize.nyamatongwe1-1/+1
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-5/+8
size better.
2000-06-29Changed Font class to allow subclassing in PlatWin.cxx.nyamatongwe1-3/+4
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+1
2000-04-27Added commctrl.h on Windows as now using tool bar and status bar controls in ↵nyamatongwe1-0/+1
SciTE.
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-0/+1
Some unfinished work on fixing folding bugs.
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-0/+1
2000-04-06Initial Unicode support code.nyamatongwe1-0/+5
2000-03-13Fixed printing problems including putting line numbers in correct positionnyamatongwe1-0/+1
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context.
2000-03-08Initial revisionnyamatongwe1-0/+394