source: trunk/changelog@ 9056

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

* empty log message *

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