summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2016-02-05convert GETFOCUS constants to scoped enumNoel Grandin1-3/+3
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert SWIB constants to scoped enumNoel Grandin2-9/+8
2016-02-05convert MENUBAR_MODE constants to scoped enumNoel Grandin1-1/+1
2015-12-21sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-12-10Memory leakStephan Bergmann2-3/+3
2015-12-06Resolves: tdf#95960 displaced field value in user-defined propertiesCaolán McNamara1-6/+9
2015-11-10tdf#89852 on Windows do not decode the filename for email subjectAndras Timar1-0/+4
2015-11-10tdf#92866 startcenter: Make the accellerators work again.Jan Holesovsky2-13/+5
2015-10-18RemoteFilesDialogSzymon Kłos3-0/+15
2015-10-17tdf#92217: The infobar text should have a transparent background...Jan Holesovsky1-4/+2
2015-08-06tdf#91495 don't change tree entry height when preview is disabledTomaž Vajngerl1-2/+5
2015-08-06tdf#91495 add property to turn off stlye previewsTomaž Vajngerl1-7/+16
2015-08-06tdf#90452: Remove the frame around the Help and Extension buttons.Jan Holesovsky2-18/+0
2015-08-06tdf#90452: Implement the new design of the startcenter.Jan Holesovsky2-10/+12
2015-08-06Resolves: tdf#92047 fix wrong merge conflict resolutionCaolán McNamara1-1/+1
2015-08-06fix style preview renderingLászló Németh1-28/+30
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky3-6/+5
2015-08-06tdf#91971: Add the menubar size to the height computation too.Jan Holesovsky1-1/+11
2015-08-06gcc4.6: remove trigraph sequences '<::'Thorsten Behrens1-1/+1
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin3-5/+5
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks1-0/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-20/+11
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin2-2/+2
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-14refacotr InfoBar to use RenderContextTomaž Vajngerl1-4/+4
2015-05-14refactor SfxDockingWindow to use RenderContextTomaž Vajngerl1-152/+55
2015-05-14refactor TitledDockingWindow to use RenderContextTomaž Vajngerl1-56/+56
2015-05-14refactor BackingWindow to use RenderContextTomaž Vajngerl2-72/+69
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-5/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-2/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-5/+5
2015-05-09coverity#1297233 Dereference after null checkCaolán McNamara1-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-3/+4
2015-05-08tdf#91128 - Dockwin post-dispose crash fix.Michael Meeks1-7/+7
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-3/+3
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks1-1/+9