summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Fix isnan() compilation issuesDiederik van Lierop2011-09-061-4/+5
| | | (bzr r10623)
* When scaling a diagonal line to a horizontal line, the strokewidth becomes ↵Diederik van Lierop2011-09-051-16/+30
| | | | | NaN. This commit allows to change the strokewidth back to a more useful value (as reported by ~suv in lp:825840) (bzr r10621)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-5/+5
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-55/+103
|\ | | | | (bzr r9508.1.73)
| * Tweak and spray:Nicolas Dufour2011-04-011-1/+1
| | | | | | | | | | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-49/+97
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+22
| |\ | | | | | | (bzr r9945.1.1)
| | * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-2/+3
| | | | | | | | | (bzr r9546.1.12)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | | | | (bzr r9546.1.4)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-0/+5
|\| | | | | | | | (bzr r9508.1.70)
| * | Color preview in cursorJasper van de Gronde2010-09-061-0/+5
| | | | | | | | | (bzr r9743)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-30/+22
|\| | | | | | | | (bzr r9508.1.52)
| * | Revert device-color for now.Jon A. Cruz2010-07-071-26/+0
| | | | | | | | | | | | | | | "commit the awesomesauce" (bzr r9587)
| * | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵Jon A. Cruz2010-07-031-4/+22
| |/ | | | | | | | | to a swatch. Preserve CMS colors. (bzr r9560)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
| | | | | | (bzr r9508.1.48)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-1/+1
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Don't write text-specific style attributes to non-text objects.Tavmjong Bah2010-06-061-2/+21
| | | (bzr r9488)
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-0/+97
| | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475)
* Add word-spacing attribute.Tavmjong Bah2010-04-151-3/+20
| | | (bzr r9333)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-4/+4
| | | (bzr r9169)
* This commit hooks device-cmyk handling to color pickers. Now we have basic ↵Felipe Corr??a da Silva Sanches2009-12-071-0/+28
| | | | | | | | | | initial support for SVG Color 1.2 uncalibrated device colors: http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device Fixed bugs: - https://launchpad.net/bugs/444021 (bzr r8875)
* fix reading style from prefs for toolsbulia byak2009-06-211-1/+1
| | | (bzr r8123)
* Don't crash when closing document with gradient tool being active (fixes bug ↵Diederik van Lierop2009-06-061-1/+5
| | | | | #380934) (bzr r8015)
* When selecting a path with markers but without a stroke, then one should be ↵Diederik van Lierop2009-05-121-27/+36
| | | | | able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) (bzr r7868)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-44/+35
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-9/+9
| | | (bzr r6839)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
| | | (bzr r6593)
* add optional bool* parameter to find out if the tool has color/opacity set ↵bulia byak2008-07-261-3/+14
| | | | | in its style or not (bzr r6426)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-5/+5
| | | (bzr r5915)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
| | | (bzr r5149)
* fix 168320: return NOTHING only if no texts selected, but not when a text ↵bulia byak2008-02-161-1/+1
| | | | | has nonexistent font (bzr r4739)
* fix logic of sp_desktop_query_style_all so that copy/pasting style could ↵bulia byak2008-02-151-3/+13
| | | | | work on text selections (bzr r4734)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-101-7/+11
| | | | | | - I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone. - Fixed other style button problems mentioned in comments. (bzr r4453)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+56
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-131-2/+0
| | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+5
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* 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)