| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -2/+2 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -1/+1 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 1 | -2/+2 |
| | | |||||
| * | Fix format string | Alexander Valavanis | 2018-11-16 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -23/+12 |
| | | | | | | | - 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 | ||||
| * | fix bug 1793940 ODG image export | Thomas Holder | 2018-11-07 | 1 | -57/+28 |
| | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | ||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -6/+0 |
| | | |||||
| * | fix .odg and .fx export with inverted y-axis | Thomas Holder | 2018-09-23 | 1 | -15/+9 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | 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 | -7/+7 |
| | | | | | | 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 | -14/+14 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -14/+14 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -11/+11 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix handling of filenames of linked images in .odg export | Eduard Braun | 2018-01-24 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | - export of .odg files was completely broken on Windows as "documentUri = Inkscape::URI(filename);" always failed (Windows paths are never valid URIs because of '\') - Linked images did not seem to be working on any OS (probably regression in 6f844ef457690c841b0be91d70b1e54b61c04812) I assume support for linked images is still sketchy but seems to work in the most common cases; support for embedded images seems to be non-existent, though. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1654034 | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -8/+1 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -1/+8 |
| | | | | (bzr r15142.1.32) | ||||
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -4/+1 |
| | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -3/+2 |
| | | | | (bzr r14059.2.1) | ||||
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 2014-02-26 | 1 | -13/+6 |
| | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -1/+1 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.117) | ||||
| * | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -1/+2 |
| |/ | | | (bzr r12475.1.2) | ||||
| * | odf metadata - let's begin with a first step to full ODF compatibility | Kris De Gussem | 2013-06-21 | 1 | -17/+27 |
| | | | | (bzr r12383) | ||||
| * | minor odg export update | Kris De Gussem | 2013-04-20 | 1 | -37/+32 |
| | | | | (bzr r12285.1.1) | ||||
| * | odg export: some work on gradients | Kris De Gussem | 2013-04-12 | 1 | -53/+34 |
| | | | | (bzr r12276) | ||||
| * | odf export: code clean up and preparatory work to allow gradients in export. ↵ | Kris De Gussem | 2013-04-03 | 1 | -661/+374 |
| | | | | | | | | Now only linear fill gradients are shown (not taking orientation and position into account). part of bug #474956 (odg export still doesn't work) (bzr r12264) | ||||
| * | Drop duplicate io code ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 1 | -11/+7 |
| | | | | (bzr r12192) | ||||
| * | fix build warnings / cppcheck ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 1 | -34/+42 |
| | | | | (bzr r12191) | ||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-08 | 1 | -44/+68 |
| | | | | (bzr r12184) | ||||
| * | ODF output: write correct Inkscape version number to metadata | Kris De Gussem | 2013-03-03 | 1 | -26/+6 |
| | | | | (bzr r12169) | ||||
| * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -1/+1 |
| | | | | (bzr r11867) | ||||
| * | cppcheck | Kris De Gussem | 2012-06-07 | 1 | -3/+7 |
| | | | | (bzr r11465) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+2 |
| |\ | | | | | (bzr r11027) | ||||
| * | | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -3/+0 |
| |/ | | | (bzr r10977) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -6/+6 |
| | | | | (bzr r10678) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -10/+5 |
| | | | | | | 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 | -3/+3 |
| | | | | | | | | 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 | -19/+19 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | 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) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -1/+1 |
| | | | | (bzr r9169) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9163) | ||||
