summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include the prefix.h defines in gettext configTed Gould2017-08-051-1/+5
|
* Merge branch 'master' into shortcutsEduard Braun2017-07-092-1/+3
|\
| * Allows one to use Super, Hyper and Meta key modifiers in shortcutsMarc Jeanmougin2017-06-291-0/+6
| |
| * Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-272-1/+3
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-9/+1
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-11/+12
| | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682)
* Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-072-2/+30
| | | (bzr r15675.1.3)
* Move gettext initialization into separate function so it can be re-used ↵Eduard Braun2017-05-073-2/+131
| | | | | (will come in handy in inkview) (bzr r15675.1.2)
* Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof2017-05-061-3/+3
| | | | | fillet chamfer (bzr r15668)
* Pre merge fixingJabiertxof2017-05-061-2/+3
| | | (bzr r13645.1.177)
* Updating code to trunkJabiertxof2017-05-061-49/+0
| | | (bzr r13645.1.176)
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+2
|\ | | | | (bzr r13645.1.174)
* | update to trunkJabier Arraiza Cenoz2017-01-252-1/+8
|\| | | | | (bzr r13645.1.168)
| * Adding baseJabiertxof2017-01-052-1/+8
| | | | | | (bzr r15392.1.1)
* | Update to new code in trunkJabiertxof2017-01-222-0/+24
| | | | | | (bzr r13645.1.166)
* | Update to trunkJabiertxof2017-01-2111-127/+265
|\| | | | | (bzr r13645.1.165)
| * antialiasing options on exportMarc Jeanmougin2017-01-042-11/+11
| | | | | | (bzr r15391)
| * Handle negative width correctly in tolerance calculationAlexander Brock2016-11-291-1/+1
| | | | | | (bzr r15280.1.6)
| * Make tolerance a parameter on every levelAlexander Brock2016-11-292-7/+38
| | | | | | (bzr r15280.1.5)
| * Fix instability caused by degenerate paths (patch by jabiertxof)Alexander Brock2016-11-291-6/+4
| | | | | | (bzr r15280.1.4)
| * Make tolerance of offset_curve a parameterAlexander Brock2016-11-271-6/+6
| | | | | | (bzr r15280.1.3)
| * Increase tolerance to match old methods precision and improve speedAlexander Brock2016-11-271-2/+2
| | | | | | (bzr r15280.1.2)
| * Improve precision of offset_cubicAlexander Brock2016-11-271-31/+149
| | | | | | (bzr r15280.1.1)
| * minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-251-7/+3
| | | | | | (bzr r15132)
| * Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-252-33/+50
| | | | | | | | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
| * Merged trunkAdrian Boguszewski2016-08-091-45/+0
| |\ | | | | | | (bzr r14954.1.30)
| | * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-45/+0
| | | | | | | | | (bzr r15046)
| * | Merged trunkAdrian Boguszewski2016-08-037-24/+2
| |\| | | | | | | (bzr r14954.1.29)
| | * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-037-24/+2
| | | | | | | | | (bzr r15034)
| | * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-288-3/+24
| | | | | | | | | (bzr r15027)
| | * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-288-24/+3
| | | | | | | | | (bzr r15025)
| * | Renamed children list in SPObjectAdrian Boguszewski2016-07-143-5/+5
| | | | | | | | | (bzr r14954.1.21)
| * | Second part of new SPObject children listAdrian Boguszewski2016-07-133-19/+19
| |/ | | | | (bzr r14954.1.19)
* | Organize doeffect functionJabier Arraiza Cenoz2016-06-192-5/+5
| | | | | | (bzr r13645.1.164)
* | Fixes when moves a pathJabier Arraiza Cenoz2016-06-181-20/+6
| | | | | | (bzr r13645.1.163)
* | fixing bug moving nodesJabier Arraiza Cenoz2016-06-181-1/+0
| | | | | | (bzr r13645.1.162)
* | Pre fixing selected pointsJabier Arraiza Cenoz2016-06-181-1/+6
| | | | | | (bzr r13645.1.161)
* | Fix 90% of tweenk reviewJabier Arraiza Cenoz2016-06-124-50/+143
| | | | | | (bzr r13645.1.155)
* | Handle path add and remove nodesJabier Arraiza Cenoz2016-06-121-4/+36
| | | | | | (bzr r13645.1.150)
* | Fix the bug deleting satellitesJabier Arraiza Cenoz2016-06-112-0/+14
| | | | | | (bzr r13645.1.148)
* | Rename branchJabier Arraiza Cenoz2016-05-264-20/+19
| | | | | | (bzr r13645.1.145)
* | Update to refresh knotsJabier Arraiza Cenoz2016-05-212-2/+2
| | | | | | (bzr r13645.1.139)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-142-146/+21
| | | | | | (bzr r13645.1.135)
* | Fiximg pointwiseJabier Arraiza Cenoz2016-05-131-8/+24
| | | | | | (bzr r13645.1.133)
* | pre-remove of subpath update satellitesJabier Arraiza Cenoz2016-05-111-71/+76
| | | | | | (bzr r13645.1.132)
* | Working with path updatesJabier Arraiza Cenoz2016-05-103-48/+49
| | | | | | (bzr r13645.1.130)
* | First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-084-271/+131
| | | | | | (bzr r13645.1.128)
* | Update to trunkJabier Arraiza Cenoz2016-03-153-19/+354
|\| | | | | (bzr r13645.1.119)
| * Another small change to miter-limit for 'arcs' join to match SVG spec.Tavmjong Bah2016-03-021-1/+1
| | | | | | (bzr r14677)
| * Fix miter-limit behavior to match SVG spec.Tavmjong Bah2016-02-271-2/+4
| | | | | | (bzr r14671)