summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)Author
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-14sfx2: remove pointless GenLink classMichael Stahl
2015-07-09New branding for the 5.0.Jan Holesovsky
2015-07-04Fix typosAndrea Gelmini
2015-07-03tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky
2015-06-30tdf#90452: The correct color for the message when there's no recent file yet.Jan Holesovsky
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
2015-06-28Fix typosAndrea Gelmini
2015-06-18fix start center rendering (removing selection)László Németh
2015-06-18fix start center renderingLászló Németh
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15tdf#91721: fix crash during listbox control editing in database formLászló Németh
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-03Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14refactor Template and ThumbnailView to use RenderContextTomaž Vajngerl
2015-05-13loplugin:staticmethodsStephan Bergmann
2015-05-13refactor RecentDocsView to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin