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
/
win32
/
PlatWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
Implement more support values.
Neil
1
-0
/
+2
2021-03-20
Replace FillRectangle with FillRectangleAligned as FillRectangle will stop
Neil
1
-4
/
+4
2021-03-25
Translucent text.
Neil
1
-78
/
+51
2021-03-20
Add AllocatePixMap method on Surface to create a pixmap surface.
Neil
1
-12
/
+55
2021-03-20
Use SurfaceMode struct as a way to inform Surface of modes like code page and
Neil
1
-37
/
+42
2021-03-25
Add FillRectangleAligned to align rectangle to pixel grid on x-axis before
Neil
1
-0
/
+10
2021-03-20
Implement LineDraw and PolyLine.
Neil
1
-0
/
+79
2021-03-20
Implement Stadium on all platforms except for Win32 GDI.
Neil
1
-0
/
+103
2021-03-20
Implement RectangleFrame.
Neil
1
-0
/
+18
2021-03-25
Use FillStroke for parameters to Polygon, RectangleDraw, RoundedRectangle, and
Neil
1
-6
/
+150
2021-03-19
Support strokeWidth and float cornerSize in AlphaRectangle. Use FillStroke
Neil
1
-0
/
+87
2021-03-25
Implement translucent FillRectangle.
Neil
1
-19
/
+39
2021-03-19
UTF-8 text drawing and measurement.
Neil
1
-34
/
+259
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
1
-13
/
+12
2021-03-19
Implement PopClip to allow local clipping.
Neil
1
-0
/
+15
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
1
-0
/
+12
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
1
-0
/
+19
2021-03-19
Add localeName to FontParameters for Bug [#2027].
Neil
1
-1
/
+2
2021-03-19
Ensure variables are initialised, are const where possible.
Neil
1
-21
/
+26
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-4
/
+4
2021-03-18
Use unique_ptr to add to RGBAImageSet.
Neil
1
-2
/
+2
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-4
/
+4
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-18
ListBox options API. ListOptions is currently empty but may contain list item
Neil
1
-0
/
+6
2021-03-17
Use unique_ptr for ListBox::Allocate to show transfer of ownership.
Neil
1
-3
/
+2
2021-03-17
Change Window::Cursor to an enum class.
Neil
1
-9
/
+9
2021-03-17
Remove Window::SetFont as never used.
Neil
1
-5
/
+0
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
1
-177
/
+133
2021-03-17
Make Window argument to Menu::Show const as that avoids warnings and the Window
Neil
1
-1
/
+1
2021-03-17
Mark Window::Destroy, ListBox::Clear, and Menu::Destroy as noexcept since
Neil
1
-4
/
+4
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2021-03-17
Remove DynamicLibrary as loading lexers with SCI_LOADLEXERLIBRARY was removed
Neil
1
-36
/
+0
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-5
/
+5
2020-07-29
Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a mistake made.
Neil
1
-1
/
+1
2020-07-28
Fix factory leak by using global factory instead of getting from render target.
Neil
1
-4
/
+1
2020-07-27
Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap render target
Neil
1
-8
/
+11
2020-07-17
Tidied up code using wstring, which will often avoid allocating, and fixing
Neil
1
-9
/
+9
2020-07-17
Fix truncation of locale due to not counting NUL. Add return code check.
Neil
1
-2
/
+4
2020-07-15
Hoist common conversion code into RectangleFromPRectangle.
Neil
1
-4
/
+12
2020-07-15
Stronger argument validation in BlobInline methods.
Neil
1
-1
/
+9
2020-07-15
Add extra checking and assertions for NULLs.
Neil
1
-30
/
+34
2020-07-11
Removed GetNearestColor as paletted displays are no longer supported.
Neil
1
-3
/
+1
2020-06-15
Use ReleaseUnknown to extend noexcept over finalisation.
Zufu Liu
1
-22
/
+9
2020-06-13
Add include that defines back_inserter.
Greg Smith
1
-0
/
+1
2020-06-11
Bug [#2185]. Fix printing to use correct text size.
Neil
1
-1
/
+3
2020-06-06
Implement gradients for GDI. GradientRectangle previously drew an average of the
Neil
1
-5
/
+60
2020-06-06
Add DIBSection class to simplify bitmap operations on GDI.
Neil
1
-66
/
+121
2020-06-06
Avoid type-pun union when converting from RGBA colour to DWORD as this may be
Neil
1
-13
/
+9
2020-06-06
Specify locally visible methods as noexcept.
Neil
1
-20
/
+20
[next]