| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Jeanmougin | 2018-05-04 | 1 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -20/+30 |
| | | | | | A lot of header clean-up. | ||||
| * | First batch | Marc Jeanmougin | 2017-10-01 | 1 | -41/+20 |
| | | |||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -63/+2 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -63/+2 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -63/+2 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -4/+4 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -14/+14 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| | | | | (bzr r14907) | ||||
| * | gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -0/+6 |
| | | | | (bzr r14804) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -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 Bah | 2015-10-14 | 1 | -1/+2 |
| | | | | | | build. (bzr r14409) | ||||
| * | merged trunk | Tomasz Boczkowski | 2015-05-09 | 1 | -0/+1 |
| |\ | | | | | (bzr r14059.1.21) | ||||
| | * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -0/+1 |
| | | | | | | | (bzr r14126) | ||||
| * | | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 1 | -24/+58 |
| |\ \ | |/ |/| | (bzr r14059.1.10) | ||||
| | * | ColorNotebook is Gtk::Widget and uses ColorSelector | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+3 |
| | | | | | | | (bzr r13341.6.52) | ||||
| | * | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 2014-06-01 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.6.51) | ||||
| | * | using ColorSelector in gradient vector selector widget | Tomasz Boczkowski | 2014-06-01 | 1 | -14/+45 |
| | | | | | | | (bzr r13341.6.48) | ||||
| * | | Remove FIXME from refactoring | Liam P. White | 2014-10-31 | 1 | -10/+40 |
| | | | | | | | (bzr r13341.5.21) | ||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.5.16) | ||||
| * | | Update to experimental r13527 | Liam P. White | 2014-08-30 | 1 | -46/+26 |
| |\ \ | | | | | | | (bzr r13341.5.15) | ||||
| | * | | gradient-vector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 1 | -33/+13 |
| | |/ | | | | | (bzr r13341.1.153) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -5/+6 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -5/+4 |
| | | | | | | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -4/+11 |
| |/ | | | (bzr r13341.5.3) | ||||
| * | i18n. Fix for Bug #1269943 (Context for message Offset:). | kris-degussem | 2014-01-17 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952) | ||||
| * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -5/+5 |
| | | | | (bzr r11608.1.117) | ||||
| * | minor cppcheck stuff | Kris De Gussem | 2013-04-28 | 1 | -3/+1 |
| | | | | (bzr r12307) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -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 Valavanis | 2012-12-25 | 1 | -7/+7 |
| | | | | | | christmas\!) (bzr r11986) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | (bzr r11737) | ||||
| * | Fix for 1048958 : Unexpected count '#' of swatch fill uses for clones | John Smith | 2012-09-12 | 1 | -0/+2 |
| | | | | (bzr r11664) | ||||
| * | Fix for 722017 : Better Gradient Window | John Smith | 2012-06-26 | 1 | -83/+108 |
| | | | | (bzr r11515) | ||||
| * | Drop GtkObject usage in gradient-vector | Alex Valavanis | 2012-06-09 | 1 | -17/+48 |
| | | | | (bzr r11472) | ||||
| * | Fix for 973195 : Limit width of color profile labels | John Smith | 2012-05-20 | 1 | -4/+4 |
| | | | | (bzr r11388) | ||||
| * | Fix for 950677 : ellipsize function with ustring | John Smith | 2012-05-17 | 1 | -13/+12 |
| | | | | (bzr r11371) | ||||
| * | Fix for 950677 : Ellipse text if gradient name too long | John Smith | 2012-05-15 | 1 | -2/+16 |
| | | | | (bzr r11365) | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -10/+10 |
| | | | | (bzr r11358) | ||||
| * | Clean up some deprecated orientable API | Alex Valavanis | 2012-04-10 | 1 | -0/+9 |
| | | | | (bzr r11208) | ||||
| * | Replace remaining gtk_hbox_new usage | Alex Valavanis | 2012-04-10 | 1 | -0/+10 |
| | | | | (bzr r11204) | ||||
| * | fix memory leak and some minor things | Kris De Gussem | 2012-04-09 | 1 | -5/+5 |
| | | | | (bzr r11190) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -1/+1 |
| | | | | (bzr r11144) | ||||
| * | Fix for 950677 : Add stops and repeat controls to the gradient toolbar | John Smith | 2012-04-01 | 1 | -1/+1 |
| | | | | (bzr r11134) | ||||
