| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -30/+37 |
| | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | Revert device-color for now. | Jon A. Cruz | 2010-07-07 | 1 | -12/+0 |
| | | | | | | "commit the awesomesauce" (bzr r9587) | ||||
| * | "Fix" for bug #583593 (Default tool styles are not loaded for new users). | Tavmjong Bah | 2010-06-07 | 1 | -4/+4 |
| | | | | | | | (Call sp_desktop_set_style() with write_current = false.) Tweak superscript/subscript shifts/sizes. (bzr r9489) | ||||
| * | Compute baseline-shift relative to parent baseline-shift. | Tavmjong Bah | 2010-06-06 | 1 | -0/+2 |
| | | | | (bzr r9487) | ||||
| * | Adding a character to a superscript or subscript no longer resets | Tavmjong Bah | 2010-06-05 | 1 | -24/+14 |
| | | | | | | baseline-shift. (bzr r9481) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -5/+198 |
| | | | | | | | | | 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) | ||||
| * | Changed default font from Bitstream Vera Sans to Sans. Not | Tavmjong Bah | 2010-04-14 | 1 | -3/+3 |
| | | | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) | ||||
| * | inherit value as well as computed for linespacing and other spacing ↵ | buliabyak | 2010-03-27 | 1 | -0/+3 |
| | | | | | | properties; fixes the linespacing display in text and font dialog (bzr r9243) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -18/+18 |
| | | | | (bzr r9127) | ||||
| * | * infrastructure to store device colors as described in ↵ | Felipe Corr??a da Silva Sanches | 2009-12-06 | 1 | -0/+12 |
| | | | | | | | | http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device * related to https://bugs.launchpad.net/inkscape/+bug/444021 (bzr r8871) | ||||
| * | fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ↵ | bulia byak | 2009-08-22 | 1 | -16/+29 |
| | | | | | | make them correctly handle inherit values; test case for the bug is added to the testsuite (bzr r8519) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -13/+13 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -13/+13 |
| | | | | (bzr r8404) | ||||
| * | workaround for 'clip-path' and 'mask' given as style properties (bug #324849) | Thomas Holder | 2009-04-30 | 1 | -2/+13 |
| | | | | (bzr r7798) | ||||
| * | fix crash when ungrouping a group with set-then-unset filter | bulia byak | 2009-01-01 | 1 | -1/+1 |
| | | | | (bzr r7050) | ||||
| * | allow sp_style_set_property_url to unset the property as well, if the linked ↵ | bulia byak | 2008-11-29 | 1 | -6/+8 |
| | | | | | | object is NULL (bzr r6917) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -8/+28 |
| | | | | (bzr r6885) | ||||
| * | fix writing invalid color:none; optimize opacity (only if <1) and marker-... ↵ | bulia byak | 2008-09-19 | 1 | -14/+31 |
| | | | | | | (only if different from marker) (bzr r6851) | ||||
| * | fix 246944 | bulia byak | 2008-07-24 | 1 | -6/+19 |
| | | | | (bzr r6413) | ||||
| * | fix crash when writing style with empty font-family | bulia byak | 2008-07-24 | 1 | -2/+4 |
| | | | | (bzr r6406) | ||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5823) | ||||
| * | patch from bug 214171 | bulia byak | 2008-04-14 | 1 | -1/+3 |
| | | | | (bzr r5440) | ||||
| * | fix 216898 | bulia byak | 2008-04-14 | 1 | -2/+6 |
| | | | | (bzr r5436) | ||||
| * | another currentColor fix from bug 174720 | bulia byak | 2008-04-08 | 1 | -2/+2 |
| | | | | (bzr r5389) | ||||
| * | since marker size depends on stroke width, write stroke width if there's no ↵ | bulia byak | 2008-04-08 | 1 | -2/+19 |
| | | | | | | stroke but there are markers (bzr r5384) | ||||
| * | patch by Martin von Gagern for bug 174720 | bulia byak | 2008-04-01 | 1 | -0/+3 |
| | | | | (bzr r5301) | ||||
| * | skip writing stroke/fill properties when stroke/fill is none | bulia byak | 2008-03-14 | 1 | -72/+87 |
| | | | | (bzr r5091) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| | | | | (bzr r4629) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -1/+40 |
| | | | | | | | | | | | | | | | | | | | | (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) | ||||
| * | trying to fix the unset-gradient-on-transform bug | bulia byak | 2007-12-16 | 1 | -1/+1 |
| | | | | (bzr r4236) | ||||
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -12/+9 |
| | | | | (bzr r3794) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -3/+3 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -68/+67 |
| | | | | (bzr r3706) | ||||
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -70/+102 |
| | | | | (bzr r3696) | ||||
| * | patch 1786802 | bulia byak | 2007-09-03 | 1 | -1/+1 |
| | | | | (bzr r3673) | ||||
| * | fix inheriting paintservers | bulia byak | 2007-07-08 | 1 | -7/+15 |
| | | | | (bzr r3199) | ||||
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and ↵ | bulia byak | 2007-07-04 | 1 | -220/+165 |
| | | | | | | delete connections on destroy; remove some old crap; fixes a ton of old bugs (bzr r3180) | ||||
| * | isolated internal spaces no longer force font-family quoting, for the | MenTaLguY | 2007-06-30 | 1 | -1/+19 |
| | | | | | | | sake of backwards-compatibility with older Inkscape version; also, additional comments (bzr r3157) | ||||
| * | a couple more checks just in case | bulia byak | 2007-06-27 | 1 | -6/+8 |
| | | | | (bzr r3148) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -98/+78 |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | ||||
| * | Removed use of union in paint type/struct | Jon A. Cruz | 2007-04-05 | 1 | -18/+18 |
| | | | | (bzr r2821) | ||||
| * | comment on the order of parsing declarations | bulia byak | 2007-03-27 | 1 | -0/+3 |
| | | | | (bzr r2769) | ||||
| * | also quote fonnames starting from a non-letter | bulia byak | 2007-03-16 | 1 | -0/+3 |
| | | | | (bzr r2664) | ||||
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); ↵ | bulia byak | 2007-03-16 | 1 | -23/+57 |
| | | | | | | change unquote API and export it (bzr r2662) | ||||
| * | comment fix | bulia byak | 2007-03-14 | 1 | -1/+1 |
| | | | | (bzr r2650) | ||||
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 1 | -7/+0 |
| | | | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987) | ||||
| * | cleanup filter handling, fix hreffing, implement release and modified signal ↵ | bulia byak | 2006-11-16 | 1 | -40/+87 |
| | | | | | | listening for filters (fixes numerous crashes) (bzr r1960) | ||||
| * | fix for filter (non)inheritance and a crude workaround for filter merging | bulia byak | 2006-10-08 | 1 | -3/+12 |
| | | | | (bzr r1779) | ||||
