summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-28refactor: TypedSPIThomas Holder1-1/+1
2019-06-16Remove deprecated gtk_adjustment_changed() callKarl Cheng1-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-06Style fixes.Shlomi Fish1-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-06Refactoring: call setAttribute() directly.Shlomi Fish1-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-08Remove dependence on window.h.Tavmjong Bah1-3/+4
2018-12-14DocumentUndo::ScopedInsensitiveThomas Holder1-3/+1
2018-11-08Clarify licensesMax Gaukler1-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-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-05Removal of code but breaks gradientsMartin Owens1-4/+6
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-57/+57
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-20/+30
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-41/+20
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-63/+2
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-14/+14
(bzr r14954.1.19)
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
(bzr r14907)
2016-04-12gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
(bzr r14804)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-4/+4
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2015-10-14Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah1-1/+2
build. (bzr r14409)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-0/+1
(bzr r14126)
2014-10-31Remove FIXME from refactoringLiam P. White1-10/+40
(bzr r13341.5.21)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
(bzr r13341.1.192)
2014-08-30Fix gtk3 buildLiam P. White1-13/+13
(bzr r13341.1.186)
2014-08-23gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-33/+13
(bzr r13341.1.153)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-5/+6
disallow pointers to Application (bzr r13341.5.9)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-5/+4
members, simplify signals (bzr r13341.5.6)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-4/+11
(bzr r13341.5.3)
2014-06-01ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski1-1/+3
(bzr r13341.6.52)
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-2/+2
(bzr r13341.6.51)
2014-06-01using ColorSelector in gradient vector selector widgetTomasz Boczkowski1-14/+45
(bzr r13341.6.48)
2014-01-17i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
2013-08-03Cleaned up.Markus Engel1-5/+5
(bzr r11608.1.117)
2013-04-28minor cppcheck stuffKris De Gussem1-3/+1
(bzr r12307)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-3/+2
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-7/+7
christmas\!) (bzr r11986)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-1/+1
(bzr r11737)
2012-09-12Fix for 1048958 : Unexpected count '#' of swatch fill uses for clonesJohn Smith1-0/+2
(bzr r11664)
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-83/+108
(bzr r11515)
2012-06-09Drop GtkObject usage in gradient-vectorAlex Valavanis1-17/+48
(bzr r11472)
2012-05-20Fix for 973195 : Limit width of color profile labelsJohn Smith1-4/+4
(bzr r11388)