summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-3/+6
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-20/+42
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-5/+3
| | | (bzr r6840)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-19/+18
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
| | | (bzr r6836)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Remove obsolete 'sodipodi:docbase' attribute when opening old ↵Stephen Silver2008-07-091-0/+3
| | | | | | | Sodipodi/Inkscape files. See bugs 168958 and 246721. (bzr r6246)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-24/+21
| | | (bzr r5897)
* Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)Stephen Silver2008-06-111-0/+3
| | | (bzr r5879)
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵Stephen Silver2008-05-311-0/+10
| | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771)
* Fix incorrect preview problems on Win32 with native dialogues - see LP #229045Mike Pittman2008-05-111-2/+10
| | | (bzr r5651)
* applied patch by sas to fix default default height and width attributes on ↵Marcin Floryan2008-04-031-5/+2
| | | | | svg element following the SVG spec. Closes Bug #211282. (bzr r5320)
* If present, use existent perspective as default for new boxes when opening a ↵Maximilian Albert2008-03-061-1/+4
| | | | | document. (bzr r4978)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-9/+9
| | | (bzr r4838)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Check for perspective in document defs (to avoid hanging/crashes after ↵Maximilian Albert2008-01-111-48/+1
| | | | | vacuum defs or when opening pre-0.46 documents); partly fixes LP #182031 (bzr r4461)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-66/+67
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-10-261-2/+2
| | | (bzr r3962)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+10
| | | (bzr r3862)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-0/+78
| | | | | changes made in commit #15681 (bzr r3445)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-13/+16
| | | (bzr r3032)
* Cleaned up test doc creationJon A. Cruz2007-05-121-5/+0
| | | (bzr r3007)
* add document serial numbersMenTaLguY2007-05-101-0/+8
| | | (bzr r2989)
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-0/+24
| | | (bzr r2864)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-4/+0
| | | (bzr r2745)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+5
| | | (bzr r2680)
* sodipodi:docbase finally goes packing, along with a lauris commentbulia byak2007-03-121-5/+0
| | | (bzr r2612)
* Merge further bbox workMenTaLguY2007-03-101-2/+2
| | | (bzr r2596)
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵MenTaLguY2007-03-051-1/+1
| | | | | where there is no way to create an empty NR::Rect (bzr r2551)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-3/+3
| | | (bzr r2461)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+2
| | | | | create methods to match DOM (bzr r2253)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-9/+0
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-4/+4
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-4/+0
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+4
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-231-0/+6
| | | | | issue at high zoom levels (bzr r1458)
* sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵MenTaLguY2006-07-211-1/+1
| | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447)
* marker refactoring workBryce Harrington2006-07-201-47/+53
| | | (bzr r1441)
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-141-0/+2
| | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-0/+1
| | | (bzr r1379)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-0/+8
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-1/+1
| | | (bzr r1268)
* quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip2006-06-231-0/+3
| | | (bzr r1267)
* use proper unref function on SPRoot to avoid appearance of leakMenTaLguY2006-04-291-1/+1
| | | (bzr r635)
* fix translation for fit pageAaron Spike2006-04-281-2/+2
| | | | | | the translation is now preserved across save by translating all child elements of the root instead of just translating the root itself. (bzr r602)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+29
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)