summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-53/+50
| | | | | which cannot be fixed easily. (bzr r8422)
* xml/Document -> DocumentTreejohnce2009-08-051-1/+3
| | | (bzr r8417)
* struct Document->class Documentjohnce2009-08-051-0/+1
| | | (bzr r8410)
* SPDocument->Documentjohnce2009-08-051-49/+49
| | | (bzr r8404)
* docPeter Moulder2009-04-071-3/+3
| | | (bzr r7655)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-1/+3
| | | (bzr r7654)
* noop: whitespacePeter Moulder2009-04-071-47/+48
| | | (bzr r7652)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-0/+2
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* Merge from fe-movedTed Gould2008-11-211-5/+2
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+12
| | | (bzr r6839)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-3/+3
| | | (bzr r5897)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+0
| | | (bzr r5122)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-2/+5
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-0/+3
| | | (bzr r4490)
* whitespace cleanupMenTaLguY2008-01-151-56/+56
| | | (bzr r4489)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-12/+19
| | | | | 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)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-3/+3
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+3
| | | (bzr r3862)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-0/+20
| | | | | changes made in commit #15681 (bzr r3445)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-1/+1
| | | (bzr r3032)
* Cleaned up test doc creationJon A. Cruz2007-05-121-1/+0
| | | (bzr r3007)
* add document serial numbersMenTaLguY2007-05-101-0/+1
| | | (bzr r2989)
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-1/+3
| | | (bzr r2864)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+3
| | | (bzr r2680)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-2/+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-2/+2
| | | | | | | 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-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-7/+7
| | | | | 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/+2
| | | | | issue at high zoom levels (bzr r1458)
* marker refactoring workBryce Harrington2006-07-201-0/+2
| | | (bzr r1441)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+6
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-0/+3
| | | (bzr r1268)
* fix compile with gcc 4.1 (#1479580)Ralf Stephan2006-05-011-1/+1
| | | (bzr r651)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+3
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* Adding fit canvas verbsAaron Spike2006-04-191-0/+3
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow2006-02-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | src/connector-context.cpp, src/conn-avoid-ref.cpp: Keep a seperate connector router for each document. * src/libavoid/Makefile_insert, src/libavoid/connector.cpp, src/libavoid/connector.h, src/libavoid/debug.h, src/libavoid/geometry.cpp, src/libavoid/geometry.h, src/libavoid/geomtypes.h, src/libavoid/graph.cpp, src/libavoid/graph.h, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/libavoid.h, src/libavoid/makepath.cpp, src/libavoid/makepath.h, src/libavoid/polyutil.cpp, src/libavoid/polyutil.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/shape.cpp, src/libavoid/shape.h, src/libavoid/static.cpp, src/libavoid/static.h, src/libavoid/timer.cpp, src/libavoid/timer.h, src/libavoid/vertices.cpp, src/libavoid/vertices.h, src/libavoid/visibility.cpp, src/libavoid/visibility.h: Upstream changes to libavoid that allow multiple connector router instances, as well a few other minor bugfixes. (bzr r144)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+218
(bzr r1)