Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove automake-related files | Robert Tari | 2021-04-21 | 1 | -196/+0 |
| | |||||
* | src/Makefile.am: Move 'sources_c =' variable definition further up. | Mike Gabriel | 2020-12-03 | 1 | -27/+27 |
| | |||||
* | src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES ↵ | Mike Gabriel | 2020-12-03 | 1 | -1/+8 |
| | | | | into sources_c variable. | ||||
* | src/Makefile.am: Various TAB'bing fixes / beautifications. | Mike Gabriel | 2020-12-03 | 1 | -26/+36 |
| | |||||
* | src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and ↵ | Mike Gabriel | 2020-12-03 | 1 | -18/+18 |
| | | | | beautify the TAB'bing). | ||||
* | Add a new menu item type: IDO Removable | Robert Tari | 2020-11-24 | 1 | -0/+2 |
| | |||||
* | src/Makefile.am: Export ayatanamenuitemfactory.h as part of the public API, ↵ | Mike Gabriel | 2020-08-13 | 1 | -0/+1 |
| | | | | needed by indicator-ng.c in libayatana-indicator. | ||||
* | Drop IDO Message Dialog | Robert Tari | 2020-08-10 | 1 | -4/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#6. | ||||
* | Remove ayatana-private.h | Robert Tari | 2020-07-23 | 1 | -1/+0 |
| | |||||
* | src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. ↵ | Mike Gabriel | 2020-07-07 | 1 | -1/+1 |
| | | | | Drop -Werror from CPPFLAGS. | ||||
* | Build system: Drop remnants of GTK-2+ support. | Mike Gabriel | 2017-05-22 | 1 | -2/+1 |
| | |||||
* | make: Improve distclean ruleset. | Mike Gabriel | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | Fork ayatana-ido from Ubuntu's ido shared library. | Mike Gabriel | 2015-11-06 | 1 | -26/+29 |
| | |||||
* | Filter out symbols in the library | Ted Gould | 2014-11-03 | 1 | -3/+4 |
| | |||||
* | idobasicmenuitem: put progress menu item into its own file | Lars Uebernickel | 2014-03-26 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Add IdoSourceMenuItem | Lars Uebernickel | 2013-08-13 | 1 | -2/+6 |
| | | | | | A menu item showing messaging menu sources. | ||||
* | Add IdoApplicationMenuItem | Lars Uebernickel | 2013-08-13 | 1 | -2/+4 |
| | | | | | | A menu item representing an application. It can show whether the application is running or not (based on action state). | ||||
* | add support for com.canonical.indicator.alarm menuitems. | Charles Kerr | 2013-07-25 | 1 | -0/+4 |
| | |||||
* | add a menuitem that renders com.canonical.indicator.progress as laid out in ↵ | Charles Kerr | 2013-07-24 | 1 | -0/+2 |
| | | | | https://wiki.ubuntu.com/Power#Phone | ||||
* | Merge trunk | Lars Uebernickel | 2013-06-19 | 1 | -1/+5 |
|\ | |||||
| * | add calendar, location, and appointment menuitems to the IDO factory | Charles Kerr | 2013-06-14 | 1 | -0/+4 |
| | | |||||
* | | Add IdoPlaybackMenuItem | Lars Uebernickel | 2013-06-17 | 1 | -2/+4 |
| | | | | | | | | | | | | | | A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound. | ||||
* | | Add IdoMediaPlayerMenuItem | Lars Uebernickel | 2013-06-12 | 1 | -2/+4 |
|/ | | | | | | | | A menu item that shows a media player application and metadata about the currently running song. Adapted from metadata-widget.c formerly found in lp:indicator-sound. | ||||
* | Merge IdoUserMenuItem branch | Lars Uebernickel | 2013-05-22 | 1 | -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 Kerr | 2013-03-26 | 1 | -0/+2 |
| | | | | | | | | is to decouple from dbusmenu. | ||||
* | | Add IdoActionHelper | Lars Uebernickel | 2013-05-22 | 1 | -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 IdoMenuItemFactory | Lars Uebernickel | 2013-05-22 | 1 | -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 IDO | Robert Ancell | 2012-12-14 | 1 | -0/+53 |
| | |||||
* | sync with lp:ido | Charles Kerr | 2012-08-22 | 1 | -1/+4 |
|\ | |||||
| * | 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 |
| |\ | | | | | | | | | | 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 file | Ken VanDine | 2012-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 1 | -0/+3 |
| |/ | |||||
* / | require gtk3 | Charles Kerr | 2012-05-07 | 1 | -5/+0 |
|/ | |||||
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵ | Charles Kerr | 2012-04-12 | 1 | -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 LeSage | 2012-03-27 | 1 | -2/+9 |
| | | |||||
* | | remove idooffscreenproxy | Charles Kerr | 2012-03-09 | 1 | -15/+0 |
|/ | |||||
* | Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 version | Ted Gould | 2011-09-13 | 1 | -4/+8 |
| | |||||
* | Making the proxy GTK3 only | Ted Gould | 2011-09-13 | 1 | -4/+14 |
|\ | |||||
| * | Only use the offscreen proxy stuff in GTK3 | Robert Carr | 2011-09-13 | 1 | -4/+14 |
| | | |||||
* | | Increasing the number of warnings | Ted Gould | 2011-09-13 | 1 | -1/+2 |
|/ | |||||
* | Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵ | Robert Carr | 2011-09-02 | 1 | -2/+5 |
| | | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009 | ||||
* | allow building either gtk2 or gtk3 versions; some deprecation cleanups | Michael Terry | 2011-06-01 | 1 | -7/+13 |
| | |||||
* | Remove IdoGestureManager | Cody Russell | 2011-01-18 | 1 | -5/+1 |
| | |||||
* | fix distcheck; thanks to seb128 | David Barth | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | Feel up your widgets. | Cody Russell | 2010-08-15 | 1 | -1/+4 |
| | |||||
* | Calendar | Cody Russell | 2010-07-19 | 1 | -0/+3 |
| | |||||
* | Fix for distcheck | Cody Russell | 2010-07-15 | 1 | -0/+1 |
| | |||||
* | Add IdoRange, and modify IdoScaleMenuItem to use it. | Cody Russell | 2010-07-13 | 1 | -0/+2 |
| |