source: trunk/changelog@ 10498

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

* empty log message *

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