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
/
gtk
/
PlatGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
Feature [feature-requests:#1427] Enable multithreaded layout for GTK on macOS
Neil Hodgson
1
-3
/
+0
2022-02-25
Bug [#2309] Avoid crash for unexpected right-to-left text.
Neil Hodgson
1
-11
/
+41
2022-02-21
Bug [#2317] Fix pixmap leak on GTK.
Neil Hodgson
1
-5
/
+6
2022-02-16
Fix preprocessor condition to enable threading on Linux.
Neil Hodgson
1
-1
/
+1
2022-02-10
Replace "OS X' with "macOS".
Neil
1
-1
/
+0
2022-02-02
Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support
Neil
1
-0
/
+4
2022-01-31
Turn off tracing that was accidentally committed.
Neil
1
-1
/
+1
2022-01-31
Implement more unique_ptr allocation wrappers and place in new Wrappers.h hea...
Neil Hodgson
1
-161
/
+78
2022-01-30
Avoid type safety warnings.
Neil
1
-13
/
+11
2022-01-30
Use noexcept and const to avoid warnings.
Neil
1
-5
/
+5
2022-01-30
Simplify pango_layout_set_text and suppress type warnings.
Neil
1
-11
/
+15
2022-01-30
Use unique_ptr for PangoContext and PangoLayout.
Neil Hodgson
1
-40
/
+36
2022-01-30
Use language field instead of calling pango_context_get_language as now always
Neil Hodgson
1
-2
/
+2
2022-01-30
Feature [feature-requests:#1427] Make GTK MeasureWidths and
Neil Hodgson
1
-11
/
+66
2022-01-28
Use Pango library pango_units_from_double pango_units_to_double instead of
Neil Hodgson
1
-19
/
+8
2022-01-28
Bug [#2310] Use fractional glyph positions on GTK to make monospaced fonts work
Neil Hodgson
1
-0
/
+9
2021-11-21
Bug [#2296] Fix multi-monitor widget positioning on wayland
Jan Dolinar
1
-0
/
+11
2021-10-12
Feature [feature-requests:#1416] Mark override destructors as override.
Neil
1
-1
/
+1
2021-09-12
Round up ascent and descent of fonts on GTK to make it more likely that
Neil Hodgson
1
-2
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-43
/
+47
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-22
/
+22
2021-04-25
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-4
/
+4
2021-04-05
More noexcept on Cocoa, GTK, and Qt.
Neil
1
-3
/
+3
2021-04-04
Respond to changes in font antialiasing and hinting options on GTK 2.
Neil
1
-4
/
+8
2021-03-29
Modify ListBox::GetValue to return a std::string to avoid fixed size buffers
Neil
1
-6
/
+6
2021-03-28
Use PenColourAlpha instead of PenColour ensuring translucent text works.
Neil
1
-36
/
+26
2021-03-26
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
Neil
1
-0
/
+1
2021-03-22
Remove IntegerRectangle.h as not widely useful
Neil
1
-1
/
+14
2021-03-25
Remove old Surface methods that have been replaced.
Neil
1
-217
/
+1
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
-16
/
+16
2021-03-20
Add AllocatePixMap method on Surface to create a pixmap surface.
Neil
1
-15
/
+38
2021-03-20
Use SurfaceMode struct as a way to inform Surface of modes like code page and
Neil
1
-3
/
+28
2021-03-25
Add FillRectangleAligned to align rectangle to pixel grid on x-axis before
Neil
1
-0
/
+5
2021-03-20
Implement LineDraw and PolyLine.
Neil
1
-0
/
+27
2021-03-20
Implement Stadium on all platforms except for Win32 GDI.
Neil
1
-2
/
+61
2021-03-20
Implement RectangleFrame.
Neil
1
-0
/
+10
2021-03-25
Use FillStroke for parameters to Polygon, RectangleDraw, RoundedRectangle, and
Neil
1
-0
/
+59
2021-03-19
Support strokeWidth and float cornerSize in AlphaRectangle. Use FillStroke
Neil
1
-0
/
+26
2021-03-25
Implement translucent FillRectangle.
Neil
1
-4
/
+23
2021-03-19
UTF-8 text drawing and measurement.
Neil
1
-0
/
+88
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
1
-0
/
+4
2021-03-19
Implement PopClip to allow local clipping.
Neil
1
-1
/
+13
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
1
-0
/
+6
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
1
-0
/
+14
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-2
/
+2
2021-03-18
Use unique_ptr to add to RGBAImageSet.
Neil
1
-7
/
+8
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-2
/
+2
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
[next]