AfterStep is a window manager for the Unix X Window System. Originally based on the look and feel of the NeXTStep interface, it has evolved into its own creature with interest expressed by GNUstep, to make AfterStep the window manager of choice for X.


http://www.afterstep.org





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of AfterStep. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • AfterStep 2.2.9 file released: AfterStep-2.2.9.tar.gz

    * 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

    posted 124 days ago

  • AfterStep 2.2.9 file released: AfterStep-2.2.9-noimages.tar.gz

    * 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

    posted 124 days ago

  • File released: /AfterStep/2.2.9/AfterStep-2.2.9.tar.gz

    posted 124 days ago

  • File released: /AfterStep/2.2.9/AfterStep-2.2.9.tar.bz2

    posted 124 days ago

  • File released: /AfterStep/2.2.9/AfterStep-2.2.9-noimages.tar.gz

    posted 124 days ago

  • File released: /AfterStep/2.2.9/AfterStep-2.2.9-noimages.tar.bz2

    posted 124 days ago

  • File released: /libAfterImage/1.18/libAfterImage-1.18.tar.gz

    posted 503 days ago

  • File released: /libAfterImage/1.18/libAfterImage-1.18.tar.bz2

    posted 503 days ago

  • libAfterImage 1.18 file released: libAfterImage-1.18.tar.gz

    2008-06-18 sasha * libAfterImage 1.18 release 2008-06-10 sasha * compile bugs without X fixed 2008-06-02 sasha * added missing scanline.h 2008-05-30 sasha * additional logic to avoid red/blue artifacts 2008-05-29 sasha * implemented some 12-bps raw image processing- demosaicing 2008-04-23 sasha * Fixed build on non-gcc compilers 2008-04-17 sasha * preliminary support for loading RAW camera photos stored as tiff images with CFA data - still need to implement interpolation, white balance, and leveling * compile warning on signed/unsigfned comparison 2008-04-10 sasha * fixed alpha overflow in color2alpha 2008-04-07 sasha * implemented color2alpha method from GIMP without color correction that was damaging the image. Complete with color2alpha xml tag 2008-04-03 sasha * implemented pixelization filter 2008-03-24 sasha * fixed bunch of compilation bugs showing up on old systems 2008-03-17 sasha * hopefully fixed syslimit.h warnings on FBSD 2008-03-04 sasha * fixed segfault in xcf code where layer is larger then image 2008-02-26 sasha * updated afterbase.c to include new stuff from libAfterBase for xml 2008-02-19 sasha * xml manipulation code added 2008-02-16 sasha * fixed asfont get_glyph_map to not confuse compilers into thinking that there might be uninitialized stuff 2008-02-15 sasha * updated libAfterImage.mak 2008-02-08 sasha * fixed memory leak in ascompose processing in interactive mode * compile warning on solaris in pixmap.c 2008-02-07 sasha * fixed compile warning with gcc 4.3 2008-02-06 sasha * fixed compile warnings in asfont.c in win32 * removed old png files from project * fixed png.h to properly include zlib.h on windows and undeffed stdint.h on win32 2008-02-01 sasha * fixed makefile to not reference obsolete libpng files 2008-01-25 sasha * added functionality to ascompose to allow for constantly updating display of stuff; command line should be: script.sh | ascompose -I --endless --click-timeout 0 -q -f -; 2008-01-18 sasha * implemented full color drawing in draw.c using prototypes from ROOT by Valeri Onuchin. Needs testing and and changes to aply_context() * changed draw.c to use 32bit values in canvas, possibly to enable rendering in all 4 channels in future - need more work 2008-01-17 sasha * fixed handling of grayscale PNG images with bit depth < 8 2008-01-16 sasha * partially fixed segfault on loading grayscale PNG images * fixed segfault on loading grayscale PNG images * enabled debugging for bigendian tests 2008-01-15 sasha * moved HAVE_XPM to after config.h in libAI xpm.c; updated main configure * exclude xpm.c from built when no xpm is requested; no longer support standard libgif and libxpm 2008-01-08 sasha * added functionality to ascompose to set XROOTPMAP property while changing root background 2008-01-04 sasha * removed erroneous configure.h include in ascompose 2007-12-27 sasha * removed config.h from installation script * added new convinience function to convert Lead Tools like DIBs into ASImage in one call; Fixed typo in ASImage2DIB. * Fixed major bug that maybe causing memory corruption on any system where malloc does not return pointer aligned on 8-byte boundary * sanity fix to configure 2007-12-17 sasha * rewrote scanline2ximage32 to properly account for offset and hopefully fix byteordering issue 2007-12-14 sasha * hopefully fixed incorrect byte order while converting XImage on 32 bit visuals back to ASImage on big endian machines * minor cleanups in configure script to use lowercase NO 2007-12-05 sasha * updated built-in libpng to 1.2.23 2007-11-30 sasha * updated xwrap.h to be the same as in libAfterBase and fixed compilation under newer MSVC 2007-11-26 sasha * Fixed memory leak in DGifCloseFile where pointer to GifFile gets overwritten with NULL leaving dungling memory 2007-11-20 sasha * fixed memory leak in gif import code 2007-11-16 sasha * fixed missing initialization of ASColormap structure in colormap_asimage * disabled performance output in transform.c 2007-10-25 sasha * added ability to load ASXML images for set size - should use .width and .height vars inside the image to calculate different sizes 2007-10-16 sasha * Implemented proper transfer of ASImage to OpenGL drawables using textures and pixel ops 2007-09-21 sasha * altered configure to make building of apps optional - if the dir is present 2007-09-18 sasha * removed __FUNCTION__ to fix compile on Solaris 2007-09-17 sasha * fixed compile errors under MSVC * fixed compile errors in asstorage.c under MSVC 2007-09-15 sasha * fixed compile warnings on solaris in asvisual.c reported by ROOT project * fixed compile problem under VisualStudio .Net 2005, as reported by Valeri Onuchin * added functions for reading raw XPM and PNG buffers, contributed by Valeri Onuchin of ROOT project * added ASImage2xpmRawBuff() contributed by Valeriy Onuchin of ROOT project 2007-09-14 sasha * fixed compile bug when building with shmimage and without libAfterBase 2007-09-05 sasha * fixed one off error in blurring codepotentialy causing a segfault 2007-08-22 sasha * compile problem on solaris fixed; Feeble attempts at increasing performance without any results * compile fixes and minor optimization of the blurring code 2007-08-02 sasha * fixed printing of CARD32 values on 64 bit CPUs as lX * Fixed install targets in Makefiles to create dirs

    posted 503 days ago

  • libAfterImage 1.18 file released: libAfterImage-1.18.tar.bz2

    2008-06-18 sasha * libAfterImage 1.18 release 2008-06-10 sasha * compile bugs without X fixed 2008-06-02 sasha * added missing scanline.h 2008-05-30 sasha * additional logic to avoid red/blue artifacts 2008-05-29 sasha * implemented some 12-bps raw image processing- demosaicing 2008-04-23 sasha * Fixed build on non-gcc compilers 2008-04-17 sasha * preliminary support for loading RAW camera photos stored as tiff images with CFA data - still need to implement interpolation, white balance, and leveling * compile warning on signed/unsigfned comparison 2008-04-10 sasha * fixed alpha overflow in color2alpha 2008-04-07 sasha * implemented color2alpha method from GIMP without color correction that was damaging the image. Complete with color2alpha xml tag 2008-04-03 sasha * implemented pixelization filter 2008-03-24 sasha * fixed bunch of compilation bugs showing up on old systems 2008-03-17 sasha * hopefully fixed syslimit.h warnings on FBSD 2008-03-04 sasha * fixed segfault in xcf code where layer is larger then image 2008-02-26 sasha * updated afterbase.c to include new stuff from libAfterBase for xml 2008-02-19 sasha * xml manipulation code added 2008-02-16 sasha * fixed asfont get_glyph_map to not confuse compilers into thinking that there might be uninitialized stuff 2008-02-15 sasha * updated libAfterImage.mak 2008-02-08 sasha * fixed memory leak in ascompose processing in interactive mode * compile warning on solaris in pixmap.c 2008-02-07 sasha * fixed compile warning with gcc 4.3 2008-02-06 sasha * fixed compile warnings in asfont.c in win32 * removed old png files from project * fixed png.h to properly include zlib.h on windows and undeffed stdint.h on win32 2008-02-01 sasha * fixed makefile to not reference obsolete libpng files 2008-01-25 sasha * added functionality to ascompose to allow for constantly updating display of stuff; command line should be: script.sh | ascompose -I --endless --click-timeout 0 -q -f -; 2008-01-18 sasha * implemented full color drawing in draw.c using prototypes from ROOT by Valeri Onuchin. Needs testing and and changes to aply_context() * changed draw.c to use 32bit values in canvas, possibly to enable rendering in all 4 channels in future - need more work 2008-01-17 sasha * fixed handling of grayscale PNG images with bit depth < 8 2008-01-16 sasha * partially fixed segfault on loading grayscale PNG images * fixed segfault on loading grayscale PNG images * enabled debugging for bigendian tests 2008-01-15 sasha * moved HAVE_XPM to after config.h in libAI xpm.c; updated main configure * exclude xpm.c from built when no xpm is requested; no longer support standard libgif and libxpm 2008-01-08 sasha * added functionality to ascompose to set XROOTPMAP property while changing root background 2008-01-04 sasha * removed erroneous configure.h include in ascompose 2007-12-27 sasha * removed config.h from installation script * added new convinience function to convert Lead Tools like DIBs into ASImage in one call; Fixed typo in ASImage2DIB. * Fixed major bug that maybe causing memory corruption on any system where malloc does not return pointer aligned on 8-byte boundary * sanity fix to configure 2007-12-17 sasha * rewrote scanline2ximage32 to properly account for offset and hopefully fix byteordering issue 2007-12-14 sasha * hopefully fixed incorrect byte order while converting XImage on 32 bit visuals back to ASImage on big endian machines * minor cleanups in configure script to use lowercase NO 2007-12-05 sasha * updated built-in libpng to 1.2.23 2007-11-30 sasha * updated xwrap.h to be the same as in libAfterBase and fixed compilation under newer MSVC 2007-11-26 sasha * Fixed memory leak in DGifCloseFile where pointer to GifFile gets overwritten with NULL leaving dungling memory 2007-11-20 sasha * fixed memory leak in gif import code 2007-11-16 sasha * fixed missing initialization of ASColormap structure in colormap_asimage * disabled performance output in transform.c 2007-10-25 sasha * added ability to load ASXML images for set size - should use .width and .height vars inside the image to calculate different sizes 2007-10-16 sasha * Implemented proper transfer of ASImage to OpenGL drawables using textures and pixel ops 2007-09-21 sasha * altered configure to make building of apps optional - if the dir is present 2007-09-18 sasha * removed __FUNCTION__ to fix compile on Solaris 2007-09-17 sasha * fixed compile errors under MSVC * fixed compile errors in asstorage.c under MSVC 2007-09-15 sasha * fixed compile warnings on solaris in asvisual.c reported by ROOT project * fixed compile problem under VisualStudio .Net 2005, as reported by Valeri Onuchin * added functions for reading raw XPM and PNG buffers, contributed by Valeri Onuchin of ROOT project * added ASImage2xpmRawBuff() contributed by Valeriy Onuchin of ROOT project 2007-09-14 sasha * fixed compile bug when building with shmimage and without libAfterBase 2007-09-05 sasha * fixed one off error in blurring codepotentialy causing a segfault 2007-08-22 sasha * compile problem on solaris fixed; Feeble attempts at increasing performance without any results * compile fixes and minor optimization of the blurring code 2007-08-02 sasha * fixed printing of CARD32 values on 64 bit CPUs as lX * Fixed install targets in Makefiles to create dirs

    posted 503 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

AfterStep Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review