| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+0 | |
| 2018-06-21 | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| 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 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -4/+6 | |
| A lot of header clean-up. | |||||
| 2018-01-22 | Add functions to return Gdk::Pixbuf's for gradients and gradient stops. | Tavmjong Bah | 1 | -0/+73 | |
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -45/+0 | |
| (bzr r15023.2.8) | |||||
| 2014-08-24 | More GObject boilerplate reduction | Alex Valavanis | 1 | -29/+5 | |
| (bzr r13341.1.174) | |||||
| 2014-08-18 | Fix build (not pretty). | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.146) | |||||
| 2014-08-18 | Code cleanup. | Liam P. White | 1 | -7/+15 | |
| (bzr r13341.1.145) | |||||
| 2013-09-13 | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 1 | -94/+90 | |
| and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | |||||
| 2013-04-05 | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.82) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -6/+6 | |
| christmas\!) (bzr r11986) | |||||
| 2012-11-11 | Replace remaining C-style pointer casts for src/widgets | Alex Valavanis | 1 | -3/+1 | |
| (bzr r11868) | |||||
| 2012-10-08 | Fix for 303527 : GUI glitch on opacity box | John Smith | 1 | -1/+1 | |
| (bzr r11758) | |||||
| 2012-05-09 | GTK+3 drawing in gradient-image | Alex Valavanis | 1 | -35/+51 | |
| (bzr r11351) | |||||
| 2012-04-18 | Fixed conditional code to avoid unused function warnings. | Jon A. Cruz | 1 | -0/+4 | |
| (bzr r11262) | |||||
| 2012-04-17 | Work around for some missing glibmm headers in gtkmm (should be fixed in ↵ | Alex Valavanis | 1 | -0/+28 | |
| gtkmm 3.4) (bzr r11261) | |||||
| 2012-03-13 | Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient ↵ | John Smith | 1 | -0/+31 | |
| toolbar selector (bzr r11077) | |||||
| 2012-01-05 | More GSEAL fixes | Alex Valavanis | 1 | -3/+5 | |
| (bzr r10845) | |||||
| 2011-12-14 | Replace deprecated gtk flags | Alex Valavanis | 1 | -2/+2 | |
| (bzr r10770) | |||||
| 2011-07-03 | GTK+ cleanup: gtk_type_class | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10407) | |||||
| 2011-07-02 | GTK+ cleaning: gtk_type_new | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10390.1.3) | |||||
| 2011-06-24 | Switch to GObject | Alex Valavanis | 1 | -13/+11 | |
| (bzr r10350.1.3) | |||||
| 2011-06-22 | Warning cleanup. | Jon A. Cruz | 1 | -4/+3 | |
| (bzr r10339) | |||||
| 2011-06-15 | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 1 | -3/+3 | |
| (bzr r10302.1.2) | |||||
| 2011-06-12 | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10277.1.1) | |||||
| 2010-08-14 | Completely remove NRPixBlock | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r9508.1.67) | |||||
| 2010-08-04 | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 1 | -118/+25 | |
| (bzr r9508.1.44) | |||||
| 2009-02-09 | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 1 | -0/+4 | |
| due to JonCruz considerations about the proper way of doing it. (bzr r7254) | |||||
| 2009-02-09 | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 1 | -1/+1 | |
| warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | |||||
| 2008-05-17 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r5682) | |||||
| 2007-01-18 | height=12 | bulia byak | 1 | -1/+1 | |
| (bzr r2238) | |||||
| 2006-07-29 | switch to sigc++ SPObject signals for SPGradientImage | MenTaLguY | 1 | -9/+22 | |
| (bzr r1505) | |||||
