summaryrefslogtreecommitdiffstats
path: root/include/svtools
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-132-2/+2
* coverity#1302618 deref of NULLCaolán McNamara2015-06-102-7/+7
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-091-4/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* tdf#90804 remove SfxFieldUnit enumAndras Timar2015-06-081-2/+2
* tdf#91677 fix flickering rulerTomaž Vajngerl2015-06-031-5/+4
* Resolves: tdf#91673 wrong bit mask for BrowserModeCaolán McNamara2015-05-281-1/+1
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-281-1/+1
* convert WINDOW_DRAW flags to scoped enumNoel Grandin2015-05-274-5/+5
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-3/+3
* related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky2015-05-251-1/+0
* callcatcher: update unused codeCaolán McNamara2015-05-241-2/+0
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-221-3/+4
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-1/+1
* mbHasInsertTab is not needed anymoreTomaž Vajngerl2015-05-201-1/+0
* check for and handle missing base in mail merge (related: fdo#33266)Bjoern Michaelsen2015-05-191-1/+4
* callcatcher: update unused codeCaolán McNamara2015-05-182-2/+0
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-05-181-1/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-05-181-1/+1
* pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2015-05-181-1/+1
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-185-0/+13
* tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl2015-05-171-3/+7
* tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks2015-05-131-9/+1
* convert FRAME_DRAW constants to scoped enumNoel Grandin2015-05-131-1/+2
* refactor ToolBarMenu to use RenderContextTomaž Vajngerl2015-05-131-10/+10
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-4/+4
* refactor ValueSet to use RenderContextTomaž Vajngerl2015-05-111-58/+104
* refactor TabBar to use RenderContextTomaž Vajngerl2015-05-111-3/+4
* refactor Ruler to use RenderContextTomaž Vajngerl2015-05-111-13/+18
* refactor HeadBar to use RenderContextTomaž Vajngerl2015-05-111-9/+5
* refactor "Calendar" control to use RenderContextTomaž Vajngerl2015-05-111-7/+6
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-112-17/+18
* refactor BrowseBox, IconChoice to use RenderContextTomaž Vajngerl2015-05-111-3/+2
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-104-6/+6
* VclPtr: fix crash on loading kde86727-1.htmlCaolán McNamara2015-05-091-0/+2
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-1/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-1/+3
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-3/+3
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-061-4/+4
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-054-4/+5
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-054-4/+4
* Gradually typed LinkStephan Bergmann2015-04-3031-185/+183
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-302-6/+6
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-27/+1
* Clean up tools/link.hxxStephan Bergmann2015-04-291-0/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* convert WZB_ constants to scoped enumNoel Grandin2015-04-292-35/+42
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-2913-13/+13