summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated gtk_adjustment_changed() callKarl Cheng2019-06-161-2/+0
| | | | | As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed().
* Style fixes.Shlomi Fish2019-06-061-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.
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-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.
* Remove dependence on window.h.Tavmjong Bah2019-01-081-3/+4
|
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-3/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Removal of code but breaks gradientsMartin Owens2018-10-051-4/+6
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-57/+57
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+30
| | | | A lot of header clean-up.
* First batchMarc Jeanmougin2017-10-011-41/+20
|
* Merged trunkAdrian Boguszewski2016-08-091-63/+2
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-63/+2
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-63/+2
| | | | | | | | | (bzr r15023.2.8)
* | | Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
| |/ | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-14/+14
|/ | | (bzr r14954.1.19)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+6
| | | (bzr r14804)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+4
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah2015-10-141-1/+2
| | | | | build. (bzr r14409)
* merged trunkTomasz Boczkowski2015-05-091-0/+1
|\ | | | | (bzr r14059.1.21)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-0/+1
| | | | | | (bzr r14126)
* | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-24/+58
|\ \ | |/ |/| (bzr r14059.1.10)
| * ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| | | | | | (bzr r13341.6.52)
| * moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-2/+2
| | | | | | (bzr r13341.6.51)
| * using ColorSelector in gradient vector selector widgetTomasz Boczkowski2014-06-011-14/+45
| | | | | | (bzr r13341.6.48)
* | Remove FIXME from refactoringLiam P. White2014-10-311-10/+40
| | | | | | (bzr r13341.5.21)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13527Liam P. White2014-08-301-46/+26
|\ \ | | | | | | (bzr r13341.5.15)
| * | gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-33/+13
| |/ | | | | (bzr r13341.1.153)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-5/+6
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-5/+4
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-4/+11
|/ | | (bzr r13341.5.3)
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-171-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
* Cleaned up.Markus Engel2013-08-031-5/+5
| | | (bzr r11608.1.117)
* minor cppcheck stuffKris De Gussem2013-04-281-3/+1
| | | (bzr r12307)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-7/+7
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-1/+1
| | | (bzr r11737)
* Fix for 1048958 : Unexpected count '#' of swatch fill uses for clonesJohn Smith2012-09-121-0/+2
| | | (bzr r11664)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-83/+108
| | | (bzr r11515)