Release 960616
Sun Jun 16 16:51:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch> * [memory/heap.c] Fixed bug in HeapRealloc (thanks to Bruce Milner). * [misc/wsprintf.c] Fixed argument size for %c format in wsprintf16(). * [objects/dc.c] Don't free hFirstBitmap for saved DCs. * [windows/event.c] Added timer handling in EVENT_WaitXEvent(). * [windows/message.c] In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the event is for the current task; if not, wake the other task. * [windows/queue.c] [include/queue.h] Added 'self' handle in queue structure. * [windows/timer.c] Added TIMER_ExpireTimers() function to mark expired timers and wake up the corresponding tasks. Thu Jun 13 01:46:33 EDT 1996 William Magro <wmagro@tc.cornell.edu> * [windows/mapping.c] First point in list was mapped multiple times in DPtoLP and LPtoDP. Other points were not mapped. Wed Jun 12 18:08:45 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu> * [misc/shell.c] Some fixes for ExtractIcon function family. * [documentation/user_module] Chapter about windowing and messaging subsystems.
Showing
- ANNOUNCE 7 additions, 7 deletionsANNOUNCE
- ChangeLog 40 additions, 0 deletionsChangeLog
- documentation/user_module 217 additions, 0 deletionsdocumentation/user_module
- include/message.h 6 additions, 4 deletionsinclude/message.h
- include/queue.h 2 additions, 1 deletioninclude/queue.h
- include/windows.h 1 addition, 0 deletionsinclude/windows.h
- library/miscstubs.c 1 addition, 1 deletionlibrary/miscstubs.c
- loader/task.c 2 additions, 2 deletionsloader/task.c
- memory/heap.c 3 additions, 5 deletionsmemory/heap.c
- misc/clipboard.c 1 addition, 1 deletionmisc/clipboard.c
- misc/shell.c 30 additions, 8 deletionsmisc/shell.c
- misc/wsprintf.c 1 addition, 1 deletionmisc/wsprintf.c
- objects/dc.c 1 addition, 1 deletionobjects/dc.c
- windows/class.c 1 addition, 1 deletionwindows/class.c
- windows/dce.c 2 additions, 3 deletionswindows/dce.c
- windows/event.c 68 additions, 75 deletionswindows/event.c
- windows/mapping.c 4 additions, 0 deletionswindows/mapping.c
- windows/message.c 28 additions, 61 deletionswindows/message.c
- windows/nonclient.c 6 additions, 3 deletionswindows/nonclient.c
- windows/queue.c 38 additions, 5 deletionswindows/queue.c
Loading
Please register or sign in to comment