source: trunk/changelog@ 9075

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

* empty log message *

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