| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix FTBFS gtk3 & make check | Liam P. White | 2014-07-05 | 1 | -9/+1 |
| | | | | (bzr r13341.1.78) | ||||
| * | Fixed CMakeLists.txt pointed by Liam | Jabier Arraiza Cenoz | 2014-07-02 | 1 | -0/+2 |
| | | | | (bzr r13341.1.75) | ||||
| * | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 2014-07-02 | 5 | -6/+388 |
| | | | | (bzr r13341.1.74) | ||||
| * | pen tool: add back removal of curvature handle when backspace-deleting a ↵ | Johan B. C. Engelen | 2014-07-01 | 1 | -29/+32 |
| | | | | | | | | node while drawing many code improvements: unnecessary casts, whitespace, { }, reduce variable scope. should all be noops. (bzr r13341.1.73) | ||||
| * | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 1 | -8/+5 |
| | | | | (bzr r13341.1.70) | ||||
| * | fix windows build (gtk3) partly. broken because of windows.h poluting ↵ | Johan B. C. Engelen | 2014-06-25 | 3 | -9/+11 |
| | | | | | | namespace with "interface" struct name. (bzr r13341.1.68) | ||||
| * | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 5 | -38/+29 |
| |\ | | | | | (bzr r13341.1.62) | ||||
| | * | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 2 | -13/+68 |
| | | | | | | | (bzr r13425) | ||||
| | * | Display symbols in document order. | Tavmjong Bah | 2014-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | Fix typo in FlowSymbols.svg (bzr r13424) | ||||
| | * | pen tool: fix crash when finishing path with right-click or enter while ↵ | Johan B. C. Engelen | 2014-06-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422) | ||||
| | * | revise email theadib | Adib Taraben | 2014-06-06 | 1 | -1/+1 |
| | | | | | | | (bzr r13410) | ||||
| | * | remove fwd decl (a left-over, not intended for something useful) that breaks ↵ | Johan B. C. Engelen | 2014-06-01 | 1 | -8/+0 |
| | | | | | | | | | | | build (win64) (bzr r13404) | ||||
| | * | Fix flakiness of measurement tool (due to issues with parallel lines, ↵ | Diederik van Lierop | 2014-05-23 | 1 | -35/+24 |
| | | | | | | | | | | | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397) | ||||
| | * | make windows filedialog's code more portable for different mingw versions ↵ | Johan B. C. Engelen | 2014-05-15 | 2 | -10/+7 |
| | | | | | | | | | | | (failed on 64bit) (bzr r13380) | ||||
| | * | Fix Pango markup used in Text and Font dialog. | Tavmjong Bah | 2014-05-15 | 1 | -4/+4 |
| | | | | | | | (bzr r13378) | ||||
| | * | fix build for some (windows 64 bit devlibs attempt) | Johan B. C. Engelen | 2014-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | specifically, fixes this build error: .../include/glibmm-2.4/glibmm/threads.h:201:11: error: field 'gobject_' has incomplete type 'GThread {aka _GThread}' (bzr r13357) | ||||
| | * | i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348). | Nicolas Dufour | 2014-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352) | ||||
| | * | i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file ↵ | Nicolas Dufour | 2014-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | headers). Fixed bugs: - https://launchpad.net/bugs/1318289 (bzr r13350) | ||||
| * | | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 2 | -13/+68 |
| | | | | | | | (bzr r13341.1.60) | ||||
| * | | Display symbols in document order. | Tavmjong Bah | 2014-06-13 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.58) | ||||
| * | | fix a bug on spirolive close path | Jabier Arraiza Cenoz | 2014-06-09 | 1 | -27/+29 |
| | | | | | | | (bzr r13341.1.55) | ||||
| * | | Undo changes in r13391 | Liam P. White | 2014-06-07 | 3 | -4/+5 |
| | | | | | | | (bzr r13341.1.51) | ||||
| * | | Clean up some unnecessary pointer usage in livarot | Liam P. White | 2014-06-06 | 3 | -5/+4 |
| | | | | | | | (bzr r13341.1.50) | ||||
| * | | spellcheck.cpp: correct indenting. disable debug output. | Johan B. C. Engelen | 2014-06-01 | 1 | -37/+37 |
| | | | | | | | (bzr r13341.1.44) | ||||
| * | | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -0/+3 |
| | | | | | | | (bzr r13341.1.30) | ||||
| * | | make windows filedialog's code more portable for different mingw versions ↵ | Johan B. C. Engelen | 2014-05-15 | 2 | -11/+7 |
| | | | | | | | | | | | (failed on 64bit) (bzr r13341.1.26) | ||||
| * | | Fix Pango markup in Text and Font dialog. | Tavmjong Bah | 2014-05-15 | 1 | -4/+4 |
| | | | | | | | (bzr r13341.1.25) | ||||
| * | | fix windows 64bit build. (changes already committed to trunk) | Johan B. C. Engelen | 2014-05-13 | 1 | -0/+2 |
| | | | | | | | (bzr r13341.1.19) | ||||
| * | | Add Simplify LPE | Jabier Arraiza Cenoz | 2014-05-13 | 4 | -3/+125 |
| | | | | | | | (bzr r13341.1.13) | ||||
| * | | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 2 | -4/+20 |
| | | | | | | | (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) | ||||
| * | | Merging Jabier's spirolive+bspline branch | Vinícius dos Santos Oliveira | 2014-05-08 | 12 | -82/+1421 |
| |\ \ | |/ |/| | (bzr r13341.2.1) | ||||
| | * | adding const _pathmanipulatos staff to handles (handles also have tips) | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -0/+4 |
| | | | | | | | (bzr r11950.1.341) | ||||
| | * | adding Vinícius work whith node tips | Jabier Arraiza Cenoz | 2014-05-05 | 4 | -15/+18 |
| | |\ | | | | | | | (bzr r11950.1.339) | ||||
| | | * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 4 | -12/+17 |
| | |/ | | | | | | | | | | | | | | | 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 trunk | Jabier Arraiza Cenoz | 2014-04-26 | 5 | -11/+29 |
| | |\ | | | | | | | (bzr r11950.1.336) | ||||
| | * \ | update to trunk | Jabier Arraiza Cenoz | 2014-04-19 | 2 | -0/+6 |
| | |\ \ | | | | | | | | | (bzr r11950.1.329) | ||||
| | * \ \ | update to trunk | Jabier Arraiza Cenoz | 2014-04-09 | 3 | -21/+15 |
| | |\ \ \ | | | | | | | | | | | (bzr r11950.1.326) | ||||
| | * | | | | Refactor of end anchors. | Jabier Arraiza Cenoz | 2014-04-01 | 2 | -87/+101 |
| | | | | | | | | | | | | | | | | (bzr r11950.1.325) | ||||
| | * | | | | update to trunk | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -2/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r11950.1.324) | ||||
| | * | | | | | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 2014-04-01 | 3 | -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 Cenoz | 2014-03-31 | 5 | -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ícius | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | (bzr r11950.1.321) | ||||
| | * | | | | | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵ | Jabier Arraiza Cenoz | 2014-03-31 | 4 | -29/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320) | ||||
| | * | | | | | update to trunk | Jabier Arraiza Cenoz | 2014-03-31 | 5 | -672/+592 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r11950.1.319) | ||||
| | * \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2014-03-30 | 42 | -1188/+2047 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r11950.1.317) | ||||
| | * \ \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2014-03-27 | 19 | -405/+461 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r11950.1.315) | ||||
| | * \ \ \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2014-03-23 | 1 | -39/+43 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.312) | ||||
| | * \ \ \ \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2014-03-23 | 2 | -0/+8 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.311) | ||||
| | * | | | | | | | | | | Fixed bug continuing cusp nodes | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.310) | ||||
