summaryrefslogtreecommitdiff
path: root/gtk/gtkvolumebutton.c
Commit message (Collapse)AuthorAgeFilesLines
* Use accessor functions to access GtkScaleButtonJavier Jardón2010-07-131-6/+10
|
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* [docs] Move documentation to inline comments: GtkVolumeButtonSteven Harms2010-04-181-0/+10
| | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611827 Signed-off-by: Javier Jardón <jjardon@gnome.org>
* Move the _GtkVolumeButton definition into the header to make it possibleMatthias Clasen2009-02-111-4/+0
| | | | | | | | * gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition into the header to make it possible to derive from GtkVoumeButton. Reported by Chris Lord. svn path=/trunk/; revision=22315
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-3/+1
| | | | | | | | | | | | | | | | 2008-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccellabel.c: * gtk/gtkcalendar.c: * gtk/gtkcellrendereraccel.c: * gtk/gtkcellrendererprogress.c: * gtk/gtkimmulticontext.c: * gtk/gtkrecentchoosermenu.c: * gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change! svn path=/trunk/; revision=21716
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* gtk/gtkscalebutton.c remove redundant init() and class_init() prototypes,Michael Natterer2008-06-261-15/+10
| | | | | | | | | | | | 2008-06-26 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.c * gtk/gtkvolumebutton.c: remove redundant init() and class_init() prototypes, remove redundant includes, remove a little trailing whitespace. svn path=/trunk/; revision=20691
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* A11y descriptions for GtkVolumeButtonMatthias Clasen2008-06-131-0/+17
| | | | svn path=/trunk/; revision=20364
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-121-1/+1
| | | | | | | | | | | | | | 2008-02-12 Matthias Clasen <mclasne@redhat.com> * gtk/gtkpapersize.c: * gtk/gtkprintoperation.c: * gtk/gtkvolumebutton.c: * gtk/gtkbulderparser.c: Fix some i18n errors. Pointed out by Behdad Esfahbod. svn path=/trunk/; revision=19547
* Update the docMatthias Clasen2007-10-171-2/+2
| | | | svn path=/trunk/; revision=18920
* Remove deprecated tooltips, use new tooltips API. (#449311, Jan ArneMatthias Clasen2007-07-091-31/+21
| | | | | | | | | | | 2007-07-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkvolumebutton.c: Remove deprecated tooltips, use new tooltips API. (#449311, Jan Arne Petersen) svn path=/trunk/; revision=18424
* Make the volume button use range 0.0 to 1.0 by default, and fix tooltipsChristian Persch2007-06-281-12/+18
| | | | | | | | | | | | 2007-06-28 Christian Persch <chpe@gnome.org> * gtk/gtkvolumebutton.c: (gtk_volume_button_class_init), (gtk_volume_button_init), (gtk_volume_button_dispose), (gtk_volume_button_update_tooltip): Make the volume button use range 0.0 to 1.0 by default, and fix tooltips code to cope with different ranges. Bug #354181. svn path=/trunk/; revision=18279
* Add some missing symbols.Matthias Clasen2007-05-231-3/+6
| | | | | | | | | | | | | | | | | 2007-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gdk/x11/xsettings-common.h: * gdk/gdk.symbols: Add some missing symbols. * gtk/paper_names_offsets.c: * gtk/gen-paper-names.c: Make variables static. * gtk/gtktooltip.[hc]: * gtk/gtkvolumebutton.c: * gtk/gtkscalebutton.c: Fix up symbol aliasing. svn path=/trunk/; revision=17899
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-191-0/+176
2007-05-20 Bastien Nocera <hadess@hadess.net> * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkvolumebutton.[ch]: Add the GtkVolumeButton widget, a button that pops up a scale when clicked (Closes: #415775) * tests/Makefile.am: * tests/testvolumebutton.c: Add a test program for the volume button 2007-05-20 Bastien Nocera <hadess@hadess.net> * POTFILES.in: Add volume button to the list 2007-05-20 Bastien Nocera <hadess@hadess.net> * gtk/gtk-sections.txt: Add the GtkVolumeButton widget to the docs svn path=/trunk/; revision=17877