summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-09Resolves: tdf#122353 silence useless selection-changed event attemptsCaolán McNamara1-1/+7
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2-0/+2
2018-12-19Resolves: tdf#121555 sometime crash on menu hierarchy changeCaolán McNamara1-3/+11
2018-12-16SalGtk{File,}Picker.hxx: Add missing includesMichael Weghorn2-0/+3
2018-12-15tdf#116290 allow menubar to shrink past its minimum sizeCaolán McNamara1-1/+14
2018-12-13Resolves: tdf#122016 crash accessing deleted GtkSalMenuCaolán McNamara1-0/+5
2018-12-12use std::<some_container>::swap, instead of copy and clearNoel Grandin1-2/+2
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-04tdf#121855 like osx case don't search near-infinite calc grid for focusCaolán McNamara1-0/+7
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-2/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-2/+2
2018-11-27vcl: fix gtk debug codeThorsten Behrens1-9/+9
2018-11-23weld SfxMacroTabPageCaolán McNamara1-1/+1
2018-11-23improve function local staticsNoel Grandin1-3/+1
2018-11-20coverity#1441469 silence Dereference null return valueCaolán McNamara1-1/+1
2018-11-15vcl: ATK: remove the hyper_link_get_object implementationMichael Stahl1-10/+3
2018-11-08Resolves: tdf#119790 for gtk3 save and restore typed name on changing filterCaolán McNamara1-0/+9
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2