summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+4
| |\ | | | | | | (bzr r9945.1.1)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-4/+3
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-2/+2
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-271-1/+1
| | | | | | | | | (bzr r9858)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-32/+102
|\| | | | | | | | (bzr r9508.1.52)
| * | 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)
* / Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-7/+10
|/ | | (bzr r9508.1.8)
* 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)