| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 1 | -1/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -16/+6 |
| | | | | | | | - 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 | -0/+2 |
| | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix handling of filenames of linked images in .odg export | Eduard Braun | 2018-01-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | - 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 | ||||
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 2014-02-26 | 1 | -6/+3 |
| | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| * | minor odg export update | Kris De Gussem | 2013-04-20 | 1 | -1/+1 |
| | | | | (bzr r12285.1.1) | ||||
| * | odg export: some work on gradients | Kris De Gussem | 2013-04-12 | 1 | -2/+2 |
| | | | | (bzr r12276) | ||||
| * | odf export: code clean up and preparatory work to allow gradients in export. ↵ | Kris De Gussem | 2013-04-03 | 1 | -4/+2 |
| | | | | | | | | 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) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -3/+2 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | Drop duplicate io code ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 1 | -4/+3 |
| | | | | (bzr r12192) | ||||
| * | various minor things | Kris De Gussem | 2012-03-01 | 1 | -1/+1 |
| | | | | (bzr r11036) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -1/+1 |
| | | | | (bzr r10746) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -11/+12 |
| | | | | (bzr r10696) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -1/+2 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| |/ | | | | | 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 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8407) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -1/+1 |
| | | | | (bzr r6612) | ||||
| * | save updates, and put to sleep for a while | Bob Jamison | 2006-07-06 | 1 | -2/+55 |
| | | | | (bzr r1363) | ||||
| * | Promote std::string to Glib::ustring. Start processing output strings for ↵ | Bob Jamison | 2006-06-25 | 1 | -15/+15 |
| | | | | | | XML entities. (bzr r1292) | ||||
| * | Add metadata | Bob Jamison | 2006-06-25 | 1 | -0/+3 |
| | | | | (bzr r1287) | ||||
| * | use svd for better matrix analysis | Bob Jamison | 2006-04-27 | 1 | -0/+95 |
| | | | | (bzr r593) | ||||
| * | Native paths and relative path resolution | Bob Jamison | 2006-04-22 | 1 | -1/+5 |
| | | | | (bzr r575) | ||||
| * | Minor cleanup. Sort styleTable. | Bob Jamison | 2006-04-21 | 1 | -1/+4 |
| | | | | (bzr r563) | ||||
| * | Use dual maps to remove duplicates in style table | Bob Jamison | 2006-04-20 | 1 | -59/+38 |
| | | | | (bzr r558) | ||||
| * | Added meta-info stub | Bob Jamison | 2006-04-13 | 1 | -0/+2 |
| | | | | (bzr r514) | ||||
| * | More WIP. Got all of the files generated. Now just work on content.xml to ↵ | Bob Jamison | 2006-04-13 | 1 | -3/+41 |
| | | | | | | get viable info into OO.org (bzr r513) | ||||
| * | wip | Bob Jamison | 2006-04-13 | 1 | -7/+82 |
| | | | | (bzr r508) | ||||
| * | still WIP. added tree-descending code | Bob Jamison | 2006-04-12 | 1 | -0/+1 |
| | | | | (bzr r503) | ||||
| * | WIP commit | Bob Jamison | 2006-04-12 | 1 | -6/+26 |
| | | | | (bzr r499) | ||||
| * | Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵ | Peter Moulder | 2006-03-13 | 1 | -72/+72 |
| | | | | | | files created since cvs2svn). (bzr r234) | ||||
| * | Add new placeholder for ODF | Bob Jamison | 2006-02-16 | 1 | -0/+72 |
| (bzr r150) | |||||
