summaryrefslogtreecommitdiffstats
path: root/src/nodepath.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-14Remove nodepath.cpp and nodepath.hKrzysztof Kosi??ski1-345/+0
2009-03-03improve helperpath generation on mouse-overJohan B. C. Engelen1-3/+2
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-12/+8
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-0/+4
2008-11-21Merge from fe-movedTed Gould1-64/+70
2008-10-27From trunkTed Gould1-0/+2
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-0/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+6
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-20/+20
2008-08-13Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...Maximilian Albert1-3/+3
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-3/+3
2008-07-29Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert1-0/+1
2008-07-29Along with nodepath also create/destroy the helperpaths of any LPEs associate...Maximilian Albert1-5/+14
2008-07-25purge livarot stuff from nodepathJohan B. C. Engelen1-5/+0
2008-07-05nodepath.h: Supply missing #includes/declarations so that we don't depend on ...Peter Moulder1-0/+3
2008-06-19comment fixbulia byak1-3/+6
2008-06-18Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert1-1/+1
2008-06-18Separate version of sp_nodepath_generate_helperpath() to generate a helperpat...Maximilian Albert1-0/+1
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+1
2008-04-14use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen1-0/+1
2008-02-27fix nodepath.h include dependencyJohan B. C. Engelen1-1/+1
2008-02-23* on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen1-0/+1
2007-12-05Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...Maximilian Albert1-0/+3
2007-11-03make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen1-1/+3
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-1/+5
2007-10-12rearrange, a couple utility methods for node selectionbulia byak1-56/+59
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-3/+14
2007-05-11fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...Johan B. C. Engelen1-13/+13
2007-04-17flipping patch by maximilian albertbulia byak1-1/+6
2007-02-13isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak1-4/+2
2007-01-05robustize remembering the dragged segment - store node number, not pointer; f...bulia byak1-1/+1
2006-09-28factor out creation of livarot_path, and make it on-demand so that update_rep...bulia byak1-0/+1
2006-09-04Fix race condition where node dragging is not ended after mouse button is rel...John Bintz1-0/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-5/+5
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-5/+5
2006-07-06undo annotationsbulia byak1-1/+1
2006-05-18make profile selectable via prefs, add elliptic (preliminary, needs perpendic...bulia byak1-0/+6
2006-05-16show handles togglebulia byak1-1/+6
2006-05-12fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...bulia byak1-2/+4
2006-04-14Attempt to preserve the shape of the path when deleting nodesAaron Spike1-0/+1
2006-04-12change uint to unsigned intBob Jamison1-2/+2
2006-04-12remove the old _d_changed and _typestr_changed hacks, replacing by an int-val...bulia byak1-0/+3
2006-04-01store and update livarot_path in nodepath; switch curve_drag to not updating ...bulia byak1-3/+8