aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2022-03-23On GTK, scroll horizontally with shift + scroll wheel.Mitchell Foral1-7/+4
2022-02-25Bug [#2309] Avoid crash for unexpected right-to-left text.Neil Hodgson1-11/+41
2022-02-24Bug [#2315] Update dependencies for KeyMap.Neil1-0/+2
2022-02-21Bug [#2317] Fix pixmap leak on GTK.Neil Hodgson1-5/+6
2022-02-16Fix re-entrant painting to maintain update region.Mitchell Foral1-5/+5
2022-02-16Fix preprocessor condition to enable threading on Linux.Neil Hodgson1-1/+1
2022-02-10Replace "OS X' with "macOS".Neil2-2/+1
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-0/+4
2022-01-31Turn off tracing that was accidentally committed.Neil1-1/+1
2022-01-31Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warningsNeil Hodgson1-0/+4
2022-01-31Implement more unique_ptr allocation wrappers and place in new Wrappers.h hea...Neil Hodgson6-257/+247
2022-01-31Simplify Converter and avoid warnings.Neil Hodgson1-5/+2
2022-01-30Avoid type safety warnings.Neil1-13/+11
2022-01-30Use noexcept and const to avoid warnings.Neil1-5/+5
2022-01-30Simplify pango_layout_set_text and suppress type warnings.Neil1-11/+15
2022-01-30Use unique_ptr for PangoContext and PangoLayout.Neil Hodgson1-40/+36
2022-01-30Use language field instead of calling pango_context_get_language as now alwaysNeil Hodgson1-2/+2
2022-01-30Feature [feature-requests:#1427] Make GTK MeasureWidths andNeil Hodgson1-11/+66
2022-01-28Guard macOS option for dynamic library from being active on Linux.Neil Hodgson1-1/+3
2022-01-28Use Pango library pango_units_from_double pango_units_to_double instead ofNeil Hodgson1-19/+8
2022-01-28Bug [#2310] Use fractional glyph positions on GTK to make monospaced fonts workNeil Hodgson1-0/+9
2022-01-12Remove checking for lexers as Scintilla can no longer be built with lexers.Neil1-3/+1
2022-01-11Correct comment about dependency generation.Neil1-1/+1
2021-11-21Bug [#2296] Fix multi-monitor widget positioning on waylandJan Dolinar1-0/+11
2021-10-24Bug [#2287] Fix primary selection paste within same instance.Neil Hodgson2-3/+9
2021-10-12Minor code simplifications from clang-tidy.Neil1-4/+4
2021-10-12Feature [feature-requests:#1416] Mark override destructors as override.Neil2-2/+2
2021-10-09Fix warning from Cppcheck2.6.Neil1-3/+1
2021-10-06Update dependencies.Neil1-0/+1
2021-10-02Do not unref the global settings object as gtk_settings_get_default does notMitchell Foral1-3/+0
2021-09-28Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow stylesNeil2-0/+2
2021-09-19Respond to changes in system font scaling by clearing any cached layout data.Neil Hodgson2-0/+14
2021-09-13Hold onto global GtkSettings object as used multiple times.Neil Hodgson2-12/+26
2021-09-12Round up ascent and descent of fonts on GTK to make it more likely thatNeil Hodgson1-2/+2
2021-07-17Updated dependencies.Neil1-0/+1
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil1-10/+4
2021-06-17Implement GetDirectStatusFunction on GTK.Neil1-0/+3
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil2-1/+12
2021-05-25Update dependencies.Neil1-55/+41
2021-05-25Use correct enumeration.Neil Hodgson1-1/+1
2021-05-25Place functions in correct internal namespace.Neil Hodgson1-1/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil6-257/+293
2021-05-22Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedefNeil3-27/+27
2021-04-28Bug [#2227]. On GTK 3 with Wayland, fix primary selection.Neil Hodgson2-48/+64
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil4-24/+24
2021-04-25Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.Neil3-9/+9
2021-04-23Remove volatile qualifiers as they cause an error with Clang 12.Neil Hodgson1-2/+2
2021-04-15Add default case to IME checking of underline type to prevent warnings.Neil Hodgson1-0/+1
2021-04-15Add casts to prevent warnings from MSVC.Neil1-21/+23
2021-04-15Avoid warning from MSVC.Neil1-1/+3