summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07convert sdr::animation::EventList to o3tl::sorted_vectorNoel Grandin1-141/+41
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud20-608/+424
2016-11-04replace OColorPopup with SvxColorWindowCaolán McNamara1-0/+6
2016-11-04drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALIDCaolán McNamara2-28/+1
2016-11-04move now combined ColorLB to location of last userCaolán McNamara1-253/+0
2016-11-04fold ColorListBox and ColorLB togetherCaolán McNamara1-13/+13
2016-11-04move ColorListBox beside sole thing that uses itCaolán McNamara1-0/+207
2016-11-04extensions leaks out details of Color Selector, patch it upCaolán McNamara1-2/+2
2016-11-04inherit FillAttrLB from ListBox not ColorListBoxCaolán McNamara1-1/+1
2016-11-04unify color selectorsCaolán McNamara18-349/+600
2016-11-04Fix dialog name and titleSamuel Mehrbrodt1-2/+2
2016-11-03svx: add missing ~CONVERT_TWIPS mask in SvxPageItem::PutValue()Miklos Vajna1-1/+1
2016-11-03SafeModeDialog: Adapt label to realitySamuel Mehrbrodt1-1/+1
2016-11-03Fix some commentsSamuel Mehrbrodt1-2/+3
2016-11-03SafeModeDialog: Improve descriptionSamuel Mehrbrodt1-1/+3
2016-11-03SafeModeDialog: Better grouping of optionsSamuel Mehrbrodt3-27/+80
2016-11-03SafeModeDialog: Improve labelsSamuel Mehrbrodt1-9/+9
2016-11-03SafeModeDialog: Fix enabling/disabling of widgetsSamuel Mehrbrodt2-31/+48
2016-11-03SafeModeDialog: Allow to create zip file from profileSamuel Mehrbrodt7-13/+199
2016-11-03Omit the default comparator std::less<key_type>Takeshi Abe1-9/+1
2016-11-02upgrade to ICU 58Eike Rathke2-0/+79
2016-11-02drop SvxColorWindow::ResizeCaolán McNamara1-4/+0
2016-11-02move SvxColorWindow to include/svxCaolán McNamara3-85/+2
2016-11-02rename SvxColorWindow_Impl to SvxColorWindowCaolán McNamara2-24/+24
2016-11-02loplugin:unusedfieldsNoel Grandin5-22/+9
2016-11-01SafeModeDialog: Close dialog before restartingSamuel Mehrbrodt1-1/+1
2016-11-01SafeModeDialog: Group optionsSamuel Mehrbrodt3-91/+262
2016-11-01SafeModeDialog: Add link to user profileSamuel Mehrbrodt3-3/+35
2016-11-01safemode: Add option to disable H/W accelerationSamuel Mehrbrodt3-62/+88
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-31loplugin:oncevar in svl..svxNoel Grandin11-136/+65
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe2-16/+1
2016-10-30cppcheck unreadVariable: nRemoveSelectJochen Nitschke1-2/+0
2016-10-30toolbox: don't need "ItemImageOriginal" anymoreTomaž Vajngerl1-1/+1
2016-10-30tdf#103087 Border widget must not have focus initiallyMaxim Monastirsky1-3/+7
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-2/+2
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl4-13/+11
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl5-66/+0
2016-10-29tdf#103473: Ensure positive rectangle sizeMike Kaganski1-7/+7
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin3-12/+3
2016-10-28fix leakCaolán McNamara1-2/+2
2016-10-28coverity#1371262 Missing move assignment operatorCaolán McNamara3-2/+11
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara12-26/+26
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky1-4/+1
2016-10-27MenuItemData now properly disposes the submenuMaxim Monastirsky1-5/+0
2016-10-27loplugin:expandablemethods in svxNoel Grandin71-580/+228
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2-6/+5
2016-10-25no raw Window is loaded from .src anymoreCaolán McNamara1-8/+0
2016-10-24remove unused SfxListener subclassingNoel Grandin1-15/+0