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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-08-24
More GObject boilerplate reduction
Alex Valavanis
1
-28
/
+3
2014-08-23
gtk_widget_set_margin_left/right deprecation fix
Alex Valavanis
1
-0
/
+15
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
1
-675
/
+0
2014-06-01
Using SelectedColor in extenstion/param/color
Tomasz Boczkowski
1
-0
/
+9
2014-06-01
SPColorNotebook cleanup
Tomasz Boczkowski
1
-131
/
+15
2014-06-01
inhibit SelectedColor::setColorAlpha in the callbacks of it's signals
Tomasz Boczkowski
1
-2
/
+2
2014-05-31
SPColorICC c++sification: moved to ui/widget/
Tomasz Boczkowski
1
-1
/
+1
2014-05-31
SPColorScales c++-sification - using SelectedColor
Tomasz Boczkowski
1
-2
/
+4
2014-05-31
SPColorScales c++-sification - move to ui/widget
Tomasz Boczkowski
1
-1
/
+1
2014-05-31
fixed updating selected color using wheel
Tomasz Boczkowski
1
-1
/
+32
2014-05-31
SPColorWheelSelector c++-sification: inherit Gtk::Table/Grid
Tomasz Boczkowski
1
-7
/
+13
2014-05-31
SPColorWheelSelector c++-sification: moved to ui/widgets
Tomasz Boczkowski
1
-1
/
+1
2014-05-30
added ColorEntry class, refactored SPColorNotebook to use it
Tomasz Boczkowski
1
-77
/
+27
2014-05-30
SPColorNotebok c++-sification - removed trackerList, commented out unused pop...
Tomasz Boczkowski
1
-144
/
+52
2014-05-30
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
1
-8
/
+57
2014-05-30
SPColorSelector c++-sification: added ColorSelectorFactory
Tomasz Boczkowski
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-06-07
Check for value in range before dereferencing.
Jon A. Cruz
1
-2
/
+5
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-2
/
+2
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-3
/
+1
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
-1
/
+1
2012-12-02
Migrate remaining color widgets to GtkGrid
Alex Valavanis
1
-4
/
+36
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-17
/
+14
2012-09-28
Fix for 1000023 : Stop color notepad buttons expanding vertically
John Smith
1
-1
/
+1
2012-09-05
Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...
John Smith
1
-1
/
+5
2012-09-01
Fix for 172236 : Add color picker to Fill Stroke dialog
John Smith
1
-0
/
+18
2012-06-23
Use orientable widgets in GTK+ 3 build
Alex Valavanis
1
-0
/
+6
2012-05-21
Fix for 1000023 : Fill & Stroke dialog redesign
John Smith
1
-3
/
+58
2012-05-18
GTK+ 3 fixes for colour selector widgets
Alex Valavanis
1
-12
/
+10
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+5
2012-02-14
Cleaning up unused variables and other warnings.
Jon A. Cruz
1
-10
/
+4
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-8
/
+8
2012-01-16
Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...
Nicolas Dufour
1
-7
/
+2
2011-12-07
Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.
Nicolas Dufour
1
-2
/
+7
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
1
-6
/
+4
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-3
/
+6
2011-07-06
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
1
-1
/
+2
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-27
Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it
Alex Valavanis
1
-3
/
+3
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-1
/
+1
2011-06-24
Switch to GObject
Alex Valavanis
1
-1
/
+1
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-8
/
+8
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-9
/
+4
[next]