[as-devel] CVS commit to afterstep-devel
CVS server (cvsroot@merilon.elfhame.net)
Tue, 18 Sep 2001 15:30:03 -0700
Modified files:
2001-09-18 15:08:18 libAfterBase/layout.c
2001-09-18 15:08:18 libAfterBase/layout.h
2001-09-18 15:08:19 libAfterConf/asclook/asclook.c
2001-09-18 15:08:19 libAfterStep/afterstep.h
2001-09-18 15:08:19 libAfterStep/asrender.c
2001-09-18 15:08:19 libAfterStep/asrender.h
2001-09-18 15:08:19 libAfterStep/event.c
2001-09-18 15:08:19 libAfterStep/event.h
2001-09-18 15:08:19 libAfterStep/mywidget.h
2001-09-18 15:08:19 libAfterStep/ornaments.c
2001-09-18 15:08:19 libAfterStep/ornaments.h
2001-09-18 15:08:19 libAfterStep/widget.c
2001-09-18 15:08:19 libAfterStep/widget.h
ChangeLog:
Added Event handling to extract event class/mask window uniformly
( collected code from trace.h, mywidget.h, eventloop.h )
Rewrote widget reshaping. Dropped stacking order - parts pointers should represent
stacking order.
Added default handler for ConfigureNotify for widgets
Implemented context search of pointer events.