Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | ehide-cursor-on-leave | Vaxry | |
2024-09-16 | e | Vaxry | |
2024-09-15 | e | Vaxry | |
2024-09-15 | hide cursor on leave | Vaxry | |
2024-09-14 | data-device: don't send default action of move | Vaxry | |
gtk doesn't like it? | |||
2024-09-14 | data-device: send clock time in motion events | Vaxry | |
remove hack | |||
2024-09-13 | cmake: drop ninja dep | Vaxry | |
2024-09-13 | nix: adapt cmake options | diniamo | |
2024-09-13 | nix: use meson | diniamo | |
2024-09-12 | textinput: fix tiv3 leave (#7761) | Sungyoon Cho | |
2024-09-12 | xwayland: remove extra x11 deactivation (#7755) | trianta | |
2024-09-11 | [gha] Nix: update inputs | fufexan | |
2024-09-11 | Meson: format | Mihai Fufezan | |
2024-09-11 | Meson: fix protocols, clean up | Mihai Fufezan | |
2024-09-11 | pointermgr: avoid derefing null outputs | Vaxry | |
2024-09-10 | textinput: handle IME resetting (#7731) | Sungyoon Cho | |
2024-09-10 | update xdph commit in flake.lock | Alexandre Acebedo | |
2024-09-10 | build: Set cmake_minimum_required to version 3.30 (#7709) | davc0n | |
* build: Set cmake_minimum_required to version 3.30 * Nix: add patch for CMake min ver --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2024-09-09 | input: move dmps activation to input listeners (#7721) | Maximilian Seidler | |
2024-09-09 | [gha] build man pages | vaxerski | |
2024-09-09 | man: Fixed the man page to show the new information (#7713) | justmessingaround | |
* Update Hyprland.1.rst * Update Hyprland.1 | |||
2024-09-09 | config: add order rule for layers (#7697) | darkwater | |
2024-09-09 | assets: Remove execute permission from lockdead.png (#7715) | davc0n | |
2024-09-09 | tiv1: fix deleting first character (#7716) | Sungyoon Cho | |
2024-09-08 | config: include XF86Audio* key bindings to default cfg (#7695) | Richard Ayotte | |
2024-09-08 | github: improve issue template (#7699) | Aqa-Ib | |
* github: improve issue template Require to check that you have searched through open and closed issues before committing. * fix yaml syntax * clarify text * validation * revert validation * markdown * done | |||
2024-09-08 | config: Limit max volume to 100% | Davide Conti | |
2024-09-08 | github(nix-build): switch to better nix installer, attempt at fixing hash ↵ | diniamo | |
mismatch (#7701) * github(nix-build): switch to DeterminateSystems/nix-installer-action * github(nix-build): switch to a direct git reference instead of cloning * github(nix-ci): attempt to fix CI for pull requests | |||
2024-09-08 | props: bump version to 0.43.0v0.43.0 | Vaxry | |
2024-09-08 | windows: support size with pseudo tiled | Vaxry | |
fixes #7690 | |||
2024-09-07 | config: add exec-shutdown for running commands on shutdown (#7683) | trianta | |
* config: add exec-shutdown for running commands on shutdown * compositor: delay stopping until after exec-shutdown | |||
2024-09-07 | config: Added default button mapping for xf86 keys (#7672) | Darth ŠČ! | |
* Added default button mapping for laptop multimedia keys for volume and brightness * Added default button mapping for laptop multimedia keys for volume and brightness into example config | |||
2024-09-07 | input: try to refocus a focusable window when seat grabs are reset (#7669) | outfoxxed | |
2024-09-06 | input: kb focus mouse focused window if unset (#7666) | outfoxxed | |
Normally it shouldn't be possible to have mouse focus with no kb focus, but it does happen, and when it does this makes it considerably less annoying. | |||
2024-09-06 | input: move idle notify to input handlers (#7659) | Maximilian Seidler | |
* Revert "input: don't emit idle activity when calling simulateMouseMovement (#7649)" This reverts commit ea10592ad3c861ff2ce73ad7785bcb5a45a9e400. * input: move idle notify calls to input event listeners * input: don't post idle activity when keyboard is not enabled | |||
2024-09-06 | workspacerules: fix on-created-empty window focus (#7657) | Sungyoon Cho | |
2024-09-05 | textinput: fix ime activation in some edge cases (#7660) | Sungyoon Cho | |
* textinput: clear ti3 state when focused surface gets destroyed * textinput: send enter to newly created ti in focus | |||
2024-09-05 | nix: add COMMITS var | Mihai Fufezan | |
2024-09-05 | config: Add a variable to prevent groups from merging after being dragged ↵ | Parola Marco | |
(#7650) * config: Add a variable to prevent groups from merging after being dragged * Fixed code style for [f777f028] | |||
2024-09-05 | xwayland: add option to enable/disable xwayland (#7633) | trianta | |
* config: add xwayland enabled option to config * xwayland: use DISPLAY env variable for enable/disable of new launches * xwayland: close X11 windows when turning of XWayland * clang: format fix * config: add better description for xwayland:enabled * xwayland: close X11 windows on disable without crashes * xwayland: better method of informing CXWayland if xwayland enabled * xwayland: prevent closing non-xwayland windows on disable * misc: loop formatting | |||
2024-09-04 | sessionLock: ensure sls focus in some edge cases (#7647) | Maximilian Seidler | |
* input: return early in mouseMoveUnified when the session is locked * sessionLock: make make a commit an opportunity to focus session lock surfaces * compositor: allow resetting focus when session is locked * input: remove redundant PMONITOR checks PMONITOR is checked above * input: check isSessionLocked earlier in mouseMoveUnified A bit of reordering, so that we don't call some stuff that is irrelevant when the session is locked | |||
2024-09-04 | input: don't emit idle activity when calling simulateMouseMovement (#7649) | Maximilian Seidler | |
2024-09-03 | Revert "syncobj: wait for deadline instead of available" | vaxerski | |
This reverts commit cf6a1716ae719f9c59b1d175ca84a79015fab8e1. Fixes #7628 | |||
2024-09-02 | Nix: remove unused dependencies | Mihai Fufezan | |
2024-09-02 | CMake: drop unused deps after 016da234d0e8 | Jan Beich | |
Found via LDFLAGS += -Wl,--as-needed (default in Meson). Some dependencies are only used by aquamarine. | |||
2024-09-02 | CMake: drop duplicate -luuid after 5262292abc56 | Jan Beich | |
2024-09-01 | textinput: don't deactivate ime if another ti is focused (#7617) | Sungyoon Cho | |
2024-09-01 | textinput: send deactivate to ime on destory ti (#7614) | Sungyoon Cho | |
2024-09-01 | flake.lock: update xdph again | Mihai Fufezan | |
2024-09-01 | flake.lock: update xdph | Mihai Fufezan | |