summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | Fix some new Gdk deprecationsAlex Valavanis2017-02-072-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15491)
* | | | | | | | | | | | | | | | | Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on ↵Tavmjong Bah2017-02-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | successful read. Fixed bugs: - https://launchpad.net/bugs/1662285 (bzr r15490)
* | | | | | | | | | | | | | | | | Don't make Strict build defaultAlex Valavanis2017-02-071-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15489)
* | | | | | | | | | | | | | | | | Add new 'Strict' build type for deprecation checkingAlex Valavanis2017-02-072-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15488)
* | | | | | | | | | | | | | | | | [Bug #1661989] Toolbar icons have non-transparent backgrounds.tghs2017-02-073-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1661989 (bzr r15487)
* | | | | | | | | | | | | | | | | This commit fixes bug #1657874Jabiertxof2017-02-064-6/+7
| |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Title Missing handles after reset of rotation center Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select. Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down. What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown. Fixed bugs: - https://launchpad.net/bugs/1657874 (bzr r15486)
* | | | | | | | | | | | | | | | Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-0613-184/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15485)
* | | | | | | | | | | | | | | | Extensions: Support for very old versions of Scour (<= 0.26)Eduard Braun2017-02-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not really want to support them anymore, but some distros are stuck with it (see https://code.launchpad.net/~mapreri/inkscape/support-scour-0.26/+merge/315348) (bzr r15484)
* | | | | | | | | | | | | | | | Extensions: Add a version check for ScourEduard Braun2017-02-052-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an older version of Scour is installed on the system notify the user that not all options in the extensions Window might be available (can optionally be turned off) (bzr r15483)
* | | | | | | | | | | | | | | | Extensions: Add about screen for Scour extension (aka "optimized SVG output")Eduard Braun2017-02-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15482)
* | | | | | | | | | | | | | | | forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-057-4/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481)
* | | | | | | | | | | | | | | | add missing headerMarc Jeanmougin2017-02-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15480)
* | | | | | | | | | | | | | | | fix crash when inserting nodesShlomi Fish2017-02-051-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1617615 (bzr r15479)
* | | | | | | | | | | | | | | | Fix styling breakage from r15471.Tavmjong Bah2017-02-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15478)
* | | | | | | | | | | | | | | | Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-0530-84/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* | | | | | | | | | | | | | | | CMake: Supress status messages for install target on Windows (considerably ↵Eduard Braun2017-02-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | speeds up build process) (bzr r15476)
* | | | | | | | | | | | | | | | CMake: Remove duplicated check for sigc++Eduard Braun2017-02-043-146/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It didn't make much sense to check twice anyway - The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now - The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually) http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039 (bzr r15475)
* | | | | | | | | | | | | | | | Fixes bug:1654808 along a option to fuse when paths points are coincidantJabiertxof2017-02-044-14/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1654808 (bzr r15474)
* | | | | | | | | | | | | | | | Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties.Jabiertxof2017-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1655156 (bzr r15473)
* | | | | | | | | | | | | | | | Fixes bug 1655160 in stich subpathsJabiertxof2017-02-042-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1655160 (bzr r15472)
* | | | | | | | | | | | | | | | Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-0419-207/+1746
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15471)
| * | | | | | | | | | | | | | | | Add some more comments to improve code understandingkamalpreetgrewal2016-08-204-66/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.75)
| * | | | | | | | | | | | | | | | Pass remaining simple class selector testskamalpreetgrewal2016-08-191-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.74)
| * | | | | | | | | | | | | | | | Complete passing of test to add ID selectorskamalpreetgrewal2016-08-191-61/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.73)
| * | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-190-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.72)
| * | | | | | | | | | | | | | | | | Uncommenting for editing CSS propertieskamalpreetgrewal2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.71)
| * | | | | | | | | | | | | | | | | Passing test when adding id selectorskamalpreetgrewal2016-08-182-127/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.70)
| * | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-1840-4076/+25220
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.69)
| * | | | | | | | | | | | | | | | | | Pass tests while adding & removing objects from class selectorskamalpreetgrewal2016-08-161-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.68)
| * | | | | | | | | | | | | | | | | | Solve issue with addition of missing CSS propertieskamalpreetgrewal2016-08-161-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.67)
| * | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-1613-32/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.66)
| * | | | | | | | | | | | | | | | | | | Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-154-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.65)
| * | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-15480-42847/+6048
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.64)
| * | | | | | | | | | | | | | | | | | | | Solve crash when deleting CSS propertykamalpreetgrewal2016-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.63)
| * | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-04416-14062/+10405
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.62)
| * | | | | | | | | | | | | | | | | | | | | Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal2016-07-264-21/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.61)
| * | | | | | | | | | | | | | | | | | | | | Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-253-74/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.60)
| * | | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-07-259-51/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.59)
| * | | | | | | | | | | | | | | | | | | | | | Add InkSelector class with some code improvementskamalpreetgrewal2016-07-242-47/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.58)
| * | | | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-07-2414-22/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.57)
| * | | | | | | | | | | | | | | | | | | | | | | Separate CSS dialog from Style Dialog visuallykamalpreetgrewal2016-07-203-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.56)
| * | | | | | | | | | | | | | | | | | | | | | | Update XML correctly when editing propertieskamalpreetgrewal2016-07-191-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.55)
| * | | | | | | | | | | | | | | | | | | | | | | Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-194-21/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.54)
| * | | | | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-07-194-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.53)
| * | | | | | | | | | | | | | | | | | | | | | | | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-179-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.52)
| * | | | | | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-07-171-1540/+1338
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.51)
| * | | | | | | | | | | | | | | | | | | | | | | | | Change expander column of treeview and set indentation of child rowskamalpreetgrewal2016-07-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.50)
| * | | | | | | | | | | | | | | | | | | | | | | | | Correct deletion of child rows when parent selector is deletedkamalpreetgrewal2016-07-131-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.49)
| * | | | | | | | | | | | | | | | | | | | | | | | | Replace s1 with matchSelectorkamalpreetgrewal2016-07-131-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.48)
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when deleting selectorkamalpreetgrewal2016-07-131-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.47)