| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove confusing and broken save as PNG option | Marc Jeanmougin | 2019-01-17 | 1 | -126/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -6/+6 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -6/+6 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -2/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+2 |
| | | | | (bzr r15142.1.32) | ||||
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -1/+1 |
| | | | | (bzr r11847) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| | | | | (bzr r11027) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -6/+4 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -2/+1 |
| | | | | (bzr r10347.1.21) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -2/+2 |
| | | | | (bzr r10461) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -8/+5 |
| | | | | (bzr r10339) | ||||
| * | 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 | -1/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| |/ | | | | | 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) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8408) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -2/+2 |
| | | | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -1/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | Ulf Ericson's patch for implementing missing properties in the new pdf exporter | bulia byak | 2008-08-29 | 1 | -1/+1 |
| | | | | (bzr r6726) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| | | | | (bzr r6540) | ||||
| * | 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) | ||||
| * | Cleaned up DOS line ends that had snuck in. | Jon A. Cruz | 2007-02-19 | 1 | -133/+133 |
| | | | | (bzr r2399) | ||||
| * | Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair | miklosh | 2006-10-01 | 1 | -0/+5 |
| | | | | (bzr r1746) | ||||
| * | PNG output for Cairo renderer | miklosh | 2006-10-01 | 1 | -0/+128 |
| (bzr r1741) | |||||
