summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove color cursorsJosh Andler2006-10-191-17/+0
| | | (bzr r1811)
* Ensure that rubberbanding has been initialized before manipulating rubberbandJohn Bintz2006-10-041-4/+6
| | | (bzr r1764)
* factor out creation of livarot_path, and make it on-demand so that ↵bulia byak2006-09-281-0/+1
| | | | | update_repr does not need to do it after screen update (potentially fixing a crash) (bzr r1721)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* add checks to make sure given nodepath pointers are not null before working ↵John Bintz2006-08-051-1/+15
| | | | | with them (bzr r1560)
* forced redraw of canvas upon completion of zooming or upon starting rubber ↵John Bintz2006-07-231-0/+1
| | | | | | | band selection events to work around event starvation issue at high zoom levels (bzr r1464)
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵John Bintz2006-07-231-0/+4
| | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459)
* undo annotationsbulia byak2006-07-061-1/+1
| | | (bzr r1361)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+17
| | | | | reading from svg instead) (bzr r1227)
* show handles togglebulia byak2006-05-161-3/+3
| | | (bzr r850)
* fix crash when deleting without nodepathbulia byak2006-04-261-1/+3
| | | (bzr r590)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-7/+7
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-141-2/+5
| | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525)
* remove the old _d_changed and _typestr_changed hacks, replacing by an ↵bulia byak2006-04-121-10/+6
| | | | | int-valued local_change flag; this works much faster with less code (bzr r495)
* oops, fix silly crashbulia byak2006-04-011-4/+0
| | | (bzr r388)
* remove undo_label juggling for curve_drag; remove synthesize_events (speeds ↵bulia byak2006-04-011-20/+18
| | | | | things up some more); pass nodepath->livarot_path or nodepath to various functions that previously took an item (bzr r387)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-18/+18
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+964
(bzr r1)