summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert2008-06-161-9/+5
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-161-24/+8
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-43/+29
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert2008-06-081-28/+74
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-061-22/+26
* tweak the helperpath flashing:Johan B. C. Engelen2008-03-051-1/+14
* Add flashing outline of path when hovering over it. (coded in 20 minutes so p...Johan B. C. Engelen2008-03-051-0/+30
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Always set coord entry fields inactive when switching to the node toolMaximilian Albert2007-12-051-0/+2
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...Maximilian Albert2007-12-051-0/+7
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-16/+24
* prevent wrong rubberband origin after click-selecting in node toolbulia byak2007-09-221-0/+1
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-132/+92
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-5/+5
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-3/+3
* leave the selection alone on mouse down.Aaron Spike2007-03-011-1/+0
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak2007-02-131-342/+89
* robustize remembering the dragged segment - store node number, not pointer; f...bulia byak2007-01-051-1/+9
* Fix 1593499 (Tablet cursor drift when dragging bezier).gustav_b2007-01-041-3/+18
* implement select next/prev as verbsbulia byak2006-11-061-12/+0
* When canvas cannot update quickly, ensure that nodes being dragged will stay ...John Bintz2006-11-051-17/+39
* remove color cursorsJosh Andler2006-10-191-17/+0
* Ensure that rubberbanding has been initialized before manipulating rubberbandJohn Bintz2006-10-041-4/+6
* factor out creation of livarot_path, and make it on-demand so that update_rep...bulia byak2006-09-281-0/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* add checks to make sure given nodepath pointers are not null before working w...John Bintz2006-08-051-1/+15
* forced redraw of canvas upon completion of zooming or upon starting rubber ba...John Bintz2006-07-231-0/+1
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of s...John Bintz2006-07-231-0/+4
* undo annotationsbulia byak2006-07-061-1/+1
* initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler2006-06-191-0/+17
* show handles togglebulia byak2006-05-161-3/+3
* fix crash when deleting without nodepathbulia byak2006-04-261-1/+3
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY2006-04-171-7/+7
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-141-2/+5
* remove the old _d_changed and _typestr_changed hacks, replacing by an int-val...bulia byak2006-04-121-10/+6
* oops, fix silly crashbulia byak2006-04-011-4/+0
* remove undo_label juggling for curve_drag; remove synthesize_events (speeds t...bulia byak2006-04-011-20/+18
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-18/+18
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+964