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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-19
Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.
Valentin Ionita
1
-0
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-7
/
+7
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2016-11-08
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
1
-6
/
+18
2016-10-13
Better handling of mesh gradients in Paint Selector dialog.
Tavmjong Bah
1
-1
/
+4
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-8
/
+0
2015-05-09
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...
Tomasz Boczkowski
1
-2
/
+1
2015-05-02
gtk3 compile fix
Tomasz Boczkowski
1
-4
/
+0
2014-08-30
Reduce header bloat
Alex Valavanis
1
-1
/
+0
2014-08-23
paint-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
1
-0
/
+8
2014-08-10
Add meshes to Fill&Stroke paint selector
Liam P. White
1
-0
/
+9
2014-06-01
using ColorSelector in SPPaintSelector
Tomasz Boczkowski
1
-3
/
+16
2014-04-26
Clean up of style code: Patch from suv: SPStyle: struct -> class
Tavmjong Bah
1
-1
/
+1
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-1
/
+1
2013-03-19
Fixing regression
jtx
1
-1
/
+1
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-1
/
+1
2013-03-15
Fix remaining forward declaration tags (except for unavoidable internal error...
Alex Valavanis
1
-1
/
+1
2013-03-14
Fix another tonne of forward declaration tags
Alex Valavanis
1
-1
/
+1
2012-04-25
Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...
John Smith
1
-1
/
+1
2012-04-22
Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...
John Smith
1
-0
/
+6
2012-03-15
Fix for 950508 : Fill Stroke : Minor visual enhancements
John Smith
1
-0
/
+1
2011-10-25
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
1
-3
/
+4
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-1
/
+3
2011-08-27
Remove nr-forward.h
Krzysztof Kosi??ski
1
-7
/
+3
2011-06-24
Switch to GObject
Alex Valavanis
1
-1
/
+1
2011-06-14
Remove deprecated glib macro wrappers
Alex Valavanis
1
-4
/
+4
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-03-28
Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.
Jon A. Cruz
1
-2
/
+4
2010-03-23
Update to reflect "swatch" gradients as being assumed to be shared.
Jon A. Cruz
1
-2
/
+1
2010-03-22
C++-ification of enums.
Jon A. Cruz
1
-23
/
+24
2010-03-22
C++-ification of paint selector.
Jon A. Cruz
1
-26
/
+22
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-1
/
+1
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-28
/
+54