pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/2bwm
Module Name: pkgsrc
Committed By: pin
Date: Sun Sep 6 14:06:49 UTC 2026
Modified Files:
pkgsrc/wm/2bwm: Makefile distinfo
Log Message:
wm/2bwm: update to 0.4
- fixwindow_without_cloning
- Added respect of transient for property
- make sure the reply cookie is valid
- Merge pull request #46 from netcrop/fixwindow_without_cloning
- Fix invalid write in transient feature
- stashed_change_wsitem
- Merge pull request #47 from netcrop/change_wsitem
- Merge pull request #49 from strikersh/patch-1
- Added sloppy-focus/click-to-focus toggle
- Don't center pointer on click when not in sloppy mode
- Added support for _NET_WM_DESKTOP
- On _NET_ACTIVE_WINDOW raise window to the top of the stack
- Merge pull request #50 from opFez/patch-1
- Fix for bug related to keymap variant changes
- Allow a single dock to always stay on top (might affect mod+r behavior)
- Fix behavior of badly configured client race-condition on Gtk4
- setupwin: fix possible memory leak
- Merge pull request #52 from ltsdw/possible_memory_leak
- Merge pull request #55 from sukalaper/patch-1
- Fix for picture in picture bug in Chrome-based browsers
- Still handle the case for bar/panels to send window to other workspaces
- Do not add the Picture in picture window twice to the window list
- Directly focus another window when a window is closed
- Handle clientmessages for values out-of-range (such as -1 for desktop…
- Added feature to keep track of last focused window per workspace
- fix typo in 2bwm.man
- Merge pull request #56 from EdoardoLaGreca/patch-1
- Be smarter about what to focus next
- Potential double free check & min_width was set to min_height, not th…
- Merge pull request #57 from gloggers99/master
- Potential double free check & min_width was set to min_height, not th…
- Merge pull request #58 from gloggers99/master
- Merge pull request #59 from lidgnulinux/fix-aur-build
- Flush needed in changeworkspace_helper for the focus to work
- Update README.md
- Merge pull request #63 from unixextremist/master
- Fix build with C23 compilers (GCC 14+)
- Fix race condition when switching workspaces rapidly
- Fix double free when terminating while processing events
- Merge pull request #66 from don2e4/fix/double-free-on-sigterm
- Merge pull request #67 from don2e4/fix/workspace-switch-race
- Update README.md - fix race condition solved
- Use khash for client and monitor bookkeeping
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/2bwm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/2bwm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/2bwm/Makefile
diff -u pkgsrc/wm/2bwm/Makefile:1.6 pkgsrc/wm/2bwm/Makefile:1.7
--- pkgsrc/wm/2bwm/Makefile:1.6 Thu Oct 10 17:13:26 2024
+++ pkgsrc/wm/2bwm/Makefile Sun Sep 6 14:06:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/10/10 17:13:26 nia Exp $
+# $NetBSD: Makefile,v 1.7 2026/09/06 14:06:49 pin Exp $
-DISTNAME= 2bwm-0.3
+DISTNAME= 2bwm-0.4
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/wm/2bwm/distinfo
diff -u pkgsrc/wm/2bwm/distinfo:1.5 pkgsrc/wm/2bwm/distinfo:1.6
--- pkgsrc/wm/2bwm/distinfo:1.5 Tue Oct 26 11:25:09 2021
+++ pkgsrc/wm/2bwm/distinfo Sun Sep 6 14:06:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:25:09 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/09/06 14:06:49 pin Exp $
-BLAKE2s (2bwm-0.3.tar.gz) = 2b986351b300a15f50acd63bcc8542941afaeebda673bcba7c930b8c87a96065
-SHA512 (2bwm-0.3.tar.gz) = 088a97e5245287890c72e2b0685f7348a4cc0fd49582893b7ce7a081f80a4d7454a3c0eadf4609589314351ded02fd8b75548019b782e797350ad5db5c939f92
-Size (2bwm-0.3.tar.gz) = 41032 bytes
+BLAKE2s (2bwm-0.4.tar.gz) = caca353103da4ec04fce6160a95c34e523f9508cb0d58dd5421aeaf07ae56f2e
+SHA512 (2bwm-0.4.tar.gz) = 2e8cc9d644cdb811e54db013115728b4b2ce2e815045d4ba65bcb8325af31b701364a177e4bb99e7b2379960165c912d77b2e7005b027d52a6bc3b317ccdc42d
+Size (2bwm-0.4.tar.gz) = 51182 bytes
Home |
Main Index |
Thread Index |
Old Index