source: trunk/changelog@ 8986

Last change on this file since 8986 was 8986, checked in by sandervl, 23 years ago

* empty log message *

File size: 3.0 KB
RevLine 
[8986]1/* $Id: changelog,v 1.2259 2002-08-12 15:04:51 sandervl Exp $ */
[7715]2
[8986]3 2002-08-12: Sander van Leeuwen <sandervl@innotek >
4 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
5 report only one fullscreen mode
6 o Added cases for 32 bpp in mode enumeration
7 o DrawEnumDisplayModes bugfixes
8 o Call ShowWindow in SetCooperativeLevel (if valid window)
9 o Resize associated window to full screen in SetCooperativeLevel
10 (not sure if this is correct)
11 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
12
[8984]13 2002-08-12: Platon Fomichev <platon@innotek >
14 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
15 to do the same.
[8986]16 - USER32: o Wine (X11) resync for AdjustRectOuter
[8984]17
[8983]18 2002-08-10: Sander van Leeuwen <sandervl@innotek >
19 - WGSS50: o Update from IBM
20
[8976]21 2002-08-09: Sander van Leeuwen <sandervl@innotek >
22 - USER32: o Partly implemented GetGUIThreadInfo
[8979]23 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
24 unlock when closed
[8976]25
[8969]26 2002-08-08: Platon Fomichev <platon@innotek >
27 - USER32: o Fix for handling VK_RETURN in dialogs
28
[8966]29 2002-08-08: Sander van Leeuwen <sandervl@innotek >
30 - ChangeLog:o Obfuscated email addresses because people continue to
[8967]31 post the ChangeLog file in mailinglists/newsgroups.
[8970]32 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
33 letter.
[8972]34 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
35 (causes mouse cursor changes when clicking on item in
36 file open dialog)
[8966]37
38 2002-08-07: Platon Fomichev <platon@innotek >
[8965]39 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
[8963]40
[8966]41 2002-08-05: Sander van Leeuwen <sandervl@innotek >
[8959]42 - USER32: o MsgWaitForMultipleObjects changes; check objects before
43 message queue status
[8961]44 o Translate WM_DRAWCLIPBOARD for clipboard change notification
[8959]45
[8966]46 2002-08-04: Sander van Leeuwen <sandervl@innotek >
[8957]47 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
48 request was cancelled
49
[8966]50 2002-08-01: Sander van Leeuwen <sandervl@innotek >
[8950]51 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
52 no more room.
53 o Fill DART buffers during resume
54 - KERNEL32: o Create event semaphore during TEB setup. Used for
55 Post(Thread)Message in combination with MsgWaitForMultipleObjects
56 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
57 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
58 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
59 semaphore.
60 o Signal post message event semaphore in PostMessageA/W &
61 PostThreadMessage
62
Note: See TracBrowser for help on using the repository browser.