Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers | Robert Tari | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Append us to copyright headers | Robert Tari | 2021-05-12 | 1 | -0/+2 |
| | |||||
* | Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵ | Robert Tari | 2021-05-12 | 1 | -2/+2 |
| | | | | | | include paths tests/test-loader.c: fix library paths | ||||
* | Move source files to src | Robert Tari | 2021-05-11 | 1 | -34/+34 |
| | |||||
* | Fork libayatana-indicator from Ubuntu's libindicator shared library. | Mike Gabriel | 2015-11-06 | 1 | -2/+2 |
| | |||||
* | In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & ↵ | Charles Kerr | 2012-09-11 | 1 | -2/+10 |
| | | | | re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy() | ||||
* | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 1 | -0/+139 |
incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed |