summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS gtk3 & make checkLiam P. White2014-07-051-9/+1
| | | (bzr r13341.1.78)
* Fixed CMakeLists.txt pointed by LiamJabier Arraiza Cenoz2014-07-021-0/+2
| | | (bzr r13341.1.75)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-025-6/+388
| | | (bzr r13341.1.74)
* pen tool: add back removal of curvature handle when backspace-deleting a ↵Johan B. C. Engelen2014-07-011-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 Bah2014-06-291-8/+5
| | | (bzr r13341.1.70)
* fix windows build (gtk3) partly. broken because of windows.h poluting ↵Johan B. C. Engelen2014-06-253-9/+11
| | | | | namespace with "interface" struct name. (bzr r13341.1.68)
* Update to latest tip (trunk r13432)Liam P. White2014-06-195-38/+29
|\ | | | | (bzr r13341.1.62)
| * Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-132-13/+68
| | | | | | (bzr r13425)
| * Display symbols in document order.Tavmjong Bah2014-06-131-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. Engelen2014-06-111-0/+2
| | | | | | | | | | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422)
| * revise email theadibAdib Taraben2014-06-061-1/+1
| | | | | | (bzr r13410)
| * remove fwd decl (a left-over, not intended for something useful) that breaks ↵Johan B. C. Engelen2014-06-011-8/+0
| | | | | | | | | | build (win64) (bzr r13404)
| * Fix flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-231-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. Engelen2014-05-152-10/+7
| | | | | | | | | | (failed on 64bit) (bzr r13380)
| * Fix Pango markup used in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | | | | (bzr r13378)
| * fix build for some (windows 64 bit devlibs attempt)Johan B. C. Engelen2014-05-111-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 Dufour2014-05-111-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352)
| * i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file ↵Nicolas Dufour2014-05-111-1/+1
| | | | | | | | | | | | | | | | headers). Fixed bugs: - https://launchpad.net/bugs/1318289 (bzr r13350)
* | Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-132-13/+68
| | | | | | (bzr r13341.1.60)
* | Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
| | | | | | (bzr r13341.1.58)
* | fix a bug on spirolive close pathJabier Arraiza Cenoz2014-06-091-27/+29
| | | | | | (bzr r13341.1.55)
* | Undo changes in r13391Liam P. White2014-06-073-4/+5
| | | | | | (bzr r13341.1.51)
* | Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-063-5/+4
| | | | | | (bzr r13341.1.50)
* | spellcheck.cpp: correct indenting. disable debug output.Johan B. C. Engelen2014-06-011-37/+37
| | | | | | (bzr r13341.1.44)
* | fix C++11 compilationJohan B. C. Engelen2014-05-151-0/+3
| | | | | | (bzr r13341.1.30)
* | make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-152-11/+7
| | | | | | | | | | (failed on 64bit) (bzr r13341.1.26)
* | Fix Pango markup in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | | | | (bzr r13341.1.25)
* | fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-131-0/+2
| | | | | | (bzr r13341.1.19)
* | Add Simplify LPEJabier Arraiza Cenoz2014-05-134-3/+125
| | | | | | (bzr r13341.1.13)
* | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-132-4/+20
| | | | | | (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)
* | Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-0812-82/+1421
|\ \ | |/ |/| (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)
| * adding Vinícius work whith node tipsJabier Arraiza Cenoz2014-05-054-15/+18
| |\ | | | | | | (bzr r11950.1.339)
| | * Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-054-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 trunkJabier Arraiza Cenoz2014-04-265-11/+29
| |\ | | | | | | (bzr r11950.1.336)
| * \ update to trunkJabier Arraiza Cenoz2014-04-192-0/+6
| |\ \ | | | | | | | | (bzr r11950.1.329)
| * \ \ update to trunkJabier Arraiza Cenoz2014-04-093-21/+15
| |\ \ \ | | | | | | | | | | (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-011-2/+2
| |\ \ \ \ | | | | | | | | | | | | (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-315-672/+592
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.319)
| * \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-3042-1188/+2047
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11950.1.317)
| * \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-2719-405/+461
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11950.1.315)
| * \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-231-39/+43
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.312)
| * \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-232-0/+8
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.311)
| * | | | | | | | | | Fixed bug continuing cusp nodesJabier Arraiza Cenoz2014-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.310)