aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Update READMEPřemysl Janouch2018-10-071-27/+36
* hasp: add a libasciidoc preprocessorPřemysl Janouch2018-10-072-0/+96
* hpcu: add a selection unifierPřemysl Janouch2018-09-302-4/+368
* 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
* xgbgen: make request function signatures shorterPřemysl Janouch2018-09-301-2/+21
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-309-24/+187
* 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
* nexgb: rewrite import pathsPřemysl Janouch2018-09-2135-78/+78
* nexgb: post-merge fixups and cleanupsPřemysl Janouch2018-09-0814-136/+111
* Merge aarzilli/xgb, branch xcb1.12 as nexgbPřemysl Janouch2018-09-0871-0/+69355
|\
| * Regenerated from xcb-proto 1.12aarzilli2018-09-0813-264/+667
| * Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-089-158/+174
| * 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
| * Handle wildcard values in Xauthority fileaarzilli2018-09-081-1/+5
| * Read/Write mutex for Extensions mapaarzilli2018-09-0829-103/+2526
| * sendRequest reads req.buf after closing req.seqaarzilli2018-09-081-1/+1
| * Remove panics/fatal errors.Andrew Gallant2018-09-082-40/+28
| * assign a sequence id to the cookie before returning from Conn.NewRequestBryan Matsuo2018-09-081-1/+7
| * add a new api: NewConnNetfangyuanziti2018-09-082-0/+31
| * Formatting and 80 cols.Andrew Gallant2018-09-083-19/+11
| * Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-0830-474/+630
| * examples:randr use info.Connection to detect whether there has any Randr.Modessnyh2018-09-081-1/+1
| * example/randr: check the GetOutputInfo's mode length (virtual head can have z...snyh2018-09-081-4/+6
| * Use consistent extension names. Close #6.Andrew Gallant2018-09-0811-391/+389
| * It appears that the "Str" type (which is built into the core X protocol)Andrew Gallant2018-09-0810-49/+52
| * shortcuts for the lazyAndrew Gallant2018-09-081-0/+4
| * When writing, don't pad the length of bytes produced from innerAndrew Gallant2018-09-0810-57/+57
| * Regenerate xgb with latest XML descriptions.Andrew Gallant2018-09-087-45/+2454
| * Fix fmt'd output for union list writing.Andrew Gallant2018-09-082-2/+2