summaryrefslogtreecommitdiff
path: root/drivemount/drive-button.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16drivemount: fix runtime warnings with GTK+ 3.20/221.16monsta1-1/+17
use modern padding and margin properties to fix deprecation warnings use zero border width to fix negative allocation warning and set widget name to make it actually work
2015-12-19GTK3 drivemount: don't use deprecated gtk_widget_get_requisitionWolfgang Ulbrich1-0/+4
2015-11-18drivemount: Don't remove background György Balló1-1/+0
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-10-16GTK3 drivemount: support custom panel themeslukefromdc1-0/+15
support custom panel themes in gtk3 builds. Includes robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2014-11-26drivemount: allow unmount without ejectinfirit1-7/+5
Based on gnome-applets commit: be2f99f0e4dfee124e380cd6d303bae3372c088b From: Enrico Minack <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=604848
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-5/+4
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-0/+9
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-25gtk3: DriveButton styleDenis Gorodnichev1-1/+28
fix drive button default style. fix some warnings.
2014-11-25fix drivemount crashDenis Gorodnichev1-3/+8
workaround for bug https://bugzilla.gnome.org/show_bug.cgi?id=586392
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-25/+0
2014-03-04gtk3: use preferred appDenis Gorodnichev1-3/+5
2014-01-19drivemount: Add GTK3 supportStefano Karapetsas1-1/+76
2012-11-24drivemount: remove mateconf usageStefano Karapetsas1-20/+6
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2011-11-14initialPerberos1-0/+916