| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-01 | Update internal extensions for latest .inx format changes | Patrick Storz | 1 | -14/+14 | |
| 2019-08-31 | Refactor a lot of the parameter handling code | Patrick Storz | 1 | -1/+1 | |
| Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | |||||
| 2019-07-10 | cairo-renderer: / cairo-render-context: whitespace fixes | Patrick Storz | 1 | -4/+4 | |
| 2019-03-28 | An a few more config.h fixes | Patrick Storz | 1 | -4/+0 | |
| 2019-01-18 | fix compilation with HAVE_CAIRO_PDF=0 | Thomas Holder | 1 | -1/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -1/+1 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -7/+7 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -7/+7 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+2 | |
| A lot of header clean-up. | |||||
| 2017-12-22 | Show appropriate warning if non-existent export ID is specified | Eduard Braun | 1 | -0/+3 | |
| Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497 | |||||
| 2017-03-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -3/+1 | |
| Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| 2016-11-05 | Add exporters | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r15142.1.32) | |||||
| 2016-06-11 | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 1 | -10/+10 | |
| internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | |||||
| 2015-01-28 | Fix for Bug #437567 (PDF Save As dialog convert text to paths option is ↵ | Kence (casey.peel@gmail.com) | 1 | -4/+7 | |
| confusing). Fixed bugs: - https://launchpad.net/bugs/437567 (bzr r13880) | |||||
| 2014-11-02 | change default pdf import resolution to 96 dpi | Alvin Penner | 1 | -1/+1 | |
| (bzr r13660) | |||||
| 2013-08-28 | Improve code readability. | Matthew Petroff | 1 | -1/+1 | |
| (bzr r12475.1.9) | |||||
| 2013-08-26 | Move omit text feature from cairo renderer to context | David R. Bild | 1 | -1/+1 | |
| (bzr r12487.1.1) | |||||
| 2013-08-05 | code cleanup (cppcheck) | Johan B. C. Engelen | 1 | -3/+3 | |
| (bzr r12469) | |||||
| 2013-07-31 | Eliminate "unit-constants.h". | Matthew Petroff | 1 | -2/+2 | |
| (bzr r12380.1.54) | |||||
| 2013-04-29 | UI messages | Kris De Gussem | 1 | -2/+2 | |
| (bzr r12312) | |||||
| 2013-03-24 | Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by ↵ | Nicolas Dufour | 1 | -2/+2 | |
| Masato HASHIMOTO." Translations. Fix for Bug #1159347 (Non-localized strings in PS-export)." Translations. PO template update. (bzr r12239) | |||||
| 2012-10-28 | add bleed/margin to pdf export | Johan B. C. Engelen | 1 | -5/+15 | |
| (bzr r11847) | |||||
| 2012-09-05 | Fix for 499965 : PS Output : Convert export area to radio buttons | John Smith | 1 | -35/+30 | |
| (bzr r11654) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -6/+4 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10347.1.21) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10461) | |||||
| 2011-06-22 | Warning cleanup. | Jon A. Cruz | 1 | -5/+7 | |
| (bzr r10339) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r10025) | |||||
| 2010-10-22 | PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to ↵ | Nicolas Dufour | 1 | -4/+7 | |
| version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841) | |||||
| 2010-09-10 | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 1 | -3/+3 | |
| filters). (bzr r9754) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 | |
| (bzr r9546.1.2) | |||||
| 2010-06-29 | pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex" | Johan B. C. Engelen | 1 | -6/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/595312 (bzr r9547) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 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) | |||||
| 2010-02-26 | latex export: add transparency export for pdf | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r9115) | |||||
| 2010-02-22 | - change cmdline option to --export-latex. | Johan B. C. Engelen | 1 | -46/+4 | |
| - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13) | |||||
| 2010-02-21 | output test.tex instead of test.pdf.tex which does not work well. strip path ↵ | Johan B. C. Engelen | 1 | -1/+3 | |
| from filename on windows (bzr r9101.1.6) | |||||
| 2010-02-21 | writePreamble and writePostamble | Johan B. C. Engelen | 1 | -3/+6 | |
| (bzr r9101.1.4) | |||||
| 2010-02-20 | initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵ | Johan B. C. Engelen | 1 | -10/+66 | |
| file. implementation of renderer is all that is left to do :) (bzr r9101.1.2) | |||||
| 2010-02-20 | add option to exclude/omit text from the PDF when saving to pdf | Johan B. C. Engelen | 1 | -2/+12 | |
| (bzr r9101.1.1) | |||||
| 2009-08-07 | Change "canvas" to "page" to be consistent with use in all other dialogs and | Tavmjong Bah | 1 | -2/+2 | |
| menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438) | |||||
| 2009-08-06 | Make PDF, PS, and EPS dialogs consistent. | Tavmjong Bah | 1 | -2/+2 | |
| Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -2/+2 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 | |
| (bzr r8408) | |||||
| 2009-05-01 | BUG 322116, PDF export does not use the highest quality for rasterized filter | theAdib | 1 | -0/+1 | |
| (bzr r7808) | |||||
| 2009-04-30 | copyedit labels, expand range | bulia byak | 1 | -1/+1 | |
| (bzr r7802) | |||||
| 2009-04-06 | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 1 | -3/+3 | |
| 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) | |||||
| 2008-11-30 | unify labels | bulia byak | 1 | -1/+1 | |
| (bzr r6923) | |||||
