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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
2016-09-27
1
-2
/
+2
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-46
/
+8
|
\
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-46
/
+8
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
|
/
*
[Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.
Nicolas Dufour
2016-06-08
1
-1
/
+1
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
1
-2
/
+2
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-4
/
+4
*
Fix typo in a comment s/seperator/separator/
Mattia Rizzolo
2015-09-14
1
-1
/
+1
*
fixed color selector not remembering it's last open tab
Tomasz Boczkowski
2015-05-11
1
-0
/
+3
*
fixed crash in paint selector when changing from gradient to solid color
Tomasz Boczkowski
2015-05-09
1
-4
/
+14
*
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...
Tomasz Boczkowski
2015-05-09
1
-8
/
+6
*
merged trunk
Tomasz Boczkowski
2015-05-09
1
-0
/
+13
|
\
|
*
going from swatch to flat color should start with previous swatch color
Raphael Rosch
2015-05-04
1
-2
/
+16
*
|
renamed SPPattern methods to match coding style
Tomasz Boczkowski
2015-05-03
1
-2
/
+2
*
|
merge with trunk
Tomasz Boczkowski
2015-05-02
1
-4
/
+0
|
\
|
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
merged gtk3 compile fix
Tomasz Boczkowski
2015-04-26
1
-3
/
+3
|
\
\
|
*
|
fixed updating drawing when dragging a color slider
Tomasz Boczkowski
2014-06-01
1
-3
/
+3
*
|
|
Using SelectedColor instead of SPColorSelector
Tomasz Boczkowski
2015-04-26
1
-46
/
+44
|
\
|
|
|
*
|
ColorNotebook is Gtk::Widget and uses ColorSelector
Tomasz Boczkowski
2014-06-01
1
-1
/
+3
|
*
|
moved ColorNotebook to ui/widget
Tomasz Boczkowski
2014-06-01
1
-1
/
+1
|
*
|
using ColorSelector in SPPaintSelector
Tomasz Boczkowski
2014-06-01
1
-44
/
+40
*
|
|
merged SPPattern c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-25
1
-2
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
2014-05-28
1
-2
/
+2
*
|
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
1
-3
/
+3
*
|
Fix paint-selector orientation
Alex Valavanis
2014-08-26
1
-1
/
+1
*
|
paint-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
2014-08-23
1
-31
/
+15
*
|
Oops
Liam P. White
2014-08-10
1
-1
/
+1
*
|
Add meshes to Fill&Stroke paint selector
Liam P. White
2014-08-10
1
-5
/
+50
|
/
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-3
/
+1
|
\
|
*
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
1
-3
/
+1
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-3
/
+6
|
\
|
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+1
|
*
minor cppcheck stuff
Kris De Gussem
2013-04-28
1
-3
/
+3
*
|
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
2013-04-05
1
-2
/
+2
|
/
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-9
/
+9
*
code cleanup: make more functions static, add includes.
Campbell Barton
2012-10-04
1
-2
/
+2
*
fix memleak
Kris De Gussem
2012-06-12
1
-14
/
+18
*
More GtkObject fixes
Alex Valavanis
2012-05-18
1
-7
/
+6
*
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
2012-04-30
1
-3
/
+3
*
Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...
John Smith
2012-04-25
1
-13
/
+15
*
Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...
John Smith
2012-04-22
1
-117
/
+124
*
Warning cleanup
Jon A. Cruz
2012-04-18
1
-2
/
+2
*
Replace deprecated GTK_TYPE macros
Alex Valavanis
2012-04-12
1
-2
/
+2
*
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
2012-04-10
1
-0
/
+15
*
Replace remaining gtk_hbox_new usage
Alex Valavanis
2012-04-10
1
-0
/
+30
*
small GSEAL fix
Johan B. C. Engelen
2012-04-08
1
-1
/
+1
[next]