summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Redo style class handlingMatthias Clasen2013-08-191-10/+15
* Revert "Add the "text-button" style to button created with gtk_button_new_wit...Matthias Clasen2013-08-191-16/+2
* Add the "text-button" style to button created with gtk_button_new_with_{label...Yosef Or Boczko2013-08-181-2/+16
* oopx - fix typoYosef Or Boczko2013-08-141-1/+1
* Add gtk_button_new_from_icon_nameYosef Or Boczko2013-08-141-0/+36
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-3/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Add missing G_PARAM_DEPRECATED to stock deprecationsWilliam Jon McCann2013-07-081-2/+2
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-8/+39
* Deprecate and ignore gtk-button-images settingWilliam Jon McCann2013-06-261-73/+13
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-4/+39
* GtkButton: Don't suppress unhandled mouse eventsBastien Nocera2013-05-181-4/+10
* button: Rework size request/allocation codeBenjamin Otte2013-05-011-77/+56
* button: Use _gtk_widget_get_preferred_size_for_size()Benjamin Otte2013-05-011-4/+6
* GtkButton: Add baseline align supportAlexander Larsson2013-04-231-9/+57
* button: Implement height-for-widthBenjamin Otte2013-04-221-9/+38
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* button: Clear highlight when a button is removed from a containerSébastien Granjoux2012-09-161-1/+4
* port GtkButton to GtkActionHelperRyan Lortie2012-08-201-95/+18
* Provide a way to force showing icons in buttonsWilliam Jon McCann2012-05-211-1/+89
* button: Remove _gtk_button_paint()Benjamin Otte2012-04-171-25/+9
* widget: Set .default class when widget is defaultBenjamin Otte2012-04-171-2/+0
* button: Handle touch eventsCarlos Garnacho2012-03-011-4/+65
* button: don't be active when holding the mouse button outside the boundsCosimo Cecchi2012-03-011-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkButton: Small documentation improvementsMurray Cumming2012-02-131-4/+4
* gtkbutton: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-2/+2
* GtkButton: don't do string compare on property setRyan Lortie2012-01-111-7/+4
* Rename gtk_application_window_get_observerRyan Lortie2012-01-111-3/+3
* Revert "button: Stop setting state flags on the style context for drawing"Rui Matos2012-01-091-0/+1
* 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