Commit message (Expand) | Author | |||
---|---|---|---|---|
2014-01-14 | cgitrc.5.txt: Fix documentation of the snapshot mask | Lukas Fleischer | ||
2014-01-14 | makefile: auto-detect presence of various Lua, bsd | Jason A. Donenfeld | ||
2014-01-14 | filter: style tweaks | Jason A. Donenfeld | ||
2014-01-14 | filter: add page source to email filter | Jason A. Donenfeld | ||
2014-01-14 | filter: add gravatar scripts | Jason A. Donenfeld | ||
2014-01-14 | filter: add support for email filter | Jason A. Donenfeld | ||
2014-01-14 | filter: return on null filter from open and close | Jason A. Donenfeld | ||
2014-01-14 | filter: add lua support | Jason A. Donenfeld | ||
2014-01-14 | filter: basic write hooking infrastructure | Jason A. Donenfeld | ||
2014-01-14 | filter: allow for cleanup hook for filter types | Jason A. Donenfeld | ||
2014-01-14 | filter: introduce "filter type" prefix | John Keeping | ||
2014-01-14 | filter: add interface layer | John Keeping | ||
2014-01-14 | filter: add fprintf_filter function | John Keeping | ||
2014-01-14 | authors: specify maintainers | Jason A. Donenfeld | ||
2014-01-13 | filters: Improved syntax-highlighting.py | Stefan Tatschner | ||
2014-01-12 | tests: add CGIT_TEST_OPTS variable to Makefile | John Keeping | ||
2014-01-12 | ui-repolist: HTML-escape cgit_rooturl() response | John Keeping | ||
2014-01-12 | ui-shared: URL-escape script_name | John Keeping | ||
2014-01-12 | ui-refs: escape HTML chars in author and tagger names | John Keeping | ||
2014-01-12 | filter: pass extra arguments via cgit_open_filter | John Keeping | ||
2014-01-12 | ui-snapshot: set unused cgit_filter fields to zero | John Keeping | ||
2014-01-12 | html: remove redundant htmlfd variable | John Keeping | ||
2014-01-12 | tests: add Valgrind support | John Keeping | ||
2014-01-12 | cache: don't leave cache_slot fields uninitialized | John Keeping | ||
2014-01-10 | filter: split filter functions into their own file | Jason A. Donenfeld | ||
2014-01-10 | filter: make exit status local | Jason A. Donenfeld | ||
2014-01-10 | parsing: fix header typo | Jason A. Donenfeld | ||
2014-01-10 | cgit.c: Fix comment on bit mask hack | Lukas Fleischer | ||
2014-01-10 | cgit.c: Use "else" for mutually exclusive branches | Lukas Fleischer | ||
2014-01-10 | ui-snapshot.c: Do not reinvent suffixcmp() | Lukas Fleischer | ||
2014-01-10 | Refactor cgit_parse_snapshots_mask() | Lukas Fleischer | ||
2014-01-10 | Disallow use of undocumented snapshot delimiters | Lukas Fleischer | ||
2014-01-10 | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | ||
2014-01-09 | README: Fix dependencies | Lukas Fleischer | ||
2014-01-08 | README: Spelling and formatting fixes | Lukas Fleischer | ||
2014-01-08 | Fix UTF-8 with syntax-highlighting.py | Přemysl Janouch | ||
2014-01-08 | Add a suggestion to the manpage | Přemysl Janouch | ||
2014-01-08 | Fix the example configuration | Přemysl Janouch | ||
2014-01-08 | Fix about-formatting.sh | Přemysl Janouch | ||
2014-01-08 | Fix some spelling errors | Přemysl Janouch | ||
2014-01-08 | filters: highlight.sh: add css comments for highlight 2.6 and 3.8 | Ferry Hubertsan> | Swap root window colours | June McEnroe |
2021-02-07 | Add -X flag to install X stuff on OpenBSD | June McEnroe | ||
2021-02-07 | Adjust brightness by smaller increments | June McEnroe | ||
2021-02-07 | Fix cwm window cycling, move big by default | June McEnroe | ||
2021-02-07 | Use class names for Foreground, Background, BorderColor | June McEnroe | ||
I'm not really sure what difference this makes, but it seems like the right thing to do to be generic? | ||||
2021-02-07 | Add simple battery status and clock to xsession | June McEnroe | ||
I love how simple this is. | ||||
2021-02-07 | Set cursor theme and size | June McEnroe | ||
2021-02-07 | Use scrot for up -s if no screencapture | June McEnroe | ||
Still missing putting the URL in an X selection. | ||||
2021-02-07 | Enable mouse acceleration in X | June McEnroe | ||
2021-02-07 | Set colours for Xt and cwm | June McEnroe | ||
And increase XTerm internalBorder. | ||||
2021-02-07 | Set urgency on bell in xterm | June McEnroe | ||
2021-02-07 | Add bindings for brightness control | June McEnroe | ||
Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. | ||||
2021-02-07 | Set X key repeat rate | June McEnroe | ||
2021-02-07 | Bump font size to 12 | June McEnroe | ||
11 is what I use on macOS, but I feel like my eyes are working harder here. | ||||
2021-02-07 | Fully configure and rebind cwm | June McEnroe | ||
This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. | ||||
2021-02-07 | Add Binti | June McEnroe | ||
2021-02-07 | Finish configuring xterm | June McEnroe | ||
2021-02-06 | Enable tapping, reverse scroll, set scaling in wsconsctl | June McEnroe | ||
2021-02-06 | Set root window to black on purple snow | June McEnroe | ||
2021-02-06 | Add xmodmap configuration | June McEnroe | ||
2021-02-06 | Add initial OpenBSD X configuration | June McEnroe | ||
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. | ||||
2021-02-06 | Add xterm output to scheme | June McEnroe |