dec05eba
71d7477aea
Re-add kwin and hyprland helper to get window title, this time without a thread
2026-04-27 00:04:29 +02:00
dec05eba
57c60b6aee
Dont render emoji, fix wayland freezing for some people (gamescope window title freezes shit)
2026-04-26 22:26:09 +02:00
dec05eba
b58c141abd
Make saving recordings based on game name work on wayland when the game is running inside gamescope
2026-04-19 20:54:44 +02:00
dec05eba
e5c9c490f4
Remove debug output
2026-04-19 18:50:15 +02:00
dec05eba
1152c0edb0
Show name of webcam in webcam list
2026-04-19 18:49:35 +02:00
dec05eba
163cd3f5a1
Improve readme dex
2026-04-19 16:49:56 +02:00
dec05eba
527820bd40
Allow starting/stopping replay manually when using 'start replay at game launch' option, handle enobufs in game tracker, stop replay when unplugging power supply if that option is enabled
2026-04-19 01:47:28 +02:00
dec05eba
247c8fb86c
Hide vulkan video tooltip when vulkan video option is not visible
2026-04-19 00:56:16 +02:00
dec05eba
532c50ce6d
Add vulkan video encoding option, improve translation strings
2026-04-18 20:45:45 +02:00
dec05eba
735e3a0b4f
gsr game tracker run from /var/lib/... in flatpak
2026-04-18 14:53:38 +02:00
dec05eba
6bb45fabba
Remove newline from notification
2026-04-18 05:42:46 +02:00
dec05eba
8a49ea991b
Make replay power supply an option that works with the other replay autostart options
2026-04-18 05:08:08 +02:00
dec05eba
82453684b1
Change 'turn on replay when starting a fullscreen game' to 'turn on replay when starting a game'
2026-04-18 04:29:13 +02:00
dec05eba
a1a0736af5
Remove newlines from show_notification calls. gsr-notify handles that automatically now
2026-04-18 01:35:29 +02:00
dec05eba
d01698eaba
Call Entry on_changed when text updates
2026-04-18 00:51:33 +02:00
AKAI
c60f670b65
feat: add Japanese translation
2026-04-18 00:45:05 +02:00
dec05eba
010787854e
Change text renderer to pango (supports all languages and loads font automatically), start on game detection
2026-04-18 00:39:02 +02:00
dec05eba
72c8c79896
Fix 'Settings' text not translated in file manager
2026-04-12 17:50:59 +02:00
dec05eba
aec687bf22
Add static hotkey text to show that ESC goes back to the previous page/closes the ui
2026-04-12 17:09:58 +02:00
AKAI
d545de687c
fix: ignore C locale in system language detection
2026-04-12 16:00:41 +02:00
dec05eba
2cabdf7089
Faster run_command_timeout
2026-03-29 20:02:04 +02:00
dec05eba
6a12efec50
m
2026-03-29 19:52:33 +02:00
dec05eba
388a3500e2
Disable hyprland helper as well. These helpers can freeze the program for whatever reason, fuck wayland garbage
2026-03-29 19:51:51 +02:00
dec05eba
24806ecf31
Test disable kwin helper
2026-03-29 19:36:42 +02:00
dec05eba
33a1e9e3bd
Add locks around kwin/hyprland active window access
2026-03-29 19:06:08 +02:00
dec05eba
4fd05d613b
systemd and dbus garbage
2026-03-29 18:49:27 +02:00
dec05eba
b80e864bbb
& at end of xdg autostart command doesn't do anything
2026-03-29 18:42:30 +02:00
dec05eba
33bc121bc8
Fuck systemd, freezing process on xdg autostart
2026-03-29 18:38:17 +02:00
dec05eba
3c6e72350e
Fix translation reverting to english when going into settings with system language set (reverts only while running)
2026-03-28 22:26:09 +01:00
therealmate
43c16a7865
Add Hungarian translations
2026-03-28 22:13:50 +01:00
dec05eba
b927cb7f21
Flatpak improvement: add command to add xdg autostart, add startup command string
2026-03-27 02:45:07 +01:00
dec05eba
8e35de9e8b
m
2026-03-27 02:19:01 +01:00
dec05eba
13984f8636
Replace flatpak/native autostart with the current gsr-ui type when launching gsr-ui, for users that switch between them
2026-03-27 02:18:06 +01:00
cherrybtw
651782a3a3
refactor: replace systemd autostart with XDG autostart
2026-03-27 01:35:47 +01:00
dec05eba
5ef06a2466
Fix build with musl
2026-03-22 20:08:14 +01:00
dec05eba
c3e9aa0f81
Add french language option in settings
2026-03-22 03:04:27 +01:00
dec05eba
6127995b36
Rephrase text
2026-03-15 02:25:12 +01:00
dec05eba
83aa20a9e4
Poll revents reset
2026-03-11 11:39:36 +01:00
dec05eba
02e4e25b75
X11: better focused window detection (only check for graphical, user programs)
2026-03-10 13:34:13 +01:00
dec05eba
b32ae6e2f1
Only capture focused window monitor when replay starts because of fullscreen window
2026-03-10 12:58:53 +01:00
p0358
d6a64b03e0
kwin: consider "focused_monitor" to be the fullscreen windows's monitor instead of cursor's monitor
2026-03-07 17:44:25 +01:00
p0358
1951fd7c20
kwin: add support for determining active window's monitor name
2026-03-07 17:44:22 +01:00
p0358
4b47063406
add supports_window_fullscreen_state and don't show "X11 applications only" in settings where applicable
...
Also fixed the lower-case "led" instead of "LED" in settings as it was bothering me!
2026-03-07 17:44:18 +01:00
p0358
48609e33c9
kwin: use active window's fullscreen state from helper in determining whether replay should be auto-started for fullscreen app
2026-03-07 17:44:14 +01:00
p0358
52afad5824
kwin: emit window fullscreen info + refactor helper script
...
The helper script was also refactored to minimize the amount of callbacks added and the memory used. There's no need to keep callbacks attached for non-active windows, which happened before.
Also it should be more efficient and simpler to send info over with just a single DBus call (also if more fields were to be added).
Both the script and the helper app will send/print info only if it changed since the previous one. Otherwise we'd keep spamming fullscreen false update when navigating the desktop and so on.
2026-03-07 17:44:10 +01:00
dec05eba
636eca0d0e
Minor
2026-03-07 17:43:20 +01:00
dec05eba
fde1b438df
Improve window selection (dont show selection when no window is selected)
2026-02-15 18:22:10 +01:00
dec05eba
1ce12067aa
Fix window capture selection not working if the cursor is hidden and grabbed when starting capture
2026-02-15 18:04:56 +01:00
dec05eba
728ccc40a6
Strip window title when using kde/hyprland as well
2026-02-12 01:25:59 +01:00
dec05eba
02db186232
aur -> official repo
2026-02-06 19:04:43 +01:00