| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add support for imported style sheets via @import to Inkscape. | Tavmjong Bah | 2017-08-07 | 1 | -0/+2 |
| | | |||||
| * | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 2017-06-06 | 1 | -4/+4 |
| | | | | (bzr r15732) | ||||
| * | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 2017-06-04 | 1 | -0/+5 |
| | | | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15729) | ||||
| * | Add very raw page loading using links | Martin Owens | 2017-06-04 | 1 | -3/+9 |
| | | | | (bzr r15727) | ||||
| * | Allow any valid CSS selector. | Tavmjong Bah | 2017-02-22 | 1 | -0/+49 |
| | | | | (bzr r15539) | ||||
| * | [Bug #1662439] Instant crash when trying to move svg symbol. | Nicolas Dufour | 2017-02-09 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662439 (bzr r15498) | ||||
| * | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 2017-02-05 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -0/+54 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 2016-08-15 | 1 | -4/+4 |
| | | | | | | | (bzr r14949.1.65) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 1 | -47/+49 |
| | |\ | | | | | | | (bzr r14949.1.64) | ||||
| | * \ | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -8/+1 |
| | |\ \ | | | | | | | | | (bzr r14949.1.62) | ||||
| | * | | | Add robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 1 | -0/+54 |
| | | | | | | | | | | | | | (bzr r14949.1.60) | ||||
| * | | | | fixing to new trunk | Jabiertxof | 2017-01-24 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | (bzr r15142.1.38) | ||||
| | * | | | | update filter list when pasting and on import | Marc Jeanmougin | 2016-11-28 | 1 | -0/+1 |
| | | |_|/ | |/| | | | | | | (bzr r15283) | ||||
| * / | | | Doc rotate start | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -0/+6 |
| |/ / / | | | | | | | (bzr r15142.1.1) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -8/+4 |
| |\ \ \ | | |/ | |/| | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -8/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -2/+8 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -8/+2 |
| | |/ | | | | | (bzr r15025) | ||||
| | * | Fix auto palette when using extensions | Marc Jeanmougin | 2016-07-23 | 1 | -0/+3 |
| | | | | | | | (bzr r15019) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -11/+11 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -47/+49 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. | brock-alexander | 2016-06-14 | 1 | -0/+22 |
| | | | | (bzr r14986) | ||||
| * | Only update inkscape.version on successful file write. | Tavmjong Bah | 2016-06-08 | 1 | -5/+0 |
| | | | | (bzr r14965) | ||||
| * | Remove last use of getSVGUnit() and remove all remnants of this abomination. | Tavmjong Bah | 2016-06-01 | 1 | -9/+0 |
| | | | | (bzr r14939) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -8/+9 |
| | | | | (bzr r14907) | ||||
| * | Fix a few more pick calls not preceded by update | Krzysztof Kosi??ski | 2016-04-13 | 1 | -4/+9 |
| | | | | (bzr r14834) | ||||
| * | Fixes some regressions from rev14655 | Marc Jeanmougin | 2016-02-17 | 1 | -22/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658) | ||||
| * | Performance improvements when working in large files | Marc Jeanmougin | 2016-02-16 | 1 | -15/+24 |
| | | | | | | At each mouse move, a list of all elements in the document was computed (to get the correct cursor, in text mode for instance). This list is now cached. (bzr r14655) | ||||
| * | Fix for bug 1540518. Improved performance based on previous meassure code ↵ | Jabier Arraiza Cenoz | 2016-02-07 | 1 | -7/+7 |
| | | | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635) | ||||
| * | brings back CMS tab | Marc Jeanmougin | 2015-12-18 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537) | ||||
| * | static code analysis: suppress compiler warning | Kris De Gussem | 2015-12-14 | 1 | -1/+1 |
| | | | | (bzr r14535) | ||||
| * | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 2015-12-08 | 1 | -18/+7 |
| | | | | (bzr r14504.1.14) | ||||
| * | fix crash (oops) | Marc Jeanmougin | 2015-12-08 | 1 | -2/+2 |
| | | | | (bzr r14504.1.8) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -39/+35 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | fixes infinite loop due to buggy recursion in flattening function | Marc Jeanmougin | 2015-11-25 | 1 | -2/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1519547 (bzr r14489) | ||||
| * | Fix the points Nathan review. | Jabier Arraiza Cenoz | 2015-10-22 | 1 | -3/+3 |
| | | | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1) | ||||
| * | Add improvements to measure tool: | Jabier Arraiza Cenoz | 2015-10-04 | 1 | -3/+17 |
| | | | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1) | ||||
| * | fix regression observed on layer dialog | Marc Jeanmougin | 2015-09-20 | 1 | -2/+2 |
| | | | | (bzr r14379) | ||||
| * | Fix for 1495106 (Add a check for id before sending a modified signal) | Marc Jeanmougin | 2015-09-14 | 1 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1495106 (bzr r14367) | ||||
| * | Merge faster touch select | John Bintz | 2015-09-01 | 1 | -32/+45 |
| |\ | | | | | (bzr r14336) | ||||
| | * | Cache SVG DOM node order for faster touch selection. | John Bintz | 2015-05-23 | 1 | -32/+45 |
| | | | | | | | (bzr r14169.1.1) | ||||
| * | | fix for 1478636 (crash on import when comments in defs) | Marc Jeanmougin | 2015-08-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1478636 (bzr r14270) | ||||
| * | | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 1 | -1/+8 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -2/+33 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 1 | -0/+11 |
| | | | | | | | (bzr r14022) | ||||
| | * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -2/+22 |
| | | | | | | | (bzr r13994) | ||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\| | | | | | (bzr r13922.1.12) | ||||
