summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-07-16vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-26/+25
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-14use same limit in ProcessOneCode as AddToTableCaolán McNamara1-6/+3
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann2-2/+0
2015-07-14tdf#92582 Revert "tdf#91544: fix freezing of Data source window"Marek Doležel1-2/+1
2015-07-13fix a third emf crashCaolán McNamara1-1/+3
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-5/+5
2015-07-13Bin two unused fieldsTor Lillqvist1-14/+0
2015-07-13min legal size here is > 4Caolán McNamara1-2/+2
2015-07-13loplugin:unusedmethods vclNoel Grandin5-42/+0
2015-07-13don't crash on Shift+F10, men can be null, tdf#92630 follow-upEike Rathke1-2/+2
2015-07-13emf: fix another hangCaolán McNamara1-2/+2
2015-07-13emf: fix hangCaolán McNamara1-1/+1
2015-07-13emf: test for empty polygonsCaolán McNamara1-11/+15
2015-07-12emf: test for negative numbersCaolán McNamara1-1/+1
2015-07-12coverity#1311654 Uninitialized scalar fieldCaolán McNamara1-1/+10
2015-07-12coverity#1311650 Dereference after null checkCaolán McNamara1-4/+9
2015-07-12fix another gif import crashCaolán McNamara1-0/+3
2015-07-11asan: ensure mbMenuKey is initializedCaolán McNamara1-0/+1
2015-07-11fix and test for xbm import crashCaolán McNamara1-1/+1
2015-07-11fix gif import crashCaolán McNamara1-0/+2
2015-07-10vcl: avoid a boost::ptr_map in VclBuilderMichael Stahl1-1/+1
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl3-15/+42
2015-07-10vcl: pImplify ComboBoxMichael Stahl1-337/+425
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl1-0/+7
2015-07-10fix potential hang hereCaolán McNamara1-8/+13
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens3-3/+7
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin5-97/+0
2015-07-10avoid endless loop with busted wmfCaolán McNamara1-3/+7
2015-07-10loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2015-07-09tdf#92055 - make ImplBorderWindow more tolerant of post-dispose events.Michael Meeks1-5/+10
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long12-30/+183
2015-07-09tdf#92243 Read menu highlight text colour correctly from GTK themeSimon Long1-5/+4
2015-07-09Gaps at end of menu separator lines read from GTK theme.spl1-2/+5
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann2-0/+2
2015-07-08vcl rendercontext: fix off-by-one error in PaintHelper::PaintBuffer()Miklos Vajna1-1/+13
2015-07-08vcl: document mnDispatchLevel TODOMichael Stahl1-0/+4
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin10-689/+4
2015-07-07replace some IsDead with isDisposedCaolán McNamara1-3/+5
2015-07-07VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara1-0/+1
2015-07-07Resolves: tdf#92539 reversed logic on enable/disableCaolán McNamara1-3/+3
2015-07-07vcl rendercontext: avoid CopyArea() in Window::ImplScroll()Miklos Vajna1-2/+8
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-07-07Fix some misspellingsTor Lillqvist2-3/+3
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-3/+13
2015-07-06Fix Funky Capitalisation Of CommentsTor Lillqvist1-25/+25
2015-07-06Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna1-2/+1
2015-07-06ImplRestore() can be privateTor Lillqvist1-5/+4