summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
AgeCommit message (Expand)AuthorFilesLines
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-9/+1
2017-11-15loplugin:flatten in vclNoel Grandin3-92/+95
2017-11-14No need for bestmaxFrameSizeForScreenSize to be declared publiclyTor Lillqvist1-0/+1
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-5/+1
2017-11-10Related: tdf#112549 gtk3 hide/show menubar on enter/exit fullscreenCaolán McNamara1-5/+8
2017-11-07Resolves: rhbz#1505379 gtk3+X: open comboboxes block sessionCaolán McNamara1-5/+11
2017-11-04gtk3: fix popover placement in RTLCaolán McNamara1-3/+6
2017-10-30Replace list by vector for m_aListeners in gtk3 (vcl)Julien Nabet1-19/+18
2017-10-23loplugin:includeform: vclStephan Bergmann4-17/+17
2017-10-17tdf#112845 rtl dropdowns in wrong positionCaolán McNamara1-0/+3
2017-10-17gtk3: drop faking initial nTopDecoration size from parentCaolán McNamara1-16/+5
2017-10-06gtk3+hidpi: ScreenSize is in real pixels, scale it downCaolán McNamara1-1/+7
2017-10-05Minimize GtkSalData scope in timeout callbackJan-Marek Glogowski1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-39/+27
2017-09-25vcl: [loplugin:badstatics] aDocumentFocusListenerMichael Stahl1-0/+1
2017-09-24fix some leaksCaolán McNamara1-0/+4
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin2-13/+13
2017-09-19rename SalGenericData to GenericUnixSalDataNoel Grandin1-2/+2
2017-09-19rename GtkData to GtkSalDataNoel Grandin3-17/+17
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-5/+3
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-09-12Resolves: tdf#106163 MouseMove/MouseLeave from crossing not mirrored in rtlCaolán McNamara1-0/+3
2017-09-11gtk3: flicker-free opengl transitionsCaolán McNamara1-19/+140
2017-09-11its really the contents we want to redrawCaolán McNamara1-1/+2
2017-09-11hidpi+gtk3: move setting the opengl slide viewportCaolán McNamara1-0/+13
2017-09-08tdf#110737 set user-events to a lower priority than system redrawCaolán McNamara1-1/+4
2017-09-04Resolves: tdf#110452 stop menubar processing Alt+foo if handled by core widgetCaolán McNamara1-17/+21
2017-09-04Resolves: tdf#111864 render progress bar for Ambiance theme properlyCaolán McNamara1-1/+15
2017-09-02Use FPicker parentwindow argument to set file picker parentCaolán McNamara1-0/+12
2017-09-02remove some castingCaolán McNamara1-2/+2
2017-08-16SalFrame Handle* methods can return boolNoel Grandin1-2/+2
2017-08-03loplugin:checkunusedparams in variousNoel Grandin1-3/+2
2017-07-27gtk3: Resolves: tdf#109227 take modifier key into account for dndCaolán McNamara1-2/+26
2017-07-26Related: tdf#102909 gtk3: remove configure loophole of non-native menubarCaolán McNamara1-22/+4
2017-07-25Related: tdf#102909 use menubar style for non-native menubarsCaolán McNamara1-2/+1
2017-07-25Resolves: tdf#104368 allow toolbars to have keyboard focusCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-8/+8
2017-07-18loplugin:constparams in vclNoel Grandin2-4/+4
2017-07-13GTK+ convert to a single-shot timerJan-Marek Glogowski1-3/+9
2017-07-13Revert "GTK+ simplifiy system timer implementation"Jan-Marek Glogowski1-29/+119
2017-07-13GTK+ simplifiy system timer implementationJan-Marek Glogowski1-119/+29
2017-07-13Drop special idle handlingJan-Marek Glogowski1-14/+4
2017-07-13Refactor Scheduler global dataJan-Marek Glogowski1-2/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-8/+8
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-04loplugin:casttovoidStephan Bergmann1-2/+1
2017-07-03gtk+ FIXMEs vs. loplugin:casttovoidStephan Bergmann2-4/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: vclStephan Bergmann1-15/+8