source: trunk/changelog@ 10573

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

* empty log message *

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