summaryrefslogtreecommitdiffstats
path: root/src/application/editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8405)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-2/+1
| | | (bzr r7817)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-1/+2
| | | (bzr r6964)
* Merge from fe-movedTed Gould2008-11-211-4/+4
| | | (bzr r6891)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-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)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-4/+8
| | | (bzr r2745)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+416
(bzr r1)