| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform) | su_v | 2012-09-23 | 1 | -942/+0 |
| | | | | (bzr r11668.1.8) | ||||
| * | emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084) | Alvin Penner | 2012-05-27 | 1 | -7/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1004084 (bzr r11427) | ||||
| * | cppcheck | Kris De Gussem | 2012-04-20 | 1 | -3/+1 |
| | | | | (bzr r11269) | ||||
| * | Memory leak fix. (Bug #986271) Code supplied by David Mathog. | Kris De Gussem | 2012-04-20 | 1 | -5/+16 |
| | | | | (bzr r11268) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -19/+1 |
| | | | | (bzr r11030) | ||||
| * | emf export. change text height property lfHeight from + to - (Bug 919728) | Alvin Penner | 2012-01-24 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/919728 (bzr r10922) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -36/+20 |
| | | | | (bzr r10746) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -1/+1 |
| | | | | (bzr r10686) | ||||
| * | fix compilation after const change in r10589 | Johan B. C. Engelen | 2011-08-30 | 1 | -5/+5 |
| | | | | (bzr r10605) | ||||
| * | Fix compilation on Windows after libnr removal | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 |
| | | | | (bzr r10590) | ||||
| * | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 1 | -11/+9 |
| | | | | (bzr r10582.1.2) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -11/+8 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| | | | | | | | | 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 trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -4/+3 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Possible Win32 compile fix. | Jon A. Cruz | 2011-06-04 | 1 | -1/+2 |
| | | | | | | | (bzr r10256) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| * | | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 2011-04-15 | 1 | -82/+36 |
| |/ | | | (bzr r9508.1.82) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -11/+11 |
| | | | | (bzr r10025) | ||||
| * | Export. add emf text rotation (Bug 681262) | Alvin Penner | 2011-01-07 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/681262 (bzr r10001) | ||||
| * | disable Rectangle and Ellipse (Bug 407394) | Alvin Penner | 2011-01-04 | 1 | -16/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/407394 (bzr r9995) | ||||
| * | Win32 post-GSoC fixups. | Jon A. Cruz | 2010-12-15 | 1 | -1/+1 |
| | | | | (bzr r9953) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | 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) | ||||
| * | | 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) | ||||
| * | 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) | ||||
| * | Removing the polyline simplification. Fix for bug #335437 + bug #307783 ↵ | Ulf Erikson | 2009-03-02 | 1 | -9/+2 |
| | | | | | | (missing characters in emf export) (bzr r7400) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -10/+0 |
| | | | | (bzr r7045) | ||||
| * | fix compile after rev 20377 | Johan B. C. Engelen | 2008-12-16 | 1 | -1/+1 |
| | | | | (bzr r7011) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -4/+3 |
| | | | | (bzr r6887) | ||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 1 | -2/+0 |
| | | | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789) | ||||
| * | 2geomify, remove warnings and other fixes | Ulf Erikson | 2008-09-10 | 1 | -219/+242 |
| | | | | (bzr r6788) | ||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 1 | -1/+0 |
| | | | | | | references to nr-path.h) (bzr r6774) | ||||
| * | remove unused variables | Johan B. C. Engelen | 2008-08-31 | 1 | -8/+7 |
| | | | | (bzr r6737) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -36/+36 |
| | | | | (bzr r6612) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | EMF export patches submitted by SaGS | Ulf Erikson | 2008-08-04 | 1 | -32/+27 |
| | | | | | | | | Bug 253601: EMF export - Text has opaque background Bug 253611: EMF export - Bold, italic text attributes lost Bug 253614: EMF export - Possible indeterminism with the text aligment (bzr r6556) | ||||
| * | Minor fixes for emf input/output on windows | Ulf Erikson | 2008-07-14 | 1 | -16/+68 |
| | | | | (bzr r6293) | ||||
| * | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 2008-07-12 | 1 | -5/+11 |
| | | | | (bzr r6274) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | Improved emf handling | Ulf Erikson | 2008-05-22 | 1 | -29/+198 |
| | | | | (bzr r5734) | ||||
| * | 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 | -2/+2 |
| | | | | | | 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) | ||||
| * | fix include paths | Johan B. C. Engelen | 2008-04-15 | 1 | -1/+1 |
| | | | | (bzr r5446) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -5/+5 |
| | | | | (bzr r5149) | ||||
| * | Export/Import text as text + some bug-fixes. | Ulf Erikson | 2007-11-25 | 1 | -6/+177 |
| | | | | (bzr r4134) | ||||
| * | Purged fill type, stroke type enum | Adib Taraben | 2007-09-11 | 1 | -2/+2 |
| | | | | (bzr r3721) | ||||
