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
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
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-6
/
+2
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
1
-7
/
+7
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-3
/
+3
2011-06-25
Gtk cleanup: gtk_object_set_data
Alex Valavanis
1
-10
/
+10
2011-06-24
Switch to GObject
Alex Valavanis
1
-1
/
+1
2011-06-23
Replace deprecated gtk_radio_button_group symbol
Alex Valavanis
1
-1
/
+1
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-54
/
+60
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-14
/
+12
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-8
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-5
/
+5
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-07
Tuning fill-n-stroke to support non-solid swatches.
Jon A. Cruz
1
-2
/
+1
2010-07-02
Rough pass of Fill-n-Stroke swatch conversion.
Jon A. Cruz
1
-0
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-1
/
+1
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-2
/
+2
2010-03-28
Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.
Jon A. Cruz
1
-8
/
+7
2010-03-23
Update to reflect "swatch" gradients as being assumed to be shared.
Jon A. Cruz
1
-14
/
+14
2010-03-22
C++-ification of enums.
Jon A. Cruz
1
-106
/
+84
2010-03-22
C++-ification of paint selector.
Jon A. Cruz
1
-98
/
+87
2010-03-21
Fix crash
Jon A. Cruz
1
-3
/
+9
2010-03-21
Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.
Jon A. Cruz
1
-15
/
+22
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-52
/
+81
2010-03-08
Cleanup of gradient-selector to allow for new mode.
Jon A. Cruz
1
-11
/
+17
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-6
/
+68
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-6
/
+6
2009-08-05
SPDocument->Document
johnce
1
-6
/
+6
2009-07-08
Fix for pattern name localization
Nicolas Dufour
1
-2
/
+2
[prev]
[next]