summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor: TypedSPIThomas Holder1-1/+1
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee1-6/+17
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita1-2/+29
2019-05-12Retrieve pattern object from ID before castingKarl Cheng1-14/+18
2019-01-01Minor style fixesMarc Jeanmougin1-1/+1
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-3/+3
2018-11-08Clarify licensesMax Gaukler1-8/+7
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-05Removal of code but breaks gradientsMartin Owens1-2/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-56/+56
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-16/+22
2017-12-11Name a few more widgets.Tavmjong Bah1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-01First batchMarc Jeanmougin1-52/+22
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+3
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-24/+300
2016-10-13Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah1-22/+80
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-46/+8
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-06-08[Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour1-1/+1
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-4/+4
2015-09-14Fix typo in a comment s/seperator/separator/Mattia Rizzolo1-1/+1
2015-05-11fixed color selector not remembering it's last open tabTomasz Boczkowski1-0/+3
2015-05-09fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski1-4/+14
2015-05-09Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...Tomasz Boczkowski1-8/+6
2015-05-04going from swatch to flat color should start with previous swatch colorRaphael Rosch1-2/+16
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-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-3/+3
2014-08-26Fix paint-selector orientationAlex Valavanis1-1/+1
2014-08-23paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-31/+15
2014-08-10OopsLiam P. White1-1/+1
2014-08-10Add meshes to Fill&Stroke paint selectorLiam P. White1-5/+50
2014-06-01fixed updating drawing when dragging a color sliderTomasz Boczkowski1-3/+3
2014-06-01ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski1-1/+3
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-1/+1
2014-06-01using ColorSelector in SPPaintSelectorTomasz Boczkowski1-44/+40
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-2/+2
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-3/+1
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2