summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+3
| | | (bzr r10198)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+23
|\ | | | | (bzr r9945.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* xml/Document -> DocumentTreejohnce2009-08-051-1/+1
| | | (bzr r8417)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-4/+12
| | | | | | | | | 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)
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-061-1/+1
| | | (bzr r7640)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-113/+14
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-6/+2
| | | (bzr r6214)
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵Stephen Silver2008-06-301-0/+2
| | | | | ungrouping (fixes bug 243720). (bzr r6098)
* merge inline patch from JimmyMenTaLguY2008-05-081-8/+0
| | | (bzr r5631)
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵Bob Jamison2008-04-021-3/+1
| | | | | called by sp_repr_save_buf() (bzr r5314)
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-131-0/+4
| | | (bzr r5086)
* export sp_repr_write_stream()Bob Jamison2008-03-071-0/+4
| | | (bzr r4980)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-1/+2
| | | | | add point reading to repr-util.cpp (bzr r4264)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-0/+7
| | | (bzr r4258)
* Provide Node const* versions of existing sp_repr_children and sp_repr_next ↵Peter Moulder2007-10-111-0/+10
| | | | | functions. (bzr r3875)
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-141-1/+2
| | | (bzr r3464)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-11/+0
| | | (bzr r2461)
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-6/+0
| | | (bzr r2445)
* get rid of sp_repr_new*MenTaLguY2007-01-251-5/+0
| | | (bzr r2284)
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-251-2/+0
| | | (bzr r2283)
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
| | | (bzr r2252)
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+2
| | | (bzr r2202)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-251-1/+1
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-1/+1
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-071-0/+1
| | | (bzr r759)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+261
(bzr r1)