Up to [cvs.NetBSD.org] / pkgsrc / wm / swc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 26 11:25:18 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
wm: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 7 15:05:11 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
wm: Remove SHA1 hashes for distfiles
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 15 16:15:23 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
swc: Update to 0.0.0.20200228 Fixes the server-side decoration protocol implementation, and upstreams a fix for Qt5. Applications supporting the protocol (e.g. Qt apps) will no longer display client-side decorations.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 24 14:23:53 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
swc: Link to upstream issues/PRs
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 24 14:11:17 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
swc: Disable decoration managers until these are stable. Currently causing problems when exiting applications.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 24 12:31:20 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
swc: Allow qt5 applications to run again. The compositor was throwing an unsupported transformation type error when qt5 tried to set a transformation type of "normal" on surfaces, even though this is asking for the default behaviour. Bump PKGREVISION
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 24 11:58:57 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
swc: Update to 0.0.0.20200222 NetBSD support was upstreamed. Switch to the upstream repos.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 19 14:27:09 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
swc: Update to 20200219 - Support for KDE server-side decorations protocol - Support for xdg-decoration protocol - Some xdg-shell bug fixes
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 11 23:58:50 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
swc: Update to 0.0.0.20200111 Changes: - Restore keycode translation on exit on NetBSD to avoid input problems when returning to a tty. Temporary hack until we can do this all with wscons (hopefully?) - Merged in some cleanups and fixes from upstream.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 13 14:32:21 2019 UTC (3 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
swc: Update to 0.0.0.20191213 This adds support for detecting and automatically setting the keyborad layout on NetBSD based on wscons settings.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 11 21:18:06 2019 UTC (3 years, 11 months ago) by nia
Branch: MAIN
wm: Add swc. swc is a small Wayland compositor implemented as a library. It has been designed primary with tiling window managers in mind. This is a friendly fork of swc that adds NetBSD support.