Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0_1 02 Nov 2024 14:22:42 |
Jan Beich (jbeich) |
x11-toolkits/como: unbreak consumers with clang 19
In file included from theseus-ship-6.2.0/main_wayland.cpp:10:
In file included from /usr/local/include/como/base/wayland/xwl_platform.h:17:
/usr/local/include/como/render/wayland/xwl_platform.h:268:19: error: no member
named 'addRepaintFull' in 'xwl_platform<Base>'; did you mean 'addRepaint'?
268 | this->addRepaintFull();
| ^
/usr/local/include/como/render/wayland/xwl_platform.h:233:10: note: 'addRepaint'
declared here
233 | void addRepaint(QRegion const& region)
| ^
Reported by: pkg-fallout |
0.3.0 30 Oct 2024 18:03:42 |
Jan Beich (jbeich) |
x11-toolkits/como: unbreak build with clang 19
In file included from examples/minico/main.cpp:7:
In file included from como/base/wayland/platform.h:15:
como/render/wayland/platform.h:255:19: error: no member named 'addRepaintFull'
in 'platform<Base>'; did you mean 'addRepaint'?
255 | this->addRepaintFull();
| ^~~~~~~~~~~~~~
| addRepaint
como/render/wayland/platform.h:220:10: note: 'addRepaint' declared here
220 | void addRepaint(QRegion const& region)
| ^
Reported by: pkg-fallout |
0.3.0 10 Oct 2024 07:55:42 |
Jan Beich (jbeich) |
x11-toolkits/como: update to 0.3.0
Changes: https://github.com/winft/como/releases/tag/v0.3.0
Reported by: GitHub (watch releases) |
0.2.0_1 13 Jul 2024 00:36:35 |
Jan Beich (jbeich) |
x11-toolkits/wlroots: update to 0.18.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.18.0
Reported by: GitLab (notify releases) |
0.2.0 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
0.2.0 28 Jun 2024 16:26:33 |
Tobias C. Berner (tcberner) |
KDE: remove patches required to add support for Plasma 6.0
They are no longer needed after acd77861e62460839d395782cbc7a3924668b36e
Reported by: jbeich |
0.2.0 21 Jun 2024 20:26:58 |
Jan Beich (jbeich) |
x11-toolkits/como: update to 0.2.0
Changes: https://github.com/winft/como/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
0.1.0 13 Apr 2024 06:08:55 |
Jan Beich (jbeich) |
x11-toolkits/como: drop wayland category (non-leaf like wlroots) |
0.1.0 13 Apr 2024 05:09:15 |
Jan Beich (jbeich) |
x11-wm/como: add new port
The Compositor Modules (COMO) are a robust and versatile set of
libraries to create compositors for the Wayland and X11 windowing
systems on Linux.
https://github.com/winft/como |