source: trunk/changelog@ 10388

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

* empty log message *

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