summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-0/+2
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-09-06Fix isnan() compilation issuesDiederik van Lierop1-4/+5
2011-09-05When scaling a diagonal line to a horizontal line, the strokewidth becomes Na...Diederik van Lierop1-16/+30
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-5/+5
2011-04-01Tweak and spray:Nicolas Dufour1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-49/+97
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
2010-09-06Color preview in cursorJasper van de Gronde1-0/+5
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-2/+3
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+2
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-1/+1
2010-07-07Revert device-color for now.Jon A. Cruz1-26/+0
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-03Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz1-4/+22
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+5
2010-06-06Don't write text-specific style attributes to non-text objects.Tavmjong Bah1-2/+21
2010-06-04Add support for baseline-shift attribute (all possible values).Tavmjong Bah1-0/+97
2010-04-15Add word-spacing attribute.Tavmjong Bah1-3/+20
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-4/+4
2009-12-07This commit hooks device-cmyk handling to color pickers. Now we have basic in...Felipe Corr??a da Silva Sanches1-0/+28
2009-06-21fix reading style from prefs for toolsbulia byak1-1/+1
2009-06-06Don't crash when closing document with gradient tool being active (fixes bug ...Diederik van Lierop1-1/+5
2009-05-12When selecting a path with markers but without a stroke, then one should be a...Diederik van Lierop1-27/+36
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-44/+35
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-9/+9
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-5/+5
2008-07-26add optional bool* parameter to find out if the tool has color/opacity set in...bulia byak1-3/+14
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-5/+5
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-2/+2
2008-02-16fix 168320: return NOTHING only if no texts selected, but not when a text has...bulia byak1-1/+1
2008-02-15fix logic of sp_desktop_query_style_all so that copy/pasting style could work...bulia byak1-3/+13
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2008-01-10Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael1-7/+11
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+56
2007-12-13If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert1-2/+0
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-2/+5
2007-09-25Initial support for icc color selection including CMYKJon A. Cruz1-1/+20
2007-09-10add missed paint type assignment, fixes crash with no fill/no stroke on selec...bulia byak1-1/+3
2007-09-10Purged fill type enumJon A. Cruz1-17/+18
2007-08-16Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert1-0/+12
2007-07-11bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes1-7/+11
2007-07-04adapt to new paintservers API of SPStylebulia byak1-4/+3
2007-06-27use an accessor method to get filter from stylebulia byak1-5/+5
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-6/+7
2007-06-24initial filter UI code drop from NickMenTaLguY1-0/+81
2007-06-23Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala1-14/+17
2007-03-15fix crash when editing text with multiple tspansbulia byak1-0/+1