summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-1/+20
| | | (bzr r3794)
* add missed paint type assignment, fixes crash with no fill/no stroke on ↵bulia byak2007-09-101-1/+3
| | | | | selected object (bzr r3715)
* Purged fill type enumJon A. Cruz2007-09-101-17/+18
| | | (bzr r3706)
* Remember last used style for single 3D box faces (also fixes bug with ↵Maximilian Albert2007-08-161-0/+12
| | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-7/+11
| | | | | (patch by gbanaszk) (bzr r3227)
* adapt to new paintservers API of SPStylebulia byak2007-07-041-4/+3
| | | (bzr r3181)
* use an accessor method to get filter from stylebulia byak2007-06-271-5/+5
| | | (bzr r3145)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-6/+7
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+81
| | | (bzr r3095)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-14/+17
| | | (bzr r3086)
* fix crash when editing text with multiple tspansbulia byak2007-03-151-0/+1
| | | (bzr r2660)
* a better fix: we don't need prev to hold opacity at allbulia byak2007-03-061-5/+4
| | | (bzr r2560)
* fix invalid access warningbulia byak2007-03-061-1/+1
| | | (bzr r2559)
* factor in object's matrix expansion when querying blur radiusbulia byak2006-10-231-2/+4
| | | (bzr r1842)
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-041-21/+11
| | | (bzr r1766)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-7/+72
| | | | | Comments added/fixed. (bzr r1622)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-1/+15
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* fix crash when newly installed inkscape does not yet have last-set stylebulia byak2006-05-231-22/+28
| | | (bzr r988)
* * Add setting text_align to QUERY_FONTSTYLEMilosz Derezynski2006-05-221-0/+1
| | | | | | * Add controls for 'justify' text and bold and italic to text toolbar * Make sure the warning image for a non-installed font does not show up erronously (bzr r930)
* adding fill-opacity to dyna-drawAaron Spike2006-05-181-1/+27
| | | (bzr r875)
* do calligraphic draw opacity correctlybulia byak2006-05-171-7/+16
| | | (bzr r863)
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-171-2/+28
| | | (bzr r861)
* indentationbulia byak2006-05-131-4/+3
| | | (bzr r824)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-131-2/+24
| | | | | the preferences setting. (bzr r823)
* fix 1466070bulia byak2006-04-121-1/+1
| | | (bzr r477)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-21/+21
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1006
(bzr r1)