Hyprland/src
Jan Beich 02717bf8d1 hyprerror: align 32-bit types after 4c796683c0 (#5375)
src/hyprerror/HyprError.cpp:64:33: error: no matching function for call to 'min'
    const auto   VISLINECOUNT = std::min(LINECOUNT, *LINELIMIT);
                                ^~~~~~~~
/usr/include/c++/v1/__algorithm/min.h:40:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('int' vs. 'long long')
min(const _Tp& __a, const _Tp& __b)
^
/usr/include/c++/v1/__algorithm/min.h:51:1: note: candidate template ignored: could not match 'initializer_list<_Tp>' against 'int'
min(initializer_list<_Tp> __t, _Compare __comp)
^
/usr/include/c++/v1/__algorithm/min.h:60:1: note: candidate function template not viable: requires single argument '__t', but 2 arguments were provided
min(initializer_list<_Tp> __t)
^
/usr/include/c++/v1/__algorithm/min.h:31:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
min(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
2024-04-06 15:15:03 +01:00
..
config core: match all workspace rules instead of the first one only (#5340) 2024-03-31 00:49:53 +00:00
debug hyprctl: fix plugin list on no plugins (#5357) 2024-03-31 21:45:22 +01:00
desktop renderer/animations: Fix various inaccurate damage tracking issues and offsets (#5297) 2024-03-31 02:14:26 +01:00
events layout: improve initial size prediction for floating 2024-03-29 00:43:50 +00:00
helpers avar: minor fixes 2024-03-31 21:43:08 +01:00
hyprerror hyprerror: align 32-bit types after 4c796683c0 (#5375) 2024-04-06 15:15:03 +01:00
init style/ci: apply clang-format and verify it in ci (#4039) 2023-12-06 22:54:56 +00:00
layout master: Make master workspace orientation rule dynamic (#5339) 2024-04-01 03:02:47 +01:00
managers IME: Fix ime popup coordinates and artifacts (#5373) 2024-04-01 16:37:59 +01:00
pch pch: add format 2023-09-06 14:59:34 +02:00
plugins format: make ci happy 2024-03-08 17:40:28 +00:00
protocols IME/TI: Fixes and refactoring 2024-03-22 23:08:52 +00:00
render renderer: Fix rendering when swiping workspaces (#5367) 2024-04-01 16:16:18 +01:00
Compositor.cpp core: match all workspace rules instead of the first one only (#5340) 2024-03-31 00:49:53 +00:00
Compositor.hpp layer-shell: render popups above everything 2024-03-25 16:20:30 +00:00
defines.hpp internal: cleanup headers in helpers/ 2023-08-07 13:36:14 +02:00
includes.hpp internal: Support libhyprcursor (#5009) 2024-03-09 16:52:59 +00:00
macros.hpp config: improve config value infrastructure 2024-03-03 18:41:38 +00:00
main.cpp main: Fix typo in std::cerr (#4359) 2024-01-05 12:45:49 +01:00
meson.build internal: Support libhyprcursor (#5009) 2024-03-09 16:52:59 +00:00
SharedDefs.hpp pluginapi: allow registering hyprctl commands 2024-02-05 01:57:29 +00:00
version.h.in hyprctl: add commit date to "hyprctl version" (#4171) 2023-12-17 14:29:58 +00:00