Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-19 | Wl bgleaks fixes (#1763) | Luke from DC | 1 | -13/+30 | |
* Wayland-background-dialog: fix memory leaks * Wayland-background-dialog: check that the image is valid before using it | |||||
2024-01-17 | wayland-background-dialog: fix two issues found by cppcheck | lukefromdc | 1 | -3/+2 | |
*Reduce the scope of the preview box *Do not read the same value from gsettings before reading it from the color style combobox | |||||
2024-01-17 | wayland-background-dialog: ensure style provider is added only once | lukefromdc | 1 | -3/+3 | |
2024-01-17 | wayland-background-dialog: Preview images at original aspect ratio | lukefromdc | 1 | -1/+1 | |
2024-01-17 | wayland-background-dialog: fix memory leaks | lukefromdc | 1 | -86/+127 | |
2024-01-17 | wayland background dialog: fix build warning | lukefromdc | 1 | -4/+0 | |
2024-01-17 | Make wayland background dialog more intuitive | lukefromdc | 1 | -6/+6 | |
Move image and colors labels, filebutton to left side of dialog | |||||
2024-01-17 | Manage desktop backgrounds when running in wayland | lukefromdc | 1 | -0/+418 | |
*Draw the background on the desktop window, using the same code as on navigation windows to bypass the no-root-window issue. *Works from caja's "Change Desktop Background" menu item, from caja-extensions "set as wallpaper" and with changing the background in dconf-editor. *All background options available in x11 supported in wayland, UI is new for wayland *Apply changes immediately, keep the dialog open until closed by user *Let users see changes in realtime while keeping the dialog open *Preview both colors and pictures *Add ability to apply changes from either combobox including using any image saved from when dialog was opened *Add tooltips to the buttons, filepicker, and comboboxes |