summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
AgeCommit message (Expand)Author
2012-08-20Fix filtering items in thumbnailview when painting.Rafael Dominguez
2012-08-12Check correct area when selecting a template by clicking its name.Rafael Dominguez
2012-08-12Perform dbl click action only if its inside the thumbnail area.Rafael Dominguez
2012-08-12Improve thumbnail items position calculation and size.Rafael Dominguez
2012-08-10Rename unselectItems -> deselectItems.Rafael Dominguez
2012-08-10Deselect item after setting it as default template.Rafael Dominguez
2012-08-09Bin ThumbnailView::ImplGetFirstItem()Julien Nabet
2012-08-03Remove unneeded attribute.Rafael Dominguez
2012-07-31Avoid dividing by 0.Rafael Dominguez
2012-07-29Add a method to deselect all currently selected items in the view.Rafael Dominguez
2012-07-11Rename ThumbnailViewItem maText attribute to maTitle.Rafael Dominguez
2012-07-08Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez
2012-07-08Set default ThumbnailView fill color the same as the dialogs.Rafael Dominguez
2012-07-06ThumbnailView::SelectItem: -Werror=unused-but-set-variableMichael Stahl
2012-07-06ThumbnailView::ImplEndTracking: -Werror=unused-parameterMichael Stahl
2012-07-02Disable drawing folder items while overlay is active.Rafael Dominguez
2012-07-01Dont support moving with the keyboard inside the view.Rafael Dominguez
2012-07-01Make scrolling smoother.Rafael Dominguez
2012-06-29Set scrollbar offset as a class attribute.Rafael Dominguez
2012-06-29Display scrollbar only if its really needed.Rafael Dominguez
2012-06-29Display scrollbar and take into account header size for dimensions.Rafael Dominguez
2012-06-28Dont draw an item thats not visible when it loose focus.Rafael Dominguez
2012-06-28Display correct items when scrolling.Rafael Dominguez
2012-06-28Wrap thumbnail item name text inside its assigned area.Rafael Dominguez
2012-06-28Set initial folder background color outside of its class.Rafael Dominguez
2012-06-28Correct calculation of minimum windows size for ThumbnailView.Rafael Dominguez
2012-06-28Improve thumbnail item positioning and dimensions.Rafael Dominguez
2012-06-26Change toolbar buttons when selecting an item through checkbox.Rafael Dominguez
2012-06-25Remove unneeded call to DrawItem.Rafael Dominguez
2012-06-25Implement ThumbnailView sorting functionality.Rafael Dominguez
2012-06-21Add a handler for item states changes to ThumbnailView.Rafael Dominguez
2012-06-21Match item by position correctly by inspecting items assigned draw area.Rafael Dominguez
2012-06-20Only paint visible items.Rafael Dominguez
2012-06-20Calculate item position correctly based on the item count.Rafael Dominguez
2012-06-19Dont display item controls or execute any action while they are hidden.Rafael Dominguez
2012-06-19Implement filtering thumbnail items by a user defined function.Rafael Dominguez
2012-06-19Remove unused functions and attributes in ThumbnailView.Rafael Dominguez
2012-06-19Paint thumbnail view area with fill color.Rafael Dominguez
2012-06-19Add a variable to reserve a header space if wanted.Rafael Dominguez
2012-06-18Add a handler when changing selection mode and default action.Rafael Dominguez
2012-06-18Add a double click handler to ThumbnailView.Rafael Dominguez
2012-06-18Create a thumbnailview for templates folders.Rafael Dominguez
2012-06-18Remove SetItemText function.Rafael Dominguez
2012-06-18Handle item paint inside its own method.Rafael Dominguez
2012-06-18Paint item children control when painting an item.Rafael Dominguez
2012-06-18Control item visibility through the object instead of doing it directly.Rafael Dominguez
2012-06-17Recalculate item position when scrolling.Rafael Dominguez
2012-06-17Select item when clicking name while not in selection mode.Rafael Dominguez
2012-06-17Dont recalculate item layout positions.Rafael Dominguez
2012-06-17Improve calculating positions of item data.Rafael Dominguez