summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24mate*: remove unintentional linkage against pkgsrc gettext-libsgutteridge2-4/+4
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
2020-08-18*: revbump for libsndfileleot1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot45-76/+90
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot16-30/+32
2020-08-16marco: update to 1.24.1gutteridge2-7/+7
Change log: marco 1.24.1 * update translations * common: window icon (META_DEFAULT_ICON_NAME) is no longer available * workspace: Don't try to use per-workspace MRU lists as a hint for focusing * stack: make meta_window_raise() and meta_window_lower() smarter * compositor: fix possible crash closing/destroying window . Fixes to previous commit. * window: fix crash if workspace is null * workspace-switcher: fix colors of selected workspace when compositing is disabled. * build: silent build warnings for distcheck * Remove unnecessary warnings about visible region * meson: improvements * Guard against null changes introduced by previous commit * Introduce nullpointer checks and return null if validation fails * util: meta_bug raises SIGABRT so it shouldn't return * add meson build files to EXTRA_DIST * remove warning: 'GTimeVal' is deprecated * theme: avoid deprecated g_memmove * frames: don't bother painting the background
2020-08-08i3: Update to 4.18.2nia2-7/+7
┌──────────────────────────────┐ │ Release notes for i3 v4.18.2 │ └──────────────────────────────┘ This is i3 v4.18.2. This version is considered stable. All users of i3 are strongly encouraged to upgrade. This is a bugfix release for v4.18. ┌────────────────────────────┐ │ Bugfixes │ └────────────────────────────┘ • floating_maybe_reassign_ws: only re-focus if previously focused (fixes a focus issue with KDE notifications) • get_output_by_name: guard output->primary with require_active • i3bar: fix Xorg memory leak ┌────────────────────────────┐ │ Thanks! │ └────────────────────────────┘ Thanks for testing, bugfixes, discussions and everything I forgot go out to: Orestis Floros -- Michael Stapelberg, 2020-07-26
2020-07-28wm/frankenwm: simplify Makefilepin1-3/+3
2020-07-28icewm: update homepagebsiegert1-2/+2
The previous homepage is now about hotels in Copenhagen!?
2020-07-23Add wm/frankenwmpin1-1/+2
2020-07-23wm/frankenwm: import packagepin6-0/+112
FrankenWM )."monsterwm's bastard child" or "not the wm your desktop needs, but the one it deserves". FrankenWM is a dynamic tiling WM (comparable to dwm or Awesome), featuring the v-stack, b-stack, grid, fibonacci, dualstack, equal and monocle layouts out of the box. If you want to, you can add gaps between the windows as well. It was once based on monsterwm but has undergone many greater changes including adding pieces from other WMs (hence the name) and porting all sorts of stuff from Xlib to XCB. Many of the original monsterwm patches have been ported as well. All settings must be set at compile time by editing `config.h` and it does not feature a status bar (but supports leaving preconfigured space for one
2020-07-02awesome: gets lua categorynia1-2/+2
2020-07-01wm/2bwm: update to 0.3pin2-9/+9
v0.3 * The latest stable version of 2bwm - Leave the setting of commands to the user - Fix bug related to the ewmh and a fake and useless window - Fix hardcoded values - Add the button action on root window only feature - Add centerpoint to prototype declarations - Fix different pixmap depth issues - Implement _NET_WM_STATE_FULLSCREEN support - Do not account offset when window ask to be maximized - Change in configuration file for maximize - Memory leak fixes - Remove unused name from monitor structure - Remove redundant checks within movelim function - Depracate the use of monitor name v0.2 * removed z3bra's patch, which isn't maintained anymore * added the mention to the 3bwm branch * mentioning new bugs that need to be fixed with ok from youri
2020-06-30notion: Use LUA_VERSIONS_ACCEPTEDnia1-2/+2
2020-06-30awesome: Add LUA_VERSIONS_ACCEPTEDnia1-1/+4
2020-06-28wmii: needs -lm for frexpnia1-1/+3
(presumably not on architectures where this is a compiler intrinsic, or something) bump PKGREVISION
2020-06-25wm/spectrwm: update to 3.4.1pin2-7/+7
spectrwm 3.4.1 Release on Jun 25, 2020 Fix always_raise mapping issue. Fix _NET_CURRENT_DESKTOP should be updated on ws_next_move/ws_prev_move. Fix focus redirect for transient windows that are about to map. Fix manual focus should not be affected by pointer on (un)grab. Add java detection for JetBrains windows. Remove _NET_WM_STATE on withdrawn windows as advised by EWMH spec. Add information to man page about program call execution.
2020-06-18wm/spectrwm: update to 3.4.0pin2-7/+7
spectrwm 3.4.0 Release on Jun 17, 2020 Add optional startup parameters: -c file - Specify a configuration file to load instead of scanning for one. -v - Print version and exit. Add new restart_of_day action. (Unbound by default.) (Same as restart but configuration file is loaded in full.) Improve startup error handling. Fix input focus issues. Fix max layout 'flickering' issue when focus_mode = follow. Fix ws_next_move and ws_prev_move. Fix withdrawn window handling. Fix focus issue when moving transient (and related) windows between workspaces. Fix maximized windows sometimes unmaximize on workspace switch. Fix SIGHUP restart. Fix transient window crossing issue on focus/swap next/prev actions. Fix border color issue when clicking to focus a window on an unfocused region. Fix keyboard_mapping fallback issue. Fix width calculation of Xft glyphs. (Fixes the (dis)appearing space when switching workspaces.) Increase bar hard limits to better accomodate complex markup sequences. Add workaround to man page for OSs ignoring LD_PRELOAD. Add some notes to man page and fix a warning. Add missing options to example spectrwm.conf. Update spectrwm_fr.conf linux: Add example baraction.sh script. linux: Accept user-provided pkg-config command. linux: Install examples.
2020-06-16blackbox70: update to 0.76gutteridge3-7/+24
This is a minor maintenance release. The only significant changes for non-developers are bug fixes that correct interactions with the pop-up windows of particular applications, and also fix startup notifications. While updating this package, I've fixed SunOS builds as well. Upstream change log: post-release update better cscope and MDOCDATE handling fixups for -Wextra compile unset DESKTOP_STARTUP_ID in environment update po files update release files
2020-06-15twm: update to 1.0.11.wiz2-9/+9
Alan Coopersmith (5): When replacing a colormap, free old map, not new one If we can't find a colormap to replace, insert new one instead of leaking it Update README for gitlab migration Update configure.ac bug URL for gitlab migration Make some char pointers const as necessary to clear some gcc warnings Bryan Kadzban (1): Read system.twmrc from where it got installed Matt Turner (2): Build xz tarballs instead of bzip2 twm 1.0.11 Maya Rashish (1): Correct system.twmrc location. Thomas E. Dickey (22): issue 7: check if there are no fonts found for the fontset, and fallback to fixed in that case. fix gcc-normal compiler warnings, no object change cleanup manual page, using check-manpage (xterm) ignore LOGS generated in test-builds gcc-stricter warnings, no object change constify deftwmrc[], to fix gcc-stricter warnings fix const-warnings in grammar using a non-const initializer fix const-warnings by making a copy of the data gcc-stricter warnings, no object change constify deftwmrc[], to fix gcc-stricter warnings fix const-warnings in grammar using a non-const initializer fix const-warnings by making a copy of the data issue 4: twm makes windows too wide caddr_t used to be used in X code before XPointer was established; it's obsolete and less portable bump minor version to reflect issues #4 and #7 issue 2: twm doesn't handle RandR screen size changes bump minor version for issue #2 Formatted most of the C files using "twm-indent", part of cindent at Formatted most of the C files using "twm-indent", part of cindent at whitespace-fixes strict gcc-warning fixes, no object-change an error in the action for warp-to-ring would produce two error messages
2020-06-14trayer: needs bash toolnia1-2/+2
2020-06-13trayer: Update to 1.1.8nia2-16/+15
1.1.8 * Replace depricated gdk functions * Fix position update on screen configuration change 1.1.7 * Library cleanup * Icon Spacing
2020-06-09herbstluftwm: Update to 0.8.3nia2-7/+7
Release 0.8.3 on 2020-06-06 --------------------------- * Bug fixes: - Fix race condition in focus_follows_mouse handling
2020-06-05*: Apply revbump for graphics/giflib API change.jperkin6-11/+12
2020-06-04wmii: Assign MAINTAINERship to Rares Aioaneileot1-2/+2
Patch provided by Rares via PR pkg/55345, thanks for the patch and for stepping up to maintain it!
2020-06-02wm/obconf-qt: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02Revbump for icuadam14-27/+28
2020-06-01wm/obconf-qt: update to 0.15.0pin3-11/+14
obconf-qt-0.15.0 / 2020-04-24 ============================= * Bumped version to 0.15.0. * Avoid char raw strings literals memory allocations. * Don't use automatic string conversions. * Removed (duplicated) string casts definitions. * Fixed the instllation message in archive_install().
2020-05-23wm/fvwm: remove unknown configure optionrillig1-3/+1
2020-05-21*: Recursive revbump from graphics/ilmbaseryoon1-2/+2
2020-05-20wm: Remove amaterusnia7-100/+1
PR pkg/55275
2020-05-17herbstluftwm: Update to 0.8.2nia6-92/+26
Release 0.8.2 on 2020-05-04 --------------------------- * Selection of empty frames by the mouse (by click or by hover if focus_follows_mouse is enabled) * The commands 'close_and_remove' / 'close_or_remove' act like 'close' for floating clients * The decoration window allows focusing, moving, and resizing the client via the mouse (as known from standard floating window managers) * Improved herbstclient tab completion for the fish shell * Bug fixes: - Fix a crash in the error handler when a invalid monitor name is passed. (Affects list_padding move_monitor rename_monitor lock_tag unlock_tag) - Fix the type of WM_STATE - The client attributes sizehints_tiling and sizehints_floating are now writable - Fix EWMH urgency change for clients without WM hints set - Fix the exit code of the 'focus' command Release 0.8.1 on 2020-04-21 --------------------------- * the frame index 'e' refers to the first empty frame (e.g. 'rule index=e' places new windows in empty frames, if possible) * new setting 'hide_covered_windows' to improve the appearance when used with a compositor. * resize floating windows with the same command ('resize') as in tiling mode and thus the same keybindings as in tiling mode. Therefore, the 'fractiondelta' parameter to the 'resize' command is now optional. * keybind now checks that the bound command exists. * cycle_all (Alt-Tab) now also traverses floating clients * new setting 'auto_detect_panels' controlling the panel detection algorithm. * improved herbstclient tab completion for the fish shell * Bug fixes: - Handle the regular expression "" correctly, since the grammar of extended regular expressions does not allow "". - Error handling for the lack of xrandr - Fixes to make it compile on other systems and architecture Release 0.8.0 on 2020-04-09 --------------------------- * single window floating (every client has an attribute 'floating' which can be set at run time and via the rule consequence 'floating=on') * monitor detection via xrandr * detection of external panels * new command: apply_rules * new command: export (convenience wrapper around setenv) * new client attribute: keys_inactive (negation of keymask) * new command: drag (initiates moving/resizing a window by mouse) * if tags have been configured through EWMH before herbstluftwm starts (from a previous running window manager), then herbstluftwm re-uses these tags (start with --no-tag-import to disable this) * The build system is now cmake. See the INSTALL file if you need to compile herbstluftwm yourself. * the 'remove' command now tries to preserve the focus and the client arrangement. Intuitively speaking, 'remove' is undoing a frame split. * Many boolean style settings were formerly of type int. Now, these are boolean settings. * The 'toggle' command only works for boolean settings. For the former behavior for int-typed settings, use 'cycle_value'. * Writing '%%' in the 'sprintf' format string now gives a literate '%', just as printf. Formerly it stayed '%%'. * The 'keybind' command now accepts all valid key symbols, even if they are not present on the current keyboard layout at the time of setup. * the rules are also applied to those clients that change their WM_CLASS after being shown already. * 'detect_monitors' has an additional '--list-all' parameter * do not change the focus (for focus_follows_mouse=1) when an unmanaged dialog (e.g. a rofi menu or a notification) closes. * list_rules now prints regex-based rule conditions with '~' instead of '=' * new attributes on every monitor for pad_up pad_down pad_left pad_right * new flag --exit-on-xerror (to be used in automated testing only) * Formerly, double dots in object paths were allowed (similar to double slashes in file paths in unix). Right now, they are only allowed at the end (which is necessary for the tab-completion of attr): - +monitors+ is valid - +monitors.+ is valid - +monitors..+ is valid - +monitors.by-name.+ is valid - +monitors..by-name.+ is *invalid*
2020-05-14Explicitly narrow initializers.joerg3-1/+58
2020-05-14Needs libXcompositejoerg1-1/+2
2020-05-13xfce4-wm: update to 4.14.2gutteridge2-7/+7
Change log: 4.14.2 ====== - Prefer GLX on AMD (Bug #16716) - Fix compositor without required X11 extensions (Bug #16713) - Fix window decorations without XRender extension (Bug #16713) - Avoid grabbing the keyboard with Alt-Tab to work around a bug in Qt with XInput2 valuators (Bug #16708) - Automatically update window title fonts on scale change - Fix a regression with title font size at scale 2 (Bug #16711) - Fix an X error with XShape (Bug #16383) - I18n: Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is, it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq, sv, th, ug, ur, ur_PK, zh_CN, zh_HK
2020-05-12wm/sawfish: fix pkglint warning about categoriesnikita1-2/+2
2020-05-10wm/sawfish: fix location of main.jl.inrillig1-3/+4
2020-05-06revbump after boost updateadam1-2/+2
2020-05-02wm/windowmaker: remove WindowMaker.in from SUBST_FILESrillig1-2/+1
That file does not contain the paths that are fixed.
2020-04-30wmx: Remove editor backup file.wiz1-31/+0
2020-04-29fvwm: g/c unused variablegutteridge1-2/+2
2020-04-28i3: update to 4.18.1.wiz2-8/+7
• Move parent nodes in scratchpad correctly • i3bar: Call cont_child() more liberally • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent • Fix SEGFAULT when i3bar receives invalid input • Revert "floating_reposition: avoid extra tree_render" • Call tree_render if floating move changes workspace • Update EWMH properties on workspace move • cmd_focus_sibling: Fix crash on workspace level
2020-04-28wm/wmx-gnome: Update to Version 8.nikita1-4/+1
2020-04-28wm/wmx: Update to Version 8nikita17-145/+124
2020-04-25wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDSnikita2-5/+5
2020-04-25xfce4-wm: update MASTER_SITESgutteridge1-3/+3
2020-04-25wm/fvwm: Add doc keyword for optionally not generating the fvwm.1 pagenikita3-12/+18
2020-04-25wm/fvwm: enable xft2, xcursor and xrender support by defaultnikita2-5/+4
2020-04-25wm/fvwm: Add todo notes after feedback from usernikita1-1/+4
2020-04-22wm/sowmpin1-2/+2
Update maintainer e-mail
2020-04-20windowmaker: fix pkg-config filesadam3-19/+8