| Commit message (Expand) | Author | Files | Lines |
| 2016-11-08 | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 1 | -26/+129 |
| 2016-10-13 | Better handling of mesh gradients in Paint Selector dialog. | Tavmjong Bah | 1 | -0/+9 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+5 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+1 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 |
| 2015-11-16 | static code analysis | Kris De Gussem | 1 | -3/+3 |
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -3/+3 |
| 2015-05-09 | Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB... | Tomasz Boczkowski | 1 | -4/+2 |
| 2015-05-03 | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 1 | -2/+2 |
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur... | Alex Valavanis | 1 | -4/+0 |
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -4/+4 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -3/+3 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -4/+4 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -16/+16 |
| 2014-12-25 | Remove sp_style_new(). | Tavmjong Bah | 1 | -13/+10 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 |
| 2014-12-21 | Purge sp_desktop_canvas | Liam P. White | 1 | -2/+2 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 |
| 2014-05-28 | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 1 | -2/+2 |
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -3/+3 |
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm h... | Jon A. Cruz | 1 | -0/+2 |
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports versions.... | Jon A. Cruz | 1 | -0/+2 |
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -1/+1 |
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2012-08-01 | Fix for 1029302 : Fill/Stroke dialog does not update on tool change | John Smith | 1 | -1/+17 |
| 2012-05-08 | Follow-up conversion from bool. | Jon A. Cruz | 1 | -4/+8 |
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -0/+3 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 |
| 2012-01-12 | Initial C++ification of SPCanvas. | Jon A. Cruz | 1 | -2/+2 |
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 |
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-07-04 | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 1 | -10/+10 |
| 2010-07-03 | Create only single-stop gradients when using Fill-n-Stroke to convert solid t... | Jon A. Cruz | 1 | -7/+11 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -7/+7 |
| 2010-07-02 | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 1 | -1/+5 |
| 2010-06-28 | Partial C++-ification of SPGradient | Jon A. Cruz | 1 | -4/+4 |
| 2010-03-30 | Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ... | Jon A. Cruz | 1 | -19/+57 |
| 2010-03-29 | Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ... | Jon A. Cruz | 1 | -53/+67 |
| 2010-03-28 | Phase 3 - Convert to C++ class, but still using C-style callbacks and signals. | Jon A. Cruz | 1 | -120/+150 |
| 2010-03-27 | Phase 2b - remove use of SPWidget and wire signals directly. | Jon A. Cruz | 1 | -76/+37 |
| 2010-03-27 | Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit p... | Jon A. Cruz | 1 | -237/+331 |
| 2010-03-23 | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 1 | -4/+14 |
| 2010-03-22 | C++-ification of enums. | Jon A. Cruz | 1 | -31/+30 |
| 2010-03-22 | C++-ification of paint selector. | Jon A. Cruz | 1 | -21/+19 |
| 2010-03-09 | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 1 | -9/+7 |
| 2010-03-06 | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 1 | -12/+18 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |