aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
3 daysInstall flatpak version of the systemd service if missing or remove it if ↵dec05eba
not using flatpak version
11 daysUnset DRI_PRIME as welldec05eba
2025-01-04Add option to only grab virtual devices, to support input remapping softwaredec05eba
2025-01-04pidof ignore selfdec05eba
2025-01-03Check if gsr-ui is running with pidof equivalent, show ui on restart after ↵dec05eba
enabling/disabling hotkeys
2025-01-03Add option to disable hotkeys, add gsr-ui-cli tool to control gsr-ui remotelydec05eba
2024-12-31Newline after show_ui commanddec05eba
2024-12-30Start on rpc, open existing instances ui when trying to launch gsr-ui a ↵dec05eba
second time
2024-12-29Fix go back to old ui incorrect argdec05eba
2024-12-29Better error messagedec05eba
2024-12-29Add buttons to exit program and to go back to old ui for flatpakdec05eba
2024-12-29Use flatpak specific path for gsr-global-hotkeysdec05eba
2024-12-29Detect multiple instances of gsr-ui by detecting virtual keyboard presence ↵dec05eba
instead. This works in flatpak
2024-12-29Only allow one instance of gsr-ui to rundec05eba
2024-12-29Better debug testdec05eba
2024-12-29Add option to launch the program and show the UI immediately, with 'gsr-ui ↵dec05eba
launch-show'
2024-12-16Prevent focused application from receiving global hotkey keys on wayland as ↵dec05eba
well (massive hack)
2024-12-16Rewrite linux global hotkey to not depend on any libraries (also allows it ↵dec05eba
to work on non-systemd systems(?)), remove unused gsr-window-name
2024-12-08Query capture options when opening settings and validate capture options ↵dec05eba
when starting recording
2024-11-30Use X11 global hotkeys on X11 when possible to prevent clashing with keys ↵dec05eba
used by other applications
2024-11-26Properly close program when disconnected from the X serverdec05eba
2024-11-24Dont allow running the program as the root userdec05eba
2024-11-24Shutdown if the x11 connection shuts downdec05eba
2024-11-24Allow running the ui on Wayland through XWaylanddec05eba
2024-11-24Use linux /dev/input for global hotkeys instead of x11. This also works on ↵dec05eba
wayland on any compositor
2024-11-14Add option to start replay on fullscreendec05eba
2024-11-04Prefer window title for game name rather than class, fix game names with ↵dec05eba
slash not saving to correct dir
2024-11-02Force window always on top, even if restacking order changesdec05eba
2024-11-01Add option to automatically turn on replay at system startupdec05eba
2024-10-27Reduce cpu usage when ui is not visibledec05eba
2024-10-27Fix for prime systemsdec05eba
2024-10-27Fix window not visible in fullscreen applicationsdec05eba
2024-10-27Add hotkeys for replay and streaming, finish everythingdec05eba
2024-10-26Make the ui the daemon instead, add hotkey for recording/pausedec05eba
2024-10-20gsr-overlay > gsr-ui, 2dec05eba
2024-10-20gsr-overlay > gsr-uidec05eba
2024-09-11Only allow x11 for nowdec05eba
2024-09-08Moredec05eba
2024-08-25File chooser navigationdec05eba
2024-08-23Start on file chooser, page stackdec05eba
2024-08-10Settings page save settings, refactordec05eba
2024-08-07Add settings icon, close window when pressing the close buttondec05eba
2024-08-07Move settings ui to SettingsPage class, show different widgets for different ↵dec05eba
settings page, show different widgets depending on combobox selections
2024-08-07glClear if compositor in usedec05eba
2024-08-07Draw dark overlay on window texturedec05eba
2024-08-07Use window texture (xcomposite) for background if the window is fullscreen ↵dec05eba
on the selected monitor
2024-08-07Use stack for page navigation, dont add spacing between list elements if the ↵dec05eba
widget is empty or not visible
2024-08-07Monitor namedec05eba
2024-08-07Add radio button with simple/advanced view, add widget visibilitydec05eba
2024-08-06Rearrange settings pagedec05eba