| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -1/+4 | |
| Closes #340 | |||||
| 2019-04-06 | More document.h cleanup. | Tavmjong Bah | 1 | -1/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -9/+9 | |
| 2018-12-15 | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 1 | -3/+0 | |
| fill-betreen-* LPEs | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-11-05 | remove Inkscape::URI::toString | Thomas Holder | 1 | -3/+2 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-09-23 | !SP_ACTIVE_DESKTOP -> is_yaxisdown true | Thomas Holder | 1 | -1/+1 | |
| Fixes 3D box --export-png | |||||
| 2018-09-14 | fix 3D boxes with inverted y-axis (follow-up) | Thomas Holder | 1 | -15/+8 | |
| The initial fix was only correct for parallel/infinite Y direction | |||||
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -2/+15 | |
| Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -5/+5 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -5/+5 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-11-07 | Misc. typos | Unknown | 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 ``` | |||||
| 2017-10-12 | Update POTFILES.in etc. after renaming | Stefano Facchini | 1 | -1/+1 | |
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -1/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -5/+5 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -10/+10 | |
| (bzr r14954.1.19) | |||||
| 2015-11-06 | static code analysis | Kris De Gussem | 1 | -1/+6 | |
| (bzr r14448) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-12-28 | prevent possible usage of -1 array index | Kris De Gussem | 1 | -12/+14 | |
| (bzr r13826) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -1/+1 | |
| (bzr r13768) | |||||
| 2014-10-24 | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 1 | -25/+24 | |
| (bzr r13634) | |||||
| 2014-10-16 | Removed dangerous GTK-mimicking macros. | Jon A. Cruz | 1 | -10/+13 | |
| (bzr r13619) | |||||
| 2014-07-22 | Fixed some unused variables warnings. | Markus Engel | 1 | -19/+0 | |
| (bzr r13458) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.1) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 | |
| (bzr r12785) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -21/+18 | |
| (bzr r12729) | |||||
| 2013-10-06 | Add 3d Box displayName and description | Martin Owens | 1 | -0/+9 | |
| (bzr r12665) | |||||
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -5/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -2/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.78) | |||||
| 2013-04-05 | Merged Group and subclasses. | Markus Engel | 1 | -51/+28 | |
| (bzr r11608.1.77) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+10 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -4/+13 | |
| (bzr r11608.1.67) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -13/+13 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -4/+4 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.48) | |||||
| 2013-01-23 | Clean up more GObject type definitions | Alex Valavanis | 1 | -40/+11 | |
| (bzr r12055) | |||||
