index
:
gpu-screen-recorder-ui
master
A fullscreen overlay UI for GPU Screen Recorder, in the style of ShadowPlay.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Config.cpp
Age
Commit message (
Collapse
)
Author
10 days
Fix hotkeys not working on some keyboards
dec05eba
12 days
Add 'restart replay on save' option
dec05eba
12 days
Make hotkeys reconfigurable, faster hotkey startup time, fix some keyboard ↵
dec05eba
locale issues
2025-01-20
Add option to save replay with controller (double-click share button), allow ↵
dec05eba
prime-run on wayland
2025-01-04
Add option to only grab virtual devices, to support input remapping software
dec05eba
2025-01-03
Add option to disable hotkeys, add gsr-ui-cli tool to control gsr-ui remotely
dec05eba
2024-12-26
Mention that recording has to be restarted to apply changes. Fix stuck in ↵
dec05eba
repeat state if pressed while gsr-global-hotkey starts
2024-12-09
Start on global settings, add tint color setting
dec05eba
2024-12-08
Query capture options when opening settings and validate capture options ↵
dec05eba
when starting recording
2024-11-20
Merge audio devices and application audio into one list
dec05eba
2024-11-16
Change recording default video bitrate for custom bitrate
dec05eba
2024-11-14
Add option to start replay on fullscreen
dec05eba
2024-11-13
Add application audio option
dec05eba
2024-11-05
Default replay to 50000 kbps
dec05eba
2024-11-04
Default replay to constant bitrate
dec05eba
2024-11-04
Add option to save replay/recording to a folder with the name of the game
dec05eba
2024-11-01
Add option to automatically turn on replay at system startup
dec05eba
2024-10-27
Add hotkeys for replay and streaming, finish everything
dec05eba
2024-10-27
Add option to change video resolution
dec05eba
2024-10-20
gsr-overlay > gsr-ui
dec05eba
2024-10-12
Fix save directory empty if opening streaming page before recording page
dec05eba
2024-10-12
Constant bitrate option as default for streaming
dec05eba
2024-10-09
Add constant bitrate option
dec05eba
2024-08-23
Start on file chooser, page stack
dec05eba
2024-08-10
Settings page save settings, refactor
dec05eba
2024-08-06
Have separate record options for replay, record and streaming, reset ↵
dec05eba
existing config files
2024-08-06
Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient ↵
dec05eba
with string_view and variant, use string_view in gsr info parsing