-
-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: hyprwm/xdg-desktop-portal-hyprland
base: v1.3.1
head repository: hyprwm/xdg-desktop-portal-hyprland
compare: master
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bad305c - Browse repository at this point
Copy the full SHA bad305cView commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2a8536 - Browse repository at this point
Copy the full SHA f2a8536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899a70e - Browse repository at this point
Copy the full SHA 899a70eView commit details -
Cmake: Do not use CMAKE_INSTALL_LIBDIR for the systemd service
In some distros CMAKE_INSTALL_LIBDIR is lib64, but systemd services are always in lib (not lib64)
Configuration menu - View commit details
-
Copy full SHA for 24fa87b - Browse repository at this point
Copy the full SHA 24fa87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5de92 - Browse repository at this point
Copy the full SHA 6a5de92View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fc83e6 - Browse repository at this point
Copy the full SHA 4fc83e6View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a59264 - Browse repository at this point
Copy the full SHA 5a59264View commit details
Commits on Jan 28, 2024
-
picker: Allow dialog resizing (#173)
* picker: Allow dialog resizing * picker: Smaller dialog and remember size changes * picker: Save size in temp files
Configuration menu - View commit details
-
Copy full SHA for f29e046 - Browse repository at this point
Copy the full SHA f29e046View commit details
Commits on Jan 29, 2024
-
picker: Adds elided buttons for better readability (#176)
It also fixes the region button size and alignment fixes #175
Configuration menu - View commit details
-
Copy full SHA for c06fd88 - Browse repository at this point
Copy the full SHA c06fd88View commit details
Commits on Feb 18, 2024
-
picker: Save the output name to a proper variable instead of parsing …
…it from the button text (#183)
Configuration menu - View commit details
-
Copy full SHA for f62fcea - Browse repository at this point
Copy the full SHA f62fceaView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65fb44a - Browse repository at this point
Copy the full SHA 65fb44aView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b71391 - Browse repository at this point
Copy the full SHA 1b71391View commit details
Commits on Feb 26, 2024
-
screencopy: add missing header for sdbus-cpp 1.5.0
src/portals/Screencopy.cpp:956:9: error: use of undeclared identifier 'close' close(PBUFFER->fd[plane]); ^ src/portals/Screencopy.cpp:1293:21: error: use of undeclared identifier 'close' close(pBuffer->fd[plane_tmp]); ^ src/portals/Screencopy.cpp:1308:17: error: use of undeclared identifier 'close' close(pBuffer->fd[plane]); ^
Configuration menu - View commit details
-
Copy full SHA for 15fd76c - Browse repository at this point
Copy the full SHA 15fd76cView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d2fb54 - Browse repository at this point
Copy the full SHA 2d2fb54View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb44921 - Browse repository at this point
Copy the full SHA bb44921View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ace6f9 - Browse repository at this point
Copy the full SHA 9ace6f9View commit details
Commits on Apr 25, 2024
-
core: reset screenshot pointer aswell (#209)
ensure the screenshot portal is destructed before the connection is down, otherwise it segfaults inside sdbus.
Configuration menu - View commit details
-
Copy full SHA for 0fe8404 - Browse repository at this point
Copy the full SHA 0fe8404View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12af841 - Browse repository at this point
Copy the full SHA 12af841View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccabd97 - Browse repository at this point
Copy the full SHA ccabd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f228ba - Browse repository at this point
Copy the full SHA 1f228baView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af7c87a - Browse repository at this point
Copy the full SHA af7c87aView commit details
Commits on May 21, 2024
-
* fix build warnings * properly generate wayland protocols on rebuild * make systemd service installation optional
Configuration menu - View commit details
-
Copy full SHA for 91e48d6 - Browse repository at this point
Copy the full SHA 91e48d6View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7290782 - Browse repository at this point
Copy the full SHA 7290782View commit details
Commits on Jun 11, 2024
-
screencopy: clamp the timer to a miminum of 6 milliseconds (#226)
When the timer is less than 6 milliseconds, the screen copy portal would frequently fail to start working.
Aqa-Ib authoredJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f1ee9f - Browse repository at this point
Copy the full SHA 8f1ee9fView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24be4a2 - Browse repository at this point
Copy the full SHA 24be4a2View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7894aa - Browse repository at this point
Copy the full SHA c7894aaView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5b3093 - Browse repository at this point
Copy the full SHA c5b3093View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc7131c - Browse repository at this point
Copy the full SHA bc7131cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b97e5 - Browse repository at this point
Copy the full SHA b9b97e5View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bb7094 - Browse repository at this point
Copy the full SHA 0bb7094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 663be9c - Browse repository at this point
Copy the full SHA 663be9cView commit details
Commits on Jul 23, 2024
-
global-shortcuts: fix crash by ignoring duplicate shortcuts (#241)
* global shortcuts: fix crash by ignoring duplicate shortcuts hyprland_global_shortcuts_manager_v1_register_shortcut will cause an error if the (app_id, shortcut_id) combination has already been registered. Ignore shortcuts that have already been registered. When a shortcut is registered again it should also overwrite the session for the keybind to make the shortcut work after restarting an application, otherwise the key can't be used again. * Show warning if the shortcut has already been registered * Remove {} around short ifs
Configuration menu - View commit details
-
Copy full SHA for 3b8c781 - Browse repository at this point
Copy the full SHA 3b8c781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5555f46 - Browse repository at this point
Copy the full SHA 5555f46View commit details
Commits on Jul 28, 2024
-
nix/overlays: remove pipewire overlay (merged upstream)
Configuration menu - View commit details
-
Copy full SHA for 0e2f3b9 - Browse repository at this point
Copy the full SHA 0e2f3b9View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f2a77d - Browse repository at this point
Copy the full SHA 7f2a77dView commit details
Commits on Aug 19, 2024
-
screencopy: attempt retry when pw doesn't return buffers (#249)
* portals: fix output screencopy not capturing after error * portals: limit amount of retries for screencopy * portals: change max retries count
Configuration menu - View commit details
-
Copy full SHA for a08ecbb - Browse repository at this point
Copy the full SHA a08ecbbView commit details
Commits on Sep 1, 2024
-
CMake: remove wayland-scanner from deps
Removed because of error: > Imported target "PkgConfig::deps" includes non-existent path > "/nix/store/0ikl83z4h69imxkwsly3hcm424f7wi7j-wayland-scanner-1.23.0-dev/include" > in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: > * The path was deleted, renamed, or moved to another location. > * An install or uninstall procedure did not complete successfully. > * The installation package was faulty and references files it does not > provide.
Configuration menu - View commit details
-
Copy full SHA for 0dd9af6 - Browse repository at this point
Copy the full SHA 0dd9af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac807e - Browse repository at this point
Copy the full SHA fac807eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5ca2a - Browse repository at this point
Copy the full SHA 8e5ca2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2425e8f - Browse repository at this point
Copy the full SHA 2425e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482b569 - Browse repository at this point
Copy the full SHA 482b569View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c2b98 - Browse repository at this point
Copy the full SHA d4c2b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e15b4 - Browse repository at this point
Copy the full SHA 11e15b4View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e695669 - Browse repository at this point
Copy the full SHA e695669View commit details
Commits on Sep 20, 2024
-
core: Move to hyprwayland-scanner (#260)
* move to hw-s * hyprland-share-picker: add missing sources to meson, format CMake * CMake: bump hw-s version * CMake: fix protocolnew external protos * CMake: get wayland.xml from wayland-scanner * Nix: add missing deps * Meson: use hw-s for protocols, add hyprutils --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
Configuration menu - View commit details
-
Copy full SHA for eb3f3d9 - Browse repository at this point
Copy the full SHA eb3f3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b8c4f - Browse repository at this point
Copy the full SHA 73b8c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1b8c3 - Browse repository at this point
Copy the full SHA ac1b8c3View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d64be5 - Browse repository at this point
Copy the full SHA 5d64be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e40936 - Browse repository at this point
Copy the full SHA 5e40936View commit details -
screencopy/picker: add an option to allow restore token by default
fixes #258 screencopy:allow_token_by_default -> bool
Configuration menu - View commit details
-
Copy full SHA for bab430b - Browse repository at this point
Copy the full SHA bab430bView commit details
There are no files selected for viewing