| Commit message (Expand) | Author | Age | Files | Lines |
* | idoplaybackmenuitem: set active flag when player is launching | Lars Uebernickel | 2014-03-24 | 1 | -11/+18 |
|\ |
|
| * | idoplaybackmenuitem: set active flag when player is launching | Lars Uebernickel | 2014-03-24 | 1 | -9/+18 |
| * | idoplaybackmenuitem: don't add .menu css class on the menu item | Lars Uebernickel | 2014-03-24 | 1 | -2/+0 |
* | | idoapplicationmenuitem: request correct size for empty icons | Lars Uebernickel | 2014-03-20 | 1 | -0/+4 |
|/ |
|
* | Put some space between scale and min/max buttons | Lars Uebernickel | 2014-03-12 | 1 | -1/+1 |
* | Remove toggle-size-allocate handler | Lars Uebernickel | 2014-03-12 | 1 | -15/+0 |
* | idoscalemenuitem: use the scale's actual size allocation for events | Lars Uebernickel | 2014-03-12 | 1 | -95/+33 |
* | Build with -Wno-error=deprecated-declarations. | Ken VanDine | 2014-01-07 | 1 | -2/+1 |
* | No error for deprecations | Ted Gould | 2013-12-18 | 1 | -1/+2 |
* | IdoScaleMenuItem: allow changing value with left/right and +/- keys | Lars Uebernickel | 2013-11-28 | 1 | -2/+72 |
|\ |
|
| * | Also allow using + and - keys to change the slider | Lars Uebernickel | 2013-10-24 | 1 | -0/+4 |
| * | IdoScaleMenuItem: intercept left and right keys | Lars Uebernickel | 2013-10-21 | 1 | -0/+78 |
* | | idoactionhelper: remove potentially stray idle source when finalizing | Lars Uebernickel | 2013-11-27 | 1 | -1/+6 |
* | | ido_calendar_menu_item_new_from_model: initialize local variables with NULL | Lars Uebernickel | 2013-11-26 | 1 | -2/+2 |
* | | ido_user_menu_item: remove superfluous unref | Lars Uebernickel | 2013-11-06 | 1 | -1/+0 |
* | | idoscalemenuitem: disconnect signal from parent | Lars Uebernickel | 2013-10-31 | 1 | -20/+13 |
* | | IdoUserMenuItem: only allow file icons as avatars | Lars Uebernickel | 2013-10-28 | 1 | -105/+55 |
|\ \ |
|
| * | | ido_user_menu_item_set_icon_from_file_icon: don't initialize width and height | Lars Uebernickel | 2013-10-28 | 1 | -2/+3 |
| * | | ido_user_menu_item_set_icon_from_file_icon: free file | Lars Uebernickel | 2013-10-28 | 1 | -0/+1 |
| * | | Don't export ido_user_menu_item_set_icon_from_file_icon() | Lars Uebernickel | 2013-10-27 | 1 | -1/+1 |
| * | | IdoUserMenuItem: only allow file icons as avatars | Lars Uebernickel | 2013-10-26 | 1 | -105/+53 |
| |/ |
|
* | | Unref serialized_icon | Lars Uebernickel | 2013-10-22 | 1 | -0/+2 |
* | | Don't call gtk_image_clear() on a NULL widget | Lars Uebernickel | 2013-10-22 | 1 | -1/+1 |
* | | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model | Lars Uebernickel | 2013-10-22 | 3 | -0/+68 |
* | | IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon} | Lars Uebernickel | 2013-10-22 | 2 | -1/+84 |
|/ |
|
* | idoscalemenuitem: request a minimum width of 200px | Lars Uebernickel | 2013-10-10 | 1 | -0/+2 |
* | idousermenuitem: center user avatars and adjust spacing | Lars Uebernickel | 2013-09-30 | 1 | -3/+2 |
* | idoscalemenuitem: don't update the action state when the action state changes | Lars Uebernickel | 2013-09-25 | 1 | -9/+59 |
* | Revert slider movement when scrolling by default | Lars Uebernickel | 2013-09-15 | 1 | -1/+4 |
* | Library functions taking GVariant params need to ref_sink() and unref() alway... | Ted Gould | 2013-08-13 | 1 | -0/+4 |
* | Add IdoSourceMenuItem | Lars Uebernickel | 2013-08-13 | 8 | -2/+793 |
* | Add IdoApplicationMenuItem | Lars Uebernickel | 2013-08-13 | 4 | -2/+239 |
* | implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 3 | -91/+34 |
* | add support for com.canonical.indicator.alarm menuitems. | Charles Kerr | 2013-07-25 | 4 | -0/+156 |
* | implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 2 | -327/+16 |
* | add IdoTimeStampMenuItem, a base class for appointments, locations, and alarms | Charles Kerr | 2013-07-25 | 2 | -0/+325 |
* | subclass IdoAppointmentMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 2 | -69/+9 |
* | add a 6px margin between the icon and primary text iff the icon is visible | Charles Kerr | 2013-07-25 | 1 | -0/+6 |
* | subclass IdoLocationMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 2 | -85/+12 |
* | add make the type macro for IdoBasicMenuItem follow the standard naming scheme | Charles Kerr | 2013-07-25 | 2 | -6/+6 |
* | don't hardcode making com.canonical.indicator.progress insensitive; its sensi... | Charles Kerr | 2013-07-24 | 1 | -8/+1 |
* | add a menuitem that renders com.canonical.indicator.progress as laid out in h... | Charles Kerr | 2013-07-24 | 4 | -0/+475 |
* | Fix broken comments for the introspection scanner. | Ted Gould | 2013-07-03 | 4 | -4/+4 |
|\ |
|
| * | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 4 | -4/+4 |
* | | fix IdoLocationMenuItem label alignment issue reported by ted. | Charles Kerr | 2013-07-02 | 1 | -6/+19 |
|\ \
| |/
|/| |
|
| * | in idolocationmenuitem, fix slight alignment issue in the city label | Charles Kerr | 2013-07-02 | 1 | -6/+19 |
* | | in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULL | Charles Kerr | 2013-07-01 | 1 | -1/+2 |
* | | don't load the icon twice | Charles Kerr | 2013-07-01 | 1 | -54/+107 |
* | | if a user's avatar icon file doesn't exist or isn't readable, fall back to th... | Charles Kerr | 2013-07-01 | 1 | -1/+49 |
|/ |
|
* | fix a copy-paste bug in the last commit's GuestMenuItem code | Charles Kerr | 2013-06-27 | 1 | -1/+1 |