summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen cleanup.Jon A. Cruz2011-10-031-6/+6
| | | (bzr r10660)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* Fixed const/non-const mismatch loop.Jon A. Cruz2010-12-121-1/+1
| | | (bzr r9949)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-28/+21
|\ | | | | (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)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-211-10/+18
| | | | | add and edit. (bzr r7535)
* Adding explicit parenthesis to remove warningsJon A. Cruz2009-02-101-2/+2
| | | (bzr r7261)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-6/+20
| | | | | | * 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-2/+2
| | | (bzr r6214)
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵Stephen Silver2008-06-301-0/+16
| | | | | ungrouping (fixes bug 243720). (bzr r6098)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-2/+2
| | | (bzr r4629)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-1/+25
| | | | | 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/+11
| | | (bzr r4258)
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-141-2/+8
| | | (bzr r3464)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-251-2/+2
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* add fixup for infamous (and apparently quite widespread) "duck prion"MenTaLguY2006-08-031-2/+9
| | | (bzr r1554)
* comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY2006-05-081-0/+6
| | | (bzr r772)
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-071-2/+6
| | | (bzr r759)
* fix for #1483198 ("infectious namespaces")MenTaLguY2006-05-071-14/+27
| | | (bzr r757)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+553
(bzr r1)