aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkvumeter.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25Remove gtkvumeter.[hc]Jörg Mayer1-1326/+0
2011-08-21Somehow I forgot to commit the patch to disable GDK_DISABLE_DEPRECATEDJörg Mayer1-0/+4
2011-08-12OK, that search and replace took in a wrong object.Jörg Mayer1-1/+1
2011-08-12Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer1-1/+1
2011-07-21Handle more stuff in old-gtk-compat.h to avoid guarding in the code.Jörg Mayer1-33/+0
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-23/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-68/+68
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+1
2011-02-07Fix parameters to gtk_widget_get_allocation() call.Jaap Keuter1-1/+1
2011-02-07Similar corrections here.Guy Harris1-14/+22
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3Stephen Fisher1-22/+104
2010-08-29Doxygen changes.Anders Broman1-64/+64
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-2/+2
2010-08-21Use GType instead of deprecated GtkTypeBill Meier1-1/+1
2009-10-12Remove unused code.Stig Bjørlykke1-1/+1
2009-10-12Avoid using uninitialized values.Stig Bjørlykke1-0/+3
2009-05-05Get rid of deprecated functions:Anders Broman1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2008-07-08Fix compile errorBill Meier1-2/+3
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-0/+3
2008-04-13sort #includes by directoriesUlf Lamping1-1/+1
2008-04-06remove GTK1 codeUlf Lamping1-3/+0
2007-03-23From Sebastien Tandel: Stephen Fisher1-1/+0
2006-09-24Squelch some compiler warnings.Guy Harris1-4/+4
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping1-0/+1286