aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Include PLAT_TK for implementation on Tk platform.Neil1-0/+6
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-10/+10
2013-04-03Renaming PLAT_NCURSES to PLAT_CURSES as may work on other implementations.nyamatongwe1-4/+4
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-0/+5
2012-06-13Moved Qt platform section as it was interfering with GTK+ sub-platforms.nyamatongwe1-4/+4
2012-05-17Avoid noisy warnings from GCC on Qt.nyamatongwe1-0/+6
2012-05-17Added PLAT_QT for Qt builds.nyamatongwe1-0/+5
2011-09-25Palette support removed.nyamatongwe1-98/+11
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-4/+34
2011-08-07Add a new XYACCUMULATOR which is more precise than XYPOSITION fornyamatongwe1-3/+4
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe1-1/+1
2011-08-02Allow floating point text positioning.nyamatongwe1-24/+27
2011-07-12Report control key as SCMOD_META with GTK+ on OS X.nyamatongwe1-0/+6
2011-06-25Initial implementation of RGBA images.nyamatongwe1-0/+2
2011-06-06Fix problem compiling on wxWidgets. Bug #3306156.nyamatongwe1-0/+3
2011-04-06Avoid warning for extra semi-colons and normalised whitespace.nyamatongwe1-3/+3
2011-02-20Avoid some cppcheck warnings.nyamatongwe1-4/+4
2010-04-30Made compatible with clang.nyamatongwe1-3/+3
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-1/+1
2009-06-10Put back PLAT_FOX.nyamatongwe1-1/+6
2009-05-15Removal of all code for the FOX platform.nyamatongwe1-7/+2
2009-05-14Removed SCI_NAMESPACE so that it is set in build files to prevent spread ofnyamatongwe1-1/+0
2009-05-12Moving SCI_LEXER out of header and back into make file.nyamatongwe1-1/+0
2009-05-06First stage of Cocoa platform addition.nyamatongwe1-14/+17
2008-02-06Can compile for GTK+ on Windows using mingw.nyamatongwe1-2/+2
2007-07-26Optimised previous change to avoid extra redraws when modification does notnyamatongwe1-0/+3
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-0/+1
2007-07-03Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is alwaysnyamatongwe1-4/+4
2007-06-29Removed OS X specific WaitMouseMoved call since the generic code no longernyamatongwe1-3/+0
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-2/+39
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe1-0/+2
2006-02-23Made number of colours in a palette dynamic so that large numbers ofnyamatongwe1-2/+5
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-1/+3
2005-02-02Added friend declaration so that wx copy of Platform.h does notnyamatongwe1-0/+1
2004-08-12Constructor marked explicit stops automatic conversion of int tonyamatongwe1-1/+1
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-1/+2
2003-09-27Removed ListBox::Sort as always created in sorted order.nyamatongwe1-1/+0
2003-09-18Added Idler ID for use in idle code.nyamatongwe1-0/+1
2003-04-18Changed Function* to simpler Function.nyamatongwe1-4/+4
2003-04-18Patch from Simon for portable DLL loading.nyamatongwe1-0/+18
2003-04-06Move method for Rectangle class.nyamatongwe1-0/+6
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-1/+1
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe1-3/+3
2003-02-23Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigningnyamatongwe1-0/+1
2003-02-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-02-02Two phase drawing.nyamatongwe1-0/+1
2003-01-15Added const to methods that are.nyamatongwe1-2/+2
2003-01-12Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.nyamatongwe1-0/+2
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-0/+1
2003-01-10Added method to copy desired colour to allocated colour in ColourPair fornyamatongwe1-31/+22