aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-10-31Fix replay not actually being a replaydec05eba
2024-10-28Fix transparent background when compositor is runningdec05eba
2024-10-27Add install guide to READMEdec05eba
2024-10-27Remove page stacks on hidedec05eba
2024-10-27Reduce cpu usage when ui is not visibledec05eba
2024-10-27Unpause when stopping recording if pauseddec05eba
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-27Only have one notification process open at a time (kill previous one when ↵dec05eba
showing new)
2024-10-27Add option to change video resolutiondec05eba
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-10-19Add screenshotsdec05eba
2024-10-12Fix save directory empty if opening streaming page before recording pagedec05eba
2024-10-12Constant bitrate option as default for streamingdec05eba
2024-10-09Add constant bitrate optiondec05eba
2024-09-22Save recording status to file to reload it when gsr overlay restartsdec05eba
2024-09-15Hide notifications in simple view, draw combobox upward if no space in ↵dec05eba
scissor region to fully draw box
2024-09-12Add dropdown icons and description textdec05eba
2024-09-11Fix loading audio tracks incorrect config, finish recording optiondec05eba
2024-09-11Only allow x11 for nowdec05eba
2024-09-11Nicer close window buttondec05eba
2024-09-11Make checkbox nicerdec05eba
2024-09-11Load settings from config filedec05eba
2024-09-11Hard limit on scroll without animation when reaching top/bottomdec05eba
2024-09-11Make scrollbar movable with mouse, limit filechooser content to inside of ↵dec05eba
file item
2024-09-08Add scrollbardec05eba
2024-09-08Moredec05eba
2024-08-25File chooser navigationdec05eba
2024-08-24Remove scrollable page from gsr page, fix crash when navigating backdec05eba
2024-08-23Start on file chooser, page stackdec05eba
2024-08-10Remove > beside audio trackdec05eba
2024-08-10Save all settings to file, hide more settings behind advanced viewdec05eba
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-07Fix: widget alignment is uninitializeddec05eba
2024-08-07Monitor namedec05eba
2024-08-07Add radio button with simple/advanced view, add widget visibilitydec05eba
2024-08-06Make sure all sizes are scaled by window size, make sure all elements are ↵dec05eba
visible for very low resolutions and text doesn't get too small
2024-08-06Rearrange settings pagedec05eba
2024-08-06Add checkbox, scale more sizes by window scaledec05eba
2024-08-06Have separate record options for replay, record and streaming, reset ↵dec05eba
existing config files
2024-08-06Copy 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