summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorswatch.c
Commit message (Expand)AuthorAgeFilesLines
* Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* color chooser: Use a popover for the context menuMatthias Clasen2015-08-041-72/+44
* Add a way to avoid menu on color swatchesMatthias Clasen2015-06-131-4/+17
* GtkColorSwatch: Avoid style context underflowMatthias Clasen2014-10-121-2/+2
* colorswatch: Remove unneeded save/restoreBenjamin Otte2014-10-121-7/+0
* colorswatch: Use a better name for the overlayBenjamin Otte2014-10-081-1/+1
* colorswatch: Draw the image overlay over the whole widgetBenjamin Otte2014-10-081-9/+9
* colorswatch: Render background properlyBenjamin Otte2014-10-081-13/+10
* colorswatch: Remove an unused variableBenjamin Otte2014-10-081-5/+0
* colorswatch: Render focus with gtk_render_focus()Benjamin Otte2014-10-081-12/+5
* colorswatch: Simplify drawing codeBenjamin Otte2014-10-081-43/+29
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+2
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* themingbackground: Remove initializer that takes a GtkThemingEngineBenjamin Otte2014-08-161-7/+7
* colorswatch: Update to new GtkGestureSingle/GtkEventController defaultsCarlos Garnacho2014-08-151-5/+3
* GtkProgressBar: Add style classes for edgesMatthias Clasen2014-07-191-2/+1
* GtkColorSwatch: Respect an explicitly set sizeMatthias Clasen2014-07-091-2/+16
* colorswatch: handle clip for box-shadowBenjamin Otte2014-06-161-0/+3
* gtk: Update GtkGesture users to the GtkPropagationPhase semantics changeCarlos Garnacho2014-05-271-2/+2
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-5/+4
* colorswatch: Set gestures in GTK_PHASE_TARGETCarlos Garnacho2014-05-231-2/+2
* GtkColorSwatch: Use gesture for button events tooMatthias Clasen2014-05-231-50/+23
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-8/+4
* colorswatch: Replace GtkPressAndHoldCarlos Garnacho2014-05-231-45/+44
* Add a style class for context menusMatthias Clasen2013-08-181-0/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-9/+4
* GtkColorChooser: Fix selection of colorsMatthias Clasen2013-03-201-0/+4
* Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-1/+1
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* Rename gtkcolorswatchaccessible.hMatthias Clasen2012-12-271-1/+1
* colorswatch: don't use the clip box directlyCosimo Cecchi2012-05-151-4/+4
* Break out press-and-hold code as its own objectMatthias Clasen2012-03-041-66/+29
* colorswatch: Support touch eventsMatthias Clasen2012-03-031-18/+119
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* color-swatch: set/unset prelight state flag on enter/leave eventsCosimo Cecchi2012-02-211-0/+4
* color-swatch: make this a no-window widgetCosimo Cecchi2012-02-201-13/+77
* color-swatch: don't render our active badge if background-image is setCosimo Cecchi2012-02-181-20/+33
* color-swatch: render a background if the swatch doesn't have a colorCosimo Cecchi2012-02-181-0/+2
* color-swatch: derive directly from GtkWidgetCosimo Cecchi2012-02-181-1/+30
* color-swatch: add a "selectable" property to GtkColorSwatchCosimo Cecchi2012-02-171-3/+35
* GtkColorSwatch: Add accessible actionsMatthias Clasen2012-02-141-0/+3
* colorchooser: factor out a private method to get the checkboard patternCosimo Cecchi2012-02-141-22/+2
* color-swatch: cleanup unused property enum valueCosimo Cecchi2012-02-141-2/+1
* GtkColorSwatch: Use widget state instead of a custom 'selected'Matthias Clasen2012-02-141-28/+7
* GtkColorSwatch: Drop an unnecessary fieldMatthias Clasen2012-02-141-10/+13
* Remove unused variablesMatthias Clasen2012-02-141-2/+0
* Consistently private headersMatthias Clasen2012-02-141-1/+1
* color-swatch: remove gtk_color_swatch_set_corner_radii()Cosimo Cecchi2012-02-141-15/+0
* color-swatch: don't hardcode list-add-symbolic as swatch iconCosimo Cecchi2012-02-141-1/+1
* color-swatch: allow styling the "active badge"Cosimo Cecchi2012-02-141-21/+45