| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Replace UriInputStream -> FileInputStream
Replace UriOutputStream -> FileOutputStream
Remove UriReader
Remove UriWriter
UriReader, UriWriter, and the acutal URI-based API of UriInputStream and
UriOutputStream was all unused/dead code.
|
| | |
|
| |
|
|
|
|
|
| |
- remove workaround that was necessary because of broken writeString
(and consequently printf) functions of BasicWriter
- use writeChar() where appropriate as it's slightly more efficient
than writeString()
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
|
| |
Since xml2 2.9.0, xmlNodeGetSpacePreserve() only checks element nodes,
thus we need to check text node parent for xml:space value.
|
| |\ |
|
| | |
| |
| |
| |
| | |
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a
non-template class. Using it with arbitary classes was dangerous anyway.
|
| | |
| |
| |
| | |
Since "doc" is initialized to 0, the test is always true...
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from memory
This fixes many bugs (mostly caused by very long image data URIs)
Fixed bugs:
- https://launchpad.net/bugs/1572280
- https://launchpad.net/bugs/1412912
- https://launchpad.net/bugs/1373322
- https://launchpad.net/bugs/1243011
- https://launchpad.net/bugs/1627004
- https://launchpad.net/bugs/1627004
(bzr r15654)
|
| |
|
|
|
| |
There was a comment to this effect there.
(bzr r15369.1.13)
|
| |
|
| |
(bzr r15034)
|
| |
|
| |
(bzr r15027)
|
| |
|
| |
(bzr r15025)
|
| |
|
|
|
| |
Useful for comparing different versions of an SVG file.
(bzr r14980)
|
| |
|
| |
(bzr r14504.1.16)
|
| |
|
| |
(bzr r13598)
|
| |
|
| |
(bzr r12972)
|
| |
|
| |
(bzr r12697)
|
| |
|
| |
(bzr r12517)
|
| |
|
|
|
| |
security failure.
(bzr r12513)
|
| |
|
|
|
| |
for better Glib compatibility
(bzr r12511)
|
| |
|
| |
(bzr r12505.1.3)
|
| |
|
| |
(bzr r12505.1.2)
|
| |
|
|
|
|
|
|
| |
calls for adobe files
Fixed bugs:
- https://launchpad.net/bugs/166371
(bzr r12505.1.1)
|
| |
|
| |
(bzr r12469)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1122774
(bzr r12243)
|
| |
|
|
|
|
|
|
| |
- make network access optional for XML loading
Fixed bugs:
- https://launchpad.net/bugs/1025185
(bzr r11931)
|
| |
|
| |
(bzr r11358)
|
| |
|
| |
(bzr r11279)
|
| |
|
| |
(bzr r10830)
|
| |
|
| |
(bzr r10759)
|
| |
|
|
|
|
|
|
|
| |
This code adds the ability to check for every elment in an SVG document if its
attributes are valid and the styling properties are useful. Options under the
SVG Output section of the Inkscape Preferences dialog control what should
be checked when, and what actions should be taken if invalid attributes
or non-useful properties are found.
(bzr r10753)
|
| |
|
| |
(bzr r10625)
|
| |
|
| |
(bzr r10198)
|
| |\
| |
| | |
(bzr r9945.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)
|
| | |
| |
| | |
(bzr r9776)
|
| |/
|
| |
(bzr r9775)
|
| |
|
|
|
|
|
|
|
| |
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)
|