Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.0 30 Mar 2025 03:32:23
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.13.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.13.0
Reported by: GitHub (watch releases) |
1.12.2 12 Mar 2025 23:24:30
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.12.2
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.12.2
Reported by: GitHub (watch releases) |
1.12.1 09 Mar 2025 20:04:12
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.12.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.12.1
Reported by: GitHub (watch releases) |
1.12.0 06 Mar 2025 00:52:43
    |
Jan Beich (jbeich)  |
x11/way-displays: mark BROKEN on 32-bit after 8fe6d615be11
lib/col/src/itable.c:317:60: error: format specifies type 'unsigned long' but
the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
317 | bufp += snprintf(bufp, len - (bufp - buf), "%lu = %s\n",
*k, *v ? (char*)*v : "(null)");
| ~~~
^~
| %llu
Reported by: pkg-fallout |
1.12.0 28 Feb 2025 06:57:38
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.12.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.12.0
Reported by: GitHub (watch releases) |
1.11.0 20 Apr 2024 11:13:54
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.11.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.11.0
Reported by: GitHub (watch releases) |
1.10.2 21 Jan 2024 05:20:42
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.10.2
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.10.2
Reported by: GitHub (watch releases) |
1.10.1 20 Jan 2024 15:13:34
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.10.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.10.1
Reported by: GitHub (watch releases) |
1.10.0 16 Jan 2024 14:45:32
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.10.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.10.0
Reported by: GitHub (watch releases) |
1.9.0 04 Sep 2023 04:32:44
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.9.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.9.0
Reported by: GitHub (watch releases) |
1.8.2 04 Sep 2023 04:32:43
    |
Jan Beich (jbeich)  |
x11/way-displays: expose tests after f837f8020320
https://github.com/alex-courtis/way-displays/commit/52ec8a94b73b |
1.8.2 21 Aug 2023 03:30:14
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.8.2
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.8.2
Reported by: GitHub (watch releases) |
1.8.1 09 May 2023 03:18:54
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.8.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.8.1
Reported by: GitHub (watch releases) |
1.8.0 06 May 2023 23:08:52
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.8.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.8.0
Reported by: GitHub (watch releases) |
1.7.1 24 Jan 2023 04:59:24
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.7.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.7.1
Reported by: GitHub (watch releases) |
1.7.0 24 Jan 2023 02:47:16
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.7.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.7.0
Reported by: GitHub (watch releases) |
1.6.2 16 Dec 2022 10:04:30
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.6.2
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.6.2
Reported by: GitHub (watch releases) |
1.6.1 08 Dec 2022 06:07:51
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.6.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.6.1
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.0 19 Jul 2022 05:10:14
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.6.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.6.0
Reported by: GitHub (watch releases) |
1.5.3 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
1.5.3 31 May 2022 13:18:11
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.5.3
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.5.3
Reported by: GitHub (watch releases) |
1.5.2 10 Apr 2022 08:11:20
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.5.2
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.5.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.5.2
Reported by: GitHub (watch releases) |
1.5.0 21 Mar 2022 08:20:33
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.5.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.5.0
Reported by: GitHub (watch releases) |
1.4.1 23 Feb 2022 05:34:38
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.4.1
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.4.1
Reported by: GitHub (watch releases) |
1.4.0 22 Feb 2022 07:05:06
    |
Jan Beich (jbeich)  |
x11/way-displays: update description after 0b78eecd1952 |
1.4.0 22 Feb 2022 07:01:54
    |
Jan Beich (jbeich)  |
x11/way-displays: update to 1.4.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.4.0
Reported by: GitHub (watch releases) |
1.3.0 21 Feb 2022 16:10:45
    |
Jan Beich (jbeich)  |
x11/way-displays: add new port
way-displays: Auto Manage Your Wayland Displays
1. Sets preferred mode or highest at maximum refresh
1. Arranges in a row or a column
1. Auto scales based on DPI: 96 is a scale of 1
1. Reacts when displays are plugged/unplugged
1. Reacts when laptop lid is closed/opened
Works out of the box: no configuration required.
Wayland successor to xlayoutdisplay, inspired by kanshi.
https://github.com/alex-courtis/way-displays |