| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+3 | |
| | | | | (bzr r9034) | |||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -12/+10 | |
| | | | | | | specified explicitly) (bzr r9014) | |||||
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -23/+1 | |
| | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | |||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-27 | 1 | -2/+2 | |
| | | | | (bzr r8918) | |||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -57/+57 | |
| | | | | (bzr r8895) | |||||
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -300/+892 | |
| | | | | (bzr r8855) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 | |
| | | | | (bzr r8404) | |||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -12/+9 | |
| | | | | | | of the related warning messages (bzr r8302) | |||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -17/+40 | |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | |||||
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 | |
| | | | | (bzr r7478) | |||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -1/+1 | |
| | | | | | | displayed "B". (bzr r7335) | |||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -18/+22 | |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | |||||
| * | Make all tools consider full parent transform (up to document, not just up ↵ | Thomas Holder | 2008-12-08 | 1 | -2/+2 | |
| | | | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 | |
| | | | | (bzr r6891) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -34/+36 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 | |
| | | | | (bzr r6884) | |||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 1 | -4/+4 | |
| | | | | (bzr r6617) | |||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -6/+6 | |
| | | | | (bzr r6606) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -7/+7 | |
| | | | | (bzr r6593) | |||||
| * | fix ambiguities by implicit NR::Matrix/Geom::Matrix cast. | Johan B. C. Engelen | 2008-08-06 | 1 | -5/+5 | |
| | | | | (bzr r6582) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 | |
| | | | | (bzr r6569) | |||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 | |
| | | | | (bzr r6511) | |||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -12/+12 | |
| | | | | (bzr r6339) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -4/+4 | |
| | | | | (bzr r5915) | |||||
| * | spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 | |
| | | | | | | curve->get_pathvector instead of get_bpath. (bzr r5838) | |||||
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -1/+1 | |
| | | | | (bzr r5680) | |||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -1/+1 | |
| | | | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659) | |||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -3/+3 | |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | |||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -35/+33 | |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | |||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -3/+3 | |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | |||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 | |
| | | | | (bzr r4629) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -6/+6 | |
| | | | | (bzr r4012) | |||||
| * | Only in the selector tool we should snap in bbox mode (PointType = ↵ | Diederik van Lierop | 2007-08-07 | 1 | -1/+1 | |
| | | | | | | SNAPPOINT_BBOX) (bzr r3415) | |||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 1 | -7/+10 | |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | |||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -1/+1 | |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | |||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -6/+8 | |
| | | | | (bzr r2596) | |||||
| * | Typofix ("canceled"). | Colin Marquardt | 2007-02-25 | 1 | -1/+1 | |
| | | | | (bzr r2441) | |||||
| * | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 2007-02-01 | 1 | -35/+56 | |
| | | | | | | user right-clicks. This fixes bug #1633685. (bzr r2309) | |||||
| * | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 2007-02-01 | 1 | -1/+20 | |
| | | | | | | | dragging when the user hits Escape. This is now more consistent with the rest of Inkscape's tools. (bzr r2308) | |||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -1/+2 | |
| | | | | | | create methods to match DOM (bzr r2253) | |||||
| * | remove color cursors | Josh Andler | 2006-10-19 | 1 | -6/+0 | |
| | | | | (bzr r1811) | |||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -4/+4 | |
| | | | | | | 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 | -4/+4 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
| * | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 2006-07-14 | 1 | -2/+2 | |
| | | | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411) | |||||
| * | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 2006-07-14 | 1 | -1/+1 | |
| | | | | | | - vpsc namespace added to libvpsc (bzr r1408) | |||||
| * | * src/connector-context.cpp, src/widgets/toolbox.cpp: | mjwybrow | 2006-06-30 | 1 | -5/+6 | |
| | | | | | | Add undo event descriptions for the connector context. (bzr r1323) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -3/+6 | |
| | | | | (bzr r1315) | |||||
| * | initial color cursor implementation (reads from pixbufs, will work on ↵ | Josh Andler | 2006-06-19 | 1 | -0/+6 | |
| | | | | | | reading from svg instead) (bzr r1227) | |||||
| * | * src/ui/dialog/inkscape-preferences.cpp, | mjwybrow | 2006-05-12 | 1 | -1/+11 | |
| | | | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810) | |||||
