summaryrefslogtreecommitdiffstats
path: root/src/ui/previewable.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-5/+0
-Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-2/+7
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-1/+2
(bzr r11706)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-1/+1
(bzr r4800)
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-2/+2
(bzr r4790)
2006-04-09Adding in new icon sizeJon A. Cruz1-2/+2
(bzr r462)