| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -4/+4 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -21/+21 |
| | | |||||
| * | 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 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -14/+14 |
| | | | | | | 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. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -14/+15 |
| | | | | | A lot of header clean-up. | ||||
| * | 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 ``` | ||||
| * | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -26/+129 |
| | | | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229) | ||||
| * | Better handling of mesh gradients in Paint Selector dialog. | Tavmjong Bah | 2016-10-13 | 1 | -0/+9 |
| | | | | (bzr r15165) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | | | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -1/+1 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-16 | 1 | -3/+3 |
| | | | | (bzr r14474) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -3/+3 |
| | | | | (bzr r14463) | ||||
| * | Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵ | Tomasz Boczkowski | 2015-05-09 | 1 | -4/+2 |
| | | | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22) | ||||
| * | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -2/+2 |
| | | | | (bzr r14059.1.20) | ||||
| * | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -20/+16 |
| |\ | | | | | (bzr r14059.1.12) | ||||
| | * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| | |\ | | | | | | | (bzr r13922.1.19) | ||||
| | | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| | * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r13922.1.11) | ||||
| | * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r13922.1.10) | ||||
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r13922.1.5) | ||||
| | * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -16/+16 |
| | |/ | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+2 |
| |\ \ | |/ |/| | (bzr r14059.1.2) | ||||
| | * | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.6.21) | ||||
| * | | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -13/+10 |
| | | | | | | | (bzr r13822.1.6) | ||||
| * | | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | | | | (bzr r13820) | ||||
| * | | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | | | | (bzr r13811) | ||||
| * | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| |/ | | | (bzr r13809) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -3/+3 |
| | | | | (bzr r12782) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -1/+1 |
| | | | | (bzr r12014) | ||||
| * | Fix for 1029302 : Fill/Stroke dialog does not update on tool change | John Smith | 2012-08-01 | 1 | -1/+17 |
| | | | | (bzr r11579) | ||||
| * | Follow-up conversion from bool. | Jon A. Cruz | 2012-05-08 | 1 | -4/+8 |
| | | | | (bzr r11347) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+3 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -2/+2 |
| | | | | (bzr r10873) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -19/+20 |
| |\ | | | | | (bzr r9945.1.1) | ||||
