Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 3.0 of the REUSE specification compliant | Fredrik Salomonsson | 2023-03-19 | 20 | -75/+421 |
* | Remove pinentry-rofi package definition in guix.scm | Fredrik Salomonsson | 2022-10-09 | 1 | -52/+1 |
* | Add all needed build dependencies in HACKING | Fredrik Salomonsson | 2022-08-17 | 1 | -1/+7 |
* | Bumping up version to 2.0.32.0.3 | Fredrik Salomonsson | 2021-01-31 | 5 | -5/+10 |
* | Update README | Fredrik Salomonsson | 2021-01-31 | 2 | -18/+80 |
* | Skip build directory for guix.scm | Fredrik Salomonsson | 2021-01-31 | 1 | -3/+5 |
* | Just define one package in guix.scm | Fredrik Salomonsson | 2021-01-31 | 1 | -19/+7 |
* | Add PKGBUILD for Arch Linux | Fredrik Salomonsson | 2021-01-31 | 1 | -0/+28 |
* | Add installcheck to make sure the pinentry-rofi script works | Fredrik Salomonsson | 2021-01-31 | 2 | -1/+10 |
* | Ignore build | Fredrik Salomonsson | 2021-01-31 | 1 | -1/+2 |
* | Add logic for passing locale to rofi | Fredrik Salomonsson | 2021-01-31 | 3 | -35/+110 |
* | Rename the pinentry-rofi-git-with-guile-3.0 to just pinentry-rofi-git | Fredrik Salomonsson | 2021-01-31 | 1 | -1/+1 |
* | Fix the issue with the error "no code for module (pinentry-rofi)" | Fredrik Salomonsson | 2021-01-31 | 4 | -2/+12 |
* | Update ChangeLog for 2.0.2 | Fredrik Salomonsson | 2021-01-27 | 1 | -0/+5 |
* | Update guix.scm to build from source for both guile 3.0 and 2.22.0.2 | Fredrik Salomonsson | 2021-01-27 | 1 | -84/+83 |
* | Bump up version to 2.0.2 | Fredrik Salomonsson | 2021-01-27 | 2 | -3/+3 |
* | Add search paths to guile's module and object dir | Fredrik Salomonsson | 2021-01-27 | 1 | -0/+4 |
* | Fix issue with quoting and AUTHOR and HVERSION | Fredrik Salomonsson | 2021-01-27 | 1 | -3/+4 |
* | Update copyright | Fredrik Salomonsson | 2021-01-27 | 1 | -1/+1 |
* | Don't hardcode the path to the guile executable | Fredrik Salomonsson | 2021-01-27 | 1 | -1/+1 |
* | Update readme to add section on installing it with guix | Fredrik Salomonsson | 2021-01-17 | 1 | -5/+24 |
* | Update guix.scm to build from github | Fredrik Salomonsson | 2020-10-09 | 1 | -6/+13 |
* | Update changelog | Fredrik Salomonsson | 2020-10-09 | 1 | -0/+3 |
* | Add rofi dependency2.0.1 | Fredrik Salomonsson | 2020-10-09 | 1 | -2/+2 |
* | Merge branch 'hall'2.0.0 | Fredrik Salomonsson | 2020-06-26 | 19 | -233/+806 |
|\ | |||||
| * | Fix typo in README | Fredrik Salomonsson | 2020-06-26 | 1 | -1/+1 |
| * | Use ~! to flush the output | Fredrik Salomonsson | 2020-06-26 | 1 | -16/+8 |
| * | Check in automake files | Fredrik Salomonsson | 2020-06-26 | 7 | -0/+327 |
| * | Add # before the mode: org; | Fredrik Salomonsson | 2020-06-14 | 1 | -1/+1 |
| * | Bumping up 2.0.0 | Fredrik Salomonsson | 2020-06-14 | 3 | -5/+5 |
| * | Add not about breaking changes | Fredrik Salomonsson | 2020-06-14 | 1 | -0/+7 |
| * | Add comment before the mode in README.org | Fredrik Salomonsson | 2020-06-14 | 1 | -1/+1 |
| * | Fix use modules for script | Fredrik Salomonsson | 2020-06-14 | 2 | -5/+2 |
| * | Comment out the nested test groups | Fredrik Salomonsson | 2020-06-14 | 1 | -6/+6 |
| * | Update tests to send in the fake-port via the keyword | Fredrik Salomonsson | 2020-06-14 | 1 | -106/+88 |
| * | Add keyword argument to the get functions to redirect the output | Fredrik Salomonsson | 2020-06-14 | 1 | -13/+13 |
| * | Using Hall to handle the project | Fredrik Salomonsson | 2020-06-12 | 13 | -102/+370 |
|/ | |||||
* | Fix crash when rofi is aborted (#11)1.0.2 | Fredrik Salomonsson | 2020-05-11 | 1 | -1/+1 |
* | Bumping up version to 1.0.11.0.1 | Fredrik Salomonsson | 2020-05-11 | 1 | -1/+1 |
* | Add test for empty password and string-empty? | Fredrik Salomonsson | 2020-05-11 | 2 | -2/+47 |
* | Use the html newline when combining the error and description (#10) | Fredrik Salomonsson | 2020-05-11 | 1 | -1/+1 |
* | Add missing '-input /dev/null' to rofi when asking for password (#9) | Fredrik Salomonsson | 2020-05-11 | 1 | -12/+12 |
* | Bumping up version to 1.0.01.0.0 | Fredrik Salomonsson | 2020-05-11 | 1 | -1/+1 |
* | Add test target to makefile (#8) | Fredrik Salomonsson | 2020-05-11 | 1 | -0/+4 |
* | Ignore log that the test framework generates | Fredrik Salomonsson | 2020-05-11 | 1 | -0/+1 |
* | Exposing rofi-popup | Fredrik Salomonsson | 2020-05-11 | 1 | -0/+2 |
* | Add tests (#8) | Fredrik Salomonsson | 2020-05-11 | 1 | -0/+406 |
* | Refactor the rofi part of the code | Fredrik Salomonsson | 2020-05-11 | 1 | -68/+86 |
* | Convert hex to char before handling underline for pango-markup | Fredrik Salomonsson | 2020-05-08 | 1 | -3/+3 |
* | Fix that the underline/underscore handle newlines | Fredrik Salomonsson | 2020-05-08 | 1 | -3/+3 |