| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix two memory leaks | peregrine | 2017-02-07 | 2 | -0/+4 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493) | ||||
| * | Fix Gdk deprecations | Alex Valavanis | 2017-02-07 | 1 | -2/+25 |
| | | | | (bzr r15492) | ||||
| * | Fix some new Gdk deprecations | Alex Valavanis | 2017-02-07 | 2 | -11/+32 |
| | | | | (bzr r15491) | ||||
| * | Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on ↵ | Tavmjong Bah | 2017-02-07 | 1 | -2/+4 |
| | | | | | | | | | successful read. Fixed bugs: - https://launchpad.net/bugs/1662285 (bzr r15490) | ||||
| * | Add new 'Strict' build type for deprecation checking | Alex Valavanis | 2017-02-07 | 1 | -0/+4 |
| | | | | (bzr r15488) | ||||
| * | This commit fixes bug #1657874 | Jabiertxof | 2017-02-06 | 4 | -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 code | Alex Valavanis | 2017-02-06 | 12 | -93/+4 |
| | | | | (bzr r15485) | ||||
| * | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 2017-02-05 | 6 | -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 header | Marc Jeanmougin | 2017-02-05 | 1 | -0/+2 |
| | | | | (bzr r15480) | ||||
| * | fix crash when inserting nodes | Shlomi Fish | 2017-02-05 | 1 | -2/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1617615 (bzr r15479) | ||||
| * | Fix styling breakage from r15471. | Tavmjong Bah | 2017-02-05 | 2 | -3/+3 |
| | | | | (bzr r15478) | ||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 30 | -84/+145 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | Fixes bug:1654808 along a option to fuse when paths points are coincidant | Jabiertxof | 2017-02-04 | 4 | -14/+27 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1654808 (bzr r15474) | ||||
| * | Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties. | Jabiertxof | 2017-02-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1655156 (bzr r15473) | ||||
| * | Fixes bug 1655160 in stich subpaths | Jabiertxof | 2017-02-04 | 2 | -7/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1655160 (bzr r15472) | ||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 19 | -207/+1746 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Add some more comments to improve code understanding | kamalpreetgrewal | 2016-08-20 | 4 | -66/+100 |
| | | | | | | | (bzr r14949.1.75) | ||||
| | * | Pass remaining simple class selector tests | kamalpreetgrewal | 2016-08-19 | 1 | -15/+20 |
| | | | | | | | (bzr r14949.1.74) | ||||
| | * | Complete passing of test to add ID selectors | kamalpreetgrewal | 2016-08-19 | 1 | -61/+55 |
| | | | | | | | (bzr r14949.1.73) | ||||
| | * | Uncommenting for editing CSS properties | kamalpreetgrewal | 2016-08-18 | 1 | -2/+2 |
| | | | | | | | (bzr r14949.1.71) | ||||
| | * | Passing test when adding id selectors | kamalpreetgrewal | 2016-08-18 | 2 | -127/+164 |
| | | | | | | | (bzr r14949.1.70) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-18 | 7 | -24/+11 |
| | |\ | | | | | | | (bzr r14949.1.69) | ||||
| | * | | Pass tests while adding & removing objects from class selectors | kamalpreetgrewal | 2016-08-16 | 1 | -16/+33 |
| | | | | | | | | | | (bzr r14949.1.68) | ||||
| | * | | Solve issue with addition of missing CSS properties | kamalpreetgrewal | 2016-08-16 | 1 | -6/+8 |
| | | | | | | | | | | (bzr r14949.1.67) | ||||
| | * | | Merge changes from trunk | kamalpreetgrewal | 2016-08-16 | 13 | -32/+43 |
| | |\ \ | | | | | | | | | (bzr r14949.1.66) | ||||
| | * | | | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 2016-08-15 | 4 | -64/+70 |
| | | | | | | | | | | | | | (bzr r14949.1.65) | ||||
| | * | | | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 413 | -25374/+4501 |
| | |\ \ \ | | | | | | | | | | | (bzr r14949.1.64) | ||||
| | * | | | | Solve crash when deleting CSS property | kamalpreetgrewal | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (bzr r14949.1.63) | ||||
| | * | | | | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 406 | -2014/+602 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r14949.1.62) | ||||
| | * | | | | | Add functionality to add and delete CSS property in CSS panel | kamalpreetgrewal | 2016-07-26 | 4 | -21/+170 |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.61) | ||||
| | * | | | | | Add robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 3 | -74/+124 |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.60) | ||||
| | * | | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-25 | 7 | -49/+47 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r14949.1.59) | ||||
| | * | | | | | | Add InkSelector class with some code improvements | kamalpreetgrewal | 2016-07-24 | 2 | -47/+60 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.58) | ||||
| | * | | | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-24 | 14 | -22/+29 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r14949.1.57) | ||||
| | * | | | | | | | Separate CSS dialog from Style Dialog visually | kamalpreetgrewal | 2016-07-20 | 3 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.56) | ||||
| | * | | | | | | | Update XML correctly when editing properties | kamalpreetgrewal | 2016-07-19 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.55) | ||||
| | * | | | | | | | Update XML & hence drawing when properties are edited in CSS panel | kamalpreetgrewal | 2016-07-19 | 4 | -21/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.54) | ||||
| | * | | | | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-19 | 4 | -4/+4 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r14949.1.53) | ||||
| | * | | | | | | | | Add CSS panel with editing support (no changes reflected yet) | kamalpreetgrewal | 2016-07-17 | 9 | -0/+219 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.52) | ||||
| | * | | | | | | | | Change expander column of treeview and set indentation of child rows | kamalpreetgrewal | 2016-07-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.50) | ||||
| | * | | | | | | | | Correct deletion of child rows when parent selector is deleted | kamalpreetgrewal | 2016-07-13 | 1 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.49) | ||||
| | * | | | | | | | | Replace s1 with matchSelector | kamalpreetgrewal | 2016-07-13 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.48) | ||||
| | * | | | | | | | | Fix crash when deleting selector | kamalpreetgrewal | 2016-07-13 | 1 | -11/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.47) | ||||
| | * | | | | | | | | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 8 | -207/+233 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.46) | ||||
| | * | | | | | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-13 | 1 | -7/+7 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.45) | ||||
| | * | | | | | | | | | Delete objects from selector by clicking '-' in front of objects | kamalpreetgrewal | 2016-07-09 | 1 | -44/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.44) | ||||
| | * | | | | | | | | | Selects matching objects for single as well as double click on selector | kamalpreetgrewal | 2016-07-08 | 2 | -34/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.42) | ||||
| | * | | | | | | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-08 | 2 | -465/+472 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.41) | ||||
| | * | | | | | | | | | | Fix issues related to updating style content and selection of rows in treeview | kamalpreetgrewal | 2016-07-06 | 1 | -27/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.40) | ||||
| | * | | | | | | | | | | Fix deletion and selection of objects clicking on styledialog rows and ↵ | kamalpreetgrewal | 2016-07-05 | 2 | -49/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vice-versa (bzr r14949.1.39) | ||||
