summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkButton: Also handle activate from mouse events.2.90.6Carlos Garnacho2010-08-171-0/+3
* Fixed expressions in gtk_button_size_allocate()Tristan Van Berkom2010-08-071-14/+20
* Use accessor functions to access GtkAlignmentJavier Jardón2010-07-141-2/+9
* Use GtkBin accessorsJavier Jardón2010-07-131-11/+16
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [docs] GtkButton: Move documentation to inline commentsTadej Borovšak2010-07-061-14/+102
* Add an accessor for the GSEALed Gtkbutton's event_window attributeMirsal Ennaime2010-06-261-0/+19
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-37/+37
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-11/+23
* Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-28/+60
* Implement GtkExtendedLayout on GtkButtonTristan Van Berkom2010-04-061-48/+70
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-04-031-3/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-04-031-1/+1