| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -0/+16 |
| | | | | | Closes #340 | ||||
| * | Fix coding style | Jabiertxof | 2019-07-05 | 1 | -4/+6 |
| | | |||||
| * | Allow styling def sections and go to the eleemnt | Jabiertxof | 2019-07-05 | 1 | -2/+3 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -47/+47 |
| | | |||||
| * | More cleanup of document.h. | Tavmjong Bah | 2019-04-05 | 1 | -21/+13 |
| | | |||||
| * | Reorganize document.h. | Tavmjong Bah | 2019-04-04 | 1 | -155/+219 |
| | | |||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -0/+1 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -8/+8 |
| | | | | | Makes searching through code for them easier. | ||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -3/+3 |
| | | |||||
| * | Remove unneeded unreferencing. Add check on reference count. | Tavmjong Bah | 2019-01-06 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove into filtered groups | Jabier Arraiza | 2018-11-05 | 1 | -2/+2 |
| | | |||||
| * | Fix coding stule and things comented on the MR | Jabier Arraiza | 2018-11-05 | 1 | -2/+2 |
| | | |||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 1 | -2/+2 |
| | | |||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 1 | -13/+58 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Add support for imported style sheets via @import to Inkscape. | Tavmjong Bah | 2017-08-07 | 1 | -0/+3 |
| | | |||||
| * | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 2017-06-06 | 1 | -2/+2 |
| | | | | (bzr r15732) | ||||
| * | Allow any valid CSS selector. | Tavmjong Bah | 2017-02-22 | 1 | -1/+2 |
| | | | | (bzr r15539) | ||||
| * | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 2017-02-05 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | 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 robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 1 | -0/+3 |
| | | | | (bzr r14949.1.60) | ||||
| * | Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. | brock-alexander | 2016-06-14 | 1 | -1/+1 |
| | | | | (bzr r14986) | ||||
| * | Remove last use of getSVGUnit() and remove all remnants of this abomination. | Tavmjong Bah | 2016-06-01 | 1 | -1/+0 |
| | | | | (bzr r14939) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -1/+1 |
| | | | | (bzr r14907) | ||||
| * | Fixes some regressions from rev14655 | Marc Jeanmougin | 2016-02-17 | 1 | -5/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658) | ||||
| * | Performance improvements when working in large files | Marc Jeanmougin | 2016-02-16 | 1 | -2/+6 |
| | | | | | | 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 | -2/+2 |
| | | | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635) | ||||
| * | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 2015-12-08 | 1 | -1/+1 |
| | | | | (bzr r14504.1.14) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -1/+2 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | Add improvements to measure tool: | Jabier Arraiza Cenoz | 2015-10-04 | 1 | -1/+1 |
| | | | | | | | | | 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) | ||||
| * | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -0/+3 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 1 | -0/+1 |
| | | | | | | | (bzr r14022) | ||||
| | * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -0/+2 |
| | | | | | | | (bzr r13994) | ||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\| | | | | | (bzr r13922.1.12) | ||||
| | * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13950) | ||||
| | * | Isolate components of libgc | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13946) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+0 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -4/+5 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Add getDocumentScale() to return "real-world" to "user-unit" scale factor. | Tavmjong Bah | 2015-01-06 | 1 | -0/+1 |
| | | | | | | Use it to correct text postion after removing from path. (bzr r13843) | ||||
| * | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 2015-01-05 | 1 | -0/+1 |
| | | | | (bzr r13837) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
