summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia12-24/+24
2020-03-18Adjust iconv usejoerg2-6/+27
2020-03-18Fix shell code portabilityjoerg8-1/+99
2020-03-15swc: Update to 0.0.0.20200228nia4-78/+8
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.
2020-03-13cwm: update HOMEPAGEwiz1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz29-58/+58
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz37-65/+74
2020-02-26fvwm: Remove rplay support, previously disabled by defaultnia2-10/+4
This is another dead sound server, the website for it disappeared in 2005 and this is the last (optional) user in pkgsrc.
2020-02-26vtwm: Update to 5.5.0nia5-56/+40
Unknown changes. Switch to GNU build system from imake.
2020-02-26i3: Update to 4.18nia2-7/+7
┌────────────────────────────┐ │ Release notes for i3 v4.18 │ └────────────────────────────┘ This is i3 v4.18. This version is considered stable. All users of i3 are strongly encouraged to upgrade. ┌────────────────────────────┐ │ Changes in i3 v4.18 │ └────────────────────────────┘ • docs/ipc: document fullscreen_mode in GET_TREE reply • docs/ipc: document marks field in GET_TREE reply • docs/ipc: document window_type in GET_TREE reply • docs/ipc: improve documentation for window_properties • docs/userguide: clarify commands/config directive wording • layout saving: remanage window after property updates (e.g. titles) • get_first_output: prefer primary output (e.g. when moving disabled outputs) • ipc: add window_type to nodes • ipc: add container id to nodes • allow dragging active titles for all container types (e.g. floating+tabbed) • allow dragging inactive titles after a 10px threshold • make tray icon order deterministic (sorted by class/instance) • implement focus next|prev • implement focus next|prev sibling • implement focus_wrapping workspace • exit with exit code 0 on --help • exec command: respect command criteria ┌────────────────────────────┐ │ Bugfixes │ └────────────────────────────┘ • build: fix lcov support • build: use AC_REPLACE_FUNCS, drop bundled memmem • build: fix building with -fno-common (for gcc 10) • build: configure: deal with git worktree checkouts, where .git is a file • docs/userguide: fix link to pango markup • docs/userguide: add missing manipulating_layout anchor • docs/userguide: fix IPC socket location • i3-nagbar: make debug log visible • i3-nagbar: fix small memory leaks • i3bar: fix small memory leaks • move workspace to output: don’t create duplicate numbered workspace • correctly select output when pointer query fails • fix moving windows to scratchpad when using marks • fix startup workspace selection when workspace command uses options • do not try to center floating window on itself (fixes xterm placement) • fix “move window to <mark>” when target is a workspace • correctly activate windows behind a fullscreen window • fix back-and-forth after renaming workspaces • keep focus when moving container to marked workspace • do not show scratchpad windows upon move to position command • reparent windows to their current position when unmanaging (fixes dock clients unexpectedly moving to different output) • fix crash when moving containers • scratchpad_move: un-fullscreen correct container • avoid crash when nc->window is NULL ┌────────────────────────────┐ │ Thanks! │ └────────────────────────────┘ Thanks for testing, bugfixes, discussions and everything I forgot go out to: acheronfail, Albert Safin, Antoine, Benjamin Dopplinger, Brian Ashworth, Damien Cassou, Daniele Varrazzo, David Shen, Erwin J. van Eijk, Ingo Bürk, Iskustvo, izzel, Konst Mayer, Orestis Floros, Yury Ignatev -- Michael Stapelberg, 2020-02-17
2020-02-24swc: Link to upstream issues/PRsnia3-5/+9
2020-02-24swc: No longer a forknia1-2/+0
2020-02-24swc: Disable decoration managers until these are stable.nia3-3/+51
Currently causing problems when exiting applications.
2020-02-24velox: Note correct runtime-dir perms for Qtnia1-4/+2
2020-02-24swc: Allow qt5 applications to run again.nia3-2/+22
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
2020-02-24swc: Update to 0.0.0.20200222nia2-10/+10
NetBSD support was upstreamed. Switch to the upstream repos.
2020-02-19swc: Update to 20200219nia2-8/+8
- Support for KDE server-side decorations protocol - Support for xdg-decoration protocol - Some xdg-shell bug fixes
2020-01-27fluxconf: remove packagegutteridge7-101/+1
The wm/fluxconf package has been dead upstream for over a decade, fails to build with default pkgsrc settings in most environments (it has of course continually bit-rotted), and is also actively harmful for users in some contexts. It doesn't support the current config format that Fluxbox 1.3 uses, so it will actually corrupt config files. As discussed on pkgsrc-users: http://mail-index.netbsd.org/pkgsrc-users/2020/01/14/msg030221.html
2020-01-26all: migrate homepages from http to httpsrillig7-14/+14
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-20*: Remove esound support from pkgsrcnia1-11/+3
Enlightened Sound Daemon was one of the earlier solutions to the old "multiple programs can't open /dev/audio at once" problem that was once a thing we had to worry about. Eventually, it was adopted as part of GNOME. GNOME lost interest in it about a decade ago and dropped it in favour of PulseAudio, newer applications are generally uninterested in supporting it. Last release was in 2008 and support for newer OS APIs is pretty nonexistent. Several years ago the original website disappeared. https://en.wikipedia.org/wiki/Enlightened_Sound_Daemon https://tracker.debian.org/news/999428/removed-0241-11-from-unstable/
2020-01-20golem: Remove esound supportnia2-17/+4
2020-01-19fvwm: make librsvg (rust dependency) optional, but enabled.maya2-5/+11
Requested by Henrik Johansson in PR pkg/54862.
2020-01-19velox: Update to 0.0.3.20200119nia2-8/+8
Changes: - Build fix.
2020-01-18all: migrate several HOMEPAGEs to httpsrillig14-28/+28
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2020-01-18bspwm: Update to 0.9.9nia3-24/+16
# From 0.9.8 to 0.9.9 - Fix a memory allocation bug in the implementation of `wm --restart`. - Honor `single_monocle` when the `hidden` flag is toggled. # From 0.9.7 to 0.9.8 - Fix a potential infinite loop. - Fix two bugs having to do with `single_monocle`. - Honor `removal_adjustment` for the spiral automatic insertion scheme. # From 0.9.6 to 0.9.7 This release fixes a bug in the behavior of `single_monocle`. # From 0.9.4 to 0.9.6 ## Additions - New *wm* command: `--restart`. It was already possible to restart `bspwm` without loosing the current state through `--{dump,load}-state`, but this command will also keep the existing subscribers intact. - New settings: `automatic_scheme`, `removal_adjustment`. The automatic insertion mode now provides three ways of inserting a new node: `spiral`, `longest_side` (the default) and `alternate`. Those schemes are described in the README. - New settings: `ignore_ewmh_struts`, `presel_feedback`, `{top,right,bottom,left}_monocle_padding`. - New node descriptor: `smallest`. - New desktop modifier: `active`. ## Changes - The `focused` and `active` modifiers now mean the same thing across every object. - Fullscreen windows are no longer sent to the `above` layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window, you'll need to rely on layers. - Pseudo-tiled windows now shrink automatically. ## Removals - The `paddingless_monocle` setting was removed (and subsumed). The effect of `paddingless_monocle` can now be achieved with: ```shell for side in top right bottom left; do bspc config ${side}_monocle_padding -$(bspc config ${side}_padding) done ``` # From 0.9.3 to 0.9.4 ## Changes - The following events: `node_{manage,unmanage}` are now `node_{add,remove}`. ## Additions - New monitor/desktop/node descriptors: `any`, `newest`. - New node flag: `marked`. - New monitor descriptor: `pointed`. - New *wm* command: `--reorder-monitors`. - Receptacles are now described in the manual. - New `--follow` option added to `node -{m,d,n,s}` and `desktop -{m,s}`. - The *subscribe* command now has the following options: `--fifo`, `--count`. - New settings: `ignore_ewmh_fullscreen`, `mapping_events_count`. # From 0.9.2 to 0.9.3 ## Changes - *click_to_focus* is now a button name. Specifying a boolean is deprecated but will still work (`true` is equivalent to `button1`). ## Additions - `node -r` now accepts a relative fraction argument. - An option was added to `query -{M,D,N}` in order to output names instead of IDs: `--names`. - New rule consequence: `rectangle=WxH+X+Y`. - New settings: `swallow_first_click` and `directional_focus_tightness`.
2020-01-189wm: Update to 1.4.1nia4-30/+24
Changes: - We got a patch upstreamed, but have to add another.
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-2/+2
2020-01-11swc: Update to 0.0.0.20200111nia2-8/+8
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.
2020-01-11velox: Update to 0.0.3.20191211nia2-9/+8
Changes: added support for kqueue in status_bar, resolving issues with CPU usage and the clock not appearing.
2020-01-11sysutils: Add dmenu-wldnia3-14/+10
dmenu is an efficient dynamic menu for Wayland. Note: this is a fork of the X11 version, which lives in x11/dmenu.
2020-01-11Remove HASKELL_ENABLE_SHARED_LIBRARY=nopho1-7/+2
2020-01-11Update to xmonad-contrib-0.16pho3-27/+11
The list of changes is too long to paste here. See http://hackage.haskell.org/package/xmonad-contrib-0.16/changelog
2020-01-11Update to xmonad-0.15pho3-21/+15
* Reimplement sendMessage to deal properly with windowset changes made during handling. * Add new library functions windowBracket and modifyWindowSet to XMonad.Operations.
2020-01-10e16themes: amend another commentgutteridge1-2/+2
2020-01-10e16themes: update a commentgutteridge1-3/+3
2020-01-08wm: Remove GNOME 2 metacity, successor wm/marconia7-349/+1
2020-01-05herbstluftwm: Needs asciidocnia1-1/+3
2020-01-04wm/cwm: Update to version 6.6ng02-8/+8
Changelog: 2020-01-04: Sixth public release 6.6 of portable cwm. Changes made between OpenBSD 6.4 and 6.5 * Added a configtest flag (-n) to cwm(1). * Introduced 'group-close-[n]' action to cwm(1) to close all windows within a specified group.
2020-01-02Update to xmonad-contrib-0.14pho3-815/+17
The list of changes from 0.12 are too long to paste here. See http://hackage.haskell.org/package/xmonad-contrib-0.14/changelog
2020-01-02Update to xmonad-0.14pho4-87/+17
0.14 (July 30, 2018) Bug Fixes * The state file that xmonad uses while restarting itself is now removed after it is processed. This fixes a bug that manifested in several different ways: * Names of old workspaces would be resurrected after a restart * Screen sizes would be wrong after changing monitor configuration (#90) * spawnOnce stopped working (xmonad/xmonad-contrib#155) * Focus did not follow when moving between workspaces (#87) * etc. * Recover old behavior (in 0.12) when focusFollowsMouse == True: the focus follows when the mouse enters another workspace but not moving into any window. * Compiles with GHC 8.4.1 * Restored compatability with GHC version prior to 8.0.1 by removing the dependency on directory version 1.2.3. 0.13 (February 10, 2017) Breaking Changes * When restarting xmonad, resume state is no longer passed to the next process via the command line. Instead, a temporary state file is created and xmonad's state is serialized to that file. * When upgrading to 0.13 from a previous version, the --resume command line option will automatically migrate to a state file. * This fixes issue #12. Enhancements * You can now control which directory xmonad uses for finding your configuration file and which one is used for storing the compiled version of your configuration. In order of preference: * New environment variables. If you want to use these ensure you set the correct environment variable and also create the directory it references: * XMONAD_CONFIG_DIR * XMONAD_CACHE_DIR * XMONAD_DATA_DIR * The ~/.xmonad directory. * XDG Base Directory Specification directories, if they exist: * XDG_CONFIG_HOME/xmonad * XDG_CACHE_HOME/xmonad * XDG_DATA_HOME/xmonad * If none of these directories exist then one will be created using the following logic: If the relevant environment variable mentioned in step (1) above is set, the referent directory will be created and used. Otherwise ~/.xmonad will be created and used. * This fixes a few issues, notably #7 and #56. * A custom build script can be used when xmonad is given the --recompile command line option. If an executable named build exists in the xmonad configuration directory it will be called instead of ghc. It takes one argument, the name of the executable binary it must produce. * This fixes #8. (One of two possible custom build solutions. See the next entry for another solution.) * For users who build their xmonad configuration using tools such as cabal or stack, there is another option for executing xmonad. * Instead of running the xmonad executable directly, arrange to have your login manager run your configuration binary instead. Then, in your binary, use the new launch command instead of xmonad. * This will keep xmonad from using its configuration file checking/compiling code and directly start the window manager without execing any other binary. * See the documentation for the launch function in XMonad.Main for more details. * Fixes #8. (Second way to have a custom build environment for XMonad. See previous entry for another solution.)
2020-01-02xfce4-wm: fix compilation when DEBUG_TRACE is enabledgutteridge2-1/+18
Adding this in case anyone else is inclined to enable DEBUG_TRACE. (No PKGREVISION since this doesn't affect regular builds.)
2020-01-01wm: Add herbstluftwm.nia6-1/+114
Based on work by voidpin and benny in wip, with fixes. herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. Its main features can be described with: - The layout is based on splitting frames into subframes which can be split again or can be filled with windows (similar to i3 or musca) - Tags (or workspaces, or virtual desktops) can be added/removed at runtime. Each tag contains an own layout - Exactly one tag is viewed on each monitor. The tags are monitor independent (similar to xmonad) - It is configured at runtime via IPC calls from herbstclient. So the configuration file is just a script which is run on startup. (Similar to wmii or musca)
2019-12-30mate-netbook: update to mate-netbook 1.22.2gutteridge2-8/+7
Change log: mate-netbook 1.22.2 tx: sync with transifex Use the same variable name for return value than elsewhere Remove cppcheck warnings with better variables scope Remove unused variable declaration in applet.c and task-list.c Add an option to disable the bold face of the window title in applet Make the 'show-home-title' feature work again Fix several compilation warnings Refactor the on_active_window_changed function Remove a runtime error due to event->time sending buggy values Change preference label for the window picker applet, and add a tooltip Cleanup whitespaces
2019-12-30wm/spectrwm: Update to 3.3.0ng05-86/+7
packaged by pin <voidpin@protonmail.com> in pkgsrc-wip Changelog: spectrwm 3.3.0 ============== Released on Dec 19, 2019 * Add new bar text markup sequences for multiple colors/fonts/sections. * Add new `bar_font_pua` option to assign a font (such as an icon font) to the Unicode Private Use Area (U+E000 -> U+F8FF). * Extend `disable_border` option with `always`. * Add support for XDG Base Directory Specification. * Add OpenBSD pledge(2) support. * Enable xinput2 on OpenBSD. * Enable travis. * Fix keysym binding issue with multiple keyboard layouts. * Fix buffer overflow in `bar_strlcat_esc`. * Fix infinite loop due to unsigned integer overflow. * Fix cygwin compile issues. * Fix NetBSD Makefile. * Bunch of statical analyzer fixes. * Bunch of minor fixes.
2019-12-30wm/e16themes: add CONFLICTS and SUPERSEDES entriesgutteridge1-1/+4
2019-12-30wm/Makefile: adjust to renamed E16 packagesgutteridge1-3/+3
2019-12-30wm/e16themes: rename from ethemesgutteridge4-6/+6
Rename to include "16" to make it match the other E16 packages. (These themes are only compatible with wm/enlightenment16, not x11/enlightenment.)
2019-12-30wm/enlightenment16: add CONFLICTS and SUPERSEDES entriesgutteridge1-1/+10
This looks unusual and is incomplete because there were two distinct enlightenment packages in different parts of the tree. This package went from 0.16.x to 1.0.x release numbering, while x11/enlightenment reflects development that continues to use 0.x release numbering. This package isn't intended to conflict with or supersede x11/enlightenment.
2019-12-30wm/enlightenment16: rename enlightenment to enlightenment16gutteridge8-17/+14
Better separate and distinguish between the E16 branch of Enlightenment (which continues to be developed) and newer branches that are packaged as x11/enlightenment. (As discussed on pkgsrc-users earlier this month.)