summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier8-77/+77
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin5-28/+27
2015-05-19tdf#91185 - appearance settings lifecycle fix.Michael Meeks1-2/+12
2015-05-18make ui string translatableAndras Timar1-1/+1
2015-05-18perform a boundary checkTakeshi Abe1-1/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+1
2015-05-16Add missing ellipsis to the color picking buttonAdolfo Jayme Barrientos1-1/+1
2015-05-15tdf#91280 Fix capitalization in OpenCL white/blacklist dialogAdolfo Jayme Barrientos1-91/+91
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini27-136/+19
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin2-5/+5
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin2-3/+3
2015-05-14tdf#65509 - Auto Save Also Too DisabledJoel1-1/+1
2015-05-14refactor cui tabpages controls to use RenderContextTomaž Vajngerl4-346/+200
2015-05-14refactor SvxCropExample to use RenderContextTomaž Vajngerl2-15/+15
2015-05-14cleanup cui headersTomaž Vajngerl3-29/+3
2015-05-14refactor ThesaurusAlternativesCtrl to use RenderContextTomaž Vajngerl1-5/+4
2015-05-14refactor SvxHlmarkTreeLBox to use RenderContextTomaž Vajngerl1-8/+6
2015-05-14refactor PseudoRubyText to use RenderContextTomaž Vajngerl1-35/+41
2015-05-14refactor GraphicPreviewWindow to use RenderContextTomaž Vajngerl1-13/+11
2015-05-14refactor SvxShowText to use RenderContextTomaž Vajngerl1-19/+18
2015-05-14refactor ColorPreviewControl to use RenderContextTomaž Vajngerl1-324/+411
2015-05-14refactor AboutDialog to use RenderContextTomaž Vajngerl1-16/+18
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin3-6/+7
2015-05-13fixes of SvxParaPrevWindow refactoringTomaž Vajngerl2-10/+10
2015-05-12tdf#91904-Import Image for bullets through "Add and Resize" ButtonHeena Gupta5-3/+133
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks12-18/+16
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks12-16/+16
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks12-16/+16
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-5/+4
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-11LO crash when Tools -> Customize -> Event -> ESCPhilippe Jung1-1/+2
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-1/+2
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl1-6/+6
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl8-110/+104
2015-05-10Crash Options->Advanced->Advanced, missing disposeAndClearPhilippe Jung1-0/+1
2015-05-10SfxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann1-12/+9
2015-05-10_SvxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann1-2/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-5/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann9-14/+14
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann8-10/+10
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann11-76/+75
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks26-121/+71
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks5-7/+7
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann14-18/+22
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann2-3/+3
2015-05-07tdf#90935 - fix dispose ordering for tools->customize dialog.Michael Meeks1-5/+2