dan
|
bc3b44acaa
|
- simpler and more straightforward event handling for timer, idle, input
and X events (also fixed some problems the old handling logic had)
|
2001-03-21 01:29:22 +00:00 |
|
dan
|
f5dcab0663
|
- moved WINGs's internal handlers (timer, idle and input) to handlers.c
to avoid code duplication.
- simplified wevent.c and wutil.c
- renamed WMAddEternalTimerHandler() to WMAddPersistentTimerHandler()
|
2001-03-20 23:46:57 +00:00 |
|
dan
|
34c926186c
|
Rewrote idle and input handlers using WMBag to avoid a functional problem of
them, regarding removal of other input/idle handlers next to the called one,
from the called handler.
|
1999-12-03 07:07:14 +00:00 |
|
dan
|
4313762bdb
|
Added some () and a comment.
|
1999-11-26 23:59:06 +00:00 |
|
dan
|
5e32d1cb4f
|
input handler again. forgot some paranthesis.
|
1999-11-22 04:53:32 +00:00 |
|
dan
|
d6fb042749
|
Fixed a bug in input event handling.
|
1999-11-22 04:40:16 +00:00 |
|
dan
|
8b062b07c1
|
- fixed the checkTimerHandlers() to flush the ASAP notification queue, even
if there are no timer handlers.
- an array was too small in TexturePanel.c (4 instead of 5).
|
1999-11-20 22:29:58 +00:00 |
|
dan
|
1d56ad7615
|
- Fixed problem calling W_FlushIdleNotificationQueue() when there was no idle
handler installed.
- Fixed some problem with ASAP notification queues
- fixed a memleak related to notification queues.
|
1999-11-17 22:01:33 +00:00 |
|
kojima
|
80fb09a74e
|
replaced free() with wfree() everywhere
fixed bug in wlist that caused colorpanel to crash
|
1999-10-09 20:07:23 +00:00 |
|
dan
|
f2f71a1f09
|
Finished the libWUtil library.
|
1999-09-10 20:13:44 +00:00 |
|
dan
|
d214a2ca98
|
Started to make modifications to support libWUtil
|
1999-09-09 13:46:59 +00:00 |
|