summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
AgeCommit message (Expand)Author
2015-07-03tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
2015-06-18fix start center renderingLászló Németh
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
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-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-13warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold
2014-06-05coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara
2014-05-05fdo#76261 Get rid of unneeded and malfunctioning maItemListRect.Andrzej Hunt
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky
2014-04-27More consistent whitespace here.Jan Holesovsky
2014-04-18coverity#1202784 Division or modulo by zeroCaolán McNamara
2014-04-15fdo#72287 Scroll automatically to show selected item when keyboard used.Andrzej Hunt
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-07Fix deselection problems of template viewZolnai Tamás
2014-03-05remove unused code in ThumbnailViewNoel Grandin
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18callcatcher: update unused code listsCaolán McNamara
2014-01-31Kill one indentation level.Jan Holesovsky
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás
2014-01-30fdo#73869 fix highlight RTL Problem at the StartCenter window.Faisal M. Al-Otaibi
2014-01-21fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED eventsJacobo Aragunde Pérez
2014-01-09Startcenter: mnSpacing became unusedZolnai Tamás
2014-01-09fdo#71628 Startcenter: remove thumbnail selection when focus is moved awayZolnai Tamás
2013-12-13startcenter: Tooltip should show the full URL.Jan Holesovsky
2013-12-13startcenter: Implement mouse over effect.Jan Holesovsky
2013-11-23Lenght -> LengthJulien Nabet
2013-11-12less if-nesting in ThumnailViewRodolfo Ribeiro Gomes
2013-11-10ThumbnailView: item found by mouse pos is always visibleRodolfo Ribeiro Gomes
2013-09-20Related: fdo#69444 additionally care from zero recently-used items caseCaolán McNamara
2013-09-19Make scrolling in ThumbnailView smoother and not per-lineKrisztian Pinter