Commit Graph

33 Commits

Author SHA1 Message Date
Přemysl Eric Janouch ca245e4aca
xgb-image: fix visual searching 2021-11-15 12:12:23 +01:00
Přemysl Eric Janouch 5ab2977548
xgb-image: seek 32-bit visuals along with 30-bit
We only tried to upgrade to 32-bit depth when we weren't looking
for 30-bit visuals.  Probably of no practical consequence.
2021-08-01 03:36:23 +02:00
Přemysl Eric Janouch a927713a81
xgb-image: support 10-bit colours
Apparently, a DefaultDepth 30 Xserver won't do translucency.
2021-07-15 01:49:37 +02:00
Přemysl Eric Janouch 5ae8c24b8d
xgb-image: gofmt 2021-07-15 01:49:34 +02:00
Přemysl Eric Janouch 0d37e5bc8a
Name change 2020-08-01 14:01:58 +02:00
Přemysl Eric Janouch f198f9f6ac
xgb-selection: add a demo to track X11 selections 2018-09-30 18:45:29 +02:00
Přemysl Eric Janouch 632b3ae494
xgb-draw: double buffer, change color, cleanup 2018-09-06 18:17:30 +02:00
Přemysl Eric Janouch e8381d86ce
xgb-draw: point interpolation 2018-09-05 12:31:23 +02:00
Přemysl Eric Janouch 254ceb810c
xgb-draw: proper brush stroke render 2018-09-05 12:30:38 +02:00
Přemysl Eric Janouch df082e1dee
xgb-draw: add a demo drawing application
Just trying to see how fast XRender can be and such.
2018-09-03 16:51:01 +02:00
Přemysl Eric Janouch 3e42402e2b
xgb-text-viewer: add a demo text viewer
More of a real application and just needs pictures in order to bring
the parts I have so far all together.
2018-09-02 18:25:38 +02:00
Přemysl Eric Janouch c8fd1068d1
xgb-image: add support for the MIT-SHM extension 2018-09-02 18:25:37 +02:00
Přemysl Eric Janouch cea1792913
xgb-image: add a demo that shows a scaled picture 2018-09-02 18:25:37 +02:00
Přemysl Eric Janouch ff7518c74d
xgb-keys: minimal example of reading keys 2018-09-02 18:25:37 +02:00
Přemysl Eric Janouch 9e070e9648
xgb-monitors: add an experimental dumper 2018-09-02 18:25:36 +02:00
Přemysl Eric Janouch 0c2853a8ae
xgb-render: update comments 2018-09-02 18:25:36 +02:00
Přemysl Eric Janouch 41e04fdc9f
xgb-render: go back to RGBA because of alignment
Size 9 just happened to have the buffer 16 bytes wide.
2018-09-02 18:25:36 +02:00
Přemysl Eric Janouch 23586eae01
xgb-render: give up on composite alpha 2018-09-02 18:25:35 +02:00
Přemysl Eric Janouch 9424579c75
xgb-render: cleanup, tolerable glyph placement 2018-09-02 18:25:35 +02:00
Přemysl Eric Janouch 32beda3c90
xgb-render: slightly simplify 2018-09-02 18:25:35 +02:00
Přemysl Eric Janouch 30f2366f9a
xgb-render: preliminary text rendering
I have finally got it working at all, now let's fix bounds etc.
2018-09-02 18:25:34 +02:00
Přemysl Eric Janouch 215e3e8630
xgb-render: add some comments
Some containing code to list out potentially interesting information
from the X server.
2018-09-02 18:25:34 +02:00
Přemysl Eric Janouch 44b01ccb17
xgb-window: add comparison with correct blending 2018-09-02 18:25:28 +02:00
Přemysl Eric Janouch 0f7fcca7ce
xgb-xrender: add a basic demo for XRender
So far just a conversion of xgb-window.go.
2018-09-02 18:24:14 +02:00
Přemysl Eric Janouch 1fdf14f351
xgb-window: add a basic xgb demo
Demonstrating RGBA visuals and direct pixel values.
2018-09-02 18:24:14 +02:00
Přemysl Eric Janouch cc08b5457c
tls-autodetect: updates, now that hid is ported
- fix SSL 2.0 detection
 - give up on using the resolved hostname later
 - rename connCloseWrite to connCloseWriter
2018-08-06 21:41:49 +02:00
Přemysl Eric Janouch b2cd8b46c9
tls-autodetect: mark issues, fix initialization 2018-07-24 13:58:57 +02:00
Přemysl Eric Janouch e8602ee718
tls-autodetect: avoid a goroutine leak on timeout 2018-07-23 05:33:50 +02:00
Přemysl Eric Janouch a8f02e0d37
tls-autodetect: finish inQ overrun handling 2018-07-22 14:55:15 +02:00
Přemysl Eric Janouch 525734eeb3
tls-autodetect: fix client-initiated shutdown 2018-07-22 13:46:28 +02:00
Přemysl Eric Janouch 6caa4ab928
Rename client.kill to client.closeLink 2018-07-21 00:27:26 +02:00
Přemysl Eric Janouch 728fa4e548
tls-autodetect: put most of the server code in place
So far we act up when it is the client who initializes the shutdown.
2018-07-15 12:51:06 +02:00
Přemysl Eric Janouch b5b64db075
Initial commit
Add a work-in-progress demo chat server with TLS autodetection.

It needs to be perfected before I move on to writing an IRCd on
the foundations.  If history is of any indication, this might lead
towards a nice set of applications.
2018-07-15 05:58:59 +02:00