summaryrefslogtreecommitdiffstats
path: root/src/doxygen-main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ify context menu:Kris De Gussem2012-04-051-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)
* documentation: spellingKris De Gussem2012-01-071-1/+1
| | | (bzr r10857)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-16/+17
| | | (bzr r10659)
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-1/+0
| | | (bzr r9828)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+1
| | | (bzr r8846.2.6)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+1
| | | (bzr r7478)
* Merge from fe-movedTed Gould2008-11-211-14/+149
| | | (bzr r6891)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-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)
* add floodcontext and box3dcontext to tools list in doxygen outputJohn Bintz2008-03-151-0/+2
| | | (bzr r5095)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-2/+2
| | | (bzr r2077)
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-181-1/+1
| | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-241-1/+1
| | | | | context-menu.h, also updated make_insert with change (bzr r579)
* separated doxygen main page from main.cpp for readabilityRalf Stephan2006-01-301-0/+229
(bzr r62)