summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl1-2/+4
2015-07-14Revert "WaE: comparison of integers of different signs"Michael Stahl1-2/+2
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 McNamara2-1/+3
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-8/+5
2015-07-13Resolves: tdf#92671 union each monitor workarea to find best screen workareaCaolán McNamara1-4/+10
2015-07-13-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
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 Grandin8-47/+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 McNamara2-2/+2
2015-07-13emf: fix hangCaolán McNamara2-1/+1
2015-07-13emf: test for empty polygonsCaolán McNamara2-11/+15
2015-07-13Broken codeStephan Bergmann1-1/+1
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet1-3/+6
2015-07-12emf: test for negative numbersCaolán McNamara2-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-12add xpm testsCaolán McNamara5-0/+4
2015-07-12fix another gif import crashCaolán McNamara2-0/+3
2015-07-11asan: ensure mbMenuKey is initializedCaolán McNamara1-0/+1
2015-07-11fix and test for xbm import crashCaolán McNamara7-1/+2028
2015-07-11fix gif import crashCaolán McNamara2-0/+2
2015-07-11Blind fix for kdeJulien Nabet1-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 Stahl4-15/+44
2015-07-10vcl: pImplify ComboBoxMichael Stahl1-337/+425
2015-07-10vcl: forward declare boost::optional in settings.hxxMichael Stahl3-0/+7
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl4-2/+148
2015-07-10do not include boost/utility.hppMichael Stahl5-5/+5
2015-07-10fix assert when pasting nil clipboard contentEike Rathke1-2/+3
2015-07-10tdf#92670 GtkSalGraphics::NWPaintGTKMenubar: fix modified clip rectangleMiklos Vajna1-4/+14
2015-07-10fix potential hang hereCaolán McNamara1-8/+13
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann2-4/+3
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens6-3/+18
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin20-325/+0
2015-07-10avoid endless loop with busted wmfCaolán McNamara2-3/+7
2015-07-10loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2015-07-09tdf#92115 KDE4: better listbox themingJan-Marek Glogowski1-19/+41
2015-07-09tdf#92110 KDE4: cleanup IsNativeControlSupportedJan-Marek Glogowski1-43/+34
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 Long16-31/+197
2015-07-09tdf#92517 KDE4-FileDialog: "Save as" has wrong FilterJuergen Funk2-3/+8
2015-07-09tdf#92243 Read menu highlight text colour correctly from GTK themeSimon Long2-10/+7
2015-07-09Gaps at end of menu separator lines read from GTK theme.spl3-3/+12
2015-07-09opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl9-50/+81
2015-07-09opengl: adjust rect drawing - should be to width (height) - 1Tomaž Vajngerl1-2/+2