summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
AgeCommit message (Expand)Author
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
2013-09-18Related: fdo#69444 unsigned arithmetic is a PITACaolán McNamara
2013-09-03warning C4701: potentially uninitialized local variable 'pItem' usedStephan Bergmann
2013-09-03startcenter: Add tooltips for thumbnails with long filenamesKrisztian Pinter
2013-07-12PCH for more librariesLuboš Luňák
2013-07-09Remove duplicate code for reading thumbnailsKrisztian Pinter
2013-06-30Rename ValueItemList to ThumbnailValueItemListThomas Arnhold
2013-06-11Related: #i121194# adapt template dialog codeCaolán McNamara
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-25Down-arrow jump to last item when there is no item immediately below.Rafael Dominguez
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez