aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/desktop/Window.hpp
AgeCommit message (Expand)Author
9 dayscore: Optimize window/layer rule application and scanning (#8735)Vaxry
10 dayscore: drop using deques in favor of vectorsVaxry
2024-12-11windowrules: add rules for mouse and touchpad scroll factors (#8655)Mike Will
2024-12-10config: add 'force' option for 'cursor:warp_on_change_workspace' (#8681)Pavel Belyavsky
2024-12-07core: Add clang-tidy (#8664)Vaxry
2024-12-03core: move colorspace handling to oklab (#8635)Vaxry
2024-11-23binds: add option to allow fullscreening a pinned window (#8526)littleblack111
2024-11-17windows/xdg: minor cleanup of min/max size calculationsVaxry
2024-10-30internal: check size limit in layouts (#8298)MightyPlaza
2024-10-27core: move internal structures to monitor pointers (#8266)Vaxry
2024-10-27internal: optimize cursor move a bit (#8264)Tom Englund
2024-10-27groups: fix swallowing (#8223)Aqa-Ib
2024-10-19internal: Move CMonitor to SP (#8178)Vaxry
2024-10-07internal: use clampWindowSize to unify min/maxsize handling (#8014)MightyPlaza
2024-08-30config: Add a window rule to render while unfocused (#7582)Vaxry
2024-08-30window/xwayland: minor property cleanupVaxry
2024-08-28renderer: fade out windows on silent movesVaxry
2024-08-23windowrules: add fullscreenstate field (#7466)Sungyoon Cho
2024-08-08internal: introduce new types to avoid unsigned int rollover and signed int o...Tom Englund
2024-07-31internal: refactor fullscreen states (#7104)MightyPlaza
2024-07-24keybinds: add bindp and noshortcutsinhibit (#7017)MightyPlaza
2024-07-11core: Improve handling of window properties (#6776)MightyPlaza
2024-06-19core: Move to hyprutils for MathVaxry
2024-06-17misc: a few compiler level performance optimisations (#6559)Tom Englund
2024-06-15window: improve swallowing functionalityVaxry
2024-06-08wayland/core: move to new impl (#6268)Vaxry
2024-06-07input: add cursor:persistent_warps to maintain relative position within a win...memchr
2024-05-28config: add tag dispacther and window rule (#6211)giskard
2024-05-25xwayland: move to hyprland impl (#6086)Vaxry
2024-05-14xdg-shell: move to new implVaxry
2024-05-13window: set sane default pseudo sizeVaxry
2024-05-10windowrules add focusonactivate (#5976)MightyPlaza
2024-05-08foreign-toplevel: bypass no activate focus checksVaxry
2024-05-07window: avoid uaf on updateWindow decosVaxry
2024-05-05internal: new shared_ptr and weak_ptr implementation (#5883)Vaxry
2024-05-02internal: store matched windowrules and emit eventVaxry
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-25wlr-foreign-toplevel: move to new implVaxry
2024-04-24style: fix clang-formatVaxry
2024-04-24tokens: add more modes to initial_workspace_trackingVaxry
2024-04-23windows: add misc:initial_workspace_trackingVaxry
2024-04-21Window: add destroy signalVaxry
2024-04-11configmgr: fix header priorityVaxry
2024-04-10workspace: update windows when selector match could change (#5533)Sungyoon Cho
2024-04-07props: Allow setting per-window fullscreen opacity (#5470)SoSeDiK
2024-04-02Workspace/core: Refactor workspace storage (#5380)Vaxry
2024-03-31renderer/animations: Fix various inaccurate damage tracking issues and offset...thejch
2024-03-25renderer: allow blurring ls popupsVaxry
2024-03-20refactor: move window.hpp to desktop/Vaxry