| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.253) | ||||
| * | This push add suport to helper paths redraw to nodes, handles and knots. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -1/+10 |
| | | | | | | This redraw at mouse movement. Whith knots also redraw at button release event (bzr r13341.1.227) | ||||
| * | remove magic numbers from bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -15/+20 |
| | | | | (bzr r13341.1.219) | ||||
| * | Fix a bug in BSpline, happend pressing any key hover a modified weight ↵ | Jabier Arraiza Cenoz | 2014-09-22 | 1 | -0/+1 |
| | | | | | | handle -it buggy reset to default weight-. (bzr r13341.1.216) | ||||
| * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 1 | -1/+31 |
| | | | | (bzr r13341.1.124) | ||||
| * | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -1/+1 |
| | | | | (bzr r13341.1.12) | ||||
| * | Patch from Jabierxto to fix a bug I reported off-tracker. | Josh Andler | 2014-05-12 | 1 | -2/+2 |
| | | | | (bzr r13341.3.1) | ||||
| * | adding Vinícius work whith node tips | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -10/+2 |
| |\ | | | | | (bzr r11950.1.339) | ||||
| | * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -7/+1 |
| |/ | | | | | | | | 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) | ||||
| * | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -29/+32 |
| | | | | | | | | 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 Cenoz | 2014-03-31 | 1 | -70/+96 |
| | | | | | | | | | | | | | | 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ícius | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -1/+1 |
| | | | | (bzr r11950.1.321) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2014-03-23 | 1 | -0/+4 |
| |\ | | | | | (bzr r11950.1.311) | ||||
| | * | tool/node.cpp : don't rely on g_error terminating the program, allow more ↵ | Johan B. C. Engelen | 2014-03-22 | 1 | -0/+4 |
| | | | | | | | | | | | graceful error handling. (bzr r13183) | ||||
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -32/+32 |
| | | | | | | | (bzr r11950.1.281) | ||||
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -32/+32 |
| | | | | | | | (bzr r11950.1.279) | ||||
| * | | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 1 | -32/+32 |
| | | | | | | | | | | | but everything seems ok (bzr r11950.5.1) | ||||
| * | | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 2014-03-01 | 1 | -15/+15 |
| | | | | | | | (bzr r11950.1.261) | ||||
| * | | adding some comments | Jabier Arraiza Cenoz | 2014-02-28 | 1 | -2/+1 |
| | | | | | | | (bzr r11950.1.260) | ||||
| * | | Fix a bug whith oposite handles on node move,and a little cleanup | Jabier Arraiza Cenoz | 2014-01-09 | 1 | -8/+10 |
| | | | | | | | (bzr r11950.1.232) | ||||
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵ | Jabier Arraiza Cenoz | 2014-01-02 | 1 | -3/+18 |
| | | | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230) | ||||
| * | | fix a bug whith degenerate handles | Jabier Arraiza Cenoz | 2013-12-31 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.229) | ||||
| * | | Spanish comment of node.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -20/+33 |
| | | | | | | | (bzr r11950.1.217) | ||||
| * | | Refact | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+1 |
| | | | | | | | (bzr r11950.1.216) | ||||
| * | | Updated tip strings | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -4/+8 |
| | | | | | | | (bzr r11950.1.215) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -13/+8 |
| | | | | | | | (bzr r11950.1.212) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -132/+78 |
| | | | | | | | (bzr r11950.1.211) | ||||
| * | | Fix a bug delete BSpline LPE from a path retain some BSpline properties | Jabier Arraiza Cenoz | 2013-12-03 | 1 | -30/+33 |
| | | | | | | | (bzr r11950.1.206) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -2/+2 |
| |\| | | | | | (bzr r11950.1.193) | ||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -2/+2 |
| | | | | | | | (bzr r12782) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-10-13 | 1 | -7/+6 |
| |\| | | | | | (bzr r11950.1.181) | ||||
| | * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -7/+6 |
| | | | | | | | | | | | 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) | ||||
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+3 |
| | | | | | | | (bzr r11950.1.179) | ||||
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+2 |
| | | | | | | | (bzr r11950.1.178) | ||||
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+2 |
| | | | | | | | (bzr r11950.1.177) | ||||
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -1/+4 |
| | | | | | | | (bzr r11950.1.176) | ||||
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+0 |
| | | | | | | | (bzr r11950.1.175) | ||||
| * | | Fixing BSplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -0/+1 |
| | | | | | | | (bzr r11950.1.174) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.173) | ||||
| * | | fix in nodes | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -0/+2 |
| | | | | | | | (bzr r11950.1.172) | ||||
| * | | Fix bspline and strip multi node bspline power editing whith node tool ↵ | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -51/+51 |
| | | | | | | | | | | | because UX (bzr r11950.1.168) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-08-09 | 1 | -6/+12 |
| |\| | | | | | (bzr r11950.1.127) | ||||
| | * | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 2013-07-20 | 1 | -6/+12 |
| | | | | | | | (bzr r12380.1.47) | ||||
| * | | Fix error with try-catch | Jabier Arraiza Cenoz | 2013-05-16 | 1 | -12/+49 |
| | | | | | | | (bzr r11950.1.115) | ||||
| * | | Change only selected nodes | root | 2013-05-06 | 1 | -5/+7 |
| | | | | | | | (bzr r11950.1.113) | ||||
| * | | Removed auto select nodes, not decide for the user. Added auto update all ↵ | Jabier Arraiza Cenoz | 2013-05-06 | 1 | -24/+9 |
| | | | | | | | | | | | selected handles when drag (bzr r11950.1.111) | ||||
| * | | Fixed important selection bug when changing to cusp nodes | Jabier Arraiza Cenoz | 2013-04-27 | 1 | -29/+40 |
| | | | | | | | (bzr r11950.1.109) | ||||
| * | | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵ | root | 2013-04-17 | 1 | -4/+13 |
| | | | | | | | | | | | snapping. Added new button widget to make cusp node (bzr r11950.1.96) | ||||
| * | | Change width only for selected nodes by widget | root | 2013-04-07 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.83) | ||||
| * | | Fixed scale-rotate isue with paths multiples | root | 2013-04-01 | 1 | -0/+6 |
| | | | | | | | (bzr r11950.1.80) | ||||
