| 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-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -9/+9 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2015-07-14 | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 1 | -3/+2 | |
| https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245) | |||||
| 2015-05-03 | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 1 | -25/+25 | |
| (bzr r14059.1.20) | |||||
| 2015-05-03 | Reformatted SPPattern | Tomasz Boczkowski | 1 | -38/+40 | |
| (bzr r14059.1.19) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -1/+1 | |
| 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) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -15/+16 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -15/+16 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-30 | Reduce header bloat | Alex Valavanis | 1 | -5/+1 | |
| (bzr r13341.1.184) | |||||
| 2014-05-29 | SPPattern c++-sification: class fields are private | Tomasz Boczkowski | 1 | -19/+18 | |
| (bzr r13341.6.23) | |||||
| 2014-05-29 | SPPattern c++-sification: replaced function by methods pt3 | Tomasz Boczkowski | 1 | -5/+19 | |
| (bzr r13341.6.22) | |||||
| 2014-05-28 | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 1 | -5/+10 | |
| (bzr r13341.6.21) | |||||
| 2014-05-27 | SPPattern c++-sification: removed unused declatations and includes | Tomasz Boczkowski | 1 | -11/+9 | |
| (bzr r13341.6.20) | |||||
| 2014-05-27 | SPPattern c++-sification: replacing pattern_ functions by methods pt1 | Tomasz Boczkowski | 1 | -8/+12 | |
| (bzr r13341.6.19) | |||||
| 2014-05-27 | SPPattern c++-sification: replaced GSList by std::list | Tomasz Boczkowski | 1 | -7/+14 | |
| (bzr r13341.6.18) | |||||
| 2014-05-26 | SPPattern c++-sification: replaced gchar* by Glib::ustring | Tomasz Boczkowski | 1 | -1/+1 | |
| (bzr r13341.6.17) | |||||
| 2014-05-26 | SPPattern c++-sification: replaced guint by bool and enum | Tomasz Boczkowski | 1 | -12/+12 | |
| (bzr r13341.6.16) | |||||
| 2014-05-16 | fix compliance test pservers-pattern-03-f - using fallback when pattern is empty | Tomasz Boczkowski | 1 | -0/+2 | |
| (bzr r13341.1.34) | |||||
| 2014-02-06 | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 1 | -4/+2 | |
| Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -1/+3 | |
| (bzr r11608.1.117) | |||||
| 2013-07-31 | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.111) | |||||
| 2013-04-05 | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 1 | -21/+3 | |
| (bzr r11608.1.82) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced all casting macros with glib-independent ones. | Markus Engel | 1 | -23/+21 | |
| (bzr r11608.1.64) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -6/+6 | |
| (bzr r11608.1.57) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -2/+1 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| (bzr r11950.1.56) | |||||
| 2013-03-14 | Fix another load of forward declaration tags | Alex Valavanis | 1 | -2/+1 | |
| (bzr r12205) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -7/+7 | |
| (bzr r12039) | |||||
| 2012-08-21 | Added "virtual pad" to | Markus Engel | 1 | -1/+24 | |
| - SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35) | |||||
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11011) | |||||
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 1 | -1/+2 | |
| the contents forward.h at all). (bzr r10667) | |||||
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.6) | |||||
| 2011-08-27 | Remove all NRRect use. | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r10582.1.5) | |||||
| 2011-06-14 | Remove deprecated glib macro wrappers | Alex Valavanis | 1 | -4/+4 | |
| (bzr r10302.1.1) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| 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 1 | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r9508.1.44) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8404) | |||||
| 2008-10-31 | Merge from trunk | Ted Gould | 1 | -4/+4 | |
| (bzr r6887) | |||||
