summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-102-10/+18
| | | (bzr r14239)
* Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
| | | (bzr r14238)
* Fix build failures on some platforms.Krzysztof Kosi??ski2015-07-084-10/+4
| | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237)
* Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah2015-07-071-3/+9
| | | (bzr r14236)
* Update 2Geom to r2417: make scan-build happyKrzysztof Kosi??ski2015-07-062-3/+3
| | | (bzr r14235)
* 2geom. Fixes make distcheck failure.Nicolas Dufour2015-07-061-1/+0
| | | (bzr r14233)
* Hopefully fix build failure on i386Krzysztof Kosi??ski2015-07-051-1/+1
| | | (bzr r14232)
* SVG font editor: fix defunct Kerning tab (bug #1406543)su_v2015-07-051-0/+5
| | | (bzr r14230)
* Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour2015-07-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457069 (bzr r14229)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-056-170/+47
| | | (bzr r14228)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-04245-9139/+15310
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Upgrade to 2Geom r2413Krzysztof Kosi??ski2015-07-0432-553/+817
| | | | | | (bzr r14059.2.18)
| * 2Geom CMake adjustmentKrzysztof Kosi??ski2015-05-221-2/+3
| | | | | | (bzr r14059.2.17)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-2270-1669/+2203
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-22107-5340/+6396
| |\ | | | | | | (bzr r14059.2.15)
| * | Undo changes to CMakeLists.txt in 2geom directory after syncsKrzysztof Kosi??ski2015-05-091-183/+133
| | | | | | | | | (bzr r14059.2.14)
| * | Update to 2Geom r2360. Fixes taper stroke LPE.Krzysztof Kosi??ski2015-05-092-5/+46
| | | | | | | | | (bzr r14059.2.13)
| * | Fix eraser toolKrzysztof Kosi??ski2015-05-095-153/+222
| | | | | | | | | (bzr r14059.2.12)
| * | Merge from trunkKrzysztof Kosi??ski2015-05-08267-4302/+7118
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-083-35/+7
| | | | | | | | | | | | | | | | | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
| * | | Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-083-15/+1
| | | | | | | | | | | | (bzr r14059.2.9)
| * | | Adjust CMakeLists for 2geom directoryKrzysztof Kosi??ski2015-05-081-4/+0
| | | | | | | | | | | | (bzr r14059.2.8)
| * | | Update to 2Geom r2358 - better z-snapping logicKrzysztof Kosi??ski2015-05-082-43/+60
| | | | | | | | | | | | (bzr r14059.2.7)
| * | | Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski2015-05-081-7/+1
| | | | | | | | | | | | (bzr r14059.2.6)
| * | | Fix ellipse problemsKrzysztof Kosi??ski2015-05-085-19/+26
| | | | | | | | | | | | (bzr r14059.2.5)
| * | | Fix node editing problemsKrzysztof Kosi??ski2015-05-086-54/+95
| | | | | | | | | | | | (bzr r14059.2.4)
| * | | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-3014-182/+150
| | | | | | | | | | | | (bzr r14059.2.3)
| * | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-2820-68/+111
| | | | | | | | | | | | (bzr r14059.2.2)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-27218-7116/+12404
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Preferences. Fix for Bug #1459944 (self-intersecting shape display and union ↵tavmjong-free2015-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error). Fixed bugs: - https://launchpad.net/bugs/1459944 (bzr r14224)
* | | | Templates. Fix for Bug #1402182 (Crash with color widget used in procedural ↵Nicolas Dufour2015-06-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | template). Fixed bugs: - https://launchpad.net/bugs/1402182 (bzr r14223)
* | | | Improve hidding helper path when show outline toogle is onjtx2015-06-261-3/+6
| | | | | | | | | | | | (bzr r14220)
* | | | Fix for the bug 1468396. Fix the new bug noticed by su_vJabier Arraiza Cenoz2015-06-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14219)
* | | | Improve Tips for BSpline modeJabier Arraiza Cenoz2015-06-252-2/+12
| | | | | | | | | | | | (bzr r14218)
* | | | Fix for the bug 1468396Jabier Arraiza Cenoz2015-06-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14217)
* | | | Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-256-5/+261
| | | | | | | | | | | | (bzr r14215)
* | | | Merge node angle measurement by Alexander BrockKrzysztof Kosi??ski2015-06-241-3/+21
|\ \ \ \ | | | | | | | | | | (bzr r14213)
| * | | | Change function call to one lineAlexander Brock2015-06-101-3/+1
| | | | | | | | | | | | | | | (bzr r14195.1.3)
| * | | | Compute angle in [0,180[ and adhere to style guideAlexander Brock2015-06-101-11/+6
| | | | | | | | | | | | | | | (bzr r14195.1.2)
| * | | | Show angle of selected line segments relative to X-axisAlexander Brock2015-06-081-3/+26
| | | | | | | | | | | | | | | (bzr r14195.1.1)
* | | | | Libcroco. cr-fonts: Fix a bad copy/paste error (already fixed upstream).Nicolas Dufour2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1434203 (bzr r14212)
* | | | | Fix for bug #1467601 (Missing undo history label for metadata description).Nicolas Dufour2015-06-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1467601 (bzr r14211)
* | | | | Spray. Fix for Bug #1459845 (Spray tool pressure sensitivity broken?).Nicolas Dufour2015-06-222-39/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1459845 (bzr r14210)
* | | | | Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵Nicolas Dufour2015-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209)
* | | | | Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-225-4/+120
| | | | | | | | | | | | | | | (bzr r14208)
* | | | | Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-224-24/+51
| | | | | | | | | | | | | | | | | | | | | | | | | Requires Pango version equal or greater than 1.37.1. (bzr r14207)
* | | | | Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-213-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | Requires Pango 1.37.1. (bzr r14206)
* | | | | Spray Tool. Fixing boolean initialization and coding style issues.Nicolas Dufour2015-06-182-11/+11
| | | | | | | | | | | | | | | (bzr r14205)
* | | | | Enable column headers. Add tooltips to headers.Tavmjong Bah2015-06-182-3/+37
| | | | | | | | | | | | | | | (bzr r14204)
* | | | | Make the behavior of the snap indicator fully transparent, such that all ↵Diederik van Lierop2015-06-123-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events are sent to the items or canvas as intended Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14201)