summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1404/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-105/+111
(bzr r12782)
2013-10-16Update motion redraw of bsplinesJabier Arraiza Cenoz1-2/+7
(bzr r11950.1.183)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-1/+1
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-10-06UX improvementsJabier Arraiza Cenoz1-1/+5
(bzr r11950.1.166)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-08-04Cleaned up once more.Markus Engel1-98/+57
(bzr r11608.1.118)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-9/+9
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
(bzr r11608.1.109)
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-2/+2
(bzr r12380.1.47)
2013-07-19Removed "helper/units.h" from "pen-context.cpp".Matthew Petroff1-3/+6
(bzr r12380.1.38)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-24/+24
(bzr r12310)
2013-04-27various changesMarkus Engel1-47/+47
(bzr r11608.1.105)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-3/+3
(bzr r11608.1.104)
2013-04-20Moved factories to different files.Markus Engel1-1/+1
(bzr r11608.1.100)
2013-04-20Merging of EventContext classes complete.Markus Engel1-95/+18
(bzr r11608.1.98)
2013-04-18Back to original colorsJabier Arraiza Cenoz1-18/+7
(bzr r11950.1.99)
2013-04-17Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵root1-22/+40
snapping. Added new button widget to make cusp node (bzr r11950.1.96)
2013-04-14Go backroot1-15/+2
(bzr r11950.1.93)
2013-04-14haloJabier Arraiza Cenoz1-51/+19
(bzr r11950.1.92)
2013-04-13testing haloJabier Arraiza Cenoz1-10/+10
(bzr r11950.1.90)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
(bzr r11608.1.94)
2013-04-12changing colorsjtx1-22/+14
(bzr r11950.1.89)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-10/+20
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-13/+56
(bzr r11608.1.89)
2013-03-20For testing, widget added, regression fixedJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.62)
2013-03-19Working width widgetsJabier Arraiza Cenoz1-11/+4
(bzr r11950.1.58)
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-17/+33
(bzr r11950.1.51)
2013-03-05BPower for testing.Jabier Arraiza Cenoz1-123/+93
(bzr r11950.1.45)
2013-03-03Fix sintaxJabier Arraiza Cenoz1-2/+2
(bzr r11950.1.43)
2013-03-01BSpline refactorJabier Arraiza Cenoz1-64/+76
(bzr r11950.1.41)
2013-02-28Fixed closed pc->eaJabier Arraiza Cenoz1-185/+235
(bzr r11950.1.40)
2013-02-25BSpline refactorJabier Arraiza Cenoz1-64/+247
(bzr r11950.1.38)
2013-02-23Saved for next refactorJabier Arraiza Cenoz1-75/+96
(bzr r11950.1.37)
2013-02-19Mayor refactorJabier Arraiza Cenoz1-47/+35
(bzr r11950.1.36)
2013-02-18refactorJabier Arraiza Cenoz1-25/+63
(bzr r11950.1.35)
2013-02-14All done except cusp continuous and close bsplineJabier Arraiza Cenoz1-37/+41
(bzr r11950.1.32)
2013-02-14Pen Context working in mode BSpline,Cusp mode to fixJabier Arraiza Cenoz1-13/+54
(bzr r11950.1.30)
2013-02-13First Steps, BSpline Live Path Ok, working Pen ContextJabier Arraiza Cenoz1-75/+94
(bzr r11950.1.29)
2013-02-13Removed unused functionJabier Arraiza Cenoz1-9/+0
(bzr r11950.2.2)
2013-02-12First attempt for Adjustable WheightJabier Arraiza Cenoz1-59/+41
(bzr r11950.1.28)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-37/+9
(bzr r12064)
2013-01-18Delete bspline node whith node tool and fix 1 segment continue shift errorJabier Arraiza Cenoz1-1/+3
(bzr r11950.1.17)
2013-01-08Fix BSplines whit 1 segmentJabier Arraiza Cenoz1-6/+2
(bzr r11950.1.16)
2013-01-06Fixed StartAnchor continue errors with bsplineJabier Arraiza Cenoz1-19/+21
(bzr r11950.1.13)
2013-01-06fix continueJabier Arraiza Cenoz1-62/+49
(bzr r11950.1.12)
2013-01-05fix continueJabier Arraiza Cenoz1-65/+62
(bzr r11950.1.11)
2013-01-04Fixing StartAnchor problems in bsplineJabier Arraiza Cenoz1-56/+72
(bzr r11950.1.10)
2012-12-24Fix shortcut Spiro to curveJabier Arraiza Cenoz1-11/+11
(bzr r11950.1.8)