| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-28 | refactor: TypedSPI | Thomas Holder | 1 | -1/+1 | |
| 2019-06-16 | Remove deprecated gtk_adjustment_changed() call | Karl Cheng | 1 | -2/+0 | |
| As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed(). | |||||
| 2019-06-06 | Style fixes. | Shlomi Fish | 1 | -1/+1 | |
| Thanks to @Qantas94Heavy 's comments. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -4/+4 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-01-08 | Remove dependence on window.h. | Tavmjong Bah | 1 | -3/+4 | |
| 2018-12-14 | DocumentUndo::ScopedInsensitive | Thomas Holder | 1 | -3/+1 | |
| 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-05 | Removal of code but breaks gradients | Martin Owens | 1 | -4/+6 | |
| 2018-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-19 | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -57/+57 | |
| 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 | -20/+30 | |
| A lot of header clean-up. | |||||
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -41/+20 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -63/+2 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -4/+4 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -14/+14 | |
| (bzr r14954.1.19) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r14907) | |||||
| 2016-04-12 | gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 1 | -0/+6 | |
| (bzr r14804) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -4/+4 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-10-14 | Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵ | Tavmjong Bah | 1 | -1/+2 | |
| build. (bzr r14409) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -0/+1 | |
| (bzr r14126) | |||||
| 2014-10-31 | Remove FIXME from refactoring | Liam P. White | 1 | -10/+40 | |
| (bzr r13341.5.21) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-08-30 | Fix gtk3 build | Liam P. White | 1 | -13/+13 | |
| (bzr r13341.1.186) | |||||
| 2014-08-23 | gradient-vector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 1 | -33/+13 | |
| (bzr r13341.1.153) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -5/+6 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 1 | -5/+4 | |
| members, simplify signals (bzr r13341.5.6) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -4/+11 | |
| (bzr r13341.5.3) | |||||
| 2014-06-01 | ColorNotebook is Gtk::Widget and uses ColorSelector | Tomasz Boczkowski | 1 | -1/+3 | |
| (bzr r13341.6.52) | |||||
| 2014-06-01 | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 1 | -2/+2 | |
| (bzr r13341.6.51) | |||||
| 2014-06-01 | using ColorSelector in gradient vector selector widget | Tomasz Boczkowski | 1 | -14/+45 | |
| (bzr r13341.6.48) | |||||
| 2014-01-17 | i18n. Fix for Bug #1269943 (Context for message Offset:). | kris-degussem | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952) | |||||
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -5/+5 | |
| (bzr r11608.1.117) | |||||
| 2013-04-28 | minor cppcheck stuff | Kris De Gussem | 1 | -3/+1 | |
| (bzr r12307) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -3/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -7/+7 | |
| christmas\!) (bzr r11986) | |||||
| 2012-10-04 | code cleanup: make more functions static, add includes. | Campbell Barton | 1 | -1/+1 | |
| (bzr r11737) | |||||
| 2012-09-12 | Fix for 1048958 : Unexpected count '#' of swatch fill uses for clones | John Smith | 1 | -0/+2 | |
| (bzr r11664) | |||||
| 2012-06-26 | Fix for 722017 : Better Gradient Window | John Smith | 1 | -83/+108 | |
| (bzr r11515) | |||||
| 2012-06-09 | Drop GtkObject usage in gradient-vector | Alex Valavanis | 1 | -17/+48 | |
| (bzr r11472) | |||||
| 2012-05-20 | Fix for 973195 : Limit width of color profile labels | John Smith | 1 | -4/+4 | |
| (bzr r11388) | |||||
