| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bug fix for color-interpolation, color-interpolation-filters. Get rid of ↵ | Tavmjong Bah | 2012-12-22 | 1 | -6/+2 |
| | | | | | | annoying warning. (bzr r11970) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -3/+3 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -7/+5 |
| | | | | (bzr r11686) | ||||
| * | Static code checking (Bug #614232) | Kris De Gussem | 2012-09-13 | 1 | -3/+4 |
| | | | | (bzr r11668) | ||||
| * | Fix for 168164 : Default text output to px | John Smith | 2012-08-25 | 1 | -1/+1 |
| | | | | (bzr r11621) | ||||
| * | Fix for 168164 : Font size, always output px option | John Smith | 2012-08-21 | 1 | -2/+18 |
| | | | | (bzr r11616) | ||||
| * | Fix for 168164 : Font sizes in points option | John Smith | 2012-08-16 | 1 | -4/+57 |
| | | | | (bzr r11608) | ||||
| * | Change default font to a CSS valid default font (Sans -> sans-serif). | Tavmjong Bah | 2012-05-21 | 1 | -3/+3 |
| | | | | (bzr r11393) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -31/+60 |
| | | | | (bzr r11325) | ||||
| * | cppcheck: null pointer dereference fix | Kris De Gussem | 2012-02-21 | 1 | -1/+1 |
| | | | | (bzr r11007) | ||||
| * | fix crash on non-finite stroke widths | Johan B. C. Engelen | 2012-02-19 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/935157 (bzr r10995) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 |
| | | | | (bzr r10830) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10659) | ||||
| * | Add minimal support for reading color-interpolation and ↵ | Tavmjong Bah | 2011-08-29 | 1 | -4/+43 |
| | | | | | | | | | | | | | | | color-interpolation-filters properties (however, Inkscape assumes sRGB everywhere at the moment). Change color-interpolation-filters from attribute to style property in sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is only allowed as an attribute in filter primitives). Added color-interpolation-filters:sRGB to style when new filter is created in filter-chemistry.cpp. (bzr r10591) | ||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -58/+207 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Properly handle CSS font shorthand property. Work done with Abhishek Sharma ↵ | Tavmjong Bah | 2011-07-13 | 1 | -11/+143 |
| | | | | | | | | | | | for GSOC. (bzr r10448) | ||||
| | * | Allow em and ex as units on font-size. | Tavmjong Bah | 2011-07-10 | 1 | -58/+75 |
| | | | | | | | (bzr r10437.1.1) | ||||
| * | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 1 | -2/+28 |
| | | | | | | | | | | | | | | | | | a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8) | ||||
| * | | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+0 |
| |/ | | | (bzr r10347.1.1) | ||||
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -25/+31 |
| | | | | (bzr r10060) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -3/+10 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -3/+9 |
| | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | 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) | ||||
