| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -1/+4 |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | 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 | -7/+7 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -7/+7 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -8/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | PDF+LaTeX: fix line spacing, add basic support for line-height | Eduard Braun | 2018-01-14 | 1 | -19/+28 |
| | | | | | | | | | | Replace "\stackrel" with "\tabular" to achieve constant line spacing. The former varies line spacing depending on the content of the line (i.e. an line containing "-" will have a very small height) Add basic support for line-height. (currently only the top level text element is considered) | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | Show appropriate warning if non-existent export ID is specified | Eduard Braun | 2017-12-22 | 1 | -1/+4 |
| | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497 | ||||
| * | PDF+LaTeX export: do not apply style to newlines | Eduard Braun | 2017-12-05 | 1 | -25/+28 |
| | | | | | | | As the parser seems to wrap newlines into their own tspan which has the same style as the preceding tspan the latex-text renderer produced output like "\texbf{\\}" which broke compilation in LaTeX | ||||
| * | PDF+LaTeX export: Fix multiline text | Eduard Braun | 2017-12-05 | 1 | -13/+30 |
| | | | | | | | | | | | | Wrap text in "\shortstack" to allow for newlines using "\\". The output extension already produced those but they are ignored in a "\smash" environment. Patch by Michael Jäntsch Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/771959 | ||||
| * | PDF+LaTeX export: Avoid printing empty boxes | Eduard Braun | 2017-12-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | This also fixes an issue with multipage PDF output where an empty string would have been assumed to require emission of the previous page when in fact the CairoRenderer does not produce a new page in this case resulting in another facet of https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1417470 Invisible characters might still cause this issue but it seems to be a very unlikely scenario and there's no way to know this without actually rendering the glyphs (which seems to be overkill here) | ||||
| * | Cleanup: eliminate version from config.h | Eduard Braun | 2017-07-17 | 1 | -1/+2 |
| | | | | | | | The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose. | ||||
| * | static code analysis | Kris De Gussem | 2015-10-29 | 1 | -1/+1 |
| | | | | (bzr r14436) | ||||
| * | Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output. | Tavmjong Bah | 2015-07-07 | 1 | -3/+9 |
| | | | | (bzr r14236) | ||||
| * | forgotten dynamic cast | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14125) | ||||
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+1 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | (bzr r13922.1.10) | ||||
| * | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -3/+2 |
| | | | | (bzr r13922.1.6) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+4 |
| | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -46/+54 |
| | | | | (bzr r13700) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -1/+1 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -4/+36 |
| | |\ | | | | | | | (bzr r11608.1.121) | ||||
| | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -2/+2 |
| | |\ \ | | | | | | | | | (bzr r11608.1.120) | ||||
| | * | | | Turned all functions concerning SPRect into member functions. | Markus Engel | 2013-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.60) | ||||
| * | | | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -4/+36 |
| |\ \ \ \ | | |_|/ | |/| | | (bzr r12475.1.16) | ||||
| | * | | | use multiple graphic/text layers for pdf+latex output | David R. Bild | 2013-08-29 | 1 | -4/+36 |
| | | |/ | |/| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2) | ||||
| * / | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+2 |
| |/ / | | | | | (bzr r12475.1.2) | ||||
| * / | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -2/+2 |
| |/ | | | (bzr r12380.1.54) | ||||
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -3/+4 |
| | | | | (bzr r11847) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | cppcheck | Kris De Gussem | 2012-01-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | tells us 'line 154: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 147" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10915) | ||||
| * | | fix memleak | Kris De Gussem | 2012-01-20 | 1 | -2/+2 |
| |/ | | | (bzr r10914) | ||||
| * | remove unused code | Johan B. C. Engelen | 2011-12-18 | 1 | -10/+0 |
| | | | | (bzr r10781) | ||||
| * | some static code analysis stuff (cppcheck warnings) | Kris De Gussem | 2011-12-17 | 1 | -2/+2 |
| | | | | (bzr r10779) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -1/+1 |
| | | | | (bzr r10686) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -13/+13 |
| | | | | | | 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) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -2/+2 |
| | | | | (bzr r10461) | ||||
| * | fix: latex width output to postscript big point 'bp'. | Johan B. C. Engelen | 2011-06-05 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792384 (bzr r10257) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -6/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | pdf+latex: | Johan B. C. Engelen | 2011-04-10 | 1 | -6/+18 |
| | | | | | | | * use textit instead of itshape, use textbf instead of bfseries; this improves kerning * add textsl (slanted) for oblique font shapes (e.g. Arial) (bzr r10156) | ||||
| * | pdf+latex: fix newline bug due to changes in r10089 | Johan B. C. Engelen | 2011-04-10 | 1 | -16/+29 |
| | | | | (bzr r10155) | ||||
| * | go wild adding % at the end of each latex line (pdf+latex output) | Johan B. C. Engelen | 2011-04-10 | 1 | -22/+22 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/643849 - https://launchpad.net/bugs/687344 (bzr r10154) | ||||
| * | PDF+LaTeX now also exports font shape (italic or bold) (patch partly by ↵ | Johan B. C. Engelen | 2011-03-10 | 1 | -2/+74 |
| | | | | | | Tobias Gradl) (bzr r10089) | ||||
| * | add scaling option to PDF+LaTeX (patch by Bernd Bandemer) | Johan B. C. Engelen | 2011-03-10 | 1 | -0/+6 |
| | | | | (bzr r10088) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+2 |
| | | | | (bzr r10066) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -8/+8 |
| | | | | (bzr r10025) | ||||
