Jan 28, 2024 - v1.2 - Window decoration hints/functions are now handled dynamically. - Sticky root menu (rootButtonClick resource) functionality has been restored. - Missing emwmrc(4) manpage has been added. - Client specific "overrideGeometry" resource can now be used to force geometry on application windows that offer no conventional way to do so. Apr 24, 2023 - v1.1 - Implemented Xinerama aware icon placement - NetBSD support Oct 30, 2021 - v1.0 - Revamped build process (no makefile tweaking necessary any longer). OpenBSD and SunOS/Tribblix support. - Improved Xrandr support. - Changed X application class to Emwm, mwmrc becomes emwmrc also. - Removed the hard-coded 'toggle standard behavior' key binding. Oct 09, 2021 - Added titleLeft resource that controls window title alignment (analogous to 4Dwm's SG_titleLeft). - Added xineramaFollowPointer X resource, which controls how active Xinerama screen (the one new windows are placed on) is deduced. - Basic _NET_WM_WINDOW_TYPE support. Added utilityWindowDecoration and utilityWindowFunctions X resources for _NET_WM_WINDOW_TYPE_UTILITY/TOOLBAR windows. _NET_WM_WINDOW_TYPE_DIALOG uses transient window decoration and functions. - XmToolbox: Added "Suspend" command to the Session menu (configurable with showSuspend X resource). - XmSm: Uses SIGUSR2 for logout/shutdown options dialog now to get along with inits that wait. Sep 04, 2021 - Support for client initiated window moving/resizing (for clients that hide WM decorations and draw their own movement/sizing "grips"). - Using overlay windows to draw window outlines by default to avoid X server grabs. Outline width is now configurable with the outlineWidth resource. The classic behavior can be still activated by setting the useWindowOutline resource to False. - Improved support for programs that use EWMH window states/actions. - Fixed some inconsistencies in full screen client behavior. Jan 16, 2021 - Rudimentary Xrandr support. - More EWMH (window state hints and actions). - ICCCM/EWMH compliant ConfigureRequest handling, so client windows don't shift around when being resized by the client itself. The positionIsFrame resource was removed, since it'd interfere with standard compliant behavior. Nov 01, 2020 - Basic EWMH support (RGBA icons, full screen windows and UTF-8 window titles [with Xft render tables only, which is the default]). - Added proper support for Xft fonts. Xft render tables are now used by default. Sep 19, 2018 - Changed window size WM hint handling, so that initial client window can't be larger than the screen (some applications tend to set the size hint to something ridiculous like INT_MAX) the maximumMaximumSize resource still applies and takes precedence when set. - Fixed icon box background rendering for icons with transparent background. - Added Xinerama support.