summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added preference to suppress auto-refresh of icon previews.Jon A. Cruz2010-07-261-2/+4
| | | (bzr r9651)
* Added debug info.Jon A. Cruz2010-07-251-11/+63
| | | | | Throttle down icon preview rendering based on observed duration. (bzr r9650)
* Make icon preview seleciton stikcy by default.Jon A. Cruz2010-07-251-1/+1
| | | (bzr r9647)
* Added preference to suppress icon preview frames.Jon A. Cruz2010-07-251-4/+8
| | | (bzr r9645)
* Added preference to keep last selected item shown.Jon A. Cruz2010-07-251-18/+28
| | | (bzr r9644)
* Adding preference to suppress packing of previews.Jon A. Cruz2010-07-251-1/+3
| | | (bzr r9643)
* Track selection changes for updating in icon preview.Jon A. Cruz2010-05-061-1/+7
| | | (bzr r9400)
* Removed redundant refresh button, ui cleanup, added frames, etc. for bug ↵Jon A. Cruz2010-05-061-21/+11
| | | | | | | | #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9399)
* Switched icons to have frames, be square, and arranged more efficiently for ↵Jon A. Cruz2010-05-061-4/+39
| | | | | | | | space. Addressing bug #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9398)
* Follow-up to bug 427514 specific to icon preview, which happened to fix bug ↵Jon A. Cruz2010-05-021-5/+94
| | | | | | | | #171918. Fixed bugs: - https://launchpad.net/bugs/171918 (bzr r9390)
* Fixed use of dialogs in more than one window, and tile problem with ↵Jon A. Cruz2010-04-061-5/+4
| | | | | | | | selection. Fixes bug #556233. Fixed bugs: - https://launchpad.net/bugs/556233 (bzr r9297)
* Cleanup on id access.Jon A. Cruz2010-03-021-3/+3
| | | (bzr r9127)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+307
should be. Build libinkscape.a - should reduce link time. (bzr r7337)