summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26wm: Replace RMD160 checksums with BLAKE2s checksumsnia106-232/+232
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-21*: Revbump for protobuf-3.18.0kim1-2/+2
Fix for: Shared object "libprotobuf.so.28" not found
2021-10-07wm: Remove SHA1 hashes for distfilesnia106-232/+106
2021-10-03blackbox: take maintainershipgutteridge1-2/+2
2021-10-01swc: mark unsupported with MKPIE for nownia1-1/+4
2021-09-30wm/shod: update to 2.1.4pin4-27/+31
shod has seen a major re-write and upstream has decided to provide a new release version numbering. Versions up to 0.5.0 are now archived in a different repository.
2021-09-29revbump for boost-libsadam1-2/+2
2021-09-17qvwm: add missing libraries for the SunOS linkernia1-1/+3
2021-09-14i3: add missing bash build dependencywiz1-2/+2
2021-09-12i3: avoid posix_fallocate on NetBSDnia3-5/+16
2021-09-12i3: update to 4.19.2nia9-118/+80
┌────────────────────────────┐ │ Changes in i3 v4.19 │ └────────────────────────────┘ • userguide: explain button6 and button7 (scroll wheel right/left) • ipc: always include the marks property (even if empty) • ipc: introduce GET_BINDING_STATE command • ipc: clarify workspace name field semantics • ipc: document parse_error COMMAND reply field • i3bar: launch using exec to avoid leaving useless shell process • i3bar: make dock client order deterministic (sorted by class/instance) as a side effect, i3bars without an explicit bar-id will be sorted according to their definition order in the config file • i3bar: update config when necessary (reduces redraws on bar mode changes) • i3bar: add coordinates relative to the current output in i3bar click events • i3bar: add “nonprimary” output option • i3bar: set WM_CLASS instance to bar id • i3-input: add different exit codes for when i3-input fails • i3-dmenu-desktop: Support symlinks in search path • pod2html: render without stylesheet by default • introduce “tiling_from” and ”floating_from” criteria • mention rofi in default config file • allow ppt values in move direction and move position commands • allow matching on empty properties like class, title, etc.
2021-08-30Add shodpin1-1/+2
2021-08-30wm/shod: import packagepin4-0/+56
Shod is an hybrid (tiling and floating) multimonitor X11 window manager. Shod sets no keybindings; reads no configuration other than X resources; and works only via mouse with a given key modifier (Alt by default), and by responding to client messages with EWMH hints (so you must use wmctrl to control shod). NOTE: shod provides no keybindings, use sxhkd for binding keys. WARNING: Shod is attempt of mine to write a Wm and better understand how X11 works, Shod is only meant for me for educational purposes. Shod is an experimental project, and should be used with caution.
2021-08-20fvwm3: update to 1.0.4nia3-33/+28
# Changelog ## [1.0.4](https://github.com/fvwmorg/fvwm3/tree/1.0.4) (2021-07-17) [Full Changelog](https://github.com/fvwmorg/fvwm3/compare/1.0.3...1.0.4) **Breaking changes:** - Deprecate Label for FvwmPager [\#342](https://github.com/fvwmorg/fvwm3/issues/342) - Extend \*FvwmIconMan:Resolution to include specific Desktop / Pager [\#455](https://github.com/fvwmorg/fvwm3/issues/455) - Replace libbson with cJSON [\#408](https://github.com/fvwmorg/fvwm3/issues/408) - FvwmButtons: Shrink windows when honoring Hints. [\#577](https://github.com/fvwmorg/fvwm3/pull/577) ([somiaj](https://github.com/somiaj)) - Replace libbson with cJSON [\#571](https://github.com/fvwmorg/fvwm3/pull/571) ([ThomasAdam](https://github.com/ThomasAdam)) - Add commands to configure the size/position window. [\#558](https://github.com/fvwmorg/fvwm3/pull/558) ([ThomasAdam](https://github.com/ThomasAdam)) - Retire FvwmTile and FvwmCascade wrappers. [\#515](https://github.com/fvwmorg/fvwm3/pull/515) ([somiaj](https://github.com/somiaj)) **Implemented enhancements:** - Set min. size for windows shown in pager [\#542](https://github.com/fvwmorg/fvwm3/issues/542) - Moving windows: allow for "warping" to other windows in a given direction [\#540](https://github.com/fvwmorg/fvwm3/issues/540) - Update monitor struct to know if monintor edges are OUTSIDE\_EDGE or INSIDE\_EDGE [\#523](https://github.com/fvwmorg/fvwm3/issues/523) - Two issues with the WindowList [\#151](https://github.com/fvwmorg/fvwm3/issues/151) - Feature Request: Enable using the 'c' unit with the "MinWindowSize" and "MaxWindowSize" styles [\#145](https://github.com/fvwmorg/fvwm3/issues/145) - Allow per monitor EdgeCommand and EdgeLeaveCommand [\#582](https://github.com/fvwmorg/fvwm3/pull/582) ([somiaj](https://github.com/somiaj)) - expand: add prev\_{desk,pagex,pagey} [\#579](https://github.com/fvwmorg/fvwm3/pull/579) ([ThomasAdam](https://github.com/ThomasAdam)) - Improve translations [\#568](https://github.com/fvwmorg/fvwm3/pull/568) ([somiaj](https://github.com/somiaj)) - Cleanup SetRCDefaults\(\) [\#567](https://github.com/fvwmorg/fvwm3/pull/567) ([somiaj](https://github.com/somiaj)) - Add local configuration file to the default-config. [\#557](https://github.com/fvwmorg/fvwm3/pull/557) ([somiaj](https://github.com/somiaj)) - Add icon for Run Command. [\#552](https://github.com/fvwmorg/fvwm3/pull/552) ([somiaj](https://github.com/somiaj)) - Add command: Move shuffle \[flags\] direction\(s\) [\#550](https://github.com/fvwmorg/fvwm3/pull/550) ([somiaj](https://github.com/somiaj)) - expand: add desk, pagex, pagey variables [\#539](https://github.com/fvwmorg/fvwm3/pull/539) ([ThomasAdam](https://github.com/ThomasAdam)) - Add a screen option to the Scroll command. [\#531](https://github.com/fvwmorg/fvwm3/pull/531) ([ThomasAdam](https://github.com/ThomasAdam)) - RandR: support RandRFunc for screen changes [\#525](https://github.com/fvwmorg/fvwm3/pull/525) ([ThomasAdam](https://github.com/ThomasAdam)) **Fixed bugs:** - Pager do not show smalls windows in the correct place when snapped to the edge [\#541](https://github.com/fvwmorg/fvwm3/issues/541) - EwmhBaseStruts glitch when using screen with different resolutions [\#66](https://github.com/fvwmorg/fvwm3/issues/66) - Fvwm segfaults parsing module configuration [\#575](https://github.com/fvwmorg/fvwm3/issues/575) - Swallowing FvwmPager inside FvwmButtons breaks resizing FvwmButtons when aspect ratio resizing is used [\#573](https://github.com/fvwmorg/fvwm3/issues/573) - Move X Y Warp doesn't move pointer to window. [\#551](https://github.com/fvwmorg/fvwm3/issues/551) - Maximize fullscreen command does not clear \_NET\_WM\_STATE\_FULLSCREEN when exiting fullscreen [\#545](https://github.com/fvwmorg/fvwm3/issues/545) - EdgeLeaveCommand don't work or need a page change to work [\#543](https://github.com/fvwmorg/fvwm3/issues/543) - FvwmPager Icon view fix background color. [\#537](https://github.com/fvwmorg/fvwm3/issues/537) - FvwmPager with bad aspect ratio on dual-head display [\#522](https://github.com/fvwmorg/fvwm3/issues/522) - AnimatedMove [\#513](https://github.com/fvwmorg/fvwm3/issues/513) - Spelling errors found by lintian. [\#511](https://github.com/fvwmorg/fvwm3/issues/511) - SnapAttraction: take into account individual monitors [\#466](https://github.com/fvwmorg/fvwm3/issues/466) - FvwmPager not taking into account global screen dimensions when configured with DeskTopScale [\#223](https://github.com/fvwmorg/fvwm3/issues/223) - FvwmPager: moving windows inside FvwmPager is inconsistent [\#198](https://github.com/fvwmorg/fvwm3/issues/198) - Add force\_icons\_size kludge to .stalonetrayrc. [\#581](https://github.com/fvwmorg/fvwm3/pull/581) ([somiaj](https://github.com/somiaj)) - Fix pass through binding logic. [\#570](https://github.com/fvwmorg/fvwm3/pull/570) ([somiaj](https://github.com/somiaj)) - Make default-config greyed colorset grey. [\#566](https://github.com/fvwmorg/fvwm3/pull/566) ([somiaj](https://github.com/somiaj)) - Cleanup FvwmScript manual page. [\#565](https://github.com/fvwmorg/fvwm3/pull/565) ([somiaj](https://github.com/somiaj)) - GNOME: remove DO\_IGNORE\_GNOME\_HINTS [\#556](https://github.com/fvwmorg/fvwm3/pull/556) ([lgsobalvarro](https://github.com/lgsobalvarro)) - Unmaximize: restore \_NET\_WM\_STATE [\#546](https://github.com/fvwmorg/fvwm3/pull/546) ([ThomasAdam](https://github.com/ThomasAdam)) - Fix compiler warnings in modules/FvwmScript/Instructions.c [\#544](https://github.com/fvwmorg/fvwm3/pull/544) ([pm215](https://github.com/pm215)) - Rework FvwmPager to move windows easier [\#536](https://github.com/fvwmorg/fvwm3/pull/536) ([ThomasAdam](https://github.com/ThomasAdam)) - Move: disable working area when screen given [\#535](https://github.com/fvwmorg/fvwm3/pull/535) ([ThomasAdam](https://github.com/ThomasAdam)) - Make RightPanel use primary monitor dimensions. [\#530](https://github.com/fvwmorg/fvwm3/pull/530) ([somiaj](https://github.com/somiaj)) - Set base struts only for primary monitor in default-config. [\#528](https://github.com/fvwmorg/fvwm3/pull/528) ([somiaj](https://github.com/somiaj)) - Change FvwmPager Logic for initial window size. [\#527](https://github.com/fvwmorg/fvwm3/pull/527) ([somiaj](https://github.com/somiaj)) - EWMH\_GetWorkArea use monitor dimensions. [\#526](https://github.com/fvwmorg/fvwm3/pull/526) ([somiaj](https://github.com/somiaj)) - Make SnapAttraction snap to edges of all monitors. [\#521](https://github.com/fvwmorg/fvwm3/pull/521) ([somiaj](https://github.com/somiaj)) - Update FvwmCommand to allow multiple args. [\#514](https://github.com/fvwmorg/fvwm3/pull/514) ([somiaj](https://github.com/somiaj)) **Merged pull requests:** - Extend FvwmIconMan Resolution configuration. [\#561](https://github.com/fvwmorg/fvwm3/pull/561) ([somiaj](https://github.com/somiaj)) - Allow Min/Max WindowSize style to use client size [\#560](https://github.com/fvwmorg/fvwm3/pull/560) ([somiaj](https://github.com/somiaj)) - Add more columns to default-config menu ItemFormat. [\#559](https://github.com/fvwmorg/fvwm3/pull/559) ([somiaj](https://github.com/somiaj)) - Fix broken link. [\#529](https://github.com/fvwmorg/fvwm3/pull/529) ([somiaj](https://github.com/somiaj)) - Spelling error fixes. [\#512](https://github.com/fvwmorg/fvwm3/pull/512) ([somiaj](https://github.com/somiaj)) - Working on 1.0.4 [\#509](https://github.com/fvwmorg/fvwm3/pull/509) ([ThomasAdam](https://github.com/ThomasAdam)) - module expand: don't overwrite previous expansion [\#576](https://github.com/fvwmorg/fvwm3/pull/576) ([ThomasAdam](https://github.com/ThomasAdam)) - conditional: fix whitespace/comma parsing [\#572](https://github.com/fvwmorg/fvwm3/pull/572) ([ThomasAdam](https://github.com/ThomasAdam)) - Configure a colorset for XDGMenu options. [\#564](https://github.com/fvwmorg/fvwm3/pull/564) ([somiaj](https://github.com/somiaj)) - Menu: add option to grey entries out [\#563](https://github.com/fvwmorg/fvwm3/pull/563) ([ThomasAdam](https://github.com/ThomasAdam)) - Remove \*FvwmPager: Label configuration option. [\#562](https://github.com/fvwmorg/fvwm3/pull/562) ([somiaj](https://github.com/somiaj)) - move: Warp: move pointer to centre of window [\#553](https://github.com/fvwmorg/fvwm3/pull/553) ([ThomasAdam](https://github.com/ThomasAdam)) - FvwmPager: Improvments with dealing with tiny windows on tiny pagers. [\#548](https://github.com/fvwmorg/fvwm3/pull/548) ([somiaj](https://github.com/somiaj)) - PanFrame improvements [\#547](https://github.com/fvwmorg/fvwm3/pull/547) ([ThomasAdam](https://github.com/ThomasAdam)) - pager: teach Icon view about colorsets [\#538](https://github.com/fvwmorg/fvwm3/pull/538) ([ThomasAdam](https://github.com/ThomasAdam)) - placement: fix mouse positioning [\#533](https://github.com/fvwmorg/fvwm3/pull/533) ([ThomasAdam](https://github.com/ThomasAdam)) - EdgeScroll: a few improvements [\#524](https://github.com/fvwmorg/fvwm3/pull/524) ([ThomasAdam](https://github.com/ThomasAdam)) - Update manual for Echo/EchoFuncDefinition [\#520](https://github.com/fvwmorg/fvwm3/pull/520) ([somiaj](https://github.com/somiaj)) - release: remove dev-docs from release tarball [\#518](https://github.com/fvwmorg/fvwm3/pull/518) ([ThomasAdam](https://github.com/ThomasAdam)) - configure: remove stale references to BUGADDR [\#517](https://github.com/fvwmorg/fvwm3/pull/517) ([ThomasAdam](https://github.com/ThomasAdam)) - Configuration tweaks [\#516](https://github.com/fvwmorg/fvwm3/pull/516) ([ThomasAdam](https://github.com/ThomasAdam)) - build: add CHANGELOG.md to dist [\#510](https://github.com/fvwmorg/fvwm3/pull/510) ([ThomasAdam](https://github.com/ThomasAdam))
2021-08-12afterstep: remove patch that was removed from distinfo during 2.2.12 updatewiz1-15/+0
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-2/+2
2021-07-21Bump PKGREVISION for affected packages by changing default Ruby's version.taca2-4/+4
2021-07-13amiwm: update to 0.21pl2nia7-102/+12
"New features include internationalization (support for locales with multi-byte character encodings) and support for AmigaOS 3.5 style icons."
2021-07-11Update afterstep to 2.2.12 (released in 2013, lol).bsiegert24-520/+510
version 2.2.12 release * Session Management. AfterStep will utilize gnome-session for session management if available. Several things needs to be manually adjusted for full functionality : 1) go over list of autostart application files in /etc/xdg/autostart and for those that you want started and have line OnlyShowIn= - add AfterStep to the list of environments. One example is gnome-keyring* stuff - by default it is only enabled in GNOME session. 2) if session takes a long time to close after Logout dialog was shown - most likely culprit is the pulseaudio. You may need to get rid of it and switch to more standard and stable ALSA. 3) It is recommended to uninstall zeitgeist daemon since its useless under AfterStep anyway but wastes resources with its snooping activity. 4) gnome-session will save any app that support session mamgement at the end of the session to be restarted the next time. Unless you run UBUNTU in which case this functionality my be disabled in stock gnome-session. If you want it back, then it is recommended that you build your own gnome-session from sources. On the other hand if you do not want this functionality, again, get gnome-session source and comment out contents of maybe_load_saved_session_apps() function in gnome-session/gsm-session-fill.c. 5) If you find that your GTK apps look butt-ugly - its probably because gconfd is not running. It is normally started by gnome-session, but bastardised version of it that comes with Ubuntu does not do it for some reason. * More Useless packages : ubuntu-desktop deja-dup
2021-07-11marco: apply an upstream fix for responsiveness issuesgutteridge3-2/+41
2021-07-03mutter: Update wm/mutter to 40.2cirnatdan2-7/+7
40.2 ==== * Fix mouse position in remote desktop with fractional scaling [Pascal; !1867] * Fix fd leak [Carlos; !1875] * Disable KMS modifiers on radeon driver [Carlos; !1872] * Fix adding virtual monitor to physical session [Jonas; !1891] * Unbreak press-drag-release to pop up and select right click menus [Carlos; !1885] * Fix VKMS detection [Jonas; !1892] * Misc. bug fixes [Jonas, Daniel, Florian; !1876, !1873, !1890, !1884] Contributors: Jonas Ådahl, Carlos Garnacho, Florian Müllner, Pascal Nowack, Daniel van Vugt Translators: Pawan Chitrakar [ne], Charles Monzat [fr]
2021-06-11blackbox: bump PKGREVISION for previous changegutteridge1-1/+2
This, of course, results in a different shell path in some environments, which is the whole point.
2021-06-11blackbox: use REPLACE_SH instead of hard-coding an interpretergutteridge3-13/+4
2021-06-11blackbox: add buildlink3.mk missed in migration from blackbox70gutteridge1-0/+21
2021-06-11blackbox: adjust options.mk to current package namegutteridge1-2/+11
2021-06-10blackbox: add options.mk missed in migration from blackbox70gutteridge1-0/+27
2021-06-10Make wm/blackbox the latest version, remove weird versioned packagesnia58-701/+172
concept ok'd by gutteridge
2021-06-08blackbox70: update to 0.77 (a minor maintenance release)gutteridge3-24/+7
Upstream change log: Brian Bidulock <bidulock@openss7.org> (9): post-release update improvements to maintenance scripts document compliance wider Merge pull request #31 from dhgutteridge/master update for autoconf 2.71 update release notes update release files Merge branch 'master' of github.com:bbidulock/blackboxwm update release files David H. Gutteridge <dhgutteridge@users.noreply.github.com> (1): EWMH.cc needs cstdlib to compile on some OSes
2021-06-03mutter: Update wm/mutter to 40.1cirnatdan7-262/+380
40.1 ==== * Prevent clients from pasting old selection data [Carlos; !1772] * Fix forward_key IM functionality on wayland [Takao; !1802] * Ensure valid window texture size after viewport changes [Robert; !1799] * Only update cached paint volumes when necessary [Jonas D.; !1773, !1829] * Only disable KMS modifiers for drivers with known problems [Jonas Å; !1792] * Fix X11 client resize during moves [Olivier; !1777] * Fix performance drop during night light transition with Nvidia [Aaron; !1816] * kms: Don't add common modes that exceed the max bandwidth [Jonas Å.; !1834] * Create virtual input devices on demand [Jonas Å; !1800, !1858] * Fix wrong night light gamma when leaving power saving [Jonas Å.; !1835] * Fix picking edge case [Sebastian; !1842] * Properly tear down things when shutting down [Jonas Å.; !1822, !1856, !1853] * Fix monitor screencasting with fractional scaling [kirbykevinson; !1855] * Fixed crash [Carlos; !1849] * Plugged memory leak [Carlos; !1839] * Misc. bug fixes and cleanups [Carlos, Daniel, Jonas D., Jonas Å., Robert, Aleksandr, Florian, Michel, Sebastian, Olivier; !1785, !1798, !1784, !1791, !1801, !1807, !1786, !1793, !1804, !1820, !1824, !1819, !1803, !1821, !1806, !1814, !1831, !1832, !1836, !1843, !1740, !1841, !1827, !1844, !1852, !1850, !1851] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Takao Fujiwara, Carlos Garnacho, Sebastian Keller, kirbykevinson, Robert Mader, Aleksandr Mezin, Florian Müllner, Aaron Plattner, Daniel van Vugt Translators: Bruce Cowan [en_GB], Ngọc Quân Trần [vi], Marek Černocký [cs], Dz Chen [zh_CN], Yosef Or Boczko [he], Nathan Follens [nl], Yuri Chornoivan [uk], Jordi Mas [ca], Piotr Drąg [pl], Tim Sabsch [de], Luna Jernberg [sv], Hugo Carvalho [pt], Rafael Fontenelle [pt_BR], Asier Sarasua Garmendia [eu], Quentin PAGÈS [oc], Matej Urbančič [sl] 40.0 ==== * xwayland: Check permissions on /tmp/.X11-unix [Olivier; !1787] Contributors: Olivier Fourdan Translators: Hugo Carvalho [pt], Tim Sabsch [de], Daniel Mustieles [es], Matej Urbančič [sl], Марко Костић [sr], Fran Dieguez [gl] 40.rc ===== * Fix keyboard input from remote desktop in Xorg session [Pascal; !1732] * Fix restoring focus to windows using globally active input [Olivier; !1716] * Expose unaccalerated touchpad gesture deltas [Alexander; !1353] * Avoid relayout on text attribute changes when possible [Jonas D.; !1750] * Add remote desktop caps- and num-lock state properties [Jonas Å.; !1739] * Improve refresh rate calculation [Akihiko; !1737] * Implement presentation-time protocol [Ivan; !1484] * Disable double-buffered shadow buffering [Jonas Å.; !1724] * Fix missing cursor on tablet devices [Jonas D.; !1758] * Fix frame timings causing X11 clients to get stuck [Jonas Å.; !1754] * Fix applying input settings on X11 [Marco, Suryashankar; !1769, !1767] * Add headless native backend [Jonas Å.; !1698] * Fix high latency and stalls with proprietary nvidia driver [Daniel; !1726] * Fix maximized windows not reacting to strut changes [Aleksandr; !1755] * Only start XWayland on demand when running under systemd [Benjamin; !1771] * Sync LEDs when a new input device is added [Olivier; !1662] * Fix order in which subsurface placement operations are handled [Robert; !1768] * Fixed crashes [Jonas Å., Sebastian; !1745, !1747, !1759, !1748, !1776, !1775] * Plugged leaks [Philip, Sebastian; !1738, !1728] * Misc. bug fixes and cleanups [Jonas Å., Jonas D., Ivan, Florian, Marco, Robert; !1688, !1744, !1736, !1749, !1752, !1753, !427, !1757, !1751, !1760, !1765, !1770, !1763, !1774, !1780, !1779, !1783] Contributors: Jonas Ådahl, Benjamin Berg, Suryashankar Das, Jonas Dreßler, Olivier Fourdan, Sebastian Keller, Robert Mader, Aleksandr Mezin, Alexander Mikhaylenko, Ivan Molodetskikh, Florian Müllner, Pascal Nowack, Akihiko Odaki, Marco Trevisan (Treviño), Daniel van Vugt, Philip Withnall Translators: Fran Dieguez [gl], Asier Sarasua Garmendia [eu], Claude Paroz [fr], Piotr Drąg [pl], Hugo Carvalho [pt], Jordi Mas [ca], Fabio Tomat [fur], Yuri Chornoivan [uk], Enrico Nicoletto [pt_BR], Emin Tufan Çetin [tr], Daniel Șerbănescu [ro], Marek Černocký [cs], Balázs Úr [hu], Aurimas Černius [lt], Kukuh Syafaat [id], A S Alam [pa], Anders Jonsson [sv], Milo Casagrande [it], Gwan-gyeong Mun [ko] 40.beta ======= * Consider clients without mapped windows for xwayland auto-shutdown [Olivier; !1671] * Let compositor to handle super+scroll events [Florian; !1674, !1695] * Default to starting Xwayland on demand [Olivier; !1673] * xwayland: Restore abstract socket support [James, Olivier; !1669] * Add support for atomic mode setting [Jonas Å.; !1488] * Fix clip region glitches when using fractional scaling [Daniel; !1554] * Default to horizontal workspace layout [Georges, Florian; !1684, !1706] * Do not ping unmanaging windows [Florian; gnome-shell#2467] * Handle monitor changes during screencasts [Jonas Å.; !1691] * Fix unexpected jumps after restoring misbehaving clients [Jonas Å.; !1445] * Fix newly opened X11 windows being invisible in overview [Olivier; !1678] * Fix viewport of offscreen effects [Daniel; !1053] * Fix drag cancel animation when using geometry scaling [Robert; !1683] * Improve touch-mode heuristics [Carlos; !1710] * Integrate clipboard with remote desktop sessions [Jonas Å.; !1552] * Fix stuck icon in DND operation between X11 and wayland [Carlos; !1720] * Automatically synchronize pointer position after modal grabs [Carlos; !1659] * Reimplement support for CLUTTER_SHOW_FPS [Daniel; !154] * Only pick on events that may move the pointer [Jonas D.; !1729, !1733] * Emit discrete scroll events for accumulated smooth events in virtual X11 devices [Pascal; !1727] * Add support for rounded clipping when drawing background [Jonas D.; !1717] * Plugged memory leaks [Sebastian; !1307, !1699] * Fixed crashes [Carlos, Thomas, Jonas Å., Olivier; !1677, !1685, !1692, !1719, !1718, !1735] * Misc. bug fixes and cleanups [Jonas Å., Carlos, Olivier, Sebastian, Björn, Jonas D., Ivan, Georges, Dor, Michel, Robert; !1670, !1679, !1680, !1682, !1681, !1661, !1689, !1690, !1693, !1514, !1696, !1697, !1708, !1709, !1707, !1701, !1702, !1715, !1725, !1734, !1512] Contributors: Jonas Ådahl, Dor Askayo, Björn Daase, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, James Henstridge, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Thomas Mühlbacher, Florian Müllner, Georges Basile Stavracas Neto, Pascal Nowack, Daniel van Vugt Translators: Марко Костић [sr], Jordi Mas [ca], Yuri Chornoivan [uk], Daniel Șerbănescu [ro], Hugo Carvalho [pt], Fran Dieguez [gl], Matej Urbančič [sl], Marek Černocký [cs], Rafael Fontenelle [pt_BR], Philipp Kiemle [de], A S Alam [pa], Balázs Úr [hu], Anders Jonsson [sv], Daniel Mustieles [es], Emin Tufan Çetin [tr], Kukuh Syafaat [id], Aurimas Černius [lt] 40.alpha.1.1 ============ * Adapt to settings moving to gsettings-desktop-schemas [Carlos; !1416] * Misc. bug fixes and cleanups [Georges; !1667] Contributors: Carlos Garnacho, Georges Basile Stavracas Neto 40.alpha.1 ========== * Base ClutterEffects on ClutterPaintNodes [Georges; !1340, !1355] * xwayland: Set xrandr primary output [Aleksandr; !1558] * Add paint node based blur support [Georges; !1627, !1646] * Disable CRTCs if there is no monitor [Kai-Heng; !1561] * Fix updates of mipmapped animated backgrounds [Daniel; !1664] * Allow remote desktop clients to specify scroll source [Pascal; !1636] * Support the color transform matrix RandR property on X11 [Aaron; !1048] * Plugged memory leaks [Jonas D.; !1632] * Fixed crashes [Jonas Å., Olivier, Carlos; !1557, !1648, !1643, !1654, !1663] * Misc. bug fixes and cleanups [Olivier, Niels, Carlos, Jonas Å., Florian, Jonas D., Daniel, Georges, Michel, Sebastian, Marc-Antoine; !1621, !1622, !1624, !1623, !1625, !1626, !1630, !1631, !1576, !1635, !1640, !1642, !1639, !1644, !1637, !1615, !1647, !1633, !1634, !1651, !1652, !1657, !1660, !1658, !1665, !1649, !1668, !1655] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Kai-Heng Feng, Olivier Fourdan, Carlos Garnacho, Niels De Graef, Sebastian Keller, Aleksandr Mezin, Florian Müllner, Georges Basile Stavracas Neto, Pascal Nowack, Marc-Antoine Perennou, Aaron Plattner, Daniel van Vugt Translators: Kjartan Maraas [nb], Juliano de Souza Camargo [pt], Florentina Mușat [ro], Daniel Mustieles [es], Jordi Mas i Hernandez [ca], Fabio Tomat [fur], Philipp Kiemle [de], Asier Sarasua Garmendia [eu], Aurimas Černius [lt], Fran Dieguez [gl], Hugo Carvalho [pt], Matej Urbančič [sl] 40.alpha ======== * Replace CoglMatrix with graphene_matrix [Georges; !1439] * Allow to specify debug topics in MUTTER_DEBUG [Jonas Å.; !1465] * Fix unwanted position changes on window resize [Jonas Å., Olivier, Robert; !1477, !1495] * Do not disable the X Security extension by default [Olivier; !1485] * Fix _NET_WM_FRAME_DRAWN timestamps [Jonas Å.; !1494] * Fix tiling to the correct monitor [Florian; #1389] * Only snap to window edges when CTRL is pressed [Florian; #679609] * Add support for scroll button locking [Peter; !1432] * Clip Frustra [Georges; !1489] * Improve tablet-mode-switch support [Hans; !1506] * Fix missed redraws of newly-mapped actors [Jonas D.; !1366, #1494] * Gracefully handle Xwayland crashes [Carlos; !1447] * wayland: Provide previous window dimensions on restore [Christian; !801] * Remove the ClutterActor::paint signal [Jonas; !1522] * Fix background artifacts in magnifier [Daniel; #1480] * Use raycasting for picking [Georges; !1509] * Fix monitor tiling support on X11 [Jonas Å.; #1524] * Fix xwayland grabs for override-redirect windows [Olivier; !1254] * Fix device configuration not being picked up on X11 [Carlos; !1553] * Support tagging devices as primary GPU via udev [Jonas Å.; !1562] * Fix size hints with CSD [Olivier; !1594] * Fix unresponsive input after screen blank [Simon; !1601] * Cull actors when picking [Georges; !1520] * Handle input in a thread [Carlos; !1403] * Improve freezes when switching workspace [Jonas Å.; !1616] * Plugged memory leaks [Ray; !1225] * Fixed crashes [Christian, Olivier, Daniel, Robert, Jonas Å., Florian Z., Simon, Carlos; #1481, !1529, !1519, !1534, #1521, !1563, !1604, !1605, !1607, !1612] * Misc. bug fixes and cleanups [Florian, Carlos, Olivier, Georges, Björn, Jonas Å., Julius, Corentin, Bastien, Robert, Daniel, Niels, Jonas D., Uday, Ian, Jordan, Piotr; !1473, !1472, !1438, #1449, !1475, !1474, !1481, !1466, !1483, !1427, !1413, !1103, !1467, !1339, !1297, #1384, !1491, !528, !1496, !1510, !1507, !1387, !1498, !1515, !1516, !1517, !1486, !1524, !1527, !1528, !1531, !1532, !1521, !1535, #1490, !1545, !1555, !1564, !1549, !1567, !1565, !1572, !1569, !1573, !1566, !1525, !1468, !1578, !1583, !1584, !1585, !1571, !1327, !1586, !1590, !1588, !1050, !1596, !1592, !1587, !1599, !1577, !1511, !1591, !1603, !1611, !1593, !1617, !1619] Contributors: Björn Daase, Jonas Dreßler, Piotr Drąg, Olivier Fourdan, Carlos Garnacho, Hans de Goede, Niels De Graef, Peter Hutterer, Julius Lehmann, Robert Mader, Simon McVittie, Florian Müllner, Georges Basile Stavracas Neto, Bastien Nocera, Corentin Noël, Jordan Petridis, Uday Kiran Pichika, Christian Rauch, Ian Douglas Scott, Ray Strode, Daniel van Vugt, Florian Zwoch, Jonas Ådahl Translators: Juliano de Souza Camargo [pt], Ask Hjorth Larsen [da], Yuri Chornoivan [uk]
2021-05-25wm/herbstluftwm: update to 0.9.3pin3-11/+12
-Fix transparency of 32 bit client's border (#1178) -Prepare Colors for alpha values (#1180) -Make default colors more transparent and quiet (#1185) -Support true transparency in all decorations (#1186) -Cut holes into frames behind tiled clients (#1187) -'shift' moves between monitors if appropriate (#1198) -Option --replace to replace existing window manager (#1209) -Manage desktop windows in global stack (#1210) -Start --locked from the .desktop file (#1222) -Fix doc/gendoc.py extractor to strip comments (#1229) -Use posix escaping in Completion objects (#1226) -Remember last reported geometry in client directly (#1240) -Always reply to a ConfigureRequest with ConfigureNotify (#1244) -Move 'focus_edge' and 'shift_edge' to GlobalCommands (#1252) -Allow relative values for int and uint attributes (#1253) -Parse --skip-visible in move_index command (#1257) _Make 'cycle' work for the floating layer (#1258) -tox: Switch default Python env to 38 (#1269) -New command 'list_clients' (#1274) -Add client attribute 'floating_geometry' (#1272) -Support error output channel internally (#1278) -Auto-convert attributes to/from python types (#1277) -Remove alpha-value from colors in panel.sh (#1283) -Extend IPC protocol by error channel (#1285) -client: Remove unused methods (#1291) -Test herbstclient -0 --idle (#1294) -Fix exec error message in spawn command (#1304) -Wait passively for hc in test suite ipc server (#1306) -Handle text properties more robustly (#1303) -Test shift/resize up/left and focus cycling (#1308) -Add 'floating_geometry' rule consequence (#1311) -Client alias 'longest-minimized' and 'last-minimized' (#1313)
2021-05-24*: recursive bump for perl 5.34wiz14-26/+28
2021-05-15awesome: Fix PLIST for manpagestriaxx4-4/+43
pkgsrc changes: --------------- * Add explicit dependency to textproc/ruby-asciidoctor since GENERATE_MANPAGES is ON by default and the man pages are generated if the tool is present. * Improve the search of asciidoctor binary by including suffixed binaries in case pkgtools/pkg_alternatives is not installed. * Bump revision
2021-05-15spectrwm: uses pkg-confignia1-2/+2
2021-05-14coma: needs libbsd on Linuxnia1-1/+5
2021-05-14qvwm: alsa support is brokennia1-10/+2
2021-05-08wm/sowm: update DESCRpin2-3/+3
according to upstream. Reclaim maintainership.
2021-05-04mlvwm: update to 0.9.3nia6-37/+57
0.9.2 -> 0.9.3 Fix RestartSystem()/Done() to correctly restart into other window managers Add RoundedScreenCorners configuration Changed default font size to 12px Changed default scroll bar width/height to 16px Changed default menu bar height to 20px More accurate sizing & styling of window title bars & controls, scroll bars, and resize handle 0.9.1 -> 0.9.2 Change sprintf() & strcat() to snprintf()
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho3-5/+6
2021-05-02*: Use the tools framework for gdbus-codegennia1-2/+2
2021-05-02*: Use the tools framework for itstoolnia1-2/+1
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
2021-05-01wm/sdorfehs: reclaim maintainershippin1-2/+2
2021-04-29marco: update to 1.24.2gutteridge4-58/+7
(Two of the three code changes had already been applied in pkgsrc.) Change log: marco 1.24.2 * update translations * compositor-xrender.c: Make sure tooltips are visible * window: do not unfocus on new window. * Do not call cairo paint on generate_pixmaps.
2021-04-28enlightenment16: update to 1.0.23gutteridge2-9/+8
e16 v1.0.23 - 2021-04-09 ------------------------ - 1.0.23 - Trim ChangeLog (move <= v1.0.0 to ChangeLog.old), new format - Add ChangeLog generation script - Update po - Focus: Tweak request serial number check logic - correction - Focus: Fixup after "Fix pointer focus on new windows..." - Focus: Improve debug message understandability - Remove obsolete and unused AC_HEADER_STDC - Fix pager update on desk switch - Fix segv on bad border definition - Introduce E_ARRAY_SIZE() and MOD_ITEMS() - Focus: Tweak request serial number check logic - Focus: Don't set focus on sliding windows - Focus: Fix pointer focus on new windows if pointer is in window - Update winter theme - Allow Winop border in matches.cfg - Remove unused Pager:name - Fix pager live updates if millisecond time is initially "negative" - Fix handling of imageclasses with flipped/rotated images - Fix pager zoom window sometimes flickering at 0,0 - Add EoGetParent() etc. - Remove ancient TODO - group_op showhide should target all the windows groups members - Rename EDirUser{Set} wrappers and use then some more - French translation update (Philippe J. Guillaumie) - Support user fonts - Sound: Treat player engine like others - Sound: sound_pa -> sound_pulse - Sound: Mostly cosmetic changes - Sound: autofoo cosmetics - Consistently put __EXPORT__ in .c files - Forgot some 2020 - conf.h: Remove some unused items - definitions: Remove some more obsolete configuration item definitions - Configuration parsing cleanups - Cleanups in .desktop file generation - Include git stamp in version info (if built from git checkout) - Introduce EImageDefineCursor() - Introduce EImageRenderOnDrawableARGB() - Cache visual in EVisualFindARGB() - Remove obsolete color modifier functions - French translation update (Philippe J. Guillaumie) - Use poll() for event handling by default (if available) - French translation update (Philippe J. Guillaumie) - French translation update (Philippe J. Guillaumie) - Update po - French translation update (Philippe J. Guillaumie) - Ensure a couple of initialisations are never skipped - Remove unused SM_CLIENT_ID stuff - Fix memory leak after failed execvp() - Remove some (duplicated?) configuration identifiers that are not in definitions - definitions: Remove long obsolete configuration item definitions - conf.h: Remove some long obsolete configuration item defines - Hide Border struct internals - Simplify checks for borderless - Use border name wrapper function some more - borders.c: Prefix static functions with _ - ipc.c: Trivial cleanups - Update po - CM: Fix damage corner case (reparenting fading-out window) - CM: Fix switching fadeout to fadein - hiwin: Tweak debug - Merge variables controlling click-to-raise configuration - focus.c: Eliminate unnecessary variable - Make "only primary mouse button raises" option take effect immediately - Add option to allow only the primary mouse button to raise windows
2021-04-25Fix build with GHC 9pho4-1/+905
2021-04-25Fix build with GHC 9pho5-4/+95
2021-04-25e16themes: remove dead linkswiz1-3/+3
2021-04-25*: remove dead download linkwiz1-3/+2
2021-04-25fvwm1: remove, use fvwm or fvwm3wiz12-291/+1
2021-04-24wm/sdorfehs: reset maintainerpin1-2/+2
2021-04-24wm/sowm: reset maintainerpin1-2/+2