index
:
haven
master
origin/master
Haven is an umbrella project for a range of mostly desktop applications
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hpcu: the slightest cleanup
Přemysl Janouch
2018-11-01
1
-144
/
+158
*
Make README more AsciiDoc-compatible
Přemysl Janouch
2018-10-08
1
-16
/
+19
*
ht: add generated wcwidth tables and algorithm
Přemysl Janouch
2018-10-07
2
-0
/
+288
*
ht: add generated X11 keysym maps
Přemysl Janouch
2018-10-07
4
-0
/
+7718
*
Update README
Přemysl Janouch
2018-10-07
1
-27
/
+36
*
hasp: add a libasciidoc preprocessor
Přemysl Janouch
2018-10-07
2
-0
/
+96
*
hpcu: add a selection unifier
Přemysl Janouch
2018-09-30
2
-4
/
+368
*
xgb-selection: add a demo to track X11 selections
Přemysl Janouch
2018-09-30
1
-0
/
+199
*
nexgb: update README
Přemysl Janouch
2018-09-30
1
-1
/
+4
*
nexgb: update to xcb-proto 1.13
Přemysl Janouch
2018-09-30
3
-9
/
+356
*
nexgb: regenerate from xcb-proto 1.12
Přemysl Janouch
2018-09-30
26
-2300
/
+2479
*
xgbgen: make request function signatures shorter
Přemysl Janouch
2018-09-30
1
-2
/
+21
*
xgbgen: process <doc> elements
Přemysl Janouch
2018-09-30
9
-24
/
+187
*
xgbgen: generate proper sentences with full stops
Přemysl Janouch
2018-09-30
1
-4
/
+3
*
nexgb: export {Major,Minor}Version for extensions
Přemysl Janouch
2018-09-30
26
-0
/
+131
*
nexgb: gofmt
Přemysl Janouch
2018-09-30
2
-3
/
+3
*
nexgb: relicense xgbgen to 0BSD
Přemysl Janouch
2018-09-30
2
-13
/
+13
*
nexgb: rewrite import paths
Přemysl Janouch
2018-09-21
35
-78
/
+78
*
nexgb: post-merge fixups and cleanups
Přemysl Janouch
2018-09-08
14
-136
/
+111
*
Merge aarzilli/xgb, branch xcb1.12 as nexgb
Přemysl Janouch
2018-09-08
71
-0
/
+69355
|
\
|
*
Regenerated from xcb-proto 1.12
aarzilli
2018-09-08
13
-264
/
+667
|
*
Changed xgbgen to support xcb-proto 1.12
aarzilli
2018-09-08
9
-158
/
+174
|
*
Makefile: do not redefine $XPROTO if it's already defined.
aarzilli
2018-09-08
1
-0
/
+2
|
*
Remove stray format char in randr example
Rabin Vincent
2018-09-08
1
-1
/
+1
|
*
fix structs with field name of 'Bytes'
Andrew Gallant
2018-09-08
4
-7
/
+11
|
*
Handle wildcard values in Xauthority file
aarzilli
2018-09-08
1
-1
/
+5
|
*
Read/Write mutex for Extensions map
aarzilli
2018-09-08
29
-103
/
+2526
|
*
sendRequest reads req.buf after closing req.seq
aarzilli
2018-09-08
1
-1
/
+1
|
*
Remove panics/fatal errors.
Andrew Gallant
2018-09-08
2
-40
/
+28
|
*
assign a sequence id to the cookie before returning from Conn.NewRequest
Bryan Matsuo
2018-09-08
1
-1
/
+7
|
*
add a new api: NewConnNet
fangyuanziti
2018-09-08
2
-0
/
+31
|
*
Formatting and 80 cols.
Andrew Gallant
2018-09-08
3
-19
/
+11
|
*
Fix Issue #21: automatic calculation of alignment padding after lists
aarzilli
2018-09-08
30
-474
/
+630
|
*
examples:randr use info.Connection to detect whether there has any Randr.Modes
snyh
2018-09-08
1
-1
/
+1
|
*
example/randr: check the GetOutputInfo's mode length (virtual head can have z...
snyh
2018-09-08
1
-4
/
+6
|
*
Use consistent extension names. Close #6.
Andrew Gallant
2018-09-08
11
-391
/
+389
|
*
It appears that the "Str" type (which is built into the core X protocol)
Andrew Gallant
2018-09-08
10
-49
/
+52
|
*
shortcuts for the lazy
Andrew Gallant
2018-09-08
1
-0
/
+4
|
*
When writing, don't pad the length of bytes produced from inner
Andrew Gallant
2018-09-08
10
-57
/
+57
|
*
Regenerate xgb with latest XML descriptions.
Andrew Gallant
2018-09-08
7
-45
/
+2454
|
*
Fix fmt'd output for union list writing.
Andrew Gallant
2018-09-08
2
-2
/
+2
|
*
Ignore the "fd" field for the time being (for the shm extension only).
Andrew Gallant
2018-09-08
1
-2
/
+2
|
*
The `sync` and `xinput` extensions now use the `switch` field, which
Andrew Gallant
2018-09-08
3
-9616
/
+6
|
*
Export the logger (again)
Axel Wagner
2018-09-08
3
-99
/
+18
|
*
Padding on a list is on the length of the list.
Andrew Gallant
2018-09-08
17
-222
/
+222
|
*
Don't needlessly change source files every time.
Andrew Gallant
2018-09-08
29
-118
/
+30
|
*
Update to latest xproto XML.
Andrew Gallant
2018-09-08
28
-30167
/
+30267
|
*
Updated to work with new xproto XML files.
Andrew Gallant
2018-09-08
5
-10
/
+45
|
*
Fixed a nasty bug where closing could cause ReadFull to crash
Andrew Gallant
2018-09-08
1
-11
/
+29
|
*
gofmt
Andrew Gallant
2018-09-08
8
-30
/
+30
[prev]
[next]