aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* {src,tests}/Makefile.am: implement proper GTK+ 3/GTK 4 switching support.Mihai Moldovan2023-09-121-0/+15
| | | | Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/56
* tests/arctica-greeter.vala: remove left-over singleton class member.Mihai Moldovan2023-05-031-2/+0
| | | | This is not needed any longer.
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-061-1/+0
| | | | | | | | | This is a work-in-progress. The reworked high contrast mode adds support for a configurable high contrast GTK theme and changes a lot of widgets to change their color. The big font mode is a stub currently.
* misc src/: make ArcticaGreeter a proper vala SingleInstance class.Mihai Moldovan2023-02-062-27/+53
| | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature.
* Fix some typosElyes HAOUAS2022-06-271-5/+5
| | | | Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
* White-space cleanup. Removing superfluous EOL white-spaces.Mike Gabriel2017-12-071-6/+6
|
* Compile with Vala debugging informationRobert Ancell2017-04-181-0/+1
|
* Use valgrind to make build logs bigger help in triaging FTBFS problems.Robert Ancell2017-04-181-1/+1
|
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-151-1/+1
|
* unit tests: GLX extension not required in our Xvfb test runs.Mike Gabriel2017-04-151-1/+1
|
* Revert "Remove *.stamp files on distclean."Mike Gabriel2015-10-261-1/+0
| | | | This reverts commit 8c82d897d5e1acb82503d672d4d86a9e1be74b46.
* Remove *.stamp files on distclean.Mike Gabriel2015-10-261-0/+1
|
* Fix failing testsuite by enforce setting XDG_DATA_DIRS internally if ↵Mike Gabriel2015-10-261-0/+2
| | | | XDG_DATA_DIRS is not set in the environment.
* Adapt to using ArcticaProject's remote-logon-service.Mike Gabriel2015-09-191-1/+1
|
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-193-41/+41
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-026-0/+1069