summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+3
|
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-24/+300
| | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-131-22/+80
| | | (bzr r15165)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-2/+2
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-46/+8
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-46/+8
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/ | | (bzr r15025)
* [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour2016-06-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1590171 (bzr r14960)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+4
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
| | | (bzr r14364.1.2)
* fixed color selector not remembering it's last open tabTomasz Boczkowski2015-05-111-0/+3
| | | (bzr r14059.1.25)
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-4/+14
| | | (bzr r14059.1.23)
* Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵Tomasz Boczkowski2015-05-091-8/+6
| | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22)
* merged trunkTomasz Boczkowski2015-05-091-0/+13
|\ | | | | (bzr r14059.1.21)
| * going from swatch to flat color should start with previous swatch colorRaphael Rosch2015-05-041-2/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1450112 (bzr r14109)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
* | merge with trunkTomasz Boczkowski2015-05-021-4/+0
|\| | | | | (bzr r14059.1.12)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | merged gtk3 compile fixTomasz Boczkowski2015-04-261-3/+3
|\ \ | | | | | | (bzr r14059.1.11)
| * | fixed updating drawing when dragging a color sliderTomasz Boczkowski2014-06-011-3/+3
| | | | | | | | | (bzr r13341.6.53)
* | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-46/+44
|\| | | | | | | | (bzr r14059.1.10)
| * | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| | | | | | | | | (bzr r13341.6.52)
| * | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-1/+1
| | | | | | | | | (bzr r13341.6.51)
| * | using ColorSelector in SPPaintSelectorTomasz Boczkowski2014-06-011-44/+40
| | | | | | | | | (bzr r13341.6.49)
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\| | | |/ |/| (bzr r14059.1.2)
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
| | | | | | (bzr r13341.6.21)
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-3/+3
| | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* | Fix paint-selector orientationAlex Valavanis2014-08-261-1/+1
| | | | | | (bzr r13341.1.178)
* | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-31/+15
| | | | | | (bzr r13341.1.159)
* | OopsLiam P. White2014-08-101-1/+1
| | | | | | (bzr r13341.1.130)
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-5/+50
|/ | | (bzr r13341.1.128)
* Merged from trunk (r12488).Markus Engel2013-08-301-3/+1
|\ | | | | (bzr r11608.1.120)
| * code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+1
| | | | | | (bzr r12469)
* | Merged from trunk (r12419).Markus Engel2013-07-141-3/+6
|\| | | | | (bzr r11608.1.107)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+1
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
| * minor cppcheck stuffKris De Gussem2013-04-281-3/+3
| | | | | | (bzr r12307)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
|/ | | (bzr r11608.1.82)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-9/+9
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+2
| | | (bzr r11737)
* fix memleakKris De Gussem2012-06-121-14/+18
| | | (bzr r11494)
* More GtkObject fixesAlex Valavanis2012-05-181-7/+6
| | | (bzr r11383)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-3/+3
| | | (bzr r11309)
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ↵John Smith2012-04-251-13/+15
| | | | | for 64bit OS X (bzr r11292)
* Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated ↵John Smith2012-04-221-117/+124
| | | | | gtk_option_menu with gtk_combo_box (bzr r11276)
* Warning cleanupJon A. Cruz2012-04-181-2/+2
| | | (bzr r11265)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-04-121-2/+2
| | | (bzr r11233)