summaryrefslogtreecommitdiff
path: root/gtk/gtkvolumebutton.c
Commit message (Expand)AuthorAgeFilesLines
* GtkVolumeButton: Better typographyMatthias Clasen2014-09-291-1/+1
* GtkVolumeButton: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-17/+29
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* volume-button: use symbolic icons by defaultWilliam Jon McCann2014-02-131-2/+2
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* Rename the widget template APIEmmanuele Bassi2013-07-261-2/+2
* GtkVolumeButton: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-40/+14
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-2/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* volumebutton: Update adjustment usage for sealingBenjamin Otte2011-01-051-5/+5
* Avoid accidental exportsMatthias Clasen2010-12-171-2/+3
* gtk: Add symbolic property for GtkVolumeButtonBastien Nocera2010-12-171-9/+95
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-1/+1
* Use accessor functions to access GtkScaleButtonJavier Jardón2010-07-131-6/+10
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [docs] Move documentation to inline comments: GtkVolumeButtonSteven Harms2010-04-181-0/+10
* Move the _GtkVolumeButton definition into the header to make it possibleMatthias Clasen2009-02-111-4/+0
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-3/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkscalebutton.c remove redundant init() and class_init() prototypes,Michael Natterer2008-06-261-15/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* A11y descriptions for GtkVolumeButtonMatthias Clasen2008-06-131-0/+17
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-121-1/+1
* Update the docMatthias Clasen2007-10-171-2/+2
* Remove deprecated tooltips, use new tooltips API. (#449311, Jan ArneMatthias Clasen2007-07-091-31/+21
* Make the volume button use range 0.0 to 1.0 by default, and fix tooltipsChristian Persch2007-06-281-12/+18
* Add some missing symbols.Matthias Clasen2007-05-231-3/+6
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-191-0/+176