summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
AgeCommit message (Expand)Author
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-11mysterious greyed out native toggle buttons when in foregroundCaolán McNamara
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-12-30Fix typo GTK_STATE_PRELIGHT -> GTK_STATE_FLAG_PRELIGHTStephan Bergmann
2019-12-21avoid warnings about negative heightsCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-09-24gtk3: Depend on the window stylecontextCorentin Noël
2019-09-19mpWindow might be a GtkEventBox instead of a GtkWindowCaolán McNamara
2019-09-19when mpWindow is an eventbox we want the toplevel it is inCaolán McNamara
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-05-13handle empty tools::Rectangle in vclNoel Grandin
2019-02-11Resolves: tdf#123080 don't require wayland at runtimeCaolán McNamara
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-30tdf#118038: use the ListboxButtonStyle padding for listboxesCaolán McNamara
2019-01-28Resolves: tdf#122949 gtk_style_context_save doesn't work the way I wantCaolán McNamara
2019-01-24Resolves: tdf#122662 restore context after changing stateCaolán McNamara
2018-12-15Resolves: tdf#121050 draw fixedlines like toolbar separatorsCaolán McNamara
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-02loplugin:intvsfloat get this working reliablyNoel Grandin
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl
2018-11-09Support drawing custom widgets in headless backendTomaž Vajngerl
2018-11-09custom widgets: Custom Widget ThemesTomaž Vajngerl
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-09Try to move adjusting focus rect down to gtk3 codeKatarina Behrens
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara
2018-04-16weld SwInsFootNoteDlgCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-05Revert "require at least gtk3 3.20.0 to build and run gtk3 bits"Caolán McNamara
2017-12-05require at least gtk3 3.20.0 to build and run gtk3 bitsCaolán McNamara
2017-12-02require at least gtk3 3.14.0 to build gtk3 bitsCaolán McNamara
2017-12-02require at least gtk3 3.12.0 to build gtk3 bitsCaolán McNamara
2017-12-01we already don't run gtk3 if < 3.14Caolán McNamara
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks