source: trunk/changelog@ 9157

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

* empty log message *

File size: 9.9 KB
Line 
1/* $Id: changelog,v 1.2292 2002-08-28 08:22:34 sandervl Exp $ */
2
3 2002-08-28: Platon Fomichev <platon@innotek >
4 - DDRAW: o Added custom function to hide mouse cursor when the primary
5 surface (screen) is locked by the app to prevent display
6 corruption with color/animated mouse pointers.
7
8 2002-08-27: knut st. osmundsen <bird@anduin >
9 - FASTDEP: o Tweaked cyclic dependency checks performance a little bit more.
10 - MAKE o Splitted out linker and library configs into separat config
11 files. Both to have less files to update, and to be able to
12 easer choose linker or archiver.
13 o Tried to make ilink and optional linker for watcom, but
14 it produces bad executable files. Will fix this later.
15
16 2002-08-27: Platon Fomichev <platon@innotek >
17 - USER32: o Added support for WS_EX_TOPMOST
18
19 2002-08-27: Sander van Leeuwen <sandervl@innotek >
20 - MSVFW32: o Resync with latest Wine
21 o Added LGPL license
22 o Fixed the 16 bits mess (incorrect handle conversion)
23
24 2002-08-23: Yuri Dario <mc6530@mclink >
25 - TOOLS: o VAC40 filter fixes for mapsym.cmd.
26
27 2002-08-23: knut st. osmundsen <bird@anduin >
28 - TOOLS: o Made mapsym.cmd quiet on 4os2 too.
29 o Made BldLevelInf.cmd respecting BUILD_VERBOSE and BUILD_QUIET;
30 and fixed an old typo.
31 o Update the Do* and BldLevelInf.cmd with novalue signalhandlers.
32 (Something all rexx script should use!)
33 - MAKE: o Completed Odin32 config.
34 o Default target is DLL, but if CUSTOMBUILD defined LIB.
35 - ADVAPI32, ODINCRT:
36 o Made makefiles support the new build system.
37 (Using the new if BUILD_SETUP_MAK is defined.)
38
39 2002-08-23: Herwig Bauernfeind <herwig.bauernfeind@aon >
40 - TOOLS\ODINBUG, DOC, BIN
41 o OdinBug update
42
43 2002-08-23: Sander van Leeuwen <sandervl@innotek >
44 - USER32: o Ugly hack added to work around crash in PM when child window
45 calls DestroyWindow for parent or owner in WM_DESTROY handler
46 (solution: postpone DestroyWindow for parent/owner)
47
48 2002-08-23: knut st. osmundsen <bird@anduin >
49 - TOOLS: o Added a rm.exe binary from the OS2Tools tree.
50 The new build system uses this. Then clean will
51 work everywhere!
52
53 2002-08-22: Sander van Leeuwen <sandervl@innotek >
54 - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)
55 o Enabled Christoph Bratschi's CreateFolderEnumList optimization
56 - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows
57 to OS/2 codepage
58
59 2002-08-21: knut st. osmundsen <bird@anduin >
60 - MAKE: o Implemented a 'needed' pass to make required tools (for
61 instance code generators).
62 o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by
63 adding support for override macros:
64 [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>
65 This is good when you wanna skip a tree for a rule (=pass)
66 or/and just run do a rule (=pass) in a specific tree.
67 o Added check for TARGET_PRIVATE macro before installing
68 anything.
69 - CMDQD, FASTDEP:
70 o Made makefiles support the new build system.
71 (Using the new if BUILD_SETUP_MAK is defined.)
72
73 2002-08-21: Sander van Leeuwen <sandervl@innotek >
74 - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
75 GetCommModemStatus & GetCommEvent changed
76 Removed from unsupported flags in SetCommMask.
77
78 2002-08-21: Platon Fomichev <platon@innotek >
79 - USER32: o Fixed OSLibWinSetSysValue
80 o Fixed OSLibSetWindowStyle; delete frame controls if required
81
82 2002-08-21: Yuri Dario <mc6530@mclink >
83 - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
84 wrong CharToOemBuffA call.
85
86 2002-08-20: knut st. osmundsen <bird@anduin >
87 - FASTDEP: o Support for special makefile chars.
88 o Optimized cyclic dependency checks for large systems.
89 - MAKE: o Corrected all ilib (AR) rules.
90 o Quick LIB testcases.
91
92 2002-08-20: Platon Fomichev <platon@innotek >
93 - COMCTL32: o Trackbar: set position fix
94
95 2002-08-19: knut st. osmundsen <bird@anduin >
96 - MAKE: o New TARGET_MODE: DEPEND.
97 o ilib+dashes and some other bugfixing.
98 o VAC debug memory management option.
99 o Implemented structured make passes.
100 o Polish.
101 - TOOLS: o Did some polish and help on BuildEnv.cmd.
102 o Show make pass number while traversing the tree. (Do*.cmd)
103
104 2002-08-19: Sander van Leeuwen <sandervl@innotek >
105 - USER32: o Don't send queued WM_CHAR messages for windows that have
106 just been destroyed. (Get/PeekMessage)
107
108 2002-08-17: Yuri Dario <mc6530@mclink >
109 - INCLUDE: o Fixed INT32 definition
110 - USER32: o Merged latest Rewind edit control code
111
112 2002-08-16: Sander van Leeuwen <sandervl@innotek >
113 - WINMM: o Put back old wave playback resume code
114 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
115 o Added bugfix from June 18th:
116 SysMouseAImpl_GetDeviceData: check if internal dinput
117 mouse state is out of sync and update if necessary
118 - USER32: o SetCursorPos change:
119 The current cursor position may not have been passed to the application
120 just yet. The position change discards any previous events which may
121 lead to inconsistent mouse behaviour (like in DirectInput).
122 To fix this, we pass down a mouse move event to any hook handlers.
123
124 2002-08-16: Platon Fomichev <platon@innotek >
125 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
126 (based on Rewind code)
127
128 2002-08-15: Yuri Dario <mc6530@mclink >
129 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
130 o Fixed RMB on icon of minimized mdi window
131
132 2002-08-14: Sander van Leeuwen <sandervl@innotek >
133 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
134 - WINMM: o Dart wave playback bugfix
135
136 2002-08-14: Yuri Dario <mc6530@mclink >
137 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
138 o GetSysPopupPos fix
139
140 2002-08-13: Sander van Leeuwen <sandervl@innotek >
141 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
142 Freecell)
143 - USER32: o Added more logging for PM SWP & QFC flags
144 o Enable owner of window destroyed by DestroyWindow. Disabled
145 owners will never be activated by PM.
146
147 2002-08-13: Yuri Dario <mc6530@mclink >
148 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
149 (Rewind)
150
151 2002-08-12: Sander van Leeuwen <sandervl@innotek >
152 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
153 report only one fullscreen mode
154 o Added cases for 32 bpp in mode enumeration
155 o DrawEnumDisplayModes bugfixes
156 o Call ShowWindow in SetCooperativeLevel (if valid window)
157 o Resize associated window to full screen in SetCooperativeLevel
158 (not sure if this is correct)
159 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
160
161 2002-08-12: Platon Fomichev <platon@innotek >
162 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
163 to do the same.
164 - USER32: o Wine (X11) resync for AdjustRectOuter
165
166 2002-08-10: Sander van Leeuwen <sandervl@innotek >
167 - WGSS50: o Update from IBM
168
169 2002-08-09: Sander van Leeuwen <sandervl@innotek >
170 - USER32: o Partly implemented GetGUIThreadInfo
171 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
172 unlock when closed
173
174 2002-08-08: Platon Fomichev <platon@innotek >
175 - USER32: o Fix for handling VK_RETURN in dialogs
176
177 2002-08-08: Sander van Leeuwen <sandervl@innotek >
178 - ChangeLog:o Obfuscated email addresses because people continue to
179 post the ChangeLog file in mailinglists/newsgroups.
180 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
181 letter.
182 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
183 (causes mouse cursor changes when clicking on item in
184 file open dialog)
185
186 2002-08-07: Platon Fomichev <platon@innotek >
187 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
188
189 2002-08-05: Sander van Leeuwen <sandervl@innotek >
190 - USER32: o MsgWaitForMultipleObjects changes; check objects before
191 message queue status
192 o Translate WM_DRAWCLIPBOARD for clipboard change notification
193
194 2002-08-04: Sander van Leeuwen <sandervl@innotek >
195 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
196 request was cancelled
197
198 2002-08-01: Sander van Leeuwen <sandervl@innotek >
199 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
200 no more room.
201 o Fill DART buffers during resume
202 - KERNEL32: o Create event semaphore during TEB setup. Used for
203 Post(Thread)Message in combination with MsgWaitForMultipleObjects
204 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
205 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
206 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
207 semaphore.
208 o Signal post message event semaphore in PostMessageA/W &
209 PostThreadMessage
210
Note: See TracBrowser for help on using the repository browser.