summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorchooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more unnecessary redrawsTimm Bäder2016-02-071-5/+1
* colorchooserwidgeet: Reset the selected swatch when removingTimm Bäder2016-01-301-0/+3
* GtkColorChooser: make set_rgba work in editor modeSebastien Lafargue2016-01-231-1/+5
* color chooser: Set a CSS nameMatthias Clasen2016-01-131-0/+6
* Fix typos in documentationIgnacio Casal Quinteiro2014-12-301-1/+1
* ColorChooser: Fix an off-by-one errorMatthias Clasen2014-10-091-2/+2
* Fix a documentation copy-paste errorMatthias Clasen2014-06-271-1/+1
* GtkColorChooserWidget: Explicitly notify for use-alphaMatthias Clasen2014-06-091-0/+4
* Avoid a compiler warningMatthias Clasen2014-05-221-1/+1
* ColorChooser: Emit notification for editor changesMatthias Clasen2014-05-211-0/+11
* GtkColorChooserWidget: Redraw swatches when selection changesMarcus Karlsson2014-04-131-1/+6
* Emit a11y state change notification for color swatchesMatthias Clasen2014-01-051-2/+2
* Color chooser: More accessible namesMatthias Clasen2014-01-051-1/+2
* GtkColorChooserWidget: Set accessible namesMatthias Clasen2014-01-041-3/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-3/+2
* GtkColorChooserWidget: deselect swatch before removing palettesMichael Hofmann2013-03-041-0/+4
* color chooser: give GSettings schema a pathMatthias Clasen2013-01-231-2/+1
* Plug a leakMatthias Clasen2012-09-161-0/+1
* colorchooser: Fix default palette orientationMatthias Clasen2012-03-071-2/+2
* API: colorchooser: Use GtkOrientation for orientationBenjamin Otte2012-03-071-4/+4
* colorchooser: Allow removing the palettes againChristian Persch2012-03-041-13/+23
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Symbol exporting fixesMatthias Clasen2012-02-211-1/+1
* color-chooser-widget: set a name on the "Add color" buttonCosimo Cecchi2012-02-201-0/+1
* Improve a11y names for colorsMatthias Clasen2012-02-141-17/+43
* Mark color names as translatableMatthias Clasen2012-02-141-19/+37
* color-widget: don't use a GtkAlignment to center the color editorCosimo Cecchi2012-02-141-6/+7
* GtkColorSwatch: Use widget state instead of a custom 'selected'Matthias Clasen2012-02-141-5/+10
* A11y improvementsMatthias Clasen2012-02-141-17/+70
* Avoid a 10th custom colorMatthias Clasen2012-02-141-3/+3
* GtkColorChooserWidget: emit notification for ::show-editorMatthias Clasen2012-02-141-0/+2
* Fix use_alpha initialization and propagationMatthias Clasen2012-02-141-1/+3
* Consistently private headersMatthias Clasen2012-02-141-2/+2
* color-widget: use a GtkBox for the custom sectionCosimo Cecchi2012-02-141-44/+24
* color-widget: add LEFT/RIGHT/TOP/BOTTOM style classes to the swatchesCosimo Cecchi2012-02-141-11/+8
* Add API to set palettesMatthias Clasen2012-02-141-83/+158
* Misc cleanupsMatthias Clasen2012-02-141-73/+86
* Deprecate old color selection widgetsMatthias Clasen2012-02-141-1/+1
* Add docsMatthias Clasen2012-02-141-0/+44
* Rework the API a bitMatthias Clasen2012-02-141-43/+43
* Add a small commentsMatthias Clasen2012-02-141-0/+1
* Mark strings for translationMatthias Clasen2012-02-141-0/+1
* Finishing touchesMatthias Clasen2012-02-141-5/+28
* Fix a few problems with custom color replacementMatthias Clasen2012-02-141-2/+6
* Make color chooser always come up with paletteMatthias Clasen2012-02-141-1/+22
* Make alpha optionalMatthias Clasen2012-02-141-3/+49
* Make saving custom colors work as intendedMatthias Clasen2012-02-141-12/+45
* Choose a different initial color when adding custom colorsMatthias Clasen2012-02-141-3/+3
* Show editor when clicking custom buttonJon McCann2012-02-141-44/+11
* Align label with swatchesJon McCann2012-02-141-5/+3