summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Always using translateToInternal should be fine in SalGtkPicker::uritounicodeStephan Bergmann1-16/+3
2019-08-27Fix typo (translateToExternal vs. translateToInternal)Stephan Bergmann1-1/+1
2019-08-22loplugin:constmethod in vclNoel Grandin1-1/+1
2019-08-21atk: Make sure returned values are initializedSamuel Thibault3-4/+8
2019-08-19tdf#126830 Icons not showing in menusNoel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin3-5/+5
2019-08-09Fix typosAndrea Gelmini2-2/+2
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen1-1/+0
2019-07-23close some more holes in structuresNoel Grandin1-4/+4
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin1-4/+3
2019-07-14Gtk remove the QtEngineStyle workaroundJan-Marek Glogowski1-12/+0
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-4/+2
2019-06-24Fix typosAndrea Gelmini1-2/+2
2019-06-23tdf#125803 deactivate the menu regardless of menu item typeCaolán McNamara1-0/+11
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski2-4/+6
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin1-2/+3
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov6-60/+42
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-0/+1
2019-05-29tdf#124694 gtk2 GtkFixed takes the max size of all its children...Caolán McNamara1-1/+18
2019-05-27tdf#125271 under wayland without gtksink, try waylandsinkCaolán McNamara2-0/+2
2019-05-15Move FindFocusedEditableText from gtk* into vclJan-Marek Glogowski1-46/+1
2019-05-09tdf#124400 a11y: add accessible IDSamuel Thibault1-0/+12
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov3-5/+5
2019-04-29speed up gtk menu construction at startupNoel Grandin1-6/+19
2019-04-26Fix typosAndrea Gelmini1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-04-15Related: tdf#97822 vcl opengl gtk2: fix missing slider widgetMiklos Vajna1-65/+57
2019-04-15loplugin:sequentialassign in vclNoel Grandin3-16/+7
2019-04-13tdf#97822 vcl opengl gtk2: fix missing list node widgetMiklos Vajna1-9/+19
2019-04-12prefer vector::data to &vector[0]Caolán McNamara1-2/+2
2019-03-29GTK use SalYieldMutex lock argumentsJan-Marek Glogowski1-8/+6
2019-03-28mapped tooltip before attempting to show a menu is a problemCaolán McNamara2-12/+18
2019-03-27return by unique_ptr from NWGetPixmapFromScreenNoel Grandin1-14/+13
2019-03-24weld SvxSearchDialogCaolán McNamara2-5/+9
2019-03-23factor out the adding to an atk relation set codeCaolán McNamara1-19/+24
2019-03-20Resolves: tdf#119996 remove support for GNOME Shell application menuArkadiy Illarionov1-156/+1
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-0/+2
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin2-4/+4
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin2-2/+2
2019-02-11Resolves: tdf#123080 don't require wayland at runtimeCaolán McNamara1-1/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-6/+0
2019-02-11loplugin:indentation in vclNoel Grandin3-6/+6
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-3/+2
2019-02-01tdf#84431 set default format for chart image exportMartin van Zijl1-0/+4
2019-01-27tdf#122990: return if no mpMenuBarContainerWidget in ApplyPersonaJulien Nabet1-0/+2
2019-01-23Related: tdf#122241 improve applying persona for additional menubarsCaolán McNamara1-0/+2
2019-01-22Resolves: tdf#122241 support persona header in native gtk3 menubarCaolán McNamara1-0/+73
2019-01-20GSourceFunc return gbooleanCaolán McNamara3-7/+7
2019-01-13Avoid index for single getToken call, simplifyMatteo Casalin1-4/+1