summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-07-08Fix not displaying thumbnail text after opening a template.Rafael Dominguez1-1/+1
2012-07-08Center template dialog top buttons.Rafael Dominguez3-2/+36
2012-07-08Include thumbnailviewitem trying to fix windows tinderboxes.Rafael Dominguez1-1/+1
2012-07-08Hide search view when theres no text to search for.Rafael Dominguez1-0/+5
2012-07-08Increase action toolbar width.Rafael Dominguez1-1/+1
2012-07-08Set default ThumbnailView fill color the same as the dialogs.Rafael Dominguez2-3/+2
2012-07-08maybe this will help the windows tinderboxMarkus Mohrhard1-1/+2
2012-07-07Only store template data instead of a ThumbnailViewItem.Rafael Dominguez8-87/+107
2012-07-07Delete title edit box when TemplateView gets destroyed.Rafael Dominguez1-0/+1
2012-07-07Revert "Export ThumbnailViewItem symbols."Rafael Dominguez1-2/+1
2012-07-07Export ThumbnailViewItem symbols.Rafael Dominguez1-1/+2
2012-07-07Fix Global resource identifier >= 256 warning.Rafael Dominguez1-1/+1
2012-07-07Export TemplateFolderView symbols.Rafael Dominguez1-1/+1
2012-07-07Convert all ThumbnailViewItem and subclasses to class instead of struct.Rafael Dominguez2-2/+6
2012-07-07removed unnecessary forward declarations of classTakeshi Abe15-36/+0
2012-07-06Check if Bitmap is empty before trying to scale itAriel Constenla-Haile1-21/+23
2012-07-06re-base on ALv2 code. Includes:Michael Meeks313-8098/+4574
2012-07-06fs34b: re-enable checkBrokenScripts - works fineFrank Schoenheit [fs]1-1/+1
2012-07-06fs34b: remaint of CWS debuglevels:Frank Schoenheit [fs]4-2/+266
2012-07-06fs34b: #i89080# always apply the 'Link'/'Preview' state from configFrank Schoenheit [fs]1-5/+7
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]1-5/+10
2012-07-06get visibility markup right for sfx2 not svt.Michael Meeks1-18/+18
2012-07-06Remove unused image resource.Rafael Dominguez1-8/+0
2012-07-06revert change to missing image; please change back when it's added.Michael Meeks1-1/+1
2012-07-06change dialog caption in view modeAndras Timar3-0/+6
2012-07-06hide aDateTimeText when editing new version commentAndras Timar1-0/+3
2012-07-06remove space before colon in UI textAndras Timar1-1/+1
2012-07-06SearchUpdateHdl: -Werror=unused-parameterMichael Stahl2-2/+2
2012-07-06ThumbnailView::SelectItem: -Werror=unused-but-set-variableMichael Stahl1-3/+0
2012-07-06ThumbnailView::ImplEndTracking: -Werror=unused-parameterMichael Stahl2-1/+3
2012-07-06ThumbnailViewAcc::deselectAccessibleChild: -Werror=empty-bodyMichael Stahl1-2/+2
2012-07-06ThumbnailViewItem: -Werror=non-virtual-dtorMichael Stahl1-1/+1
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez36-7/+6087
2012-07-05Update thumnails for all template operations.Rafael Dominguez1-29/+27
2012-07-05Update folder thumbnails after moving or copying templates.Rafael Dominguez1-0/+27
2012-07-05Try to copy templates if moving them fails.Rafael Dominguez3-17/+39
2012-07-05Fix WaE.Rafael Dominguez1-3/+3
2012-07-05Fix moving templates between folders.Rafael Dominguez1-3/+4
2012-07-05Display all folders even if theyre empty.Rafael Dominguez1-7/+7
2012-07-05Implement move templates to a new region.Rafael Dominguez3-12/+43
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin1-4/+4
2012-07-04Create new folder after getting input text with selected templates.Rafael Dominguez3-0/+19
2012-07-04Connect button click handlers and end dialog with the desired result.Rafael Dominguez2-0/+13
2012-07-04Set correct dimensions and positions of inputbox widget.Rafael Dominguez5-21/+85
2012-07-04Remove unused method.Rafael Dominguez2-8/+0
2012-07-04Make title edit box 50% of the overlay width.Rafael Dominguez1-5/+3
2012-07-04Remove deprecated method.Rafael Dominguez2-19/+0
2012-07-04Delete search view when dialog gets destroyed.Rafael Dominguez1-0/+1
2012-07-04Fetch and display templates that contains the search keyword.Rafael Dominguez4-1/+78
2012-07-04Set search view size an position.Rafael Dominguez1-0/+8