source: trunk/changelog@ 10548

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

* empty log message *

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