summaryrefslogtreecommitdiffstats
path: root/src/application/editor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-420/+0
(bzr r9828)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-3/+3
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-8/+8
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-8/+8
(bzr r8405)
2009-05-04Implement warning of prior errors.Jon A. Cruz1-2/+1
(bzr r7817)
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-1/+2
(bzr r6964)
2008-11-21Merge from fe-movedTed Gould1-4/+4
(bzr r6891)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-1/+1
the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
2007-11-02warning cleanupJon A. Cruz1-1/+1
(bzr r4012)
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY1-4/+8
(bzr r2745)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-13/+13
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)