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