summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-8/+9
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-17/+17
* Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz2012-05-031-7/+0
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-54/+4
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-124/+99
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-34/+89
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+4
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-2/+4
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+1
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-1/+1
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+5
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+1
* Pen context, paraxial mode: don't add a L-shaped path to close the shape when...Diederik van Lierop2010-02-281-9/+14
* Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...Diederik van Lierop2010-02-271-0/+1
* Pen tool in paraxial mode: fix automatic orientation of first line segmentDiederik van Lierop2010-02-231-1/+6
* 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop2010-02-221-21/+33
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-3/+3
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-2/+16
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-8/+8
* Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski2010-01-141-13/+15
* patch from 289774bulia byak2009-08-181-7/+2
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-3/+1
* comment out apparently unused codebulia byak2009-06-051-0/+2
* Do not end path editing on double-clicks other than first mouse buttonKrzysztof Kosi??ski2009-04-261-1/+2
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-3/+3
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-071-1/+1
* limit dot creation to straight line modes of Pen onlybulia byak2009-02-241-6/+6
* Removed broken-and-unused functionJon A. Cruz2009-02-221-12/+0
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-1/+1
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-15/+26
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-8/+8
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-1/+1
* Merge from trunkTed Gould2008-10-311-3/+2
* From trunkTed Gould2008-10-271-12/+17
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-40/+40
* Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert2008-09-011-1/+1
* Remove debugging messagesMaximilian Albert2008-08-181-7/+0
* Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert2008-08-181-0/+11
* Add button whether to display limiting bounding box; add 'all inactive' toggl...Maximilian Albert2008-08-181-1/+3
* Many debugging messagesMaximilian Albert2008-08-181-0/+1
* Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert2008-08-181-0/+1
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-2/+5
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert2008-08-141-1/+1
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
* Improve comment in pen-context.cppMaximilian Albert2008-08-061-1/+1
* cleanup (remove obsolete code)Maximilian Albert2008-08-061-20/+0
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-061-15/+121
* While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop2008-08-041-6/+18