Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Adding a window ID function to pass the window ID | Ted Gould | 2012-01-19 | 7 | -2/+323 | |
|\ \ | ||||||
| * | | Moving the function into the tester to making linking simpler | Ted Gould | 2012-01-16 | 3 | -18/+21 | |
| | | | ||||||
| * | | Adding a test to look to make sure the fallback works | Ted Gould | 2012-01-16 | 1 | -0/+26 | |
| | | | ||||||
| * | | Add a function to swap out the window entry handler | Ted Gould | 2012-01-14 | 2 | -0/+16 | |
| | | | ||||||
| * | | Getting the header in dist | Ted Gould | 2012-01-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | Adding a test functioin for the entry func demmy indicator | Ted Gould | 2012-01-14 | 2 | -1/+30 | |
| | | | ||||||
| * | | Mark the entry functions as called | Ted Gould | 2012-01-14 | 1 | -3/+6 | |
| | | | ||||||
| * | | Setting up entry functions | Ted Gould | 2012-01-13 | 1 | -0/+26 | |
| | | | ||||||
| * | | Adding some public values to know if functions were called | Ted Gould | 2012-01-13 | 1 | -0/+4 | |
| | | | ||||||
| * | | Moving things into a shared header | Ted Gould | 2012-01-13 | 2 | -23/+53 | |
| | | | ||||||
| * | | Build a new dummy indicator | Ted Gould | 2012-01-13 | 3 | -1/+147 | |
| | | | ||||||
| * | | Clearing the entry function pointers | Ted Gould | 2012-01-13 | 1 | -0/+4 | |
| | | | ||||||
| * | | Handling the activate_window function and going up the stack | Ted Gould | 2012-01-13 | 1 | -0/+7 | |
| | | | ||||||
| * | | Documenting what this stuff does | Ted Gould | 2012-01-13 | 1 | -0/+16 | |
| | | | ||||||
| * | | Adding an activate window function, that can also be virtual! | Ted Gould | 2012-01-13 | 2 | -0/+10 | |
| | | | ||||||
* | | | Adding test coverage checking | Ted Gould | 2012-01-13 | 4 | -0/+129 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 4 | -0/+129 | |
| |/ | ||||||
* | | Ignoring all the stuff we build | Ted Gould | 2012-01-13 | 1 | -0/+7 | |
| | | ||||||
* | | Putting the GTK3 headers in a different directory | Ted Gould | 2012-01-13 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Use different directory for headers of gtk3 library | György Balló | 2011-11-20 | 2 | -2/+2 | |
| |/ | ||||||
* | | Adding ability to disable tests | Ted Gould | 2012-01-13 | 2 | -3/+16 | |
|\ \ | |/ |/| | ||||||
| * | Make building tests optional | György Balló | 2011-11-20 | 2 | -3/+16 | |
|/ | ||||||
* | 0.4.10.4.1 | Ted Gould | 2011-09-28 | 1 | -1/+1 | |
| | ||||||
* | Make sure our menus don't get proxied | Ted Gould | 2011-09-20 | 1 | -0/+3 | |
| | ||||||
* | 0.4.00.4.0 | Ted Gould | 2011-09-19 | 1 | -1/+1 | |
| | ||||||
* | Add in libm | Ted Gould | 2011-09-16 | 1 | -0/+3 | |
|\ | ||||||
| * | find and link libm | Evgeni Golov | 2011-09-03 | 1 | -0/+3 | |
|/ | | | | | | otherwise it will ftbfs with --as-needed because libindicator/indicator-image-helper.c uses round() but does not link to libm | |||||
* | 0.3.930.3.93 | Ted Gould | 2011-08-11 | 1 | -1/+1 | |
| | ||||||
* | Check a reload of the icon theme if needed | Ted Gould | 2011-08-10 | 1 | -0/+5 | |
|\ | ||||||
| * | Ask GTK to rescan the icon theme if the wanted icon cannot be found. | Aurelien Gateau | 2011-08-02 | 1 | -0/+5 | |
|/ | | | | | | This is necessary at least with sni-qt, which generates icon on the fly in a custom theme dir. | |||||
* | Don't make a new include directory based on GTK version | Ted Gould | 2011-07-29 | 1 | -1/+1 | |
| | ||||||
* | Making sure the lib builds before the tests or tools | Ted Gould | 2011-07-21 | 1 | -0/+4 | |
| | ||||||
* | 0.3.920.3.92 | Ted Gould | 2011-07-21 | 1 | -1/+1 | |
| | ||||||
* | Adding in secondary activate support | Ted Gould | 2011-07-21 | 2 | -3/+23 | |
|\ | ||||||
| * | Dropping the x and y paramaters from the secondary activate signal | Ted Gould | 2011-07-21 | 3 | -7/+3 | |
| | | ||||||
| * | Added support for secondary activate signal: i.e. middle-click | Marco Trevisan (Treviño) | 2011-07-09 | 3 | -3/+27 | |
| | | | | | | | | | | | | | | | | Secondary activate signal is designed to be used for a secondary kind of activation, for example using middle-click. It exports both the event time and the mouse position (this is mostly needed to follow the Status Notifier specifications). | |||||
| * | Merging with trunk | Marco Trevisan (Treviño) | 2011-07-08 | 26 | -13/+442 | |
| |\ | ||||||
* | | | 0.3.910.3.91 | Ted Gould | 2011-07-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixing the libindicator test suite | Ted Gould | 2011-07-14 | 3 | -17/+11 | |
|\ \ \ | ||||||
| * | | | Cleaning up removal of watchers as the string was getting free'd before it ↵ | Ted Gould | 2011-07-11 | 2 | -13/+9 | |
| | | | | | | | | | | | | | | | | could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib | |||||
| * | | | Define the bus well known type in the session.conf file | Ted Gould | 2011-07-11 | 2 | -4/+2 | |
| | | | | ||||||
* | | | | Adding an env variable to put a service in replace mode | Ted Gould | 2011-07-12 | 3 | -4/+58 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Watching when we do name switches | Ted Gould | 2011-07-12 | 1 | -2/+20 | |
| | | | | ||||||
| * | | | Adding in the shutdown function | Ted Gould | 2011-07-12 | 2 | -0/+3 | |
| | | | | ||||||
| * | | | In replace mode we need to ask the other guy to shutdown and still wait for ↵ | Ted Gould | 2011-07-12 | 1 | -2/+27 | |
| | | | | | | | | | | | | | | | | the name a bit. | |||||
| * | | | Adding in a property for being in replace mode | Ted Gould | 2011-07-12 | 1 | -0/+8 | |
|/ / / | ||||||
* | | | Add the PC file instead of replace it | Ted Gould | 2011-07-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Handle NULL entries without crashing | Ted Gould | 2011-07-11 | 1 | -2/+8 | |
| | | | ||||||
* | | | Installing the debugging env entries in shared directory instead of the ↵ | Ted Gould | 2011-07-07 | 2 | -1/+4 | |
|\ \ \ | | | | | | | | | | | | | executable one. | |||||
| * | | | Make xsessiondir = $(pkgdatadir) | Ken VanDine | 2011-07-07 | 1 | -1/+1 | |
| | |/ | |/| |