summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-082-8/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15496)
| * | | | | | | | | | | | | | Fix g_warnings (typo in action name).Tavmjong Bah2017-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15495)
| * | | | | | | | | | | | | | [Bug #1658320] Color names have additional numbers.peregrine2017-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1658320 (bzr r15494)
| * | | | | | | | | | | | | | fix two memory leaksperegrine2017-02-072-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493)
| * | | | | | | | | | | | | | Fix Gdk deprecationsAlex Valavanis2017-02-071-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15492)
| * | | | | | | | | | | | | | 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)
| * | | | | | | | | | | | | | Add new 'Strict' build type for deprecation checkingAlex Valavanis2017-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15488)
| * | | | | | | | | | | | | | 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-0612-93/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15485)
| * | | | | | | | | | | | | forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-056-4/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | | | | | | | | | | 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)
| | * | | | | | | | | | | | | 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-187-24/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-15413-25374/+4501
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.64)
| | * | | | | | | | | | | | | | | | Solve crash when deleting CSS propertykamalpreetgrewal2016-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.63)
| | * | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-08-04406-2014/+602
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-257-49/+47
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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)
| | * | | | | | | | | | | | | | | | | | | | 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)
| | * | | | | | | | | | | | | | | | | | | | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-138-207/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.46)
| | * | | | | | | | | | | | | | | | | | | | Merge changes from trunkkamalpreetgrewal2016-07-131-7/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.45)
| | * | | | | | | | | | | | | | | | | | | | | Delete objects from selector by clicking '-' in front of objectskamalpreetgrewal2016-07-091-44/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.44)
| | * | | | | | | | | | | | | | | | | | | | | Selects matching objects for single as well as double click on selectorkamalpreetgrewal2016-07-082-34/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.42)