summaryrefslogtreecommitdiffstats
path: root/src/dom (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+2
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-1/+1
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton3-3/+3
2012-04-09cppcheck stuffKris De Gussem1-5/+0
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-24/+24
2012-02-15cppcheckKris De Gussem1-7/+9
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem4-7/+7
2011-12-04cppcheckKris De Gussem13-79/+107
2011-11-22initialisationKris De Gussem2-9/+22
2011-11-08Fixed initialization order.Jon A. Cruz1-2/+11
2011-11-07cppcheck: performance and initialisationKris De Gussem4-14/+16
2011-11-05Various fixes: initialization, memory leak, wrong iterator usageKris De Gussem1-7/+12
2011-10-29fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem3-19/+31
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz27-27/+27
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz38-172/+223
2011-10-23cppcheckKris De Gussem6-30/+30
2011-10-18cppcheckKris De Gussem2-5/+5
2011-07-05Gcodetools have been upgraded to v. 1.7.Nick Drobchenko1-2/+2
2011-07-02added missing headerCampbell Barton1-0/+1
2011-06-24update file listsCampbell Barton1-2/+0
2011-06-23Remove the dom/work directoryKrzysztof Kosi??ski33-19498/+0
2011-06-23Completely remove InkboardKrzysztof Kosi??ski9-1116/+0
2011-06-13cmake:Campbell Barton1-1/+48
2011-06-13cmake:Campbell Barton5-50/+30
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2-2/+2
2011-06-12work in progress cmake commit:Campbell Barton5-60/+60
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-12-20Warning cleanupJon A. Cruz1-4/+5
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-0/+1
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski2-1553/+2
2009-07-10Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno1-0/+2
2009-05-10Fix wrong delete operator in domstring.cpp.Krzysztof Kosi??ski1-3/+3
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski9-1/+9
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-34/+34
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+16
2008-12-10* Removing the bitmap files that aren't being used.Ted Gould1-2/+3
2008-08-14use 32 and 64 bit sizes explicitlyBob Jamison2-143/+135
2008-07-05EOL fixupsJon A. Cruz3-12944/+12944
2008-06-30fix range problemBob Jamison2-13/+27
2008-06-24added unicode block (codepoint ranges) lookupsBob Jamison2-32/+361
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-29/+2
2008-06-18for validationBob Jamison1-0/+15
2008-06-18parserBob Jamison1-0/+394
2008-06-18for IDL parsingBob Jamison1-0/+1386
2008-06-18compilable! wipBob Jamison1-1196/+595
2008-06-17work in progressBob Jamison2-5223/+7956
2008-06-16Merge interfaces and element typesBob Jamison1-0/+6901
2008-06-14Add SVGValue classBob Jamison1-0/+86