summaryrefslogtreecommitdiff
path: root/cpufreq/src/cpufreq-applet.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-15GTK cpufreq: fix label position on horizontal panelsraveit651-0/+18
The issue was caused by using deprecated widgets and defines for orientation with GTK3. #define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) #define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) Deprecated gtk_[h/v]box_new don't use them.
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-9/+6
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-1/+6
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-20/+0
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-01-20cpufreq: Add GTK3 supportStefano Karapetsas1-2/+89
https://git.gnome.org/browse/gnome-applets/commit/cpufreq?id=6fd55674cdb0154d26c6d9a78001818cfe44fc58
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-11-24cpufreq: migrate to gsettingsStefano Karapetsas1-7/+5
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2011-11-15fixing file conflicts with cpufreq appletPerberos1-40/+40
2011-11-14initialPerberos1-0/+1032