Commit Graph

24 Commits (master)

Author SHA1 Message Date
Etaash Mathamsetty 732629e5a0 Implement Wayland hotkeys 3 months ago
Alex Maese cd05d1771f Add ability to toggle through presets 9 months ago
jackun 5fde8749af
Use a "get" function to initialize X11 loader...
...so static init doesn't spam log before we got that set up properly.
1 year ago
jackun 06edee4071
Revert "X11 keyboard poller thread"
This reverts commit 1055bc0c6c.

Needs some more time to bake. Too random if it works or not.
1 year ago
jackun 1055bc0c6c X11 keyboard poller thread 1 year ago
Emil Velikov eecd451068 meson: build with -Werror=missing-declarations
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
1 year ago
Emil Velikov 83ce3ace2d keybinds: move ifdef spaghetti into the header
Drop the ifdef and simplify the .cpp file.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2 years ago
jackun 6dbb1c2aa8
Rename `last_f3_press` to more generic `toggle_fps_limit_press` 4 years ago
ZakMcKrack3n 73e6e31301
toggle fps limiter via hotkey, fps_limit may be set to multiple values
(e.g. 0,30,60).
fps toggle toggles between entries where zero means unlimited
4 years ago
FlightlessMango 86703ee364 Win32 keybinds 4 years ago
FlightlessMango ed466d3c9d Fix some more linux vs win compatability 4 years ago
larskraemer a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
4 years ago
Lars Krämer 22026cbc60 Create MesaClock class, use chrono classes for time points/durations 4 years ago
FlightlessMango e2ec80d84e Upload log keybind setup 4 years ago
Valters 1afea91dab
Add multi hotkey 4 years ago
FlightlessMango bff9958284 Changed pthreads to std::thread 4 years ago
jackun 8cd3172335
[OpenGL] Separate GLX out from shareable code so wayland sessions can just use EGL, hopefully 4 years ago
jackun 2f034c6d1e
Use X11 loader functions instead of linking to X11 libs 4 years ago
FlightlessMango 64a42df047 forgot to include functional 4 years ago
FlightlessMango cbb58ab79c make sure Xdisplay is closed on shutdown 4 years ago
FlightlessMango fe69ec2955 changed refresh_config to reload_cfg 4 years ago
FlightlessMango a2735693ba Merge opengl into develop 4 years ago
FlightlessMango 099082affc Refresh config keybind 4 years ago
FlightlessMango dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
4 years ago