source: trunk/changelog@ 10626

Last change on this file since 10626 was 10626, checked in by cinc, 21 years ago

Changes in KERNEL32 and OLE32.

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