Re: [hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks

2022-04-26 Thread Chris Down
Thanks! Sorry for the trouble :-)

Re: [hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks

2022-04-26 Thread Hiltjo Posthuma
On Tue, Apr 26, 2022 at 09:42:23AM +0100, Chris Down wrote: > Commit 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size > hints") mistakenly removed an early size hints update that's needed to > populate c->isfixed for floating checks at manage() time. This resulted > in fixed (size

[hackers] [dwm] manage: Make sure c->isfixed is applied before floating checks || Chris Down

2022-04-26 Thread git
commit 8b48e309735f5fe49d35f86e967f4b5dea2a2f2d Author: Chris Down AuthorDate: Tue Apr 26 09:42:23 2022 +0100 Commit: Hiltjo Posthuma CommitDate: Tue Apr 26 15:50:55 2022 +0200 manage: Make sure c->isfixed is applied before floating checks Commit 8806b6e23793 ("manage:

[hackers] [dwm] LICENSE: add Chris Down || Hiltjo Posthuma

2022-04-26 Thread git
commit a83dc2031050d786ddf5f329b57d658a931c94b7 Author: Hiltjo Posthuma AuthorDate: Tue Apr 26 15:50:32 2022 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Apr 26 15:50:32 2022 +0200 LICENSE: add Chris Down diff --git a/LICENSE b/LICENSE index d221f09..995172f 100644 --- a/LICENSE

[hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks

2022-04-26 Thread Chris Down
Commit 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size hints") mistakenly removed an early size hints update that's needed to populate c->isfixed for floating checks at manage() time. This resulted in fixed (size hint min dimensions == max dimensions) subset of windows not

[hackers] [dwm][PATCH] license: Add Chris Down

2022-04-26 Thread Chris Down
Forgot to add myself when I started submitting patches to mainline. --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index d221f09..995172f 100644 --- a/LICENSE +++ b/LICENSE @@ -17,6 +17,7 @@ MIT/X Consortium License © 2015-2016 Quentin Rameau © 2015-2016 Eric

[hackers] [dwm] Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" || Hiltjo Posthuma

2022-04-26 Thread git
commit a4771de5ba54a38b062a7d748635f21c141b5c7e Author: Hiltjo Posthuma AuthorDate: Tue Apr 26 10:30:59 2022 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Apr 26 10:30:59 2022 +0200 Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists"