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