summaryrefslogtreecommitdiff
path: root/tests/testcolorchooser.c
Commit message (Collapse)AuthorAgeFilesLines
* API: colorchooser: Use GtkOrientation for orientationBenjamin Otte2012-03-071-2/+2
| | | | | Unfortunately, this swaps the values from the previous state. But it's definitely a nicer API.
* tests: Fix gcc warningBenjamin Otte2012-03-071-1/+1
|
* colorchooser: Allow removing the palettes againChristian Persch2012-03-041-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671057
* Revert "Add a button to back to the palette"Matthias Clasen2012-02-141-31/+0
| | | | This reverts commit 32f1a5ad8373109c923f36cc0a9a579ab1a8770f.
* Fill the custom palette up some moreMatthias Clasen2012-02-141-4/+4
|
* Add a button to back to the paletteMatthias Clasen2012-02-141-0/+31
| | | | | This is just for trying this out; if it is considered good, it will be moved into GtkColorChooserDialog
* Add API to set palettesMatthias Clasen2012-02-141-0/+32
| | | | | I'm not really convinced by this; the API is a little complicated. May need more thought.
* testcolorchooser: Add more optionsMatthias Clasen2012-02-141-3/+14
| | | | | Add a --edit option that brings the color chooser up in single-color edit mode right away.
* Rework the API a bitMatthias Clasen2012-02-141-4/+4
| | | | | | Rename get/set_color to get/set_rgba and show_alpha to use_alpha, to match existing GtkColorButton API and let GtkColorButton implement GtkColorChooser.
* Make alpha optionalMatthias Clasen2012-02-141-0/+5
|
* Add a simple color chooser testMatthias Clasen2012-02-141-0/+50