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