| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove obsolete 'sodipodi:docbase' attribute when opening old ↵ | Stephen Silver | 2008-07-09 | 1 | -0/+3 |
| | | | | | | | | Sodipodi/Inkscape files. See bugs 168958 and 246721. (bzr r6246) | ||||
| * | Fixed uninitialized variables, including modified-since-save. | Jon A. Cruz | 2008-06-12 | 1 | -24/+21 |
| | | | | (bzr r5897) | ||||
| * | Remove any baseProfile attribute, as we don't respect it. (See bug 166958.) | Stephen Silver | 2008-06-11 | 1 | -0/+3 |
| | | | | (bzr r5879) | ||||
| * | wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵ | Stephen Silver | 2008-05-31 | 1 | -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 #229045 | Mike Pittman | 2008-05-11 | 1 | -2/+10 |
| | | | | (bzr r5651) | ||||
| * | applied patch by sas to fix default default height and width attributes on ↵ | Marcin Floryan | 2008-04-03 | 1 | -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 Albert | 2008-03-06 | 1 | -1/+4 |
| | | | | | | document. (bzr r4978) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -9/+9 |
| | | | | (bzr r4838) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Check for perspective in document defs (to avoid hanging/crashes after ↵ | Maximilian Albert | 2008-01-11 | 1 | -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 Albert | 2007-12-13 | 1 | -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 cleanup | Jon A. Cruz | 2007-10-26 | 1 | -2/+2 |
| | | | | (bzr r3962) | ||||
| * | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 2007-10-08 | 1 | -0/+10 |
| | | | | (bzr r3862) | ||||
| * | Hold perspectives on document level rather than globally; this corrects the ↵ | Maximilian Albert | 2007-08-09 | 1 | -0/+78 |
| | | | | | | 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 | -13/+16 |
| | | | | (bzr r3032) | ||||
| * | Cleaned up test doc creation | Jon A. Cruz | 2007-05-12 | 1 | -5/+0 |
| | | | | (bzr r3007) | ||||
| * | add document serial numbers | MenTaLguY | 2007-05-10 | 1 | -0/+8 |
| | | | | (bzr r2989) | ||||
| * | add method to select objects picked by a vector of points | bulia byak | 2007-04-12 | 1 | -0/+24 |
| | | | | (bzr r2864) | ||||
| * | allow multiple (balanced) calls to add and remove document | MenTaLguY | 2007-03-23 | 1 | -4/+0 |
| | | | | (bzr r2745) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | better way to deal with undo+id collisions | MenTaLguY | 2007-03-17 | 1 | -0/+5 |
| | | | | (bzr r2680) | ||||
| * | sodipodi:docbase finally goes packing, along with a lauris comment | bulia byak | 2007-03-12 | 1 | -5/+0 |
| | | | | (bzr r2612) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -2/+2 |
| | | | | (bzr r2596) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 1 | -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_duplicate | MenTaLguY | 2007-02-27 | 1 | -3/+3 |
| | | | | (bzr r2461) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -2/+2 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 2006-10-01 | 1 | -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. Sloan | 2006-08-26 | 1 | -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 Phillips | 2006-08-25 | 1 | -5/+5 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | I peeled back my changes because of some deep error. | Jon Phillips | 2006-08-25 | 1 | -4/+0 |
| | | | | (bzr r1636) | ||||
| * | Cleaned up more of the gboolean to bool janitorial task...great! | Jon Phillips | 2006-08-24 | 1 | -0/+4 |
| | | | | (bzr r1634) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -5/+5 |
| | | | | | | 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/+6 |
| | | | | | | issue at high zoom levels (bzr r1458) | ||||
| * | sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵ | MenTaLguY | 2006-07-21 | 1 | -1/+1 |
| | | | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447) | ||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 1 | -47/+53 |
| | | | | (bzr r1441) | ||||
| * | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 2006-07-14 | 1 | -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 menus | gustav_b | 2006-07-09 | 1 | -0/+1 |
| | | | | (bzr r1379) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -0/+8 |
| | | | | (bzr r1315) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -1/+1 |
| | | | | (bzr r1268) | ||||
| * | quick g_message UndoStackObserver for tracing calls to the undo system | David Yip | 2006-06-23 | 1 | -0/+3 |
| | | | | (bzr r1267) | ||||
| * | use proper unref function on SPRoot to avoid appearance of leak | MenTaLguY | 2006-04-29 | 1 | -1/+1 |
| | | | | (bzr r635) | ||||
| * | fix translation for fit page | Aaron Spike | 2006-04-28 | 1 | -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 Ramanauskas | 2006-04-20 | 1 | -0/+29 |
| | | | | | | | | 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/+22 |
| | | | | | | | a few fixes in verbs.cpp and a new button (bzr r539) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -3/+3 |
| | | | | (bzr r149) | ||||
| * | * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, | mjwybrow | 2006-02-15 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | do not try to remove resource if the object is cloned | bulia byak | 2006-02-12 | 1 | -0/+3 |
| | | | | (bzr r120) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1093 |
| (bzr r1) | |||||
