index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
paint-selector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-4
/
+3
2016-11-08
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
1
-24
/
+300
2016-10-13
Better handling of mesh gradients in Paint Selector dialog.
Tavmjong Bah
1
-22
/
+80
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-46
/
+8
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2016-06-08
[Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.
Nicolas Dufour
1
-1
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-4
/
+4
2015-09-14
Fix typo in a comment s/seperator/separator/
Mattia Rizzolo
1
-1
/
+1
2015-05-11
fixed color selector not remembering it's last open tab
Tomasz Boczkowski
1
-0
/
+3
2015-05-09
fixed crash in paint selector when changing from gradient to solid color
Tomasz Boczkowski
1
-4
/
+14
2015-05-09
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...
Tomasz Boczkowski
1
-8
/
+6
2015-05-04
going from swatch to flat color should start with previous swatch color
Raphael Rosch
1
-2
/
+16
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-2
/
+2
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-3
/
+3
2014-08-26
Fix paint-selector orientation
Alex Valavanis
1
-1
/
+1
2014-08-23
paint-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
1
-31
/
+15
2014-08-10
Oops
Liam P. White
1
-1
/
+1
2014-08-10
Add meshes to Fill&Stroke paint selector
Liam P. White
1
-5
/
+50
2014-06-01
fixed updating drawing when dragging a color slider
Tomasz Boczkowski
1
-3
/
+3
2014-06-01
ColorNotebook is Gtk::Widget and uses ColorSelector
Tomasz Boczkowski
1
-1
/
+3
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
1
-1
/
+1
2014-06-01
using ColorSelector in SPPaintSelector
Tomasz Boczkowski
1
-44
/
+40
2014-05-28
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
1
-2
/
+2
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-3
/
+1
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+1
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-3
/
+3
2013-04-05
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
1
-2
/
+2
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-9
/
+9
2012-10-04
code cleanup: make more functions static, add includes.
Campbell Barton
1
-2
/
+2
2012-06-12
fix memleak
Kris De Gussem
1
-14
/
+18
2012-05-18
More GtkObject fixes
Alex Valavanis
1
-7
/
+6
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-3
/
+3
2012-04-25
Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...
John Smith
1
-13
/
+15
2012-04-22
Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...
John Smith
1
-117
/
+124
2012-04-18
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2012-04-12
Replace deprecated GTK_TYPE macros
Alex Valavanis
1
-2
/
+2
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+15
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+30
2012-04-08
small GSEAL fix
Johan B. C. Engelen
1
-1
/
+1
2012-03-15
Fix for 950508 : Fill Stroke : Minor visual enhancements
John Smith
1
-11
/
+21
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+2
2012-02-11
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
1
-6
/
+6
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-7
/
+5
2011-07-15
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
1
-9
/
+9
[next]