summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix regression introduced in r15634Eduard Braun2017-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1686549 (bzr r15647)
| * | | | | Improve 0.92 support for Clone Original LPEJabiertxof2017-04-252-24/+18
| | | | | | | | | | | | | | | | | | (bzr r15645)
| * | | | | Little UX tweakJabiertxof2017-04-251-2/+2
| | | | | | | | | | | | | | | | | | (bzr r15644)
| * | | | | Rotate copies improvements:Jabiertxof2017-04-252-63/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes. Better widgets positions (bzr r15643)
| * | | | | Fixed some bugs in Rotate Copies LPE.Jabier Arraiza Cenoz2017-04-252-50/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a EnumParam to handle explusive bool params Make compatible with 0.92 code (bzr r15642)
| * | | | | Rotate copies LPE refactor. Add double option, fuse and kaleidoscope both ↵Jabier Arraiza Cenoz2017-04-252-93/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with mirror copies and split items (bzr r15641)
| * | | | | Fix last commit bug on split LPE objects in rotate copies LPEJabiertxof2017-04-241-32/+14
| | | | | | | | | | | | | | | | | | (bzr r15640)
| * | | | | Improve rotate copies LPE to allow mirror copy with and without fuseJabier Arraiza Cenoz2017-04-242-20/+42
| | | | | | | | | | | | | | | | | | (bzr r15639)
| * | | | | Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-244-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14978 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 (bzr r15638)
| * | | | | Cleanup for previous commitEduard Braun2017-04-242-6/+3
| | | | | | | | | | | | | | | | | | (bzr r15637)
| * | | | | Extensions: Fix "param"s of type "description" were always translated (as ↵Eduard Braun2017-04-241-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opposed to only the underscored variant "_param") (bzr r15636)
| * | | | | Extensions: Fixes and improvements for "gui-description" parameter attribute ↵Eduard Braun2017-04-243-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | along the lines of r14955 - "gui-description" was always translated (as opposed to only "_gui-description") - Added possibility to specify "msgctxt" for "_gui-description" (bzr r15635)
| * | | | | Some code refactoring for consistencyEduard Braun2017-04-0921-200/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3)
| * | | | | Remove unused field "scope"Eduard Braun2017-04-0922-88/+27
| | | | | | | | | | | | | | | | | | (bzr r15633.1.2)
| * | | | | Remove unused field "gui_tip"Eduard Braun2017-04-0920-65/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
| * | | | | Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-247-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
| * | | | | Fix crash when modifying text in "Text and Font" dialogEduard Braun2017-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1618015 (bzr r15632)
| * | | | | avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner2017-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1679428 (bzr r15631)
| * | | | | Simplify code and avoid conditional compilation by consistently using glib ↵Eduard Braun2017-04-221-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions Also fixes a case where the modifier passed to g_fopen() might contain a duplicated binary specifier on Windows (e.g. 'wbb') which broke functionality in MSYS2 builds (see bug 1685091) Fixed bugs: - https://launchpad.net/bugs/1685091 (bzr r15630)
| * | | | | Cleanup: Remove some unused debug messagesEduard Braun2017-04-221-54/+0
| | | | | | | | | | | | | | | | | | (bzr r15629)
| * | | | | [Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to ↵shlomif-gmail2017-04-211-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export as inkscape-style SVG. Fixed bugs: - https://launchpad.net/bugs/1572242 (bzr r15628)
| * | | | | [Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, ↵shark0r2017-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defunct 5th slider at the bottom. Fixed bugs: - https://launchpad.net/bugs/1635982 (bzr r15627)
| * | | | | terminate line with round caps. (Bug 1680179)Alvin Penner2017-04-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626)
| * | | | | Fixes crashes with LPE point parameterJabiertxof2017-04-152-15/+10
| | | | | | | | | | | | | | | | | | (bzr r15623)
| * | | | | Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-152-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622)
| * | | | | fix scrolling on style indicator in statusbar for gtk3eman-mod2017-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1672384 (bzr r15621)
| * | | | | Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite2017-04-131-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15620)
| * | | | | Do not simplify when path inset or outsetmorapeter2017-04-131-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616469 (bzr r15619)
| * | | | | EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-064-28/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
| * | | | | Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
| | | | | | | | | | | | | | | | | | (bzr r15616)
| * | | | | Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615)
| * | | | | Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-303-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614)
| * | | | | Add forgotten file from last check-in.Tavmjong Bah2017-03-301-0/+132
| | | | | | | | | | | | | | | | | | (bzr r15613)
| * | | | | Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-3012-62/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
| * | | | | White space.Tavmjong Bah2017-03-291-9/+11
| | | | | | | | | | | | | | | | | | (bzr r15611)
| * | | | | convert Preferences Inset/Outset to document units. (Bug 1542093)Alvin Penner2017-03-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1542093 (bzr r15610)
| * | | | | Prevents crash when saving or closing a document in some casesMinglangjun Li2017-03-261-6/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15608)
| | * | | | | Fix lp:1670688.Minglangjun Li2017-03-191-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15577.1.1)
| * | | | | | Extensions: Correctly handle the xml:space="preserve" attribute for ↵Eduard Braun2017-03-252-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "description"s This also fixes multiline descriptions (and other descriptions containing additional whitespace) not being translatable if xml:space="preserve" is not specified. Fixed bugs: - https://launchpad.net/bugs/1668115 (bzr r15607)
| * | | | | | Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah2017-03-226-7/+124
| | | | | | | | | | | | | | | | | | | | | (bzr r15606)
| * | | | | | Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-215-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change default rotation step to 15 degrees. (bzr r15605)
| * | | | | | Add verbs for canvas rotation.Tavmjong Bah2017-03-213-39/+96
| | | | | | | | | | | | | | | | | | | | | (bzr r15604)
| * | | | | | Implement rotation via desktop to window affine.Tavmjong Bah2017-03-2030-1157/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
| * | | | | | Modify CanvasXYGrid to work with rotated canvas.Tavmjong Bah2017-03-182-104/+147
| | | | | | | | | | | | | | | | | | | | | (bzr r15602)
| * | | | | | sbasis-to-bezier. reject highly asymmetric solutions. (Bug 1544680)Alvin Penner2017-03-171-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1544680 (bzr r15601)
| * | | | | | Modifiy CtrlRect to work with rotated canvas.Tavmjong Bah2017-03-172-145/+127
| | | | | | | | | | | | | | | | | | | | | (bzr r15600)
* | | | | | | Update to trunkJabiertxof2017-03-166-14/+12
|\| | | | | | | | | | | | | | | | | | | | (bzr r13645.1.173)
| * | | | | | Remove some compiling warnsJabiertxof2017-03-166-14/+12
| | | | | | | | | | | | | | | | | | | | | (bzr r15599)
* | | | | | | Remove some warningsJabiertxof2017-03-161-3/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.172)
* | | | | | | Remove some warningsJabiertxof2017-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.171)