summaryrefslogtreecommitdiffstats
path: root/src/forward.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-175/+0
the contents forward.h at all). (bzr r10667)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-6/+0
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-3/+0
Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-4/+4
(bzr r9546.1.10)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-7/+6
Privatisation tweaks (bzr r9546.1.6)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-7/+7
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)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-5/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce1-1/+4
(bzr r8420)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2008-04-03Fixed LPE crash with unitialized pointerJon A. Cruz1-3/+5
(bzr r5318)
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-1/+0
(bzr r3753)