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
sciteco-rel-5-5-8
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
2020-07-18
Remove some constexpr as they made shiboken fail.
Neil
1
-2
/
+2
2020-07-14
Make simple methods on simple classes constexpr.
Neil
1
-31
/
+31
2020-02-09
Feature [feature-requests:#1340] Move and use Point functions to avoid casting.
Zufu Liu
1
-2
/
+2
2019-03-18
Add some operators to Point to simplify client code.
Neil
1
-0
/
+12
2018-07-31
Define PLAT_HAIKU and use to avoid a reported compilation problem on 32-bit
Neil
1
-0
/
+5
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
1
-3
/
+9
2018-05-30
Add TabPositionAfter method to IScreenLine as this calculation is needed on each
Neil
1
-0
/
+1
2018-05-24
Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.
Neil
1
-1
/
+1
2018-05-23
Add definitions for bidirectional support to Platform.h and provide empty
Neil
1
-0
/
+23
2018-05-22
Add GradientRectangle method to Surface to draw rectangles with vertical or
Neil
1
-4
/
+70
2018-05-17
Use nullptr instead of 0 in headers as this diminishes the number of warnings.
Neil
1
-2
/
+2
2018-05-14
Modernize Platform.h (5) - remove ElapsedTime.
Neil
1
-8
/
+0
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-5
/
+5
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
1
-7
/
+6
2018-05-14
Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-56
/
+23
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-37
/
+33
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-1
/
+1
2018-04-21
Remove CallBackAction which was replaced by IListBoxDelegate.
Neil
1
-5
/
+0
2018-04-20
Avoid MSVC analyze warnings about statics by making Point constructor constexpr.
Neil
1
-1
/
+1
2018-04-20
Remove casts, drop default argument, use const.
Neil
1
-3
/
+3
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-8
/
+0
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-26
/
+1
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-1
/
+14
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
1
-1
/
+1
2017-04-07
Allowing assigning Windows and ensure cursorLast is initialized.
Neil
1
-0
/
+8
2017-04-06
Added const where possible.
Neil
1
-1
/
+1
2016-11-07
Move warning suppression from global header to Qt platform layer header so
Neil
1
-4
/
+0
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-03-29
Bug [#1682] Removed the ascent member of Font and all wxWidgets-specific code.
Neil
1
-6
/
+0
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
Neil
1
-0
/
+5
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-10
/
+7
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-8
/
+8
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
1
-0
/
+4
2014-05-03
Convenience Point constructor from integers as common source of shapes.
Neil
1
-0
/
+2
2014-05-03
Fix comments that have not been correct since conversion to XYPOSITION.
Neil
1
-2
/
+2
2014-05-03
Move RoundXYPosition to global header to enable use in more modules.
Neil
1
-1
/
+3
2014-04-29
Stop disabling warnings where no longer needed.
Neil
1
-1
/
+2
2014-03-16
Avoid warnings from Clang analyzer.
Neil
1
-1
/
+11
2013-09-16
Remove dead code that was a remnant of Carbon support.
nyamatongwe
1
-16
/
+0
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
1
-1
/
+0
2013-09-10
Drop warning setting -Wno-missing-braces since this has had no effect since g...
Neil
1
-1
/
+0
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
[next]