3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add licencing info to new installation docs.
Mike Lampard
as mlampard
More... over 17 years ago
Updated installation docs thanks James Green.
Mike Lampard
as mlampard
More... over 17 years ago
Attempt to reduce keyboard latency.
Mike Lampard
as mlampard
More... over 17 years ago
Add the need for running as superuser to the documentation.
Mike Lampard
as mlampard
More... over 17 years ago
make configure bailouts over libdaemon and libg15 a bit clearer
Mike Lampard
as mlampard
More... over 17 years ago
prepare for 1.2.1 release
Mike Lampard
as mlampard
More... almost 18 years ago
head->next should always point to tail
Mike Lampard
as mlampard
More... almost 18 years ago
Fix longstanding bug which caused clients to be orphaned under certain circumstances.
Mike Lampard
as mlampard
More... almost 18 years ago
revert previous patch due to segfaults More... almost 18 years ago
Hopefully prevent screens from getting lost when a new screen is added More... almost 18 years ago
small cleanup - makefiles were missed in last commit.
Mike Lampard
as mlampard
More... almost 18 years ago
small cleanup
Mike Lampard
as mlampard
More... almost 18 years ago
Only set usr_foreground when MR is pressed, resetting for all other screens. Add 'u' call to g15daemon socket to query if user put screen to fore.
Mike Lampard
as mlampard
More... almost 18 years ago
track whether user has made screen forground
Mike Lampard
as mlampard
More... almost 18 years ago
ensure that if a client brings itself to the foreground, then backgrounds itself, that it returns the previously viewable client.
Mike Lampard
as mlampard
More... almost 18 years ago
add call for clients to check their display status. change behaviour of priority call, to allow apps to background themselves if desired, as well as bring themselves forward
Mike Lampard
as mlampard
More... almost 18 years ago
add c++ compatibility to g15daemon_client.h
Mike Lampard
as mlampard
More... almost 18 years ago
add ability for background clients to switch themselves into the foreground and back again. Make any backlight changes made by clients affect only those clients.
Mike Lampard
as mlampard
More... almost 18 years ago
Add ability for clients to change backlight,MKey LEDs, and contrast
Mike Lampard
as mlampard
More... almost 18 years ago
Send key presses to clients once only.
Mike Lampard
as mlampard
More... almost 18 years ago
fix broken patch from last commit.
Mike Lampard
as mlampard
More... almost 18 years ago
fix g15daemon.h. add support for libg15render buffers.(thanks aneurysm9)
Mike Lampard
as mlampard
More... almost 18 years ago
modify MR backlight behaviour. Now will only light if clients are connected. MR uinput events are now disabled if it is being used for LCD switching (ie a client is connected)
Mike Lampard
as mlampard
More... almost 18 years ago
update documentation
Mike Lampard
as mlampard
More... almost 18 years ago
Add ability for clients to receive G,M & L keypresses directly. change screen-switch key from L1 to MR, to allow clients to use all L keys.
Mike Lampard
as mlampard
More... almost 18 years ago
Add Sven Ludwig's Python bindings.
Mike Lampard
as mlampard
More... almost 18 years ago
remove unneeded func. adjust comments.
Mike Lampard
as mlampard
More... almost 18 years ago
update changelog
Mike Lampard
as mlampard
More... almost 18 years ago
fix compiletime warning
Mike Lampard
as mlampard
More... almost 18 years ago
remove the pixel buffer, write directly into a packed-pixel buffer ready for sending to libg15. Saves a conversion step + memory.
Mike Lampard
as mlampard
More... almost 18 years ago