summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+15
| | | (bzr r11213)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+30
| | | (bzr r11204)
* small GSEAL fixJohan B. C. Engelen2012-04-081-1/+1
| | | (bzr r11182)
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-151-11/+21
| | | (bzr r11090)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+2
| | | (bzr r11018)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-6/+6
| | | (bzr r10959)
* Doxygen cleanup.Jon A. Cruz2011-10-031-7/+5
| | | (bzr r10660)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-9/+9
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+2
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-7/+7
| | | (bzr r10350.1.8)