| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Color preview in cursor | Jasper van de Gronde | 2010-09-06 | 1 | -0/+5 |
| | | | | (bzr r9743) | ||||
| * | Revert device-color for now. | Jon A. Cruz | 2010-07-07 | 1 | -26/+0 |
| | | | | | | "commit the awesomesauce" (bzr r9587) | ||||
| * | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵ | Jon A. Cruz | 2010-07-03 | 1 | -4/+22 |
| | | | | | | to a swatch. Preserve CMS colors. (bzr r9560) | ||||
| * | Don't write text-specific style attributes to non-text objects. | Tavmjong Bah | 2010-06-06 | 1 | -2/+21 |
| | | | | (bzr r9488) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -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 Bah | 2010-04-15 | 1 | -3/+20 |
| | | | | (bzr r9333) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -4/+4 |
| | | | | (bzr r9169) | ||||
| * | This commit hooks device-cmyk handling to color pickers. Now we have basic ↵ | Felipe Corr??a da Silva Sanches | 2009-12-07 | 1 | -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 tools | bulia byak | 2009-06-21 | 1 | -1/+1 |
| | | | | (bzr r8123) | ||||
| * | Don't crash when closing document with gradient tool being active (fixes bug ↵ | Diederik van Lierop | 2009-06-06 | 1 | -1/+5 |
| | | | | | | #380934) (bzr r8015) | ||||
| * | When selecting a path with markers but without a stroke, then one should be ↵ | Diederik van Lierop | 2009-05-12 | 1 | -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-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -44/+35 |
| | | | | (bzr r6885) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -9/+9 |
| | | | | (bzr r6839) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -5/+5 |
| | | | | (bzr r6593) | ||||
| * | add optional bool* parameter to find out if the tool has color/opacity set ↵ | bulia byak | 2008-07-26 | 1 | -3/+14 |
| | | | | | | in its style or not (bzr r6426) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -5/+5 |
| | | | | (bzr r5915) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | fix 168320: return NOTHING only if no texts selected, but not when a text ↵ | bulia byak | 2008-02-16 | 1 | -1/+1 |
| | | | | | | has nonexistent font (bzr r4739) | ||||
| * | fix logic of sp_desktop_query_style_all so that copy/pasting style could ↵ | bulia byak | 2008-02-15 | 1 | -3/+13 |
| | | | | | | work on text selections (bzr r4734) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| | | | | (bzr r4629) | ||||
| * | Fix for Bug #181663 (Font style errors / assert when changing style) | Gail Carmichael | 2008-01-10 | 1 | -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-specification | Bryce Harrington | 2008-01-05 | 1 | -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 Albert | 2007-12-13 | 1 | -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 Albert | 2007-12-13 | 1 | -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 CMYK | Jon A. Cruz | 2007-09-25 | 1 | -1/+20 |
| | | | | (bzr r3794) | ||||
| * | add missed paint type assignment, fixes crash with no fill/no stroke on ↵ | bulia byak | 2007-09-10 | 1 | -1/+3 |
| | | | | | | selected object (bzr r3715) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -17/+18 |
| | | | | (bzr r3706) | ||||
| * | Remember last used style for single 3D box faces (also fixes bug with ↵ | Maximilian Albert | 2007-08-16 | 1 | -0/+12 |
| | | | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -7/+11 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | adapt to new paintservers API of SPStyle | bulia byak | 2007-07-04 | 1 | -4/+3 |
| | | | | (bzr r3181) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -5/+5 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -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 Nick | MenTaLguY | 2007-06-24 | 1 | -0/+81 |
| | | | | (bzr r3095) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 1 | -14/+17 |
| | | | | (bzr r3086) | ||||
| * | fix crash when editing text with multiple tspans | bulia byak | 2007-03-15 | 1 | -0/+1 |
| | | | | (bzr r2660) | ||||
| * | a better fix: we don't need prev to hold opacity at all | bulia byak | 2007-03-06 | 1 | -5/+4 |
| | | | | (bzr r2560) | ||||
| * | fix invalid access warning | bulia byak | 2007-03-06 | 1 | -1/+1 |
| | | | | (bzr r2559) | ||||
| * | factor in object's matrix expansion when querying blur radius | bulia byak | 2006-10-23 | 1 | -2/+4 |
| | | | | (bzr r1842) | ||||
| * | simplify style-querying for blur radius; move Blur slider above Opacity, cleanup | bulia byak | 2006-10-04 | 1 | -21/+11 |
| | | | | (bzr r1766) | ||||
| * | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 2006-08-20 | 1 | -7/+72 |
| | | | | | | Comments added/fixed. (bzr r1622) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -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 style | bulia byak | 2006-05-23 | 1 | -22/+28 |
| | | | | (bzr r988) | ||||
| * | * Add setting text_align to QUERY_FONTSTYLE | Milosz Derezynski | 2006-05-22 | 1 | -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-draw | Aaron Spike | 2006-05-18 | 1 | -1/+27 |
| | | | | (bzr r875) | ||||
| * | do calligraphic draw opacity correctly | bulia byak | 2006-05-17 | 1 | -7/+16 |
| | | | | (bzr r863) | ||||
| * | Fixes calligraphy tool so drawing now uses the the correct opacity. | Joshua L. Blocher | 2006-05-17 | 1 | -2/+28 |
| | | | | (bzr r861) | ||||
| * | indentation | bulia byak | 2006-05-13 | 1 | -4/+3 |
| | | | | (bzr r824) | ||||
| * | Calligraphy tool now draws in the last used color or tool style depending on ↵ | Joshua L. Blocher | 2006-05-13 | 1 | -2/+24 |
| | | | | | | the preferences setting. (bzr r823) | ||||
| * | fix 1466070 | bulia byak | 2006-04-12 | 1 | -1/+1 |
| | | | | (bzr r477) | ||||
