| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -12/+12 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -53/+53 |
| | | | | | | 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 | -12/+12 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -18/+18 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -18/+18 |
| | | |||||
| * | Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRC | Jabier Arraiza | 2018-04-23 | 1 | -0/+1 |
| | | |||||
| * | Handle transforms and gix groups linked by clipboard | Jabier Arraiza | 2018-04-23 | 1 | -4/+4 |
| | | |||||
| * | a bit more of warning cleanup | Felipe Corrêa da Silva Sanches | 2018-03-28 | 1 | -3/+5 |
| | | |||||
| * | Fix: relink clone to copy for ellipses | ilomaf | 2018-02-03 | 1 | -1/+2 |
| | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1652660 | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -20/+22 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Misc. typos | luzpaz | 2017-12-04 | 1 | -1/+1 |
| | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` . | ||||
| * | Don't set a default 'font-size' when copying text if one is not set. | Tavmjong Bah | 2017-11-14 | 1 | -2/+5 |
| | | | | | Fixes bug reported by crogers when pasting into flowed text. | ||||
| * | 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 ``` | ||||
| * | Added new LPE parameter to store Items array, also bugfixing in patharray ↵ | Jabiertxo Arraiza Cenoz | 2017-09-14 | 1 | -1/+1 |
| | | | | | parameter | ||||
| * | This commit is based on a coment on bug #1670644. And allow to fill the fill ↵ | Jabier Arraiza | 2017-09-09 | 1 | -0/+49 |
| | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy | ||||
| * | avoid double transform of <use> element during copy. (Bug 1679428) | Alvin Penner | 2017-04-22 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1679428 (bzr r15631) | ||||
| * | merge minor refactoring | Shlomi Fish | 2017-02-28 | 1 | -9/+2 |
| |\ | | | | | (bzr r15555) | ||||
| | * | Merged. | Shlomi Fish | 2017-02-06 | 1 | -20/+20 |
| | |\ | | | | | | | (bzr r15369.1.18) | ||||
| | * | | Extract some common code into a routine. | Shlomi Fish | 2017-01-04 | 1 | -9/+2 |
| | | | | | | | | | | (bzr r15369.1.8) | ||||
| * | | | This patch adds the copy-paste formated text functionality to the text tool. | Alexandru-Daniel Roman | 2017-02-28 | 1 | -1/+44 |
| | |/ |/| | | | | | | | It doesn't retain the font-size and font-style properties. (bzr r15553) | ||||
| * | | Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 ↵ | Jabiertxof | 2017-01-20 | 1 | -20/+20 |
| |/ | | | | | | | | | and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92 Fixed bugs: - https://launchpad.net/bugs/1656093 - https://launchpad.net/bugs/1656527 (bzr r15426) | ||||
| * | Fix last commit not working, LPE are cloned on copies | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+5 |
| | | | | (bzr r15214) | ||||
| * | Fix a bug on duplicate item with multiples LPE on it. previously the LPE ↵ | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -23/+17 |
| | | | | | | | | | become "clones" if more than 1 LPE on the item. Also wee need to discuss what happends on LPE copied what are inside a group, fork them or clone, currently are cloned This can be a feature or a bug in the same user with diferent works. My proposal is fork it and add a item in paste LPEs to allow cloned LPE on paste (bzr r15213) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -93/+94 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -10/+1 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -10/+1 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -10/+1 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -12/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -12/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+12 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -12/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -3/+3 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -4/+4 |
| | | | | | | | (bzr r14954.1.20) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.19) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -7/+7 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -3/+3 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | GTK3 fix | su_v | 2016-04-09 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14768) | ||||
| * | Remove inkscape-specific glib clone function (and get rid of deprecated Glib ↵ | Marc Jeanmougin | 2016-04-08 | 1 | -38/+1 |
| | | | | | | | | | ScopedPtr use) Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14766) | ||||
| * | Fix crash on copying orphaned clones | Marc Jeanmougin | 2016-04-02 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1565272 (bzr r14759) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -2/+2 |
| | | | | (bzr r14510) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -5/+5 |
| | | | | (bzr r14446) | ||||
| * | Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵ | Tavmjong Bah | 2015-10-12 | 1 | -1/+1 |
| | | | | | | build. (bzr r14404) | ||||
| * | Allows for copying clones between inkscape instances. | Marc Jeanmougin | 2015-08-18 | 1 | -8/+35 |
| | | | | | | | | | | | | | This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>). Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc), then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed). [an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink. Depending on whether people would be more interested in this behavior there could be a preference item to choose] Fixed bugs: - https://launchpad.net/bugs/167907 (bzr r14309) | ||||
| * | Fixed comparison function used in sorts | Marc Jeanmougin | 2015-05-02 | 1 | -1/+1 |
| | | | | (bzr r14085) | ||||
| * | 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) | ||||
