source: trunk/changelog@ 10196

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

* empty log message *

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