summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2015-07-24convert ImageAlign to enum classNoel Grandin
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens
2015-07-22gtk3: native focus rects are fine for flat buttonsCaolán McNamara
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane
2015-07-19Fix typosAndrea Gelmini
2015-07-19Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin
2015-07-19Fix some downcast warnings and reduce scope of variablesMatteo Casalin
2015-07-19sal_uInt16 suffices here, and suppresses a downcast warningMatteo Casalin
2015-07-17WaE: -Wmaybe-uninitializedCaolán McNamara
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks
2015-07-16loplugin:redundantcastNoel Grandin
2015-07-16vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-14use same limit in ProcessOneCode as AddToTableCaolán McNamara
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann
2015-07-14tdf#92582 Revert "tdf#91544: fix freezing of Data source window"Marek Doležel
2015-07-13fix a third emf crashCaolán McNamara
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-13Bin two unused fieldsTor Lillqvist
2015-07-13min legal size here is > 4Caolán McNamara
2015-07-13loplugin:unusedmethods vclNoel Grandin
2015-07-13don't crash on Shift+F10, men can be null, tdf#92630 follow-upEike Rathke
2015-07-13emf: fix another hangCaolán McNamara
2015-07-13emf: fix hangCaolán McNamara
2015-07-13emf: test for empty polygonsCaolán McNamara
2015-07-12emf: test for negative numbersCaolán McNamara
2015-07-12coverity#1311654 Uninitialized scalar fieldCaolán McNamara
2015-07-12coverity#1311650 Dereference after null checkCaolán McNamara
2015-07-12fix another gif import crashCaolán McNamara
2015-07-11asan: ensure mbMenuKey is initializedCaolán McNamara
2015-07-11fix and test for xbm import crashCaolán McNamara
2015-07-11fix gif import crashCaolán McNamara
2015-07-10vcl: avoid a boost::ptr_map in VclBuilderMichael Stahl
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-07-10vcl: pImplify ComboBoxMichael Stahl
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl
2015-07-10fix potential hang hereCaolán McNamara
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-10avoid endless loop with busted wmfCaolán McNamara
2015-07-10loplugin:literaltoboolconversionStephan Bergmann
2015-07-09tdf#92055 - make ImplBorderWindow more tolerant of post-dispose events.Michael Meeks
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long
2015-07-09tdf#92243 Read menu highlight text colour correctly from GTK themeSimon Long
2015-07-09Gaps at end of menu separator lines read from GTK theme.spl
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann