summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-21fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED eventsJacobo Aragunde Pérez1-1/+1
2014-01-13fdo#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-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
2013-09-19Make scrolling in ThumbnailView smoother and not per-lineKrisztian Pinter1-20/+23
2013-09-18Related: fdo#69444 unsigned arithmetic is a PITACaolán McNamara1-2/+2
2013-09-03warning C4701: potentially uninitialized local variable 'pItem' usedStephan Bergmann1-9/+8
2013-09-03startcenter: Add tooltips for thumbnails with long filenamesKrisztian Pinter1-1/+31
2013-07-12PCH for more librariesLuboš Luňák1-2/+2
2013-07-09Remove duplicate code for reading thumbnailsKrisztian Pinter1-0/+103
2013-06-30Rename ValueItemList to ThumbnailValueItemListThomas Arnhold1-1/+1
2013-06-11Related: #i121194# adapt template dialog codeCaolán McNamara1-2/+2
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-25Down-arrow jump to last item when there is no item immediately below.Rafael Dominguez1-3/+16
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez1-14/+27
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez1-1/+3
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez1-10/+186
2013-04-05Avoid generating filter list several times.Rafael Dominguez1-47/+58
2013-03-28Position correctly widgets in Template Manager.Rafael Dominguez1-4/+3
2013-03-27Separate template region ids from thumbnail ids.Rafael Dominguez1-0/+5
2013-03-26Fix template manager item selection behaviour with mouse.Rafael Dominguez1-9/+14
2013-03-26Deselect thumbnailview items when clearing the view.Rafael Dominguez1-0/+10
2013-03-26Merge TemplateView into TemplateAbstractView class.Rafael Dominguez1-7/+31
2013-03-25fdo#62659: only select items in ThumbnailView on TabStopCédric Bosdonnat1-9/+13
2013-03-25fdo#61390: allow arrow keys to show hidden thumbnail itemsCédric Bosdonnat1-2/+29
2013-03-22-Werror,-Wparentheses-equalityStephan Bergmann1-1/+1
2013-03-22fdo#61390: simple keybard support in TemplateManagerCédric Bosdonnat1-5/+99
2013-03-22Template Manager: removed some dead selection codeCédric Bosdonnat1-92/+22
2013-03-20Template Manager: select first item when getting focus if no selectionCédric Bosdonnat1-1/+18
2013-03-09Remove unused functions (callcatcher)Julien Nabet1-18/+0
2013-03-05Remove unused nTotalItemsJulien Nabet1-3/+0
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-12Templates Manager: if the title can't be edited, don't update it in UICédric Bosdonnat1-1/+2
2013-02-11Templates Manager: UI for renaming templates and folders, fdo#60579Cédric Bosdonnat1-0/+9
2013-01-09Template Manager: double click on the whole item instead of only thumbnailCédric Bosdonnat1-1/+0
2013-01-08Template Manager: clicking on selected item should deselect itCédric Bosdonnat1-1/+1
2013-01-08Template Manager: clicking on empty space deselect everythingCédric Bosdonnat1-0/+2
2013-01-08Template Manager: unselect folder when double-clickingCédric Bosdonnat1-1/+1
2012-12-15Remove unused ThumbnailView::GetScrollWidth()Julien Nabet1-11/+0
2012-12-13Template manager: slightly smaller items to show more of themCédric Bosdonnat1-17/+0
2012-12-13Revert "Template Manager: better show the folder overlay."Cédric Bosdonnat1-18/+2
2012-12-12Template Manager: better show the folder overlay.Cédric Bosdonnat1-2/+18
2012-12-10Revert "Template Manager: ban double-click"Cédric Bosdonnat1-104/+21
2012-12-10Template manager: white background for the thumbnail viewCédric Bosdonnat1-6/+3
2012-12-05Template Manager: ban double-click and right click to start selection modeCédric Bosdonnat1-25/+21