summaryrefslogtreecommitdiffstats
path: root/src/dialogs/fill-style.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-552/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-10/+12
(bzr r7332)
2008-11-21Merge from fe-movedTed Gould1-6/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-14/+14
(bzr r6885)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-3/+3
(bzr r5617)
2007-11-10Warning cleanupJon A. Cruz1-21/+13
(bzr r4052)
2007-09-25Initial support for icc color selection including CMYKJon A. Cruz1-5/+1
(bzr r3794)
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-7/+11
(bzr r3753)
2007-09-10Purged fill type enumJon A. Cruz1-4/+4
(bzr r3706)
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak1-2/+2
requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
2007-06-27more unreffing temporary styles properlybulia byak1-2/+2
(bzr r3114)
2006-10-26workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak1-0/+6
braindead behavior exposed by display interruptibility (bzr r1866)
2006-10-10undo annotationsbulia byak1-7/+8
(bzr r1793)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-7/+14
(bzr r1315)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-4/+4
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-3/+3
(bzr r134)