source: trunk/changelog@ 10263

Last change on this file since 10263 was 10263, checked in by sandervl, 22 years ago

* empty log message *

File size: 44.5 KB
Line 
1/* $Id: changelog,v 1.2630 2003-10-06 10:00:07 sandervl Exp $ */
2
3 2003-10-06: Platon Fomichev <stauff@innotek >
4 - USER32: o Wrong class names (case) for Static, Scroller, Button.
5
6 2003-10-06: KO Myung-Hun <komh@chollian >
7 - USER32: o Fixed heap corruption when changing windows text (DBCS)
8
9 2003-10-01: Sander van Leeuwen <sandervl@innotek >
10 - USER32: o Clean up global critical section (window handles) during unload
11 - SHELL32: o Added stubs for SHGetNewLinkInfoA/W
12
13 2003-10-01: Platon Fomichev <stauff@innotek >
14 - USER32: o CallWindowProcA/W: don't fail if window handle is invalid
15 - SHELL32: o Add support for Unicode adding of files to 'recent document'
16 - COMCTL32: o Fixed bug when calling function by pointer in MRU funcs
17
18 2003-09-30: knut st. osmundsen <bird-odinspam@anduin >
19 - CMDQD: o Fixed code which messes with STD handles.
20
21 2003-09-18: KO Myung-Hun <komh@chollian >
22 - KERNEL32: o fixed GetAtomNameW() and GlobalGetAtomNameW() to support
23 unicode correctly. (DBCS)
24
25 2003-09-14: knut st. osmundsen <bird-odinspam@anduin >
26 - MAKE: o Synced with other projects using the new buildsystem (which
27 odin doesn really use yet).
28 - TOOLS/BIN:o Updated BuildEnv.cmd. Will now facilitate a global config
29 file in the ETC directory if not a local one is found.
30
31 2003-09-07: knut st. osmundsen <bird-odinspam@anduin >
32 - LIBWRAP: o Do all .asm's in with on ALP.
33
34 2003-08-22: Sander van Leeuwen <sandervl@innotek >
35 - USER32: o Ignore messages sent or posted to the desktop window
36 o Post/SendMessage: use shared or local memory depending
37 on the target window.
38
39 2003-08-20: Sander van Leeuwen <sandervl@innotek >
40 - USER32: o Do not create CD polling window by default. It can cause
41 PM hangs. (IOCtl blocks indefinitely)
42
43 2003-08-09: Sander van Leeuwen <sandervl@innotek >
44 - IPLOG: o Limit logfile size to 250 MB. When reached, reset file position
45 to start of file.
46
47 2003-08-08: Sander van Leeuwen <sandervl@innotek >
48 - TOOLS\CVTASM:
49 o Header parser and assembly wrapper generator
50 - LIBWRAP: o Assembly wrappers for WGSS and OS/2 functions
51 - USER32: o Update for libwrap
52
53 2003-08-07: KO Myung-Hun <komh@chollian >
54 - USER32: o Generate WM_IME_CHAR messages for DBCS input
55 o Process WM_IME_CHAR in Edit, Listbox, Combo controls and
56 default window procedures
57
58 2003-08-06: Sander van Leeuwen <sandervl@innotek >
59 - USER32: o Cleaned up GetMessage/PeekMessage.
60 o Removed DispatchMessage change for WM_CHAR; must return
61 the proper format in Get/PeekMessageA/W.
62 (assuming the GetMessageW/DispatchMessageA combination is
63 not allowed)
64
65 2002-08-06: Dmitry Froloff <froloff@os2 >
66 - KERNEL32: o HMDeviceConsoleOutClass::CreateFile; use current window size
67 instead of default
68
69 2003-08-01: Sander van Leeuwen <sandervl@innotek >
70 - USER32: o Fixed SPI_GETWHEELSCROLLLINES
71 - AVICAP32: o Added stub dll from Wine
72 - KERNEL32: o Added InitializeCriticalSectionAndSpinCount from Rewind
73
74 2003-07-31: KO Myung-Hun <komh@chollian >
75 - USER32: o fixed GetMenuStringA() to truncate DBCS string correctly.
76 o fixed GetMenuItemInfo_common() to truncate DBCS string correctly.
77 o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and
78 Win32BaseWindow::DefWindowProcW() to ensure null-terminator.
79 o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW()
80 to ensure null-terminator.
81 o fixed memory allocation for windowNameW. When open 'Open common dialog box'
82 memory block of windowNameW is overwritten.
83 o fixed MessageBoxIndirectW() to support unicode correctly.
84 o fixed OSLibWinDispatchMsg() to distinguish ascii message from
85 unicode message in case of the message being sent directly
86 o fixed OS2ToWinMsgTranslate() to process DBCS input.
87 o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message.
88 o fixed Win32BaseWindow::MsgCreate(), Win32BaseWindow::DefWindowProcA(),
89 Win32BaseWindow::DefWindowProcW() to process messages related to
90 window name such as WM_GETTEXT, WM_GETTEXTLENGTH, WM_SETTEXT, and so on.
91 o fixed Win32BaseWindow::GetWindowTxtLength(), Win32BaseWindow::GetWindowTextA(),
92 and Win32BaseWindow::GetWindowTextW() to process window name correctly.
93 o fixed DispatchMessageW() to call CallWindowProcW() not CallWindowProcA().
94 o fixed WINPROC_UnmapMsg32ATo32W(). len is first word of ptr not lParam on EM_GETLINE.
95 o changed a parameter WPARAC wParam to WPARAC *wParam of WINPROC_MapMsg32WTo32A() and
96 WINPROC_UnmapMsg32WTo32A() to process WM_GETTEXT.
97 o fixed WINPROC_MapMsg32WTo32A(). When EM_GETLINE mapped, first word of lParam
98 is ascii length not unicode length.
99 o improved WINPROC_CallProc32ATo32W() and WINPROC_CallProc32WTo32A() to process WM_CHAR
100 and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN.
101 o fixed edit control to process WM_CHAR including splitted DBCS chars.
102 o fixed listbox control to process WM_CHAR including splitted DBCS chars.
103
104 2002-07-31: Dmitry Froloff <froloff@os2 >
105 - USER32: o Convert WM_CHAR characters to UTF-16 for unicode windows
106
107 2003-07-28: Platon Fomichev <stauff@innotek >
108 - WMC: o Port of Wine Windows Message Compiler
109 - KERNEL32: o Fixed loading of unicode messages and added loading of
110 internal ones. (message file from Rewind)
111
112 2003-07-28: knut st. osmundsen <bird-odin-spam@anduin >
113 - USER32: o Updates
114 - OLEPRO32: o Updates
115 - ODINCRT: o Use fast method to query pid & tid in critical sections
116
117 2003-07-28: Sander van Leeuwen <sandervl@innotek >
118 - USER32: o Updates
119 - WINMM: o Updates
120 - OLE32: o Updates
121 - SHELL32: o Return 'My Computer' when an applications asks for the
122 'Network Places' shell32 object
123 o Filter out hidden files in CreateFolderEnumList if not wanted (Wine update)
124 o Also check for SFGAO_HASSUBFOLDER flag when deciding whether or
125 not to clear SFGAO_FOLDER & SFGAO_HASSUBFOLDER!
126 (---> submit to Wine)
127
128 2003-07-16: KO Myung-Hun <komh@chollian >
129 - SHELL32: o DragQueryFileW; allocate more for unicode conversion (DBCS)
130 - WINMM: o Fixed mciGetErrorStringW() to prevent buffer overflow.
131 o Fixed midiInGetErrorText() and midiOutGetErrorText()
132 to prevent buffer overflow.
133 o Fixed waveInGetErrorTextW() to prevent buffer overflow.
134 o Fixed waveOutGetErrorTextW() to prevent buffer overflow.
135 - GDI32: o Fixed GetTextFaceW() to support unicode correctly. (DBCS)
136 o Fixed calcDimensions(). The width is one point - other point + 1
137 (code currently not active)
138 - KERNEL32: o Added functions to query length after ascii or unicode conversion
139 o Changed the destination length parameter name of lstrcpynWtoA()
140 and lstrcpynAtoW().
141
142 2002-07-16: Yuri Dario <mc6530@mclink >
143 - INSTALL: o Do not overwrite program files registry entry if it already
144 exists and is valid.
145
146 2003-07-16: Dietrich Teickner <Dietrich_Teickner@t-online >
147 - GDI32: o Fix for partial blits in StretchDIBits
148
149 2003-07-14: KO Myung-Hun <komh@chollian >
150 - GDI32: o Fixed InternalTextOutW() and GetTextExtentPointW() to support
151 unicode correctly. (DBCS)
152 - COMCTL32: o Fixed PROPSHEET_CollectSheetInfoA() and PROPSHEET_SetTitleA()
153 to convert ascii to unicode correctly. (DBCS)
154 o Fixed TREEVIEW_TVItemFromItem() and TREEVIEW_BeginLabelEditNotify()
155 to convert ascii to unicode correctly. (DBCS)
156 o Fixed TREEVIEW_SetItemW() to convert unicode to ascii correctly. (DBCS)
157
158 2003-07-11: Dietrich Teickner <Dietrich_Teickner@t-online >
159 - SHELL32: o Shell folder updates
160
161 2003-07-09: knut st. osmundsen <bird-odinspam@anduin >
162 - MAKEFILES:o Invoke RC directly and not thru the CMDQD.
163
164 2002-07-07: Dmitry Froloff <froloff@os2 >
165 - PMKDBHK: o Pass Alt-Shift on to PM (Russian language switch hotkey)
166
167 2003-07-03: Sander van Leeuwen <sandervl@innotek >
168 - USER32: o Free drag transfer structure after sending DM_RENDERCOMPLETE
169 o MapVirtualKey: when mapping VK_A-VK_Z, VK_0-VK_9 to their
170 scancodes, use hardcoded character mapping for convertion.
171
172 2003-06-26: Platon Fomichev <stauff@innotek >
173 - USER32: o ShowWindow(SW_RESTORE) should start the same PM restoration
174 routine as WM_SYSCOMMAND
175
176 2003-06-03: Sander van Leeuwen <sandervl@innotek >
177 - USER32: o Don't search for keyboard accelerators in the default
178 WM_SYSKEYDOWN handler. That's already done in TranslateAccelerator
179 o Send focus messages when we receive the undocumented WM_FOCUSCHANGED
180 PM message. Removes the need for the ugly hack to deal with
181 nested focus changes.
182 - COMCTL32: o Rebar fix for recursive size changes
183
184 2003-06-02: Sander van Leeuwen <sandervl@innotek >
185 - KERNEL32: o CreatePipe: create unique named pipe
186 o CreateNamedPipe: fixed return value + wrong check for duplex pipe
187
188 2003-05-29: Platon Fomichev <stauff@innotek >
189 - COMCTL32: o Listview selection draw code was not ok with OS/2 look
190
191 2003-05-28: Platon Fomichev <stauff@innotek >
192 - COMCTL32: o OWNERDRAW fixes for ListView control
193
194 2003-05-27: Sander van Leeuwen <sandervl@innotek >
195 - USER32: o Do not send WM_STYLECHANGING/ED messages when the scrollbar
196 control is shown or hidden.
197 o PeekMessage fix (regression from 5-16)
198
199 2003-05-26: Sander van Leeuwen <sandervl@innotek >
200 - COMCTL32: o Use the new resources from Wine.
201
202 2003-05-26: Platon Fomichev <stauff@innotek >
203 - COMCTL32: o Listview selection draw code was incomplete due to resync.
204
205 2003-05-26: Platon Fomichev <stauff@innotek >
206 - COMCTL32: o Patrick's 2001 fixes broke too much. Stay with ReWind for now.
207
208 2003-05-23: Sander van Leeuwen <sandervl@innotek >
209 - KERNEL32: o ClearCommError: lpdwError is allowed to be NULL
210
211 2003-05-16: Sander van Leeuwen <sandervl@innotek >
212 - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores
213 in the timer code.
214 o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W.
215 We previously called timer handlers when we received WM_TIMER
216 from PM. That's not correct. These messages must be returned
217 by Get/PeekMessage. The handler will not be called if the
218 timer message is not dispatched. (verified in NT4)
219
220 2003-05-16: Platon Fomichev <stauff@innotek >
221 - USER32: o Eat first WM_MOUSEMOVE while menu tracking like windows does
222 to prevent 'auto-clicking' on popup menus that appear in the
223 area of first mouse-click
224
225 2003-05-15: Sander van Leeuwen <sandervl@innotek >
226 - USER32: o Window creation: updated the coordinate fix code with the latest Rewind version
227 o ReleaseDC: always verify window associated with DC
228 - COMCTL32: o Complete resync with latest Wine (except draglist)
229 o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls
230 (needed to get rid of a crash; very likely to be incorrect)
231
232 2003-05-14: Sander van Leeuwen <sandervl@innotek >
233 - GDI32: o DIB section: do not fetch more colors from a bitmap header than
234 biClrUsed (if != 0)
235 o GetDIBits: save and restore negative height & log failure
236 - USER32: o Do not send any SetWindowPos related messages if the state
237 of the window doesn't change.
238
239 2003-05-12: Sander van Leeuwen <sandervl@innotek >
240 - KERNEL32: o _lopen: wrong parsing of mode parameter
241 (only found now due to CreateFile changed with dwDesiredAccess)
242
243 2003-05-07: Sander van Leeuwen <sandervl@innotek >
244 - USER32: o Added more members to the TEB structure
245
246 2003-05-06: Sander van Leeuwen <sandervl@innotek >
247 - KERNEL32: o Fixed closing of parent file handle by duplicate memory map
248 o Compare file names instead of handles when checking for
249 duplicate file maps.
250 - USER32: o ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc))
251 o Messagebox: Wrong ReleaseDC call
252
253 2003-05-06: knut st. osmundsen <bird-odin-spam@anduin >
254 - KERNEL32: o Corrected the handling of OF_PARSE in OpenFile.
255
256 2003-05-05: Sander van Leeuwen <sandervl@innotek >
257 - KERNEL32: o Handle files opened with 0 for dwDesiredAccess seperately.
258 Those handles can only be used with a limited nr of functions
259 (such as GetFileType/Size/Time)
260 - IPHLPAPI: o Implemented GetIpAddrTable, GetIfTable & GetFriendlyIfIndex
261
262 2003-05-02: Sander van Leeuwen <sandervl@innotek >
263 - USER32: o Keep track of all open window DCs
264 o During WM_VRNENABLED we must query the visible region
265 of all open DCs to ensure that GPI updates the visible
266 region (e.g. when a window has moved).
267 A bug in PM/GPI causes open DCs to get out of sync when
268 moving windows with full window drag enabled.
269 (without full window drag there is no such problem due
270 to the use of LockWindowUpdate)
271
272 2003-04-30: Platon Fomichev <stauff@innotek >
273 - USER32: o In WM_PARENTNOTIFY correctly map window coordinates for each
274 window we send this message to.
275 Correctly finish PM minimize sequence.
276 Correctly switch titlebar higlight on activate/deactivate.
277
278 2003-04-30: Dietrich Teickner <Dietrich_Teickner@t-online >
279 - SHLWAPI: o Fixed PathIsUrlA/W
280 - KERNEL32: o Changed dll renaming to include extension if it's not .dll
281 - ODIN.INI: o Update for kernel32 change
282 (IMPORTANT: must update your odin.ini with this one or
283 delete the current file)
284
285 2003-04-27: Platon Fomichev <stauff@innotek >
286 - USER32: o Correctly finish PM restore procedure from minimized state.
287 o Use Stock brush for minimized icon fill when it is not
288 allocated.
289
290 2003-04-25: Sander van Leeuwen <sandervl@innotek >
291 - NTDLL: o Initialize kernel32 first (circular dependency between
292 kernel32 & ntdll)
293
294 2003-04-25: knut st. osmundsen <bird-odin-spam@anduin >
295 - USER32: o Fake window subclass FS bugfix.
296
297 2003-04-24: knut st. osmundsen <bird-odin-spam@anduin >
298 - USER32: o Fake window init bugfixes
299
300 2003-04-24: Sander van Leeuwen <sandervl@innotek >
301 - USER32: o EndDialog: Enable owner window regardless of whether it was
302 enabled before dialog creation. When the owner
303 is disabled and we hide the dialog, then PM switches
304 focus to another application. (hidden windows cannot
305 have focus)
306 o Win32BaseWindow::GetWindowFromOS2Handle: also check fake
307 windows)
308
309 2003-04-24: Platon Fomichev <stauff@innotek >
310 - USER32: o Fixed restore/maximize from minimized state for MDI windows.
311
312 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
313 - USER32: o Properties allocated from shared memory.
314 o Fake window updates.
315
316 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
317 - src/makefile:
318 o Build NTDLL too. (netlabs only)
319
320 2003-04-14: knut st. osmundsen <bird-odin-spam@anduin >
321 - USER32: o Implemented SW_SHOWDEFAULT.
322 - KERNEL32: o Changed initialization of StartupInfo to take the actual
323 values of the CreateProcess call (but for the strings).
324 (not complete)
325
326 2003-04-11: knut st. osmundsen <bird-odin-spam@anduin >
327 - USER32, KERNEL32, include/win/thread.h:
328 o Implemented WM_COPYDATA.
329
330 2002-04-11: Sander van Leeuwen <sandervl@innotek >
331 - USER32: o Send WM_WINDOWPOSCHANGED for ShowWindow(SW_SHOWWINDOW)
332 o Tool windows (WS_EX_TOOLWINDOW) don't have minimize or maximize
333 buttons. (testing shows this in NT4)
334 o Changed default hittest handler to check for WS_EX_TOOLWINDOW
335 (system menu & min/max buttons)
336 o MENU_TrackKbdMenuBar: check for WS_EX_TOOLWINDOW before using
337 the system menu.
338 o Display tool window titlebars in win32 style. They are supposed
339 to be thinner than standard PM titlebar controls.
340
341 2003-04-11: Dmitry Froloff <froloff@os2 >
342 - KERNEL32: o Console updates
343
344 2003-04-10: Platon Fomichev <stauff@innotek >
345 - MSVCRT : o MSVCRT updates, forwarders to stdcall functions, lots of funcs
346 now directly imported from NTDLL, resync with latest Wine
347 - EMXLIBS : o Added yet another wrapper for FS and added some funcs for new
348 msvcrt
349 - INCLUDE : o OS2SEL functions corrected for potential optimizing problems
350 in release build. (Bug found and corrected by Dietrich)
351
352 2002-04-09: Sander van Leeuwen <sandervl@innotek >
353 - KERNEL32: o Unmap memory view when deleting PE dll object.
354 (problem found by Dietrich)
355
356 2003-04-09: Platon Fomichev <stauff@innotek >
357 - COMCTL32: o Due to flaw in cdecl implementation of GCC temporary
358 correctly import _wtoi func from NTDLL
359 - EMXLIBS: o Possible endless loop in OS2FS replacement funcs
360 (problem found by Dietrich)
361
362 2003-04-08: Platon Fomichev <platon@innotek >
363 - USER32: o Treat LBUTTON press different from others in scrollbar. (WineX resync)
364
365 2002-04-08: knut st. osmundsen <Knut.Osmundsen@innotek >
366 - COMDLG32: o Corrected default printer init. It was crashing with big
367 printer setups and not handling multiple drivers per device
368 correctly.
369
370 2002-04-08: Sander van Leeuwen <sandervl@innotek >
371 - USER32: o Menu control: do not paint default menu item strings in bold
372 if in OS/2 GUI mode
373
374 2003-04-04: Platon Fomichev <platon@innotek >
375 - NTDLL: o Massive update. NTDLL internal tests, almost all
376 string and conversion funcs. Corrected and beautified .def file
377 - DOC: o Updated GCCBuildInstructions.txt for GCC 3.2.1
378
379 2003-04-03: Sander van Leeuwen <sandervl@innotek >
380 - WINMM: o Different method for detecting DirectAudio (uniaud, sblive, c-media)
381 o Added custom build function to disable DirectAudio (always use DART)
382 o Waveout (DART): handle underrun properly (next buffer write
383 and position after continueing)
384
385 2002-04-02: knut st. osmundsen <bird-odin-spam@anduin >
386 - WIN32K: o Win32VersionValue in OptionalHeader.
387
388 2002-04-02: Yuri Dario <mc6530@mclink >
389 - INCLUDE, GDI32, USER32, KERNEL32:
390 o Corrected & changed headers + source updates
391 - USER32: o Button: WM_SETTEXT fix
392
393 2003-04-02: Platon Fomichev <platon@innotek >
394 - INCLUDE, KERNEL32:
395 o Corrected HFILE definition as it is in Wine and in Win2k +
396 header updates.
397 - INCLUDE\EMXRUNTIME:
398 o Modified EMX headers
399 - LIB\EMXSUPPORT:
400 o Modified EMX libraries
401
402 2003-04-01: Sander van Leeuwen <sandervl@innotek >
403 - GDI32: o Fix for partial dibsection resyncs
404
405 2003-04-01: Platon Fomichev <stauff@innotek >
406 - USER32: o Functions for setting custom frame/cd/window class names
407
408 2003-03-31: Dietrich Teickner <Dietrich_Teickner@t-online >
409 - SHELL32: o Shell file operations update
410
411 2003-03-31: Platon Fomichev <platon@innotek >
412 - KERNEL32: o Added vsnprintfW/snprintfW funcs for syncing with latest
413 wine NTDLL
414
415 2003-03-31: knut st. osmundsen <bird-odin-spam@anduin >
416 - PE2LX/WIN32K:
417 o Custombuild feature for excluding dlls. Cleanups.
418 o Option for making all object RW file.
419 - KERNEL32: o Made Pe2Lx'ed DLLs work.
420
421 2003-03-28: Sander van Leeuwen <sandervl@innotek >
422 - USER32: o Removed changes for window tracking (move/size) with full
423 window dragging enabled (2003-03-27)
424
425 2003-03-27: Sander van Leeuwen <sandervl@innotek >
426 - USER32: o Don't change focus when processing mouse button message if
427 the top parent is a fake window
428 o Changes for window tracking (move/size) with full window
429 dragging enabled
430 - KERNEL32: o Memory map updates
431
432 2003-03-26: Sander van Leeuwen <sandervl@innotek >
433 - KERNEL32: o WaitForSingleObject/(Msg)WaitForMultipleObject fixes to
434 prevent thread priorities from being accidentally boosted to
435 time critical
436
437 2003-03-22: Sander van Leeuwen <sandervl@innotek >
438 - USER32: o If an application doesn't validate the update region
439 while processing WM_PAINT, then we must remember it for
440 the next time.
441 Windows will only send a WM_PAINT once until another part of
442 the window is invalidated. Unfortunately PM keeps on sending
443 WM_PAINT messages until we validate the update region.
444 This affects UpdateWindow, RedrawWindow, GetUpdateRgn, GetUpdateRect,
445 BeginPaint and the next WM_PAINT message.
446
447 2003-03-20: Sander van Leeuwen <sandervl@innotek >
448 - USER32: o WindowFromPoint: only send WM_NCHITTEST to windows belonging
449 to the current thread
450 o Changes for fake windows. Moved them into a seperate C++ class
451 and overload some methods to correct the behaviour.
452
453 2003-03-18: Platon Fomichev <platon@innotek >
454 - USER32: o Shift/Ctrl/Alt+Numpad keys illegal behaviour. Generic numpad
455 keys like (/*-+) produced garbage.
456
457 2003-03-12: Platon Fomichev <stauff@innotek >
458 - USER32: o GetKeyState and GetAsyncKeyState fixes for numpad keyboard
459
460 2003-03-06: Sander van Leeuwen <sandervl@innotek >
461 - KERNEL32: o Don't change the stack alignment if the thread has less than
462 128 kb stack.
463 - WINMM: o Improved accuracy of waveIn/OutGetPosition. (use FPU to prevent
464 rounding errors)
465 o Added code to dump played wave data to disk (disabled by default)
466
467 2003-03-06: knut st. osmundsen <Knut.Osmundsen@innotek >
468 - KERNEL32: o The WIN32LOG_FILEBASE env.var. can be used to point the logfile
469 elsewhere. "%d.log" is added to the value.
470 o Print szLineExceptionType too in exception dump.
471 o Custombuild apis for entering and leaving Odin thread context.
472 o Added functions to quickly get the PID & TID
473
474 2003-03-05: knut st. osmundsen <bird-odin-spam@anduin >
475 - MAKE: o Experimental OTHERS variable.
476 o Full source path to compilers.
477
478 2003-03-05: Sander van Leeuwen <sandervl@innotek >
479 - WINMM: o timeBegin/EndPeriod: check for upper and lower boundaries
480 o waveoutGetPosition: return 0 if stream is not active (DART)
481 o waveinGetPosition: return 0 if stream is not active (DART)
482 o Don't print a warning for CALLBACK_NULL callbacks
483 o Added ODIN_waveInSetFixedBuffers, renamed SetFixedWaveBufferSize
484 to ODIN_waveOutSetFixedBuffers. Used to tell WINMM to use
485 the waveOutWrite buffer size for the DART buffers.
486 o Don't pause the wave stream if no buffers left to add. Let
487 DART detect the underrun condition.
488
489 2003-03-04: Platon Fomichev <stauff@innotek >
490 - USER32: o We did not pay attention to numlock state on numpad keyboard.
491
492 2003-03-03: Dietrich Teickner <Dietrich_Teickner@t-online >
493 - GDI32: o ExtTextOutA: copy string and force zero termination
494 - SHELL32: o Minor updates
495
496 2003-03-03: Sander van Leeuwen <sandervl@innotek >
497 - WSOCK32: o Removed wrong checks for invalid address parameters in
498 sendto & recvfrom
499
500 2003-03-01: Sander van Leeuwen <sandervl@innotek >
501 - KERNEL32: o ExitProcess: turn off hard errors & exception popups before
502 calling O32_ExitProcess (release build only)
503 o DeleteFile: when deleting a .lnk file, verify if it's a shell
504 link object file. if so, delete WPS object
505 o ODIN_DisableFolderShellLink added: disable object creation in
506 Odin folder. Desktop shortcuts will still be created as WPS
507 objects on the desktop.
508 o OSLibWinCreateObject: create shelllink file with WPS object id
509 - USER32/KERNEL32:
510 o Move OSLibWinCreateObject to KERNEL32
511 - SHELL32: o Shelllink: use kernel32 file functions instead of those from
512 the VAC crt
513
514 2003-02-28: Sander van Leeuwen <sandervl@innotek >
515 - SRC\makefile:
516 o Skip msvcrt & crtdll for now. Causes too many problems with
517 Odin builds.
518 - KERNEL32: o Fixed CreateProcessA regression (Lotus Notes)
519 o Check for invalid data while measuring the CPU speed. DosTmrQueryTime
520 isn't very reliable (on laptops).
521 o ExitProcess: don't remove our exception handler too early
522 o Map ERROR_PATH_NOT_FOUND (OS/2) to ERROR_INVALID_NAME
523 - WINMM: o Protect linked timer list with VMutex object.
524
525 2003-02-28: knut st. osmundsen <Knut.Osmundsen@innotek >
526 - MAKEFILES:
527 o New rule cleanall which tries to wipe out all the output.
528 o ODIN32_LIB and ODIN32_BIN is now the same for all the CCENVs.
529 (AFAIK we no longer try compile stuff with many compiles, but
530 stick too the once which are working, VAC3 or EMX that is.)
531 o Linenumbers in release mode.
532 o Pass full source file names to compilers so the debugger easier
533 will find the the right source.
534 o Defined STATIC_CRT in src/win32k/utils.
535 o Profiling: Link with kProfile.lib when DEBUG= and PROFILE=1.
536 Configured this for EMX targets too. (state: Experimental)
537
538 2003-02-28: Platon Fomichev <stauff@innotek >
539 - USER32: o Wrong checks on restoration point remembering. Maximizing
540 window from PM icon using keyboard or menu produced wrong
541 controls.
542
543 2003-02-27: Sander van Leeuwen <sandervl@innotek >
544 - KERNEL32: o VirtualAlloc: fixed handling of commit for a page range
545 that is not entirely reserved (contains committed pages)
546 o Don't call WinMessageBox in the unhandled exception filter as
547 that can hang PM.
548
549 2003-02-27: Platon Fomichev <stauff@innotek >
550 - USER32: o Illegal PM sequence of maximizing from icon state corrected.
551 Inter-thread controls change caused PM lockups. Rewrote
552 PM window frame controls manipulation procedure.
553
554 2000-02-27: Achim Hasenmueller <achimha@innotek >
555 - KERNEL32: o MoveFile: detect if source and target file names are on a
556 different drive and use DosCopy/DosDelete instead of DosMove
557 in this case.
558
559 2003-02-26: Sander van Leeuwen <sandervl@innotek >
560 - RICHED32: o Rewrote control; no longer creates a child Edit window as this
561 doesn't happen in Windows and breaks subclassing
562 o EM_CHARFROMPOS is different for RichEdit controls (lParam is
563 a POINTL pointer)
564 o Implemented EM_FINDWORDBREAK
565
566 2003-02-25: Sander van Leeuwen <sandervl@innotek >
567 - USER32: o Bugfix for WPS object creation
568 - RICHED32: o Added support for EM_SETCHARFORMAT (text & background color)
569 & EM_SETBKGNDCOLOR.
570
571 2003-02-24: Sander van Leeuwen <sandervl@innotek >
572 - WS2_32: o Implemented non-overlapped WSARecv & WSASend.
573 - WSOCK32: o check for local host name in gethostbyname. if identical,
574 then use "localhost" instead
575 - KERNEL32: o GetFullPathNameA: don't change the input string
576 o Added ODIN_IsWin32App export to determine whether an app
577 is a win32 or os2 binary.
578 - USER32: o Changes for creating WPS objects (win32/os2 app)
579 o Added function to convert an icon group in memory
580 - SHELL32: o Convert win32 icon file to os2 format when creating a shell link.
581
582 2003-02-23: knut st. osmundsen <bird@anduin >
583 - TOOLS/ALIASDEF:
584 o A tool for generating alias records from an .def file.
585 Something I wrote will playing with NTDLL here.
586
587 2003-02-22: Sander van Leeuwen <sandervl@innotek >
588 - WS2_32: o Added WSARecv(From) & WSASend(To) stubs
589
590 2003-02-22: Platon Fomichev <stauff@innotek >
591 - USER32: o Restoring maximized window from iconic state caused window
592 frame controls to behave badly. General out-of-sync problems
593 with frame controls. Invisibility of frame controls after
594 lots of minimizing/restoring.
595
596 2003-02-22: Dietrich Teickner <Dietrich_Teickner@t-online >
597 - SHELL32: o Shell file operation updates
598
599 2003-02-20: knut st. osmundsen <Knut.Osmundsen@innotek >
600 - KERNEL32: o Added custombuild API for registering a callback for LX Dll
601 loading thru LoadLibrary*().
602
603 2003-02-18: Sander van Leeuwen <sandervl@innotek >
604 - KERNEL32: o Touch last stack page using ESP. (just in case)
605 o Cleaned up memory map code.
606
607 2003-02-17: Sander van Leeuwen <sandervl@innotek >
608 - KERNEL32: o FindFirstFile: return ERROR_FILE_NOT_FOUND if DosFindFirst
609 returns ERROR_PATH_NOT_FOUND
610 - USER32: o Single Alt down + up always generates WM_SYSKEYUP; reset
611 iMenuSysKey on WM_KEYUP, so the system menu isn't accidentally
612 activated.
613
614 2003-02-16: Sander van Leeuwen <sandervl@innotek >
615 - USER32: o ToAscii: fixed wrong checks for VK_SHIFT/CONTROL/MENU
616 o Fixed broken implementation of GetKeyState, GetAsyncKeyState
617 and GetKeyboardState
618 o Do not translate WM_KEYUP to WM_SYSKEYUP if AltGr released
619 and KC_LONEKEY flag is set. (only for Alt)
620 o GetKeyboardState, GetKeyState, GetAsyncKeyState:
621 pretend left Ctrl key is pressed if AltGr down.
622 - PMKBDHK: o Special handling of AltGr key. Must send Ctrl key messages
623 like Windows.
624
625 2003-02-14: Dietrich Teickner <Dietrich_Teickner@t-online >
626 - SHELL32: o Shell file operation updates
627
628 2003-02-13: Sander van Leeuwen <sandervl@innotek >
629 - USER32: o Handle SetFocus(0) correctly: keystrokes are converted into
630 WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages
631 o DrawFocusRect: conflict between SetROP2(R2_XORPEN) and
632 SetBkMode(TRANSPARENT); commenting out the latter for now.
633 - SHELL32: o Control panel Wine resync
634 - KERNEL32: o Added ODIN_SetTIBSwitch function to override TIB selector
635 switching.
636 o Forward RtlZero/Move/FillMemory to ntdll
637 - NTDLL: o Cleaned up
638
639 2003-02-11: Sander van Leeuwen <sandervl@innotek >
640 - USER32: o When a window is activated by a mouse click, we must set
641 focus to the client window (and not the frame!).
642 o GetSysColor: always return cached colors
643
644 2003-02-10: Sander van Leeuwen <sandervl@innotek >
645 - KERNEL32: o Touch all stack pages we skip in the out of stack workaround for
646 16 bits code. Jumping over the guard page causes a protection
647 violation exception.
648 - USER32: o EnumThreadWindows: must return windows in Z-order
649 (experiments show EnumThreadWindows in NT4 behaves like this)
650
651 2003-02-07: Sander van Leeuwen <sandervl@innotek >
652 - DDRAW/NTDLL:
653 o Rename resource directory
654 - USER32: o Don't save position (for restore) in SetWindowPos if window
655 is minimized .
656
657 2002-02-06: Dietrich Teickner <Dietrich_Teickner@t-online >
658 - USER32: o Edit control: fixed heap corruption in undo buffer
659
660 2003-02-06: Sander van Leeuwen <sandervl@innotek >
661 - ODINCRT: o Rewrote critical sections to be safe on SMP systems
662 (previous implementation had one flaw that happened
663 to be triggered often on my SMP machine)
664 - USER32: o Edit control: Always kill the timer if in captured state.
665 The app can call ReleaseCapture before we get the WM_LBUTTONUP
666 message.
667 o Send WM_QUERYNEWPALETTE when a window receives focus
668 o Translate WM_REALIZEPALETTE into WM_PALETTECHANGED
669 - GDI32: o Must manually correct y coordinates for DIB section blit since
670 we reset the y inversion back to 0.
671 (subtract twice the viewport & windows origin y)
672 o CreateDIBSection: don't get palette from DC if bitmap bits provided
673
674 2003-02-05: Sander van Leeuwen <sandervl@innotek >
675 - KERNEL32: o Check ESP when calling the entrypoint of a newly created thread.
676 If close to a 64kb boundary, adjust it. Some ancient 16 bits
677 code will crash if there's not enough stack left.
678
679 2003-02-04: Sander van Leeuwen <sandervl@innotek >
680 - KERNEL32: o Support DuplicateHandle for threads
681 o Fixed command line parsing regression
682 - DDRAW: o FS corruption in SetCooperativeLevel
683
684 2003-02-02: Sander van Leeuwen <sandervl@innotek >
685 - INCLUDE\makefiles:
686 o Define STATIC_CRT for all exe targets
687
688 2003-01-30: Sander van Leeuwen <sandervl@innotek >
689 - KERNEL32: o CreateProcess changes for parsing the application name
690 and command line strings
691
692 2003-01-29: Sander van Leeuwen <sandervl@innotek >
693 - USER32: o OS/2 Look & Feel is now default
694 o Use OS/2 colors again in OS/2 L&F mode
695
696 2003-01-28: Sander van Leeuwen <sandervl@innotek >
697 - USER32: o Don't use DrawFocusRect from WGSS anymore
698 - GDI32: o Fixes for InternalTextOutA without y-inversion (not activated)
699
700 2003-01-27: Platon Fomichev <platon@innotek >
701 - INCLUDE: o Illegal calling convention specified for _System calling
702 convention in headers for GCC. Bugs in ASM code for SetFS
703 RestoreFS.
704 - NTDLL: o In C++ files specify extern "C" for _System calling convention
705 as well. Affected _DLL_InitTerm
706
707 2003-01-23: knut st. osmundsen <bird-odin-spam@anduin.net>
708 - TOOLS\COMMON, TOOLS\WRC\U:
709 o Define STATIC_CRT so wrapper headers doesn't kick in.
710
711 2003-01-23: Sander van Leeuwen <sandervl@innotek >
712 - INCLUDE\*.mk:
713 o Don't use include\incl_vac for statically linked targets
714 (e.g. tools)
715 - ODINCRT: o Added wrappers for new & delete operators
716 - ODINPROF, IPLOG, OLE32\REGSVR32;
717 o Link with static CRT library
718 - MAKE\setup.mak:
719 o Only add include\incl_vac if not building an odin32 app
720
721 2003-01-23: Platon Fomichev <platon@innotek >
722 - DOC: o Added build instructions for GCC
723 - NTDLL: o Made initntdll a C file to remove C++ GCC stuff for now
724 and added RtlBitmap support from Wine.
725 - INCLUDE: o Correced odinlx.h header - problem while compiling with
726 C compiler.
727
728 2003-01-22: Sander van Leeuwen <sandervl@innotek >
729 - ODINCRT: o Renamed wrapper functions
730 - INCLUDE\incl_vac:
731 o Changed VAC headers to rename memory and file functions
732 (those that change FS when called)
733 - MAKE, INCLUDE\*.mk:
734 o Add include\incl_vac first to include path (/I)
735 - KERNEL32: o Removed WriteLogError
736
737 2003-01-22: Platon Fomichev <platon@innotek >
738 - NTDLL: o Dll load/unload changes
739
740 2003-01-21: Sander van Leeuwen <sandervl@innotek >
741 - DDRAW: o Removed dependency on dive.dll. Load it on demand.
742 - USER32: o Moved debug wrapper for DDE to dde.cpp
743
744 2003-01-19: Sander van Leeuwen <sandervl@innotek >
745 - KERNEL32: o Only load LVM.DLL when we actually need it.
746 o CreateProcess bugfix for thread id if launched directly
747 o CreateFile returns ERROR_ALREADY_EXISTS if file not found
748 and CREATE_NEW
749 o Check and correct process type in thread wrapper. WinCreateMsgQueue
750 fails for non-PM apps. We set it to PM in the VIO loader, but
751 apparently it can be changed back.
752
753 2003-01-18: Sander van Leeuwen <sandervl@innotek >
754 - KERNEL32: o FindFirstFile must return ERROR_FILE_NOT_FOUND when
755 the specified file or directory isn't present.
756 (OS/2 returns ERROR_NO_MORE_FILES)
757
758 2003-01-16: Sander van Leeuwen <sandervl@innotek >
759 - KERNEL32: o Fixed heap corruption in CreateProcess (with current dir)
760 - USER32: o Only the combo bitmap header is wrong; the others are fine
761 (regression from 2003-01-05)
762
763 2003-01-16: Platon Fomichev <platon@innotek >
764 - NTDLL: o Changes for building dll with GCC
765
766 2003-01-15: Platon Fomichev <platon@innotek >
767 - MSVCRT: o Updates
768 - VERSION: o Don't use crtdll
769 - INCLUDE: o Updates for GCC builds
770
771 2003-01-14: Sander van Leeuwen <sandervl@innotek >
772 - WINMM: o Delete all wave object on unload
773 o Fix linked list synchronization
774
775 2003-01-13: Sander van Leeuwen <sandervl@innotek >
776 - KERNEL32: o Don't allocate selectors anymore. Allocate tiled memory
777 and call Dos32FlatToSel.
778 o Get default stack size from PE header.
779 o Thread handles not closed properly.
780
781 2003-01-12: Sander van Leeuwen <sandervl@xs4all >
782 - KERNEL32: o Ported QueryDosDeviceA/W from Rewind
783 Return all valid drive letters in QueryDosDeviceA/W(NULL)
784 Return full device name for drive letters
785 o Implemented IOCTL_SCSI_GET_CAPABILITIES
786 o Do not fail CDIO init if media not present
787
788 2003-01-10: Sander van Leeuwen <sandervl@innotek >
789 - KERNEL32: o Don't close handle in CloseHandle if HANDLE_FLAG_PROTECT_FROM_CLOSE
790 flag set.
791 o Implemented Set/GetHandleInformation
792 o CreateFile: create handles that are not inherited by child
793 processes by default
794 Only enable inheritance if specified in security struct
795 o Create(Named)Pipe: default = not inherited by child processes
796 Only enable inheritance if specified in security
797 struct.
798 o DuplicateHandle; set inheritance flag with SetHandleInformation
799 o CreateProcess: support for setting stdin/out/err handles
800 of child process
801 o PeekNamedPipe: - return ERROR_BROKEN_PIPE when used for unnamed
802 pipes (which is not allowed in OS/2)
803 (workaround)
804 - USER32: o ScrollDC bugfix; must convert rectangle returned by GetClipBox
805 to device coordinates
806
807 2003-01-10: Platon Fomichev <platon@innotek >
808 - MSVCRT: o Updates
809 - CRTDLL: o Wine port (forwarder dll to msvcrt)
810
811 2003-01-10: Herwig Bauernfeind <herwig.bauernfeind@aon >
812 - ODINBUG: o Updated to version 0.5.8
813
814 2003-01-08: Sander van Leeuwen <sandervl@innotek >
815 - KERNEL32: o SetTimeZoneInformation: save info in registry:
816 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
817 o GetTimeZoneInformation: read info from registery if present;
818 otherwise call WGSS
819 o RegQueryValue(Ex)W: workaround to return bytes for strings
820 must always be executed when lpcbData != NULL.
821
822 2003-01-07: Sander van Leeuwen <sandervl@innotek >
823 - USER32: o Convert color masks to b&w in CreateIconIndirect
824 - RICHED32: o Don't forward WM_NCCALCSIZE to Edit control or else the
825 richedit parent's client area is resized. We already
826 resize the Edit child in the WM_SIZE handler.
827 o Wrong call to ctordtorTerm; removed it and ctordtorInit
828 since there's no C++ code in that dll anyway.
829 - ODININST: o Parse TZ environment variable and save timezone information
830 to the registry. (default is CET if not found)
831
832 2003-01-06: Sander van Leeuwen <sandervl@innotek >
833 - WSOCK32: o Better method to cancel all async requests in WSACleanup
834 - USER32: o Invalidate window when it's resized and SWP_NOCOPYBITS
835 is specified.
836 o Fixed icon leak in IconForWindow method (call LoadImageA
837 with LR_SHARED flag to reuse icons)
838
839 2003-01-06: Platon Fomichev <platon@innotek >
840 - ConfigureGCC.cmd,
841 INCLUDE\win\msvcrt,
842 INCLUDE\emx makefiles
843 MSVCRT:
844 o Wine port of MSVCRT (build with GCC)
845
846 2003-01-05: Sander van Leeuwen <sandervl@innotek >
847 - KERNEL32: o Added ODIN_SetDllLoadCallback; install a dll load hook
848 that's called as soon as all exports are processed
849 (so before any code is executed that can use the dll)
850 o Added ODIN_SetProcAddress; override a name or ordinal export
851 - USER32: o Corrected wrong bitmap headers in resources
852 o Added workaround for handling black & white cursors
853
854 2002-01-05: Dietrich Teickner <Dietrich_Teickner@t-online >
855 - USER32: o Return MA_NOACTIVATE in listbox WM_MOUSEACTIVATE handler.
856 (apparently not necessary anymore in Wine; so probably
857 caused by something else)
858
859 2003-01-04: Sander van Leeuwen <sandervl@innotek >
860 - USER32: o Corrected drawing of menubar in OS/2 L&F mode (when highlighted)
861 o Fixed handling of single ALT to select menu
862 o Use different color for highlighted menus (OS/2 L&F)
863 - GDI32: o Removed broken handling of TA_RIGHT in TextOut
864 o Flip bitmap in GetDIBits if height is negative
865 o Only return bitfield data in GetDIBits if compression set
866 to BI_BITFIELDS (and lpvBits is not NULL)
867
868 2003-01-03: Sander van Leeuwen <sandervl@innotek >
869 - USER32: o Merged Rewind menu control
870 o Fixed GetSystemMetrics(SM_CXMENUCHECK); should be 13
871 o Always use windows system colors (even in OS/2 L&F mode)
872
873 2002-01-03: Dietrich Teickner <Dietrich_Teickner@t-online >
874 - KERNEL32: o Convert timezone names in Set/GetTimeZoneInformation as
875 WGSS expects/returns ascii strings instead of unicode.
876
877 2003-01-02: Sander van Leeuwen <sandervl@innotek >
878 - KERNEL32: o Set the codepage of the message queue for each new thread
879 that is created. (done for the main thread in user32)
880 - USER32: o Fix for composite keyboard character translation
881 (e.g. ^ on german keyboards)
882 o SystemParametersInfoA fix for SPI_GETNONCLIENTMETRICS in
883 OS/2 L&F (font height must be negative)
884 o Deactivate window when hiding it to force PM to switch focus.
885 (Note: might cause regressions!)
886 o Fixed behaviour of SetFocus(NULL); should return the current
887 focus window.
888
889 2003-01-01: Sander van Leeuwen <sandervl@innotek >
890 - USER32: o Fixes for windows with an iconless class and WS_EX_DLGMODALFRAME
891 style. (they shouldn't have a system menu)
892 (either right after creation or when the app add this extended
893 style later on)
894 o Remove minimize or maximize controls when the app requests it
895 (OS/2 GUI mode)
896 - GDI32: o Cleaned up SetDIBitsToDevice
Note: See TracBrowser for help on using the repository browser.