Wykres commitów

12 Commity (27e0b2ddc64552c6972638d080e0cef6cd2b1a6b)

Autor SHA1 Wiadomość Data
Thomas Buckley-Houston 8fe026ee4e Remove dependency on hacky glibc support.
It was only needed by a UTF8 conversion call in hiptext. Thanks to
another hack where I patch hiptext to just use the actual
Upper Half block character pasted into the file, then glibc
support isn't needed.
2016-07-23 13:18:50 +05:30
Thomas Buckley-Houston 65e0d7c87f Hiptext UTF8 block element rendering!
Provides almost double the resolution by using the unicode upper
block character, "▀", and setting its colour as with the fg colour
and the missing space below it with the bg colour. Clever stuff.
2016-05-22 21:14:02 +09:00
Thomas Buckley-Houston 8052f98627 Rearrange Dockerfile. Update README.
Using mirrors in Dockerfile because default ones were down at
time of writing.
Refactor all build commands into 1 RUN command to try and reduce
the number of cached build layers and thus reduce the size of
the finished image.
2016-05-22 11:19:29 +09:00
Thomas Buckley-Houston 9ec5c8c837 Needed to add the dejavu font for hiptext and dbus for firefox. 2016-05-21 18:05:24 +09:00
Thomas Buckley-Houston 4639ea6b58 Updated Dockerfile and README. But now it doesn't work :/ 2016-05-21 17:10:01 +09:00
Thomas Buckley-Houston 8c7071f8e0 Updated Dockerfile with some Go build lines. Added README 2016-05-21 14:20:16 +09:00
Thomas Buckley-Houston 13d9fadf41 Fixed zoom bug by writing some tests. Also moved thigns around a lot. 2016-05-20 23:51:57 +09:00
Thomas Buckley-Houston b25fefff3c Big milestone. Actually able to browse the web with Firefox :D 2016-05-20 15:14:29 +09:00
Thomas Buckley-Houston 932a4b3da9 Big change! Using code based on the little-known xzoom program, so no need for XFCE
The big problem with XFCE's zoom was that it follwed the mouse. So there was no way
to have the terminal representation of the desktop map to a smaller segment of the
real desktop without the terminal mouse position being able to exactly 'hover' over
the real mouse position.

The xzoom program is a window that displays a zoom of a portion of the desktop. So
double the width of the desktop and place the xzoom window on the right, but have
it watch only the half of the desktop on the left. What's more xzoom is small and
it's C code is easily incuded in the Golang code so they act as one, even sharing
state such as mouse coords, viewport position, current zoom level, etc.

WIP. Still contains old XFCE zoom code.
2016-05-20 01:52:22 +09:00
Thomas Buckley-Houston 073db28792 Switched to using Golang for mapping mouse reporting. 2016-05-08 22:29:49 +03:00
Thomas Buckley-Houston fb6db109f8 Docker build. Very basic zoom scrolling 2016-04-25 17:09:51 +03:00
Thomas Buckley-Houston c27e72bcfa First draft
This is just a scattering of notes and proofs of concepts.
2016-04-23 00:58:05 +03:00