aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Guard against CID:12651, division by zero of FPS value due to its use for tim...Mathieu Trudel-Lapierre2013-02-061-2/+2
* Shut up coverity about CID:12650.Mathieu Trudel-Lapierre2013-02-061-1/+2
* Add introspection and Vala support to IDORobert Ancell2012-12-149-40/+337
* the calendar widget shouldn't eat the ESC key.Charles Kerr2012-09-191-1/+2
* 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
* | 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-223-1/+181
|\ \
| * \ merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ...Charles Kerr2012-08-211-1/+1
| |\ \
| | * | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-241-1/+1
| * | | 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
| * | | add IdoSwitchMenuItemCharles Kerr2012-08-213-0/+189
| |/ /
* | | require gtk3Charles Kerr2012-05-076-71/+0
* | | remove unused function ido_range_grab_notify()Charles Kerr2012-05-071-23/+0
|/ /
* | Putting in the BEGIN_DECLS for the C++ folksTed Gould2012-04-251-0/+2
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for code-cove...Charles Kerr2012-04-121-2/+9
|\ \ | |/ |/|
| * Added gcov coverage tooling.Allan LeSage2012-03-271-2/+9
* | fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
* | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug #...Charles Kerr2012-03-121-0/+20
* | add primary-clicked and secondary-clicked signals for lp bug #921065Charles Kerr2012-03-102-31/+93
* | tweak: fix some indentation damage in the header fileCharles Kerr2012-03-091-2/+2
* | remove idooffscreenproxyCharles Kerr2012-03-093-592/+0
* | small code cleanup in update_packing()Charles Kerr2012-03-091-43/+19
* | Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy.Charles Kerr2012-03-091-51/+0
* | don't override widget_class.state_changed in idoscalemenuitem ... that was pr...Charles Kerr2012-03-091-8/+0
|/
* add style class "menubar" to the offscreen proxy, this fixes the white backgr...Ken VanDine2012-02-081-4/+3
* Patch from ~covox (LP: #867649)Ken VanDine2012-01-121-0/+4
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ...Ken VanDine2011-12-145-0/+45
* one more fix for armel FTBFSKen VanDine2011-10-061-1/+1
* Fixed FTBFS on armel (LP: #866039)Ken VanDine2011-10-053-3/+3
* Get rid of unnecessary checkMichal Hruby2011-10-031-1/+0
* And we need to include config.hMichal Hruby2011-10-031-0/+1
* Use the grab-notify workaround only when using Gtk3Michal Hruby2011-10-031-0/+14
* Fix bug #865122Michal Hruby2011-10-031-0/+10
* Fix the calendar itemTed Gould2011-09-161-15/+46
|\
| * Freeing the new eventTed Gould2011-09-161-0/+3
| * Putting the new code as GTK3 onlyTed Gould2011-09-161-0/+5
| * Removing a bunch of debug messagesTed Gould2011-09-161-23/+2
| * Use get_origin instead of position and uncomment out our adjustmentsTed Gould2011-09-161-6/+4
| * Use the root position in the event instead of finding itTed Gould2011-09-161-4/+3
| * Clean up some debug and suchTed Gould2011-09-161-3/+3
| * ReformatingTed Gould2011-09-151-54/+52