aboutsummaryrefslogtreecommitdiff
path: root/src/user-widget.c
Commit message (Expand)AuthorAgeFilesLines
* in the session menu, make the user menuitems the same height as the other men...Charles Kerr2012-08-211-26/+30
* copyeditingCharles Kerr2012-07-051-11/+1
* copyeditingCharles Kerr2012-07-051-4/+4
* Remove the etched border effect for user icons.Charles Kerr2012-07-051-346/+15
* reduce the user icon size from 32 to 24 pixels as per mpt's request.Charles Kerr2012-07-051-2/+4
* copyediting: remove a lot of trailing spacesCharles Kerr2012-06-181-62/+65
* right-align the 'currently logged in' checkmark as per mpt's 12.10 specCharles Kerr2012-06-141-8/+7
* in user_widget_property_update(), remove a g_message() that shouldn't've been...Charles Kerr2012-06-141-2/+0
* in user_widget_init(), remove unused variable 'padding'Charles Kerr2012-06-131-6/+0
* in user-widget.c, remove unused function user_widget_button_release_event()Charles Kerr2012-06-131-18/+1
* Have the user widget respond to changes in the LOGGED_IN and ICON propertiesCharles Kerr2012-06-131-71/+90
* properly respond to changes in the menuitem's USER_ITEM_PROP_LOGGED_IN propertyCharles Kerr2012-06-121-17/+16
* In user-widget.c, remove the GTK2-specific code.Charles Kerr2012-06-021-88/+0
* remove gtk2 supportCharles Kerr2012-05-071-4/+0
* correct conflictConor Curran2012-02-081-0/+6
* handle gtk3 box constructor changesConor Curran2012-02-061-1/+1
* fix the dot alignment in the gtk2s user widgetConor Curran2011-08-241-1/+1
* gtk2 user widget drawing fixedConor Curran2011-08-241-0/+26
* don't draw border on default iconConor Curran2011-08-221-1/+14
* tidy upConor Curran2011-08-221-19/+0
* user icon border now being drawn and gtk2 dot also taken care ofConor Curran2011-08-221-48/+386
* user images now being loaded into the user menuConor Curran2011-08-221-19/+36
* put guest item in place and fixed ticked icon on user menuConor Curran2011-08-171-12/+14
* correct icon on the user panelConor Curran2011-07-121-1/+0
* radio button for is-current-user handledConor Curran2011-07-121-40/+79
* the beginnings of the custom user itemConor Curran2011-07-121-0/+303