summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-46/+8
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-46/+8
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/
* [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour2016-06-081-1/+1
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-4/+4
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
* fixed color selector not remembering it's last open tabTomasz Boczkowski2015-05-111-0/+3
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-4/+14
* Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...Tomasz Boczkowski2015-05-091-8/+6
* merged trunkTomasz Boczkowski2015-05-091-0/+13
|\
| * going from swatch to flat color should start with previous swatch colorRaphael Rosch2015-05-041-2/+16
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
* | merge with trunkTomasz Boczkowski2015-05-021-4/+0
|\|
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | merged gtk3 compile fixTomasz Boczkowski2015-04-261-3/+3
|\ \
| * | fixed updating drawing when dragging a color sliderTomasz Boczkowski2014-06-011-3/+3
* | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-46/+44
|\| |
| * | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| * | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-1/+1
| * | using ColorSelector in SPPaintSelectorTomasz Boczkowski2014-06-011-44/+40
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\| | | |/ |/|
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2015-03-011-3/+3
* | Fix paint-selector orientationAlex Valavanis2014-08-261-1/+1
* | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-31/+15
* | OopsLiam P. White2014-08-101-1/+1
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-5/+50
|/
* Merged from trunk (r12488).Markus Engel2013-08-301-3/+1
|\
| * code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+1
* | Merged from trunk (r12419).Markus Engel2013-07-141-3/+6
|\|
| * 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/+1
| * minor cppcheck stuffKris De Gussem2013-04-281-3/+3
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
|/
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-9/+9
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+2
* fix memleakKris De Gussem2012-06-121-14/+18
* More GtkObject fixesAlex Valavanis2012-05-181-7/+6
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-3/+3
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...John Smith2012-04-251-13/+15
* Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...John Smith2012-04-221-117/+124
* Warning cleanupJon A. Cruz2012-04-181-2/+2
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-04-121-2/+2
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+15
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+30
* small GSEAL fixJohan B. C. Engelen2012-04-081-1/+1
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-151-11/+21