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