| Commit message (Expand) | Author | Age | Files | Lines |
* | add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf() | Charles Kerr | 2013-06-14 | 1 | -0/+1 |
* | remove g_message that leaked into last commit | Charles Kerr | 2013-06-14 | 2 | -4/+2 |
* | add calendar, location, and appointment menuitems to the IDO factory | Charles Kerr | 2013-06-14 | 2 | -1/+17 |
* | add ido_calendar_menu_item_new_from_model() | Charles Kerr | 2013-06-14 | 2 | -4/+180 |
* | add location menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+507 |
* | add appointment menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+493 |
* | idoscalemenuitem: look "{min,max}-icon" on the GMenuItem | Lars Uebernickel | 2013-06-07 | 1 | -9/+9 |
* | Add support for creating scale menu items from a menu model | Lars Uebernickel | 2013-05-31 | 3 | -0/+134 |
* | Add ido_action_helper_change_state | Lars Uebernickel | 2013-05-31 | 2 | -0/+28 |
* | idoscalemenuitem: make the scale expand and fill in the menu item | Lars Uebernickel | 2013-05-31 | 1 | -3/+3 |
* | ido_user_menu_item_new_from_model: fix docstring | Lars Uebernickel | 2013-05-31 | 1 | -2/+4 |
* | Move crate_user_menu_item into idousermenuitem.c | Lars Uebernickel | 2013-05-27 | 3 | -98/+102 |
* | IdoActionHelper: document signals and properties | Lars Uebernickel | 2013-05-27 | 1 | -0/+39 |
* | GtkMenuItemFactory -> UbuntuMenuItemFactory | Lars Uebernickel | 2013-05-24 | 1 | -8/+9 |
* | Create IdoUserMenuItems for indicator.user-menu-item | Lars Uebernickel | 2013-05-23 | 1 | -1/+105 |
* | Merge IdoUserMenuItem branch | Lars Uebernickel | 2013-05-22 | 3 | -1/+426 |
|\ |
|
| * | rename idousermenuitem's "icon" property as "icon-filename" for a little more... | Charles Kerr | 2013-03-27 | 2 | -18/+20 |
| * | in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of gtk... | Charles Kerr | 2013-03-26 | 1 | -5/+10 |
| * | add properties to IdoUserMenuItem and remove its dependencies on DbusmenuMenu... | Charles Kerr | 2013-03-26 | 2 | -122/+194 |
| * | rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ... | Charles Kerr | 2013-03-26 | 4 | -78/+77 |
| * | add user-widget.[ch] from indicator-session's trunk | Charles Kerr | 2013-03-26 | 2 | -0/+347 |
* | | Add IdoActionHelper | Lars Uebernickel | 2013-05-22 | 3 | -2/+412 |
* | | Add IdoMenuItemFactory | Lars Uebernickel | 2013-05-22 | 4 | -2/+102 |
|/ |
|
* | Guard against CID:12651, division by zero of FPS value due to its use for tim... | Mathieu Trudel-Lapierre | 2013-02-06 | 1 | -2/+2 |
* | Shut up coverity about CID:12650. | Mathieu Trudel-Lapierre | 2013-02-06 | 1 | -1/+2 |
* | Add introspection and Vala support to IDO | Robert Ancell | 2012-12-14 | 9 | -40/+337 |
* | the calendar widget shouldn't eat the ESC key. | Charles Kerr | 2012-09-19 | 1 | -1/+2 |
* | Merge lp:~larsu/ido/remove-slider-hack-953757 | Lars Uebernickel | 2012-08-27 | 2 | -20/+2 |
|\ |
|
| * | ido-range: chain up constructed() to base class | Lars Uebernickel | 2012-03-16 | 1 | -0/+2 |
| * | Remove slider mouse button hack | Lars Uebernickel | 2012-03-16 | 1 | -20/+0 |
* | | remove the gtk2 conditional compiles for IdoMessageDialog | Charles Kerr | 2012-08-22 | 1 | -8/+0 |
* | | remove the gtk2 conditional compiles for IdoCalendarMenuItem | Charles Kerr | 2012-08-22 | 1 | -28/+0 |
* | | remove the gtk2 conditional compiles for IdoEntryMenuItem | Charles Kerr | 2012-08-22 | 1 | -24/+0 |
* | | sync with lp:ido | Charles Kerr | 2012-08-22 | 3 | -1/+181 |
|\ \ |
|
| * \ | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ... | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc file | Ken VanDine | 2012-07-24 | 1 | -1/+1 |
| * | | | revert the event delegation for now, it's not necessary for FF | Charles Kerr | 2012-08-21 | 1 | -51/+0 |
| * | | | when the mouse is over the GtkSwitch widget, the menuitem should delegate the... | Charles Kerr | 2012-08-21 | 1 | -0/+51 |
| * | | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ha... | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
| * | | | ...and if we're not clearing that in dispose(), then we don't need dispose() ... | Charles Kerr | 2012-08-21 | 1 | -10/+0 |
| * | | | don't keep the GBinding pointer around, it'll be destroyed automatically when... | Charles Kerr | 2012-08-21 | 1 | -6/+3 |
| * | | | comment tweaks | Charles Kerr | 2012-08-21 | 2 | -4/+8 |
| * | | | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 3 | -0/+189 |
| |/ / |
|
* | | | require gtk3 | Charles Kerr | 2012-05-07 | 6 | -71/+0 |
* | | | remove unused function ido_range_grab_notify() | Charles Kerr | 2012-05-07 | 1 | -23/+0 |
|/ / |
|
* | | Putting in the BEGIN_DECLS for the C++ folks | Ted Gould | 2012-04-25 | 1 | -0/+2 |
* | | merge lp:~allanlesage/ido/TDD to add targets to autotools build for code-cove... | Charles Kerr | 2012-04-12 | 1 | -2/+9 |
|\ \
| |/
|/| |
|
| * | Added gcov coverage tooling. | Allan LeSage | 2012-03-27 | 1 | -2/+9 |
* | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
* | | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug #... | Charles Kerr | 2012-03-12 | 1 | -0/+20 |