09b44d7ab5
GtkColorChooserDialog: Define children with a GtkBuilder template
2013-04-08 21:19:28 +09:00
2bc313c624
GtkColorChooserDialog: make alternative button order work
...
The alternative button order that we set did not actually
work, since the ok button did not have a response id.
Partial fix for
https://bugzilla.gnome.org/show_bug.cgi?id=695493
2013-03-21 00:00:19 -04:00
19e448146b
colorchooser: Drop the ::response handler altogether
...
This makes it safe for users to destroy the dialog in response
to ::response.
2012-03-07 22:06:22 -05:00
ad8bf6491c
colorchooser: Do less in ::response
...
Some people destroy their widgets in ::response, so trying
to access dialog internals from the class handler that is
running afterwards has the potential to cause problems.
Instead, we can reset the ::show-editor property every
time we map the dialog.
2012-03-07 21:42:28 -05:00
4d6a6be897
API: colorchooser: Use GtkOrientation for orientation
...
Unfortunately, this swaps the values from the previous state.
But it's definitely a nicer API.
2012-03-07 03:11:05 +01:00
9d0febc9a6
Change FSF Address
2012-02-27 17:06:11 +00:00
1f05f94885
GtkColorChooserDialog: propagate notification for ::show-editor
2012-02-14 16:36:59 -05:00
8f201d62d9
Add API to set palettes
...
I'm not really convinced by this; the API is a little complicated.
May need more thought.
2012-02-14 16:36:56 -05:00
23a5f7a22c
Add docs
2012-02-14 16:36:55 -05:00
3a35895a00
Make color chooser always come up with palette
2012-02-14 16:36:52 -05:00
8178578359
Make alpha optional
2012-02-14 16:36:51 -05:00
9b81322409
Make saving custom colors work as intended
...
The custom colors are now pushed over to the right as new ones
are added, and everything beyond the 9th row gets dropped.
Customized colors are added to the custom colors array.
2012-02-14 16:36:50 -05:00
3b6e316e74
Initial cut at implementing a new color chooser
...
This is a partial implementation of
https://live.gnome.org/GnomeOS/Design/Whiteboards/ColorSelection
The new color editor has not been implemented yet.
2012-02-14 16:36:49 -05:00