summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-4/+4
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-25/+25
* memleak fixDavid Mathog2014-02-091-2/+6
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* Further refactoring of EventContexts.Markus Engel2013-07-301-1/+1
* minor cppcheck stuffKris De Gussem2013-04-281-1/+2
* cppcheckKris De Gussem2013-03-111-1/+1
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-3/+3
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-0/+2
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Fix isnan() compilation issuesDiederik van Lierop2011-09-061-4/+5
* When scaling a diagonal line to a horizontal line, the strokewidth becomes Na...Diederik van Lierop2011-09-051-16/+30
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-5/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-55/+103
|\
| * Tweak and spray:Nicolas Dufour2011-04-011-1/+1
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-49/+97
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+22
| |\
| | * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-2/+3
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-0/+5
|\| |
| * | Color preview in cursorJasper van de Gronde2010-09-061-0/+5
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-30/+22
|\| |
| * | Revert device-color for now.Jon A. Cruz2010-07-071-26/+0
| * | 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