log

age author description
2021-08-26 Emmanuel Gil Peyrot Use features to condition building binaries. default tip
2021-08-26 Emmanuel Gil Peyrot Add support for different endianness between client and server.
2021-08-26 Emmanuel Gil Peyrot Build three binaries instead of using arguments.
2021-08-26 Emmanuel Gil Peyrot Add a client, copy of the GTK interface.
2021-08-26 Emmanuel Gil Peyrot Reformat with rustfmt.
2021-08-26 Emmanuel Gil Peyrot Update to GTK 4.
2020-11-01 Emmanuel Gil Peyrot Add support for remote clients.
2020-11-01 Emmanuel Gil Peyrot Split GTK UI into another module.
2020-11-01 Emmanuel Gil Peyrot Split uinput helpers into another module.
2020-11-01 Emmanuel Gil Peyrot Split State into another module.
2020-11-01 Emmanuel Gil Peyrot Move more state handling inside of State.
2020-11-01 Emmanuel Gil Peyrot Reorganise the code a bit.
2020-11-01 Emmanuel Gil Peyrot Add mnemonic to all current tools.
2020-11-01 Emmanuel Gil Peyrot Add my copyright in the about dialog.
2020-11-01 Emmanuel Gil Peyrot Add a license file.
2020-11-01 Emmanuel Gil Peyrot Add a very simple menu.
2020-10-09 Emmanuel Gil Peyrot Simplify tool buttons.
2020-10-09 Emmanuel Gil Peyrot Simplify state handling into a single struct.
2020-10-09 Emmanuel Gil Peyrot Add support for selecting tools.
2020-10-08 Emmanuel Gil Peyrot Improve input event types with helper functions.
2020-10-07 Emmanuel Gil Peyrot Hello world!