| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-27 | Hackfest2019: Rm tautological tests | Alexander Valavanis | 1 | -2/+0 | |
| 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-10-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-10-12 | fix masked object's selection bbox | Thomas Holder | 1 | -1/+1 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-09-13 | fixes and improvementes to power clip and powermask | Jabiertxof | 1 | -7/+0 | |
| 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 | -7/+7 | |
| 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-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -0/+27 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+3 | |
| A lot of header clean-up. | |||||
| 2017-09-24 | Transform duplicate object only when clipping or masking | Stefano Facchini | 1 | -7/+2 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2017-06-07 | Working on powermask LPE | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| (bzr r15722) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -6/+6 | |
| (bzr r14954.1.19) | |||||
| 2016-07-11 | First part of new SPObject children list | Adrian Boguszewski | 1 | -11/+4 | |
| (bzr r14954.1.17) | |||||
| 2016-02-22 | static code analysis | Kris De Gussem | 1 | -4/+4 | |
| (bzr r14665) | |||||
| 2015-12-05 | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 1 | -25/+14 | |
| (bzr r14504.1.1) | |||||
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14463) | |||||
| 2015-05-08 | refactor sp_selection_set_mask | Marc Jeanmougin | 1 | -3/+3 | |
| (bzr r14131) | |||||
| 2015-05-08 | fixes various bugs with clipping and masking | Marc Jeanmougin | 1 | -2/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/569281 - https://launchpad.net/bugs/1319171 - https://launchpad.net/bugs/1177650 (bzr r14130) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -67/+58 | |
| (bzr r11608.1.117) | |||||
| 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-06 | Merged ObjectGroup and subclasses. | Markus Engel | 1 | -49/+25 | |
| (bzr r11608.1.83) | |||||
| 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/+10 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 1 | -4/+4 | |
| (bzr r11608.1.65) | |||||
| 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 | -12/+12 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -6/+6 | |
| 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-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -35/+10 | |
| (bzr r12065) | |||||
| 2013-01-17 | Cleanup more GObject type definitions | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12034) | |||||
| 2012-08-21 | Added "virtual pad" to SPMask. | Markus Engel | 1 | -24/+72 | |
| (bzr r11608.1.39) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -20/+12 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -6/+4 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -16/+16 | |
| (bzr r10347.1.21) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+2 | |
| (bzr r10347.1.2) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -1/+1 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -17/+16 | |
| (bzr r10060) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r10025) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2010-08-04 | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 1 | -4/+4 | |
| (bzr r9508.1.47) | |||||
| 2010-08-04 | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r9508.1.45) | |||||
