summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Drop GtkObject usage in gradient-vectorAlex Valavanis2012-06-091-17/+48
| | | (bzr r11472)
* Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-201-4/+4
| | | (bzr r11388)
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-13/+12
| | | (bzr r11371)