| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-21 | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 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 | -6/+6 | |
| 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 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-24 | Give drawing a reasonable(?) default size if dimensions are in % and there ↵ | Tavmjong Bah | 1 | -4/+4 | |
| is no view box. This prevents a GTK3 crash in file preview (#1611672). | |||||
| 2017-10-05 | Extract a base class, SPDimensions. | Shlomi Fish | 1 | -15/+1 | |
| From two places getting rid of duplicate code. | |||||
| 2017-10-05 | Extract SPRoot::setRootDimensions . | Shlomi Fish | 1 | -39/+43 | |
| 2017-10-05 | Extract unset_x_and_y(). | Shlomi Fish | 1 | -4/+8 | |
| 2017-10-05 | Merge double assignment + eliminate trail space. | Shlomi Fish | 1 | -5/+3 | |
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -3/+3 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -7/+8 | |
| (bzr r14954.1.19) | |||||
| 2016-06-08 | Only update inkscape.version on successful file write. | Tavmjong Bah | 1 | -3/+5 | |
| (bzr r14965) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -15/+0 | |
| (bzr r13939.1.1) | |||||
| 2015-02-12 | use up-to-date document units when intiallizing viewbox during a file load | Alvin Penner | 1 | -1/+2 | |
| (bzr r13918) | |||||
| 2014-12-16 | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 1 | -0/+9 | |
| (bzr r13802) | |||||
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -10/+0 | |
| on the root element. (bzr r13146) | |||||
| 2014-03-13 | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 1 | -0/+10 | |
| antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | |||||
| 2014-02-28 | Properly identify an embedded SVG. | Tavmjong Bah | 1 | -0/+3 | |
| (bzr r13075) | |||||
| 2014-02-27 | Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ↵ | Tavmjong Bah | 1 | -4/+11 | |
| everywhere?) (bzr r13065) | |||||
| 2014-02-06 | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 1 | -263/+64 | |
| Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) | |||||
| 2013-10-21 | remove confusing bitfield declaration. bitfield not even needed here. | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12708) | |||||
| 2013-09-19 | Fix assertion failure on Ctrl+C | Krzysztof Kosi??ski | 1 | -237/+253 | |
| (bzr r12548) | |||||
| 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 | -226/+233 | |
| (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 | -6/+17 | |
| (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 | -20/+20 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -7/+7 | |
| 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-24 | More GObject boilerplate cleanup | Alex Valavanis | 1 | -50/+21 | |
| (bzr r12059) | |||||
| 2012-10-06 | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 1 | -5/+7 | |
| (bzr r11608.1.46) | |||||
| 2012-08-19 | Added "virtual pad" to SPRoot. | Markus Engel | 1 | -60/+128 | |
| (bzr r11608.1.20) | |||||
| 2012-01-22 | memleak / header stuff / unused variable. | Kris De Gussem | 1 | -20/+14 | |
| (bzr r10917) | |||||
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -10/+4 | |
| (bzr r10860) | |||||
| 2011-08-27 | Remove all NRRect use. | Krzysztof Kosi??ski | 1 | -31/+17 | |
| (bzr r10582.1.5) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -5/+5 | |
| 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 | -6/+8 | |
| (bzr r10347.1.21) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -6/+2 | |
| (bzr r10461) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r10347.1.2) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10067) | |||||
| 2011-02-20 | Pass removing some outdated C-macro use. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10059) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (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) | |||||
