summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+0
| | | (bzr r15023.2.7)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+5
| | | (bzr r11959)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | (bzr r10766.1.1)
* 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)
* Added debug info.Jon A. Cruz2010-07-251-0/+2
| | | | | Throttle down icon preview rendering based on observed duration. (bzr r9650)
* Added preference to keep last selected item shown.Jon A. Cruz2010-07-251-0/+1
| | | (bzr r9644)
* Track selection changes for updating in icon preview.Jon A. Cruz2010-05-061-0/+1
| | | (bzr r9400)
* Removed redundant refresh button, ui cleanup, added frames, etc. for bug ↵Jon A. Cruz2010-05-061-1/+11
| | | | | | | | #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9399)
* Follow-up to bug 427514 specific to icon preview, which happened to fix bug ↵Jon A. Cruz2010-05-021-4/+24
| | | | | | | | #171918. Fixed bugs: - https://launchpad.net/bugs/171918 (bzr r9390)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+84
should be. Build libinkscape.a - should reduce link time. (bzr r7337)