aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge IdoUserMenuItem branchLars Uebernickel2013-05-221-1/+3
|\ | | | | | | | | | | This branch contains IdoUserMenuItem, a menu item that is used by indicator-session to display an individual user in the user switcher.
| * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵Charles Kerr2013-03-261-0/+2
| | | | | | | | is to decouple from dbusmenu.
* | Add IdoActionHelperLars Uebernickel2013-05-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class contains some functionality that all menu items that are bound to an action need. It listens for action additions and removals, changes in enabled state, and state changes. It is _not_ intended to be used by specific menu items, but rather as the glue in IdoMenuItemFactory, to bind a widget to an action. An alternative way to reach the same goal is to have an IdoMenuItem base class which contains the common functionality. This would have required touching all existing menu items (slider, user menu item, media player items) and would have added more complexity to them. It is similar in spirit to GtkActionHelper (a private class in gtk), but very different in API and implementation.
* | Add IdoMenuItemFactoryLars Uebernickel2013-05-221-2/+4
|/ | | | | | | | | | | | It's implementing the GtkMenuItemFactory extension point (only available in Ubuntu's version of gtk+). It doesn't create any menu items yet. The extension point must be registered before calling gtk_menu_new_from_model() with a menu model that references any of the custom menu items ido will provide. Registering means the type must exist in the type system. This patch adds an ido_init() which does that. Consumers of libido are required to call this function from now on.
* Add introspection and Vala support to IDORobert Ancell2012-12-141-0/+53
|
* sync with lp:idoCharles Kerr2012-08-221-1/+4
|\
| * merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵Charles Kerr2012-08-211-1/+1
| |\ | | | | | | | | | doesn't include that in it's .pc file
| | * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-241-1/+1
| | |
| * | add IdoSwitchMenuItemCharles Kerr2012-08-211-0/+3
| |/
* / require gtk3Charles Kerr2012-05-071-5/+0
|/
* merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵Charles Kerr2012-04-121-2/+9
|\ | | | | | | code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .
| * Added gcov coverage tooling.Allan LeSage2012-03-271-2/+9
| |
* | remove idooffscreenproxyCharles Kerr2012-03-091-15/+0
|/
* Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 versionTed Gould2011-09-131-4/+8
|
* Making the proxy GTK3 onlyTed Gould2011-09-131-4/+14
|\
| * Only use the offscreen proxy stuff in GTK3Robert Carr2011-09-131-4/+14
| |
* | Increasing the number of warningsTed Gould2011-09-131-1/+2
|/
* Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵Robert Carr2011-09-021-2/+5
| | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009
* allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-011-7/+13
|
* Remove IdoGestureManagerCody Russell2011-01-181-5/+1
|
* fix distcheck; thanks to seb128David Barth2010-09-081-0/+1
|
* Feel up your widgets.Cody Russell2010-08-151-1/+4
|
* CalendarCody Russell2010-07-191-0/+3
|
* Fix for distcheckCody Russell2010-07-151-0/+1
|
* Add IdoRange, and modify IdoScaleMenuItem to use it.Cody Russell2010-07-131-0/+2
|
* Fixes for distCody Russell2010-07-081-1/+11
|
* IdoMessageDialog - a morphing message dialog.Cody Russell2010-05-121-1/+29
|
* Fix distcheck0.1.0Cody Russell2010-02-041-2/+4
|
* Fix headers to installCody Russell2010-02-041-1/+1
|
* Fix header installsCody Russell2010-02-021-0/+6
|
* Entry menu itemsCody Russell2010-02-011-0/+2
|
* IDO initial commit, scale menuitemCody Russell2010-01-191-0/+28