summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-4/+3
| | | (bzr r12469)
* Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski2013-07-234-2114/+0
| | | (bzr r12429)
* cppcheckKris De Gussem2013-04-211-10/+16
| | | (bzr r12293)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-265-16/+10
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+0
| | | (bzr r12205)
* readding entries in Cmake and make include lists that were not removed after ↵Kris De Gussem2013-03-112-1/+7
| | | | | all ( Bug #1120585 ) (bzr r12194)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-118-1280/+0
| | | (bzr r12192)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-082-132/+158
| | | (bzr r12184)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-034-254/+205
| | | (bzr r12168)
* fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem2013-02-138-23/+21
| | | | | solving bug #1120585 ) (bzr r12123)
* Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-116-870/+0
| | | (bzr r12118)
* cppcheckKris De Gussem2013-02-113-19/+9
| | | (bzr r12117)
* partially reverted previous commitKris De Gussem2013-02-096-1/+5714
| | | (bzr r12110)
* removed some unused filesKris De Gussem2013-02-0810-6323/+1
| | | (bzr r12109)
* cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)Kris De Gussem2013-02-082-120/+128
| | | (bzr r12108)
* cppcheckKris De Gussem2013-02-029-60/+113
| | | (bzr r12092)
* cppcheck: style and performanceKris De Gussem2013-01-234-29/+33
| | | (bzr r12056)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+2
| | | (bzr r12014)
* Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-1/+1
| | | (bzr r11834)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-043-3/+3
| | | (bzr r11737)
* cppcheck stuffKris De Gussem2012-04-091-5/+0
| | | (bzr r11201)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-24/+24
| | | (bzr r11011)
* cppcheckKris De Gussem2012-02-151-7/+9
| | | (bzr r10977)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-084-7/+7
| | | (bzr r10952)
* cppcheckKris De Gussem2011-12-0413-79/+107
| | | (bzr r10759)
* initialisationKris De Gussem2011-11-222-9/+22
| | | (bzr r10748)
* Fixed initialization order.Jon A. Cruz2011-11-081-2/+11
| | | (bzr r10730)
* cppcheck: performance and initialisationKris De Gussem2011-11-074-14/+16
| | | (bzr r10729)
* Various fixes: initialization, memory leak, wrong iterator usageKris De Gussem2011-11-051-7/+12
| | | (bzr r10721)
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-293-19/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-2727-27/+27
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2538-172/+223
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-236-30/+30
| | | (bzr r10695)
* cppcheckKris De Gussem2011-10-182-5/+5
| | | (bzr r10681)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-2/+2
| | | (bzr r10417)
* added missing headerCampbell Barton2011-07-021-0/+1
| | | (bzr r10397)
* update file listsCampbell Barton2011-06-241-2/+0
| | | (bzr r10348)
* Remove the dom/work directoryKrzysztof Kosi??ski2011-06-2333-19498/+0
| | | (bzr r10347)
* Completely remove InkboardKrzysztof Kosi??ski2011-06-239-1116/+0
| | | (bzr r10346)
* cmake:Campbell Barton2011-06-131-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)
* cmake:Campbell Barton2011-06-135-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)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-122-2/+2
| | | (bzr r10273)
* work in progress cmake commit:Campbell Barton2011-06-125-60/+60
| | | | | | - 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)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* * Merge from trunkKrzysztof Kosi??ski2010-01-142-4/+6
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Warning cleanupJon A. Cruz2009-12-201-4/+5
| | | | | | (bzr r8895)
| * Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-0/+1
| | | | | | | | | | allocation/deallocation issues. (bzr r8891)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-292-1553/+2
|/ | | (bzr r8846.1.1)
* Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno2009-07-101-0/+2
| | | | | (Closes: #275519) (bzr r8250)