| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -6/+3 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -4/+4 |
| | | | | (bzr r12475.1.2) | ||||
| * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -3/+3 |
| | | | | (bzr r12380.1.54) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 1 | -15/+10 |
| | | | | (bzr r11265) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | initialisation | Kris De Gussem | 2012-02-04 | 1 | -14/+11 |
| | | | | | | | (bzr r10933) | ||||
| * | | memleak / header stuff / unused variable. | Kris De Gussem | 2012-01-22 | 1 | -10/+5 |
| | | | | | | | (bzr r10917) | ||||
| * | | cppcheck | Kris De Gussem | 2012-01-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | tells us: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 105" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10913) | ||||
| * | | fix memleak | Kris De Gussem | 2012-01-20 | 1 | -4/+3 |
| |/ | | | (bzr r10912) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-23 | 1 | -30/+28 |
| | | | | (bzr r10691) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -1/+1 |
| | | | | (bzr r10686) | ||||
| * | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 1 | -14/+14 |
| | | | | (bzr r10582.1.2) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -9/+9 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -6/+5 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -4/+4 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | 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) | ||||
| * | PStricks opacity fix. | Nicolas Dufour | 2010-02-23 | 1 | -1/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/379790 (bzr r9106) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8408) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -8/+0 |
| | | | | (bzr r7045) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -11/+11 |
| | | | | (bzr r6612) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | 2geomify latex-pstricks | Johan B. C. Engelen | 2008-07-12 | 1 | -58/+51 |
| | | | | (bzr r6279) | ||||
| * | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 2008-07-12 | 1 | -6/+10 |
| | | | | (bzr r6274) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 2008-04-23 | 1 | -1/+1 |
| | | | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 1 | -1/+1 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -4/+4 |
| | | | | (bzr r5149) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -2/+2 |
| | | | | (bzr r3706) | ||||
| * | Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822 | Bob Jamison | 2007-05-19 | 1 | -6/+46 |
| | | | | (bzr r3030) | ||||
| * | Apply Yossi's patch | Bob Jamison | 2007-05-18 | 1 | -39/+0 |
| | | | | (bzr r3028) | ||||
| * | Apply yfarjoun's one-line patch to remove any stroke from fill(), to ↵ | Bob Jamison | 2007-05-11 | 1 | -1/+1 |
| | | | | | | accomodate strokeless objects. Strokes are handled separately in stroke(). (bzr r3001) | ||||
| * | patch from bug 1474575 | bulia byak | 2006-05-27 | 1 | -0/+6 |
| | | | | (bzr r1028) | ||||
| * | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 2006-01-30 | 1 | -1/+3 |
| | | | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+362 |
| (bzr r1) | |||||
