summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-04tdf#148109 Paint background color in listboxIlhan Yesil1-5/+15
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+28
2020-03-17mysterious greyed out native toggle buttons when in foregroundCaolán McNamara1-0/+5
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian1-0/+4
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen1-1/+0
2019-10-04loplugin:singlevalfieldsNoel Grandin1-1/+0
2019-09-24gtk3: Depend on the window stylecontextCorentin Noël1-27/+69
2019-09-19mpWindow might be a GtkEventBox instead of a GtkWindowCaolán McNamara1-3/+3
2019-09-19when mpWindow is an eventbox we want the toplevel it is inCaolán McNamara1-3/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-35/+14
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-0/+1
2019-05-13handle empty tools::Rectangle in vclNoel Grandin1-4/+8
2019-02-11Resolves: tdf#123080 don't require wayland at runtimeCaolán McNamara1-4/+2
2019-02-11loplugin:indentation in vclNoel Grandin1-2/+1
2019-01-30tdf#118038: use the ListboxButtonStyle padding for listboxesCaolán McNamara1-5/+8
2019-01-28Resolves: tdf#122949 gtk_style_context_save doesn't work the way I wantCaolán McNamara1-54/+40
2019-01-24Resolves: tdf#122662 restore context after changing stateCaolán McNamara1-0/+55
2018-12-15Resolves: tdf#121050 draw fixedlines like toolbar separatorsCaolán McNamara1-30/+74
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-02loplugin:intvsfloat get this working reliablyNoel Grandin1-1/+1
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky1-3/+0
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl1-1/+7
2018-11-09Support drawing custom widgets in headless backendTomaž Vajngerl1-2/+2
2018-11-09custom widgets: Custom Widget ThemesTomaž Vajngerl1-3/+31
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-09Try to move adjusting focus rect down to gtk3 codeKatarina Behrens1-1/+7
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara1-1/+14
2018-04-16weld SwInsFootNoteDlgCaolán McNamara1-0/+5
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-33/+33
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-20/+20
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-3/+3
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-05Revert "require at least gtk3 3.20.0 to build and run gtk3 bits"Caolán McNamara1-306/+1101
2017-12-05require at least gtk3 3.20.0 to build and run gtk3 bitsCaolán McNamara1-1101/+306
2017-12-02require at least gtk3 3.14.0 to build gtk3 bitsCaolán McNamara1-13/+5
2017-12-02require at least gtk3 3.12.0 to build gtk3 bitsCaolán McNamara1-2/+0
2017-12-01we already don't run gtk3 if < 3.14Caolán McNamara1-2/+1
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-9/+1
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-5/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-19rename GtkData to GtkSalDataNoel Grandin1-2/+2
2017-09-11its really the contents we want to redrawCaolán McNamara1-1/+2
2017-09-04Resolves: tdf#111864 render progress bar for Ambiance theme properlyCaolán McNamara1-1/+15
2017-08-03loplugin:checkunusedparams in variousNoel Grandin1-3/+2
2017-07-25Related: tdf#102909 use menubar style for non-native menubarsCaolán McNamara1-2/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2