summaryrefslogtreecommitdiffstats
path: root/src/doxygen-main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-25Don't compile doxygen-main.cppLiam P. White1-363/+0
(bzr r13944)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-14/+14
(bzr r12782)
2013-09-19Remove outdated example file sp-skeleton.cppKrzysztof Kosi??ski1-1/+0
(bzr r12538)
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-1/+1
(bzr r12380.1.54)
2013-07-23Remove approx-equal.h and replace with Geom::are_nearKrzysztof Kosi??ski1-1/+1
(bzr r12431)
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-2/+0
(bzr r12380.1.47)
2013-06-23Remove unused file memeq.hKrzysztof Kosi??ski1-1/+1
(bzr r12385)
2013-01-17Rm unused sp-animateAlex Valavanis1-1/+1
(bzr r12035)
2012-06-17Removed outdated classes.Jon A. Cruz1-1/+1
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-04-05C++ify context menu:Kris De Gussem1-1/+1
- c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
2012-01-07documentation: spellingKris De Gussem1-1/+1
(bzr r10857)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-16/+17
(bzr r10659)
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-1/+0
(bzr r9828)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+1
(bzr r8846.2.6)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-1/+1
(bzr r7478)
2008-11-21Merge from fe-movedTed Gould1-14/+149
(bzr r6891)
2008-06-22* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow1-1/+1
src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
2008-03-15add floodcontext and box3dcontext to tools list in doxygen outputJohn Bintz1-0/+2
(bzr r5095)
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-2/+2
(bzr r2077)
2006-11-18Cleanup work for markers - adding some documentation to areas of codeBryce Harrington1-1/+1
dealing with markers, and removing some marker debug stuff. (bzr r1987)
2006-04-24moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher1-1/+1
context-menu.h, also updated make_insert with change (bzr r579)
2006-01-30separated doxygen main page from main.cpp for readabilityRalf Stephan1-0/+229
(bzr r62)