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
/
sp-color-notebook.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-1
/
+1
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
More GObject boilerplate reduction
Alex Valavanis
2014-08-24
1
-28
/
+3
*
gtk_widget_set_margin_left/right deprecation fix
Alex Valavanis
2014-08-23
1
-0
/
+15
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Check for value in range before dereferencing.
Jon A. Cruz
2013-06-07
1
-2
/
+5
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-2
/
+2
*
minor cppcheck stuff
Kris De Gussem
2013-04-28
1
-3
/
+1
*
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
-1
/
+1
*
Migrate remaining color widgets to GtkGrid
Alex Valavanis
2012-12-02
1
-4
/
+36
*
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
2012-11-11
1
-17
/
+14
*
Fix for 1000023 : Stop color notepad buttons expanding vertically
John Smith
2012-09-28
1
-1
/
+1
*
Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...
John Smith
2012-09-05
1
-1
/
+5
*
Fix for 172236 : Add color picker to Fill Stroke dialog
John Smith
2012-09-01
1
-0
/
+18
*
Use orientable widgets in GTK+ 3 build
Alex Valavanis
2012-06-23
1
-0
/
+6
*
Fix for 1000023 : Fill & Stroke dialog redesign
John Smith
2012-05-21
1
-3
/
+58
*
GTK+ 3 fixes for colour selector widgets
Alex Valavanis
2012-05-18
1
-12
/
+10
*
Replace remaining gtk_hbox_new usage
Alex Valavanis
2012-04-10
1
-0
/
+5
*
Cleaning up unused variables and other warnings.
Jon A. Cruz
2012-02-14
1
-10
/
+4
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-8
/
+8
*
Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...
Nicolas Dufour
2012-01-16
1
-7
/
+2
*
Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.
Nicolas Dufour
2011-12-07
1
-2
/
+7
*
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
2011-07-10
1
-6
/
+4
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-3
/
+6
*
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
2011-07-06
1
-1
/
+2
*
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
*
Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it
Alex Valavanis
2011-06-27
1
-3
/
+3
*
Gtk cleanup: gtk_menu_append
Alex Valavanis
2011-06-26
1
-1
/
+1
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-1
/
+1
*
Replace deprecated GtkSignal
Alex Valavanis
2011-06-13
1
-8
/
+8
*
Replace use of deprecated GtkTooltips API
Alex Valavanis
2011-06-05
1
-9
/
+4
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Fix crash when bringing up F&S dialog with the CMS picker as default when an ...
Jon A. Cruz
2010-06-16
1
-1
/
+2
*
C++-ification of paint selector.
Jon A. Cruz
2010-03-22
1
-2
/
+2
*
Whitespace cleanup.
Jon A. Cruz
2010-03-20
1
-297
/
+297
*
Fix compile when lcms is disabled (someone please check that this fix is corr...
Maximilian Albert
2009-12-25
1
-0
/
+2
*
"too much ink" icon is only enabled when the current ICC profile colorspace i...
Felipe Corr??a da Silva Sanches
2009-12-13
1
-9
/
+19
*
added an icon to the color picker dialog to alert when there is too much ink ...
Felipe Corr??a da Silva Sanches
2009-12-06
1
-0
/
+23
*
adding iffdefs for LCMS and fixing layout of CMS icons
Felipe Corr??a da Silva Sanches
2009-08-17
1
-5
/
+10
*
now gamut check works!
Felipe Corr??a da Silva Sanches
2009-08-15
1
-24
/
+2
*
refactoring ICC out-of-gamut check
Felipe Corr??a da Silva Sanches
2009-08-15
1
-4
/
+6
*
Initial draft of the out-of-gamut check. It is not working yet. I will contin...
Felipe Corr??a da Silva Sanches
2009-08-14
1
-0
/
+33
*
setting sensibility of "color management icon" depending on icc-color usage
Felipe Corr??a da Silva Sanches
2009-08-11
1
-10
/
+13
*
adding color management icons to fill&stroke dialog
Felipe Corr??a da Silva Sanches
2009-08-11
1
-1
/
+17
*
Made text entry handle standard web-hex values. Fixes bug #168121.
Jon A. Cruz
2009-03-09
1
-4
/
+22
*
From trunk
Ted Gould
2008-10-27
1
-11
/
+12
[next]