Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-02 | clang-formatworkspace-storage-refactor | Vaxry | |
2024-04-02 | refactor workspaces to use ptrs | Vaxry | |
2024-04-02 | workspace: remove lastFocusedWindow on unmap | Vaxry | |
2024-04-02 | core: assert attempted UAFs in windowExists | Vaxry | |
in prep of removing the thing altogether | |||
2024-04-01 | hyprerror: align 32-bit types after 4c796683c05a (#5375) | Jan Beich | |
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-01 | props: bump ver to 0.38.0v0.38.0 | Vaxry | |
2024-04-01 | IME: Fix ime popup coordinates and artifacts (#5373) | Sungyoon Cho | |
* ime: fix incorrect popup coordinate * ime: fix popup artifacts | |||
2024-04-01 | animations: simplify window loop | Vaxry | |
2024-04-01 | renderer: Fix layer and window damage sometimes missing 1 frame (#5370) | thejch | |
* fix the layer and window damage missing 1 frame sometimes * remove extra loop | |||
2024-04-01 | renderer: Fix rendering when swiping workspaces (#5367) | thejch | |
* fix rendering on swiping * add alpha check * fix floating fs check | |||
2024-04-01 | socket2: sanitize data for newlines | Vaxry | |
2024-04-01 | master: Make master workspace orientation rule dynamic (#5339) | thejch | |
* make master workspace orientation rule dynamic * fix rebase * fix special ws resizing * style | |||
2024-04-01 | deco: fix groupbar offset (#5364) | thejch | |
2024-04-01 | textinput: fix typo (#5365) | Sungyoon Cho | |
2024-03-31 | hyprctl: fix plugin list on no plugins (#5357) | Micovec | |
2024-03-31 | avar: minor fixes | Vaxry | |
2024-03-31 | avar: fix warp onEnd conditions | Vaxry | |
ref #5348 | |||
2024-03-31 | textinput: send deactivate on disable ti | Vaxry | |
ref #5288 | |||
2024-03-31 | reenderer: Add 1 border damage to fix number rounding issues (#5343) | thejch | |
* add 1 to border damage to avoid rounding issues * add 1 to rounding too | |||
2024-03-31 | renderer/animations: Fix various inaccurate damage tracking issues and ↵ | thejch | |
offsets (#5297) | |||
2024-03-31 | input: Fix incorrect keyboard focus taken when no window was present (#5337) | Zach DeCook | |
A non-keyboard layer never needs keyboard focus | |||
2024-03-31 | core: match all workspace rules instead of the first one only (#5340) | thejch | |
2024-03-31 | core: Fix resizeparams (#5262) | Aqa-Ib | |
* Revert a94b902 * Fix resizeparams using CVarList * clang-format * fix * Use 's' as delimiter * remove size checks * fix tabs * fix mixing tabs and spaces | |||
2024-03-30 | IME: don't assert on lock mismatch, just fix it | Vaxry | |
2024-03-30 | dispatchers: open special ws on active monitor instead of mouse monitor (#5330) | thejch | |
2024-03-30 | dispatchers: fix swap workspaces wrong positioning of floating windows (#5328) | thejch | |
2024-03-30 | hyprpm: avoid crashes on corrupted headers | Vaxry | |
ref #5329 | |||
2024-03-29 | compositor: remove windows from fading out on destroy | Vaxry | |
ref #5321 | |||
2024-03-29 | keybinds: add binds:disable_keybind_grabbing | Vaxry | |
fixes #5273 | |||
2024-03-29 | makefile: Remove old headers first (#5316) | Muhamed Hobi | |
Windows.cpp was moved and I found myself having both versions in my include. Clear out the headers before dumping new ones. | |||
2024-03-29 | layout: improve initial size prediction for floating | Vaxry | |
2024-03-29 | animvar: fixup update callbacks and cleanup | Vaxry | |
2024-03-28 | flake.lock: update | Mihai Fufezan | |
Fixes #5301 | |||
2024-03-28 | layers: don't change workspace on layer restore focus (#5308) | MightyPlaza | |
modified: src/events/Layers.cpp | |||
2024-03-28 | layers: fix bottom slide animation (#5307) | MightyPlaza | |
modified: src/helpers/WLClasses.cpp | |||
2024-03-28 | format: fix format | Vaxry | |
2024-03-28 | core: fix fullscreen + floating focus change (#5291) | MightyPlaza | |
modified: src/Compositor.cpp | |||
2024-03-28 | input: add misc:hide_cursor_on_key_press | Vaxry | |
fixes #3045 | |||
2024-03-28 | layers: add animation direction overrides | Vaxry | |
fixes #5285 | |||
2024-03-27 | layershell: update render pos and size in arrange | vaxerski | |
fixes #5258 | |||
2024-03-26 | textinput: fix ime when opening multiple windows (#5281) | Sungyoon Cho | |
2024-03-26 | hyprctl: output json with `--batch` if requested (#5277) | Khalid | |
2024-03-26 | renderer: minor fixes to misaligned reported surface rendering | vaxerski | |
fixes #5257 | |||
2024-03-26 | core: ensure m_pLastMonitor validity over unsafe state | Vaxry | |
ref #5241 | |||
2024-03-26 | github: fix github issue template crash dir (#5269) | thejch | |
2024-03-25 | layer-shell: render popups above everything | Vaxry | |
2024-03-25 | renderer: allow blurring ls popups | Vaxry | |
2024-03-25 | core: fix missing workspace events during swapping (#5251) | thejch | |
2024-03-25 | keybinds: Fix exit trigger by moving it to monitor.frame (#5240) | dmayle | |
2024-03-25 | renderer: dont render fullscreen special on wrong monitor (#5249) | thejch | |