aboutsummaryrefslogtreecommitdiff
path: root/tests/dummy-indicator-visible.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headersRobert Tari2021-09-201-1/+1
|
* Append us to copyright headersRobert Tari2021-05-121-0/+2
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-121-2/+2
| | | | | | include paths tests/test-loader.c: fix library paths
* Move source files to srcRobert Tari2021-05-111-34/+34
|
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-2/+2
|
* In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & ↵Charles Kerr2012-09-111-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 Kerr2012-01-231-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