summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* oops, fix a bug in that last commit (revealed by eps import; I don't think th...Peter Moulder2009-04-071-2/+2
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-26/+56
* functional noop: Change prepend_current_dir_if_relative to return the result ...Peter Moulder2009-04-071-2/+2
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+1
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-15/+13
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-3/+12
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
* fixed: getting pagecolor for bordercolorThomas Holder2008-12-121-1/+1
* Bug #167682 (resizing page must also resize viewBox)Thomas Holder2008-12-071-0/+8
* Merge from fe-movedTed Gould2008-11-211-3/+6
* From trunkTed Gould2008-10-271-20/+42
* Merging from trunkTed Gould2008-10-111-1/+1
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-5/+3
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-19/+18
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca...Stephen Silver2008-07-091-0/+3
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-24/+21
* Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)Stephen Silver2008-06-111-0/+3
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...Stephen Silver2008-05-311-0/+10
* Fix incorrect preview problems on Win32 with native dialogues - see LP #229045Mike Pittman2008-05-111-2/+10
* applied patch by sas to fix default default height and width attributes on sv...Marcin Floryan2008-04-031-5/+2
* If present, use existent perspective as default for new boxes when opening a ...Maximilian Albert2008-03-061-1/+4
* Warning and whitespace cleanupJon A. Cruz2008-02-241-9/+9
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Check for perspective in document defs (to avoid hanging/crashes after vacuum...Maximilian Albert2008-01-111-48/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-66/+67
* Warning cleanupJon A. Cruz2007-10-261-2/+2
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+10
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-0/+78
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-13/+16
* Cleaned up test doc creationJon A. Cruz2007-05-121-5/+0
* add document serial numbersMenTaLguY2007-05-101-0/+8
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-0/+24
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-4/+0
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+5
* sodipodi:docbase finally goes packing, along with a lauris commentbulia byak2007-03-121-5/+0
* Merge further bbox workMenTaLguY2007-03-101-2/+2
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-051-1/+1
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-3/+3
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-2/+2
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-9/+0
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-4/+4
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-4/+0
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+4
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
* Forced redraw of canvas upon document commit to work around event starvation ...John Bintz2006-07-231-0/+6
* sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...MenTaLguY2006-07-211-1/+1