summaryrefslogtreecommitdiffstats
path: root/src/dom/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2-3598/+0
ziptool to utils. (bzr r13047.1.5)
2013-07-23Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski2-2110/+0
(bzr r12429)
2013-04-21cppcheckKris De Gussem1-10/+16
(bzr r12293)
2013-02-09partially reverted previous commitKris De Gussem4-0/+5702
(bzr r12110)
2013-02-08removed some unused filesKris De Gussem6-5984/+0
(bzr r12109)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-1/+1
(bzr r11737)
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+2
(bzr r10952)
2011-12-04cppcheckKris De Gussem2-14/+33
(bzr r10759)
2011-11-07cppcheck: performance and initialisationKris De Gussem1-2/+2
(bzr r10729)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz3-3/+3
(bzr r10697)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz3-15/+15
(bzr r10696)
2011-10-23cppcheckKris De Gussem2-12/+12
(bzr r10695)
2011-06-13cmake:Campbell Barton1-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)
2011-06-12work in progress cmake commit:Campbell Barton1-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)
2009-12-16Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler1-0/+1
allocation/deallocation issues. (bzr r8891)
2009-07-10Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno1-0/+2
(Closes: #275519) (bzr r8250)
2008-08-14use 32 and 64 bit sizes explicitlyBob Jamison2-143/+135
(bzr r6625)
2008-04-22Final format and comment fix. Sorry.Bob Jamison2-66/+73
(bzr r5489)
2008-04-22Improve comments. Remove tabs.Bob Jamison2-43/+81
(bzr r5488)
2008-04-22Greatly improved. More serializable, and 32/64 portable.Bob Jamison2-460/+753
(bzr r5487)
2008-04-21Updated for 32/64Bob Jamison2-69/+71
(bzr r5481)
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+6
(bzr r5206)
2007-11-20Display CMS adjustment per-desktop viewJon A. Cruz1-16/+16
(bzr r4114)
2007-10-11Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2-16/+16
take char const* rather than char*. (bzr r3874)
2007-03-29make glib dep configurable againBob Jamison2-11/+44
(bzr r2776)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-4/+5
(bzr r2720)
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz2-1780/+1780
(bzr r2399)
2006-10-02new hash toolBob Jamison2-0/+1780
(bzr r1755)
2006-05-21Unix-ify the sourcesBob Jamison4-3816/+3816
(bzr r928)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-22/+37
(bzr r565)
2006-04-21minor speedupBob Jamison1-13/+21
(bzr r564)
2006-04-14remove warningsBob Jamison2-6/+8
(bzr r523)
2006-04-14Fixed end-of-block markerBob Jamison2-10/+52
(bzr r520)
2006-04-13add zipentry methodsBob Jamison2-6/+23
(bzr r509)
2006-04-12add some includesAaron Spike1-0/+2
(bzr r494)
2006-04-12Add new rearranged /dom directoryBob Jamison4-0/+3730
(bzr r479)