1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-08-03 05:31:59 -07:00
Commit Graph

768 Commits

Author SHA1 Message Date
nyx
8aaffda969 core: fix null ref when resuming system ()
* core: fix null ref when resuming system

* e
2025-03-30 23:18:04 +02:00
LeviVanDerMaas
05eb0aa43d workspaces: Add binds:hide_special_on_workspace_change () 2025-03-30 03:11:39 +02:00
Vaxry
5380cbcdda workspaces: minor fixes to persistence
fixes 
2025-03-27 14:00:29 +00:00
nyx
f15b49e0fd core: prevent crash when monitor list is empty () 2025-03-08 20:14:03 +01:00
phonetic112
2acbb59bf2 core: ignore internal move workspace calls if the workspace doesn't change () 2025-03-01 19:34:38 +01:00
Lee Bousfield
34f2a4713e core: Add null activeWorkspace check in moveWorkspaceToMonitor () 2025-02-28 02:52:23 +01:00
UjinT34
6787fe8933 protocols: Support wp color management proto ()
Adds support for the recently merged w-p CM protocol alongside the (now deprecated) old CM WIP protocols
2025-02-26 15:56:37 +01:00
Vaxry
fb8eaba83f core: add an ANR dialog
for xdg-shell, we can ping the wm_base, and thus render an ANR dialog if an app dies

for XWayland, there probably is a similar method, but I don't know about it and don't care.
2025-02-18 15:13:56 +00:00
Roberto Previdi
410da2e46f workspaces: update persistence on workspace rename () 2025-02-15 15:01:52 +01:00
nyx
68bb3e7f0a env: move XDG_SESSION_TYPE to before backend init () 2025-02-12 13:54:42 +00:00
Vaxry
1f97643e83 core: add mallopt to modify trim threshold 2025-02-09 17:38:20 +00:00
nyx
feb8ad48f0 groups: deactivate unfocused windows in groups () 2025-02-08 15:05:44 +01:00
Maximilian Seidler
ff9e059de6 window: move size reporting to animation begin callback ()
* window: fix resizes with an update callback

* window: fixup sendWindowSize

Remove the size argument from sendWindowSize, since it is now a member of the Window class
and we don't want any mismatches between m_vRealSize and what we report.

Remove sendWindowSize from mapWindow, since we shouldn't need it.

* window: sendWindowSize on animation begin

* window: move most calls to sendWindowSize to the animation begin
callback

* window: remove sendWindowSize in unmanaged if not fullscreen
2025-02-06 11:21:04 +00:00
vaxerski
3b99e906df compositor: don't iterate over unmapped ls-es in vectorToLS
fixes 
2025-02-04 10:18:08 +00:00
Vaxry
5e7292434a compositor: guard null ws in updating fade 2025-02-03 22:36:10 +00:00
Alexander
708d166360 dispatchers: add cyclenext hist option () 2025-02-03 02:34:30 +01:00
UjinT34
31431a9271 protocols: Support content-type-v1 proto () 2025-02-02 20:25:29 +01:00
Alexander
70d94fec13 refactor: clang-tidy in compositor ()
Co-authored-by: Alexandr Krylov <t@ruenya.nix>
2025-02-02 18:34:26 +01:00
Honkazel
7d1c78f4a3 core,hyprctl: clang, clang-tidy, typo fixes and dtors changes ()
* declare dtor once + DMABBUF typo fix

* dup include + clang moment

* linux-dmabuf: last minute nit change
2025-01-30 11:07:06 +00:00
Vaxry
16aeb24bc1 core: make persistent workspaces always follow the config
instead of just staying after open, they will now be enforced on their respective monitors

fixes 
2025-01-26 14:40:42 +00:00
Vaxry
0a28e13787 desktop: move desktop types to memory-safe pointers 2025-01-26 12:54:38 +00:00
Vaxry
445acec2a2 core: move sendWindowSize off of xwaylandmgr
additionally fixes that one weird x11 issue with floating windows being mis-sized on open
2025-01-25 20:36:44 +00:00
Vaxry
45c3787e75 window: revert only set m_iMonitorMovedFrom, when moving to a different monitor
This reverts commit 089fdd1ea0.

Great commit.
2025-01-25 19:37:52 +00:00
Maximilian Seidler
089fdd1ea0 window: only set m_iMonitorMovedFrom, when moving to a different monitor () 2025-01-25 00:27:24 +01:00
heather7283
1815f9a2e5 compositor: fix incorrect cast, use lambda capture instead () 2025-01-25 00:26:46 +01:00
Vaxry
d8f79d7678 core: add --verify-config to verify the config with Hyprland
fixes 
2025-01-24 20:30:21 +00:00
Maximilian Seidler
80b2fd135b animations: fix borderangle once () 2025-01-24 19:22:05 +01:00
Vaxry
0a1ae48a9f core: move all shared_ptrs from the STL to hyprutils () 2025-01-23 21:55:41 +01:00
Alexander
da6e966313 keybinds: add visible arg for cyclenext ()
Co-authored-by: Крылов Александр <aleksandr.krylov@hyperus.team>
2025-01-21 14:17:07 +00:00
Zach DeCook
a661203bb6 xwayland: fix crash when trying to initialize without Xwayland installed () 2025-01-20 18:40:51 +00:00
vaxerski
8dd2cd41fb core: move to inotify for monitoring the config files
instead of manually polling every second which is not efficient, use inotify.

an added bonus is that inotify is much much faster
2025-01-19 16:11:12 +01:00
Tom Englund
4da9b7cc5b core: reserve vector sizes as much as we can ()
avoid reallocations as much as possible with a few edge cases where the
reservation overshoots a tiny bit. but a few bytes of memory short term
is better used then the overhead of potential reallocation.
2025-01-19 10:38:42 +00:00
user111111111111111111111111111111111
2bad73354a core: cleanup header includes ()
Cleanup some unneeded includes to speed up compilation
2025-01-17 15:21:35 +00:00
Vaxry
b5fb6110ab core: Add a periodic donation request ()
Will fire once in december and july. Disableable with `ecosystem:no_donation:nag`
2025-01-10 18:09:40 +00:00
zakk4223
2d1ebadb9b selectors: add a tag: to for matching window tag(s) by regex () 2025-01-09 20:52:26 +00:00
UjinT34
830350a1f7 core: Add support for HDR and color management protocols () 2025-01-07 18:32:50 +00:00
Maximilian Seidler
5642ed331d core: move parts of the animation system to hyprutils ()
* core: change animation manager to use Hyprutils::Animation

* config: move animation config to hyprutils animation tree

* use g_pAnimationManager->createAnimation and the new PHLANIMVAR template

* core: use CGenericAnimatedVariabled::{enabled,setConfig,getStyle} and adapt callbacks

* core: adapt animated variable usage (dereference the shared pointer)

* misc: bump CMakeLists to hyprutils 0.3.3
2025-01-07 17:55:14 +00:00
vaxerski
2e6e0e9278 core: guard workspace and monitor in moveWorkspaceToMonitor
ref 
2025-01-04 00:10:21 +01:00
davc0n
f69e72eca1 socket2: add focusedmonv2 event ()
* socket2: add focusedmonv2 event

* socket2: remove workspace name from focusedmonv2
2025-01-03 22:43:48 +00:00
vaxerski
365caa49ff keybinds: attempt to wrap around if fallback is allowed in movefocus
fixes 
2025-01-02 17:36:02 +01:00
Ikalco
cb211d83f6 internal: few small monitor improvements ()
* remove framesToSkip, its not used anymore

* only set drm format when needed after leaving direct scanout

* always set drm damage
2024-12-29 23:19:12 +00:00
Ikalco
8d4c18d723 core: refactor/improve monitor mode selection () 2024-12-28 13:32:04 +00:00
Vaxry
1cc1a46c2e core: fade in windows when they are brought from invisible workspaces 2024-12-22 16:04:10 +00:00
Vaxry
bec18dc6f9 core: fix possible crash on null active workspace
fixes 
2024-12-19 19:11:15 +00:00
Ikalco
5b714f05f8 internal: Make static analysis more happy ()
* make functions used in 1 file static

* fix invalid substr param -1

* give default initializer to borderGradier

* move RASSERT from printf to std::print
2024-12-19 02:56:01 +01:00
Ikalco
e2c78c00e5 internal: remove dead code () 2024-12-17 17:31:27 +01:00
Vaxry
e06b520427 core: Move regex from stdlib to re2 ()
Moves the regex handling from stdlib to re2
2024-12-16 19:21:44 +01:00
Vaxry
a5234f26e4 core: drop using deques in favor of vectors
No point in most of these.
2024-12-16 15:58:19 +00:00
Vaxry
8237627f3a compositor: fix monitor arrangement with mixed auto directions
fixes 
2024-12-13 22:31:30 +00:00
littleblack111
d94d8b4ab2 windows: allow replacing existing fullscreen ()
* feat: `binds:allow_replace_fullscreen`

this allows replacement of fullscreen window(i.e. fullscreening another
window when one is already fullscreened on the workspace)

this is used when a floating window that is spawned on top of a
fullscreen wanted to be fullscreened

* clang-format

* remove: config for `allow_replace_fullscreen`
2024-12-10 21:09:47 +01:00