summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* VclPtr: crash on exit after visiting MSOffice compat pageCaolán McNamara2015-05-201-1/+1
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-208-77/+77
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-202-2/+2
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-205-28/+27
* tdf#91185 - appearance settings lifecycle fix.Michael Meeks2015-05-191-2/+12
* make ui string translatableAndras Timar2015-05-181-1/+1
* perform a boundary checkTakeshi Abe2015-05-181-1/+2
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-181-1/+1
* Add missing ellipsis to the color picking buttonAdolfo Jayme Barrientos2015-05-161-1/+1
* tdf#91280 Fix capitalization in OpenCL white/blacklist dialogAdolfo Jayme Barrientos2015-05-151-91/+91
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1527-136/+19
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-152-5/+5
* convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin2015-05-152-3/+3
* tdf#65509 - Auto Save Also Too DisabledJoel2015-05-141-1/+1
* refactor cui tabpages controls to use RenderContextTomaž Vajngerl2015-05-144-346/+200
* refactor SvxCropExample to use RenderContextTomaž Vajngerl2015-05-142-15/+15
* cleanup cui headersTomaž Vajngerl2015-05-143-29/+3
* refactor ThesaurusAlternativesCtrl to use RenderContextTomaž Vajngerl2015-05-141-5/+4
* refactor SvxHlmarkTreeLBox to use RenderContextTomaž Vajngerl2015-05-141-8/+6
* refactor PseudoRubyText to use RenderContextTomaž Vajngerl2015-05-141-35/+41
* refactor GraphicPreviewWindow to use RenderContextTomaž Vajngerl2015-05-141-13/+11
* refactor SvxShowText to use RenderContextTomaž Vajngerl2015-05-141-19/+18
* refactor ColorPreviewControl to use RenderContextTomaž Vajngerl2015-05-141-324/+411
* refactor AboutDialog to use RenderContextTomaž Vajngerl2015-05-141-16/+18
* convert BUTTON_DRAW constants to scoped enumNoel Grandin2015-05-133-6/+7
* fixes of SvxParaPrevWindow refactoringTomaž Vajngerl2015-05-132-10/+10
* tdf#91904-Import Image for bullets through "Add and Resize" ButtonHeena Gupta2015-05-125-3/+133
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-1212-18/+16
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-1112-16/+16
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-1112-16/+16
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-5/+4
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-4/+4
* LO crash when Tools -> Customize -> Event -> ESCPhilippe Jung2015-05-111-1/+2
* refactor ValueSet to use RenderContextTomaž Vajngerl2015-05-111-1/+2
* refactor Ruler to use RenderContextTomaž Vajngerl2015-05-111-6/+6
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-118-110/+104
* Crash Options->Advanced->Advanced, missing disposeAndClearPhilippe Jung2015-05-101-0/+1
* SfxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann2015-05-101-12/+9
* _SvxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann2015-05-101-2/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-5/+2
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-109-14/+14
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-108-10/+10
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-1011-76/+75
* tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks2015-05-0926-121/+71
* PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks2015-05-085-7/+7
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-0814-18/+22
* Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann2015-05-081-1/+1
* Use typed Menu::SetHighlightHdl LinkStephan Bergmann2015-05-082-3/+3