[as-devel] CVS commit to afterstep-stable
root@aftercode.net
Fri, 17 Jan 2003 17:30:01 -0600 (CST)
Modified files:
Fri Jan 17 17:28:09 2003 TODO/TODO_2.0.0
Fri Jan 17 17:28:09 2003 include/afterstep.h
Fri Jan 17 17:28:09 2003 include/clientprops.h
Fri Jan 17 17:28:09 2003 lib/clientprops.c
Fri Jan 17 17:28:09 2003 lib/decor.c
Fri Jan 17 17:28:10 2003 src/afterstep/add_window.c
Fri Jan 17 17:28:10 2003 src/afterstep/aswindow.c
Fri Jan 17 17:28:10 2003 src/afterstep/configure.c
Fri Jan 17 17:28:10 2003 src/afterstep/events.c
Fri Jan 17 17:28:10 2003 src/afterstep/functions.c
Fri Jan 17 17:28:10 2003 src/afterstep/menus.c
Fri Jan 17 17:28:10 2003 src/afterstep/pager.c
ChangeLog:
Added checks to menu drawing code to accound for situations when window is too small(no visible items) or items are out of the window area;
Implemented hints tracking code;
Hopefully fixed mapping/unmapping/reparenting handling - wm_state_transition variable has been added to track what actions should be performed on window on map/unmap events;
Implemented proper iconification/deiconification cod3e - now need to complete icon box code and icons should be done;
minor cleanups and speedups;