summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-preview.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-156/+0
|
* C++ify EekPreviewAlexander Valavanis2019-01-011-32/+53
|
* EekPreview: rm unused function headerAlexander Valavanis2018-11-251-1/+0
|
* EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-251-12/+2
| | | | GObject conventions
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-10/+10
|
* Reduce header bloatAlex Valavanis2014-08-301-1/+0
| | | (bzr r13341.1.184)
* Cleanup EekPreview widget implementation:Alex Valavanis2013-01-161-25/+6
| | | | | | | | * Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028)
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-1/+10
| | | (bzr r11706)
* Documentation update pass.Jon A. Cruz2011-10-231-3/+5
| | | (bzr r10692)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.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)
* Additional state indicators.Jon A. Cruz2009-03-231-1/+3
| | | (bzr r7546)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+152
should be. Build libinkscape.a - should reduce link time. (bzr r7337)