summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-133-7/+39
| | | (bzr r13341.1.12)
* Patch from Jabierxto to fix a bug I reported off-tracker.Josh Andler2014-05-121-2/+2
| | | (bzr r13341.3.1)
* small logic improvementJohan B. C. Engelen2014-05-121-3/+1
| | | (bzr r13341.1.8)
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-114-199/+429
| | | (bzr r13341.1.7)
* Add closePath().Tavmjong Bah2014-05-111-0/+1
| | | (bzr r13341.1.6)
* Tentative fix for LPEs and undoLiam P. White2014-05-102-2/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13341.1.5)
* Style rewrite: 'text-decoration' requires access to style of ancestor ↵Tavmjong Bah2014-05-102-8/+24
| | | | | element which set property. (bzr r13341.1.4)
* Style rewrite: Correct 'text-decoration' CSS2 vs. CSS3 behavior.Tavmjong Bah2014-05-091-0/+10
| | | (bzr r13341.1.3)
* Update to tip.Tavmjong Bah2014-05-0924-83/+2234
|\ | | | | (bzr r13341.1.2)
| * Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-0824-83/+2234
| |\ | | | | | | (bzr r13341.2.1)
| | * adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz2014-05-051-0/+4
| | | | | | | | | (bzr r11950.1.341)
| | * update to trunkJabier Arraiza Cenoz2014-05-0528-293/+542
| | |\ | | | | | | | | (bzr r11950.1.340)
| | * \ adding Vinícius work whith node tipsJabier Arraiza Cenoz2014-05-057-15/+36
| | |\ \ | | | | | | | | | | (bzr r11950.1.339)
| | | * | Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-057-12/+35
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
| | * | update to trunkJabier Arraiza Cenoz2014-04-278-209/+233
| | |\ \ | | | | | | | | | | (bzr r11950.1.338)
| | * \ \ update to trunkJabier Arraiza Cenoz2014-04-272-202/+217
| | |\ \ \ | | | | | | | | | | | | (bzr r11950.1.337)
| | * \ \ \ update to trunkJabier Arraiza Cenoz2014-04-2648-4585/+4994
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.336)
| | * | | | | Redesign of the BSpline LPE widgetsJabier Arraiza Cenoz2014-04-222-19/+42
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.335)
| | * | | | | align two buttons in LPE widgetJabier Arraiza Cenoz2014-04-221-6/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.334)
| | * | | | | update to trunkJabier Arraiza Cenoz2014-04-224-2/+45
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11950.1.333)
| | * \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-04-202-2/+3
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11950.1.330)
| | * \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-04-1911-20/+64
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.329)
| | * \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-04-111-11/+6
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.328)
| | * \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-04-0919-86/+139
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.326)
| | * | | | | | | | | | Refactor of end anchors.Jabier Arraiza Cenoz2014-04-012-87/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.325)
| | * | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-04-0111-25/+112
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.324)
| | * | | | | | | | | | | A refactor for fixing some issues. Pending how to handle static functions Jabier Arraiza Cenoz2014-04-013-42/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vinícius for handle tips in his static functions i know two ways: A: A bool property in node class of node.h to handle if curve is bspline B: Call another non static function from the static tips one -not tested- (bzr r11950.1.323)
| | * | | | | | | | | | | Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz2014-03-315-110/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Header variable bsplineWeight removed from all. Simplification of code with less functions in path_manipulator. To fix: tips stop working because is handled by two static functions and couldent call to path_manipulator from here. Vinícius, any work arround? lines 480,481,1426,1427,1462 of node.cpp. gez: ¿Puedes probar si notas algun bug o problema? principalmente con la herramienta nodo, gracias. (bzr r11950.1.322)
| | * | | | | | | | | | | use <cmath> instead <math.h> by point of ViníciusJabier Arraiza Cenoz2014-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.321)
| | * | | | | | | | | | | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-314-29/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320)
| | * | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-3114-707/+627
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.319)
| | * | | | | | | | | | | | Fixed bug in LPE Bspline widget, on apply selected nodes, because a rounding ↵Jabier Arraiza Cenoz2014-03-311-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem. Thanks very much to Johan Engelen for point me to the correct direction. maybe is better round it previously to the are_near function, not sure (bzr r11950.1.318)
| | * | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-3073-1992/+2574
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.317)
| | * | | | | | | | | | | | | clang-format bspline lpe filesJabier Arraiza Cenoz2014-03-302-585/+636
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.316)
| | * | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-2740-681/+975
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.315)
| | * | | | | | | | | | | | | | Adding cout << output to check bug in Geom::are_nearJabier Arraiza Cenoz2014-03-271-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.314)
| | * | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-2515-217/+727
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.313)
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-235-243/+43
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.312)
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-2324-75/+117
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.311)
| | * | | | | | | | | | | | | | | | | Fixed bug continuing cusp nodesJabier Arraiza Cenoz2014-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.310)
| | * | | | | | | | | | | | | | | | | Removed persistent blue lineJabier Arraiza Cenoz2014-03-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.309)
| | * | | | | | | | | | | | | | | | | Full refactor of path continuations in bspline-spirolive mode, I think no ↵Jabier Arraiza Cenoz2014-03-204-27/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more suv mac crashes, but need to be full tested again because a lot of things changed. (bzr r11950.1.308)
| | * | | | | | | | | | | | | | | | | Refactor of anchorsJabier Arraiza Cenoz2014-03-203-67/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.306)
| | * | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-191-64/+49
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.305)
| | * | | | | | | | | | | | | | | | | | Fix a bug when starting path with change from bspline to spiro and inverseJabier Arraiza Cenoz2014-03-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.304)
| | * | | | | | | | | | | | | | | | | | Fixing suv mac bug continuing existing bsplines/spiro pathsroot2014-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.303)
| | * | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-191-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.302)
| | * | | | | | | | | | | | | | | | | | | This think fix su_v related bug on continuous paths in BSpline or Spiro modeJabier Arraiza Cenoz2014-03-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.301)
| | * | | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-03-1810-27/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.300)
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-168-390/+347
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.299)