summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz2010-07-031-4/+22
| |/
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-1/+1
|/
* Don't write text-specific style attributes to non-text objects.Tavmjong Bah2010-06-061-2/+21
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-0/+97
* Add word-spacing attribute.Tavmjong Bah2010-04-151-3/+20
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-4/+4
* This commit hooks device-cmyk handling to color pickers. Now we have basic in...Felipe Corr??a da Silva Sanches2009-12-071-0/+28
* fix reading style from prefs for toolsbulia byak2009-06-211-1/+1
* Don't crash when closing document with gradient tool being active (fixes bug ...Diederik van Lierop2009-06-061-1/+5
* When selecting a path with markers but without a stroke, then one should be a...Diederik van Lierop2009-05-121-27/+36
* Merge from fe-movedTed Gould2008-11-211-1/+1
* From trunkTed Gould2008-10-271-44/+35
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-9/+9
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
* add optional bool* parameter to find out if the tool has color/opacity set in...bulia byak2008-07-261-3/+14
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-5/+5
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* fix 168320: return NOTHING only if no texts selected, but not when a text has...bulia byak2008-02-161-1/+1
* fix logic of sp_desktop_query_style_all so that copy/pasting style could work...bulia byak2008-02-151-3/+13
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-101-7/+11
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+56
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-2/+0
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-2/+5
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-1/+20
* add missed paint type assignment, fixes crash with no fill/no stroke on selec...bulia byak2007-09-101-1/+3
* Purged fill type enumJon A. Cruz2007-09-101-17/+18
* Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert2007-08-161-0/+12
* bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes2007-07-111-7/+11
* adapt to new paintservers API of SPStylebulia byak2007-07-041-4/+3
* use an accessor method to get filter from stylebulia byak2007-06-271-5/+5
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-271-6/+7
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+81
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-14/+17
* fix crash when editing text with multiple tspansbulia byak2007-03-151-0/+1
* a better fix: we don't need prev to hold opacity at allbulia byak2007-03-061-5/+4
* fix invalid access warningbulia byak2007-03-061-1/+1
* factor in object's matrix expansion when querying blur radiusbulia byak2006-10-231-2/+4
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-041-21/+11
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-201-7/+72
* Added skeleton files for other filter primitives' SP-objects. Added blur slid...Hugo Rodrigues2006-08-021-1/+15
* fix crash when newly installed inkscape does not yet have last-set stylebulia byak2006-05-231-22/+28
* * Add setting text_align to QUERY_FONTSTYLEMilosz Derezynski2006-05-221-0/+1
* adding fill-opacity to dyna-drawAaron Spike2006-05-181-1/+27
* do calligraphic draw opacity correctlybulia byak2006-05-171-7/+16
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-171-2/+28
* indentationbulia byak2006-05-131-4/+3
* Calligraphy tool now draws in the last used color or tool style depending on ...Joshua L. Blocher2006-05-131-2/+24
* fix 1466070bulia byak2006-04-121-1/+1