3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-12-01 12:06:36 +00:00

6664 Commits

Author SHA1 Message Date
bb963fb002 protocols/cursor-shape: impl version 2 (#12270) 2025-11-30 15:05:31 +00:00
f11cf6f1de renderer: fix uv sufrace calc with scales < 1 (#12481) 2025-11-29 21:16:49 +00:00
574ee71d56 desktop/overridableVar: improve performance
drop usage of ::map which sucks performance-wise
2025-11-29 17:17:24 +00:00
7e1e24fea6 i18n: fix typos/unnatural spellings in french translation (#12443) 2025-11-27 22:51:34 +00:00
68eecf61cd desktop/windowRule: return reset props from resetProps and recheck them (#12458)
fixes #12457
2025-11-27 21:14:24 +00:00
f9742ab501 keybinds: restore pointer warp on switch
ref https://github.com/hyprwm/Hyprland/pull/12033#pullrequestreview-3516413924
2025-11-27 21:10:01 +00:00
e42185b83d i18n: add Nepali translations (#12451) 2025-11-27 19:34:51 +00:00
a51918fd27 src/protocols/types/DMABuffer.cpp: <sys/ioctl.h> is required for ioctl(), not only linux (#12483) 2025-11-27 15:52:04 +00:00
379ee99c68 window: implement CWindow::getEnv() for BSDs (#12462)
Some BSDs provide procfs to access kernel information. However, BSDs'
procfs does not provide information on a process' environment
variables. Instead sysctl(3) function is usually used for system
information retrieval on BSDs.
2025-11-26 22:12:50 +00:00
4036e35e73 protocols/lock: fix missing output enter on surface (#12448) 2025-11-26 22:12:17 +00:00
d21f2e5729 config: move config parsers to VarList2 (#12465) 2025-11-26 22:11:29 +00:00
4e5a284bc4 CMakeLists.txt: improve libudis86 and librt detection (#12472) 2025-11-26 22:10:02 +00:00
210930bef9 buffers: revert state merging (#12461)
8e8bfbb0b1 added fifo and merged non
buffer states before comitting them, something about certain xwl non
buffer commits expects a commit to happend and causes regressions as in
low fps.
2025-11-25 22:51:51 +00:00
40d8fa8491 compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033)
Renames `misc:new_window_takes_over_fullscreen` into
`misc:on_focus_under_fullscreen` and implements the following behavior:

- By default, when a tiling window is being focused on a workspace where
  a fullscreen/maximized window exists, respect
  the `misc:on_focus_under_fullscreen` config variable.
2025-11-25 22:44:26 +00:00
Tim
1c1746de61 i18n: add Croatian translations (#12374) 2025-11-25 14:21:45 +00:00
619e9d285b [gha] Nix: update inputs 2025-11-25 13:41:42 +00:00
ec3b3403e7 i18n: add Czech translations (#12428) 2025-11-25 13:40:25 +00:00
703394affb protocols/workspace: avoid crash on inert outputs 2025-11-25 13:35:25 +00:00
fe6a855bbb renderer: stop looping over null texture surfaces (#12446)
fixes #12445
2025-11-24 23:48:18 +00:00
475e87b351 windowrules: fix persistent_size not applying (#12441) 2025-11-24 23:48:10 +00:00
3d7ea9c02f CrashReporter.cpp: fix stderr conflict (#12440) 2025-11-24 20:11:15 +00:00
2b0fd417d3 animation: improve animations on multi refresh rate monitors (#12418) 2025-11-23 15:48:15 +00:00
56904edbd2 i18n: add Latvian translations (#12430) 2025-11-23 12:37:19 +00:00
e584a8bade config: added locale config option (#12416) 2025-11-22 13:59:36 +00:00
2ac9ded2ac ci: fix ai workflow for the nth time 2025-11-22 13:56:41 +00:00
abb2f7ee6f renderer: fix render_unfocused 2025-11-21 18:48:45 +00:00
79a2781923 protocols/workspace: fix crash in initial group sending
fixes #12419
2025-11-21 14:46:05 +00:00
d66c9222b0 CI/AI translate: expose output 2025-11-21 14:17:16 +02:00
b5a2ef77b7 i18n: add Português (Portugal) translation (#12328) 2025-11-20 23:37:00 +00:00
c5d45b7653 hyprctl: fix no_vrr prop ref (#12410) 2025-11-20 22:40:39 +00:00
c249a9f4b8 windowrules: fix group rule recalcs (#12403) 2025-11-20 16:57:31 +00:00
00cce1c8ff i18n: improve Spanish translations for clarity and consistency (#12378)
* i18n: improve Spanish translations for clarity and consistency

Improve the Spanish translation strings in Engine.cpp by:

- Refining ANR (Application Not Responding) dialog to use "La aplicación"
  and change the terminate option to "Forzar cierre" for clarity
- Standardizing permission prompts with "¿Deseas...?" for consistency
- Rewording keyboard permission prompt: "permitir su uso" is clearer than
  "permitir su funcionamiento"
- Adding explicit reference to "permisos" in the persistence hint
- Improving Wayland app identification: "ID de cliente de Wayland" instead
  of "wayland client ID {wayland_id}"
- Enhancing environment variable notification with better punctuation and
  clarity ("gestionarse externamente" vs "estar gestionada externamente")
- Simplifying hyprland-guiutils message with direct, concise wording
- Rewriting failed assets lambda to be more natural and add context about
  distribution packagers
- Improving monitor-related messages with clearer tone and better sentence
  structure (monitor layout, mode fallback, auto-scale)
- Using "shader" instead of "sombreador" (more common in Spanish tech)
- Changing "10-bit" to "10 bits" for proper Spanish plural form

Overall tone improvements include consistent use of "tú" forms and clearer,
more natural Spanish phrasing throughout the user-facing messages.

* i18n: update Spanish error messages for clarity and support
2025-11-20 12:32:58 +00:00
6b8e3358d6 CI/AI translate: change path filter action 2025-11-20 14:31:11 +02:00
80b96a3166 hyprctl: show contentType in activewindow (#12214) 2025-11-20 12:01:07 +00:00
f9d1da6667 i18n: slight update to it_IT translations (#12372) 2025-11-19 23:37:55 +00:00
7532115318 rule: nuke parseRelativeVector 2025-11-19 19:08:27 +00:00
1c29d6b1ba i18n: add Slovenian translation (#12369) 2025-11-19 18:33:44 +00:00
d0503bea43 i18n: add Ukrainian translation (#12370) 2025-11-19 18:33:22 +00:00
fbb31503f1 CI/AI translate: fix yet again 2025-11-19 10:13:54 +02:00
9f02dca8de i18n: add Norwegian Bokmål translations (#12354) 2025-11-19 01:00:13 +00:00
6a8d306992 examples: fix example config (#12394) 2025-11-18 17:54:54 +00:00
e4b40abce6 windowrules: bring back windowUpdateRules 2025-11-18 16:49:18 +00:00
9495f989b4 hyprpm: remove -nn flag and make notification behaviour more consist… (#11272)
* [hyprpm] Remove -nn flag and make notification behaviour more consistent.

Before -> -nn turns on -n explicitly, and many notify() are ran without checking the flag.
After -> warning and error notification will always work, -n will only give visual confirmation that plugin loaded successfully, eye candy.

* [hyprpm] Add -nn breaking change fallback to nofity users.

Added deprecation warning for the --notify-fail flag.
2025-11-18 16:33:02 +00:00
2c9c4d0905 windowrules: fix matching against xdgTag (#12393) 2025-11-18 16:32:33 +00:00
e15409bbeb CMake: fix GIT_COMMIT_MESSAGE parsing 2025-11-18 17:50:10 +02:00
312073ce79 CMake: add min version for xkbcommon 2025-11-18 17:46:14 +02:00
edc311544a dwindle: Revert rework split logic to be fully gap-aware (#12047)
This reverts commit 151b5f6978.

Fixes #12380
2025-11-18 00:59:21 +00:00
37fe7b2efd config: export version variable for versioned configs
fixes #12274
2025-11-17 18:43:04 +00:00
c2670e9ab9 windowrules: rewrite completely (#12269)
Reworks the window rule syntax completely

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-11-17 18:34:02 +00:00
95ee08b340 ci: fix translation ci again 2025-11-17 17:53:34 +00:00