aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-09-18ehide-cursor-on-leaveVaxry
2024-09-16eVaxry
2024-09-15eVaxry
2024-09-15hide cursor on leaveVaxry
2024-09-14data-device: don't send default action of moveVaxry
gtk doesn't like it?
2024-09-14data-device: send clock time in motion eventsVaxry
remove hack
2024-09-13cmake: drop ninja depVaxry
2024-09-13nix: adapt cmake optionsdiniamo
2024-09-13nix: use mesondiniamo
2024-09-12textinput: fix tiv3 leave (#7761)Sungyoon Cho
2024-09-12xwayland: remove extra x11 deactivation (#7755)trianta
2024-09-11[gha] Nix: update inputsfufexan
2024-09-11Meson: formatMihai Fufezan
2024-09-11Meson: fix protocols, clean upMihai Fufezan
2024-09-11pointermgr: avoid derefing null outputsVaxry
2024-09-10textinput: handle IME resetting (#7731)Sungyoon Cho
2024-09-10update xdph commit in flake.lockAlexandre Acebedo
2024-09-10build: 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-09input: move dmps activation to input listeners (#7721)Maximilian Seidler
2024-09-09[gha] build man pagesvaxerski
2024-09-09man: Fixed the man page to show the new information (#7713)justmessingaround
* Update Hyprland.1.rst * Update Hyprland.1
2024-09-09config: add order rule for layers (#7697)darkwater
2024-09-09assets: Remove execute permission from lockdead.png (#7715)davc0n
2024-09-09tiv1: fix deleting first character (#7716)Sungyoon Cho
2024-09-08config: include XF86Audio* key bindings to default cfg (#7695)Richard Ayotte
2024-09-08github: 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-08config: Limit max volume to 100%Davide Conti
2024-09-08github(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-08props: bump version to 0.43.0v0.43.0Vaxry
2024-09-08windows: support size with pseudo tiledVaxry
fixes #7690
2024-09-07config: 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-07config: 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-07input: try to refocus a focusable window when seat grabs are reset (#7669)outfoxxed
2024-09-06input: 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-06input: 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-06workspacerules: fix on-created-empty window focus (#7657)Sungyoon Cho
2024-09-05textinput: 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-05nix: add COMMITS varMihai Fufezan
2024-09-05config: 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-05xwayland: 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-04sessionLock: 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-04input: don't emit idle activity when calling simulateMouseMovement (#7649)Maximilian Seidler
2024-09-03Revert "syncobj: wait for deadline instead of available"vaxerski
This reverts commit cf6a1716ae719f9c59b1d175ca84a79015fab8e1. Fixes #7628
2024-09-02Nix: remove unused dependenciesMihai Fufezan
2024-09-02CMake: drop unused deps after 016da234d0e8Jan Beich
Found via LDFLAGS += -Wl,--as-needed (default in Meson). Some dependencies are only used by aquamarine.
2024-09-02CMake: drop duplicate -luuid after 5262292abc56Jan Beich
2024-09-01textinput: don't deactivate ime if another ti is focused (#7617)Sungyoon Cho
2024-09-01textinput: send deactivate to ime on destory ti (#7614)Sungyoon Cho
2024-09-01flake.lock: update xdph againMihai Fufezan
2024-09-01flake.lock: update xdphMihai Fufezan