summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
...
* GtkButton: do not allow both types of actionsRyan Lortie2012-01-091-0/+3
* Add new GtkActionable interfaceRyan Lortie2012-01-091-2/+159
* button: deprecate the inner-border style propertyCosimo Cecchi2011-12-201-32/+12
* button: add CSS borders to the size requestCosimo Cecchi2011-12-201-10/+18
* button: add a border param to gtk_button_get_props()Cosimo Cecchi2011-12-201-3/+7
* button: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* button: Don't call deprecated functionsBenjamin Otte2011-11-081-5/+5
* Documentation fixesMatthias Clasen2011-09-251-3/+4
* Clean up unneeded includesMatthias Clasen2011-08-281-2/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-5/+8
* Convert GailButton to GtkButtonAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* button: Remove unused variablesBenjamin Otte2011-05-271-4/+0
* all: avoid boxed structs copying where possibleCosimo Cecchi2011-05-181-11/+6
* button: Fix typo in keyboard grab's evmaskCarlos Garnacho2011-05-171-1/+1
* button: don't use the border values for paddingCosimo Cecchi2011-04-121-25/+11
* button: make gtk_button_get_props() return the padding tooCosimo Cecchi2011-04-121-0/+6
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* Gtk(Toggle)Button: preserve untouched state flags when updating state.Carlos Garnacho2011-01-231-1/+4
* bgo#626336 - Don't assume that GtkButton is activated only when a keyboard ev...Federico Mena Quintero2011-01-211-10/+14
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* Update _gtk_button_paint() arguments to GtkStyleContextCarlos Garnacho2011-01-101-14/+7
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Use the new style context API in GtkButtonPaolo Borelli2010-12-051-49/+69
* GtkStyleProperties: Turn border-width into a GtkBorder property.Carlos Garnacho2010-12-041-21/+24
* GtkButton: Remove unneeded gtk_style_context_notify_state_change() callsCarlos Garnacho2010-12-041-36/+0
* GtkButton: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-36/+58
* GtkButton: Set widget state as state flags.Carlos Garnacho2010-12-041-7/+8
* GtkButton: Notify on prelight state change.Carlos Garnacho2010-12-041-0/+24
* GtkButton: Notify on active state when (un)depressedCarlos Garnacho2010-12-041-0/+12
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-2/+2
* Create a private header to access some GtkButton variablesJavier Jardón2010-11-191-33/+4
* gtktbutton: Move public members to private structureJavier Jardón2010-11-191-179/+232
* docs: Fix a typo in gtk_button_set_alignment() docsJavier Jardón2010-11-161-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-9/+5
* GtkButton: avoid use of gtk_get_event_widget()Ryan Lortie2010-10-211-7/+3
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-13/+0
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-15/+12
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-24/+14
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-3/+3
* button: Port to draw vfuncBenjamin Otte2010-09-261-27/+25
* button: Remove is_drawable() checkBenjamin Otte2010-09-261-89/+85
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* GtkButton: let GtkContainer handle border widthHavoc Pennington2010-09-121-29/+19
* gtk/gtkbutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-46/+72