| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-12-24 | rebase_hrefs: store IRI (UTF-8), not URI (ASCII) | Thomas Holder | 1 | -0/+11 | |
| 2018-12-16 | Inkscape::URI::Impl -> shared_ptr | Thomas Holder | 1 | -32/+6 | |
| 2018-12-16 | add some Inkscape::URI tests | Thomas Holder | 1 | -0/+2 | |
| - default constructor - empty string constructor - exception tests | |||||
| 2018-12-13 | remove most of Inkscape::URI::Impl | Thomas Holder | 1 | -21/+13 | |
| 2018-12-13 | remove Inkscape::URI::fromUtf8 | Thomas Holder | 1 | -7/+0 | |
| 2018-12-09 | remove Inkscape::URI::getFullPath | Thomas Holder | 1 | -7/+2 | |
| 2018-12-09 | fix, test, and document more Inkscape::URI methods | Thomas Holder | 1 | -0/+33 | |
| 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-11-05 | remove Inkscape::URI::toString | Thomas Holder | 1 | -11/+0 | |
| 2018-11-03 | Inkscape::URI API enhancements | Thomas Holder | 1 | -22/+64 | |
| 2018-09-24 | Move URL toString to a more useful place and some minor fixes | Martin Owens | 1 | -0/+20 | |
| 2018-09-22 | Move URL toString to a more useful place and some minor fixes | Martin Owens | 1 | -0/+20 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| 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 ``` | |||||
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -6/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| 2015-10-28 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14432) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -18/+17 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -18/+17 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-02-26 | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 1 | -4/+29 | |
| ziptool to utils. (bzr r13047.1.5) | |||||
| 2014-02-20 | Not finished by improved data uri support | Martin Owens | 1 | -0/+5 | |
| (bzr r13047.1.2) | |||||
| 2014-02-20 | Add data uri checking back into the code | Martin Owens | 1 | -0/+2 | |
| (bzr r13047.1.1) | |||||
| 2014-02-20 | Reverting r13045. | Johan B. C. Engelen | 1 | -2/+0 | |
| 1. It contains a memleak realpath allocates new memory if the second argument is NULL. In the added code, this memory is never freed. 2. Breaks build on Windows (realpath(...) not found) 3. Please don't add functions that use C-strings unnecessarily. Simply rewrite parseDataUri to parseDataUri(const std::string &uri), and use C++'s string methods. ("#include <cstring.h>" is a huge red flag upon code review) 4. Please read this about "realpath" http://insanecoding.blogspot.ch/2007/11/pathmax-simply-isnt.html (bzr r13046) | |||||
| 2014-02-20 | Add test for URI and help with data uris. | Martin Owens | 1 | -0/+2 | |
| (bzr r13045) | |||||
| 2014-01-25 | Move absolute path generator to URI and use std::strings | Martin Owens | 1 | -0/+3 | |
| (bzr r12977) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -0/+70 | |
| (bzr r10697) | |||||
| 2011-10-25 | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 1 | -5/+4 | |
| (bzr r10696) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
