summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-15tdf#34467 - FitToFrame: stretch text to fill drawing objJustin Luth1-3/+7
2016-11-14Avoid unnecessary, wrong downcastStephan Bergmann1-1/+1
2016-11-14Avoid -fsanitize=nullStephan Bergmann2-44/+44
2016-11-14Avoid -fsanitize=enumStephan Bergmann1-1/+1
2016-11-14tdf#103228: Remember fill type when switching between tabsKatarina Behrens1-0/+2
2016-11-13coverity#1371441 Uninitialized pointer fieldCaolán McNamara1-0/+4
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin4-4/+4
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-10loplugin:expandablemethods in cuiNoel Grandin22-141/+38
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin2-2/+2
2016-11-08Change new colour only, keep active one on the initial valueKatarina Behrens2-16/+24
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara33-600/+308
2016-11-07style fix for cppcheck duplicateBreakJochen Nitschke1-15/+0
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin8-52/+26
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud33-308/+600
2016-11-04SvxShadowTabPage::Construct was removedCaolán McNamara3-3/+0
2016-11-04replace last ColorLB use with a listbox of colorsCaolán McNamara3-99/+49
2016-11-04simplify, its just a vector of colorsCaolán McNamara2-55/+15
2016-11-04replace user draw with an Image of the colorCaolán McNamara1-52/+11
2016-11-04strip down to the used piecesCaolán McNamara1-118/+2
2016-11-04move now combined ColorLB to location of last userCaolán McNamara3-1/+331
2016-11-04unify color selectorsCaolán McNamara28-576/+204
2016-11-04customize dialog crashes, since...Caolán McNamara1-1/+10
2016-11-04loplugin:unusedmethodsNoel Grandin2-8/+0
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu8-118/+12
2016-11-03remove pParentFrame from SfxFrameNoel Grandin1-1/+1
2016-11-02Improve some error reportingStephan Bergmann1-21/+7
2016-11-02tdf#41542 PaddingWithoutBorders: allow UI changes if...Justin Luth2-6/+14
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-10-31Nonsensical OUString null checkStephan Bergmann1-1/+1
2016-10-31SvxBrushItem::GetGraphicLink no longer returns a pointerStephan Bergmann1-1/+1
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl3-5/+22
2016-10-29tdf#33278: Enable UI for vertical left-to-rightKhaled Hosny1-1/+1
2016-10-28reset border should clear all bordersJustin Luth1-0/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara12-36/+35
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky2-16/+0
2016-10-27tdf#103464 Don't allow empty names in SvxNameDialogMuhammet Kara2-3/+7
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin9-191/+229
2016-10-25tdf#103160 Add 'Add Submenu' button in Customize dialogMuhammet Kara3-39/+57
2016-10-25screenshot annotation: More readable markupKatarina Behrens1-20/+27
2016-10-25screenshot annotation: put back removed fieldsKatarina Behrens1-4/+8
2016-10-25screenshot annotation: Make this a default buttonKatarina Behrens1-0/+2
2016-10-25screenshot annotation: insert markup for annotated widgetsKatarina Behrens1-1/+22
2016-10-25screenshot annotation: Display markup for embedding the imageKatarina Behrens1-2/+43
2016-10-25screenshot annotation: tweak dialog a bitKatarina Behrens1-31/+42
2016-10-21tdf#103223 custom palette label and a11y improvementsYousuf Philips1-26/+49