summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-1/+1
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-08-04Cleaned up once more.Markus Engel1-98/+57
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-9/+9
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-2/+2
2013-07-19Removed "helper/units.h" from "pen-context.cpp".Matthew Petroff1-3/+6
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-24/+24
2013-04-27various changesMarkus Engel1-47/+47
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-3/+3
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-95/+18
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-10/+20
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-13/+56
2013-01-26More GObject boilerplate reductionAlex Valavanis1-37/+9
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