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
/
gradient-selector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
icons: replace deprecated gtk stock icons
Patrick Storz
1
-2
/
+1
2019-07-17
Stop End button selecting first swatch in list
Nathan Lee
1
-8
/
+32
2019-07-15
Override navigation in swatch/gradient list
Nathan Lee
1
-0
/
+62
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-16
/
+16
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-09
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-10
/
+11
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-2
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-12
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+1
2015-12-27
Remove superfluous glibmm/threads.h checks
Alex Valavanis
1
-4
/
+0
2015-12-27
Revert Pango/Harfbuzz fixes. Needs work
Alex Valavanis
1
-0
/
+4
2015-12-27
Remove superfluous glibmm/threads.h checks
Alex Valavanis
1
-4
/
+0
2015-09-05
Attempt to fix 1417173 (undo duplicate gradient crash)
Marc Jeanmougin
1
-10
/
+7
2015-02-22
Make icon creation more consistent - use sp_icon_new where possible
Liam P. White
1
-22
/
+15
2014-08-30
Reduce header bloat
Alex Valavanis
1
-1
/
+3
2014-08-23
gradient-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
1
-32
/
+12
2014-08-10
Add meshes to Fill&Stroke paint selector
Liam P. White
1
-3
/
+3
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-3
/
+20
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-3
/
+1
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-8
/
+8
2012-11-29
Fix for 171466 : F/S set swatch preview column name
John Smith
1
-0
/
+5
2012-11-28
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...
John Smith
1
-1
/
+69
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-7
/
+4
2012-10-28
Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...
John Smith
1
-0
/
+3
2012-10-24
Fix for 1067819 : Changing gradient name does not dirty the document (trunk)
John Smith
1
-3
/
+6
2012-10-22
Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...
John Smith
1
-0
/
+8
2012-10-07
i18n. Adding gradient selector widget labels.
Nicolas Dufour
1
-2
/
+2
2012-09-25
Fix for 293358 : Reduce width of Fill Stroke dialog
John Smith
1
-1
/
+1
2012-07-01
Fix for 950677 : Retire legacy gradient editor
John Smith
1
-1
/
+1
2012-06-26
Fix for 722017 : Better Gradient Window
John Smith
1
-84
/
+209
2012-05-18
More GtkObject fixes
Alex Valavanis
1
-10
/
+7
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+10
2012-03-07
cppcheck
Kris De Gussem
1
-1
/
+1
2012-02-11
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
1
-4
/
+4
2011-12-14
Migrate gradient selector to GtkComboBox
Alex Valavanis
1
-28
/
+23
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-1
/
+1
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-3
/
+3
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-20
/
+24
[next]