summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning cleanup.Jon A. Cruz2015-03-151-1/+2
| | | (bzr r14006)
* sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683)Alvin Penner2015-03-141-8/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005)
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-146-91/+140
| | | (bzr r14004)
* Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵Jabier Arraiza Cenoz2015-03-144-33/+7
| | | | | added auto refresh knots position in point parameters when updated programaticaly (bzr r14003)
* Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵Jabier Arraiza Cenoz2015-03-144-3/+17
| | | | | extem axis knots (bzr r14001)
* Fix for a potential (though unlikely) dereference of null pointer in the ↵Nicolas Dufour2015-03-141-32/+34
| | | | | spray tool single path mode. (bzr r14000)
* dynamic, linked offsets applied to clone originalRaphael Rosch2015-03-141-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1377689 (bzr r13999)
* Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵Jabier Arraiza Cenoz2015-03-124-41/+108
| | | | | contract all point parameters (bzr r13998)
* Fix for potential null pointer call in the 3D box toolbar widget.Nicolas Dufour2015-03-121-7/+7
| | | (bzr r13997)
* Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-1211-140/+172
| | | (bzr r13995)
* Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-115-3/+165
| | | (bzr r13994)
* Inicialite variables to prevent crashesJabier Arraiza Cenoz2015-03-114-6/+10
| | | (bzr r13990)
* Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵Jabier Arraiza Cenoz2015-03-105-8/+74
| | | | | added to lattice 2 a symmetry options (bzr r13989)
* Fix a bug whith previous commitJabier Arraiza Cenoz2015-03-103-31/+33
| | | (bzr r13988)
* This commit remove all ocurrences of Active Desktop casts and all tool swith ↵Jabier Arraiza Cenoz2015-03-103-20/+5
| | | | | on Perspective/Envelope and in Lattice 2, also remove some casts from point parameter (bzr r13987)
* Remove redundant buttons on simplify LPEJabier Arraiza Cenoz2015-03-102-33/+6
| | | (bzr r13986)
* remember status of preview pane in native Windows open dialog. (Bug 1428873)Alvin Penner2015-03-101-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428873 (bzr r13985)
* Filters. Fix for Bug #790534 (Simulate color blindness/defects?).Nicolas Dufour2015-03-102-1/+77
| | | | | | Fixed bugs: - https://launchpad.net/bugs/790534 (bzr r13984)
* Fix a bad stringJabier Arraiza Cenoz2015-03-091-1/+1
| | | (bzr r13982)
* Removed auto size helper paths because strange resultJabier Arraiza Cenoz2015-03-094-55/+40
| | | (bzr r13981)
* Fixed a bug on simplify pointed by su_vJabier Arraiza Cenoz2015-03-082-25/+3
| | | (bzr r13978)
* i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan2015-03-084-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
* Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-0810-32/+76
| | | (bzr r13974)
* Improved popup mesage to a LPE Simplify parameterJabier Arraiza Cenoz2015-03-071-1/+1
| | | (bzr r13973)
* Add a smooth angles parameter to Simplify LPEJabier Arraiza Cenoz2015-03-072-15/+61
| | | (bzr r13972)
* Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson2015-03-071-0/+5
| | | (bzr r13971)
* avoid 0/0 problem in get_scale_transform_for_uniform_stroke. (Bug 1428789)Alvin Penner2015-03-061-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428789 (bzr r13970)
* Fix filter primitives using 'type' attribute. (Broken when 'type' attribute ↵Tavmjong Bah2015-03-063-4/+4
| | | | | introduced on meshes.) (bzr r13969)
* Fix for Bug #1428967 (Inkscape0.91 crashes under interface using ↵Nicolas Dufour2015-03-061-2/+2
| | | | | | | | Chinese/Taiwan(zh-tw)). Fixed bugs: - https://launchpad.net/bugs/1428967 (bzr r13968)
* Fix out-of-control render cache from dominating all available memoryLiam P. White2015-03-051-3/+3
| | | (bzr r13966)
* Fix for Bug #918319 (Printing offsets page).Nicolas Dufour2015-03-051-19/+2
| | | | | | | | Fix for a dead assignment in the printing code (Jenkins warning: http://jenkins.inkscape.org/job/Inkscape_trunk_scan-build/42/clangScanBuildBugs/browse/report-a94344.html#EndPath). Fixed bugs: - https://launchpad.net/bugs/918319 (bzr r13965)
* scale spinboxes for rectangle toolbar. (Bug 307656)Alvin Penner2015-03-042-14/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/307656 (bzr r13964)
* Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).Nicolas Dufour2015-03-021-17/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-0212-337/+100
| | | (bzr r13961)
* Fixed a bad castingJabier Arraiza Cenoz2015-03-021-5/+7
| | | (bzr r13960)
* Added shorcut to move along axes, point reseteable parameter,pointed by ↵Jabier Arraiza Cenoz2015-03-023-36/+49
| | | | | Vlada, also fixed some UX styles in lattice2 and perspective envelope, pointed by suv. A question: Can I update point parameter whith pointreseteable parameter features, to have only one point parameter? (bzr r13959)
* Match function definition and declaration syntax. Mismatch pointed out by ↵Tavmjong Bah2015-03-011-5/+5
| | | | | doxygen warnings. (bzr r13958)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-0123-928/+507
| | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* if viewbox does not exist in file, set the document-units to be px. (Bug ↵Alvin Penner2015-03-011-1/+3
| | | | | | | | 1239682) Fixed bugs: - https://launchpad.net/bugs/1239682 (bzr r13955)
* Workaround for bug #1426090 (more LPE nastiness)Liam P. White2015-02-281-4/+30
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1426090 (bzr r13954)
* Translations. New Icenlandic translation.Sveinn í Felli2015-02-271-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13951)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-2641-52/+52
| | | (bzr r13950)
* whoopsLiam P. White2015-02-251-0/+1
| | | (bzr r13949)
* Collect util/ into a static libraryLiam P. White2015-02-259-14/+18
| | | (bzr r13948)
* fix for bug 1425317mathog2015-02-254-7/+25
| | | (bzr r13947)
* Isolate components of libgcLiam P. White2015-02-2542-43/+69
| | | (bzr r13946)
* Remove useless fileLiam P. White2015-02-253-23/+0
| | | (bzr r13945)
* Don't compile doxygen-main.cppLiam P. White2015-02-253-2/+0
| | | (bzr r13944)
* load rectangle parameters as px. (Bug 1424798)Alvin Penner2015-02-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1424798 (bzr r13943)
* Removed reference to factory.h in the src/makefile_insert file that wasRyan Lerch2015-02-251-1/+0
| | | | | breaking make dist. factory.h was removed in revision 13940. (bzr r13942)