| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -53/+50 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | xml/Document -> DocumentTree | johnce | 2009-08-05 | 1 | -1/+3 | |
| | | | | (bzr r8417) | |||||
| * | struct Document->class Document | johnce | 2009-08-05 | 1 | -0/+1 | |
| | | | | (bzr r8410) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -49/+49 | |
| | | | | (bzr r8404) | |||||
| * | doc | Peter Moulder | 2009-04-07 | 1 | -3/+3 | |
| | | | | (bzr r7655) | |||||
| * | sp_document_change_uri_and_hrefs: New function. | Peter Moulder | 2009-04-07 | 1 | -1/+3 | |
| | | | | (bzr r7654) | |||||
| * | noop: whitespace | Peter Moulder | 2009-04-07 | 1 | -47/+48 | |
| | | | | (bzr r7652) | |||||
| * | Fixed to not emit signals from deleted object. May fix 271621. | Jon A. Cruz | 2009-01-21 | 1 | -0/+2 | |
| | | | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+2 | |
| | | | | (bzr r6891) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -8/+12 | |
| | | | | (bzr r6839) | |||||
| * | Fixed uninitialized variables, including modified-since-save. | Jon A. Cruz | 2008-06-12 | 1 | -3/+3 | |
| | | | | (bzr r5897) | |||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -1/+0 | |
| | | | | (bzr r5122) | |||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -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:modified | MenTaLguY | 2008-01-15 | 1 | -0/+3 | |
| | | | | (bzr r4490) | |||||
| * | whitespace cleanup | MenTaLguY | 2008-01-15 | 1 | -56/+56 | |
| | | | | (bzr r4489) | |||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -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. Engelen | 2007-11-04 | 1 | -3/+3 | |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | |||||
| * | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 2007-10-08 | 1 | -0/+3 | |
| | | | | (bzr r3862) | |||||
| * | Hold perspectives on document level rather than globally; this corrects the ↵ | Maximilian Albert | 2007-08-09 | 1 | -0/+20 | |
| | | | | | | changes made in commit #15681 (bzr r3445) | |||||
| * | noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. | Peter Moulder | 2007-05-20 | 1 | -1/+1 | |
| | | | | (bzr r3032) | |||||
| * | Cleaned up test doc creation | Jon A. Cruz | 2007-05-12 | 1 | -1/+0 | |
| | | | | (bzr r3007) | |||||
| * | add document serial numbers | MenTaLguY | 2007-05-10 | 1 | -0/+1 | |
| | | | | (bzr r2989) | |||||
| * | add method to select objects picked by a vector of points | bulia byak | 2007-04-12 | 1 | -1/+3 | |
| | | | | (bzr r2864) | |||||
| * | better way to deal with undo+id collisions | MenTaLguY | 2007-03-17 | 1 | -0/+3 | |
| | | | | (bzr r2680) | |||||
| * | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 2006-10-01 | 1 | -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. Sloan | 2006-08-26 | 1 | -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 Phillips | 2006-08-25 | 1 | -7/+7 | |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -7/+7 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
| * | Forced redraw of canvas upon document commit to work around event starvation ↵ | John Bintz | 2006-07-23 | 1 | -0/+2 | |
| | | | | | | issue at high zoom levels (bzr r1458) | |||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 1 | -0/+2 | |
| | | | | (bzr r1441) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -2/+6 | |
| | | | | (bzr r1315) | |||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -0/+3 | |
| | | | | (bzr r1268) | |||||
| * | fix compile with gcc 4.1 (#1479580) | Ralf Stephan | 2006-05-01 | 1 | -1/+1 | |
| | | | | (bzr r651) | |||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -0/+3 | |
| | | | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | |||||
| * | Adding fit canvas verbs | Aaron Spike | 2006-04-19 | 1 | -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, | mjwybrow | 2006-02-15 | 1 | -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 inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+218 | |
| (bzr r1) | ||||||
