Hyprland/src
Tom Englund 9856563f89
opengl: avoid reallocations in EGLImage (#10960)
use a std::array instead of vector and avoid reallocations.
it should at most be 49 entries, so make the array 50. and RASSERT check
it incase more entries gets added in the future.
2025-07-07 23:44:35 +02:00
..
config renderer: add mouse zoom animations (#10882) 2025-07-01 11:33:48 +02:00
debug pass: overload TexPass constructor 2025-07-07 18:09:34 +02:00
desktop internal: handle setGroupCurrent properly on fs groups (#10920) 2025-07-05 00:16:25 +02:00
devices refactor: use std::ranges whenever possible (#10584) 2025-05-30 14:25:59 +01:00
events windowrules/move: clamp max pos in onscreen to avoid assert crash 2025-06-16 13:43:06 +02:00
helpers renderer: add mouse zoom animations (#10882) 2025-07-01 11:33:48 +02:00
hyprerror pass: overload TexPass constructor 2025-07-07 18:09:34 +02:00
init core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
layout snap: move gapOffset logic outside of for loop (#10861) 2025-06-27 12:01:45 +02:00
managers pass: overload TexPass constructor 2025-07-07 18:09:34 +02:00
pch core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
plugins treewide: hyprland.org -> hypr.land 2025-06-20 01:49:20 +03:00
protocols pass: overload TexPass constructor 2025-07-07 18:09:34 +02:00
render opengl: avoid reallocations in EGLImage (#10960) 2025-07-07 23:44:35 +02:00
xwayland xwayland: Don't leave shell process (#10802) 2025-06-21 16:21:08 +02:00
Compositor.cpp protocols: add ext-workspace implementation (#10818) 2025-06-26 18:32:44 +02:00
Compositor.hpp render: refactor class member vars (#10292) 2025-05-05 23:44:49 +02:00
defines.hpp core: cleanup header includes (#9088) 2025-01-17 15:21:35 +00:00
includes.hpp core: drop the legacy renderer (#10408) 2025-05-15 10:13:24 +01:00
macros.hpp renderer: reduce a lot of glcalls and cache various states (#10757) 2025-06-25 12:42:32 +02:00
main.cpp render: refactor class member vars (#10292) 2025-05-05 23:44:49 +02:00
meson.build input: add sticky option for drag_lock (#10702) 2025-06-15 11:45:06 +02:00
SharedDefs.hpp refactor: replace all typedef with using (#10594) 2025-05-31 14:02:02 +01:00
signal-safe.cpp core: Unbreak build on FreeBSD (#8762) 2024-12-18 20:15:44 +01:00
signal-safe.hpp core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
version.h.in hyprpm: add support for minimum versions 2024-04-05 00:46:37 +01:00