aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manually import debian/ from ido 12.10.2-0ubuntu1.Mathieu Trudel-Lapierre2012-11-199-0/+463
* one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocationCharles Kerr2012-11-081-1/+1
* 12.10.2Charles Kerr2012-09-202-1/+4
* the calendar widget shouldn't eat the ESC key.. Fixes: https://bugs.launchpad...Charles Kerr2012-09-201-1/+2
|\
| * the calendar widget shouldn't eat the ESC key.Charles Kerr2012-09-191-1/+2
|/
* 12.10.1Lars Uebernickel2012-08-272-1/+5
* Merge lp:~larsu/ido/remove-slider-hack-953757Lars Uebernickel2012-08-272-20/+2
|\
| * ido-range: chain up constructed() to base classLars Uebernickel2012-03-161-0/+2
| * Remove slider mouse button hackLars Uebernickel2012-03-161-20/+0
* | merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the configure scrip...Charles Kerr2012-08-2212-191/+4
|\ \
| * | remove the gtk2 conditional compiles for IdoMessageDialogCharles Kerr2012-08-221-8/+0
| * | remove the gtk2 conditional compiles for IdoCalendarMenuItemCharles Kerr2012-08-221-28/+0
| * | remove the gtk2 conditional compiles for IdoEntryMenuItemCharles Kerr2012-08-221-24/+0
| * | sync with lp:idoCharles Kerr2012-08-226-5/+201
| |\ \ | |/ / |/| |
* | | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ...Charles Kerr2012-08-212-1/+2
|\ \ \
| * | | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-242-1/+3
* | | | merge lp:~charlesk/ido/switch to add GtkSwitchMenuItemCharles Kerr2012-08-216-5/+199
|\ \ \ \ | |/ / / |/| | |
| * | | bump to 12.10.0Charles Kerr2012-08-212-3/+5
| * | | revert the event delegation for now, it's not necessary for FFCharles Kerr2012-08-211-51/+0
| * | | when the mouse is over the GtkSwitch widget, the menuitem should delegate the...Charles Kerr2012-08-211-0/+51
| * | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ha...Charles Kerr2012-08-211-1/+1
| * | | ...and if we're not clearing that in dispose(), then we don't need dispose() ...Charles Kerr2012-08-211-10/+0
| * | | don't keep the GBinding pointer around, it'll be destroyed automatically when...Charles Kerr2012-08-211-6/+3
| * | | comment tweaksCharles Kerr2012-08-212-4/+8
| * | | make the glib 2.32 requirement explicit in configure.acCharles Kerr2012-08-211-2/+6
| * | | add IdoSwitchMenuItemCharles Kerr2012-08-214-0/+197
|/ / /
| * | require gtk3Charles Kerr2012-05-0712-106/+1
| * | remove unused function ido_range_grab_notify()Charles Kerr2012-05-071-23/+0
|/ /
* | merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make su...Charles Kerr2012-04-267-1/+232
|\ \
| * | Bring in xorg-gtest to get an X11 wrapperTed Gould2012-04-252-3/+5
| * | Build a scale menu item as wellTed Gould2012-04-251-0/+41
| * | Adding in the entry menuitem as well.Ted Gould2012-04-251-2/+26
| * | Putting in the BEGIN_DECLS for the C++ folksTed Gould2012-04-251-0/+2
| * | Now we can realize the menu item to make sure it doesn't mess that upTed Gould2012-04-251-1/+12
| * | Now we're allocating a calendarTed Gould2012-04-252-4/+30
| * | Adding in a dummy test and the dependencies to build itTed Gould2012-04-253-1/+54
| * | No gtk-doc.m4 neededTed Gould2012-04-251-0/+1
| * | We've now got a test directory! Ted Gould2012-04-253-1/+3
| * | Adding in Google test build utilitiesTed Gould2012-04-252-0/+69
| * | Attaching bugTed Gould2012-04-250-0/+0
|/ /
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for code-cove...Charles Kerr2012-04-125-2/+156
|\ \
| * | Added gcov coverage tooling.Allan LeSage2012-03-275-2/+156
* | | 0.3.40.3.4Ted Gould2012-03-211-1/+1
| |/ |/|
* | fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
|\ \
| * | fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
|/ /
* | 0.3.30.3.3Charles Kerr2012-03-131-1/+1
* | merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611Charles Kerr2012-03-131-0/+20
|\ \
| * | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug #...Charles Kerr2012-03-121-0/+20
|/ /
* | Merge lp:~charlesk/indicator-sound/lp-921065 into lp:indicator-sound to add "...Charles Kerr2012-03-122-33/+95
|\ \
| * | add primary-clicked and secondary-clicked signals for lp bug #921065Charles Kerr2012-03-102-31/+93