summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-31Some minor snap-delay modificationsDiederik van Lierop1-4/+3
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-3/+3
2009-03-09Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop1-9/+8
2009-03-07some keyboards (Apple) have no Insert; allow insert-node with Shift+I tooEd Halley1-0/+8
2009-03-05Add option to only flash paths for node tool when none is selected. Applies p...Jon A. Cruz1-1/+9
2009-03-03improve helperpath generation on mouse-overJohan B. C. Engelen1-6/+1
2009-02-23Fix snapping when dragging gradients (implement the snap delay, use snap tole...Diederik van Lierop1-6/+10
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-85/+86
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-8/+8
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-10/+19
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-2/+2
2008-09-13only display flash helperpath warning for shapes other than pathsJohan B. C. Engelen1-2/+7
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-8/+8
2008-08-14Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert1-1/+1
2008-08-13Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...Maximilian Albert1-8/+8
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-07-29Remove now obsolete functionsMaximilian Albert1-6/+0
2008-07-29Along with nodepath also create/destroy the helperpaths of any LPEs associate...Maximilian Albert1-1/+2
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-3/+6
2008-06-16Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert1-9/+5
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-24/+8
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-43/+29
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-08Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert1-28/+74
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-3/+3
2008-03-06add preferences for path flashing on mouseoverJohan B. C. Engelen1-22/+26
2008-03-05tweak the helperpath flashing:Johan B. C. Engelen1-1/+14
2008-03-05Add flashing outline of path when hovering over it. (coded in 20 minutes so p...Johan B. C. Engelen1-0/+30
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-12-05Always set coord entry fields inactive when switching to the node toolMaximilian Albert1-0/+2
2007-12-05Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...Maximilian Albert1-0/+7
2007-11-21use gobble_key_events to speed up keyboard movesbulia byak1-16/+24
2007-09-22prevent wrong rubberband origin after click-selecting in node toolbulia byak1-0/+1
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-132/+92
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-5/+5
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-3/+3
2007-03-01leave the selection alone on mouse down.Aaron Spike1-1/+0
2007-02-13isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak1-342/+89
2007-01-05robustize remembering the dragged segment - store node number, not pointer; f...bulia byak1-1/+9
2007-01-04Fix 1593499 (Tablet cursor drift when dragging bezier).gustav_b1-3/+18
2006-11-06implement select next/prev as verbsbulia byak1-12/+0
2006-11-05When canvas cannot update quickly, ensure that nodes being dragged will stay ...John Bintz1-17/+39
2006-10-19remove color cursorsJosh Andler1-17/+0
2006-10-04Ensure that rubberbanding has been initialized before manipulating rubberbandJohn Bintz1-4/+6
2006-09-28factor out creation of livarot_path, and make it on-demand so that update_rep...bulia byak1-0/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-08-05add checks to make sure given nodepath pointers are not null before working w...John Bintz1-1/+15
2006-07-23forced redraw of canvas upon completion of zooming or upon starting rubber ba...John Bintz1-0/+1