summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-13remove some unneeded includesCaolán McNamara1-1/+0
2018-10-09loplugin:constfields in sfx2Noel Grandin1-1/+1
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2016-10-07sfx2: resolve "enum ApplicationType" conflict...Michael Stahl1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara1-1/+0
2016-07-29Related: tdf#99324 get backingwindow to honour auto mnemonic on mod key changeCaolán McNamara1-0/+1
2016-07-05Template Manager: Merge local view and abstract viewAkshay Deep1-1/+1
2016-06-23GSoC tdf#87697 START CENTER: Indicate selected thumbnailviewAkshay Deep1-3/+3
2016-06-17tdf#75369 Start Center: Non-installed applications aren't greyed outAkshay Deep1-0/+2
2016-06-17tdf#90577 Start Center: Clear List item should more accessibleAkshay Deep1-1/+1
2016-06-09tdf#100260 Template Manager: Cannot open context menu without mouseAkshay Deep1-1/+1
2016-05-30Context Menu for templates and other fixes in Start CenterAkshay Deep1-6/+2
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-1/+0
2015-12-10Memory leakStephan Bergmann1-1/+2
2015-11-06tdf#92866 startcenter: Make the accellerators work again.Jan Holesovsky1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+2
2015-08-13make Link<> instances typedNoel Grandin1-1/+1
2015-07-20convert to typed Link<> in sfx2Noel Grandin1-1/+1
2015-07-16RemoteFilesDialogSzymon Kłos1-0/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-06-30tdf#90452: Remove the frame around the Help and Extension buttons.Jan Holesovsky1-4/+0
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky1-1/+2
2015-05-14refactor BackingWindow to use RenderContextTomaž Vajngerl1-55/+52
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-29/+29
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-0/+1
2014-12-03Delay potentially expensive first-time template initializationStephan Bergmann1-0/+3
2014-12-03Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann1-1/+0
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara1-0/+1
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-14Fixed the Templates buttonEfe Gürkan YALAMAN1-4/+1
2014-08-14Some code cleanupEfe Gürkan YALAMAN1-0/+1
2014-08-14Template Filtering ImplementationEfe Gürkan YALAMAN1-2/+5
2014-08-14Start of filtering implementationEfe Gürkan YALAMAN1-0/+1
2014-08-14Code CleanupEfe Gürkan YALAMAN1-10/+2
2014-08-14Selecting and opening templates implemented.Efe Gürkan YALAMAN1-4/+7
2014-08-14Initial TemplateBar moved from TemplateManagerEfe Gürkan YALAMAN1-2/+3
2014-08-14Some folder features moved to backingwindowEfe Gürkan YALAMAN1-0/+4
2014-08-14Some handlers and buttons movedEfe Gürkan YALAMAN1-1/+11
2014-08-14ViewBar moved to Start CenterEfe Gürkan YALAMAN1-0/+6
2014-08-14Moving TemplateLocalView to the StartCenterEfe Gürkan YALAMAN1-0/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1