summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-201-1/+1
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-0/+6
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Make path segments convertable to guides, tooMaximilian Albert2008-01-161-0/+8
| | | (bzr r4503)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* gobble more of motion events; make statusbar messages immediate for better ↵bulia byak2007-08-211-3/+4
| | | | | visual feedback (bzr r3561)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-4/+8
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* add item handler so that right-click works over an item; fixes 1751318bulia byak2007-07-101-0/+25
| | | (bzr r3220)
* fix 1704038: finishing on right-click assumed we are finishing unclosed, ↵bulia byak2007-04-231-6/+15
| | | | | which is not always true (bzr r2952)
* Fixed: Shift-doubleclicking middle mouse button in pen tool should not ↵Maximilian Albert2007-04-181-4/+4
| | | | | finish the path being drawn (bzr r2925)
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* Added forced redraws to other toolsJohn Bintz2006-09-241-4/+5
| | | (bzr r1719)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-3/+3
| | | (bzr r1696)
* Force non-interruptible canvas redraws to ensure accurate display while ↵John Bintz2006-09-041-0/+7
| | | | | creating objects (bzr r1679)
* Disable pen events while finishing pen operations to prevent race conditionJohn Bintz2006-09-031-2/+4
| | | (bzr r1670)
* Disable pen event handling during important update operationsJohn Bintz2006-09-031-0/+32
| | | (bzr r1668)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | 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-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+6
| | | | | reading from svg instead) (bzr r1227)
* fix 1214286, 1482209bulia byak2006-05-051-8/+6
| | | (bzr r731)
* refactor redrawing code into pen_redraw_all; cancel current unfinished path, ↵bulia byak2006-04-241-39/+111
| | | | | inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys (bzr r580)
* fix statusbar when cancelling drawingbulia byak2006-04-201-13/+16
| | | (bzr r557)
* 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)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-18/+18
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1084
(bzr r1)