source: trunk/changelog@ 10524

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

* empty log message *

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