source: trunk/changelog@ 10302

Last change on this file since 10302 was 10302, checked in by bird, 22 years ago

* empty log message *

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