summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-01Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen1-12/+23
2014-06-11pen tool: fix crash when finishing path with right-click or enter while dragg...Johan B. C. Engelen1-0/+2
2014-03-27Changed some return types from gint to bool.Markus Engel1-5/+5
2014-03-26Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel1-97/+115
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-430/+384
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-25/+40
2013-11-12Clean up some tool related things.Markus Engel1-6/+6
2013-11-09Moved and renamed some tool-related files.Markus Engel1-8/+8
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-105/+111
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