[hackers] [st] remove unused variable from previous patch || Hiltjo Posthuma

2020-10-18 Thread git
commit 4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf Author: Hiltjo Posthuma AuthorDate: Sun Oct 18 11:18:03 2020 +0200 Commit: Hiltjo Posthuma CommitDate: Sun Oct 18 11:18:03 2020 +0200 remove unused variable from previous patch diff --git a/st.c b/st.c index ae7fa63..abbbe4b 100644 ---

[hackers] [st] ST: Add WM_ICON_NAME property support || John Collis

2020-10-18 Thread git
commit 28b4c822c5c0acec300fdf15c6e3ede9f5e2335d Author: John Collis AuthorDate: Sun Sep 6 17:53:41 2020 +1200 Commit: Hiltjo Posthuma CommitDate: Sun Oct 18 11:17:11 2020 +0200 ST: Add WM_ICON_NAME property support Also added _NET_WM_ICON_NAME. diff --git a/st.c b/st.c inde

Re: [hackers] [st][PATCH] ST: Add WM_ICON_NAME property support

2020-10-18 Thread Hiltjo Posthuma
On Sun, Sep 06, 2020 at 10:10:01AM +, John Collis wrote: > Hi, > > The WM_ICON_NAME is often used in X programs as a shorter Title name. > Originally some window managers would use this as the text for an Icon to > represent the running program, these days it's more likely to be used in a >

[hackers] [libgrapheme] Replace awk-scripts with C programs for data-parsing || Laslo Hunhold

2020-10-18 Thread git
commit d74e91e355c37eff0ac64b8ce0e18ef587a1d333 Author: Laslo Hunhold AuthorDate: Sun Oct 18 19:07:17 2020 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 18 19:17:32 2020 +0200 Replace awk-scripts with C programs for data-parsing Even though one can expect POSIX awk(1) to b

[hackers] [libgrapheme] Split test/test.c into three separate tests || Laslo Hunhold

2020-10-18 Thread git
commit 009498ac0fc3744a7bc5cc1afb5f601e445442be Author: Laslo Hunhold AuthorDate: Sun Oct 18 22:20:31 2020 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 18 22:20:31 2020 +0200 Split test/test.c into three separate tests The test-infrastructure needed a bit of preparation,

[hackers] [libgrapheme] Compile the test binaries explicitly with libgrapheme.a || Laslo Hunhold

2020-10-18 Thread git
commit e63137bfd44fa732e258ec09d76881494f4f943f Author: Laslo Hunhold AuthorDate: Sun Oct 18 22:35:34 2020 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 18 22:35:34 2020 +0200 Compile the test binaries explicitly with libgrapheme.a Previously, they would be linked with the

[hackers] [libgrapheme] Don't compile tests by default || Laslo Hunhold

2020-10-18 Thread git
commit 35e15b1196bd37a6a398102ae1966cc96fe8c8d2 Author: Laslo Hunhold AuthorDate: Sun Oct 18 22:36:12 2020 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 18 22:36:12 2020 +0200 Don't compile tests by default If someone decides to call "make test", it takes only a few micros