source: trunk/changelog@ 9029

Last change on this file since 9029 was 9029, checked in by bird, 23 years ago

* empty log message *

File size: 5.3 KB
Line 
1/* $Id: changelog,v 1.2273 2002-08-19 15:08:45 bird Exp $ */
2
3 2002-08-19: knut st. osmundsen <bird@anduin >
4 - MAKE: o New TARGET_MODE: DEPEND.
5 o Some polish.
6 - TOOLS: o Did some polish and help on BuildEnv.cmd.
7
8 2002-08-19: Sander van Leeuwen <sandervl@innotek >
9 - USER32: o Don't send queued WM_CHAR messages for windows that have
10 just been destroyed. (Get/PeekMessage)
11
12 2002-08-17: Yuri Dario <mc6530@mclink >
13 - INCLUDE: o Fixed INT32 definition
14 - USER32: o Merged latest Rewind edit control code
15
16 2002-08-16: Sander van Leeuwen <sandervl@innotek >
17 - WINMM: o Put back old wave playback resume code
18 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
19 o Added bugfix from June 18th:
20 SysMouseAImpl_GetDeviceData: check if internal dinput
21 mouse state is out of sync and update if necessary
22 - USER32: o SetCursorPos change:
23 The current cursor position may not have been passed to the application
24 just yet. The position change discards any previous events which may
25 lead to inconsistent mouse behaviour (like in DirectInput).
26 To fix this, we pass down a mouse move event to any hook handlers.
27
28 2002-08-16: Platon Fomichev <platon@innotek >
29 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
30 (based on Rewind code)
31
32 2002-08-15: Yuri Dario <mc6530@mclink >
33 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
34 o Fixed RMB on icon of minimized mdi window
35
36 2002-08-14: Sander van Leeuwen <sandervl@innotek >
37 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
38 - WINMM: o Dart wave playback bugfix
39
40 2002-08-14: Yuri Dario <mc6530@mclink >
41 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
42 o GetSysPopupPos fix
43
44 2002-08-13: Sander van Leeuwen <sandervl@innotek >
45 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
46 Freecell)
47 - USER32: o Added more logging for PM SWP & QFC flags
48 o Enable owner of window destroyed by DestroyWindow. Disabled
49 owners will never be activated by PM.
50
51 2002-08-13: Yuri Dario <mc6530@mclink >
52 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
53 (Rewind)
54
55 2002-08-12: Sander van Leeuwen <sandervl@innotek >
56 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
57 report only one fullscreen mode
58 o Added cases for 32 bpp in mode enumeration
59 o DrawEnumDisplayModes bugfixes
60 o Call ShowWindow in SetCooperativeLevel (if valid window)
61 o Resize associated window to full screen in SetCooperativeLevel
62 (not sure if this is correct)
63 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
64
65 2002-08-12: Platon Fomichev <platon@innotek >
66 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
67 to do the same.
68 - USER32: o Wine (X11) resync for AdjustRectOuter
69
70 2002-08-10: Sander van Leeuwen <sandervl@innotek >
71 - WGSS50: o Update from IBM
72
73 2002-08-09: Sander van Leeuwen <sandervl@innotek >
74 - USER32: o Partly implemented GetGUIThreadInfo
75 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
76 unlock when closed
77
78 2002-08-08: Platon Fomichev <platon@innotek >
79 - USER32: o Fix for handling VK_RETURN in dialogs
80
81 2002-08-08: Sander van Leeuwen <sandervl@innotek >
82 - ChangeLog:o Obfuscated email addresses because people continue to
83 post the ChangeLog file in mailinglists/newsgroups.
84 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
85 letter.
86 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
87 (causes mouse cursor changes when clicking on item in
88 file open dialog)
89
90 2002-08-07: Platon Fomichev <platon@innotek >
91 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
92
93 2002-08-05: Sander van Leeuwen <sandervl@innotek >
94 - USER32: o MsgWaitForMultipleObjects changes; check objects before
95 message queue status
96 o Translate WM_DRAWCLIPBOARD for clipboard change notification
97
98 2002-08-04: Sander van Leeuwen <sandervl@innotek >
99 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
100 request was cancelled
101
102 2002-08-01: Sander van Leeuwen <sandervl@innotek >
103 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
104 no more room.
105 o Fill DART buffers during resume
106 - KERNEL32: o Create event semaphore during TEB setup. Used for
107 Post(Thread)Message in combination with MsgWaitForMultipleObjects
108 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
109 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
110 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
111 semaphore.
112 o Signal post message event semaphore in PostMessageA/W &
113 PostThreadMessage
114
Note: See TracBrowser for help on using the repository browser.