| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warning cleanup. | Jon A. Cruz | 2015-03-15 | 1 | -1/+2 |
| | | | | (bzr r14006) | ||||
| * | sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683) | Alvin Penner | 2015-03-14 | 1 | -8/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005) | ||||
| * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 6 | -91/+140 |
| | | | | (bzr r14004) | ||||
| * | Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵ | Jabier Arraiza Cenoz | 2015-03-14 | 4 | -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 Cenoz | 2015-03-14 | 4 | -3/+17 |
| | | | | | | extem axis knots (bzr r14001) | ||||
| * | Fix for a potential (though unlikely) dereference of null pointer in the ↵ | Nicolas Dufour | 2015-03-14 | 1 | -32/+34 |
| | | | | | | spray tool single path mode. (bzr r14000) | ||||
| * | dynamic, linked offsets applied to clone original | Raphael Rosch | 2015-03-14 | 1 | -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 Cenoz | 2015-03-12 | 4 | -41/+108 |
| | | | | | | contract all point parameters (bzr r13998) | ||||
| * | Fix for potential null pointer call in the 3D box toolbar widget. | Nicolas Dufour | 2015-03-12 | 1 | -7/+7 |
| | | | | (bzr r13997) | ||||
| * | Point parameter refactor, Fixes a bug in Lattice2 whith lines. | Jabier Arraiza Cenoz | 2015-03-12 | 11 | -140/+172 |
| | | | | (bzr r13995) | ||||
| * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 5 | -3/+165 |
| | | | | (bzr r13994) | ||||
| * | Inicialite variables to prevent crashes | Jabier Arraiza Cenoz | 2015-03-11 | 4 | -6/+10 |
| | | | | (bzr r13990) | ||||
| * | Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵ | Jabier Arraiza Cenoz | 2015-03-10 | 5 | -8/+74 |
| | | | | | | added to lattice 2 a symmetry options (bzr r13989) | ||||
| * | Fix a bug whith previous commit | Jabier Arraiza Cenoz | 2015-03-10 | 3 | -31/+33 |
| | | | | (bzr r13988) | ||||
| * | This commit remove all ocurrences of Active Desktop casts and all tool swith ↵ | Jabier Arraiza Cenoz | 2015-03-10 | 3 | -20/+5 |
| | | | | | | on Perspective/Envelope and in Lattice 2, also remove some casts from point parameter (bzr r13987) | ||||
| * | Remove redundant buttons on simplify LPE | Jabier Arraiza Cenoz | 2015-03-10 | 2 | -33/+6 |
| | | | | (bzr r13986) | ||||
| * | remember status of preview pane in native Windows open dialog. (Bug 1428873) | Alvin Penner | 2015-03-10 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428873 (bzr r13985) | ||||
| * | Filters. Fix for Bug #790534 (Simulate color blindness/defects?). | Nicolas Dufour | 2015-03-10 | 2 | -1/+77 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/790534 (bzr r13984) | ||||
| * | Fix a bad string | Jabier Arraiza Cenoz | 2015-03-09 | 1 | -1/+1 |
| | | | | (bzr r13982) | ||||
| * | Removed auto size helper paths because strange result | Jabier Arraiza Cenoz | 2015-03-09 | 4 | -55/+40 |
| | | | | (bzr r13981) | ||||
| * | Fixed a bug on simplify pointed by su_v | Jabier Arraiza Cenoz | 2015-03-08 | 2 | -25/+3 |
| | | | | (bzr r13978) | ||||
| * | i10n. Fix for Bug #1429579 (Various typos in the trunk code). | Yuri Chornoivan | 2015-03-08 | 4 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976) | ||||
| * | Update simplify and bspline to auto size some helper paths based on current zoom | Jabier Arraiza Cenoz | 2015-03-08 | 10 | -32/+76 |
| | | | | (bzr r13974) | ||||
| * | Improved popup mesage to a LPE Simplify parameter | Jabier Arraiza Cenoz | 2015-03-07 | 1 | -1/+1 |
| | | | | (bzr r13973) | ||||
| * | Add a smooth angles parameter to Simplify LPE | Jabier Arraiza Cenoz | 2015-03-07 | 2 | -15/+61 |
| | | | | (bzr r13972) | ||||
| * | Enable PDF/PS/EPS export for gradient mesh (bug #1363369) | Adrian Johnson | 2015-03-07 | 1 | -0/+5 |
| | | | | (bzr r13971) | ||||
| * | avoid 0/0 problem in get_scale_transform_for_uniform_stroke. (Bug 1428789) | Alvin Penner | 2015-03-06 | 1 | -2/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428789 (bzr r13970) | ||||
| * | Fix filter primitives using 'type' attribute. (Broken when 'type' attribute ↵ | Tavmjong Bah | 2015-03-06 | 3 | -4/+4 |
| | | | | | | introduced on meshes.) (bzr r13969) | ||||
| * | Fix for Bug #1428967 (Inkscape0.91 crashes under interface using ↵ | Nicolas Dufour | 2015-03-06 | 1 | -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 memory | Liam P. White | 2015-03-05 | 1 | -3/+3 |
| | | | | (bzr r13966) | ||||
| * | Fix for Bug #918319 (Printing offsets page). | Nicolas Dufour | 2015-03-05 | 1 | -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 Penner | 2015-03-04 | 2 | -14/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/307656 (bzr r13964) | ||||
| * | Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh). | Nicolas Dufour | 2015-03-02 | 1 | -17/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963) | ||||
| * | Merged pointreseteable parameter to point parameter | Jabier Arraiza Cenoz | 2015-03-02 | 12 | -337/+100 |
| | | | | (bzr r13961) | ||||
| * | Fixed a bad casting | Jabier Arraiza Cenoz | 2015-03-02 | 1 | -5/+7 |
| | | | | (bzr r13960) | ||||
| * | Added shorcut to move along axes, point reseteable parameter,pointed by ↵ | Jabier Arraiza Cenoz | 2015-03-02 | 3 | -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 Bah | 2015-03-01 | 1 | -5/+5 |
| | | | | | | doxygen warnings. (bzr r13958) | ||||
| * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 23 | -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 Penner | 2015-03-01 | 1 | -1/+3 |
| | | | | | | | | | 1239682) Fixed bugs: - https://launchpad.net/bugs/1239682 (bzr r13955) | ||||
| * | Workaround for bug #1426090 (more LPE nastiness) | Liam P. White | 2015-02-28 | 1 | -4/+30 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426090 (bzr r13954) | ||||
| * | Translations. New Icenlandic translation. | Sveinn í Felli | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13951) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 41 | -52/+52 |
| | | | | (bzr r13950) | ||||
| * | whoops | Liam P. White | 2015-02-25 | 1 | -0/+1 |
| | | | | (bzr r13949) | ||||
| * | Collect util/ into a static library | Liam P. White | 2015-02-25 | 9 | -14/+18 |
| | | | | (bzr r13948) | ||||
| * | fix for bug 1425317 | mathog | 2015-02-25 | 4 | -7/+25 |
| | | | | (bzr r13947) | ||||
| * | Isolate components of libgc | Liam P. White | 2015-02-25 | 42 | -43/+69 |
| | | | | (bzr r13946) | ||||
| * | Remove useless file | Liam P. White | 2015-02-25 | 3 | -23/+0 |
| | | | | (bzr r13945) | ||||
| * | Don't compile doxygen-main.cpp | Liam P. White | 2015-02-25 | 3 | -2/+0 |
| | | | | (bzr r13944) | ||||
| * | load rectangle parameters as px. (Bug 1424798) | Alvin Penner | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424798 (bzr r13943) | ||||
| * | Removed reference to factory.h in the src/makefile_insert file that was | Ryan Lerch | 2015-02-25 | 1 | -1/+0 |
| | | | | | | breaking make dist. factory.h was removed in revision 13940. (bzr r13942) | ||||
