summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-24Going to mergeJabier Arraiza Cenoz1-159/+183
2012-12-21not workingJabier Arraiza Cenoz1-450/+394
2012-12-14bzr history lost by a killed mergeJabier Arraiza Cenoz1-36/+952
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-5/+5
2012-07-10Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad no...Nicolas Dufour1-4/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-7/+7
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-8/+9
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-17/+17
2012-05-03Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz1-7/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-54/+4
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-124/+99
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-34/+89
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+4
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-2/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-2/+1
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-1/+1
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+5
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-1/+1
2010-02-28Pen context, paraxial mode: don't add a L-shaped path to close the shape when...Diederik van Lierop1-9/+14
2010-02-27Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...Diederik van Lierop1-0/+1
2010-02-23Pen tool in paraxial mode: fix automatic orientation of first line segmentDiederik van Lierop1-1/+6
2010-02-221) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop1-21/+33
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-3/+3
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-2/+16
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-8/+8
2010-01-14Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski1-13/+15
2009-08-18patch from 289774bulia byak1-7/+2
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-3/+1
2009-06-05comment out apparently unused codebulia byak1-0/+2
2009-04-26Do not end path editing on double-clicks other than first mouse buttonKrzysztof Kosi??ski1-1/+2
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-3/+3
2009-03-07- When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop1-1/+1
2009-02-24limit dot creation to straight line modes of Pen onlybulia byak1-6/+6
2009-02-22Removed broken-and-unused functionJon A. Cruz1-12/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-1/+1
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-15/+26
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-8/+8
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-1/+1
2008-10-31Merge from trunkTed Gould1-3/+2
2008-10-27From trunkTed Gould1-12/+17
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-40/+40
2008-09-01Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert1-1/+1
2008-08-18Remove debugging messagesMaximilian Albert1-7/+0
2008-08-18Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert1-0/+11
2008-08-18Add button whether to display limiting bounding box; add 'all inactive' toggl...Maximilian Albert1-1/+3
2008-08-18Many debugging messagesMaximilian Albert1-0/+1
2008-08-18Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert1-0/+1