summary refs log tree commit diff
path: root/etc (follow)
Commit message (Expand)AuthorAge
* Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe2021-02-06
* Add wsconsctl.confJune McEnroe2021-02-06
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
* Update Terminal.app coloursJune McEnroe2021-01-13
* Increment license header templatesJune McEnroe2021-01-01
* Remove TF2 configJune McEnroe2020-12-21
* Remove modified sensitivity settingsJune McEnroe2020-11-04
* Tweak TF2 sensitivities once moreJune McEnroe2020-06-26
* Remove unfinished PSF fontsJune McEnroe2020-05-26
* Move keyboard layout into a .bundleJune McEnroe2020-05-08
* Change scout sensitivity to 1.4June McEnroe2020-01-28
* Update license header templates for the new yearJune McEnroe2020-01-01
* Add GPL header templateJune McEnroe2019-11-06
* Add uber messageJune McEnroe2019-11-01
* Use sensitivity aliases in TF2June McEnroe2019-09-16
* Unset executable on shell scriptsJune McEnroe2019-08-29
* Add samba_mdns rc scriptJune McEnroe2019-08-28
* Shell script style passJune McEnroe2019-07-27
* Update Dark.terminalJune McEnroe2019-07-26
* Add common includes to AGPL templateJune McEnroe2019-07-06
* Set sensitivity by slot in TF2June McEnroe2019-06-15
* Remove gitea2mastodonJune McEnroe2019-02-12
* Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22
* Add WIP serif8x16.psfJune McEnroe2019-01-22
* Fix some symbols in sans8x16June McEnroe2019-01-16
* Add sans8x16.psfJune McEnroe2019-01-15
* Bump copyright yearJune McEnroe2019-01-01
* Add TF2 sensitivity bindsJune McEnroe2018-12-11
* Add Go Mono variantsJune McEnroe2018-11-18
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Remove other building bindings for engineerJune McEnroe2018-10-27
* Nice shot!June McEnroe2018-10-19
* Add sans6x12June McEnroe2018-10-03
* Fix ≈ glyph of sans6x8June McEnroe2018-10-03
* Fill E0 through FE of sans6x10June McEnroe2018-10-03
* Fill 03 through 1F of sans6x10June McEnroe2018-10-03
* Fix ¼ glyph of sans6x8June McEnroe2018-10-03
* Fill A6 through AF of sans6x10June McEnroe2018-10-03
* Squish Ñ in sans6x10 consistentlyJune McEnroe2018-09-29
* Add box drawing glyphs to sans6x10June McEnroe2018-09-29
* Tweak sans6x8 shading blocksJune McEnroe2018-09-29
* Fill 7F through A5 of sans6x10June McEnroe2018-09-29
* Add sans6x10 basic glyphsJune McEnroe2018-09-28
* Make sans6x8 double quote narrowerJune McEnroe2018-09-28
* Add greek glyphs to sans6x8June McEnroe2018-09-28
* Add png target in etc/psfJune McEnroe2018-09-28
* Disable visual bell in light terminal profileJune McEnroe2018-09-28
* Add sans6x8 PSF2 fontJune McEnroe2018-09-27
* Map caps lock to escape on Linux consoleJune McEnroe2018-09-21
t'>cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping On some platforms (notably Solaris) /bin/sh doesn't support enough of POSIX for gen-version.sh to run. Git's Makefile provides SHELL_PATH_SQ to address this issue so we just have to use it. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping