summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-21profilesafe: Added more specific optionsArmin Le Grand3-66/+132
2016-10-21Arrow style dropdown was applying the wrong line endsMaxim Monastirsky1-1/+1
2016-10-21Silence warningMaxim Monastirsky1-12/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt2-32/+0
2016-10-20loplugin:expandablemethodds in svxNoel Grandin45-173/+54
2016-10-20SvxColorWindow_Impl: Unify title settingMaxim Monastirsky2-48/+33
2016-10-19Remove RID_SVXITEMS_EXTRAS_CHARCOLOR stringMaxim Monastirsky2-5/+1
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-19profilesafe: Deeper integration with SafeModeArmin Le Grand1-4/+4
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke2-2/+2
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-2/+2
2016-10-18Fix: Quit in SafeModeDialog didn't work properlySamuel Mehrbrodt2-11/+2
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2-5/+5
2016-10-18loplugin:unusedmethodsNoel Grandin3-166/+0
2016-10-17safemode: Add hints how to get help/report a bugSamuel Mehrbrodt3-47/+156
2016-10-17tdf#100180: Band-aid fix for non-editable chart sidebarKatarina Behrens2-15/+1
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky2-32/+77
2016-10-15use initializer list ...Jochen Nitschke1-7/+4
2016-10-14profilesafe: Adapted to UIArmin Le Grand3-79/+192