aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * added testsAndrew Gallant (Ocelot)2012-05-0733-256/+1256
| |
| * add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)2012-05-067-11/+59
| |
| * auto-generated Go code ftw. ~65,000 lines. woooheeeAndrew Gallant (Ocelot)2012-05-0628-61/+40161
| |
| * build comman for converting XML to GoAndrew Gallant (Ocelot)2012-05-061-15/+12
| |
| * more bug fixes for the rest of the extensionsAndrew Gallant (Ocelot)2012-05-0610-32/+41
| |
| * status updateAndrew Gallant (Ocelot)2012-05-061-1/+1
| |
| * added documentation and did some slight restructuring. it's party time.Andrew Gallant (Ocelot)2012-05-0611-304/+284
| |
| * examples. some should be testsAndrew Gallant (Ocelot)2012-05-055-0/+191
| |
| * extensions are working! extensions are working!Andrew Gallant (Ocelot)2012-05-0510-831/+10360
| |
| * fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)2012-05-059-42/+125
| |
| * oh momma. a lot of modifications and it appears to be working. w00t.Andrew Gallant (Ocelot)2012-05-053-1340/+3351
| |
| * converting to new reply/cookie schemeAndrew Gallant (Ocelot)2012-05-054-28/+122
| |
| * reworking xgb. cleaned up connection stuff a little. making new xid ↵Andrew Gallant (Ocelot)2012-05-035-175/+317
| | | | | | | | generation cleaner and use goroutines for it.
| * holy toldeo... things might actually be workingAndrew Gallant (Ocelot)2012-05-0318-265/+11831
| |
| * finally starting on the crescendo: requests and replies.Andrew Gallant (Ocelot)2012-05-0211-48/+153
| |
| * float my boatAndrew Gallant (Ocelot)2012-05-011-1/+2
| |
| * unions, events and errors... oh myAndrew Gallant (Ocelot)2012-05-018-34/+313
| |
| * splitting up go specific code. too much for one file IMO. more progress. ↵Andrew Gallant (Ocelot)2012-04-309-269/+503
| | | | | | | | almost done with structs.
| * gofmtAndrew Gallant (Ocelot)2012-04-3014-233/+163
| |
| * complete and total overhaul like i promised. things are much easier to ↵Andrew Gallant (Ocelot)2012-04-3013-750/+1740
| | | | | | | | reason about. still not working yet though.
| * last commit before i tear everything downAndrew Gallant (Ocelot)2012-04-295-38/+136
| |
| * progress. still not working. this is incredibly difficult.Andrew Gallant (Ocelot)2012-04-2910-79/+384
| |
| * initial commit. not currently in a working state.Andrew Gallant (Ocelot)2012-04-2816-0/+1906
|
* xgb-draw: double buffer, change color, cleanupPřemysl Janouch2018-09-061-46/+61
|
* xgb-draw: point interpolationPřemysl Janouch2018-09-051-4/+54
|
* xgb-draw: proper brush stroke renderPřemysl Janouch2018-09-051-20/+143
|
* xgb-draw: add a demo drawing applicationPřemysl Janouch2018-09-031-0/+141
| | | | Just trying to see how fast XRender can be and such.
* xgb-text-viewer: add a demo text viewerPřemysl Janouch2018-09-021-0/+538
| | | | | More of a real application and just needs pictures in order to bring the parts I have so far all together.
* xgb-image: add support for the MIT-SHM extensionPřemysl Janouch2018-09-021-16/+77
|
* xgb-image: add a demo that shows a scaled picturePřemysl Janouch2018-09-021-0/+252
|
* xgb-keys: minimal example of reading keysPřemysl Janouch2018-09-021-0/+213
|
* xgb-monitors: add an experimental dumperPřemysl Janouch2018-09-021-0/+40
|
* xgb-render: update commentsPřemysl Janouch2018-09-021-0/+8
|
* xgb-render: go back to RGBA because of alignmentPřemysl Janouch2018-09-021-6/+9
| | | | Size 9 just happened to have the buffer 16 bytes wide.
* xgb-render: give up on composite alphaPřemysl Janouch2018-09-021-10/+8
|
* xgb-render: cleanup, tolerable glyph placementPřemysl Janouch2018-09-021-15/+21
|
* xgb-render: slightly simplifyPřemysl Janouch2018-09-021-31/+23
|
* xgb-render: preliminary text renderingPřemysl Janouch2018-09-021-2/+191
| | | | I have finally got it working at all, now let's fix bounds etc.
* xgb-render: add some commentsPřemysl Janouch2018-09-021-1/+26
| | | | | Some containing code to list out potentially interesting information from the X server.
* xgb-window: add comparison with correct blendingPřemysl Janouch2018-09-021-4/+27
|
* xgb-xrender: add a basic demo for XRenderPřemysl Janouch2018-09-021-0/+176
| | | | So far just a conversion of xgb-window.go.
* xgb-window: add a basic xgb demoPřemysl Janouch2018-09-021-0/+133
| | | | Demonstrating RGBA visuals and direct pixel values.
* Update READMEPřemysl Janouch2018-09-021-1/+11
|
* hnc: cleanupPřemysl Janouch2018-08-061-1/+1
|
* tls-autodetect: updates, now that hid is portedPřemysl Janouch2018-08-061-16/+15
| | | | | | - fix SSL 2.0 detection - give up on using the resolved hostname later - rename connCloseWrite to connCloseWriter
* hid: clean up/finalize loggingPřemysl Janouch2018-08-061-27/+26
|
* hid: move off of the log packagePřemysl Janouch2018-08-061-34/+32
| | | | We don't spam with useless messages without -debug any longer.
* hid: port logging facilitiesPřemysl Janouch2018-08-061-0/+99
| | | | | Though the regular mode now has timestamps and a new mode for systemd has been added.
* hid: cleanupsPřemysl Janouch2018-08-061-12/+15
| | | | No functional changes.
* hid: port IRC tests from liberty, fix tag parsingPřemysl Janouch2018-08-062-1/+30
|