Share

AfterStep

File Release Notes and Changelog

Release Name: 2.2.9

Notes:
* Menu  Mini Pixmaps will no longer be loaded if MenuMiniPixmaps is set 0
          in look.
        * WinTabs is now capable of grouping similarly named tabs together to
          eliminated repeating patterns. See GroupTabs and GroupNameSeparator options.



Changes: * AfterStep release v 2.2.9 * cleaned up WinTabs tab grouping - added config options to switch it on and set group name separator * Added preliminary support for Gnome Session management. * Got rid of dpy global variable in libAfterBase and libAfterIMage for good. Moved it into libAfterStep instead, as it incorporates screen handling functionality. * added new function ExecInDir <dirname> <command> to run command using dirname as current dir. Added --cwd cmd line flag to ASRun to make use of ExecInDir * disabled mapping on frame sooner then later as it ruins initial placement * added pointer warping on viewport shifts while move-resizing windows; added focus hiding on viewport change to prevent misdirected input * fixed afterstep proper and wintabs to avoid refreshing decorations when window is offscreen * Fixed root pixmap setting - to handle XKillClient failures and not free pixmap after it was put on the root * implemented EdgeResistanceToDragging setting * implemented color2alpha method from GIMP without color correction that was damaging the image. Complete with color2alpha xml tag * implemented pixelization filter * fixed bug in Pager where shading/unshading causes Pager to grow in size if border width > 0 * fixed endless recursion into syntaxes in ASDocGen