summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2016-02-06loplugin:loopvartoosmallNoel Grandin3-6/+6
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2016-01-19LOK: include ModifiedStatus in CALLBACK_STATE_CHANGEDMiklos Vajna1-1/+2
2015-12-18LOK: get feedback for all of the font/back color commandsMihai Varga1-2/+5
2015-12-13LOK: get state change feedback for more uno commandsMihai Varga1-5/+9
2015-10-29LOK: font/back color callback - use sal_Int32 instead of longMihai Varga1-1/+1
2015-10-29LOK: font/back color feedbackMihai Varga1-0/+7
2015-09-15get feedback for style / font / font size in tiledrenderingMihai Varga1-7/+38
2015-08-06New branding for the 5.0.Jan Holesovsky1-3/+3
2015-08-06tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky7-20/+36
2015-08-06tdf#90452: The correct color for the message when there's no recent file yet.Jan Holesovsky1-1/+2
2015-08-06tdf#90452: Implement the new design of the startcenter.Jan Holesovsky3-53/+36
2015-08-06tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky1-3/+11
2015-08-06fix start center rendering (removing selection)László Németh1-1/+1
2015-08-06fix start center renderingLászló Németh2-15/+13
2015-08-06tdf#91721: fix crash during listbox control editing in database formLászló Németh1-2/+2
2015-06-03Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist1-2/+3
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet1-1/+0
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-15/+17
2015-05-14refactor Template and ThumbnailView to use RenderContextTomaž Vajngerl2-26/+36
2015-05-13loplugin:staticmethodsStephan Bergmann1-7/+12
2015-05-13refactor RecentDocsView to use RenderContextTomaž Vajngerl1-34/+33
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks5-22/+11
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-14/+15
2015-04-30Gradually typed LinkStephan Bergmann6-8/+8
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl3-7/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks11-55/+58
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann1-5/+5
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann1-6/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin3-4/+7
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin3-6/+6