1 | /* $Id: changelog,v 1.2268 2002-08-16 10:10:24 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2002-08-16: Sander van Leeuwen <sandervl@innotek >
|
---|
4 | - WINMM: o Put back old wave playback resume code
|
---|
5 |
|
---|
6 | 2002-08-16: Platon Fomichev <platon@innotek >
|
---|
7 | - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
|
---|
8 | (based on Rewind code)
|
---|
9 |
|
---|
10 | 2002-08-15: Yuri Dario <mc6530@mclink >
|
---|
11 | - USER32: o SPI_GETNONCLIENTMETRICS size check extended
|
---|
12 | o Fixed RMB on icon of minimized mdi window
|
---|
13 |
|
---|
14 | 2002-08-14: Sander van Leeuwen <sandervl@innotek >
|
---|
15 | - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
|
---|
16 | - WINMM: o Dart wave playback bugfix
|
---|
17 |
|
---|
18 | 2002-08-14: Yuri Dario <mc6530@mclink >
|
---|
19 | - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
|
---|
20 | o GetSysPopupPos fix
|
---|
21 |
|
---|
22 | 2002-08-13: Sander van Leeuwen <sandervl@innotek >
|
---|
23 | - GDI32: o SelectObject bugfix for region handles. (fixes crash in
|
---|
24 | Freecell)
|
---|
25 | - USER32: o Added more logging for PM SWP & QFC flags
|
---|
26 | o Enable owner of window destroyed by DestroyWindow. Disabled
|
---|
27 | owners will never be activated by PM.
|
---|
28 |
|
---|
29 | 2002-08-13: Yuri Dario <mc6530@mclink >
|
---|
30 | - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
|
---|
31 | (Rewind)
|
---|
32 |
|
---|
33 | 2002-08-12: Sander van Leeuwen <sandervl@innotek >
|
---|
34 | - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
|
---|
35 | report only one fullscreen mode
|
---|
36 | o Added cases for 32 bpp in mode enumeration
|
---|
37 | o DrawEnumDisplayModes bugfixes
|
---|
38 | o Call ShowWindow in SetCooperativeLevel (if valid window)
|
---|
39 | o Resize associated window to full screen in SetCooperativeLevel
|
---|
40 | (not sure if this is correct)
|
---|
41 | o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
|
---|
42 |
|
---|
43 | 2002-08-12: Platon Fomichev <platon@innotek >
|
---|
44 | - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
|
---|
45 | to do the same.
|
---|
46 | - USER32: o Wine (X11) resync for AdjustRectOuter
|
---|
47 |
|
---|
48 | 2002-08-10: Sander van Leeuwen <sandervl@innotek >
|
---|
49 | - WGSS50: o Update from IBM
|
---|
50 |
|
---|
51 | 2002-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
52 | - USER32: o Partly implemented GetGUIThreadInfo
|
---|
53 | - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
|
---|
54 | unlock when closed
|
---|
55 |
|
---|
56 | 2002-08-08: Platon Fomichev <platon@innotek >
|
---|
57 | - USER32: o Fix for handling VK_RETURN in dialogs
|
---|
58 |
|
---|
59 | 2002-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
60 | - ChangeLog:o Obfuscated email addresses because people continue to
|
---|
61 | post the ChangeLog file in mailinglists/newsgroups.
|
---|
62 | - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
|
---|
63 | letter.
|
---|
64 | - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
|
---|
65 | (causes mouse cursor changes when clicking on item in
|
---|
66 | file open dialog)
|
---|
67 |
|
---|
68 | 2002-08-07: Platon Fomichev <platon@innotek >
|
---|
69 | - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
|
---|
70 |
|
---|
71 | 2002-08-05: Sander van Leeuwen <sandervl@innotek >
|
---|
72 | - USER32: o MsgWaitForMultipleObjects changes; check objects before
|
---|
73 | message queue status
|
---|
74 | o Translate WM_DRAWCLIPBOARD for clipboard change notification
|
---|
75 |
|
---|
76 | 2002-08-04: Sander van Leeuwen <sandervl@innotek >
|
---|
77 | - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
|
---|
78 | request was cancelled
|
---|
79 |
|
---|
80 | 2002-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
81 | - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
|
---|
82 | no more room.
|
---|
83 | o Fill DART buffers during resume
|
---|
84 | - KERNEL32: o Create event semaphore during TEB setup. Used for
|
---|
85 | Post(Thread)Message in combination with MsgWaitForMultipleObjects
|
---|
86 | - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
|
---|
87 | message (timeout != 0, fWaitAll == FALSE, nCount > 0)
|
---|
88 | If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
|
---|
89 | semaphore.
|
---|
90 | o Signal post message event semaphore in PostMessageA/W &
|
---|
91 | PostThreadMessage
|
---|
92 |
|
---|