~mil/lisgd

0.4.0 9 months ago .tar.gz browse log

lisgd 0.4.0

Tom Schwindl (1):
      Makefile: add a PHONY target and don't remove config.h on cleanup

Willow Barraco (1):
      Add a -s to scale the edge sizes

0.3.7 1 year, 9 months ago .tar.gz browse log

remove unused variables & cleanup

Signed-off-by: Tom Schwindl <schwindl@posteo.de>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>

0.3.6 1 year, 10 months ago .tar.gz browse log

lisgd: Allow compiling without support for Wayland

Similar to the preceding commit, this commit adds a new build-time
option `WITHOUT_WAYLAND`. If defined by the user, then we disable the
code to auto-detect the resolution in a Wayland environment and thus
don't need to link against libwayland-client anymore.

With this change we can now build lisgd without support for either X11
or Wayland. In this case the user can still manually specify the desired
display resolution.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Anjandev Momi <anjan@momi.ca>

0.3.5 2 years ago .tar.gz browse log

Fix manpage typo for DRUL gesture

0.3.4 2 years ago .tar.gz browse log

fix lisgd on oneplus 6 and other devices

libinput_event_touch_get_y is supposed to return a value in mm but
lisgd assume it's a value in pixels?
maybe libinput_event_touch_get_y give a value in pixels for the
pinephone but at least on the oneplus 6 it gives 70 for the bottom
edge
which obviously breaks lisgd

libinput_event_touch_get_y_transformed is supposed to return a value
in pixels and works perfectly on the oneplus 6

also changed libinput_event_touch_get_x which gave a value in pixels
for consistency and correctness

Signed-off-by: Stacy Harper <contact@stacyharper.net>

0.3.3 2 years ago .tar.gz browse log

Implement -w and -h CLI arguments to support manually specifying width
and height for non X/Wayland enviroments (such as the framebuffer).
Also add errorchecking to CLI values that require a parameter to make
sure parameter actually passed.

0.3.2 3 years ago .tar.gz browse log

Bring back screen width/height detection

This bring back X11 screen detection and also make it Wayland
compatible.

Plus, in Wayland it auto-detect the orientation.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>

0.3.1 3 years ago .tar.gz browse log

Minor fix for when ActModePressed gestures are defined in config.h (fixes #331)

Signed-off-by: Stacy Harper <contact@stacyharper.net>

0.3.0 3 years ago .tar.gz browse log

updated documentation and readme

0.2.1 3 years ago .tar.gz browse log

Fix permissions of man1 dir

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
1 / 2