aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hswg: an initial attempt at refactoring main()Přemysl Eric Janouch2021-06-221-83/+112
|
* hswg: store backlinks in a mapPřemysl Eric Janouch2021-06-221-23/+18
|
* hswg: actually use templates for output filesPřemysl Eric Janouch2021-06-221-37/+37
|
* Bump libasciidoc dependencyPřemysl Eric Janouch2021-06-023-53/+170
|
* Bump libasciidoc dependencyPřemysl Eric Janouch2020-10-042-9/+12
| | | | Now at a usable release version again.
* Bump libasciidoc dependencyPřemysl Eric Janouch2020-09-302-16/+22
|
* hswg: try to order entries by date, reverse orderPřemysl Eric Janouch2020-09-211-1/+38
|
* hswg: execute a template given on standard inputPřemysl Eric Janouch2020-09-211-20/+38
| | | | So that information can be extracted from documents easily.
* hswg: don't link to draftsPřemysl Eric Janouch2020-09-211-1/+6
|
* hswg: extract attributes from documentsPřemysl Eric Janouch2020-09-211-14/+31
|
* Bump libasciidoc dependencyPřemysl Eric Janouch2020-09-212-13/+18
|
* hswg: avoid self-referential linksPřemysl Eric Janouch2020-08-181-1/+1
|
* hswg: bump libasciidoc to a dev versionPřemysl Eric Janouch2020-08-173-34/+149
| | | | | | We want: - curved quotation marks - image alignment/float setting
* hswg: deduplicate backlinksPřemysl Eric Janouch2020-08-151-2/+5
|
* Update README.adocPřemysl Eric Janouch2020-08-151-100/+5
|
* hswg: merge in hasp as a modePřemysl Eric Janouch2020-08-153-114/+61
| | | | No need to have the two-line header processor in two places.
* hswg: add a static website generatorPřemysl Eric Janouch2020-08-151-0/+217
|
* Update README.adocPřemysl Eric Janouch2020-08-121-4/+7
|
* Render the README as AsciiDocPřemysl Eric Janouch2020-08-121-0/+0
| | | | The little issues aren't worth the monospace font in Gitea.
* Update .gitignorePřemysl Eric Janouch2020-08-061-1/+14
|
* hasp: bump libasciidoc and other dependenciesPřemysl Eric Janouch2020-08-013-8/+155
|
* Name changePřemysl Eric Janouch2020-08-019-10/+10
|
* hid: mention Go 1.12 alternative to TLS autodetectionPřemysl Janouch2019-02-271-0/+4
|
* hpcu: eliminate infinite loopingPřemysl Janouch2019-02-041-1/+1
|
* Use Go modulesPřemysl Janouch2018-12-012-0/+33
|
* hpcu: the slightest cleanupPřemysl Janouch2018-11-011-144/+158
|
* Make README more AsciiDoc-compatiblePřemysl Janouch2018-10-081-16/+19
| | | | It seems to almost work, except for callouts without blocks.
* ht: add generated wcwidth tables and algorithmPřemysl Janouch2018-10-072-0/+288
|
* ht: add generated X11 keysym mapsPřemysl Janouch2018-10-074-0/+7718
| | | | Now we can make sense of keysyms and translate them to text.
* Update READMEPřemysl Janouch2018-10-071-27/+36
| | | | Some reprioritization was in order. Added some resources for hss.
* hasp: add a libasciidoc preprocessorPřemysl Janouch2018-10-072-0/+96
|
* hpcu: add a selection unifierPřemysl Janouch2018-09-302-4/+368
| | | | So far not supporting large selections.
* xgb-selection: add a demo to track X11 selectionsPřemysl Janouch2018-09-301-0/+199
|
* nexgb: update READMEPřemysl Janouch2018-09-301-1/+4
|
* nexgb: update to xcb-proto 1.13Přemysl Janouch2018-09-303-9/+356
|
* nexgb: regenerate from xcb-proto 1.12Přemysl Janouch2018-09-3026-2300/+2479
| | | | To refresh documentation.
* xgbgen: make request function signatures shorterPřemysl Janouch2018-09-301-2/+21
|
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-309-24/+187
| | | | | Most of XCB documentation now ends up in Go sources, although the end result is of mixed quality.
* xgbgen: generate proper sentences with full stopsPřemysl Janouch2018-09-301-4/+3
|
* nexgb: export {Major,Minor}Version for extensionsPřemysl Janouch2018-09-3026-0/+131
|
* nexgb: gofmtPřemysl Janouch2018-09-302-3/+3
|
* nexgb: relicense xgbgen to 0BSDPřemysl Janouch2018-09-302-13/+13
| | | | | | | Doing what the fuck I want to. Included BurntSushi as a copyright holder because under the Berne convention he totally is.
* nexgb: rewrite import pathsPřemysl Janouch2018-09-2135-78/+78
|
* nexgb: post-merge fixups and cleanupsPřemysl Janouch2018-09-0814-136/+111
| | | | | | | | | AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up. LICENSE: Google doesn't really grant you shit anymore. The EU doesn't have software patents either, so it doesn't affect me directly. README, doc.go: erase mentions of unmaintained xgbutil.
* Merge aarzilli/xgb, branch xcb1.12 as nexgbPřemysl Janouch2018-09-0871-0/+69355
|\ | | | | | | | | | | | | | | | | History has been linearized and rewritten to stay under the new subdirectory. I want to make changes incompatible to BurntSushi/xgb. The history begs for being thrown away entirely because of its quality and because it doesn't cover the Google period but it is still useful for copyright tracking.
| * Regenerated from xcb-proto 1.12aarzilli2018-09-0813-264/+667
| |
| * Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-089-158/+174
| | | | | | | | | | | | | | | | * Added minimal support for switch fields. * Changed the way Size is calculated to accomodate for lists inside structs (added to randr) * Removed heuristic to place alignment gaps, they are now explicitly described in xml
| * Makefile: do not redefine $XPROTO if it's already defined.aarzilli2018-09-081-0/+2
| |
| * Remove stray format char in randr exampleRabin Vincent2018-09-081-1/+1
| |
| * fix structs with field name of 'Bytes'Andrew Gallant2018-09-084-7/+11
| | | | | | | | | | (it conflict with a method of the same name that is generated for all such structs)