summaryrefslogtreecommitdiffstats
path: root/src/dom (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens54-67646/+0
ziptool to utils. (bzr r13047.1.5)
2014-01-08comment-out unused codeJohan B. C. Engelen1-1/+3
(bzr r12898)
2013-11-12fix type. note that a real fix should get rid of all the macros like ↵Johan B. C. Engelen1-4/+4
SVG_ZOOM_AND_PAN and replace it with enum... (bzr r12800)
2013-09-22Fix CMake build (follow-up to r12567)su_v1-1/+0
(bzr r12574)
2013-09-21Rm unused dom/svg2.hAlex Valavanis2-5561/+0
(bzr r12567)
2013-09-21fix Windows buildJohan B. C. Engelen1-2/+2
(bzr r12559)
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-4/+3
(bzr r12469)
2013-07-23Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski4-2114/+0
(bzr r12429)
2013-04-21cppcheckKris De Gussem1-10/+16
(bzr r12293)
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis5-16/+10
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2013-03-19Fixing regressionjtx1-1/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+1
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+0
(bzr r12205)
2013-03-11readding entries in Cmake and make include lists that were not removed after ↵Kris De Gussem2-1/+7
all ( Bug #1120585 ) (bzr r12194)
2013-03-11Drop duplicate io code ( Bug #1120585 )Kris De Gussem8-1280/+0
(bzr r12192)
2013-03-08Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2-132/+158
(bzr r12184)
2013-03-03Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem4-254/+205
(bzr r12168)
2013-02-13fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem8-23/+21
solving bug #1120585 ) (bzr r12123)
2013-02-11Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem6-870/+0
(bzr r12118)
2013-02-11cppcheckKris De Gussem3-19/+9
(bzr r12117)
2013-02-09partially reverted previous commitKris De Gussem6-1/+5714
(bzr r12110)
2013-02-08removed some unused filesKris De Gussem10-6323/+1
(bzr r12109)
2013-02-08cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)Kris De Gussem2-120/+128
(bzr r12108)
2013-02-02cppcheckKris De Gussem9-60/+113
(bzr r12092)
2013-01-23cppcheck: style and performanceKris De Gussem4-29/+33
(bzr r12056)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+2
(bzr r12014)
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-1/+1
(bzr r11834)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton3-3/+3
(bzr r11737)
2012-04-09cppcheck stuffKris De Gussem1-5/+0
(bzr r11201)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-24/+24
(bzr r11011)
2012-02-15cppcheckKris De Gussem1-7/+9
(bzr r10977)
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem4-7/+7
(bzr r10952)
2011-12-04cppcheckKris De Gussem13-79/+107
(bzr r10759)
2011-11-22initialisationKris De Gussem2-9/+22
(bzr r10748)
2011-11-08Fixed initialization order.Jon A. Cruz1-2/+11
(bzr r10730)
2011-11-07cppcheck: performance and initialisationKris De Gussem4-14/+16
(bzr r10729)
2011-11-05Various fixes: initialization, memory leak, wrong iterator usageKris De Gussem1-7/+12
(bzr r10721)
2011-10-29fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem3-19/+31
Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz27-27/+27
(bzr r10697)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz38-172/+223
(bzr r10696)
2011-10-23cppcheckKris De Gussem6-30/+30
(bzr r10695)
2011-10-18cppcheckKris De Gussem2-5/+5
(bzr r10681)
2011-07-05Gcodetools have been upgraded to v. 1.7.Nick Drobchenko1-2/+2
(bzr r10417)
2011-07-02added missing headerCampbell Barton1-0/+1
(bzr r10397)
2011-06-24update file listsCampbell Barton1-2/+0
(bzr r10348)
2011-06-23Remove the dom/work directoryKrzysztof Kosi??ski33-19498/+0
(bzr r10347)
2011-06-23Completely remove InkboardKrzysztof Kosi??ski9-1116/+0
(bzr r10346)
2011-06-13cmake:Campbell Barton1-1/+48
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
2011-06-13cmake:Campbell Barton5-50/+30
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-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)