index
:
go.wit.com/lib/xgb.git
devel
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xgbgen
Age
Commit message (
Expand
)
Author
2023-11-29
Fix log.Fatal call has possible Printf formatting directive %s
Dimitri Sokolyuk
2022-10-29
Changed xgbgen to support xcb-proto >= 1.12
Alessandro Arzilli
2022-04-30
xgbgen: Fix EventCopy.Write
woofdoggo
2017-12-10
BurntSushi/xgb -> jezek/xgb
jEzEk
2016-03-29
fix structs with field name of 'Bytes'
Andrew Gallant
2016-03-21
Read/Write mutex for Extensions map
aarzilli
2014-05-10
Formatting and 80 cols.
Andrew Gallant
2014-05-02
Fix Issue #21: automatic calculation of alignment padding after lists
aarzilli
2013-12-28
Use consistent extension names. Close #6.
Andrew Gallant
2013-12-28
It appears that the "Str" type (which is built into the core X protocol)
Andrew Gallant
2013-12-28
When writing, don't pad the length of bytes produced from inner
Andrew Gallant
2013-12-28
Fix fmt'd output for union list writing.
Andrew Gallant
2013-12-28
Ignore the "fd" field for the time being (for the shm extension only).
Andrew Gallant
2013-08-11
Padding on a list is on the length of the list.
Andrew Gallant
2013-08-11
Don't needlessly change source files every time.
Andrew Gallant
2013-08-11
Updated to work with new xproto XML files.
Andrew Gallant
2013-01-26
gofmt
Andrew Gallant
2012-05-26
Bug fix in the generator that was outputting %(MISSING) crud.
Andrew Gallant (Ocelot)
2012-05-11
panic when an extension request is issued before an extension has been initia...
Andrew Gallant (Ocelot)
2012-05-11
panic when an extension request is issued before an extension has been initia...
Andrew Gallant (Ocelot)
2012-05-11
add a little more docs for errors
Andrew Gallant (Ocelot)
2012-05-10
better docs
Andrew Gallant (Ocelot)
2012-05-10
adding package header comments
Andrew Gallant (Ocelot)
2012-05-10
a huge commit. splitting extensions into their own sub-packages.
Andrew Gallant (Ocelot)
2012-05-10
make resource ids their own individual types. last commit before overhaul to ...
Andrew Gallant (Ocelot)
2012-05-07
more clean up. use log instead of fmt.Print to stderr. bug fix for event bloc...
Andrew Gallant (Ocelot)
2012-05-07
lots of docs and examples
Andrew Gallant (Ocelot)
2012-05-06
add more extension cruft. make extension checking more uniform.
Andrew Gallant (Ocelot)
2012-05-06
more bug fixes for the rest of the extensions
Andrew Gallant (Ocelot)
2012-05-06
added documentation and did some slight restructuring. it's party time.
Andrew Gallant (Ocelot)
2012-05-05
fixing bugs related mostly to extension handling
Andrew Gallant (Ocelot)
2012-05-05
converting to new reply/cookie scheme
Andrew Gallant (Ocelot)
2012-05-03
holy toldeo... things might actually be working
Andrew Gallant (Ocelot)
2012-05-02
finally starting on the crescendo: requests and replies.
Andrew Gallant (Ocelot)
2012-05-01
unions, events and errors... oh my
Andrew Gallant (Ocelot)
2012-04-30
splitting up go specific code. too much for one file IMO. more progress. almo...
Andrew Gallant (Ocelot)
2012-04-30
gofmt
Andrew Gallant (Ocelot)
2012-04-30
complete and total overhaul like i promised. things are much easier to reason...
Andrew Gallant (Ocelot)
2012-04-29
last commit before i tear everything down
Andrew Gallant (Ocelot)
2012-04-29
progress. still not working. this is incredibly difficult.
Andrew Gallant (Ocelot)
2012-04-28
initial commit. not currently in a working state.
Andrew Gallant (Ocelot)