summaryrefslogtreecommitdiffstats
path: root/src/widgets/fill-style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-26/+129
* Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-131-0/+9
* Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
* | Added items as a range functionAdrian Boguszewski2016-07-031-1/+1
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* static code analysisKris De Gussem2015-11-161-3/+3
* static code analysisKris De Gussem2015-11-131-3/+3
* Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...Tomasz Boczkowski2015-05-091-4/+2
* renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
* merge with trunkTomasz Boczkowski2015-05-021-20/+16
|\
| * updated with trunkMarc Jeanmougin2015-04-291-4/+0
| |\
| | * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
| * | more cast cleanupMarc Jeanmougin2015-02-271-4/+4
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-3/+3
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
| * | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-16/+16
| |/
* | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\ \ | |/ |/|
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
* | Remove sp_style_new().Tavmjong Bah2014-12-251-13/+10
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* | Purge sp_desktop_canvasLiam P. White2014-12-211-2/+2
* | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
|/
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+3
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
* Fix for 1029302 : Fill/Stroke dialog does not update on tool changeJohn Smith2012-08-011-1/+17
* Follow-up conversion from bool.Jon A. Cruz2012-05-081-4/+8
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+3
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+2
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+20
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-7/+7
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-10/+10
* | Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz2010-07-031-7/+11
* | Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-1/+5
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-4/+4
* Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ...Jon A. Cruz2010-03-301-19/+57
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...Jon A. Cruz2010-03-291-53/+67
* Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz2010-03-281-120/+150
* Phase 2b - remove use of SPWidget and wire signals directly.Jon A. Cruz2010-03-271-76/+37
* Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit p...Jon A. Cruz2010-03-271-237/+331
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-4/+14