summaryrefslogtreecommitdiffstats
path: root/src/dom/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-262-3598/+0
| | | | | ziptool to utils. (bzr r13047.1.5)
* Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski2013-07-232-2110/+0
| | | (bzr r12429)
* cppcheckKris De Gussem2013-04-211-10/+16
| | | (bzr r12293)
* partially reverted previous commitKris De Gussem2013-02-094-0/+5702
| | | (bzr r12110)
* removed some unused filesKris De Gussem2013-02-086-5984/+0
| | | (bzr r12109)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-1/+1
| | | (bzr r11737)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-2/+2
| | | (bzr r10952)
* cppcheckKris De Gussem2011-12-042-14/+33
| | | (bzr r10759)
* cppcheck: performance and initialisationKris De Gussem2011-11-071-2/+2
| | | (bzr r10729)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-273-3/+3
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-15/+15
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-232-12/+12
| | | (bzr r10695)
* cmake:Campbell Barton2011-06-131-6/+0
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* work in progress cmake commit:Campbell Barton2011-06-121-4/+4
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-0/+1
| | | | | allocation/deallocation issues. (bzr r8891)
* Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno2009-07-101-0/+2
| | | | | (Closes: #275519) (bzr r8250)
* use 32 and 64 bit sizes explicitlyBob Jamison2008-08-142-143/+135
| | | (bzr r6625)
* Final format and comment fix. Sorry.Bob Jamison2008-04-222-66/+73
| | | (bzr r5489)
* Improve comments. Remove tabs.Bob Jamison2008-04-222-43/+81
| | | (bzr r5488)
* Greatly improved. More serializable, and 32/64 portable.Bob Jamison2008-04-222-460/+753
| | | (bzr r5487)
* Updated for 32/64Bob Jamison2008-04-212-69/+71
| | | (bzr r5481)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+6
| | | (bzr r5206)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-16/+16
| | | (bzr r4114)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-112-16/+16
| | | | | take char const* rather than char*. (bzr r3874)
* make glib dep configurable againBob Jamison2007-03-292-11/+44
| | | (bzr r2776)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-4/+5
| | | (bzr r2720)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-1780/+1780
| | | (bzr r2399)
* new hash toolBob Jamison2006-10-022-0/+1780
| | | (bzr r1755)
* Unix-ify the sourcesBob Jamison2006-05-214-3816/+3816
| | | (bzr r928)
* Tweak to use Glib::ustring. Remove warnings.Bob Jamison2006-04-221-22/+37
| | | (bzr r565)
* minor speedupBob Jamison2006-04-211-13/+21
| | | (bzr r564)
* remove warningsBob Jamison2006-04-142-6/+8
| | | (bzr r523)
* Fixed end-of-block markerBob Jamison2006-04-142-10/+52
| | | (bzr r520)
* add zipentry methodsBob Jamison2006-04-132-6/+23
| | | (bzr r509)
* add some includesAaron Spike2006-04-121-0/+2
| | | (bzr r494)
* Add new rearranged /dom directoryBob Jamison2006-04-124-0/+3730
(bzr r479)