aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
5 daysAdd option to only grab virtual devices, to support input remapping softwaredec05eba
5 dayspidof ignore selfdec05eba
5 daysCheck if gsr-ui is running with pidof equivalent, show ui on restart after en...dec05eba
5 daysAdd option to disable hotkeys, add gsr-ui-cli tool to control gsr-ui remotelydec05eba
9 daysNewline after show_ui commanddec05eba
9 daysStart on rpc, open existing instances ui when trying to launch gsr-ui a secon...dec05eba
10 daysFix go back to old ui incorrect argdec05eba
10 daysBetter error messagedec05eba
10 daysAdd buttons to exit program and to go back to old ui for flatpakdec05eba
10 daysUse flatpak specific path for gsr-global-hotkeysdec05eba
10 daysDetect multiple instances of gsr-ui by detecting virtual keyboard presence in...dec05eba
10 daysOnly allow one instance of gsr-ui to rundec05eba
10 daysBetter debug testdec05eba
10 daysAdd option to launch the program and show the UI immediately, with 'gsr-ui la...dec05eba
2024-12-16Prevent focused application from receiving global hotkey keys on wayland as w...dec05eba
2024-12-16Rewrite linux global hotkey to not depend on any libraries (also allows it to...dec05eba
2024-12-08Query capture options when opening settings and validate capture options when...dec05eba
2024-11-30Use X11 global hotkeys on X11 when possible to prevent clashing with keys use...dec05eba
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 wa...dec05eba
2024-11-14Add option to start replay on fullscreendec05eba
2024-11-04Prefer window title for game name rather than class, fix game names with slas...dec05eba
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
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 on...dec05eba
2024-08-07Use stack for page navigation, dont add spacing between list elements if the ...dec05eba
2024-08-07Monitor namedec05eba
2024-08-07Add radio button with simple/advanced view, add widget visibilitydec05eba
2024-08-06Rearrange settings pagedec05eba
2024-08-06Add checkbox, scale more sizes by window scaledec05eba
2024-08-06Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient w...dec05eba