summaryrefslogtreecommitdiffstats
path: root/src/widgets/fill-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor: TypedSPIThomas Holder1-4/+4
2019-01-02modernize loopsMarc Jeanmougin1-21/+21
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-14/+15
2017-11-07Misc. typosUnknown1-1/+1
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-26/+129
2016-10-13Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah1-0/+9
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2015-11-16static code analysisKris De Gussem1-3/+3
2015-11-13static code analysisKris De Gussem1-3/+3
2015-05-09Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...Tomasz Boczkowski1-4/+2
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-2/+2
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-02-27more cast cleanupMarc Jeanmougin1-4/+4
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+3
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-16/+16
2014-12-25Remove sp_style_new().Tavmjong Bah1-13/+10
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Purge sp_desktop_canvasLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-3/+3
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-08-01Fix for 1029302 : Fill/Stroke dialog does not update on tool changeJohn Smith1-1/+17
2012-05-08Follow-up conversion from bool.Jon A. Cruz1-4/+8
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+3
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-10/+10
2010-07-03Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz1-7/+11
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-7/+7
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz1-1/+5
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-4/+4