source: trunk/changelog@ 10371

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

* empty log message *

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