summaryrefslogtreecommitdiff
path: root/tests/testvolumebutton.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-2/+2
* Deprecate GtkMessageDialogMatthias Clasen2022-10-291-0/+2
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+3
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* tests: Connect signal properly for testvolumebuttonAlexander Mikhaylenko2020-05-111-3/+3
* tests: Remove orientation from testvolumebuttonAlexander Mikhaylenko2020-05-111-29/+0
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* demos: Stop using gtk_button_clickedMatthias Clasen2019-05-181-1/+1
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* tests: fix volume buttonWilliam Jon McCann2014-02-131-1/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Removed deprecated call to gtk_scale_button_get_orientationTobias Mueller2009-05-111-3/+3
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-07-211-50/+80
* Add a second volume button.Matthias Clasen2007-10-041-1/+8
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-191-0/+81