| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hatch.js | Valentin Ionita | 2019-06-28 | 1 | -7/+54 |
| | | | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project. | ||||
| * | Fix opening of files on Windows (and possibly elsewhere) | Patrick Storz | 2019-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | What we pass as "uri" is not an URI, it usually seems to be a file path, so we were lucky it "accidentally" used to work before. Replace Gio::File::create_for_uri with Gio::File::create_for_commandline_arg which should handle both URIs and absolute paths reliably. | ||||
| * | Style fix | Marc Jeanmougin | 2019-04-09 | 1 | -1/+1 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -6/+6 |
| | | |||||
| * | Round-trip SVG 2 flowed text with SVG 1.1 backup. | Tavmjong Bah | 2018-12-14 | 1 | -44/+62 |
| | | |||||
| * | Add some SVG 2 fallbacks: | Tavmjong Bah | 2018-12-07 | 1 | -5/+520 |
| | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text | ||||
| * | 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 | ||||
| * | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 1 | -1/+2 |
| | | |||||
| * | Code cleanup and adding comments. | Tavmjong Bah | 2018-10-17 | 1 | -31/+75 |
| | | |||||
| * | 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 | -4/+0 |
| | | |||||
| * | Improve calls to document_units | Jabier Arraiza | 2018-09-30 | 1 | -6/+1 |
| | | |||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 1 | -5/+5 |
| | | | | | 2 (Bitmap and SVG) | ||||
| * | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 1 | -15/+9 |
| | | |||||
| * | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵ | Jabiertxof | 2018-09-14 | 1 | -2/+2 |
| | | | | | Thanks Mark for testing! | ||||
| * | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 1 | -3/+3 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -3/+8 |
| | | |||||
| * | 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 | -7/+7 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fis maren improvements to embed/import | Jabier Arraiza | 2018-05-15 | 1 | -4/+4 |
| | | |||||
| * | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 1 | -13/+12 |
| | | |||||
| * | Allow embed on SVG imports | Jabier Arraiza | 2018-05-12 | 1 | -34/+44 |
| | | |||||
| * | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -2/+1 |
| | | |||||
| * | Add Maren improvements prepare to merge | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -11/+11 |
| | | |||||
| * | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -2/+103 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 1 | -61/+22 |
| | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| * | Add a prune method to saving svg files that removes Adobe's i:pgf tag. | Martin Owens | 2016-10-01 | 1 | -0/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/179679 (bzr r15141) | ||||
| * | Cleanup namespace removal so that it doesn't require bugs in updateRepr to ↵ | Martin Owens | 2014-04-04 | 1 | -17/+38 |
| | | | | | | | | | work. Move to using a duplicate node-tree. Fixes bug #419266 Fixed bugs: - https://launchpad.net/bugs/419266 (bzr r13260) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | (bzr r11736) | ||||
| * | dropping some ghost code / probably fixing a memleak as well | Kris De Gussem | 2012-04-21 | 1 | -4/+0 |
| | | | | (bzr r11273) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 1 | -5/+3 |
| | | | | (bzr r11265) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| | | | | (bzr r11027) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -0/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -6/+8 |
| |\ | | | | | (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 | -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) | ||||
| * | Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵ | Jon A. Cruz | 2010-01-02 | 1 | -4/+38 |
| | | | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8408) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -5/+3 |
| | | | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -4/+4 |
| | | | | | | | | 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) | ||||
| * | noop: comment spelling | Peter Moulder | 2009-04-04 | 1 | -2/+2 |
| | | | | (bzr r7618) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 |
| | | | | (bzr r5884) | ||||
| * | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 2008-04-23 | 1 | -1/+1 |
| | | | | | | 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 | -3/+3 |
| | | | | | | | | | | 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) | ||||
