1 ----------------------------------------------------------------
2 2000-07-16 Alexandre Julliard <julliard@winehq.com>
5 Added assembly wrapper for calling window procedures.
7 * include/main.h, include/options.h, include/process.h, loader/dos/module.c, loader/main.c, misc/options.c, scheduler/client.c, scheduler/process.c:
8 Get full path of argv[0] before we change directories.
9 Make sure process names are long path names.
10 Cleaned up initialisation a bit.
13 Stephane Lussier <stephane@macadamian.com>
14 In set_socket_event, the event should be signaled if there's a pending
15 network event corresponding to the events the application wanted to be
18 * dlls/winspool/info.c, files/file.c, graphics/x11drv/xfont.c, loader/task.c, windows/class.c, dlls/odbc32/proxyodbc.c, dlls/ole32/datacache.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/wininet/internet.c:
19 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
22 * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
23 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
24 Doc and trace updates.
26 * include/process.h, loader/module.c, scheduler/process.c:
27 Marcus Meissner <marcus@jet.franken.de>
28 Transmit current directory settings to newly created processes.
30 * documentation/installation-und-konfiguration.german:
31 Peter Ganten <peter@ganten.org>
32 Added German installation and configuration manual.
34 * windows/x11drv/keyboard.c:
35 Raul Fernandes <rgf@ieg.com.br>
36 Added Brazilian keyboard.
38 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
39 Set clipping region to client window before owner-drawn painting.
42 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
43 Added the "SharedDir" registry key.
45 * include/acconfig.h, include/config.h.in, configure, configure.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11_private.h:
46 Lionel Ulmer <lionel.ulmer@free.fr>
47 - fix Direct3D support and a lot of warnings
48 - add support for DDraw in a window (not optimized yet)
49 - cleans up OpenGL extensions handling for D3D
51 * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
52 Background of SS_SIMPLE static control is not filled (unless it has
56 Marcus Meissner <marcus@jet.franken.de>
57 Drop UNIX cwd to / after calculating WINE current directory (to allow
60 2000-07-15 Alexandre Julliard <julliard@winehq.com>
62 * graphics/x11drv/dib.c:
63 Stephane Lussier <stephane@macadamian.com>
64 New version of the patch from Francois Jacques with a modification of
65 my own that makes everybody happy :-)
67 * misc/comm.c, dlls/kernel/kernel32.spec:
68 Mike McCormack <mike_mccormack@looksmart.com.au>
69 Hook serialui dll into existing comm functions.
71 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/serialui/.cvsignore, dlls/serialui/Makefile.in, dlls/serialui/confdlg.c, dlls/serialui/serialui.h, dlls/serialui/serialui.spec, dlls/serialui/serialui_rc.rc:
72 Mike McCormack <mike_mccormack@looksmart.com.au>
73 Implemented serialui dll containing CommConfigDialog,
74 GetDefaultCommConfig and SetDefaultCommConfig.
76 * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
77 Patrik Stridvall <ps@leissner.se>
80 * tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
81 Patrik Stridvall <ps@leissner.se>
82 - Minor API files fixes.
83 - Minor bug fixes and additions.
85 * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
86 Patrik Stridvall <ps@leissner.se>
87 Fixed some issues found by winapi_check.
90 Dave Hawkes <daveh-wine@cadlink.com>
91 All standard window controls should have CS_PARENTDC, but should still
92 clip to the control window.
95 John R . Sheets <jsheets@codeweavers.com>
96 We also have to validate the frame to avoid an infinite loop when the
97 app doesn't call BeginPaint.
100 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
101 Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
103 * dlls/winmm/wineoss/mixer.c:
104 Ed Snow <ed_snow@ttmengineering.com>
105 Fixes unmuting when unmuted.
106 Unifies scale reported with scale used for volume control.
107 Hack for Bass/Treble until better fix is complete.
109 * graphics/x11drv/xfont.c:
110 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
111 Added DBCS/unicode encoding templates.
114 Susan Farley <sfarley@codeweavers.com>
115 Don't clear selection when initial entry is not in the list.
117 * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
118 Made --language behave the same as setting the LANGUAGE environment
121 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec, dlls/rpcrt4/.cvsignore, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/wtypes.h, loader/loadorder.c:
122 Huw D M Davies <hdavies@codeweavers.com>
124 Implement UuidCreate (using existing code from CoCreateGuid).
125 CoCreateGuid calls UuidCreate.
128 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
129 Fix for supporting DBCS.
131 * dlls/comctl32/toolbar.c:
132 Rob Farnum <rfarnum@mindspring.com>
133 Ignore iBitmap width when drawing flat toolbar.
135 * loader/pe_image.c: Peter Ganten <peter@ganten.org>
136 Fixed a file descriptor leak in the PE loader.
139 Jean-Claude Batista <jcb@macadamian.com>
140 Ensure the validity of hOldFocus before calling WIN_GetTopParent.
142 * graphics/x11drv/xfont.c:
143 Drew Ronneberg <drew@codon.princeton.edu>
144 Ignore broken fonts when building cache file.
146 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
147 Allow SetWindowLong(... GWL_STYLE) to change visible bit.
149 * documentation/registry:
150 Ove Kaaven <ovek@arcticnet.no>D
151 Text of WWN article "The Registry".
153 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
154 David Elliott <dfe@infinite-internet.net>
155 - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
156 guessing the command length correctly, and if not, tell's it what's up.
157 - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
158 caller to clear the fields.
159 - Added a new field to HA_Unique content to fix some applications. Will
160 fix this for good at a later date.
161 - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
163 - Added some constants to winescsi.h
164 (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
166 * dlls/user/user32.spec, windows/user.c:
167 Peter Ganten <peter@ganten.org>
168 Stubs for CreateDesktopA and EnumDesktopWindows.
170 * loader/loadorder.c:
171 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
172 Added ws2_32 loadorder.
174 * tools/winebuild/main.c:
175 Peter Ganten <peter@ganten.org>
176 Try to unlink output file before opening it.
179 Marcus Meissner <marcus@jet.franken.de>
180 Replaced %s by %p in EDIT_WM_SetText.
182 * dlls/winsock/ws2_32.spec:
183 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
184 Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
186 * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
187 Add a warning when the normal load address for a win32 program is not
190 * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
191 Huw D M Davies <hdavies@codeweavers.com>
192 OLE picture object implementation.
195 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
196 Fixed an incorrect format string.
198 * loader/loadorder.c:
199 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
200 Added loadorder entry for the Linux glide3x library.
203 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
204 Added "CommonFilesDir"="C:\Program Files\Common Files".
206 * debugger/db_disasm.c:
207 Ian Schmidt <ischmidt@cfl.rr.com>
208 Added Pentium Pro/2/3/4 conditional move instructions.
210 2000-07-11 Alexandre Julliard <julliard@winehq.com>
212 * dlls/kernel/kernel_main.c, memory/codepage.c:
213 Set ansi/oem/mac code pages from current locale.
215 * scheduler/client.c:
216 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
217 Better error message for really clueless newbies.
219 * dlls/msacm32/msacm32_main.c:
220 James Hatheway <james@macadamian.com>
221 Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
223 * dlls/ddraw/dsurface/main.c:
224 Marcus Meissner <marcus@jet.franken.de>
225 Check for NULL flipchain and just return the current surface if it
228 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
229 Marcus Meissner <marcus@jet.franken.de>
230 Implemented _vsnprintf by calling wvsnprintfA.
233 Stephane Lussier <stephane@macadamian.com>
234 In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
237 * dlls/comctl32/toolbar.c:
238 Chris Morgan <cmorgan@wpi.edu>
239 Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
240 is non-zero. Better fix than my previous patch.
242 2000-07-10 Alexandre Julliard <julliard@winehq.com>
244 * scheduler/thread.c:
245 Lazy initialisation of thread locale.
247 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplobby.h:
248 Peter Hunnisett <hunnise@nortelnetworks.com>
249 - Make ref counting a little more efficient
250 - Correct suspended process resumption
251 - Don't use sys/queue.h anymore
252 - Properly initialize the global semaphore across processes
253 - Create a mapped file for shared data structures
254 - Change some trace messages
255 - Allocate dynamic shared data from the mapped file
256 - Rework setting and retrieving lobby settings from shared memory
257 - Add infrastructure for syncronization after app launch
258 - Small documentation update
259 - Include some stuff missing from header
260 - Start on dp and dpl message infrastructure
261 - Unicode versions of player/group commands added
262 - Combined Connect/ConnectEx and Open/SecureOpen
263 - More implementation
265 * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
266 Dmitry Timoshkov <dmitry@sloboda.ru>
267 Moved all NLS dependent data to the KERNEL resources.
269 * scheduler/thread.c:
270 Juergen Schmied <juergen.schmied@debitel.net>
271 Moved setting the locale value to the right position.
273 * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
274 Fixed FormatMessage[A|16] against some buffer overflow cases.
276 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
277 Removed extraneous trace message.
279 * debugger/winedbg.c:
280 Eric Pouech <Eric.Pouech@wanadoo.fr>
281 Unconditionnally print messages on DLL load breakpoint.
284 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
285 Fixed winedbg watchpoints.
287 * dlls/oleaut32/ole2disp.c:
288 Francois Jacques <francoisj@macadamian.com>
289 Prevent SysAllocString and SysAllocString16 to perform any processing
293 Stas Sergeev <stas.orel@mailcity.com>
294 Make it possible to change the encoding of fonts from the command
295 line, even if autodetected.
297 * windows/spy.c, windows/ttydrv/wnd.c, windows/win.c, windows/x11drv/wnd.c, controls/button.c, controls/icontitle.c, controls/static.c, include/mdi.h, include/ttydrv.h, include/win.h, include/x11drv.h, windows/defwnd.c, windows/dialog.c, windows/mdi.c, wine.ini:
298 Dmitry Timoshkov <dmitry@sloboda.ru>
299 Convert WND.text field to Unicode.
300 Add new key to wine.ini in the section [x11drv] - TextCP, which means
301 code page used for texts passed to X.
302 Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
304 * graphics/x11drv/dib.c: Backed out previous patch.
306 * dlls/user/user32.spec, include/winuser.h, windows/user.c:
307 Marcus Meissner <marcus@jet.franken.de>
308 Stub for RegisterDeviceNotificationA.
310 * dlls/winsock/socket.c:
311 Gerard Patel <g.patel@wanadoo.fr>
312 Fakes a negotiation of the winsock version.
314 * dlls/oleaut32/typelib.c:
315 Juergen Schmied <juergen.schmied@debitel.net>
316 - better loading of *.tlb files
317 - seperated code for loading tlb resource into memory from code for
318 parsing the tlb resource.
320 * dlls/ole32/ole2stubs.c:
321 Juergen Schmied <juergen.schmied@debitel.net>
322 Implemented OleCreate.
324 2000-07-09 Alexandre Julliard <julliard@winehq.com>
326 * windows/class.c: Noomen Hamza <noomen@macadamian.com>
327 GetClassInfo should return global classes even if the hInstance
328 parameter is different from the one passed to the RegisterClass
331 * misc/comm.c: Stefan Leichter <sle@camline.com>
332 Fixes the BuildCommDCBA function.
334 * configure, configure.in, include/config.h.in, misc/port.c:
335 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
336 Added configure check for libutil.h.
338 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
339 Make the focus follow the last selected item for multiselect listboxes.
341 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
342 Huw D M Davies <h.davies1@physics.ox.ac.uk>
343 Stub implementation of LHashValOfNameSysA.
344 Don't crash if we encounter a BSTR with length <= 0.
345 Fix typos in ITypeLib::GetDocumentation.
347 * dlls/shell32/shell.c:
348 Dave Hawkes <daveh-wine@cadlink.com>
349 With some apps a fault was possible in ExtractAssociatedIcon.
351 * windows/cursoricon.c:
352 Dave Hawkes <daveh-wine@cadlink.com>
353 GetIconInfo did no correctly identify icons from cursors.
356 Haithem Hmida <haithem@macadamian.com>
357 Under Windows 95/98/NT, message boxes do not have a default icon.
360 Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
363 * dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/dplay.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplay.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/wow32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, dlls/shfolder/.cvsignore, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/winsock/wsock32.spec, dlls/wow32/.cvsignore, dlls/wow32/Makefile.in, dlls/wow32/wow32.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in:
364 Created separate libraries for dplay, shfolder, shlwapi, wow32 and
365 wsock32 so that we have at most one Win32 dll in each .so library.
367 2000-07-08 Alexandre Julliard <julliard@winehq.com>
369 * graphics/x11drv/dib.c:
370 Francois Jacques <francoisj@macadamian.com>
371 Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
373 Corrected XGetSubImage arguments order.
375 * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
376 Matthew Lake <MLake@sunbelt-plb.com>
377 Added some missing definitions.
379 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
380 Francois Jacques <francoisj@macadamian.com>
381 Implemented SafeArrayGetVarType.
382 Added a VT_RECORD variant type definition.
384 * dlls/kernel/kernel32.spec, misc/comm.c:
385 Stefan Leichter <sle@camline.com>
386 Started implementation of the functions GetDefaultCommConfigA/W.
388 * dlls/ddraw/convert.c:
389 Marcus Meissner <Marcus.Meissner@caldera.de>
390 Corrected 24->32 conversion. Still only correct for little endian.
393 Susan Farley <sfarley@codeweavers.com>
394 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
397 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
398 Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
400 * dlls/comctl32/toolbar.c:
401 Chris Morgan <cmorgan@wpi.edu>
402 Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
403 is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
404 WinZip 8.0 where text is not shifted down by the height of the button
407 * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
408 Check the value returned by DIALOG_GetCharSize.
410 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/debugdefs.h:
411 Francois Jacques <francoisj@macadamian.com>
412 Added setupapi shared library and SetupIterateCabinet stub.
414 * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c, include/vfw.h, tools/winapi_check/win16/msvideo.api, tools/winapi_check/win32/msvfw32.api, windows/driver.c:
415 Bradley Baetz <bbaetz@student.usyd.edu.au>
416 Implemented a large number of the msvideo dll routines.
418 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
419 Gerard Patel <g.patel@wanadoo.fr>
420 Allow the size of bitmaps to be changed after toolbar buttons have
423 * dlls/comctl32/propsheet.c:
424 Slava Monich <Slava_Monich@cnt.com>
425 On Windows property sheet has DWL_USER dword pointing to a structure
426 that starts with HWND and PROPSHEETHEADER fields.
428 * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
429 Slava Monich <Slava_Monich@cnt.com>
430 Implementation of Get/SetThreadPriorityBoost.
432 * documentation/psdriver:
433 Stefan Leichter <sle@camline.com>
434 Added documentation on how to setup wine's Buildin Postscript Driver
435 working with ghostscript (afmfiles, ppdfile).
437 * debugger/debugger.h, debugger/expr.c, debugger/types.c:
438 Peter Hunnisett <hunnise@nortelnetworks.com>
439 - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
440 expose further bad code
441 - Print of pointer used as array now works
443 * dlls/comctl32/listview.c:
444 James Hatheway <james@macadamian.com>
445 Only use the column headers to calculate the width of a
446 LDS_REPORT-type listbox if it actually has column headers.
447 (ie. LVS_NOCOLUMNHEADER bit is not set.)
449 * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
450 BeginDeferWindowPos should allow zero count.
452 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
453 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
457 Bradley Baetz <bbaetz@student.usyd.edu.au>
458 Handle mciSendString("open <mcitype>",...)
460 * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
461 Bertho Stultiens <bertho@panter.soci.aau.dk>
462 - Bugfix: Macro expansion of strings would assert an internal error
463 or a segfault due to a lacking '\0' in the expansion.
464 - Bugfix: Prevent buffer overflow in reallocation of macro expansion
466 - Bugfix: Wrc's version information was not passed as numerical to the
467 preprocessor due to an error in the definition of the macro.
468 - Relaxed the newline constraint in global LANGUAGE statements, which
469 was introduced in version 1.1.3, so that some fancy preprocessor
471 - Removed the gcc-style #line handling from the resource-parser to the
472 resource-scanner so that it is possible to include files at any stage
473 of the source, independent of the parser-state.
474 - Bugfix: Stringtables were not correctly searched for duplicates
475 because the language comparison disregarded the sublanguage.
476 - Eliminated a repetitive warning when writing stringtables with zero
477 length string entries. These are perfectly valid (but make no sense:-).
478 Warnings are now only generated during parse in pedantic mode.
480 * dlls/oleaut32/ole2disp.c:
481 Huw D M Davies <h.davies1@physics.ox.ac.uk>
482 Fix SysStringByteLen to really return the length in bytes.
484 * dlls/comctl32/rsrc.rc:
485 Slava Monich <Slava_Monich@cnt.com>
486 Changed the size of property sheet template to be the same as the
487 original one (was 292x159, now 220x140).
489 * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
490 Huw D M Davies <h.davies1@physics.ox.ac.uk>
491 Implement IDataAdviseHolder.
493 * dlls/oleaut32/typelib.c:
494 Huw D M Davies <h.davies1@physics.ox.ac.uk>
495 Fix typo in ITypeLib::IsName.
497 * dlls/ole32/hglobalstream.c:
498 Huw D M Davies <h.davies1@physics.ox.ac.uk>
499 CreateStreamOnHGlobal should alloc a shared memory block if supplied
502 * dlls/commdlg/filedlg95.c:
503 Dmitry Timoshkov <dmitry@sloboda.ru>
504 Do not crash if there was no files selected and OK button was pressed.
506 * dlls/dsound/dsound_main.c:
507 Ove Kaaven <ovek@transgaming.com>
508 Fix a couple of problems with underruns and stopping/restarting.
511 Joerg Mayer <jmayer@telesun2.telemation.de>
512 Fixed the debugmsg help.
514 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
515 David Elliott <dfe@infinite-internet.net>
516 Map each channel on every host to an ASPI controller number.
517 Store map in HKEY_DYN_DATA.
519 * dlls/comctl32/comctl32undoc.c:
520 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
521 DSA_InsertItem returns nIndex, not nItemCount.
523 * dlls/comctl32/monthcal.c:
524 Chris Morgan <cmorgan@wpi.edu>
525 Fixed background redrawing when control is covered. Fixed a really
526 dumb mistake I made with border drawing many patches ago. Fixed
527 offset by 1 alignment issues.
529 * dlls/ddraw/dsurface/main.c:
530 Marcus Meissner <Marcus.Meissner@caldera.de>
531 Removed another bad assert and two no longer needed ones.
533 2000-06-25 Alexandre Julliard <julliard@winehq.com>
535 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
536 Fixed bad exception handler chain termination.
538 * windows/x11drv/wnd.c, windows/win.c:
539 Lawson Whitney <lawson_whitney@juno.com>
540 Moved zero-sized window hack to x11drv.
543 Marcus Meissner <marcus@jet.franken.de>
544 Return "no debugger attached" in NtQueryInformationProcess to satisfy
545 some copy protection mechanisms.
547 * dlls/commdlg/colordlg.c:
548 Eric Pouech <Eric.Pouech@wanadoo.fr>
549 Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
551 * dlls/ddraw/dsurface/main.c:
552 Marcus Meissner <marcus@jet.franken.de>
553 Fixed two asserts in Blt().
555 * dlls/ddraw/helper.c:
556 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
557 Properly cast arguments to printf to match the intended output.
559 * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
560 Eric Pouech <Eric.Pouech@wanadoo.fr>
561 Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
562 Seeking from SEEK_END was wrong.
563 Seeking on empty buffer was wrong.
564 Some installed ioProcs had uninitialized fields.
565 A few more bits for rename functions.
567 * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
568 Eric Pouech <Eric.Pouech@wanadoo.fr>
569 Added BreakOnDllLoad internal var, cleaned up register validation on
572 * dlls/comctl32/toolbar.c:
573 Mike McCormack <Mike_McCormack@looksmart.com.au>
574 Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
575 TOOLBAR_SetButtonSize after button added to the toolbar (latter for
578 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
579 Set the minimum dropped height to the combo list height if any in
582 * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
583 If whitespace or dots are appended to the end of any component in a
584 path then it should be ignored.
586 2000-06-24 Alexandre Julliard <julliard@winehq.com>
588 * loader/module.c, scheduler/process.c, include/process.h:
589 Make sure the cmdline passed to CreateProcessA is writeable (thanks to
590 Peter Ganten <peter@ganten.org>).
592 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
593 Eric Pouech <Eric.Pouech@wanadoo.fr>
594 Cleaned up loading/init code in OSS.
595 Cleaned up getDevCaps in midi part.
596 Implemented asynchronous waveIn recording using a thread.
598 * dlls/kernel/kernel32.spec, win32/console.c:
599 Eric Pouech <Eric.Pouech@wanadoo.fr>
600 A few missing console stubs.
602 * dlls/comctl32/animate.c:
603 Eric Pouech <Eric.Pouech@wanadoo.fr>
604 Fixed animation loading for RLE encoding.
606 * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
607 Juergen Schmied <juergen.schmied@debitel.net>
608 - removed hack to find the right resource
609 - updated to use the ICOM macros
610 - cleaned up use typelib and typelib2 (was mixed up)
612 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
613 Juergen Schmied <juergen.schmied@debitel.net>
614 - fixed reported bugs
615 - fixed default extensions
616 - implemented "browse to desktop" button
618 * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
619 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
620 GetCommandLine should return non-const strings.
622 * dlls/kernel/kernel.spec:
623 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
624 CallProcEx32W should be named _CallProcEx32W.
627 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
628 Added some stuff saying that this is NOT supported.
631 Juergen Schmied <juergen.schmied@debitel.net>
632 Avoid calling the exception handler in some cases.
634 * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
635 Juergen Schmied <juergen.schmied@debitel.net>
636 - many new Path* stubs
638 - class functions expanding environments variables now
640 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
641 Ove Kaaven <ovek@transgaming.com>
642 Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
643 driver, and winmm's interface for DirectSound to access it. It
644 requires the ability to mmap /dev/dsp, to trigger playback, and
645 sample-accurate position readouts. (If the soundcard's device driver
646 does not report these capabilities, wineoss will report the HAL as
647 unavailable and force DirectSound to use its HEL instead.)
649 * include/mmsystem.h, dlls/dsound/dsound_main.c:
650 Ove Kaaven <ovek@transgaming.com>
651 Implemented the DirectSound HAL mode for DMA primary buffers, with a
652 10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
653 a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
654 DirectSound to use (so drivers like wineoss have some way of knowing
655 what to prepare itself for).
657 * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
658 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
659 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
660 2.0 control.exe and paint.exe.
663 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
666 * debugger/winedbg.c:
667 Eric Pouech <Eric.Pouech@wanadoo.fr>
668 Don't block endlessly after last debugged process has exited.
670 * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
671 Added (back) correct behavior for NULL ptrs in CharToOem funcs.
673 * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
674 Fixed some OOM conditions in GlobalAlloc.
677 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
678 Added missing #include <math.h>.
680 * include/winresrc.h: Removed MIME garbage.
682 * dlls/ddraw/ddraw/x11.c:
683 Marcus Meissner <marcus@jet.franken.de>
684 Create xlib ddsurfaces with correct reference counts.
686 * dlls/gdi/Makefile.in, dlls/gdi/bidi16.c, dlls/user/Makefile.in, dlls/user/bidi16.c, dlls/user/network.c, misc/Makefile.in, misc/bidi16.c, misc/network.c:
687 Split bidi16.c and network.c out of misc/ into their respective dlls.
689 2000-06-23 Alexandre Julliard <julliard@winehq.com>
691 * tools/.cvsignore, tools/Makefile.in, tools/build-spec.txt, tools/build.c, tools/winebuild/.cvsignore, tools/winebuild/Makefile.in, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in, configure, configure.in, if1632/.cvsignore, if1632/Makefile.in, relay32/.cvsignore, relay32/Makefile.in:
692 Split the build program in several files.
693 Renamed it 'winebuild' to avoid possible conflicts.
694 Cleaned up command-line parsing.
695 Make it understand -fPIC instead of -pic.
696 Merged call16.s and call32.s generated files.
698 * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
699 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
700 Added more ordinals to KERNEL, GDI, USER and system drivers
703 * dlls/ddraw/ddraw/dga.c:
704 Peter Ganten <peter@ganten.org>
705 _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
708 * dlls/comctl32/toolbar.c:
709 Dave Hawkes <daveh-wine@cadlink.com>
710 Avoid gratuitously changing the ZORDER.
712 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
713 Marcus Meissner <marcus@jet.franken.de>
714 Use correct bpp for the X side of the surface XImages.
715 Cleaned up Xlib_Surface_Release so it is a bit more readable.
716 use VirtualAlloc for conversion-programside buffer to simplify
720 Dave Hawkes <daveh-wine@cadlink.com>
721 GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
722 should return TRUE on success.
724 * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
725 Marcus Meissner <marcus@jet.franken.de>
726 Dump FourCC correctly, print conversion messages, add reference to
727 ddraw in DDSurface::GetDDInterface.
729 * dlls/x11drv/x11drv_main.c:
730 Marcus Meissner <marcus@jet.franken.de>
731 Restrict nTimeout to 0-32767, since it is a 16bit value in X.
733 * dlls/ntdll/signal_i386.c:
734 Dave Hawkes <daveh-wine@cadlink.com>
735 Exception handling for SIGFPE must always clear the FPU interrupt
738 * dlls/commdlg/filedlg95.c, dlls/crtdll/.cvsignore, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/Makefile.in, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, include/crtdll.h, Make.rules.in, Makefile.in, dlls/Makefile.in:
739 Moved shared crtdll/ntdll functions into ntdll.
740 Made crtdll a separate dll.
742 * dlls/olecli/olecli_main.c, dlls/shell32/classes.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/wine/obj_base.h, misc/lstr.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
743 Cleaned up a few inter-dll dependencies.
745 * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
746 Patrik Stridvall <ps@leissner.se>
747 Fixed some issues found by winapi_check.
749 * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
750 Patrik Stridvall <ps@leissner.se>
753 * tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/olecli32.api, tools/winapi_check/win32/opengl32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/winapi_local.pm:
754 Patrik Stridvall <ps@leissner.se>
755 - Minor API files fixes.
756 - Minor bug fixes and additions.
758 * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
759 Ove Kaaven <ovek@transgaming.com>
760 Restructure DirectSound. Remove dsound thread, use MM timers
761 instead. Implemented the DirectSound HEL, with the ability to
762 prebuffer 300ms of sound, while maintaining play latency of 40ms, and
763 the exact playposition (Starcraft cinematics are lip-synched). Some
766 * relay32/builtin32.c:
767 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
768 Replaced the BUILTIN32_dlopen() ERR() by a WARN().
770 * include/winresrc.h:
771 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
772 Added include/winresrc.h for porting with winelib.
774 * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
775 Francois Gouget <fgouget@psn.net>
776 Merged DeviceCapabilities and DeviceCapabilitiesA.
778 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
779 Francois Gouget <fgouget@psn.net>
780 Merged MCIWndCreate and MCIWndCreateA.
782 * dlls/ole32/compobj.c:
783 Huw D M Davies <h.davies1@physics.ox.ac.uk>
784 CLSIDFromString apparently also accepts ProgIDs as an input string.
787 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
788 Added SC_ICON/SC_ZOOM (obsolete macros).
791 Marcus Meissner <marcus@jet.franken.de>
792 Added prototypes for new InternetCheckConnection*.
794 2000-06-20 Alexandre Julliard <julliard@winehq.com>
796 * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
797 Cleaned up a few inter-dll dependencies.
799 * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
800 Alexander V. Lukyanov <lav@long.yar.ru>
801 Fixed problems with compilation/install out of source tree.
803 * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
804 Noomen Hamza <noomen@macadamian.com>
805 OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
806 the CLSID of the OLE object is not found in the registry. Fixed.
809 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
810 Make WritePrivateProfileSectionA care for "" and NULL as the
811 string argument. New function PROFILE_DeleteAllKeys.
813 * dlls/winmm/wineoss/midi.c:
814 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
815 Fixed format strings.
817 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
818 Rein Klazes <rklazes@casema.net>
819 Fix a crash in winhelp caused by hmemcpy16 without prototype.
820 Fix some compiler warnings.
822 * dlls/*/Makefile.in:
823 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
825 * dlls/winmm/wineoss/audio.c:
826 Ove Kaaven <ovek@transgaming.com>
827 Fixed WHDR_DONE race condition.
829 * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
830 Huw D M Davies <h.davies1@physics.ox.ac.uk>
831 Implemented StrCatBuff.
834 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
835 Added typedef of DROPFILES.
837 * include/winerror.h:
838 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
839 Added ResultFromScode/GetScode (obsolete macros).
841 * graphics/painting.c:
842 Dave Hawkes <daveh-wine@cadlink.com>
843 MoveToEx: return TRUE even if there is no driver implementation.
845 * dlls/comctl32/status.c:
846 Gerard Patel <g.patel@wanadoo.fr>
847 Protect against programs creating parts with negative width.
849 2000-06-18 Alexandre Julliard <julliard@winehq.com>
851 * loader/resource.c, msdos/int21.c:
852 Dmitry Timoshkov <dmitry@sloboda.ru>
853 Use GetSystemDefaultLangID() instead of WINE_LanguageId.
855 * documentation/winedbg, debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/registers.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
856 Eric Pouech <Eric.Pouech@wanadoo.fr>
857 - cleaned-up break handling
858 - better integration of debugger inner loops (parser & events)
859 - added attach command
860 - improved parser so that it can be entered without any process loaded
861 - added BreakOnFirstChance internal variable
862 - disabled NE module symbol module (which is broken with ASS)
863 - misc portability cleanups
865 * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
866 Stephane Lussier <stephane@macadamian.com>
867 - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
868 function with a SafeArray created with FADF_FIXEDSIZE.
869 - Added more FADF flags in the .h file.
870 - FADF flags were defined twice, corrected the situation.
872 * graphics/x11drv/text.c:
873 Dmitry Timoshkov <dmitry@sloboda.ru>
874 Do not assume that double byte font == unicode font.
876 * dlls/msvideo/msvideo_main.c, include/ddeml.h, include/vfw.h, include/winbase.h, include/winuser.h, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/win32/user32.api, windows/user.c:
877 Francois Gouget <fgouget@psn.net>
878 Added some missing prototypes.
879 Define the HDRAWDIB handle type.
881 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
882 hmemcpy16 is a Win16 API, the macro is hmemcpy.
884 * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
885 James Hatheway <james@macadamian.com>
886 Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
887 functions already implemented.
889 * dlls/winmm/mciseq/mcimidi.c:
890 Eric Pouech <Eric.Pouech@wanadoo.fr>
891 Fixed port status query.
893 * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
894 Added DirectSound device driver header file.
896 * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
897 Make the base relocation message a WARN, not a FIXME.
900 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
901 Distinguish between SUBDIRS and INSTALLSUBDIRS.
903 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
904 CB_SETCURSEL should not generate another listbox event after updating
907 * dlls/comctl32/treeview.c:
908 Noomen Hamza <noomen@macadamian.com>
909 WM_PAINT should be processed only by the TREEVIEW_Paint function, so
910 we don't need to call DefWindowProcA function within TREEVIEW_Paint.
913 James Hatheway <james@macadamian.com>
914 We must return the atom of the class in GetClassInfoEx instead of just
917 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
918 James Hatheway <james@macadamian.com>
919 Added a stub for CoCreateFreeThreadedMarshaler().
921 * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
922 Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
923 OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
926 Francois Jacques <francoisj@macadamian.com>
927 GetSystemMenu called with bRevert argument set to TRUE now returns
928 NULL as specified in Platform SDK.
930 * graphics/x11drv/dib.c:
931 Stephane Lussier <stephane@macadamian.com>
932 Fixed memory access outside of the range for source bits in 24-bit bitmaps.
934 2000-06-16 Alexandre Julliard <julliard@winehq.com>
936 * dlls/ole32/ole32.spec:
937 Francois Jacques <francoisj@macadamian.com>
938 Make IIDFromString point to CLSIDFromString.
940 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
941 Juergen Schmied <juergen.schmied@debitel.net>
942 - better error check when importing functions via GetProcAdress
943 - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
944 - changed call order when browsing to different folder (crash with native shell)
945 - removed Move call since IShellview_CreateViewWindow creates it already in
948 * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
949 Juergen Schmied <juergen.schmied@debitel.net>
950 - fixed null-pidl from _ILCreateControl
951 - some more no-name functions in shlwapi
953 * dlls/shell32/systray.c:
954 Francois Jacques <francoisj@macadamian.com>
955 Keep an internal copy of the icon.
957 * include/objbase.h: Francois Gouget <fgouget@psn.net>
958 Reorder the __attribute__ directive in the legacy macros for
959 compatibility with old g++ compilers.
961 * graphics/x11drv/dib.c:
962 Ken Coleman <ken_coleman@iname.com>
963 Fixes to CreateDIBSection and other areas where biSizeImage is
964 incorrectly assumed to be correct if it non-zero. This fixes a
965 crashing problem in Sid Meier's Alpha Centauri.
967 ----------------------------------------------------------------
968 2000-06-15 Alexandre Julliard <julliard@winehq.com>
970 * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
971 David Lassonde <davidl@macadamian.com>
972 Implemented the More Windows... menu item for MDI.
975 Sheri Steeves <sheri@macadamian.com>
976 Check again for GetNextDlgTabItem after return from WM_INITDIALOG
977 message in dialog creation.
979 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
980 Set clipping region to client window in LISTBOX_Paint.
983 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
984 More verbose error message.
987 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
988 cp_mbstowcs: check functions return zero on success.
991 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
992 GetFullPathName: get "drive" value too for absolute paths.
995 Frederic Boulanger <frederic@macadamian.com>
996 CreateSpoolFile is called with a dos name, we have to make sure that
997 when we create the spoolfile we use the unix name associated to the
1000 * include/winbase.h, misc/comm.c:
1001 Mike McCormack <mike_mccormack@looksmart.com.au>
1002 - add prototypes for serial API functions
1003 - correct existing serial API prototypes incorrectly using DWORD
1005 - define more structures and values in serial API
1007 * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
1008 Added a NULL pointer check within DCE_AddClipRects function.
1010 * loader/resource.c:
1011 Dmitry Timoshkov <dmitry@sloboda.ru>
1012 Optimized implementation of LoadStringA.
1014 * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
1015 Text of WWN article "The X11 driver".
1017 * documentation/HOWTO-winelib:
1018 Wilbur N. Dale <wilbur.dale@lumin.nl>
1019 WineLib does not support Win16. Removed references to Win16 and Win
1020 3.x in the introduction. Standardized capitalization of Wine and
1021 WineLib. Added documentation for compiling a simple "Hello World"
1024 * windows/message.c:
1025 Sheri Steeves <sheri@macadamian.com>
1026 Added setting of cursor postition to MSG_PostToQueue.
1028 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
1029 WM_SETREDRAW should repaint the listbox when set to on if something
1032 2000-06-14 Alexandre Julliard <julliard@winehq.com>
1034 * configure.in, debugger/Makefile.in, server/Makefile.in, tools/Makefile.in, tools/cvdump/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, Make.rules.in, Makefile.in, configure:
1035 Removed @PROGEXT@ (it was broken anyway).
1036 Improved 'make install'.
1037 Cleaned up the main Makefile.
1039 * scheduler/handle.c:
1040 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1041 ConvertToGlobalHandle: fixed handle leak.
1043 * include/options.h:
1044 Fixed options structure definition.
1047 Noomen Hamza <noomen@macadamian.com>
1048 Made SetWindowPos handle the case when inserting a window after itself
1049 (don't need to change the Zorder).
1051 * documentation/opengl:
1052 Lionel Ulmer <lionel.ulmer@free.fr>
1053 Updated OpenGL documentation.
1055 * dlls/olepro32/olepro32.spec:
1056 Gerard Patel <g.patel@wanadoo.fr>
1057 Set the base for the ordinals of olepro32 to 248.
1059 * include/commctrl.h:
1060 Matthew J. Francis <mfrancis@plus.net.uk>
1061 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
1064 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
1066 Added difftime function.
1068 2000-06-13 Alexandre Julliard <julliard@winehq.com>
1070 * tools/Makefile.in, tools/wmc/.cvsignore, tools/wmc/CHANGES, tools/wmc/Makefile.in, tools/wmc/lang.c, tools/wmc/lang.h, tools/wmc/language.c, tools/wmc/mcl.c, tools/wmc/mcy.y, tools/wmc/utils.c, tools/wmc/utils.h, tools/wmc/wmc.c, tools/wmc/wmc.h, tools/wmc/wmc.man, tools/wmc/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h, unicode/wctomb.c, Make.rules.in, configure, configure.in:
1071 Bertho Stultiens <bertho@panter.soci.aau.dk>
1072 Initial release of the message compiler.
1074 * loader/loadorder.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellstring.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/undocshell.h:
1075 Juergen Schmied <juergen.schmied@debitel.net>
1076 - new dll shfolder.dll
1079 * dlls/user/Makefile.in, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
1080 Bertho Stultiens <bertho@akhphd.au.dk>
1081 - Bugfix: Corrected "off by one" error in the linenumber while parsing
1083 - Bugfix: A segfault would occur if messagetables were parsed without
1084 memory options attached. Also added buffer-overflow safeguard while
1085 converting between byteorders.
1086 - Finished remapping usertype resources onto standars types by tricking
1087 the parser into accepting a different token. The remapping can be
1088 disabled with a new commandline option '-m'.
1089 - Resolved some warning about chars used as index on SGI O2 machine
1090 (the ctype isXXX() routines are macros there).
1093 Bertho Stultiens <bertho@panter.soci.aau.dk>
1094 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
1097 * documentation/opengl:
1098 Lionel Ulmer <lionel.ulmer@free.fr>
1099 OpenGL documentation.
1102 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1103 DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
1104 on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
1105 normally returns the "avail" of the corresponding partition.
1106 Cleaned up GetDiskFreeSpaceA.
1108 * windows/x11drv/wnd.c:
1109 Gerard Patel <g.patel@wanadoo.fr>
1110 Do not change the WS_CHILD style in SetParent.
1112 * loader/pe_resource.c, ole/ole2nls.c, dlls/comctl32/comctl32undoc.c, dlls/ntdll/reg.c, dlls/ole32/datacache.c, dlls/ole32/ole2nls.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/version/info.c:
1113 Use the Unicode string functions from wine/unicode.h instead of the
1116 * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
1117 Added a couple of Unicode string routines.
1119 * dlls/ddraw/convert.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
1120 Marcus Meissner <marcus@jet.franken.de>
1121 Added 24->32 packed pixel mapping support to convert.
1122 Slightly rewrote the conversion initialisation.
1125 Marcus Meissner <marcus@jet.franken.de>
1126 Strip whitespace from front of profile values.
1128 2000-06-12 Alexandre Julliard <julliard@winehq.com>
1130 * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
1131 Juergen Schmied <juergen.schmied@debitel.net>
1132 Implementation for PrivateExtractIcons, PrivateExtractIconEx.
1134 * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
1135 Juergen Schmied <juergen.schmied@debitel.net>
1136 - implemented Get/SetThreadLocale
1137 - added comment about OleErrorInfo field in TEB
1140 Marcus Meissner <marcus@jet.franken.de>
1141 Added struct offsets so understanding game disassembly is easier.
1143 * dlls/wineps/brush.c:
1144 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1145 If printer only supports level 1 PostScript then complain rather than
1146 trying to use a pattern color space. Thanks to David Goodenough.
1148 * include/wine/obj_base.h:
1149 Marcus Meissner <marcus@jet.franken.de>
1150 Corrected IsEqualGUID prototype.
1152 * dlls/ddraw/dga2.c:
1153 Lionel Ulmer <lionel.ulmer@free.fr>
1154 replaced a DPRINTF by a TRACE
1156 * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
1157 Lionel Ulmer <lionel.ulmer@free.fr>
1158 - moved the 'constructor' into a real DLL init function
1159 - make OpenGL32 dependant on the X11 driver
1161 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
1162 hookThunk was not initialized in GetDcState.
1164 * graphics/x11drv/text.c:
1165 Use the font default char for undefined characters when mapping from
1168 * dlls/opengl32/make_opengl, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
1169 Lionel Ulmer <lionel.ulmer@free.fr>
1170 New OpenGL thunk generation script.
1172 * dlls/ddraw/dsurface/x11.c:
1173 Lionel Ulmer <lionel.ulmer@free.fr>
1174 Removed the Release in case of error as we do not AddRef anymore.
1177 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1178 Made the DLL version clash error message more verbose.
1180 * unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/casemap.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, dlls/ntdll/rtlstr.c, include/casemap.h, include/wine/unicode.h, memory/string.c, unicode/Makefile.in, unicode/c_037.c:
1181 Reimplemented Unicode case mapping in a slightly more efficient way.
1182 Moved case mapping support to the unicode directory.
1183 Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
1185 2000-06-11 Alexandre Julliard <julliard@winehq.com>
1187 * dlls/comctl32/header.c:
1188 Aric Stewart <aric@codeweavers.com>
1189 We were not properly masking the item that was sent with the message
1190 and also we where not sending the notification at the proper times.
1192 * controls/listbox.c:
1193 Jason Mawdsley <jason@macadamian.com>
1194 Take focus before setting the caret position and selections.
1196 * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
1197 Fix for compiler warning (due to setjmp/longjmp being used for
1198 exception handling).
1200 * controls/button.c:
1201 Sheri Steeves <sheri@macadamian.com>
1202 Added save and reset of SetBKMode values in WM_PAINT.
1203 Added handling of lParam value in BM_SETSTYLE.
1205 * include/wine/exception.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_misc.h, include/wine/obj_oleaut.h, include/wine/obj_oleview.h, include/wine/undocshell.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dplobby.h, include/dsound.h, include/gdi.h, include/imagehlp.h, include/imm.h, include/keyboard.h, include/mmddk.h, include/mmsystem.h, include/msacm.h, include/netspi.h, include/ntddk.h, include/ole.h, include/ole2.h, include/oleauto.h, include/oledlg.h, include/pe_image.h, include/process.h, include/prsht.h, include/richedit.h, include/server.h, include/shlobj.h, include/tapi.h, include/task.h, include/user.h, include/winbase.h, include/wingdi.h, include/wininet.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winsvc.h, include/winuser.h, include/animate.h, include/callback.h, include/commctrl.h, include/commdlg.h, include/crtdll.h, include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/ddeml.h:
1206 Francois Gouget <fgouget@psn.net>
1207 Reordered the CALLBACK and WINAPI directives so that it compiles with
1210 * include/vfw.h, include/windef.h:
1211 Francois Gouget <fgouget@psn.net>
1212 - Define HIC in this header rather than in windef.h (this is the
1213 correct thing to do although it is unrelated to the C++ issues).
1214 - WINE_HIC is an internal structure and it won't compile in C++ because
1215 it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
1216 - Reordered the CALLBACK and WINAPI directives so that it compiles with
1219 * include/winspool.h: Francois Gouget <fgouget@psn.net>
1220 Fixed a typo in the name of FreePrinterNotifyInfo.
1222 * dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec:
1223 Ulrich Czekalla <ulrichc@corel.ca>
1224 HTTP protocol now supported, InternetCrackUrl fixed, lots of other
1227 * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
1228 Patrik Stridvall <ps@leissner.se>
1229 Fixed some warnings.
1231 * dlls/oleaut32/oleaut32.spec:
1232 Patrik Stridvall <ps@leissner.se>
1233 Fixed some issues found by winapi_check.
1235 * tools/winapi_check/modules.dat, tools/winapi_check/output.pm, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1236 Patrik Stridvall <ps@leissner.se>
1237 - Minor API files fixes
1238 - Use output prefix instead of high order functions that, for some
1239 reason, leaks memory. The memory usage of winapi_check is now greatly
1241 - Turned on argument kind checking of doubles by default
1243 * dlls/commdlg/comdlg32.spec:
1244 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1245 Remove second import of winspool.drv.
1247 * controls/static.c:
1248 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1249 Add support for icons set by STM_SETIMAGE.
1251 * dlls/wineps/bitmap.c:
1252 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1253 Terminate image data with a '>' [The PSLRM is rather vague about this].
1254 Thanks to Bernd Herd.
1256 * graphics/x11drv/xfont.c:
1257 John Elliot <jce@seasip.demon.co.uk>
1258 Some fonts may have no characters at all for some reason, avoid crashes.
1260 * dlls/dsound/dsound_main.c:
1261 James Abbatiello <abbeyj@wpi.edu>
1262 Add a few more flags to those recognized when doing trace+dsound.
1264 * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
1265 Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
1266 variable, not an input variable.
1268 * graphics/x11drv/dib.c:
1269 James Abbatiello <abbeyj@wpi.edu>
1270 Use XCreateImage/XGetSubImage instead of XGetImage for
1271 X11DRV_DIB_GetImageBits.
1273 2000-06-10 Alexandre Julliard <julliard@winehq.com>
1275 * unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/Makefile.in, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1253.c, unicode/c_1255.c, unicode/c_1257.c, unicode/c_28593.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_424.c, unicode/c_856.c, unicode/c_857.c, unicode/c_864.c, unicode/c_874.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, memory/codepage.c:
1276 Added support for symbol codepage.
1277 Improved handling of undefined codepage characters.
1279 * loader/ne/module.c:
1280 Make sure GetModuleFileName16 does not return garbage even if the path
1281 is not valid (thanks to Andreas Mohr).
1283 * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
1284 Dmitry Timoshkov <dmitry@sloboda.ru>
1285 Assign codepage for every X11 font suffix, and use it for converting
1288 * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
1289 Rewrote codepage support to use the new codepage tables.
1291 * unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, include/wine/unicode.h, include/winnls.h, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c:
1292 Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
1294 Minor cosmetic fixes.
1296 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
1297 Ove Kaaven <ovek@transgaming.com>
1298 Call TSXFlush after setting DGA palette, so it updates immediately.
1300 2000-06-09 Alexandre Julliard <julliard@winehq.com>
1302 * unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/defaults, unicode/mbtowc.c, unicode/wctomb.c, Makefile.in, configure, configure.in, include/wine/unicode.h, unicode/.cvsignore, unicode/Makefile.in, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c:
1303 Added a bunch of code page tables for multibyte<->wide char
1304 conversions (with the help of Dmitry Timoshkov).
1306 2000-06-08 Alexandre Julliard <julliard@winehq.com>
1308 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/shell32/shellpath.c, include/ntddk.h, include/winnls.h, memory/string.c, misc/lstr.c, dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c:
1309 Dmitry Timoshkov <dmitry@sloboda.ru>
1310 Implement NTDLL.towupper and NTDLL.towlower using already existing
1311 case conversion tables. Replace all direct calls to towupper/towlower
1312 either to NTDLL for core or to CRTDLL if latter already used in the
1315 * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
1316 The implementation of StretchBlt in WINE does not use the foreground and
1317 background color when a bitmap is copied from mono to mono. This is
1318 not the case in the actual implementation under Windows but MSDN did
1321 * dlls/comctl32/status.c:
1322 Aric Stewart <aric@codeweavers.com>
1323 Windows must update the right edge (-1) of the last panel upon drawing
1324 instead of relying on WM_SIZE.
1326 * dlls/comctl32/treeview.c:
1327 Aric Stewart <aric@codeweavers.com>
1328 Properly handle InsertItem with an invalid HTREEITEM. Windows handles
1329 these like a TVI_LAST.
1331 * windows/x11drv/event.c:
1332 Turchanov Sergei <turchanov@otvprim.ru>
1335 * dlls/Makefile.in: Added missing dependency.
1337 * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
1338 Removed the .xcnlnk section hack, and replaced it by another hack in
1339 the debugger CREATE_PROCESS event handling.
1341 * dlls/Makefile.in: Merged mouse dll into USER.
1343 * programs/winhelp/macro.c: Compile fix.
1345 * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
1346 Removed a few unnecessary includes.
1348 * dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/display.c, dlls/user/display.spec, dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/mouserc.rc, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/mouse.c, Makefile.in, configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec:
1349 Merged mouse dll into USER.
1351 * debugger/Makefile.in, dlls/richedit/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/urlmon/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, libtest/Makefile.in, programs/avitools/Makefile.in, resources/Makefile.in, Make.rules.in:
1352 Simplified wrc flags handling.
1355 Yet another attempt at fixing CW_USEDEFAULT handling.
1358 Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
1360 * debugger/module.c:
1361 Strip path name from dll when adding symbols.
1363 * loader/pe_image.c:
1364 Send full path name and debug information in load_dll event.
1366 * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
1367 Pass the main exe name in the CREATE_PROCESS debug event.
1369 * scheduler/sysdeps.c:
1370 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1371 Make a better guess to find the top of the initial stack.
1372 Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
1374 * windows/cursoricon.c:
1375 Louis-Philippe Gagnon (of Macadamian for Corel)
1376 Search for already loaded CursorIcon was done with the wrong handle,
1377 so it was leaking icons. Fixed.
1379 * tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
1380 Bertho Stultiens <bertho@akhphd.au.dk>
1381 - Implemented MESSAGETABLE resource type.
1382 - Usertype resources that cause a type-clash with defined resources
1383 are now detected and a warning is generated. Some types should be
1384 rerouted through other code so that they will be (re-)interpreted.
1385 - Bugfix: Line-continuation in strings in resources include a newline.
1386 This `feature' got deleted with the builtin preprocessor, but has been
1387 put back into place (see last changes comment from version 1.1.0).
1388 - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
1390 - Bugfix: Assemblers on some platforms do not use 16bit quantities
1391 for `.word'. This directive is now changed into `.short'.
1392 - All types that accept inline data definitions (a la RCDATA) now
1393 also accept a file specification. This unifies the structure a bit.
1395 2000-06-07 Alexandre Julliard <julliard@winehq.com>
1397 * documentation/dll-overrides:
1398 Ove Kaaven <ovek@arcticnet.no>
1399 Text of WWN article "DLL overrides".
1401 * documentation/HOWTO-winelib:
1402 Wilbur N. Dale <wilbur.dale@lumin.nl>
1403 Added to project. Currently incomplete but will update weekly.
1405 * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
1406 Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
1407 has been sent, to avoid deadlocking the debugger.
1409 * controls/combo.c, include/combo.h:
1410 Serge Ivanov <sergei@corel.ca>
1411 - ComboLBox is always created as child of ComboBox. If ComboBox has style
1412 other than CBS_SIMPLE, parent of listbox is set to desktop.
1413 - In CBDropDown. ComboBox uses only first item to calculate height of
1414 dropped listbox. Also if listbox is empty its height is unmodified
1415 (previously it was set to 0).
1416 - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
1417 - General clean-up. Message order is now more precise (at least
1418 notifications to client); listbox - combobox interaction has slight
1419 differences comparing to Windows.
1421 * controls/edit.c: Serge Ivanov <sergei@corel.ca>
1422 - Removed dependency of edit control from combobox implementation.
1423 - Edit control uses undocumented window style 0x0200 to detect is it a part
1424 of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
1425 window handle (see comments for combo.c below).
1426 - EDIT_CheckCombo - modified for correct handling of keyboard messages.
1427 - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
1428 depends on whether listbox is dropped down. This prevents closing of dialog
1429 if listbox is dropped down and allows combobox to process these keyboard
1432 * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
1433 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
1434 - When user clicks outside of dropped listbox, original selection must be
1436 - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
1437 LB_CARETON message before dropping listbox down (but only for
1438 CBS_DROPDOWNLIST - I don't now why).
1440 * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
1441 Well, SetParent doesn't work properly at all, but at least it must preserve
1442 window ID. In fact it also must preserve window styles, destroy X
1443 counterpart if parent of popup or overlapped window is set to someting
1444 different from Desktop, and lot of other stuff that it must and mustn't do.
1445 But preserving ID is good enough for now.
1447 * include/winuser.h: Serge Ivanov <sergei@corel.ca>
1448 Added undocumented window style.
1450 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
1451 Peter Hunnisett <hunnise@nortelnetworks.com>
1452 - Small update to documentation
1453 - More player/group interface implementation (not tested)
1456 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1457 Don't call MessageBoxA before USER is initialized.
1459 * controls/listbox.c: Stephane Lussier
1462 - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
1463 and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
1464 the size in both cases.
1465 - When the caret index change, items repainting need tp be in this
1467 a) Paint old caret item without the focus
1468 b) Paint old caret item without the selection
1469 c) Paint new caret item with the selection
1470 d) Paint new caret item with the focus.
1471 - When repainting the listbox, we should paint all items regarding if
1472 they are slected or not and then paint after the focus item. So focus
1473 item will end out being painted twice. (That's what Windows does).
1475 * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
1476 mmap() fails with ENODEV on NTFS under Linux.
1478 * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
1479 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1480 PathFindNextComponent: return pointer to NULL and not NULL.
1482 * dlls/comctl32/toolbar.c:
1483 Aric Stewart <aric@codeweavers.com>
1484 Added handling of TBSTYLE_AUTOSIZE.
1486 * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
1487 Patrik Stridvall <ps@leissner.se>
1488 Fixed some warnings.
1490 * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
1491 Patrik Stridvall <ps@leissner.se>
1492 Fixed issues found by winapi_check.
1494 * tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
1495 Patrik Stridvall <ps@leissner.se>
1496 - Minor API files update.
1497 - Turned on calling convention checking for Win32 functions by
1500 * dlls/comctl32/toolbar.c:
1501 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1502 TOOLBAR_DrawString: catch index== -1 (but not yet handled).
1505 Fixed off-by-one error in string allocation.
1508 Alexandre Julliard <julliard@codeweavers.com> for Corel
1509 The window dimensions have to be initialized before sending the
1510 WM_GETMINMAXINFO message.
1512 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
1513 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1514 Removed mis-aligned accesses during BIOS/DOS data initialization.
1517 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1518 Fixed size of pe_header on machines with non-4K pages.
1520 * if1632/snoop.c, relay32/snoop.c:
1521 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1522 Use "CALL" and "RET" in capital letters for distinction.
1524 * dlls/comctl32/propsheet.c:
1525 Noomen Hamza <noomen@macadamian.com>
1526 The active page should be unchanged when removing an active first page
1527 from a property sheets.
1529 2000-06-04 Alexandre Julliard <julliard@winehq.com>
1531 * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
1532 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1533 Updated support for Solaris/Sparc architecture.
1535 * dlls/comctl32/toolbar.c:
1536 Michael Cardenas <michael_cardenas@deneba.com>
1537 Corrected a potential crash.
1539 * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
1540 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1541 Moved stack switch handling (large stack) to sysdeps.c
1542 Enable exception dispatch while on large stack.
1544 * dlls/comctl32/listview.c:
1545 Chris Morgan <cmorgan@wpi.edu>
1546 Finished the implementation of LISTVIEW_SetColumnWidth. Tested
1547 against windows thoroughly. Fixed bug resulting in unsigned values
1548 being passed into LISTVIEW_SetColumnWidth from the listview window
1549 procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
1550 icons if no icons exist.
1552 * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
1553 Added defines for LVSCW_AUTOSIZE/_USEHEADER.
1555 * dlls/comctl32/header.c:
1556 Chris Morgan <cmorgan@wpi.edu>
1557 Replaced calls to HEADER_Refresh with InvalidateRect.
1559 * dlls/comctl32/toolbar.c:
1560 Eric Kohl <ekohl@rz-online.de>
1561 Started support for menubar-like toolbars.
1563 * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
1564 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1565 Compile fixes for non-i386 archs.
1567 * controls/button.c, controls/uitools.c:
1568 Susan Farley <sfarley@codeweavers.com>
1569 Attempt to paint the checkbox and radio buttons better.
1571 2000-06-03 Alexandre Julliard <julliard@winehq.com>
1573 * dlls/ttydrv/ttydrv_main.c: Fixed warning.
1575 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
1576 Eric Kohl <ekohl@rz-online.de>
1577 Updated to dll version 5.81 (IE 5.01).
1579 * dlls/comctl32/treeview.c:
1580 Eric Kohl <ekohl@rz-online.de>
1581 Implemented TVM_GETITEMW.
1583 * dlls/comctl32/listview.c, include/listview.h:
1584 Jason Mawdsley <jason@macadamian.com>
1585 Added support for typing the filename in the listview control and
1586 having the control select it.
1588 * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
1589 Removed MSG_WineStartTicks (does not work for multiple address spaces
1592 * graphics/enhmetafiledrv/init.c:
1593 Replaced GetDC by CreateDC.
1595 * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
1596 Moved DIB_FixColorsToLoadflags to cursoricon.c.
1598 * documentation/wine.man.in:
1599 Peter Ganten <peter@ganten.org>
1600 Documented the new wine command line and the environment variable
1603 * msdos/dpmi.c, dlls/dsound/dsound_main.c:
1604 Patrik Stridvall <ps@leissner.se>
1605 Fixed some warnings.
1607 * tools/winapi_check/win16/wineps16.api, tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/dsound.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/wineps.api:
1608 Patrik Stridvall <ps@leissner.se>
1611 * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
1612 Delay loading of interrupt table functions until they are needed.
1614 * include/miscemu.h, msdos/ioports.c:
1615 Delay initialization of I/O permissions until they are first used.
1617 * loader/main.c, dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, if1632/relay.c, scheduler/process.c:
1618 Moved kernel initialization to kernel_main.c
1620 * windows/x11drv/wnd.c, configure.in, dlls/Makefile.in, dlls/dinput/dinput_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/disp.rc, dlls/user/display.c, dlls/user/display.spec, dlls/user/user_main.c, include/display.h, loader/main.c, windows/cursoricon.c, Makefile.in, configure:
1621 Merged display.dll into USER.
1624 Juergen Schmied <juergen.schmied@debitel.net>
1627 * relay32/.cvsignore, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/comm.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/system.spec, dlls/kernel/toolhelp.spec, dlls/kernel/wow32.spec, dlls/kernel/wprocs.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/comm.spec, if1632/kernel.spec, if1632/system.spec, if1632/toolhelp.spec, if1632/wprocs.spec, Make.rules.in, Makefile.in:
1628 Dimitrie O. Paun <dimi@cs.toronto.edu>
1629 Start to separate KERNEL out of libwine.
1631 2000-06-02 Alexandre Julliard <julliard@winehq.com>
1633 * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
1634 Susan Farley <sfarley@codeweavers.com>
1635 Preserve WM hints that were set during window creation by calling
1636 XGetWMHints prior to XSetWMHints.
1638 * include/commdlg.h:
1639 Michael Cardenas <michael_cardenas@deneba.com>
1640 Added a few message crackers.
1642 * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
1643 Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
1644 statements, to autogenerated wine.conf.
1646 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/printdlg.c:
1647 Juergen Schmied <juergen.schmied@debitel.net>
1648 - Rewrite of the shell related parts of the dialog to use the already
1649 in shell32implemented functions (ShellFolder/Path*). Eliminated direct
1651 - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
1652 some dlls per *.spec file
1653 - Most OpenFile Flags (OFN_*) should work properly now
1654 - The edit box should work right with all stuff entered in it like
1655 ..\temp\file.txt or just c: to change a drive
1656 - Optimized DataObject handling
1657 - Some bugs fixed, should work with native shell32 again.
1658 - Stubs for PrintDlgEx
1660 2000-06-01 Alexandre Julliard <julliard@winehq.com>
1662 * dlls/dplayx/dplay.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, documentation/config, documentation/distributors, documentation/fonts, documentation/no-windows, misc/registry.c, win32/kernel32.c, windows/driver.c, windows/message.c, controls/menu.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/mesa_private.h:
1663 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1664 Lots of spelling fixes that accumulated in my tree again, made several
1665 error msgs more verbose, doc updates.
1667 * documentation/shell32, include/shlwapi.h, dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec:
1668 Juergen Schmied <juergen.schmied@debitel.net>
1669 - New (some stubs): SHGetFolderLocation, PathAddExtension,
1670 PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
1671 SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
1672 - Many string functions implemented
1673 - Some stubs for exports by ordinal
1675 * loader/pe_image.c:
1676 Juergen Schmied <juergen.schmied@debitel.net>
1677 Give a error message if a forwarded export is not resolved.
1679 * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
1680 Juergen Schmied <juergen.schmied@debitel.net>
1681 Implemented FindFirstFileEx, cleaned old implementation up.
1683 * controls/widgets.c:
1684 Louis-Philippe Gagnon (of Macadamian for Corel)
1685 Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
1686 Static window class was registered without the CS_DBLCLKS style (which it
1689 * scheduler/process.c:
1690 Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
1692 * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
1693 Peter Hunnisett <hunnise@nortelnetworks.com>
1694 - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
1695 - Added some SoundCapture stubs
1696 - Changed REFIID to LPCGUID in a few places as per MS header file
1698 * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
1699 Juergen Schmied <juergen.schmied@debitel.net>
1700 Stub for RtlConvertSidToUnicodeString.
1702 * controls/static.c: Serge Ivanov <sergei@corel.ca>
1703 MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
1704 SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
1706 * dlls/winsock/socket.c:
1707 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1710 2000-05-31 Alexandre Julliard <julliard@winehq.com>
1712 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
1713 Set a default size for windows when CW_USEDEFAULT is used.
1715 2000-05-30 Alexandre Julliard <julliard@winehq.com>
1717 * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
1718 Zoran Dzelajlija <jelly@srk.fer.hr>
1719 Basic Croatian language support.
1721 * controls/edit.c: Serge Ivanov
1722 Returning DLGC_WANTALLKEYS for multiline edit control was not good because
1723 it breaks navigation in dialogs.
1725 * dlls/dsound/dsound_main.c:
1726 Peter Hunnisett <hunnise@nortelnetworks.com>
1727 - Fixed some initialization/destruction and reference counting
1728 - Added a little more debugging information
1730 * tools/font_convert.sh:
1731 Peter Ganten <peter@ganten.org>
1732 Added a shell-script for easier font-installation.
1734 * dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec, dlls/wineps/wineps16.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/wineps.spec, include/psdrv.h, loader/main.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/gdi_main.c, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/bitblt.c, Make.rules.in:
1735 Dimitrie O. Paun <dimi@cs.toronto.edu>
1736 Separate wineps out of Wine's core.
1738 * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
1739 Peter Hunnisett <hunnise@nortelnetworks.com>
1740 - Added a little more dll level debugging and small changes
1741 - Start on group and player interfaces
1743 * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
1744 Peter Hunnisett <hunnise@nortelnetworks.com>
1745 - Add another way to create a 3d listener interface.
1746 - Fix up some reference counting bugs and interface creation bugs
1747 - Add DirectSoundEnumerateW stub
1748 - Add DirectSoundCaptureEnumerate{A,W} stubs
1750 * dlls/comctl32/datetime.c, include/datetime.h:
1751 Chris Morgan <cmorgan@wpi.edu>
1752 Added 3D border around control. Fixed monthcal control popup. Added
1753 WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
1754 Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
1755 date is now displayed properly for DTS_SHORTDATEFORMAT.
1757 * dlls/comctl32/monthcal.c:
1758 Chris Morgan <cmorgan@wpi.edu>
1759 Removed all direct calls to MONTHCAL_Refresh() and replaced with
1760 either RedrawWindow or InvalidateRect. Optimized drawing using
1761 RedraWindow and update regions. Fixed "Today" date bug where year was
1762 only one digit. Fixed drawing of circle drawn next to "Today". Fixed
1763 moving to previous or next month by clicking on days belonging to
1764 previous or next months.
1766 * relay32/kernel32.spec, win32/console.c:
1767 Ulrich Czekalla <ulrichc@corel.com>
1768 Add stub for SetConsoleOutputCP.
1771 Marcus Meissner <marcus@jet.franken.de>
1772 Add a ; needed by some YACCs.
1774 * dlls/ddraw/dsurface/x11.c:
1775 Lionel Ulmer <lionel.ulmer@free.fr>
1776 Install the colormap only if it was created.
1779 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1780 Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
1782 * dlls/opengl32/wgl.c:
1783 Lionel Ulmer <lionel.ulmer@free.fr>
1784 Implemented wglShareLists and wglGetCurrentDC.
1786 * windows/message.c, windows/queue.c, windows/user.c, include/process.h, include/queue.h, include/server.h, scheduler/process.c, server/Makefile.in, server/object.h, server/process.c, server/process.h, server/queue.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
1787 Moved idle event handling to the server.
1790 Use GetStartupInfoA() instead of accessing process structure
1794 Make sure initial task is not marked as 32-bit.
1797 Make child processes inherit command-line options through the
1798 WINEOPTIONS environment variable.
1800 * windows/win.c: Serge Ivanov
1801 SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
1803 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
1804 Dimitrie O. Paun <dimi@cs.toronto.edu>
1805 Moved DISPDIB out of the kernel into GDI.
1807 * controls/combo.c, include/combo.h:
1808 David Grant <davidgra@corel.ca>
1809 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
1810 - Edit text must be selected only if CB is in focus.
1811 - If CB has edit control we have to call CBUpdateEdit to update its
1812 contents. Invalidating textRect will not force updating of child
1813 edit control, obviously.
1814 - We have to protect ourselves from changing selection in listbox when
1815 we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
1816 EN_CHANGE will not reselect item in the lisbox.
1818 * dlls/gdi/gdi_main.c:
1819 Dimitrie O. Paun <dimi@cs.toronto.edu>
1820 Add include for LoadLibrary.
1822 * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
1823 Turchanov Sergei <turchanov@otvprim.ru>
1824 Implemented local atoms in the server.
1826 * if1632/builtin.c: Do not load wineps on startup.
1829 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1832 * controls/combo.c: Owen Wang
1833 When you click on an icon to open a combo box, you would expect it to
1834 be enabled so you can choose something in it. In Wine this was not
1835 guaranteed since your default flags could get lost in the process-heap
1838 2000-05-29 Alexandre Julliard <julliard@winehq.com>
1840 * msdos/int21.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/except.c, windows/nonclient.c, windows/queue.c, windows/user.c, loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, memory/environ.c, misc/main.c, misc/options.c, miscemu/main.c, msdos/int20.c, dlls/shell32/shell.c, include/main.h, include/module.h, include/options.h, include/pe_image.h, include/process.h, include/task.h, include/thread.h, loader/main.c, loader/module.c:
1841 Exec a separate wine binary for every win32 process so that they run
1842 in separate address spaces.
1843 Run 16-bit tasks as Win32 threads, not processes.
1845 2000-05-26 Alexandre Julliard <julliard@winehq.com>
1847 * include/version.h, ANNOUNCE, ChangeLog:
1850 * controls/listbox.c: Serge Ivanov
1851 - Added handling of WM_MOUSEACTIVATE message
1852 - Added in_focus field to internal listbox's structure. This flag is set on
1853 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
1854 GetFocus function were replaced with checks of this flag.
1855 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
1858 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
1859 Peter Hunnisett <hunnise@nortelnetworks.com>
1860 Started local name server framework.
1862 * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
1863 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1864 Add PrintSetup dialog and support for hooks and templates.
1865 Move 16 bit api definitions out of commdlg.h to cdlg.h
1867 ----------------------------------------------------------------
1868 2000-05-26 Alexandre Julliard <julliard@winehq.com>
1870 * controls/listbox.c: Serge Ivanov
1871 - Added handling of WM_MOUSEACTIVATE message
1872 - Added in_focus field to internal listbox's structure. This flag is set on
1873 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
1874 GetFocus function were replaced with checks of this flag.
1875 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
1878 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
1879 Peter Hunnisett <hunnise@nortelnetworks.com>
1880 Started local name server framework.
1882 * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
1883 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1884 Add PrintSetup dialog and support for hooks and templates.
1885 Move 16 bit api definitions out of commdlg.h to cdlg.h
1887 * controls/edit.c: Henning Hoffmann
1888 Don't send EN_CHANGE after painting the edit.
1889 Send it wherever text is changed.
1891 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
1892 Moved the EN_UPDATE notification out of the paint handler. Instead,
1893 the notification is sent when an InvalidateRect is made after
1896 * dlls/comctl32/tooltips.c:
1897 Francois Methot (Macadamian)
1898 Fixed the blank color palette tooltip bug by triggering a refresh of
1899 the tooltip with UpdateWindow function instead of calling directly the
1902 * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
1903 James Juran <juran@cse.psu.edu>
1904 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
1906 2000-05-25 Alexandre Julliard <julliard@winehq.com>
1909 Do not clear suffixes list (breaks BSD make).
1911 * dlls/winspool/info.c, include/winspool.h:
1912 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1913 Move winspool to unicode.
1916 * dlls/comctl32/trackbar.c:
1917 Aric Stewart <aric@codeweavers.com>
1918 Reworked the thumb drawing code, thumb calculation code, channel
1919 calculation code, and corrected some bugs in how tics are drawn and
1920 how clicks are handled.
1923 Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
1924 Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
1926 * dlls/comctl32/toolbar.c:
1927 Chris Morgan <cmorgan@wpi.edu>
1928 Use clipping regions to reduce the amount of processing performed when the
1929 toolbar is repainting. Reduces processing by approximately 85-95% in most
1932 * dlls/comctl32/treeview.c:
1933 Gerard Patel <g.patel@wanadoo.fr>
1934 Fixes crash when calling Treeview_EndEditLabelNow and no node is
1937 2000-05-24 Alexandre Julliard <julliard@winehq.com>
1939 * dlls/comctl32/flatsb.c:
1940 Susan Farley <sfarley@codeweavers.com>
1941 Defer to standard scrolling APIs for non-flatSB specific functions so
1942 that flatSBs show up and behave properly, just not with flat properties.
1944 * graphics/x11drv/dib.c:
1945 Rob Farnum <robf@codeweavers.com>
1946 Separate out the 32bit case from the 24bit case, and copy 3bytes of
1947 source for every 4bytes of input, into the destination for the 24bit
1950 * include/winbase.h, include/winnt.h, win32/file.c:
1951 Francois Gouget <fgouget@psn.net>
1952 Sorted out a few misplaced definitions.
1953 Added some missing definitions related to file handling and virtual
1954 memory manipulation.
1955 Added IsTextUnicode.
1957 * dlls/comctl32/treeview.c:
1958 Aric Stewart <aric@codeweavers.com>
1959 Added handling for TVS_SINGLEEXPAND.
1961 * dlls/comctl32/tab.c:
1962 Aric Stewart <aric@codeweavers.com>
1963 Corrected the problem where a tab control marked multiline but has
1964 only one tab was being justified to fill the whole tab space.
1966 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
1967 Commented out broken __asm__, added comments where it is broken.
1969 * dlls/comctl32/listview.c:
1970 Martin Fuchs <martin-fuchs@gmx.net>
1971 Inserted a missing call to SetWindowPos(). With this change the header
1972 control is visible again in list views with report style.
1974 * Make.rules.in, tools/wrc/Makefile.in:
1975 Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
1977 2000-05-23 Alexandre Julliard <julliard@winehq.com>
1979 * windows/message.c:
1980 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1981 Send a normal mouse message code in WM_PARENTNOTIFY, even if the
1982 actual message was a non-client one.
1984 * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
1985 Patrik Stridvall <ps@leissner.se>
1986 Fixed issues found by winapi_check.
1988 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
1989 Patrik Stridvall <ps@leissner.se>
1991 - Better headers and prototype checking
1992 - Prototype checking now called --prototype instead of --headers
1993 - New options --headers-{duplicated,misplaced} for
1994 duplicated/misplaced functions checking of the headers.
1997 * Make.rules.in, configure, configure.in:
1998 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1999 If system doesn't have OpenGL, don't refer to libopengl32.so.
2001 * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
2002 Abey George (of Macadamian/Corel)
2003 When you open files with Embedded objects, they were not getting drawn
2004 correctly. When you paste OLE objects with presentation data, they
2005 were not getting drawn correctly.
2007 * controls/menu.c: Rob Farnum <robf@codeweavers.com>
2008 Post a WM_CANCELMODE message to wake up the internal menu handling
2009 code. This fixes the problem of a menu being orphaned when the parent
2010 window disappears, or if the parent loses focus.
2012 * dlls/winsock/socket.c:
2013 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2014 Fix a mismatch between format string and parameter.
2016 * dlls/comctl32/updown.c:
2017 Susan Farley <sfarley@codeweavers.com>
2018 SetBuddy no longer overwrites its superclass' WndProc property when
2019 the buddy has already been subclassed, eliminating the infinite loop
2022 * configure, configure.in:
2023 John R. Sheets <jsheets@codeweavers.com>
2024 Cleaned up X11 extension tests.
2026 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
2027 Capture ^V,^X,^C and translate it to the corresponding message for
2030 * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
2031 Lionel Ulmer <lionel.ulmer@free.fr>
2032 - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
2033 - prevent HalfLife from crashing when it frees three times the same
2036 * graphics/vga.c, include/vga.h:
2037 Ove Kaaven <ovek@arcticnet.no>
2038 Improved DirectDrawPalette handling (set it on init, not every time it
2039 changes). Added VGA_WriteChars() function.
2041 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
2042 Scale mouse coordinates to default width 640.
2044 * dlls/ddraw/ddraw/main.c:
2045 Ove Kaaven <ovek@arcticnet.no>
2046 Made WINE_DirectDraw a decorationless popup window. Fixes mouse
2047 coordinates previously offset by the invisible decorations.
2050 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2051 #undef DELETE before (re)defining it.
2053 * dlls/comctl32/tooltips.c:
2054 Chris Morgan <cmorgan@wpi.edu>
2057 * dlls/comctl32/toolbar.c:
2058 Chris Morgan <cmorgan@wpi.edu>
2059 Reduce toolbar redrawing and flicker by calling RedrawWindow() in
2060 TOOLBAR_MouseMove() only if hot effect applies to the current hot
2061 button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
2062 restore hot effect properly.
2064 * controls/listbox.c: Serge Ivanov
2065 Fixed WM_LBUTTONDBLCLK handling.
2067 * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
2068 Susan Farley <sfarley@codeweavers.com>
2069 Set and retrieve the window icon that is drawn under managed mode
2070 (based on the work of Andrew Lewycky for Corel).
2072 * dlls/comctl32/toolbar.c:
2073 Aric Stewart <aric@codeweavers.com>
2074 Corrected a problem of when oldHit is negative and we try to use it as
2075 an index into the buttons array.
2077 * include/windows.h: Francois Gouget <fgouget@psn.net>
2078 Should include commdlg.h.
2080 * include/windef.h: Francois Gouget <fgouget@psn.net>
2081 Define the _X86_ macro on Intel processors.
2084 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2085 Some part of EDIT_EM_LineLength code was commented (broken). Restored
2086 the capability to calculate the remaining non-selected chars of a
2089 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
2090 Lionel Ulmer <lionel.ulmer@free.fr>
2091 Remove the PRIMARYSURFACE attribute from back buffers.
2093 * dlls/comctl32/listview.c:
2094 Aric Stewart <aric@codeweavers.com>
2095 If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
2096 header like normal but just sets it not visible. This fix lays out
2097 those supposedly nonexistent headers to size 0,0. So that even if they
2098 become visible they are not drawn.
2100 * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
2101 Gerard Patel <g.patel@wanadoo.fr>
2102 Remove the direct call into core (DIALOG_DoDialogBox).
2104 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
2105 Lionel Ulmer <lionel.ulmer@free.fr>
2106 Initialize the back-buffer with the correct VTable.
2108 * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
2109 Lionel Ulmer <lionel.ulmer@free.fr>
2110 - added option to get double-buffered desktop
2111 - implemented wglUseFontBitmapsA and wglDeleteContext
2113 * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
2114 Bertho Stultiens <bertho@akhphd.au.dk>
2115 - Implemented animated cursors and icons resource types.
2116 - Added partial support for font resources (user supplied fontdir is
2118 - All resources with inline data (a la RCDATA) now support language,
2119 version and characteristics data.
2120 - Implemented resource name duplicate checks. It is now an error if
2121 two resources of the same type have the same name.
2122 - Bugfix: Language propagation was not correct when .res files were
2124 - Bugfix: VERSIONINFO now handles memory options.
2125 - Bugfix: resource names and the resource type may be equal (e.g. MENU
2126 MENU {...}). This support was mistakingly deleted in the upgrade to
2127 the builtin preprocessor.
2128 The standalone LANGUAGE setting became context sensitive as a consequence
2129 of this. Now it *must* end with a newline *after* both expressions and
2130 no newlines are allowed within the line (the statement must fit on one
2131 line). This is no practical problem though.
2133 * tools/winapi_check/output.pm:
2134 Francois Gouget <fgouget@psn.net>
2135 Send regular messages to stdout so that they are separate from
2138 * documentation/bugreports:
2139 Gerard Patel <g.patel@wanadoo.fr>
2140 Regression testing using CVS.
2142 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
2143 Peter Hunnisett <hunnise@nortelnetworks.com>
2144 - Small fixes/updates
2145 - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
2147 * documentation/winedbg:
2148 Eric Pouech <Eric.Pouech@wanadoo.fr>
2149 A bit of documentation on new debugging features.
2151 * files/directory.c: James Juran <juran@cse.psu.edu>
2152 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
2153 it does not find the file.
2155 * scheduler/debugger.c:
2156 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2157 Use WARN() instead of TRACE() in DebugOutputA().
2160 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2161 HeapFree on a NULL ptr should return TRUE.
2163 2000-05-19 Alexandre Julliard <julliard@winehq.com>
2165 * dlls/comctl32/listview.c:
2166 Chris Morgan <cmorgan@wpi.edu>
2167 Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
2168 mode and item text is wider than the current nItemWidth.
2171 Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
2172 Fixed initialization of INSTANCEDATA in InitTask().
2174 * dlls/ole32/storage.c:
2175 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2176 StgOpenStorage16: correct arguments to the CreateFile call.
2179 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2180 DOSFS_DoGetFullPathName: terminate string weh called like .\\file
2182 * dlls/icmp/icmp_main.c:
2183 Francois Gouget <fgouget@psn.net>
2184 Replace the calls to malloc by calls to HeapAlloc and friends.
2186 * dlls/comctl32/toolbar.c:
2187 Aric Stewart <aric@codeweavers.com>
2188 Fixes the line of garbage at the bottom of images and the fact that
2189 the buttons in the open dialog box where too tall.
2191 * dlls/ole32/Makefile.in, dlls/ole32/ole2conv.spec, dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ole2conv.spec, if1632/ole2prox.spec, if1632/ole2thk.spec, dlls/Makefile.in:
2192 Dimitrie O. Paun <dimi@cs.toronto.edu>
2193 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2195 2000-05-18 Alexandre Julliard <julliard@winehq.com>
2197 * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
2198 Peter Hunnisett <hunnise@nortelnetworks.com>
2199 - Added remaining DirectX 3D3 6&7 3D interfaces.
2200 - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
2202 - Fixed dsound.h include list (d3d.h->d3dtypes.h).
2204 * programs/regapi/README:
2205 Juergen Lock <nox@jelal.kn-bremen.de>
2208 * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
2209 Fixed issues found by winapi_test.
2211 * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
2212 Patrik Stridvall <ps@leissner.se>
2213 GetRelAbs for some reason takes 2 parameters, even though the second
2214 one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
2216 * controls/edit.c: Sheri Steeves
2217 The edit is now detected correctly if the parent is a combo box. It
2218 wasn't working when the combobox was superclassed.
2220 * windows/nonclient.c: Francois Boisvert
2221 System icons in the small caption bars are displayed with the right size.
2223 * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
2224 Patrik Stridvall <ps@leissner.se>
2225 Fixed issues found by winapi_check.
2227 * tools/winapi_check/modules.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
2228 Patrik Stridvall <ps@leissner.se>
2231 * dlls/comctl32/tab.c:
2232 Francois Gouget <fgouget@psn.net>
2233 Convert C++ comments to regular C comments.
2235 * dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/x11_private.h:
2236 Ove Kaaven <ovek@arcticnet.no>
2237 Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
2238 map to point to the IDirectDrawPalette's own depth conversion color map.
2240 * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
2241 Ove Kaaven <ovek@arcticnet.no>
2242 Initialize an identity mapping in CreatePalette if no depth conversion
2243 is necessary. Also fixed a warning.
2245 * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
2246 Made X11DRV_DIB_MapColor map back to the original color index if the
2247 XImage pixel's physical color is still the same.
2249 2000-05-15 Alexandre Julliard <julliard@winehq.com>
2251 * graphics/x11drv/xfont.c:
2252 Use the correct display for cached metrics file name.
2253 Store metrics in specified config dir.
2255 * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
2256 Make sure all Wine processes share the same X display.
2257 Inherit --managed option across processes.
2258 Add support for specifying display and managed mode in config file.
2260 * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
2261 Use unsigned int instead of unsigned short in DirectDraw
2262 depth-conversion color map.
2264 * controls/listbox.c:
2265 Susan Farley <sfarley@codeweavers.com>
2266 Avoid calls to SetFocus when they are unnecessary.
2268 2000-05-14 Alexandre Julliard <julliard@winehq.com>
2270 * dlls/comctl32/treeview.c:
2271 David Black <dblack@btinternet.com>
2272 Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
2274 * dlls/winmm/wineoss/midi.c:
2275 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2276 More verbose errors.
2278 * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
2279 Fixed borders of windows while dragging or sizing to match
2280 TWEAK_WineLook setting.
2282 * relay32/builtin32.c:
2283 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2284 #include <sys/types.h> before <sys/mman.h>.
2286 * misc/Makefile.in, misc/ddeml.c, dlls/Makefile.in, dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ddeml.spec, if1632/ole2nls.spec:
2287 Dimitrie O. Paun <dimi@cs.toronto.edu>
2288 Moved DDEML into dlls/user.
2290 * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
2291 Added support for registry values larger than the server buffer.
2292 When loading a registry file, automatically determine overlap between
2293 key name and file contents based on the first key name.
2294 Removed v1 saving code.
2295 Save USER\.Default separately into ~/.wine/userdef.reg.
2297 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
2298 Ove Kaaven <ovek@arcticnet.no>
2299 Improved DIBSection support for IDirectDrawSurface::GetDC.
2301 * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
2302 Lionel Ulmer <lionel.ulmer@free.fr>
2303 - set debug messages after a TRACE_ON test
2304 - prevent crash when making the NULL context current
2306 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
2307 When new menu Id is not found or index > nitems, insert the new menu
2308 at end of current menu.
2310 2000-05-13 Alexandre Julliard <julliard@winehq.com>
2312 * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
2313 Peter Hunnisett <hunnise@nortelnetworks.com>
2314 - Added ability to create 3D3 interfaces for Xlib
2315 - Changed DD_OK to D3D_OK in some places for consistency
2316 - Cleaned up some compiler warnings present without DGA2
2317 - Changed order for DirectDrawEnumerateExA to enumerate at least
2318 what abilities are known rather than bailing on unsupported flags
2319 - Added DirectDrawCreateEx stub
2321 2000-05-12 Alexandre Julliard <julliard@winehq.com>
2324 Susan Farley <sfarley@codeweavers.com>
2325 Distinguish RADIOCHECK style menu items from standard checkmark menu
2328 * controls/button.c:
2329 Susan Farley <sfarley@codeweavers.com>
2330 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
2331 should be sent a BN_CLICKED when it receives the focus.
2334 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2335 GetFullPathname: add missing termination to the string.
2337 * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
2338 Patrik Stridvall <ps@leissner.se>
2339 Fixed byte order on Solaris and FreeBSD.
2341 * graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c, graphics/x11drv/opengl.c, include/acconfig.h, include/config.h.in, include/debugdefs.h, include/gdi.h, include/wine_gl.h, include/x11drv.h, loader/loadorder.c, dlls/Makefile.in, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa_private.h, dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, graphics/enhmetafiledrv/init.c, graphics/painting.c, Make.rules.in, configure, configure.in:
2342 Lionel Ulmer <lionel.ulmer@free.fr>
2343 Added support for OpenGL.
2345 * dlls/shell32/shlfolder.c:
2346 Eric Pouech <Eric.Pouech@wanadoo.fr>
2347 Fixed absolute path to pidl generation.
2349 2000-05-11 Alexandre Julliard <julliard@winehq.com>
2351 * dlls/shell32/shlfolder.c:
2352 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2353 Fixed buffer overflow.
2355 * dlls/imagehlp/access.c, dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, windows/driver.c:
2356 Patrik Stridvall <ps@leissner.se>
2357 Fixed some debug messages.
2359 * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
2360 Patrik Stridvall <ps@leissner.se>
2361 Fixed issues found by winapi_check.
2363 * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imagehlp.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/riched32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
2364 Patrik Stridvall <ps@leissner.se>
2365 - Check for missing modules in modules.dat.
2366 - New options --debug-messages for debug message checking (turned off
2368 - Do not discard the argument name (use in debug message checking)
2372 * graphics/x11drv/dib.c:
2373 Marcus Meissner <Marcus.Meissner@caldera.de>
2374 Fixed asm() constraints.
2376 * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
2377 Eric Pouech <Eric.Pouech@wanadoo.fr>
2378 Fixed %p in printf (now using wsprintf which doesn't support it).
2379 Added ThreadId and ProcessId internal vars.
2380 Allow at startup to pick up a process to debug.
2382 * dlls/winmm/wineoss/audio.c:
2383 Eric Pouech <Eric.Pouech@wanadoo.fr>
2384 Fixed division by zero.
2386 * dlls/comctl32/trackbar.c:
2387 Eric Pouech <Eric.Pouech@wanadoo.fr>
2388 Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
2390 * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
2391 Scroll off-screen controls when scroll rectangle is NULL.
2393 * dlls/comctl32/tab.c, include/tab.h:
2394 Ken Thomases <ken@codeweavers.com>
2395 Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
2398 * dlls/comctl32/imagelist.c:
2399 Aric Stewart <aric@codeweavers.com>
2400 Remove the background from the new image when it is being replaced
2401 with a ReplaceImage.
2403 * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
2404 Bernd Herd <info@herdsoft.com>
2405 Make sure hInstance is a proper global handle and not a selector
2408 * dlls/commdlg/printdlg.c: Jean-Claude Batista
2409 PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
2411 * dlls/comctl32/treeview.c:
2412 Aric Stewart <aric@codeweavers.com>
2413 Clean up the drawing code after a label update. There were problems if
2414 the new label is shorter that the old label fragments of the old label
2417 * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
2418 Clear menu handle after destroying menu.
2421 Guy Albertelli <galberte@neo.lrun.com>
2422 Revalidate menu handle in mt.hTopMenu after DispatchMessage.
2424 * windows/dialog.c: Bernd Herd <info@herdsoft.com>
2425 Pass CTLDATA as SEGPTR for 16-bit programs.
2427 * dlls/version/ver16.c:
2428 Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
2429 Prevent possible NULL pointer access.
2431 2000-05-10 Alexandre Julliard <julliard@winehq.com>
2433 * controls/menu.c: Aric Stewart <aric@codeweavers.com>
2434 - Wine was passing the wrong hwnd as the owner when processing owner
2436 - When doing MENU_CalcItemSize for the menu bar we were not properly
2437 padding the returned rect.
2439 * dlls/comctl32/treeview.c:
2440 Aric Stewart <aric@codeweavers.com>
2441 Allow the user to cancel label editing with esc and confirm with return.
2443 * dlls/comctl32/tab.c:
2444 Ken Thomases <ken@codeweavers.com>
2445 Restore accidentally undone changes.
2447 * dlls/comctl32/treeview.c:
2448 Aric Stewart <aric@codeweavers.com>
2449 - Wine was not properly reporting back the edited label to the
2450 application in a treeview when the label is a callback.
2451 - Because windows applications assume they get a new edit control
2452 every time they often subclass that edit box willy-nilly and do not
2453 clean up. So it is necessary to actually give them a new edit control
2456 * dlls/comctl32/toolbar.c:
2457 Aric Stewart <aric@codeweavers.com>
2458 - Cleaned up some of the drawing code, specifically dealing with
2459 avoiding trying to draw invalid bitmaps.
2460 - Avoid directly calling drawing functions instead invalidating rects
2461 and relying on WM_PAINT.
2462 - For the dropdown event check the button style as opposed to the
2465 * dlls/dsound/dsound_main.c:
2466 Eric Pouech <Eric.Pouech@wanadoo.fr>
2467 Make internal buffers size multiple of 4.
2470 Guy L. Albertelli <galberte@neo.lrun.com>
2471 Verify the menu handle is non-zero prior to use.
2473 * controls/menu.c: Ken Thomases <ken@codeweavers.com>
2474 Fixed to display popup-menu arrow on owner-drawn popup menus.
2475 Fixed positioning of submenus relative to parent menus.
2477 * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
2478 Specify the service thread timers in ms instead of us.
2480 * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
2481 Reserve space for the PE header at the start of the .so file.
2482 Store the export table inside the data section so that sections can be
2484 Build the relay function table directly in the .spec.c file.
2485 Moved relay debugging functions to relay386.c.
2487 * dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c:
2488 Gerard Patel <g.patel@wanadoo.fr>
2489 Protect against use of comctl32 private control memory after it has
2492 * dlls/comctl32/status.c:
2493 Aric Stewart <aric@codeweavers.com>
2494 Some programs switch their status bar back and forth from simple mode
2495 while running. This fix corrects drawing and text setting problems that
2496 result from this behavior.
2498 2000-05-09 Alexandre Julliard <julliard@winehq.com>
2501 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2502 Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
2503 Various optimizations.
2505 * dlls/winmm/wineoss/audio.c:
2506 Eric Pouech <Eric.Pouech@wanadoo.fr>
2507 Changed WAVEHDR notification heuristic.
2508 Added preliminary support for loops in WAVEHDRs.
2509 Fixed issues when mixing open and getCaps calls.
2511 * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
2512 Bertho Stultiens <bertho@akhphd.au.dk>
2513 - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
2514 address of a pointer instead of its value. This probably slipped in
2515 during the merge of my tree into the winetree.
2516 Lesson learned: always double check.
2517 - Verified most resources so that win16 compile also generates correct
2518 output for reversed endian.
2519 - Implemented byte-ordering for resources. All resources can be forced
2520 to be little-, big- or native endian with command-line option -B.
2521 - Reading resources from .res-files are only accepted in native byte-
2522 ordering so that no additional semantic analysis is required.
2523 - Resource directory is still written in native-only format, including
2525 - Wrc is now installed through the makefile with 'make install' and also
2526 uninstalled with 'make uninstall'.
2527 - Wrote a man-page for better reference. The manpage also gets installed
2529 - Cleaned up the namespace a bit by more agressive use of static.
2531 * dlls/comctl32/tab.c, include/tab.h:
2532 Aric Stewart <aric@codeweavers.com>
2533 Added the ability to use multiline tab controls to wine.
2535 * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
2536 Marcus Meissner <marcus@jet.franken.de>
2537 Number of surface Lock/Unlocks must NOT match, so do NOT use it for
2540 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
2541 Update for new Wine features; use ttydrv instead of x11drv when
2542 running regapi, and set correct winedbg path in the registry.
2544 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
2545 Fixed jump_alias for non-PIC, and disabled it for PIC, since it
2546 doesn't work for PIC right now. This fixes current crashing sigaction
2549 * debugger/memory.c:
2550 Eric Pouech <Eric.Pouech@wanadoo.fr>
2553 * dlls/advapi32/registry.c:
2554 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2555 Added some reg temp file clutter check (more than 100 temp files in
2558 2000-05-07 Alexandre Julliard <julliard@winehq.com>
2560 * graphics/x11drv/dib.c:
2561 Marcus Meissner <marcus@jet.franken.de>
2562 SetImageBits_8: added ->15 conversion in optimized assembler.
2564 * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h, dlls/richedit/ansi_sym.h, dlls/richedit/charlist.c, dlls/richedit/charlist.h, dlls/richedit/reader.c, dlls/richedit/riched32.h, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/richedit/rtf2text.h, dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c, dlls/richedit/text_map.h, include/richedit.h:
2566 Wraps some RichEdit control functionality on an Edit control. It uses
2567 a free implementation of an RTF parser written by Paul DuBois
2568 http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
2569 work with the control.
2571 * windows/winproc.c:
2572 Do not send WM_SIZING to 16-bit windows.
2574 * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
2575 Cleaned up local heap initialisation.
2577 * dlls/commdlg/cdlg32.c, dlls/ole32/ole2.c, include/winbase.h, include/wine/winbase16.h, loader/pe_image.c, relay32/builtin32.c, windows/driver.c:
2578 Moved Load/FreeLibrary16 definition to winbase16.h.
2580 * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
2581 Dimitrie O. Paun <dimi@cs.toronto.edu>
2582 Separate OLE2NLS out of KERNEL.
2584 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
2585 Patrik Stridvall <ps@leissner.se>
2586 - Check for missing modules in modules.dat.
2589 * graphics/x11drv/dib.c:
2590 Jean-Claude Batista (Macadamian/Corel)
2591 Top-down images have a negative biHeight, the scanlines of theses
2592 images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
2593 simply changed the sign of lines, the scanlines were correctly handled
2597 Marcus Meissner <marcus@jet.franken.de>
2598 Old versions of glibc might not have STN_UNDEF defined.
2600 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
2601 Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
2603 * dlls/comctl32/status.c:
2604 Gerard Patel <g.patel@wanadoo.fr>
2605 Set the itemID member of the DRAWITEMSTRUCT to the number of the
2606 status part painted.
2608 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
2609 Always calls SetMenu in MDISetMenu.
2611 * dlls/tapi32/line.c:
2612 Dimitrie O. Paun <dimi@cs.toronto.edu>
2613 Small debug channel cleanup.
2615 * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
2616 Fixed scrolling bug.
2618 * dlls/comctl32/listview.c, include/listview.h:
2619 Chris Morgan <cmorgan@wpi.edu>
2620 Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
2621 support for the LVS_EX_TRACKSELECT flag. Added code to delete items
2622 in LISTVIEW_SetItemCount().
2624 2000-05-05 Alexandre Julliard <julliard@winehq.com>
2626 * include/winuser.h, windows/nonclient.c:
2627 Aric Stewart <aric@codeweavers.com>
2628 Added WM_SIZING message support.
2630 * graphics/path.c: Rob Farnum <robf@twinux.com>
2631 Removed warnings from freeing path in DeleteDC.
2633 * dlls/comctl32/header.c:
2634 Aric Stewart <aric@codeweavers.com>
2635 Fixed a bug with the processing of HitTest.
2637 * controls/edit.c: Susan Farley <susan@codeweavers.com>
2638 Handle ^C, ^V and ^X in an edit control properly.
2641 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2642 Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
2644 * dlls/comctl32/treeview.c:
2645 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2648 * loader/pe_resource.c:
2649 Stephane Lussier <stephane@macadamian.com>
2650 If we do not find a resource for both (primary lang|sub lang), we try
2651 just (primary lang) before using the default.
2653 * dlls/comctl32/tooltips.c:
2654 Sheri Steeves <sheri@macadamian.com>
2655 Worked around some tooltips hide problems by checking the current tooltip.
2657 * documentation/distributors:
2658 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
2659 Added a configuration hint for the CD-ROM "unhide" option.
2662 Henning Hoffmann (of Macadamian for Corel)
2663 Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
2664 as well, because GetLocaleInfo() has to get any values saved by
2665 SetLocaleInfo() in the registry.
2667 * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
2668 Eric Pouech <Eric.Pouech@wanadoo.fr>
2669 Fixed some buffer overflows.
2670 Made stab parsing more robust (now ignores C++ stabs).
2671 Display correct backtrace at first when invoked on unhandled exception.
2672 Loads stabs from .so files when those are loaded.
2674 2000-05-03 Alexandre Julliard <julliard@winehq.com>
2676 * include/debugdefs.h: Generated again.
2678 * include/pe_image.h, loader/pe_image.c:
2679 PE_LoadImage: removed version parameter, set last error correctly.
2681 * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
2682 Store process file name in startup info.
2683 Fixed exe_file handling.
2685 * dlls/Makefile.in: Fixed typo.
2687 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/richedit/.cvsignore, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c:
2688 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2689 Added stubs for riched32.dll.
2691 * dlls/x11drv/x11drv_main.c:
2692 Lionel Ulmer <lionel.ulmer@free.fr>
2693 Call XOpenIM on the large stack.
2695 * include/winsock.h:
2696 Bang Jun-Young <bangjy@dreamwiz.com>
2697 FreeBSD 3.4 compile fix.
2699 * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
2700 Fixed COORD structure definition.
2701 Fixed GetLargestConsoleWindowSize to not return a structure when
2702 called from the Window binary.
2704 * server/object.c: Small optimization.
2706 * scheduler/thread.c: Fixed default thread stack size.
2708 * objects/text.c: Fixed DrawTextW length handling.
2710 * dlls/ddraw/dsurface/main.c:
2711 Lionel Ulmer <lionel.ulmer@free.fr>
2712 Remove the assertion when there is no source surface.
2714 * include/oleauto.h:
2715 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2716 Add DosDateTimeToVariantTime prototype.
2718 * dlls/shell32/shlwapi.spec:
2719 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2720 Map StrChrA to strchr. Fix StrChrW arg list.
2722 * include/winuser.h:
2723 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2726 * dlls/ole32/stg_stream.c:
2727 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2728 Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
2731 Bertho Stultiens <bertho@panter.soci.aau.dk>
2732 Mmap does not fail on zero-length files.
2734 2000-05-01 Alexandre Julliard <julliard@winehq.com>
2736 * include/global.h, memory/virtual.c:
2737 Use exception handling to implement the IsBad* functions.
2738 Removed /proc/self/maps parsing as it is not very useful with .so libs.
2740 * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
2741 Setup the initial thread %fs from a constructor.
2743 * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
2744 Added DECL_GLOBAL_CONSTRUCTOR macro.
2746 * resources/user32.rc, tools/Makefile.in, tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c, tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/writeres.c, dlls/commdlg/rsrc.rc, dlls/display/disp.rc, dlls/shell32/shres.rc, programs/clock/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/comctl32/rsrc.rc:
2747 Bertho Stultiens <bertho@akhphd.au.dk>
2748 - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
2749 old parser has been stripped from the old preprocessor-code which
2750 cleaned up both resource-scanner and -parser.
2751 - Standard defines have been introduced (see README.wrc)
2752 - Both preprocessor- and resource-scanner have been optimized slightly
2753 so that no backing up is required (one char lookahead is enough).
2754 - Filename-scanning has been cleaned up, though not perfect yet.
2755 - User-type resources are compatible now.
2756 - Line-continuation in strings is corrected so that it does not
2757 introduce a newline in the output.
2759 * scheduler/thread.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, windows/queue.c, loader/module.c, memory/environ.c, miscemu/main.c, scheduler/process.c, include/process.h, include/server.h, include/thread.h, loader/main.c:
2760 Rewrote Unix process launching to allow passing startup information to
2761 Winelib apps. Improved handling of execve() failures.
2763 * files/file.c: Added ENOEXEC error code.
2765 * scheduler/pthread.c: Added atfork support.
2767 * configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, configure:
2768 Lionel Ulmer <lionel.ulmer@free.fr>
2769 Added DGA2 driver to DirectDraw.
2771 * dlls/commdlg/cdlg32.c:
2772 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2773 COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
2774 allocation of Tls for CommDlgExtendedError until it is needed.
2776 * debugger/winedbg.c:
2777 Eric Pouech <Eric.Pouech@wanadoo.fr>
2778 Fixed segv when debugger registry key doesn't exist.
2780 * dlls/icmp/icmp_main.c:
2781 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2782 Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
2784 2000-04-30 Alexandre Julliard <julliard@winehq.com>
2786 * ANNOUNCE, ChangeLog, include/version.h:
2789 * windows/x11drv/wnd.c:
2790 Gerard Patel <g.patel@wanadoo.fr>
2791 X11DRV_SetFocus: really don't mess with focus for managed windows.
2793 * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
2794 Dimitrie O. Paun <dimi@cs.toronto.edu>
2795 Removed HEAP_xalloc.
2797 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
2798 Eric Pouech <Eric.Pouech@wanadoo.fr>
2799 - Enhanced internal variables framework (including read/save to
2800 registry and typing)
2801 - Finalized use of Windows' Console I/O interface (instead of Unix std
2803 - Now handling registers as internal variables (they are no longer
2804 seen as a specific type)
2806 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2807 Insure we always try to launch a debugger.
2809 * relay32/wowthunk.c:
2810 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2811 Use Thread pseudo handle and not Thread Id as argument for the call to
2812 GetThreadSelectorEntry.
2814 ----------------------------------------------------------------
2815 2000-04-30 Alexandre Julliard <julliard@winehq.com>
2817 * windows/x11drv/wnd.c:
2818 Gerard Patel <g.patel@wanadoo.fr>
2819 X11DRV_SetFocus: really don't mess with focus for managed windows.
2821 * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
2822 Dimitrie O. Paun <dimi@cs.toronto.edu>
2823 Removed HEAP_xalloc.
2825 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
2826 Eric Pouech <Eric.Pouech@wanadoo.fr>
2827 - Enhanced internal variables framework (including read/save to
2828 registry and typing)
2829 - Finalized use of Windows' Console I/O interface (instead of Unix std
2831 - Now handling registers as internal variables (they are no longer
2832 seen as a specific type)
2834 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2835 Insure we always try to launch a debugger.
2837 * relay32/wowthunk.c:
2838 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2839 Use Thread pseudo handle and not Thread Id as argument for the call to
2840 GetThreadSelectorEntry.
2842 2000-04-29 Alexandre Julliard <julliard@winehq.com>
2844 * loader/pe_image.c:
2845 Clear the remainder of the page when mapping a section whose size on
2846 disk is not a full page multiple.
2847 Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
2849 * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
2850 Lionel Ulmer <lionel.ulmer@free.fr>
2851 - added thread-safety protection to XListPixmapFormats
2852 - moved pixmap / image format matching ERRs to WARNs
2854 * win32/console.c, include/winbase.h:
2855 Eric Pouech <Eric.Pouech@wanadoo.fr>
2856 Fixed GetLargestConsoleWindowSize prototype.
2858 * dlls/wininet/ftp.c:
2859 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2860 FreeBSD compile fix.
2862 * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
2863 Ove Kaaven <ovek@arcticnet.no>
2864 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
2865 ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
2866 it is a pitch override (specifies bytes per line), and tells to treat
2867 the offset parameter as an already-mapped virtual memory address (if
2868 the section parameter is zero). Fixed a DIB status init bug in
2869 creating DIB sections from file mappings (if created from mapping, the
2870 DIB is *not* really InSync).
2872 * include/winbase.h, memory/virtual.c:
2873 Ove Kaaven <ovek@arcticnet.no>
2874 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
2875 register external mappings (like video frame buffers).
2877 * configure.in, include/config.h.in, scheduler/pthread.c, configure:
2878 Eric Pouech <Eric.Pouech@wanadoo.fr>
2879 Enhanced libc's pthread configuration detection.
2881 * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
2882 Eric Pouech <Eric.Pouech@wanadoo.fr>
2883 Fixed a few compilation warnings.
2885 * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
2886 Patrik Stridvall <ps@leissner.se>
2887 Fixed some warnings.
2889 * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
2890 Patrik Stridvall <ps@leissner.se>
2891 Fixed issues reported by winapi_check.
2893 * tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
2894 Patrik Stridvall <ps@leissner.se>
2897 - Added new option --cross-call-unicode-ascii for checking illegal
2898 Unicode to ASCII calls.
2900 * configure, configure.in, include/config.h.in:
2901 Lionel Ulmer <lionel.ulmer@free.fr>
2902 Added '--enable-opengl' flag to bypass the thread-safety check.
2904 * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
2905 Dimitrie O. Paun <dimi@cs.toronto.edu>
2906 Removed some HEAP_xalloc calls.
2909 Eric Pouech <Eric.Pouech@wanadoo.fr>
2910 Fixed bug when file doesn't exist in MCI_OPEN handling.
2911 Reduced time spent with crit sect locked.
2913 * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2914 Fixed argv handling for cuiexe winelib programs.
2916 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
2917 Made pthread_kill_other_threads_np and pthread_atfork fixmes less
2920 * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
2921 WinHelp must accept a NULL pointer to the help key string.
2923 2000-04-28 Alexandre Julliard <julliard@winehq.com>
2925 * dlls/commdlg/finddlg32.c:
2926 Guy L. Albertelli <galberte@neo.lrun.com>
2927 - Correct check for minimum buffer length.
2928 - Correct cases where ShowWindow is done/not done.
2930 * dlls/comctl32/commctrl.c:
2931 Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
2932 Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
2933 TrackMouseEventProc. Added code to allow addition/cancelation of
2934 tracking flags on existing entries rather than create extra entries.
2935 Fixed timer. Added check to _TrackMouseEvent to stop timer if the
2936 tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
2937 when hwndTrack isn't the current hwnd.
2940 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2941 DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
2943 * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
2944 Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
2945 Added support for memory mapping of 4k aligned PE binaries. This can
2946 speed up load times significantly for some applications.
2948 * dlls/shell32/brsfolder.c, dlls/shell32/shellguid.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/obj_shellbrowser.h, include/wine/undocshell.h:
2949 Juergen Schmied <juergen.schmied@debitel.net>
2950 Complete cleanup, bugfixes.
2951 New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
2952 PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
2953 PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
2954 PathFindNextComponent, PathRemoveFileSpec.
2956 * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
2957 Juergen Schmied <juergen.schmied@debitel.net>
2958 Stubs for IQueryAssociations.
2960 * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
2961 Juergen Schmied <juergen.schmied@debitel.net>
2962 Moved policy related functions to shpolicy.c
2963 Moved dialog related functions to dialogs.c
2965 * dlls/shell32/shell32.spec:
2966 Juergen Schmied <juergen.schmied@debitel.net>
2967 Explicit import user32.dll.
2968 Many corrections, exported some functions by name.
2970 * dlls/shell32/shell.c, dlls/shell32/shellole.c:
2971 Juergen Schmied <juergen.schmied@debitel.net>
2972 Separated 32 bit functions to shellole.c.
2974 * dlls/shell32/pidl.c:
2975 Juergen Schmied <juergen.schmied@debitel.net>
2978 * dlls/shell32/iconcache.c:
2979 Juergen Schmied <juergen.schmied@debitel.net>
2980 Fixed: extract the icon by resource id.
2982 * dlls/shell32/shlview.c:
2983 Juergen Schmied <juergen.schmied@debitel.net>
2986 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
2987 Juergen Schmied <juergen.schmied@debitel.net>
2989 Use GetModuleHandleA instead of LoadLibrary for dlls imported by
2992 * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
2993 Make WineLook=Win95 the default setting.
2995 * dlls/dinput/dinput_main.c:
2996 Lionel Ulmer <lionel.ulmer@free.fr>
2997 Added leaving of critical section on all return cases.
2999 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3000 Removed init_sect. Use Interlocked* functions instead.
3003 Juergen Schmied <juergen.schmied@debitel.net>
3004 Small fixes, removed asserts.
3006 * libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in:
3007 Changed imports of winspool to winspool.drv.
3009 * dlls/Makefile.in, dlls/user/Makefile.in:
3010 Added libkeyboard.so creation.
3012 * dlls/comctl32/header.c, include/header.h:
3013 Martin Fuchs <martin-fuchs@gmx.net>
3014 - Return modified rectangle after layouting header control
3015 - Output text in header control when no other Flag specified
3016 - Delay bounding rectangle calculation for header control items
3018 * dlls/comctl32/toolbar.c:
3019 Chris Morgan <cmorgan@wpi.edu>
3020 Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
3021 Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
3022 look/behave almost exactly the same as native windows.
3024 * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
3025 Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
3026 SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
3028 * misc/comm.c: Rein Klazes <rklazes@casema.net>
3029 Implement mark and space parity generation. Accept one-and- a-half
3030 stopbits: the most common uarts will generate this automatically when
3031 there are 5 databits.
3033 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3036 * debugger/debugger.h, include/heap.h, memory/heap.c:
3037 Dimitrie O. Paun <dimi@cs.toronto.edu>
3038 Get rid of HEAP_xrealloc.
3040 2000-04-25 Alexandre Julliard <julliard@winehq.com>
3042 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
3043 Patrik Stridvall <ps@leissner.se>
3044 Compile fix for --without-x.
3046 * loader/main.c, wine.ini:
3047 Patrik Stridvall <ps@leissner.se>
3048 Added new configuration file option for selecting graphics driver.
3050 * dlls/ttydrv/Makefile.in:
3051 Patrik Stridvall <ps@leissner.se>
3052 Link the TTY driver with the standard libs.
3054 * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
3055 Eric Pouech <Eric.Pouech@wanadoo.fr>
3056 Fixed winspool(.drv) loading.
3058 * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/x11drv.h, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
3059 Patrik Stridvall <ps@leissner.se>
3060 Removed X_DISPLAY_MISSING.
3062 * debugger/types.c, debugger/msc.c:
3063 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3064 Improved CodeView type information loader.
3066 * dlls/commdlg/colordlg.c:
3067 Gerard Patel <g.patel@wanadoo.fr>
3068 Don't use the template member unless the corresponding flag is set.
3070 2000-04-24 Alexandre Julliard <julliard@winehq.com>
3072 * LICENSE, WARRANTY:
3073 Switched to the X11 license.
3075 * server/registry.c, if1632/relay.c, misc/ddeml.c:
3076 Patrik Stridvall <ps@leissner.se>
3077 Fixed some warnings.
3079 * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c, dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
3080 Patrik Stridvall <ps@leissner.se>
3081 Fixed issues found by winapi_check.
3083 * tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/dinput.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check:
3084 Patrik Stridvall <ps@leissner.se>
3085 - Updated API files.
3086 - Improved misplaced function checking.
3089 * include/winnt.h: Francois Gouget <fgouget@psn.net>
3090 Include string.h to make winnt.h self-sufficient.
3092 * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
3093 infoPtr sometimes can be NULL.
3095 * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c, include/commdlg.h:
3096 Gerard Patel <g.patel@wanadoo.fr>
3097 32 bits message processing for color dialog.
3099 * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
3100 Martin Fuchs <martin-fuchs@gmx.net>
3101 Fixed toolbar bitmap size handling.
3103 * configure.in, configure:
3104 Rein Klazes <rklazes@casema.net>
3105 Correct test for linux 2.2 joystick API, which returned true in every
3108 * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
3109 Dimitrie O. Paun <dimi@cs.toronto.edu>
3110 Removed the last xmalloc calls.
3112 * programs/winver/Makefile.in, relay32/builtin32.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/shell32/shellord.c, dlls/x11drv/Makefile.in, if1632/builtin.c, include/module.h, libtest/Makefile.in, libtest/hello3res.rc, programs/avitools/Makefile.in, programs/clock/Makefile.in, configure.in, debugger/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, wine.ini, .cvsignore, Make.rules.in, Makefile.in, configure:
3113 Implemented on-demand loading of builtin dlls using dlopen().
3115 2000-04-23 Alexandre Julliard <julliard@winehq.com>
3117 * Makefile.in, dlls/x11drv/Makefile.in:
3118 Build wineclipsrv as part of the x11drv dll.
3120 * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, dlls/shell32/Makefile.in, dlls/shell32/shlview.c:
3121 Removed a few inter-dll dependencies.
3123 * windows/painting.c: Rein Klazes <rklazes@casema.net>
3124 Make RDW_ValidateParent() modify the update region of all parents, not
3125 just the direct parent.
3128 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3129 SNOOP_PrintArg: replaced IsBad* functions by exception handler.
3131 * configure, configure.in:
3132 Patrik Stridvall <ps@leissner.se>
3133 Added --without-curses compile option.
3135 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3136 Added some more pthread overrides.
3138 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
3139 Fixed debugger registry key location.
3141 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
3142 Use DECLARE_HANDLE to declare handles.
3144 * include/windef.h: Francois Gouget <fgouget@psn.net>
3145 DECLARE_HANDLE should not be undef'ed after use.
3147 * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
3148 Fix edit control's WM_GETTEXT behaviour.
3150 * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
3151 Do not initialize dcb in BuildCommDCB[AndTimeouts].
3153 * include/casemap.h, tools/unimap.pl:
3154 Dmitry Timoshkov <dmitry@sloboda.ru>
3155 Adapted unimap.pl script and generated by it casemap.h to the Unicode
3156 Standard, Version 3.0.
3158 * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
3159 Check if dialog is visible before setting the focus.
3162 Dmitry Timoshkov <dmitry@sloboda.ru>
3163 Removed the longstanding hack in response to WM_ACTIVATE message.
3165 * include/winuser.h:
3166 Martin Fuchs <martin-fuchs@gmx.net>
3167 Fixed GetNumberFormat declaration.
3169 * dlls/comctl32/toolbar.c:
3170 Chris Morgan <cmorgan@wpi.edu>
3171 James Abbatiello <abbeyj@wpi.edu>
3172 Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
3173 of the button changes. Stops flickering in toolbars caused by
3174 excessive redrawing.
3176 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
3177 Gerard Patel <g.patel@wanadoo.fr>
3178 Stub for InternetGetConnectedState.
3180 * include/winbase.h: Francois Gouget <fgouget@psn.net>
3181 Fixed GetProcessHeap() for the STRICT mode.
3183 * dlls/ddraw/main.c:
3184 Marcus Meissner <marcus@jet.franken.de>
3185 Also check for empty GUID in DirectDrawCreate.
3187 2000-04-19 Alexandre Julliard <julliard@winehq.com>
3189 * dlls/version/version.spec, dlls/winmm/joystick/joystick.spec, dlls/winmm/mcianim/mcianim.spec, dlls/winmm/mciavi/mciavi.spec, dlls/winmm/mcicda/mcicda.spec, dlls/winmm/mciseq/mciseq.spec, dlls/winmm/mciwave/mciwave.spec, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wineoss/wineoss.spec, dlls/avifil32/avifil32.spec, dlls/commdlg/comdlg32.spec, dlls/ddraw/ddraw.spec, dlls/dplayx/dplayx.spec, dlls/msvideo/msvfw32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
3190 Added some missing import directives.
3192 * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
3193 Removed winmm from import list.
3195 * dlls/comctl32/animate.c, include/animate.h:
3196 Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
3198 * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
3199 Fixed resource loading.
3201 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
3202 John R. Sheets <jsheets@codeweavers.com>
3203 Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
3204 Added dump for MISC section.
3207 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3208 Added DirectPlay registry keys to winedefault.reg.
3210 * dlls/comctl32/treeview.c:
3211 Stephane Lussier <stephane@macadamian.com>
3214 2000-04-18 Alexandre Julliard <julliard@winehq.com>
3216 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, include/imagehlp.h, include/neexe.h, include/pe_image.h, include/peexe.h, include/winnt.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, relay32/builtin32.c, relay32/snoop.c, debugger/dbgmain.c, debugger/module.c, debugger/msc.c, debugger/types.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/version/resource.c:
3217 Moved PE header definitions to winnt.h where they belong.
3219 * windows/x11drv/event.c, controls/combo.c, controls/edit.c, controls/listbox.c, dlls/comctl32/listview.c, include/mouse.h, include/winuser.h, windows/input.c, windows/spy.c:
3220 Stephane Lussier <stephane@macadamian.com>
3221 Implemented Mousewheel support.
3223 * dlls/winsock/async.c:
3224 Rein Klazes <rklazes@casema.net>
3225 Convert service and protocol names to lowercase before calling
3226 getservby{name|port} and getprotoby{name|port}.
3229 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3230 Fix return value for OffsetRgn if x and y are 0.
3233 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3234 Implement StrokeAndFillPath.
3235 Call DeleteObject when finished with hrgn in PATH_FillPath.
3237 * include/wininet.h:
3238 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3241 * graphics/enhmetafiledrv/objects.c:
3242 Sheri Steeves <sheri@macadamian.com>
3243 EMR_SELECTOBJECT records stock objects with their id as the object
3244 handle and the high bit set.
3246 * objects/enhmetafile.c:
3247 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3248 Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
3250 2000-04-16 Alexandre Julliard <julliard@winehq.com>
3252 * server/registry.c:
3253 Removed permission checks in create_key and delete_key. It seems
3254 Windows doesn't check anything.
3256 * loader/resource.c:
3257 Richard Cohen <richard@jubjub.demon.co.uk>
3258 Wrap an exception handler around FindResource.
3260 * programs/regtest/regtest.c:
3261 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3263 Added test case for RegCreateKeyEx showing win95 behaviour.
3265 * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
3266 Implemented 'walk process' and 'walk threads' commands using toolhelp
3269 * include/server.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, server/process.c, server/process.h, server/request.h, server/snapshot.c, server/thread.c, server/thread.h, server/trace.c:
3270 Implemented thread and (partial) module snapshots, based on the work
3271 of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
3273 * server/main.c, server/registry.c, server/request.h, server/trace.c, documentation/wine.conf.man.in, include/server.h, include/shell.h, loader/main.c, misc/registry.c, wine.ini:
3274 Save the registry on server exit without client intervention.
3275 Removed "alt" registry files since we now have symlinks and
3276 WINEPREFIX to replace them.
3278 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
3279 Stephane Lussier <stephane@macadamian.com>
3280 Support switching the keyboard layout with WINE running.
3282 * dlls/crtdll/crtdll_main.c:
3283 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3284 fgets: Don't swallow \n, treat EOF
3285 feof: Crude implementation
3286 signal: Return error
3289 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3290 Add missing backslash in the debugger definition.
3292 * win32/time.c: Rein Klazes <rklazes@casema.net>
3293 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
3294 adjustment of 2 minutes just in case...
3296 * dlls/dsound/dsound_main.c:
3297 Marcus Meissner <marcus@jet.franken.de>
3298 DSOUND_MixerNorm: do not compare unrelated pointers.
3300 2000-04-15 Alexandre Julliard <julliard@winehq.com>
3303 Rewrote command-line parsing of CreateProcessA to be more compatible.
3305 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, tools/build.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, programs/osversioncheck/osversioncheck.spec, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c, programs/winemine/Makefile.in, debugger/Makefile.in, include/callback.h, include/main.h, include/module.h, include/thread.h, libtest/Makefile.in, loader/main.c, loader/module.c, loader/pe_image.c, misc/options.c, programs/avitools/Makefile.in, programs/clock/Makefile.in, Make.rules.in:
3306 Improved Winelib apps initialisation code. No longer need to link
3307 winestub.o with Winelib apps.
3309 * include/wine/winbase16.h, relay32/utthunk.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec, dlls/icmp/icmp_main.c, dlls/ntdll/om.c, dlls/shell32/shlwapi.spec, dlls/win87em/emulate.c, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/winmm/mcianim/mcianim.c, graphics/ttydrv/palette.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
3310 Patrik Stridvall <ps@leissner.se>
3311 Fixed some issues reported by winapi_check.
3313 * tools/winapi_check/*:
3314 Patrik Stridvall <ps@leissner.se>
3316 - Add new options --all and --none that enable/disables all check
3318 - Fixed and improved stub statistics.
3319 - Fixed bug that prevented checking of the first function in the .spec files.
3320 - Partial implementation of a more advanced misplaced function checking.
3323 * dlls/comctl32/toolbar.c:
3324 Martin Fuchs <martin-fuchs@gmx.net>
3325 Implement CCS_NOMOVEY for tool bars.
3327 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3328 Symlink root's registry to global registry. Minor cleanups.
3330 * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
3331 Added further implementation of WINAPI EnumDateFormats() to support
3332 three more locales: German(standard), French(standard) and French
3333 (canadian). All date formats follow conventions from Windows NT 4.0
3335 * dlls/comctl32/treeview.c:
3336 Serge Ivanov <sergei@corel.ca>
3337 Added proper handling TVIS_OVERLAYMASK flag and allows to display
3338 overlay images. Fixed off by one error with listitem in
3339 TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
3341 2000-04-14 Alexandre Julliard <julliard@winehq.com>
3343 * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
3344 Ove Kaaven <ovek@arcticnet.no>
3345 POSIX threads emulation, tricks glibc into being threadsafe.
3347 * scheduler/client.c, server/main.c, server/request.c:
3348 Made server launching somewhat cleaner and faster.
3350 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
3351 Marcus Meissner <Marcus.Meissner@caldera.de>
3352 Detypoed X11DRV_EVENT_SetInputMethod.
3354 * windows/x11drv/keyboard.c:
3355 Stephane Lussier <stephane@macadamian.com>
3356 When dealing with XKB extensions, force the AltGr key mask to use the
3357 group index instead of the modifier.
3360 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3363 * include/commctrl.h:
3364 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3365 Added a few toolbar defines.
3367 * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
3368 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3369 A few corrections to bounding boxes.
3371 * graphics/x11drv/graphics.c:
3372 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3373 Don't close groups of polylines.
3375 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
3376 Do not dereference a ptr we just checked being NULL.
3378 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
3379 Francois Gouget <fgouget@psn.net>
3380 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
3382 * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
3383 Follow symlinks when saving registry.
3385 * debugger/Makefile.in:
3386 Added missing winestub dependency.
3388 * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
3389 Load done event now created by the server.
3391 2000-04-13 Alexandre Julliard <julliard@winehq.com>
3393 * debugger/.cvsignore, debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec, include/stackframe.h, Makefile.in:
3394 Eric Pouech <Eric.Pouech@wanadoo.fr>
3395 Made the winedbg an external and WineLib program.
3396 Centralized output handling (preparation for console usage).
3397 Fixed a few debug information reading options (stabs and sym).
3398 Started a framework to hold debugger's internal variables.
3400 * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
3401 Eric Pouech <Eric.Pouech@wanadoo.fr>
3402 Got rid of -debug wine's option (wine now requires an external debugger).
3404 * win32/except.c, winedefault.reg:
3405 Eric Pouech <Eric.Pouech@wanadoo.fr>
3406 Added launching of a debugger when unhandled exception occurs.
3408 * relay32/builtin32.c:
3409 Eric Pouech <Eric.Pouech@wanadoo.fr>
3410 Added a .xcnlnk section to builtin KERNEL32 PE header.
3412 * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3413 Let CreateProcess launch unix executable without a .exe extension.
3414 Fixed arguments passed when creating a unix process.
3416 * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
3417 Fixed signal stack handling on Linux when sigaltstack is available.
3418 Added a direct sigaltstack syscall to work-around the glibc bug.
3420 * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
3421 Implemented guard pages and stack overflow exceptions.
3423 * include/thread.h, scheduler/process.c, scheduler/thread.c:
3424 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
3428 Make sure HKLM\Software\Wine\Wine is a non-volatile key.
3430 * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
3431 Stephane Lussier <stephane@macadamian.com>
3432 Fixed AltGr key handling.
3434 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
3435 Marcus Meissner <Marcus.Meissner@caldera.de>
3436 Make DirectDraw compile with DGA2 present.
3439 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3440 FILE_CreateFile()'s read/write-check was broken due to checking of
3441 ERROR_xxx instead of STATUS_xxx.
3443 * objects/enhmetafile.c:
3444 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3445 Fixes and cleans up some of the GetEnhMetaFile* functions.
3446 Fixes scaling of EMFs in playback. Will probably be right
3447 when World Transforms work properly...
3450 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3451 GlobalReAlloc returns 0 on failure.
3453 * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
3454 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3455 Stub for NtAllocateUuids.
3457 * dlls/comctl32/treeview.c:
3458 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3459 Clear TopRootItem when whole tree is deleted.
3460 Fix off by one lstrcpyn.
3461 Clean up and fix GetNextItem.
3463 2000-04-11 Alexandre Julliard <julliard@winehq.com>
3465 * documentation/.cvsignore: Ignore all output files.
3467 * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/debugdefs.h, include/urlmon.h, include/wininet.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
3468 Merged urlmon.dll and wininet.dll from the Corel tree (implementation
3469 by Ulrich Czekalla <ulrichc@corel.ca>)
3471 * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
3472 Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
3473 GetCurrentProcess() inline.
3475 * AUTHORS, include/authors.h:
3476 Marcus Meissner <marcus@jet.franken.de>
3477 Merged in Corel's AUTHORs.
3479 * graphics/x11drv/dib.c:
3480 Marcus Meissner <marcus@jet.franken.de>
3481 Only copy dstwidth*3 bytes in the 24bit case.
3483 * dlls/ddraw/dsurface/x11.c:
3484 Marcus Meissner <marcus@jet.franken.de>
3485 Free private structure in Xlib_DDS_Release.
3487 * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
3488 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
3490 * dlls/comctl32/treeview.c:
3491 Serge Ivanov <sergei@corel.ca>
3492 TreeView - minor bugfix and optimization:
3493 - GetDC call moved down to avoid possible resource leak.
3494 - Invariant code is moved out of loop.
3496 * dlls/shell32/pidl.c:
3497 Ulrich Czekalla <ulrichc@corel.ca>
3498 _ILGetFileDate should convert the date to local time before generating
3499 the string (_ILGetFileDateTime does not).
3501 * dlls/winmm/mmio.c:
3502 Noomen Hamza <noomen@macadamian.com>
3503 Fixed other bugs within MMIO implementation. Now, it's possible to
3504 copy/cut from PhotoPaint and paste to CorelDraw.
3506 2000-04-10 Alexandre Julliard <julliard@winehq.com>
3508 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
3509 Marcus Meissner <Marcus.Meissner@caldera.de>
3510 Use d3dexecutebuffer_create only when compiling with MESA.
3512 2000-04-09 Alexandre Julliard <julliard@winehq.com>
3514 * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
3515 Dimitrie O. Paun <dimi@cs.toronto.edu>
3516 Replaced xmalloc calls with malloc/HeapAlloc calls.
3518 * console/generic.c, console/ncurses.c, console/xterm.c:
3519 Eric Pouech <Eric.Pouech@wanadoo.fr>
3523 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3524 Implemented HeapWalk().
3526 * dlls/ddraw/dsurface/x11.c:
3527 Marcus Meissner <marcus@jet.franken.de>
3528 Two left over HeapValidate assertions removed.
3530 * server/debugger.c:
3531 Eric Pouech <Eric.Pouech@wanadoo.fr>
3532 Clear status for sending exception event.
3534 * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
3535 Added ability to put new-lines in changelog entry.
3536 Added -p to locate destination directory.
3538 * dlls/comctl32/listview.c:
3539 Richard Cohen <richard@jubjub.demon.co.uk>
3540 GetItem was returning the item instead of subitem info.
3542 * programs/winemine/main.c:
3543 Dave Pickles <davep@cyw.uklinux.net>
3544 Registry key used in LoadBoard() was not the same as the one used in
3545 SaveBoard(). Also fixed a typo in the position saving code.
3547 * configure, configure.in:
3548 Create directories that don't contain a Makefile.
3550 * tools/wrc/Makefile.in, dlls/ttydrv/Makefile.in, dlls/winmm/Makefile.in, dlls/x11drv/Makefile.in, documentation/Makefile.in, include/Makefile.in, ole/Makefile.in, programs/Makefile.in, programs/winhelp/Makefile.in, tools/Makefile.in, Make.rules.in, Makefile.in, debugger/Makefile.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
3551 Improved support for Makefiles that need to recurse in subdirectories.
3553 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c, configure.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, configure:
3554 Marcus Meissner <marcus@jet.franken.de>
3555 Restructured DirectDraw. Split into X11 and DGA driver, and multiple
3556 files/dirs for easier maintenance. Cleaned up structs and include
3557 files. Reindented the code. Started the same for Direct3D. Driver
3558 inclusion now done by using configure/Makefile/ELF constructor tricks.
3560 2000-04-08 Alexandre Julliard <julliard@winehq.com>
3562 * windows/x11drv/event.c, files/profile.c, graphics/x11drv/xfont.c, include/cursoricon.h, include/message.h, loader/ne/module.c, memory/heap.c, scheduler/sysdeps.c, scheduler/syslevel.c, windows/cursoricon.c, windows/timer.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c:
3563 Removed a number of global handle allocations and critical section
3566 * server/process.c, scheduler/process.c:
3567 Temporary hack to share handles between processes sharing the same
3570 * include/winbase.h, scheduler/critsection.c:
3571 Added lazy initialization of critical sections, based on a patch by
3574 * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
3576 TabCtrl leftmostVisible is not updated properly. It caused the QP
3577 application bar on the bottom fail to bring back the items when there
3578 is no need to scrolling. Also fixed a bug that when an item is inserted,
3579 setItemBounds should be called first, then it's time to invalidate.
3581 * relay32/kernel32.spec, win32/newfns.c:
3582 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3583 Added PeekNamedPipe stub.
3585 * graphics/x11drv/init.c:
3586 Gerard Patel <g.patel@wanadoo.fr>
3587 Fixed pixmap leak with the 1x1 bitmap in memory DCs.
3589 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3590 wineinstall now properly configures no-windows installs, and should now
3591 be easier to adapt for binary packages too.
3593 * documentation/samples/system.ini:
3594 Ove Kaaven <ovek@arcticnet.no>
3595 Default system.ini (from documentation/status/multimedia).
3597 2000-04-06 Alexandre Julliard <julliard@winehq.com>
3599 * server/debugger.c, server/thread.c, server/thread.h:
3600 Do not send a debug event for a thread until the previous event for
3601 the same thread has been continued.
3603 * misc/registry.c, wine.ini:
3604 Moved SaveOnlyUpdatedKeys to wine.ini.
3605 Use get_config_dir() instead of hardcoding ~/.wine
3606 Simplified loading and saving routines.
3608 * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
3609 Added support for WINEPREFIX environment variable.
3611 * windows/winpos.c, loader/ne/module.c, memory/selector.c, misc/lstr.c, misc/network.c, msdos/int21.c, objects/font.c, win32/console.c, win32/except.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, dlls/win32s/w32sys.c, dlls/win87em/emulate.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, graphics/painting.c, graphics/psdrv/driver.c, graphics/win16drv/font.c, loader/module.c, dlls/advapi32/advapi32.spec, dlls/advapi32/service.c, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi.spec, dlls/msacm/msacm_main.c, dlls/ole32/storage32.c, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/shell32/shell.c, dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
3612 Patrik Stridvall <ps@leissner.se>
3613 Fixed some issues reported by winapi_check.
3615 * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
3616 Owen Wang <owenw@corel.ca>
3617 Implemented API EnumTimeFormatsA(). It supports now all different
3618 English locales, as well as German(standard), French(standard) and
3619 French(Canadian). All time formats follow conventions in Windows NT 4.0
3621 Haithem Hmida (of Macadamian for Corel)
3622 Implemented GetCurrencyFormatA() API:
3623 - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
3624 (as a positive one), then formats the number depending on
3625 NegativeOrder/PositiveOrder fields.
3626 - GetNumberFormatA() has been slightly modified.
3629 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
3630 Added conversion from DBCS lpDx to WCHAR lpDx.
3632 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
3633 Patrik Stridvall <ps@leissner.se>
3634 - Implemented stub statistics. Turned off by default. (Requested by Francois
3636 - Implemented missing prototype checking. Turned off by default (Requested
3637 by Dimitry Timoshkov).
3638 - Implemented .spec file name sanity checking. Turned off by default.
3639 - Implemented documentation width checking. Turned off by default.
3642 * dlls/ole32/compobj.c:
3643 Andrew Lewycky <andrewl@corel.ca>
3644 Fix StringFromGUI2 return value as per documentation.
3646 * dlls/dsound/dsound_main.c:
3647 Marcus Meissner <Marcus.Meissner@caldera.de>
3648 Make audiodevice blocking directly after the non-blocking open, since
3649 we use the write(2) also for synchronization.
3651 * dlls/winsock/async.c, dlls/winsock/socket.c:
3652 Rein Klazes <rklazes@casema.net>
3653 Corrected error handling for ws_getprotobyname/number.
3654 Made the Async error returns the same as the normal functions.
3657 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3658 GetShortPathName: always erase characters at the end of the new
3659 string, and return only single backslashes.
3661 2000-04-04 Alexandre Julliard <julliard@winehq.com>
3663 * files/dos_fs.c, files/drive.c, files/file.c, include/drive.h, include/file.h, include/options.h, misc/main.c, misc/options.c, misc/registry.c, documentation/wine.conf.man.in, documentation/wine.man.in:
3664 Added a per-drive FailReadOnly flag, and removed the global
3665 --failreadonly option.
3667 * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
3668 Fixed file descriptor leaks.
3671 Call PROFILE_GetWineIniBool before starting to fill the request
3672 buffer. Made new registry format the default.
3675 Increment suspend count before attempting attach in suspend_for_ptrace.
3677 * server/file.c, server/mapping.c, server/mutex.c, server/process.c, server/registry.c, server/request.h, server/semaphore.c, server/timer.c, server/trace.c, tools/make_requests, server/atom.c, server/console.c, server/event.c:
3678 Made request tracing more robust against bogus lengths.
3680 * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
3681 Peter Ganten <peter@ganten.org>
3682 Adapted the manual pages to the new long options, updated the
3683 -debugmsg channels and added a small hack to get the @sysconfdir@
3684 stuff in the manual pages right.
3686 * dlls/winmm/mmio.c:
3687 Noomen Hamza <noomen@macadamian.com>
3688 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
3690 * programs/winemine/main.c, programs/winemine/main.h:
3691 Joshua Thielen <fozey@netzero.com>
3692 Added DestroyBoard function to delete bitmap handles.
3693 Moved SelectObject outside of DrawMine.
3694 Selected old object's back into hMemDC.
3696 * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
3697 Implemented FAT32 function 7302 (Get Extended DPB).
3699 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
3700 Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
3703 * programs/regapi/regapi.c:
3704 Gavriel State <gavriels@corel.ca>
3705 This patch adds the ability for regapi to call the DllRegisterServer or
3706 DllUnregisterServer for a list of DLLs.
3708 * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
3709 OleRegGetUserType did return an unterminated ASCII string instead of an
3710 OLESTR (wide characters).
3712 * misc/main.c, ole/nls/ena.nls, ole/nls/enb.nls, ole/nls/enc.nls, ole/nls/eng.nls, ole/nls/eni.nls, ole/nls/enj.nls, ole/nls/enl.nls, ole/nls/ens.nls, ole/nls/ent.nls, ole/nls/enu.nls, ole/nls/enz.nls, ole/nls/irl.nls, ole/ole2nls.c:
3713 Michael Abd-El-Malek (Corel)
3714 Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
3715 to be more compatible to Windows.
3716 Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
3718 Jeff Tranter <jefft@corel.ca>
3719 The measurement unit for Canadian English should be metric.
3720 LANG_SUB_ENTRY did always return the first language due to missing {}.
3722 2000-03-30 Alexandre Julliard <julliard@winehq.com>
3724 * documentation/distributors:
3725 Marcus Meissner <marcus@jet.franken.de>
3726 Updated documentation/distributors in regards to shared libraries and
3727 some more windows specific dirs.
3729 * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
3730 Peter Hunnisett <hunnise@nortelnetworks.com>
3731 - Fix painting bug with middle button down when dragging mouse
3732 - Speed up drawing and hence overall speed
3733 - Fix compiler warnings
3734 - Added some optional debugging information
3735 - Added a new known bug to the list
3737 * misc/comm.c: Rein Klazes <rklazes@casema.net>
3738 Added CTS, DSR and RingIndicator states to Window's semi-documented
3739 modem line status register.
3741 * include/wingdi.h, objects/enhmetafile.c:
3742 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3743 Delete objects after use in EnumEnhMetaFile.
3744 Make PlayEnhMetaFile call EnumEnhMetaFile.
3745 Move EnumEnhMetaFile prototype to wingdi.h.
3747 * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
3748 Marcus Meissner <Marcus.Meissner@caldera.de>
3749 open() the OSS sounddevice non-blocking in case another process has it
3752 * scheduler/process.c:
3753 Commented out exit() call on ExitProcess for now.
3755 * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
3756 Set thread start address to 0 on events generated by
3758 Return a correct address in the simulated exception event.
3760 * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
3761 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
3763 2000-03-28 Alexandre Julliard <julliard@winehq.com>
3765 * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
3766 Niels Kristian Bech Jensen <nkbj@image.dk>
3767 - Fix some compiler warnings.
3768 - Remove superfluous #include statement.
3770 * include/wine/winnet16.h, misc/network.c:
3771 Ron Gage <rongage@att.net>
3772 Fixed bug reported by winapi_check.
3775 Patrik Stridvall <ps@leissner.se>
3776 Added/fixed some documentation reported by winapi_check.
3778 * graphics/x11drv/palette.c, objects/palette.c:
3779 Fixed memory allocations.
3781 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
3782 Patrik Stridvall <ps@leissner.se>
3783 - Added/fixed some documentation reported by winapi_check
3784 - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
3785 - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
3787 * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
3788 Patrik Stridvall <ps@leissner.se>
3789 Fixed some warnings.
3791 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
3792 Patrik Stridvall <ps@leissner.se>
3793 - Updated the API files.
3796 * dlls/comctl32/animate.c:
3797 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3798 Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
3801 * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
3802 Minor fix in wrc to support the Solaris preprocessor.
3804 * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
3805 Fixed some ANSI C violations.
3807 * documentation/no-windows:
3808 Ove Kaaven <ovek@arcticnet.no>
3809 Add start menu directories.
3811 * scheduler/sysdeps.c, scheduler/thread.c:
3812 Put CLONE_FILES back in, it is still breaking too many things.
3814 * objects/bitmap.c, graphics/ttydrv/bitmap.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/bitmap.h, include/x11drv.h:
3815 Merged DDBitmap and physBitmap into the generic bitmap structure
3816 (suggested by Andrew Lewycky).
3819 Ignore trailing spaces in DOSFS_ToDosFCBFormat.
3821 * dlls/winsock/socket.c:
3822 Fixed small bug in WSOCK32_accept
3824 2000-03-26 Alexandre Julliard <julliard@winehq.com>
3826 * include/version.h, ANNOUNCE, ChangeLog:
3829 ----------------------------------------------------------------
3830 2000-03-26 Alexandre Julliard <julliard@winehq.com>
3832 * files/dos_fs.c: Stefan Leichter <sle@camline.com>
3833 DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
3835 * tools/cvdump/.cvsignore, tools/cvdump/Makefile.in, tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvdump.h, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c, Makefile.in, configure, configure.in:
3836 John R. Sheets <jsheets@codeweavers.com>
3837 Added cvdump tool to dump CodeView symbol information.
3839 * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
3840 Ove Kaaven <ovek@arcticnet.no>
3841 Handle POLLHUP better (delay FD_CLOSE notification until all data has
3842 been read). Made WSAEnumNetworkEvents atomic. Convert socket event
3843 error codes properly. Made accept()-ed sockets inherit the listening
3844 socket's WSAAsyncSelect().
3846 * dlls/dsound/dsound_main.c:
3847 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3848 Fixed debug formatting.
3850 * dlls/advapi32/registry.c: Fixed error checking in registry saving.
3852 * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3853 Use strerror in debug output.
3855 * dlls/shell32/changenotify.c:
3856 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3857 SHChangeNotify[A|W]: free only items we allocated.
3859 * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
3860 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3863 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3864 Now read .so list from debuggee's address space.
3866 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
3867 Added missing macros.
3869 * include/winnt.h, include/winreg.h, server/registry.c:
3870 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3871 Moved some registry definitions to winnt.h.
3873 * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
3874 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3875 Added import of comdlg32.dll in spec file.
3877 * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
3878 Activate a hidden window only when explicitely asked by the
3881 * debugger/Makefile.in, debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/hash.c, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
3882 Eric Pouech <Eric.Pouech@wanadoo.fr>
3883 improved exception handling
3884 merged all module handling code in new module.c file
3885 reenabled 'walk module' and 'info module' commands
3886 added ability to drive break on thread startup
3888 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
3889 Marcus Meissner <marcus@jet.franken.de>
3890 Stubs for DllRegisterServer/DllUnregisterServer.
3892 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
3893 Fixed return value for SC_GET_DEV_TYPE.
3895 2000-03-25 Alexandre Julliard <julliard@winehq.com>
3897 * server/registry.c, server/trace.c, tools/build.c, windows/cursoricon.c, windows/dce.c, windows/msgbox.c, windows/nonclient.c, windows/rect.c, windows/timer.c, windows/user.c, windows/winpos.c, windows/winproc.c, loader/pe_image.c, loader/resource.c, memory/heap.c, memory/local.c, misc/version.c, msdos/int21.c, objects/enhmetafile.c, objects/region.c, programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/winhelp.c, dlls/winmm/wineoss/audio.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/xfont.c, include/windef.h, dlls/comctl32/comctl32undoc.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/commdlg/colordlg.c, dlls/crtdll/crtdll_main.c, dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/winmm/lolvldrv.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, controls/edit.c, controls/menu.c, controls/scroll.c:
3898 Francois Gouget <fgouget@psn.net>
3899 Use min/max instead of MIN/MAX.
3901 * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
3902 Handle socket POLLERR/POLLHUP conditions properly.
3903 Clear error field for OOB notifications.
3905 * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3906 Send the correct ODA_ code when deselecting an item.
3908 * windows/user.c, include/process.h, include/server.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c:
3909 Fixed a couple of file descriptor leaks.
3910 Always call USER signal proc in the right context.
3911 Cleaned up THREAD_Create.
3913 * include/Makefile.in:
3914 Do not erase local files on uninstall if install dir does not exist.
3916 * windows/multimon.c, windows/sysparams.c, windows/ttydrv/Makefile.in, windows/ttydrv/desktop.c, windows/ttydrv/init.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c, windows/user.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/init.c, windows/x11drv/monitor.c, controls/desktop.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/ttydrv/dc.c, include/desktop.h, include/monitor.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/dce.c:
3917 Store monitor size and depth in the generic structure.
3918 Merged monitor driver into USER driver.
3920 * windows/ttydrv/Makefile.in, windows/ttydrv/main.c, windows/x11drv/Makefile.in, windows/x11drv/desktop.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/ddraw/ddraw_main.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, include/x11drv.h:
3921 A few simplifications and optimizations in the x11 driver.
3923 * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
3924 Link ttydrv and x11drv objects into their respective dll.
3926 * dlls/user/Makefile.in: Added missing keyboard.spec.
3928 2000-03-24 Alexandre Julliard <julliard@winehq.com>
3930 * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
3931 Moved FatalAppExit functions to win32/except.c.
3932 Added a few uses of Callout instead of referencing USER functions
3935 * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
3936 Moved LoadImage and related functions to cursoricon.c.
3938 * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/thunk.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/keyboard.spec, dlls/user/thunk.c, dlls/user/user.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/keyboard.spec, if1632/thunk.c, include/callback.h, objects/linedda.c, windows/win.c:
3939 Moved gdi/user thunking functions into their respective dlls.
3940 Moved keyboard.spec into user dll.
3942 * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
3943 Disable OpenGL support if the latter is thread safe.
3945 * debugger/dbg.y, debugger/memory.c, dlls/crtdll/wcstring.c, dlls/ole32/clipboard.c, dlls/ole32/storage32.h, graphics/win16drv/init.c, graphics/x11drv/dib.c, scheduler/sysdeps.c:
3946 Patrik Stridvall <ps@leissner.se>
3947 Fixed some warnings.
3949 * dlls/dinput/dinput_main.c, graphics/dispdib.c, include/animate.h, include/button.h, include/crtdll.h, include/dinput.h, include/dispdib.h, include/enhmetafile.h, include/imagelist.h, include/metafile.h, include/region.h, include/sqltypes.h, include/wine/icmpapi.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/windef16.h, include/wine/wingdi16.h, include/winpos.h:
3950 Patrik Stridvall <ps@leissner.se>
3951 Made the include files self sufficient.
3953 * dlls/win32s/w32skernel.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c, dlls/winsock/socket.c, dlls/winsock/wsock32.spec, misc/ddeml.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/systray.c, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, dlls/version/install.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c, dlls/mpr/mpr_main.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c, dlls/ntdll/time.c, dlls/odbc32/proxyodbc.c, dlls/ole32/compositemoniker.c, dlls/avifil32/avifile.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c, dlls/commdlg/finddlg32.c, dlls/ddraw/ddraw_main.c:
3954 Patrik Stridvall <ps@leissner.se>
3955 Added/fixed some documentation reported by winapi_check.
3957 * relay32/kernel32.spec, scheduler/critsection.c, win32/newfns.c, windows/painting.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, graphics/painting.c, include/ddeml.h, include/wingdi.h:
3958 Patrik Stridvall <ps@leissner.se>
3959 Fixed some issues reported by winapi_check.
3961 * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
3962 Patrik Stridvall <ps@leissner.se>
3963 Fixed some ANSI C violations.
3965 * programs/cmdlgtst/cmdlgtst.c, programs/notepad/Da.rc, programs/notepad/De.rc, programs/notepad/dialog.c, programs/regapi/regapi.c, programs/regtest/regtest.c, programs/view/view.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/avitools/aviplay.c:
3966 Patrik Stridvall <ps@leissner.se>
3967 Fixed ANSI C related compile problems.
3969 * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winmm.api, tools/winapi_check/win16/ddeml.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
3970 Patrik Stridvall <ps@leissner.se>
3972 - Don't check the *.spec.c files
3973 - Better parsing of strings
3974 - Better documentation checking
3977 * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
3978 - added some debug code and cleaned-up the mouse warping code
3979 - be ready once mouse will be reported relatively
3981 * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3982 Fixed copying of the MDI 'Windows' menu items if the items are not of
3985 * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3986 Set the correct value for the cch element of MENUITEMINFO in
3989 * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3990 Fix spec file entries for EnumFontFamiliesEx*.
3992 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3993 Further code simplifications and interface (consistency) improvements.
3994 Fix selection of the Wine binary which was broken by a recent change.
3996 * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3997 Added proper termination upon failure.
3999 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4000 Fixed basic type evaluation.
4002 * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4003 Ensure that non-NULL terminated stings are saved correctly.
4005 * windows/input.c: Rein Klazes <rklazes@casema.net>
4006 Correct the NotifyCode in the WM_COMMAND message sent by
4007 KBD_translate_accelerator().
4009 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
4010 Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
4011 work around EXEC SCSI commands which do not set the host<->target data
4012 flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
4014 * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
4015 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
4016 PTRACE_POKEUSR for libc5(?) compile.
4018 * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4019 Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
4020 messages to the parent.
4022 * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
4023 Added (correct) prototype for HeapWalk.
4025 * dlls/ole32/ifs.c, include/wine/obj_base.h:
4026 Francois Gouget <fgouget@psn.net>
4027 - The ICOM_CMETHODxxx cause problems because the 'const' changes the
4028 signature. There's no such thing on Windows anyway (it's a shame) so
4029 just remove them altogether.
4030 - HeapMinimize returns a void, not a 'void*'
4032 2000-03-20 Alexandre Julliard <julliard@winehq.com>
4034 * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/desktop.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, loader/main.c, misc/main.c, objects/gdiobj.c, windows/event.c, windows/keyboard.c, windows/multimon.c, windows/ttydrv/desktop.c, windows/win.c, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/display/display_main.c, dlls/mouse/mouse_main.c, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, graphics/ttydrv/init.c, graphics/x11drv/init.c, include/desktop.h, include/keyboard.h, include/message.h, include/monitor.h, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h:
4035 Moved graphics initialisation to the x11drv/ttydrv dll init code.
4036 Merged event, keyboard and mouse drivers into USER driver.
4038 2000-03-19 Alexandre Julliard <julliard@winehq.com>
4040 * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
4041 Improved CompareStringA performance.
4043 * library/winestub.c: Added missing debugtools.h include.
4045 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c, programs/clock/language.c, programs/clock/main.h, programs/cmdlgtst/cmdlgtst.c, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/search.c, programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c, programs/view/init.c, programs/view/view.c:
4046 Niels Kristian Bech Jensen <nkbj@image.dk>
4047 Fixed some compiler errors and warnings.
4049 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
4050 Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
4051 function pending a more complete implementation of locales.
4054 Hack: always try builtin module before elf or elfdll to avoid loading
4055 a builtin dll .so file in the wrong mode.
4057 * graphics/x11drv/xfont.c, objects/font.c:
4058 Moved font resource functions out of the X11 driver.
4061 Added support for source files stored in subdirectories.
4063 * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/x11drv.h, objects/dc.c:
4064 Added GetDCOrgEx in graphics device interface and removed X11 code
4067 * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
4068 Eric Pouech <Eric.Pouech@wanadoo.fr>
4069 Fixed segmented/linear buffers manipulation.
4070 Better IO buffering.
4071 Added some missing prototypes.
4073 * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
4074 Francois Gouget <fgouget@psn.net>
4075 Explicitly use the TVN_xxxA version of the macros.
4077 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
4078 - Added the TVN_xxxA macros
4079 - Added missing TBNOTIFY macros and types
4082 * include/winuser.h: Francois Gouget <fgouget@psn.net>
4085 * scheduler/client.c, scheduler/critsection.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/keyboard.c, graphics/x11drv/graphics.c, graphics/x11drv/palette.c, include/x11drv.h, library/winestub.c, loader/ne/segment.c, memory/virtual.c, misc/main.c, misc/printdrv.c, misc/registry.c, misc/xmalloc.c, objects/palette.c, graphics/win16drv/init.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c:
4086 Dimitrie O. Paun <dimi@cs.toronto.edu>
4087 Removed most calls to xmalloc/xrealloc.
4089 * include/windef.h: Francois Gouget <fgouget@psn.net>
4090 - Added missing definition for GLOBALHANDLE and LOCALHANDLE
4091 - Fixed the prototype of WNDENUMPROC
4093 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
4094 Added some missing defines.
4096 * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
4097 Propagate IsDialogMessage to the parent if the dialog has the
4100 * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4101 Added an exception frame for lstrcpy16.
4103 * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4104 Now attaching imported DLLs of a winelib executable.
4106 * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
4107 IOleItemContainer has OLEGUID(0x11c), not 0x11a.
4109 * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
4110 Fixed memory corruption with CoTaskMemRealloc.
4112 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
4113 Made various changes to tools/genpatch including suggestions from Ove
4114 Kaaven (Place added files last in the patch. Add a switch that
4115 specifies modified files.)
4117 * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
4118 Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
4120 * include/windows.h: Francois Gouget <fgouget@psn.net>
4121 Should include 'winspool.h'.
4123 * tools/wrc/parser.h, tools/wrc/parser.l:
4124 Francois Gouget <fgouget@psn.net>
4125 - An extern statement finishes with the first closing '}' or the first
4127 - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
4128 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
4129 co). But still don't issue an error if '#error' is found when in the
4132 * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
4133 Make the first comma in the control's definition optional.
4135 * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
4136 Support loading any presentation aspect.
4138 * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4139 Avoid a link error from another DLL on FreeBSD.
4141 * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
4142 Eric Pouech <Eric.Pouech@wanadoo.fr>
4143 Fixed joystick ID/deviceID/driver handle/instance ID mixup.
4145 * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
4146 Delete the shm segment as soon as wine and X have attached it.
4148 * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
4149 Corrected handling of proto==NULL in WINSOCK_getservbyname and
4150 WINSOCK_getservbyport.
4152 * windows/event.c, include/main.h, loader/main.c, misc/main.c, miscemu/main.c, objects/gdiobj.c, relay32/.cvsignore, relay32/Makefile.in, relay32/gdi32.spec, relay32/user32.spec, configure.in, dlls/Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c, dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/user_main.c, dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, if1632/.cvsignore, if1632/Makefile.in, if1632/gdi.spec, if1632/user.spec, Make.rules.in, configure:
4153 Created separate dlls for user,gdi,ttydrv,x11drv.
4154 Fixed Winelib argc handling (thanks to Eric Pouech).
4156 2000-03-18 Alexandre Julliard <julliard@winehq.com>
4158 * graphics/psdrv/escape.c, include/dinput.h, include/keyboard.h, include/ttydrv.h, include/tweak.h, include/user.h, include/x11drv.h, loader/main.c, misc/tweak.c, ole/ole2nls.c, scheduler/synchro.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/init.c, windows/x11drv/main.c:
4159 Misc small cleanups.
4161 * windows/spy.c, windows/sysparams.c, graphics/x11drv/bitblt.c, loader/dos/dosvm.c, misc/Makefile.in, misc/main.c, misc/spy.c, objects/Makefile.in, objects/clipping.c, objects/cursoricon.c, objects/region.c, objects/text.c, windows/Makefile.in, windows/cursoricon.c, windows/message.c:
4162 Avoid calling the *Rect USER functions from inside GDI.
4163 Moved a few USER functions to a more appropriate location.
4165 * loader/main.c, misc/Makefile.in, misc/main.c, misc/options.c, misc/registry.c, misc/version.c, miscemu/main.c, windows/x11drv/main.c, windows/x11drv/monitor.c, dlls/ddraw/ddraw_main.c, documentation/wine.man.in, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/main.h, include/options.h, include/shell.h, wine.ini:
4166 Moved command-line option handling out of the X11 driver.
4167 Added support for "--" prefix on options.
4168 Replaced a few X11 command-line options by wine.conf parameters.
4170 2000-03-17 Alexandre Julliard <julliard@winehq.com>
4172 * graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/vga.c, relay32/Makefile.in, relay32/ddraw.spec, relay32/dinput.spec, windows/Makefile.in, windows/dinput.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/dinput/.cvsignore, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
4173 Made ddraw and dinput separate dlls.
4175 * server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, include/thread.h, include/winbase.h, include/windef.h, loader/module.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
4176 Have threads and processes exit more cleanly whenever possible.
4178 * relay32/builtin32.c:
4179 Include space for resources in the module header instead of doing a
4180 separate allocation.
4182 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
4183 Made MPR a separate dll.
4185 * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
4186 Andrew Lewycky <andrewl@corel.com>
4187 Rewrite the BIGBLOCKFILE implementation for better performance.
4189 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4190 Further simplify the code and remove some redundant code.
4191 Make the user interface more consistent and appealing.
4193 * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
4194 Avoid a refcount leak in QueryInterface when delegating.
4195 And a couple of minor bugs.
4197 2000-03-15 Alexandre Julliard <julliard@winehq.com>
4199 * debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/dbgmain.c, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c:
4200 Eric Pouech <Eric.Pouech@wanadoo.fr>
4201 Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
4202 Added watch (hardware assisted debugging) and whatis (type of expr) commands.
4203 Fixed some issues in local vars handling (stabs parsing & registers optimization).
4205 * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
4206 Karl Lessard <karll@corel.ca>
4207 Update DIB sections in text output and for graphics primitives.
4209 * windows/dce.c, windows/x11drv/event.c:
4210 Michael Abd-El-Malek (on behalf of Corel)
4211 When we were switching to another desktop, the popup windows lost
4212 their WS_VISIBLE flag.
4214 * server/context_i386.c:
4215 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
4216 Fixed context flags handling (thanks to Eric Pouech).
4218 * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
4219 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
4221 * server/debugger.c: Fixed bug in generate_startup_debug_events().
4223 * programs/Makefile.in, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/README, programs/winemine/dialog.c, programs/winemine/dialog.h, programs/winemine/main.c, programs/winemine/main.h, programs/winemine/resource.h, programs/winemine/rsrc.rc, programs/winemine/winemine.spec, configure, configure.in:
4224 Joshua Thielen <fozey@netzero.com>
4227 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4228 Improved the visual appearence of the user interface. Made the code
4231 2000-03-12 Alexandre Julliard <julliard@winehq.com>
4233 * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
4234 Waldek Hebisch <hebisch@math.uni.wroc.pl>
4235 Implemented _read and _lseek.
4237 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
4238 Correct conversion of level parameter if WINSOCK_setsockopt is called
4239 for option WS_SO_DONTLINGER.
4241 * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
4242 Correct rounding of the result in MulDiv16().
4244 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
4245 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4246 Fixed FreeBSD compilation.
4248 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, documentation/status/directplay:
4249 Peter Hunnisett <hunnise@nortelnetworks.com>
4250 - Make registry usage a little more correct and modern
4251 - Create home for all dplay name server functionality
4252 - Add the framework for EnumSessions
4253 - Documentation update
4255 * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
4256 Dimitrie Paun <dimi@bigfoot.com>
4257 Cleaned up debug channels a bit.
4259 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
4260 Implemented stretched blts for depth 24 (unoptimized).
4262 2000-03-10 Alexandre Julliard <julliard@winehq.com>
4264 * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
4266 * include/process.h, memory/virtual.c, scheduler/process.c:
4267 Removed PROCESS_IsCurrent().
4269 * include/server.h, scheduler/debugger.c, server/context_i386.c, server/debugger.c, server/file.c, server/main.c, server/object.h, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/except.c, dlls/ntdll/exception.c:
4270 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
4271 Generate a breakpoint event on process attach.
4272 Misc cleanups in request handling.
4274 2000-03-09 Alexandre Julliard <julliard@winehq.com>
4276 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
4277 Eric Pouech <Eric.Pouech@wanadoo.fr>
4278 Now relying on exception codes to know when debugger is entered for a
4281 * debugger/winedbg.c, miscemu/main.c:
4282 Eric Pouech <Eric.Pouech@wanadoo.fr>
4283 Added proc to start debugging process from its command line (by launching it).
4285 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4288 * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4289 Add Black as a valid font weight.
4290 Cope with afm files that do not contain {Family|Full}Name entries.
4292 * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
4293 - Got rid of PROFILE functions.
4294 - Use functionality of aspi.c.
4295 - Automagically read /proc/scsi/scsi (part of aspi.c which is already
4298 * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
4299 Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
4301 * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
4302 Added resource.h include.
4304 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
4305 IsRectEmpty also returns true for negative width/heights (verified
4306 against Windows), found by Brad Oliver <bradman@pobox.com>.
4308 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
4309 Take type from referenced variant for VT_BYREF && VT_VARIANT.
4311 * relay32/builtin32.c, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, server/debugger.c, server/object.h, server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/trace.c, include/elfdll.h, include/module.h, include/pe_image.h, include/process.h, include/server.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/pe_image.c:
4312 Store the list of loaded dlls in the server, and generate debug events
4315 2000-03-08 Alexandre Julliard <julliard@winehq.com>
4317 * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
4318 Added server protocol version check.
4320 * include/aspi.h, include/winaspi.h, include/wnaspi32.h, msdos/Makefile.in, msdos/dosaspi.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec:
4321 David Elliott <dfe@netnitco.net>
4322 - Slightly reworked include files (less messy, more straightforward).
4323 - Moved DOS ASPI functionality to msdos/dosaspi.c.
4324 - Got rid using PROFILE to get SCSI info from wine.conf.
4325 - Read scsi info from /proc/scsi/scsi.
4326 - Added setting of a reasonable timeout when opening a SCSI device (5
4327 minutes, defined in winescsi.h).
4328 - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
4331 * dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/rsrc.rc, dlls/shell32/shell32_Sk.rc, dlls/shell32/shres.rc, documentation/wine.man.in, include/options.h, misc/main.c, resources/sysres_Sk.rc, resources/user32.rc:
4332 Simen Zamecnik <simen@nextra.sk>
4333 Added Slovak language support.
4335 * dlls/shell32/shell32_Ja.rc, dlls/shell32/shres.rc, include/options.h, misc/main.c, resources/.cvsignore, resources/sysres_Ja.rc, resources/user32.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/rsrc.rc:
4336 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
4337 Added some Japanese resources.
4339 * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/olestd.h, dlls/ole32/storage32.c, include/ole2.h, include/winerror.h:
4340 Abey George <abey@macadamian.com>
4341 Implemented OLE clipboard functionality for Embed Source format.
4342 It helps you cut and paste data with Embed Source format between
4343 applications. It also implements OleCreateFromData and
4344 OleQueryCreateFromData and fixes some bugs in datacache.c.
4346 * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
4347 wm->modname might be invalid at the end of FreeLibrary.
4349 * loader/ne/module.c, misc/debugstr.c, misc/error.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/focus.c, windows/input.c, windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, controls/edit.c, controls/menu.c, debugger/stack.c, dlls/comctl32/commctrl.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/dce.h, include/menu.h, include/message.h, include/nonclient.h, include/queue.h, include/stackframe.h, include/struct32.h, include/thread.h, include/win.h, include/winbase.h, include/wine/winuser16.h, include/winpos.h, loader/module.c, controls/button.c:
4350 Patrik Stridvall <ps@leissner.se>
4351 Removed a lot of unnecessary includes and fixed the compile errors.
4353 * dlls/ole32/moniker.c, dlls/ole32/storage32.c, include/ole2.h, include/shell.h, memory/global.c, misc/registry.c, misc/wsprintf.c, server/registry.c, server/request.c:
4354 Patrik Stridvall <ps@leissner.se>
4355 Fixed some warnings.
4357 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
4358 Corrected value for DAYS_IN_ONE_YEAR.
4360 * dlls/crtdll/crtdll_main.c:
4361 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4362 Cleaned up CRTDLL__unlink.
4364 * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
4365 The static control only needs to invalidate its rect when we SetText.
4367 * include/winuser.h, misc/spy.c:
4368 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4369 Added a few messages for IME.
4371 * debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, include/debugdefs.h, include/debugger.h, miscemu/main.c:
4372 Eric Pouech <Eric.Pouech@wanadoo.fr>
4373 No longer directly accessing debuggee memory.
4374 Execution context (mode, steps...) are now linked to a thread.
4375 Removed some X11 crst hacks.
4376 Rewrote info/walk commands.
4377 Removed direct debugger invocation code (and moved the rest to the new
4380 * scheduler/debugger.c, scheduler/process.c, server/process.c, server/trace.c, win32/except.c, win32/newfns.c, include/ntddk.h, include/server.h, include/winbase.h, loader/module.c, dlls/ntdll/exception.c:
4381 Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
4382 Implemented IsDebuggerPresent().
4384 * server/debugger.c, server/object.h, server/process.c, server/process.h, server/thread.c, server/thread.h, server/trace.c, include/process.h, include/server.h, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, scheduler/thread.c:
4385 Generate CREATE_PROCESS/THREAD debug events internally in the server.
4387 2000-03-07 Alexandre Julliard <julliard@winehq.com>
4389 * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
4390 Better implementation of inline functions SetLastError and
4391 GetCurrentThreadId. Added asm inlines for Interlocked* functions.
4393 * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
4394 Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
4396 * loader/ne/module.c, loader/ne/segment.c:
4397 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4398 Fixed second instance DGROUP loading.
4400 * include/winuser.h, misc/main.c:
4401 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4402 Implement SPI_GETICONMETRICS.
4403 Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
4405 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
4406 Actual write the cached struct in GlobalMemoryStatus.
4408 * documentation/fonts, graphics/x11drv/xfont.c:
4409 Rein Klazes <rklazes@casema.net>
4410 Include in the AddFontResourceA/W fixme message a pointer to the fonts
4411 document. In this document tell the user how to find the needed tools.
4413 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
4414 Add a message and fix error code if __ws_getservbyname() and
4415 __ws_getservbyport() cannot find the requested service.
4416 Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
4418 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
4419 Check for existence if MMIO_EXIST is passed to MMIO_Open.
4421 * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
4422 The pathname was stored in a string of size 100, which was not always
4423 large enough. It should be set to MAX_PATH (255).
4425 * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4426 Several fixes to MakeProcInstance.
4428 2000-03-05 Alexandre Julliard <julliard@winehq.com>
4430 * dlls/winmm/Makefile.in, dlls/winsock/Makefile.in, dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in, dlls/rasapi32/Makefile.in, dlls/shell32/Makefile.in, dlls/version/Makefile.in, dlls/win32s/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in, dlls/lzexpand/Makefile.in, dlls/msvideo/Makefile.in, dlls/Makedll.rules.in:
4431 Added support for creating extra symlinks for .so files that contain
4434 2000-03-04 Alexandre Julliard <julliard@winehq.com>
4436 * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
4437 Moved dll-specific make rules to a separate Makedll.rules file.
4439 * misc/registry.c: Fixed error checking in registry saving.
4441 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
4442 WSACleanup should set last error to WSANOTINITIALISED if failing
4443 because Winsock was not initialized...
4445 * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
4446 Marcus Meissner <marcus@jet.franken.de>
4447 CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
4448 Whitney), removed the dllName component of the openDlls. Added some
4451 * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
4452 Fixed typos in _alldiv() and _allmul().
4454 * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
4455 Added message for missing xpm devel libs for debian/corel.
4457 * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
4458 OleRegGetUserType did query wrong registry key.
4460 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
4461 Some applications call GlobalMemoryStatus() very often. Cache the
4462 results of the call for 1 second (spotted by Corel).
4464 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
4465 GetClipboardData16 might return an invalid global handle (spotted by
4468 * objects/enhmetafile.c: Lilia Roumiantseva
4469 cbCountSizeOfEnhMetafile callback function instead of increasing a
4470 contents of the pointer to the size increased the pointer itself.
4472 * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4473 Fix docs to reflect change to .winerc processing.
4475 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
4476 Fixed a couple of config.cache problems.
4478 * dlls/comctl32/trackbar.c: Vahid Pourlotfali
4479 Trackbar contol did not have proper position value in case of
4480 SB_THUMBTRACK notification message: it was always sending 0.
4482 Jim Aston <jima@corel.ca>
4483 Made the slider control a rect. It had been trying to draw a notched
4484 slider, but the result didn't look right.
4486 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
4487 Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
4489 * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
4490 CURSORICON_IconToCursor: inconsistent Lock/Unlock
4492 * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4493 PROFILE_GetString: only accept NULL for keyname to return the list of
4496 * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
4497 Fix a sign bug where memcpy was called with negative length.
4499 2000-02-29 Alexandre Julliard <julliard@winehq.com>
4501 * files/profile.c: Make profile key a global handle.
4503 * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
4504 Renamed libwin32s to use the proper dll name (libw32skrnl).
4506 * windows/x11drv/keyboard.c, windows/x11drv/wnd.c, dlls/comctl32/monthcal.c, dlls/comctl32/toolbar.c, dlls/imm32/imm.c, dlls/msacm32/driver.c, dlls/msvideo/msvideo_main.c, dlls/shell32/iconcache.c, msdos/int21.c, windows/x11drv/clipboard.c:
4507 Niels Kristian Bech Jensen <nkbj@image.dk>
4508 Removed superfluous #include statements for header files included twice.
4510 * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
4511 Make updown control work. UpDown control always sends WM_*SCROLL
4512 message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
4514 * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
4515 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
4518 * dlls/ole32/storage32.c: Murali Pattathe
4520 This is the patch for the OleConvertOLESTREAMToIStorage wine API.
4521 This API calls another function called OLECONVERT_LoadOLE10 which
4522 basically read the OLE stream from the file through the callback
4523 function (this is passed by the application).
4525 The reading format was wrong. Still I am not very sure this is 100 %
4526 correct format. I did some reverse engineering and found the format. I
4527 have tried with different OLE object and its worked in paradox. I
4528 haven't tested with any other apps.
4530 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
4531 Patrik Stridvall <ps@leissner.se>
4532 Moved some stubs and added forwards in order to make both winapi_check
4533 and checklink happy.
4535 * tools/winapi_check/*:
4536 Patrik Stridvall <ps@leissner.se>
4537 Moved the rest of the API specification from the global file to the
4540 2000-02-27 Alexandre Julliard <julliard@winehq.com>
4542 * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
4544 ----------------------------------------------------------------
4545 2000-02-27 Alexandre Julliard <julliard@winehq.com>
4547 * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4548 GetComputerNameA(): added parameter check like Win95 does.
4550 * tools/build.c: Patrik Stridvall <ps@leissner.se>
4551 - Fixed some Solaris specific assembler problems
4552 - Fixed some missing .type @function (helps debugging with dbx)
4553 - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
4554 - Fixed use of zero width arrays (ANSI C violation)
4555 - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
4557 * memory/selector.c, include/selectors.h:
4558 Patrik Stridvall <ps@leissner.se>
4559 Fixed some Solaris specific assembler problems.
4561 * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
4562 Patrik Stridvall <ps@leissner.se>
4563 Fixed some issues found by winapi_check.
4565 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
4566 Patrik Stridvall <ps@leissner.se>
4567 Updated winapi_check.
4569 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
4570 Added utility that generates patches for submission to
4571 wine-patches@winehq.com.
4573 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
4574 oleaut32 should not import functions from olepro32.
4576 * dlls/comctl32/listview.c, include/listview.h:
4577 Pierre Mageau <pierre@macadamian.com>
4578 Don't display the context menu on a double click.
4580 Ulrich Czekalla <ulrichc@corel.ca>
4581 Set the font on the edit label control to that used by the listview
4582 control. It also uses text metrics to set a more reasonable initial
4585 Pierre Mageau <pierre@macadamian.com>
4586 Handle M_SETREDRAW in ListView.
4587 Fix to EnsureVisible to handle small and large icon correctly.
4588 Add edit label functionnality to the listview and the file open dialog.
4590 Ulrich Czekalla <ulrichc@corel.ca>
4591 RelaseDC in CreateEditLabel.
4593 Pierre Mageau <pierre@macadamian.com>
4594 Add functionnality to create new folder in the open dialog.
4595 Add support for right click menu in common file dialog.
4596 LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
4598 Serge Ivanov <sergei@corel.ca>
4599 LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
4601 Luc Tourangeau <luc@macadamian.com>
4602 Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
4605 -Implemented the sorting on insert of items into a ListView control
4606 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
4607 -(helping evil applications): sometimes not so well structured apps
4608 (PFPI90, in this case) will not fully initialize structs. In the case
4609 of the LVM_GETITEM message the app may have only initialized the mask
4610 and iItem members of the struct. Added processing of the LVIF_PARAM
4611 mask in the case that iSubItem was set but is invalid/uninitialized.
4613 Pierre Mageau <pierre@macadamian.com>
4614 Fix for handling correctly the cancelling mode of the Edit label.
4615 Fix width calculation of the edit label.
4617 Pascal Lessard <pascal@macadamian.com>
4618 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
4621 Ulrich Czekalla <ulrichc@corel.ca>
4622 Fixed a painting problem with listview when the view changes and an
4623 edit label is active.
4625 Ulrich Czekalla <ulrichc@corel.ca>
4626 Fixed a notification problem with listview. On creation if the user
4627 specifies an item with focus and/or selection we should send the
4628 proper notification. Insert was preventing LISTVIEW_SetItem from
4629 seeing the changes and sending the notification.
4631 Make the draw item rectangle consistent with the selection
4632 rectangle. This allows us to click on the folders and icons in the
4633 file open dialog box and the item actually gets selected.
4635 * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
4636 - Write serial numbers to the device (FAT)
4637 - DRIVE_ReadSuperblock: better checking for the FAT fs.
4639 * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4640 GetFullPathName fixes.
4642 2000-02-26 Alexandre Julliard <julliard@winehq.com>
4644 * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
4645 Juergen Schmied <juergen.schmied@debitel.net>
4646 Fixed definition of the RtlMemory functions. Use macros internally and
4647 for Winelib, use real functions for exports from ntdll.
4649 * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
4650 Prototypes OleInitialize, OleUninitialize.
4652 * dlls/commdlg/filedlg95.c:
4653 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4654 ArrangeCtrlPositions: fix for user-defined template with no stc32.
4656 * controls/menu.c, include/menu.h, windows/message.c:
4657 Ulrich Czekalla <ulrichc@corel.com>
4658 Send WM_HELP message when F1 is pressed.
4660 * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
4661 In the listbox, when the last item is selected and deleted, it still
4662 appeared in the window.
4664 Sheri Steeves <sheri@macadamian.com>
4665 In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
4666 style it would just return. This left the horizontal scroll bar
4667 uninitialized and it was appearing at the bottom of the listbox when
4670 Serge Ivanov <sergei@corel.com>
4671 LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
4672 (it says it is for column margins). Obviously it is wrong, because
4673 margins must be internal.
4675 * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
4676 ErrorInfo functions need to be in ole32, not oleaut32.
4678 * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
4680 * dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shlwapi.spec, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/pidl.h, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c:
4681 Juergen Schmied <juergen.schmied@debitel.net>
4682 Moved file functions to shlfileop.c
4683 New SHELL_DeleteDirectoryA
4684 Use shell notifications.
4685 Enabled file manipulation functions.
4687 * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
4688 Juergen Schmied <juergen.schmied@debitel.net>
4691 * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
4692 Juergen Schmied <juergen.schmied@debitel.net>
4693 Stub PathIsDirectory.
4695 * dlls/shell32/shellord.c:
4696 Juergen Schmied <juergen.schmied@debitel.net>
4697 Fixes for ShellExecuteEx.
4699 * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
4700 Juergen Schmied <juergen.schmied@debitel.net>
4701 Basic implementation of shell notifications.
4703 * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
4706 * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
4707 Juergen Schmied <juergen.schmied@debitel.net>
4708 Added Winelib types.
4710 * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
4711 Added icon no 4 (open folder).
4713 * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
4714 Patrik Stridvall <ps@leissner.se>
4715 Added stubs for {Create,Get,Set}ErrorInfo.
4717 * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
4718 Return an error instead of a success code in OleCreate stub function.
4720 * dlls/comctl32/tab.c, include/tab.h: Don Kelly
4721 In Windows Property Sheet can have any mix of icon-less tabs and tabs
4722 with icons. Adds a check to see if the icon we're adding is non-NULL
4723 (otherwise random junk from memory can be rendered) when the application
4724 has specified the PSP_USEICONID flag is set. Changes to the Tab control
4725 to only render icons for tabs that have the TCIF_IMAGE flag set
4726 (previously, if the flag was set the entire image list of icons was
4729 Stephane Lussier <stephane@macadamian.com>
4730 Fixes for some tab control bugs
4733 Fixed some width problem with OWNERDRAW tab.
4735 Luc Tourangeau <luc@macadamian.com>
4736 TCM_ADJUSTRECT is now returning consistant compare to Windows.
4738 Serge Ivanov <sergei@corel.ca>
4739 Fixed problem with tab selection. When you select tab it becames first
4740 visible tab. Now leftmost visible tab is calculated properly.
4741 - Added code for correct handling of updown control.
4742 - Forced recalculation of tabs' coordinates when:
4743 a) all items are deleted,
4744 b) window style is canged
4746 * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
4747 Added necessary defines and structures to compile WineLib apps using
4749 Fixed typo in TCM_SETMINTABWIDTH constant.
4751 * controls/button.c: Bill Jin <billj@corel.ca>
4752 Bitmap buttons were not refreshed correctly.
4754 * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
4755 This reverts Matts patch. The messaging needs double checking.
4757 * windows/message.c, windows/winproc.c, memory/selector.c, misc/w32scomb.c, msdos/dpmi.c, relay32/relay386.c, scheduler/sysdeps.c, scheduler/syslevel.c, tools/build.c, win32/kernel32.c, controls/edit.c, controls/listbox.c, debugger/registers.c, dlls/ntdll/signal_i386.c, if1632/snoop.c, if1632/thunk.c, include/selectors.h, include/thread.h, include/winnt.h, loader/main.c:
4758 Improved the selector get/set functions.
4759 Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
4761 * dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, include/acconfig.h, include/config.h.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/msvideo/Makefile.in, dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, Make.rules.in, Makefile.in:
4762 Made winmm a separate shared library.
4764 * scheduler/process.c, tools/bin2res.c, include/wine/windef16.h, loader/ne/resource.c, misc/registry.c, objects/dib.c, ole/ole2nls.c, programs/clock/winclock.c, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, graphics/x11drv/dib.c, if1632/builtin.c, include/dplobby.h, include/wingdi.h, dlls/dplayx/dplobby.c, dlls/icmp/icmp_main.c, dlls/ntdll/reg.c, dlls/odbc32/proxyodbc.c, dlls/oleaut32/typelib.c, dlls/commdlg/filedlg95.c:
4765 Patrik Stridvall <ps@leissner.se>
4766 Fixed ANSI C violations.
4768 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
4769 Fixed Solaris specific compiler issue.
4771 * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
4772 Fixed some debug message crashes.
4774 * include/dinput.h, windows/dinput.c:
4775 Lionel Ulmer <lionel.ulmer@free.fr>
4776 - implement EnumObjects and GetProperty for Mouse and Joystick drivers
4777 - implement SetDataFormat for the Mouse driver
4779 * dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.c, dlls/winmm/joystick/joystick.spec, include/debugdefs.h, include/message.h, include/mmddk.h, windows/message.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/joystick.c:
4780 Eric Pouech <Eric.Pouech@wanadoo.fr>
4781 Moved hardware related handling to dlls/winmm/joystick driver.
4782 Got rid of joySendMessages() hack (now implementation with a timer).
4784 2000-02-25 Alexandre Julliard <julliard@winehq.com>
4787 Release unused space in debug strings to avoid too frequent
4788 wrap-arounds in the circular buffer.
4790 * dlls/oleaut32/Makefile.in: Added import of olepro32.
4792 * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4793 Added OLE entries and comments.
4795 * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4796 Japanese support implemented.
4798 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
4799 Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
4800 order to allow Windows 9x Perl to start.
4802 * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
4803 This patch initializes the return buffer used in GetPrinterDriverA to
4804 zeros. This prevents buffer overruns caused by accessing garbage data.
4805 Some improvements to the NULL check patch.
4808 EnumPrinters is not returning the number of printers found in case the
4809 parameter dwLevel is 1.
4811 * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
4812 Do not overwrite the valid ObjectAttributes->RootDirectory.
4813 Perform case insensitive comparison for the registry paths.
4815 * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
4816 Added prototypes for registry functions.
4818 * include/winbase.h, include/winnls.h:
4819 Dmitry Timoshkov <dmitry@sloboda.ru>
4820 Move definition of CPINFO structure from winbase.h to winnls.h
4821 Add definition of CPINFOEX structure to winnls.h
4823 * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
4824 Add prototype for CRTDLL_wcstol.
4826 * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4827 Fix for toolbar button size.
4829 * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4830 Fixed CharNextA/CharNextExA for DBCS.
4832 * windows/multimon.c, windows/x11drv/monitor.c, include/debugger.h, misc/comm.c, ole/ole2nls.c, relay32/snoop.c, tools/build.c, debugger/msc.c, debugger/stabs.c, dlls/comctl32/draglist.c, graphics/ddraw.c:
4833 James Abbatiello <abbeyj@WPI.EDU>
4834 Misc. fixes for compiler warnings.
4836 * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
4837 Pierre Mageau <pierre@macadamian.com>
4838 Implementation of OleConvert routines.
4840 Thuy Nguyen <thuy@macadamian.com>
4841 Don't allow to resize stream open in read only mode
4842 Allow write access for stream/storage open with STGM_READWRITE.
4843 StgOpenStorage return values are now more detailed.
4844 Don't rely on STGM_CREATE flag in the Storage constructor.
4845 Preventing to write out of date property.
4847 Owen Wang <owenw@corel.ca>
4848 Allow both positive & negative 32-bit integers as with MFC assumption.
4849 This patch improves the 32bit limit on IStream::*_Seek operations.
4851 John Li <johnl@corel.ca>
4852 When WP opens a linked file, the malloc function in
4853 OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
4854 crash. The actual problem is the function reading a large data length.
4856 * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
4857 Made some local functions static.
4859 * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
4860 Patrik Stridvall <ps@leissner.se>
4861 Fixed some issues found by winapi_check.
4863 * tools/winapi_check/*:
4864 Patrik Stridvall <ps@leissner.se>
4865 Moved some of the API specification from the global file to the local
4868 * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
4869 James Abbatiello <abbeyj@WPI.EDU>
4870 Better thread safety for WarpPointer hack.
4872 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
4873 Juergen Schmied <juergen.schmied@debitel.net>
4874 Added AddAccessAllowedAce.
4876 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
4877 Some more ListView_ macros, winelib fixes.
4879 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
4880 Fixed allocation of 16x16 icons.
4882 * dlls/commdlg/filedlg95.c:
4883 Juergen Schmied <juergen.schmied@debitel.net>
4884 For unicode: give the selected filename back.
4886 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
4887 Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
4890 * windows/painting.c: Serge Ivanov <sergei@corel.ca>
4891 We don't need to call LPtoDP in here as far as PatBlt does it internally.
4893 * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
4894 In Windows, if PropertySheet can't create some page it just skips it. This
4895 patch adds similar behaviour to Wine. It also adds some NULL checks.
4898 Fix property sheet initialization bugs.
4901 The template was calling GetActiveIndex which was not being set in the
4902 propsheet code, and the call was moved before we call SetActive -
4903 because that's where we query for the Active Index.
4906 Resize property sheet to the largest dialog size.
4909 In the WM_INITDIALOG handler for the prop sheet, there is a call to
4910 PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
4911 PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
4912 aligns the sizes of the "largest" prop. sheet dialog template and the tab
4913 control. The IsTooSmall() call doesn't properly catch this mismatch.
4914 Modified the function to return TRUE if the sizes mismatch and renamed it to
4915 PROPSHEET_SizeMismatch() to reflect its proper use.
4917 * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
4918 We define PathISURLA, so use it.
4920 * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
4921 In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
4922 fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
4923 to improper display of overlay images.
4926 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4927 ATOMs are considered unique, so we don't need to check class
4928 pointers in FindWindow.
4930 * objects/region.c: Serge Ivanov <sergei@corel.com>
4931 Not all region functions updated 'type' field to reflect current
4934 * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
4935 Eric Williams <ewill@ncal.verio.com>
4936 Minor fixups and tweaking, and a dummy hook.
4938 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
4939 Fixed handling of filedlg flags.
4941 2000-02-20 Alexandre Julliard <julliard@winehq.com>
4943 * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4944 Added FIXME comment for entry point parameter.
4946 * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
4947 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4948 - stub for OLE32.MkParseDisplayName
4951 * windows/dialog.c, windows/win.c:
4952 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4953 - fixed my slightly incorrect EndDialog patch
4956 * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
4957 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4960 * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
4961 Made the buffer list in the directsound object thread-safe.
4963 * loader/module.c, loader/ne/module.c:
4964 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4965 It seems to be GetModuleFileName16 that checks exe version on whether
4966 to return long or short paths, not GetModuleFileNameA.
4968 * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
4969 Avoid too much refreshing when changing the drive in the 16 bits file
4972 * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
4973 GetLongPathName rewrite.
4975 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
4979 Don't update the combo box selection when closing the dialog only when
4980 clicking on OK button. Adjust file dialog size when help button isn't
4984 Fixes problems with open dialog box filters.
4987 Prevents the help button from displaying on OpenFile dialogs unless
4988 the proper flag is set in the OPENFILENAME struct.
4994 Add tooltips to the file Dialog toolbar.
4996 Sylvain Bouchard, Bill Jin
4998 EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
4999 Instead of passing in a copy of ofn, passing in the pointer of ofn.
5002 A "!" was missing in a check against lpstrInitialDir.
5005 Fixed crash: if dialog has no filetypes appearing in the dropdown list.
5007 Matt Robertson, Ulrich Czekalla
5008 Fixed problems occurring with selection of files inside openfiledlg.
5010 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
5011 - activated use of templates
5012 - moved the creating of new folders to the shellview
5014 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
5015 Juergen Schmied <juergen.schmied@debitel.net>
5016 Started with shell-clipboard handling (context menu cut&paste,
5019 * dlls/shell32/dataobject.c:
5020 Juergen Schmied <juergen.schmied@debitel.net>
5021 Removed ItemIDListList, reorganisation, more formats.
5023 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
5024 - implemented rename, copy and delete file
5025 - "new file" is activating label edit for rename
5026 - implemented IShellView_SelectItem
5028 * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
5029 Juergen Schmied <juergen.schmied@debitel.net>
5030 Better context menus.
5032 * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c, dlls/shell32/contmenu.c, dlls/shell32/shv_item_cmenu.c, include/wine/obj_contextmenu.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
5033 Juergen Schmied <juergen.schmied@debitel.net>
5034 - new files related to context menu and drag drop file operations
5035 - render functions for clipboardformats
5037 * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
5038 Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
5040 * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
5041 Juergen Schmied <juergen.schmied@debitel.net>
5042 Started implementation of shell notifications.
5044 * dlls/shell32/shlfileop.c:
5045 Juergen Schmied <juergen.schmied@debitel.net>
5046 New file (SHFileOperation).
5048 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
5051 * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
5052 Juergen Schmied <juergen.schmied@debitel.net>
5053 - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
5054 - implemented IPersistFolder2 interface
5056 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
5057 Juergen Schmied <juergen.schmied@debitel.net>
5058 New aPidl handling functions.
5060 * misc/main.c: Avoid crash on usage message.
5062 * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
5064 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
5065 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5066 Added stub for RtlAssert().
5068 * windows/x11drv/keyboard.c:
5069 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5070 Added Japanese jp106 and pc98x1 keyboard layout.
5072 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5073 Got rid of PROFILE_ functions, now accessing Wine config options
5074 through the registry.
5076 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5077 While creating the wine config key, make sure that only Wine's subkeys
5080 * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
5081 Check for NULL ptr in PSDRV_GetDeviceCapabilities.
5083 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
5084 Added a bit magic to CONSOLE_get_input so we don't get single Escapes
5085 from function key escape sequences.
5087 2000-02-19 Alexandre Julliard <julliard@winehq.com>
5089 * memory/atom.c: Bug fix for native USER.
5091 * loader/loadorder.c, wine.ini:
5092 Hard-coded DllPairs configuration; there is no need for the user to
5095 * graphics/psdrv/afm.c, graphics/x11drv/xfont.c, include/console.h, include/main.h, include/options.h, misc/main.c, misc/version.c, windows/x11drv/main.c, windows/x11drv/wnd.c, console/interface.c, documentation/wine.man.in, files/profile.c:
5096 Store config file contents in the registry so we only have to load it
5098 Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
5099 Removed a few unnecessary/unused command-line options.
5101 2000-02-18 Alexandre Julliard <julliard@winehq.com>
5103 * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, scheduler/process.c, server/process.c, server/process.h, server/trace.c, include/process.h, include/server.h:
5104 Store the handle of the process exe file in the server.
5105 Removed PROCESS_Initial().
5107 * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
5108 Set the type of VarBstrFromDate to dwFlags, instead of lcid.
5110 Ulrich Czekalla <ulrichc@corel.ca>
5111 Fixed the problem with the date being off by one.
5114 VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
5116 Coerce function doesn't implement coercion for VT_DISPATCH type.
5118 * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
5119 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5120 Added/corrected ordinals of kernel, gdi, user.
5122 * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
5123 Popup windows will be hidden when minimizing the main frame.
5125 * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
5126 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5127 Changed the loading of typelib files to use a memory mapping instead
5128 of reading the file bit by bit.
5130 * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5131 DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
5132 path component even if a match already occurred.
5134 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5135 Fixed prototype for OleTranslateColor.
5137 * files/file.c: Matthew Cline <matt@nightrealms.com>
5138 Added WARN messages on open errors.
5140 * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5141 The maximum size of the buffer is 1024 bytes in Win32.
5143 2000-02-16 Alexandre Julliard <julliard@winehq.com>
5145 * relay32/snoop.c, windows/driver.c, windows/hook.c, windows/win.c, windows/winproc.c, if1632/snoop.c, if1632/thunk.c, include/region.h, loader/loadorder.c, loader/ne/module.c, misc/ddeml.c, misc/toolhelp.c, objects/enhmetafile.c, objects/metafile.c, objects/region.c, files/drive.c, files/file.c, files/profile.c, graphics/driver.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/xfont.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/mpr_main.c, dlls/winaspi/winaspi16.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/wineoss/midi.c, dlls/wnaspi32/winaspi32.c, files/dos_fs.c, dlls/advapi32/security.c:
5146 Moved SystemHeap allocations to the process heap.
5148 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
5149 Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
5151 * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
5152 Send WM_HELP message when F1 is pressed.
5154 * ole/nls/brf.nls, ole/nls/cor.nls, ole/nls/cym.nls, ole/nls/gae.nls, ole/nls/gdh.nls, ole/nls/gdv.nls, documentation/wine.man.in, include/options.h, include/winnls.h, misc/main.c, ole/ole2nls.c:
5155 Alastair McKinstry <Alastair.McKinstry@digital.com>
5156 Added support for the following celtic languages: Irish Gaelic, Scots
5157 Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
5159 2000-02-14 Alexandre Julliard <julliard@winehq.com>
5161 * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
5162 Juergen Schmied <juergen.schmied@debitel.net>
5163 Added stub for CoResumeClassObjects.
5165 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
5166 - added argument printing to stubs
5167 - replaced memcmp by IsEqualGUID
5168 - implemented GetCapabilities for Mouse and Keyboard
5170 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
5171 ioctlsocket() now returns success if the app sets nonblocking mode for
5172 WSAAsyncSelect()-ed sockets.
5174 * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5175 Fixed FreeBSD compile.
5177 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5178 - fixed crash on mci channel tracing
5179 - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
5181 2000-02-13 Alexandre Julliard <julliard@winehq.com>
5183 * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
5184 Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
5186 * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
5187 Dave Pickles <davep@nugate.demon.co.uk>
5188 Added definition for STILL_ACTIVE.
5190 * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
5191 Juergen Lock <nox@jelal.kn-bremen.de>
5192 Added configure check for the unix domain sockaddr length.
5194 * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
5195 Fixed CDROM_Audio_Seek for non-linux systems.
5197 * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
5198 GetObjectA() now rejects GDI handles which are invalid.
5200 * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
5201 VERSION_GetSystemDLLVersion crashed when being called on a .so.
5203 * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
5204 Display the system popup menu when clicking with the right mouse
5205 button in the window caption.
5207 * dlls/ole32/clipboard.c: Removed check for class existence.
5209 * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c:
5210 Alexandre Julliard <julliard@codeweavers.com>
5211 Removed superfluous GlobalFindAtom calls.
5213 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5214 Reading of ri blocks.
5215 Better error handling.
5217 * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
5218 Check that ci->hWindowMenu is not zero before using it.
5220 * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
5221 David Howells <David.Howells@nexor.co.uk>
5222 Implemented isw*() wctype.h functions.
5224 * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5225 Better error messages.
5227 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
5228 Fixed off-by-one error.
5230 * memory/atom.c, server/Makefile.in, server/atom.c, server/main.c, server/object.h, server/request.h, server/trace.c, server/unicode.h, windows/class.c, windows/message.c, windows/win.c, if1632/kernel.spec, if1632/user.spec, include/server.h, include/wine/winbase16.h, include/wine/winuser16.h:
5231 Moved global atoms to the server (based on the work of Sergei
5232 Turchanov <turchanov@otvprim.ru>).
5234 2000-02-12 Alexandre Julliard <julliard@winehq.com>
5236 * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
5237 Added a PTEXTMETRIC[A|W] definition.
5239 * include/windef.h: Matthew Cline <matt@nightrealms.com>
5240 Added typedefs for PSHORT and PUSHORT.
5242 * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5243 Protect EndDialog() from invalid window handles.
5245 * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
5246 Lionel Ulmer <lionel.ulmer@free.fr>
5247 Replaced fprintfs by proper debug macros and fixed some compilation warnings.
5249 2000-02-10 Alexandre Julliard <julliard@winehq.com>
5251 * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
5252 Added GUIDs, defines, and structures for DirectX7.
5254 * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
5255 Oleg Korda <oleg@isp.nsc.ru>
5256 Added Russian translation.
5258 * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
5259 Added missing goto in switch statement.
5261 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
5262 Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
5264 * win32/kernel32.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/psdrv/afm.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, if1632/builtin.c, include/debugdefs.h, include/debugtools.h, include/miscemu.h, memory/global.c, memory/heap.c, memory/ldt.c, memory/virtual.c, misc/cpu.c, misc/debugstr.c, misc/error.c, misc/main.c, misc/registry.c, msdos/dpmi.c, msdos/int2a.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/ioports.c, relay32/snoop.c, tools/make_debug, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mmio.c, dlls/winmm/wineoss/mixer.c, dlls/wnaspi32/winaspi32.c, files/file.c, graphics/ddraw.c, dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c, dlls/oleaut32/typelib.c, dlls/shell32/classes.c, dlls/shell32/shellord.c, dlls/version/install.c, dlls/version/resource.c, dlls/winaspi/winaspi16.c, dlls/advapi32/registry.c, dlls/comctl32/datetime.c, dlls/comctl32/ipaddress.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlg95.c, dlls/dplayx/dplayx_global.c, dlls/dsound/dsound_main.c, dlls/lzexpand/lzexpand_main.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c:
5265 Optimized debugging API to reduce code size.
5267 * library/winestub.c, misc/cdrom.c, msdos/int2f.c, objects/linedda.c, dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, graphics/cache.c, graphics/escape.c, graphics/ttydrv/text.c, include/color.h, include/enhmetafiledrv.h, include/metafiledrv.h, include/ole.h, include/psdrv.h, include/win16drv.h, include/wingdi.h, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/storage.c:
5268 Removed extra includes from ole.h and wingdi.h.
5271 Jeremy White <jwhite@codeweavers.com>
5272 Removed #include of wingdi.h and windef.h from winuser.h (and resolved
5273 the resulting compilation failures).
5275 2000-02-07 Alexandre Julliard <julliard@winehq.com>
5277 * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
5278 Make CLSIDFromString return a CLSID of zeros instead of crashing when
5279 passed a null pointer.
5281 * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5282 Fixed unconditional use of JOYDEV.
5284 * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
5285 Michael Cardenas <michael_cardenas@deneba.com>
5286 Added a bunch of macros needed for compiling Winelib apps.
5288 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
5289 Added ListView_EditLabel macros.
5291 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
5292 Changed import to ordinal.
5294 * include/wine/obj_shellfolder.h:
5295 Juergen Schmied <juergen.schmied@debitel.net>
5296 Added IPersistFolder2 interface.
5298 * misc/cdrom.c, msdos/int2f.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mcicda/mcicda.spec, files/drive.c, include/cdrom.h, include/debugdefs.h:
5299 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5300 - implemented serial numbers for audio CDs and data CDs
5301 - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
5303 - split debug channel cdaudio into cdrom and mcicda
5306 * dlls/oleaut32/olefont.c, include/olectl.h:
5307 Sean Langley <seanl@corel.ca>
5308 Made OleCreateFontIndirect have the same signature (exactly) as the
5309 header file. Added olepro32 dll stubs.
5311 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/olepro32/.cvsignore, dlls/olepro32/Makefile.in, dlls/olepro32/README, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
5312 Sean Langley <seanl@corel.ca>
5315 * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
5318 * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
5319 Extended the winmm joystick API calls to support the new Linux
5322 * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
5323 Added context functions for FreeBSD.
5325 * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
5326 Fix for the system tray, Icon and popup menu's now work.
5328 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
5329 Use window properties instead of window long, also use them to
5330 determine if we really own a window and can destroy it.
5331 The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
5332 Set paintable flag for application passed cooperative/drawing window.
5333 GetDisplayMode: We might have and do support 2 backbuffers.
5335 * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
5336 Running object table are not using 0 as a valid index anymore.
5338 * controls/static.c: Luc Tourangeau <luc@macadamian.com>
5339 Implementation of Static OwnerDraw.
5341 * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
5342 Height calculation was 1 off in ImageList_Read.
5344 2000-02-03 Alexandre Julliard <julliard@winehq.com>
5346 * programs/view/init.c, programs/view/view.c, tools/wrc/wrc.c, windows/mdi.c, controls/edit.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/resource.h, loader/ne/resource.c:
5349 * programs/regtest/Makefile.in, programs/regtest/regtest.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, programs/winver/.cvsignore, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/control/.cvsignore, programs/control/Makefile.in, programs/control/control.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/osversioncheck/.cvsignore, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/regapi.spec, programs/regtest/.cvsignore, libtest/.cvsignore, libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.spec, libtest/volinfo.spec:
5350 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5351 Added .spec files for all libtest/ and programs/ WineLib apps.
5352 Updated all Makefiles to use .spec files and new resource handling.
5354 * loader/libres.c, loader/main.c, loader/pe_resource.c, loader/resource.c, relay32/builtin32.c, resources/sysres.c, tools/build.c, include/builtin32.h, include/libres.h, include/module.h, include/pe_image.h, include/resource.h, loader/Makefile.in, loader/elf.c:
5355 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5356 Added .spec keyword 'mode' to allow creating built-in EXE modules.
5357 Use built-in EXE modules for WineLib apps (instead of ELF modules).
5358 Removed dummy ELF module creation.
5359 Removed LIBRES handling.
5361 * programs/notepad/main.c:
5362 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5363 Fixed memory overwrite bug.
5365 * include/windef.h, include/wine/windef16.h:
5366 Jeremy White <jwhite@codeweavers.com>
5367 Moved definitions such as BOOL16 and INT16 from windef.h into
5370 * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
5371 GetNumberFormatA implementation added.
5373 * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
5374 Save and restore cursor in WriteConsoleOutputA.
5376 * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
5377 Alex Priem <alexp@sci.kun.nl>
5378 - Implementation of WM_SETFORMAT
5379 - Reworked drawing/selection
5380 - Implementation of WM_KEYDOWN
5382 * include/miscemu.h, msdos/int09.c, msdos/int16.c:
5383 Ove Kaaven <ovek@arcticnet.no>
5384 Added INT_Int16ReadChar and made int09 handle special keys.
5386 * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
5387 Added alphanumeric mode to the VGA emulation.
5388 Use service thread for the periodic refresh.
5390 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
5391 Cleanup VGA refresh when terminating.
5393 * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
5394 Handle backspace correctly.
5396 2000-01-31 Alexandre Julliard <julliard@winehq.com>
5398 * configure, Make.rules.in, */Makefile.in:
5399 Build most dlls as separate shared libraries.
5401 2000-01-30 Alexandre Julliard <julliard@winehq.com>
5403 * configure.in, include/config.h.in, server/context_i386.c, configure:
5404 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5405 Added configure check for sys/reg.h.
5407 * dlls/comctl32/imagelist.c, include/imagelist.h:
5408 Marcus Meissner <marcus@jet.franken.de>
5409 Overlay indices are signed shorts (-1 means no overlay)
5410 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
5411 (ImageList_Read) We can read a NxM bitmap from the stream and have
5412 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
5414 (others) removed some potential operator precendence problems.
5416 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
5417 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
5419 * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
5420 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5421 Moved debugger to libwine to make it available to WineLib apps.
5422 Try to invoke external debugger if internal debugger crashes.
5423 Try to handle early invocation of debugger more gracefully.
5425 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
5426 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5427 Mark initial process as 32-bit for WineLib apps.
5428 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
5429 Removed unused thread event.
5431 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5432 - Windows skips the '\t' and ' ' at the beginning and end of section
5433 key names of .INI files.
5434 - Fixed Get/WritePrivateProfileStructA():
5435 - (re-)translate the binary data into ASCII hex chars
5436 - add checksum / checking of it
5438 ----------------------------------------------------------------
5439 2000-01-30 Alexandre Julliard <julliard@winehq.com>
5441 * configure.in, include/config.h.in, server/context_i386.c, configure:
5442 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5443 Added configure check for sys/reg.h.
5445 * dlls/comctl32/imagelist.c, include/imagelist.h:
5446 Marcus Meissner <marcus@jet.franken.de>
5447 Overlay indices are signed shorts (-1 means no overlay)
5448 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
5449 (ImageList_Read) We can read a NxM bitmap from the stream and have
5450 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
5452 (others) removed some potential operator precendence problems.
5454 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
5455 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
5457 * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
5458 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5459 Moved debugger to libwine to make it available to WineLib apps.
5460 Try to invoke external debugger if internal debugger crashes.
5461 Try to handle early invocation of debugger more gracefully.
5463 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
5464 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5465 Mark initial process as 32-bit for WineLib apps.
5466 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
5467 Removed unused thread event.
5469 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5470 - Windows skips the '\t' and ' ' at the beginning and end of section
5471 key names of .INI files.
5472 - Fixed Get/WritePrivateProfileStructA():
5473 - (re-)translate the binary data into ASCII hex chars
5474 - add checksum / checking of it
5476 * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
5477 Juergen Schmied <juergen.schmied@debitel.net>
5478 - fixes, loading of settings per user
5479 - autodetecting of windows registry version
5481 * dlls/commdlg/filedlgbrowser.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c, include/wine/obj_base.h:
5482 Francois Gouget <fgouget@psn.net>
5483 The COM virtual tables must use the
5484 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
5486 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
5487 Made int9 handler add keystroke to BIOS keyboard buffer.
5489 * loader/dos/dosmod.c, loader/dos/dosmod.h:
5490 Ove Kaaven <ovek@arcticnet.no>
5491 dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
5493 * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
5494 Added a couple of prototypes.
5496 * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
5497 Add information about code pages to default registry.
5499 * configure.in, Make.rules.in, configure:
5500 Patrik Stridvall <ps@leissner.se>
5501 - Unixware (Solaris) linker typo fixed
5502 - Solaris (and possibly Unixware) specific linker support for the
5503 GNU:ism --[no-]whole-archive
5504 - Solaris make specific makefile fix
5506 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
5507 Solaris support for {set,get}_thread_context added.
5509 2000-01-29 Alexandre Julliard <julliard@winehq.com>
5511 * server/context_i386.c:
5512 Added our own user_regs_struct definition for better compatibility.
5514 * controls/button.c, windows/dialog.c:
5515 Dmitry Timoshkov <dmitry@sloboda.ru>
5516 Correct the behaviour of the accelerator keys in dialogs according to
5519 * programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h, programs/notepad/notepad.rc, programs/notepad/rsrc.rc, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/Xx.rc, programs/progman/accel.rc, programs/progman/main.c, programs/progman/rsrc.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc, programs/winhelp/Xx.rc, programs/winhelp/rsrc.rc, programs/winhelp/winhelp.c, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.rc, programs/clock/main.c, programs/clock/rsrc.rc:
5520 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5521 Link only a single .rc file with application.
5523 * windows/x11drv/wnd.c, dlls/shell32/shlfolder.c, documentation/no-windows, documentation/wine.man.in, graphics/d3dtexture.c, if1632/snoop.c, loader/loadorder.c, loader/ne/module.c, loader/pe_image.c, scheduler/process.c, BUGS, README, dlls/comctl32/treeview.c, dlls/dplayx/dplay.c, dlls/ole32/storage32.c:
5524 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5525 - add some documentation items
5529 * dlls/winmm/mcicda/mcicda.c, documentation/cdrom-labels, files/drive.c, include/cdrom.h, include/debugdefs.h, include/drive.h, libtest/volinfo.c, misc/cdrom.c, msdos/int2f.c, wine.ini:
5530 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5531 - support for reading labels and serial nums from device
5532 - "reasonable" misc/cdrom.c device handling
5533 - much improved audio CD support
5534 - serial number overwrite bug fix
5537 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
5538 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5541 * dlls/ole32/ole2.spec, server/process.c:
5542 Patrik Stridvall <ps@leissner.se>
5543 Fixed minor issues found by winapi_check.
5545 * tools/winapi_check/*:
5546 Patrik Stridvall <ps@leissner.se>
5548 - Moved some of the API specifications from the global file to the
5551 * include/imagelist.h, dlls/comctl32/imagelist.c:
5552 Marcus Meissner <marcus@jet.franken.de>
5553 Implemented ImageList_Read (not 100% correct in regarding to setting
5555 Filled out unknown members of ILHEAD.
5556 Started reordering IMAGELIST to make it Windows binary compatible.
5558 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
5559 nIconIndex == -1 should return nr of available icons, not 0.
5561 * Makefile.in: Fixed building of dosmod and wineclipsrv.
5564 Bug fix: added temp structure to cope with debug traces during thread
5567 * win32/newfns.c, windows/msgbox.c, dlls/avifil32/avifile.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, if1632/snoop.c, include/debugstr.h, libtest/vartest.c, loader/resource.c, objects/text.c, relay32/relay386.c, relay32/snoop.c, relay32/utthunk.c:
5570 * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
5571 Use a per-thread buffer and write(2) for debug traces.
5572 Removed debug_dumpstr.
5574 2000-01-27 Alexandre Julliard <julliard@winehq.com>
5576 * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
5579 * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5580 Get HCU name from unix user name.
5582 * scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c, tools/make_requests, include/server.h, memory/selector.c:
5583 Implemented GetThreadSelectorEntry through the server.
5585 2000-01-26 Alexandre Julliard <julliard@winehq.com>
5587 * dlls/winmm/lolvldrv.c:
5588 Dynamically load version.dll in MMDRV_GetDescription32.
5590 * dlls/ole32/ole2.c:
5591 Use a linked list instead of a DPA for the hook list.
5593 * windows/x11drv/clipboard.c:
5594 Use a linked list instead of a DPA to manage pixmaps.
5596 * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
5597 Gerard Patel <g.patel@wanadoo.fr>
5598 Returns an error if trying to write to a stream opened for read.
5600 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5601 Add a newbie warning for slashes in the search Path= of wine.conf.
5603 * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
5604 Wait for ShmCompletion during Flip.
5606 * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
5607 Made --enable-dll the default.
5608 Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
5609 Cleaned up install targets in main Makefile.
5611 * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
5613 2000-01-25 Alexandre Julliard <julliard@winehq.com>
5615 * windows/x11drv/monitor.c, debugger/dbgmain.c, debugger/stabs.c, dlls/crtdll/crtdll_main.c, include/options.h, loader/dos/module.c, loader/main.c, misc/main.c, miscemu/main.c, scheduler/client.c:
5616 Use argv[0] to locate the server executable.
5618 * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
5619 Alexandre Julliard <julliard@codeweavers.com>
5620 Share the system heap between different address spaces. Made process
5621 heap per-address space instead of per-process.
5623 * server/thread.h, server/trace.c, Makefile.in, include/server.h, include/thread.h, loader/main.c, misc/registry.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/process.c, server/process.h, server/request.c, server/request.h, server/select.c, server/thread.c:
5624 Alexandre Julliard <julliard@codeweavers.com>
5625 Made the server listen for new clients on a Unix socket in
5626 $HOME/.wine. Newly started wine processes now attach to an existing
5627 server if one is running.
5629 * files/profile.c, include/options.h:
5630 Added PROFILE_GetConfigDir function.
5632 2000-01-24 Alexandre Julliard <julliard@winehq.com>
5634 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
5635 Changed the server to return STATUS_* error codes.
5637 * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
5638 Built a complete translation table for RtlNtStatusToDosError.
5640 * include/winerror.h, include/winnt.h: Added some error codes.
5642 * windows/nonclient.c:
5643 Use GetProcAddress instead of calling ShellAboutA directly.
5645 2000-01-23 Alexandre Julliard <julliard@winehq.com>
5647 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
5648 Merged dlls/ver into dlls/version.
5650 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, include/ntddk.h, include/ntdef.h, include/ntsecapi.h, include/winbase.h:
5651 Juergen Schmied <juergen.schmied@debitel.net>
5652 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
5653 NtAllocateLocallyUniqueId
5654 - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
5655 RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
5656 RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
5657 RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
5658 RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
5659 RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
5660 RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
5661 RtlValidSid, RtlxUnicodeStringToOemSize
5662 - corrected most RtlString* functions, added documentation
5663 - more fixes and partial implementations
5665 * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
5666 Ove Kaaven <ovek@arcticnet.no>
5667 Added -dxgrab command line option, which confines cursor motion to the
5668 DirectX primary surface.
5670 * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
5671 Replaced some weird C constructs (char[]="" ) with more compatible ones.
5672 Added another NULL ptr check in _OnOpen.
5674 * misc/winsock_async.c, relay32/Makefile.in, relay32/wsock32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/winsock/wsock32.spec, if1632/Makefile.in, if1632/winsock.spec, misc/Makefile.in, misc/winsock.c:
5675 Moved winsock implementation to dlls/winsock.
5677 * dlls/*/.cvsignore:
5678 Marcus Meissner <marcus@jet.franken.de>
5679 Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
5681 * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
5682 Corrected arguments to VirtualFree().
5684 * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
5685 Dmitry Timoshkov <dmitry@sloboda.ru>
5686 Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
5689 * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
5690 Map WM_MENUSELECT 32->16 bits for closing menu.
5692 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
5693 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
5695 * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
5696 Implemented (Register|Get|Revoke)ActiveObject from the docs.
5698 * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
5699 Ove Kaaven <ovek@arcticnet.no>
5700 Supercharged XShm implementation for DirectDraw.
5702 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5703 Bugfix: missing NULL pointer checks.
5705 * loader/pe_image.c:
5706 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5707 Check for MZ header before trying to decipher the PE header.
5709 * relay32/kernel32.spec:
5710 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5711 Export GetLongPathName[A|W].
5713 * memory/global.c, memory/heap.c:
5714 Guy Albertelli <galberte@neo.lrun.com>
5715 Fix problems with GlobalHandle and GlobalFree so results match Win98.
5716 Restructure HEAP_ValidateInUseArena, HeapValidate, and add
5717 HEAP_IsRealArena to eliminate *bogus* error messages.
5719 * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5720 Actually print return value of message.
5722 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
5723 Corrected arguments in DIB_DeleteDIBSection.
5725 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
5726 Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
5727 help of James Feeney <james@nurealm.net>.
5729 2000-01-20 Alexandre Julliard <julliard@winehq.com>
5731 * scheduler/debugger.c, scheduler/thread.c, server/Makefile.in, server/context_i386.c, server/debugger.c, server/object.h, server/request.h, server/trace.c, tools/make_requests, include/server.h:
5732 Alexandre Julliard <julliard@codeweavers.com>
5733 Added Get/SetThreadContext support through the server.
5735 2000-01-18 Alexandre Julliard <julliard@winehq.com>
5737 * windows/dinput.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/memorystream.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/debugstr.h, misc/debugstr.c, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
5738 Added debugstr_guid function and used it to replace
5739 WINE_StringFromCLSID in all debugging messages.
5741 * dlls/winmm/wineoss/audio.c:
5742 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5743 Always initialize lpWaveHdr->lpNext to NULL.
5744 Don't fail on strange fragment sizes.
5746 2000-01-17 Alexandre Julliard <julliard@winehq.com>
5748 * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
5749 Add some defines needed for Unicode to Ascii conversions.
5751 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5752 Better error handling, less keys held open.
5754 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
5755 EnumDisplayModes must pass lPitch.
5757 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
5758 Validate the menu handles.
5760 * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
5761 Rounds to the lowest integer, not the nearest.
5763 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5764 Fixed race between Win16 parent and child for first rescheduling
5765 of child process. This fixes WinExec returning too early.
5767 2000-01-16 Alexandre Julliard <julliard@winehq.com>
5769 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
5770 Use --whole-archive to force linking all of libwine.a. into wine.
5772 * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
5773 Added automatic registration of built-in DLLs.
5775 2000-01-15 Alexandre Julliard <julliard@winehq.com>
5777 * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
5778 Fixed IPX detection.
5780 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5781 New implementation of the win95 registry loader.
5783 * dlls/advapi32/registry.c:
5784 Juergen Schmied <juergen.schmied@debitel.net>
5785 If there is enough space in the buffer and the type is REG_SZ and the
5786 string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
5788 * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
5789 Display the external modules after the internal modules in crash report.
5791 * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
5792 Made SetVolumeLabel report failure on CD-ROM drives.
5794 * documentation/status/directplay:
5795 Peter Hunnisett <hunnise@nortelnetworks.com>
5796 Updated documentation.
5798 * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
5799 Eric Pouech <Eric.Pouech@wanadoo.fr>
5800 Replaced Wine specific DRIVER_GetType by a correct implementation of
5803 * configure, configure.in, include/wine_gl.h:
5804 Lionel Ulmer <lionel.ulmer@free.fr>
5805 - (ugly) fix for the 'Xmd.h' problem
5806 - fix the detection of DGA 2 in configure script
5808 * include/thread.h, scheduler/thread.c:
5809 Juergen Schmied <juergen.schmied@debitel.net>
5810 - added NT fields to TEB
5811 - moved tls-fields and some wine specific fields to a higher offset
5812 - added some documentation
5813 - initialisation of the UnicodeString
5815 * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
5816 Add HAVE_SOUNDCARD_H to support OpenBSD.
5818 * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
5819 Peter Hunnisett <hunnise@nortelnetworks.com>
5820 - Added some missing EMR record types and updated and fixed others
5821 - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
5822 - Added header for SetICMMode
5823 - Added ability to play more enhanced metafile records
5825 * graphics/enhmetafiledrv/init.c:
5826 Peter Hunnisett <hunnise@nortelnetworks.com>
5827 Store reference hdc size into enhanced metafile header when creating.
5829 * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
5830 Marcus Meissner <marcus@jet.franken.de>
5833 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
5834 Removed DeleteObject call left over from previous patch.
5836 * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
5837 Fixed bad register constraint in InterlockedCompareExchange.
5839 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
5840 Added prototypes for the NT synchronization functions
5841 InterlockedCompareExchange and InterlockedExchangeAdd.
5843 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5844 Don't access 'wm->modname' after the modref has been flushed.
5846 * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
5847 Added null check in GlobalHandle.
5849 2000-01-12 Alexandre Julliard <julliard@winehq.com>
5851 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
5852 Removed a dependency between oleaut32 and comctl32.
5854 * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
5857 * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
5858 Fixed macro definition of IDirectDrawSurface_Restore.
5859 Added defines for Ddraw's WaitForVerticalDisplay().
5861 * include/dsound.h: Steve Langasek <vorlon@dodds.net>
5862 Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
5863 IDirectSoundBuffer_Unlock.
5865 * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
5866 Missing Winelib declarations for AUXCAPS.
5868 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5869 Fix (harmless) assembler warnings.
5871 * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
5872 Fix problem with initialization (reported by Andreas Mohr).
5874 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
5875 InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
5877 ----------------------------------------------------------------
5878 Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
5880 * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
5881 Non-Linux compile fix.
5883 * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
5884 DOSFS_DoGetFullPathName would underflow (p would get past the
5885 beginning of buffer) if given the name "//..".
5886 Regrouped the handling of the directory separators.
5887 Directory separators in the returned path are now alway a single "\"
5888 which simplifies the handling of ".." in the name.
5890 * dlls/advapi32/registry.c:
5891 Juergen Schmied <juergen.schmied@debitel.net>
5892 Corrected behaviour of RegOpenKey in case of failure.
5894 * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
5895 Juergen Schmied <juergen.schmied@debitel.net>
5896 - removed copying of HKEY_USERS to HKEY_CURRENT_USER
5897 - HKEY_CURRENT_USER is now subkey of HKEY_USERS
5898 - changed query_key_info_request to return the key name too (NtQueryKey needs this)
5899 - the rootkeys (MACHINE and USER) do have names
5901 * include/gdi.h, objects/dc.c, objects/gdiobj.c:
5902 Gerard Patel <g.patel@wanadoo.fr>
5903 Avoid deleting of the default 1x1 bitmap for memory DCs.
5905 * include/builtin16.h, include/builtin32.h, loader/ne/module.c, relay32/builtin32.c, relay32/user32.spec, tools/build.c, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec, dlls/display/display.spec, dlls/mouse/mouse.spec, dlls/shell32/shell32.spec, dlls/winmm/winmm.spec, if1632/builtin.c:
5906 Built-in DLLs resources are now specified in spec file.
5907 Removed unnecessary flags in built-in DLLs tables.
5909 * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
5910 Erez Volk <erez@gmx.net>
5911 Added stubs for some BiDi API functions.
5913 * dlls/winmm/mciwave/mciwave.c:
5914 Bradley Baetz <bbaetz@student.usyd.edu.au>
5915 Fixed race condition between app and wine in WAVE_mciPlay.
5917 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
5918 Stop menu tracking when clicking on the menu bar where there is no
5921 * win32/newfns.c: Erez Volk <erez@gmx.net>
5922 Better error reporting.
5924 Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
5926 * graphics/x11drv/xfont.c:
5927 Backed out scalable bitmap change (gives ugly results).
5929 * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
5930 GetMenuString should return itemlength on 0 nMax or NULL str
5931 InsertItem pos=-1, flags = 0 should append item
5932 (thanks to Sander van Leeuwen)
5934 * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
5935 David Elliott <dfe@netnitco.net>
5936 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
5937 Added critical section around code dealing with global variables.
5938 Added a few comments about how ASPI is supposed to work.
5939 Copy sense info into the correct place (right after the fixed 16-byte CDB).
5940 Now returns target status (many Windows apps won't even look at the
5941 sense are unless they get an error code).
5942 Added SC_ABORT_SRB FIXME.
5943 Added SC_GET_DISK_INFO place holder for clarity.
5944 Updated Linux SG interface structure to include new kernel 2.2
5947 * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
5948 Look for our header files first, then for systems headers.
5950 * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
5951 The new filedialog stuff does not handle template. So do not call if
5954 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
5955 Avoid problems during changing the Z-order if the window and the
5956 window to insert after are the same.
5958 * libtest/expand.c, libtest/hello5.c:
5959 Marcus Meissner <Marcus.Meissner@caldera.de>
5960 Removed GUI junk from expand.c, so you can use it in commandline mode.
5963 * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
5964 Patrik Stridvall <ps@leissner.se>
5965 Fixed some issues found by winapi_check.
5967 * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
5968 Patrik Stridvall <ps@leissner.se>
5969 - Added support for auto allocated ordinals
5970 - Fixed varargs (16 bit) bug
5973 * dlls/version/info.c:
5974 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5975 Fixed alignment problem with VERSION_INFO members.
5977 Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
5979 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
5980 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
5981 of the $X_EXTRA_LIBS are required.
5983 * windows/defwnd.c, windows/painting.c:
5984 Patrik Stridvall <ps@leissner.se>
5985 - Made FillRect behave like it does on Windows
5986 - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
5987 - Added some comments on how Windows behaves
5989 * windows/winhelp.c: Peter Ganten <peter@ganten.org>
5990 Check if winhelp is already running; use winhlp32.exe or winhelp.exe
5991 depending on the emulated version, relase win16lock before calling
5994 * AUTHORS, include/authors.h:
5995 Updated authors list from the Changelog. Please let me know if you
5998 * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
5999 TrueType clarification.
6001 * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
6002 Lionel Ulmer <lionel.ulmer@free.fr>
6003 - detect if the OpenGL implementation defines the paletted texture and
6004 color table extensions
6005 - small warning fixes
6006 - fix the double '-lXxf86dga' when having DGA 2.0
6008 * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
6009 Some comm clean up, much more error messages, only use TIOCOUTQ if
6010 defined [wine-bugs/104], tried implementing SetCommTimeouts.
6012 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
6013 - When processing WM_PAINT messages, the treeview might sometimes use
6014 the wrong hdc. Fixed.
6015 - Better checking for TREEVIEW_INFO *infoPtr=NULL.
6016 Similar to code in toolbar.c
6017 - Other small fixes (subclassed edit control).
6019 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6020 Bugfix: uninitialized pointer caused crashes.
6022 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
6023 Made virus warning a bit more drastic, since some people don't believe us.
6025 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
6026 Some comm clean up, much more error messages, only use TIOCOUTQ if
6027 defined [wine-bugs/104], tried implementing SetCommTimeouts.
6029 * files/profile.c: Rein Klazes <rklazes@casema.net>
6030 Implement WritePrivateProfileSectionA().
6032 * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
6033 Fix for compilers that don't support 'long long' (From Ove Kaaven).
6035 Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
6037 * scheduler/thread.c, server/thread.c:
6038 Moved allocation of the socket pair for a new thread to the server.
6040 * server/debugger.c: Made debug events and contexts standard objects.
6041 Use sleep_on to wait on debug events.
6043 * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
6044 Made sleep_on usable from all requests.
6046 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
6047 Eric Pouech <Eric.Pouech@wanadoo.fr>
6048 Added more MIDI messages 16<=>32 mapping.
6049 Fixes some bugs in buffers handling and index for MAPPER.
6051 * include/callback.h, if1632/thunk.c:
6052 Eric Pouech <Eric.Pouech@wanadoo.fr>
6053 Removed the obsoleted CallTimeFuncProc, CallDriverProc,
6056 * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
6057 Eric Pouech <Eric.Pouech@wanadoo.fr>
6058 Put back visible minimum timer resolution to 1 ms.
6059 Decorrelate the service thread resolution from the user required timer
6060 & visible minimum resolutions.
6061 Removed the Callback.TimeFuncProc entry.
6063 * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
6064 Give +0+0 as a default position for the desktop window.
6066 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
6067 Convert mmio to allow the use of 32 bit mmio procedures.
6069 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shell32/systray.c:
6070 Juergen Schmied <juergen.schmied@debitel.net>
6073 * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
6074 Patrik Stridvall <ps@leissner.se>
6075 Fixed some issues found by winapi_check.
6077 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
6078 Patrik Stridvall <ps@leissner.se>
6079 Updated winapi_check to handle the new additions.
6081 * dlls/comctl32/monthcal.c, include/monthcal.h:
6082 Chris Morgan <cmorgan@wpi.edu>
6083 James Abbatiello <abbeyj@wpi.edu>
6084 Implemented WM_SIZE message support. Optimized drawing to use
6085 precalculated size values rather than recalculating during each call
6086 of MONTHCAL_Refresh.
6088 * relay32/user32.spec, windows/dialog.c:
6089 Juergen Schmied <juergen.schmied@debitel.net>
6090 Corrected parameter count for DialogBoxIndirectParamAorW.
6092 * controls/scroll.c: Rein Klazes <rklazes@casema.net>
6093 Don't show the scrollbar if SetScrollinfo() is called with only the
6094 SIF_DISABLENOSCROLL flag.
6096 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
6097 Added extra US keymap with the infamous phantom key.
6099 * Makefile.in, dlls/winmm/wineoss/Makefile.in:
6100 Eric Pouech <Eric.Pouech@wanadoo.fr>
6101 Use a uniform naming scheme for driver modules.
6103 * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
6104 Encapsulated Wine internal data into an ifdef __WINE__.
6106 * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
6107 Eric Pouech <Eric.Pouech@wanadoo.fr>
6108 Moved the 16 bit driver functions callout into the dir.
6110 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6111 Added support for WODM_BREAKLOOP message.
6113 * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6114 Removed extraneous ERR message.
6116 * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6117 Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
6119 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6120 Use case insensitive comparison while searching for new modules.
6122 * dlls/ntdll/ntdll.spec:
6123 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6124 Added spec entry for _itoa.
6126 * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
6127 Bertho Stultiens <bertho@panter.soci.aau.dk>
6128 Generated labels of resource names must be unique throughout the
6131 * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6132 "resultp" can be NULL in SendMessageTimeout*().
6134 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
6135 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6136 - prevent mem leak of CRTDLL_acmdln_dll
6137 - better argument parsing
6138 - last xargv entry has to be NULL
6139 - return value is environment pointer instead of NULL
6140 - added a spec entry for bsearch()
6142 Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
6144 * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
6145 Peter Ganten <peter@ganten.org>
6146 Implemented WaitForInputIdle.
6148 * misc/ddeml.c, windows/win.c:
6149 Fixed potential buffer overflows (spotted by Francois Gouget).
6151 * relay32/wow32.spec, dlls/mpr/mpr.spec, dlls/ntdll/ntdll.spec, dlls/psapi/psapi.spec, dlls/shell32/shlwapi.spec, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/version/version.spec, dlls/winmm/winmm.spec, relay32/ddraw.spec, relay32/dinput.spec, relay32/gdi32.spec, dlls/avifil32/avifil32.spec, dlls/crtdll/crtdll.spec, dlls/dciman32/dciman32.spec, dlls/dplayx/dplay.spec, dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec, dlls/lzexpand/lz32.spec, dlls/advapi32/advapi32.spec:
6152 Make use of automatic ordinal allocation.
6154 * server/socket.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/registry.c, server/request.c, server/request.h, server/select.c, server/semaphore.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, server/Makefile.in, server/change.c, server/console.c:
6155 Moved poll handling to the generic part of the server objects.
6156 Fixed busy waiting on POLLERR events.
6157 Merged struct client into struct thread.
6159 Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
6161 * win32/process.c, windows/x11drv/wnd.c, dlls/odbc32/proxyodbc.c, dlls/ole32/bindctx.c, dlls/ole32/hglobalstream.c, graphics/ttydrv/bitmap.c, misc/ddeml.c, misc/version.c:
6164 * memory/atom.c, memory/environ.c, misc/lstr.c, misc/registry.c, misc/winsock.c, programs/regapi/regapi.c, relay32/builtin32.c, windows/driver.c, windows/mdi.c, windows/x11drv/keyboard.c, dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/mixer.c, files/profile.c, graphics/psdrv/driver.c, graphics/psdrv/font.c, loader/module.c, loader/ne/module.c, loader/task.c, dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/version/install.c:
6165 Francois Gouget <fgouget@psn.net>
6166 Buffer overflows and strncpy fixes.
6168 * loader/pe_image.c:
6169 PE_FindExportedFunction: use a binary search for function names.
6171 Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
6173 * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
6174 Fixed/commented out duplicate entry point names.
6176 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
6177 Added support for automatic ordinal allocation.
6178 Output list of function names in sorted order.
6179 Added support for nameless (ordinal-only) entry points.
6180 Cleaned up error handling.
6182 * include/metafiledrv.h, include/psdrv.h, include/ts_xlib.h, include/ttydrv.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/text.c, tsx11/X11_calls, tsx11/ts_xlib.c, graphics/metafiledrv/text.c, graphics/psdrv/font.c, graphics/psdrv/ps.c, graphics/psdrv/text.c, graphics/ttydrv/font.c, graphics/ttydrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
6183 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6184 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
6185 Map a few Unicode chars to the first 0xff in psdrv.
6186 Don't expect x11drv to display Unicode chars yet.
6188 * dlls/comctl32/tooltips.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, memory/string.c, relay32/relay386.c, relay32/snoop.c:
6189 Francois Gouget <fgouget@psn.net>
6190 Wrapped some strings in a debugstr_* call.
6191 Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
6192 Removed redundant 'L's for Unicode strings.
6193 Tried to harmonize the traces a little bit.
6195 * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
6196 debugstr_w now returns something looking like 'L"xxxx"...'
6198 * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
6199 FILEDLG95_HandleCustomDialogMessages:
6200 - for the three handled messages we must return the required buffer size
6201 - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
6202 - fixed multiple potential buffer overflows.
6203 FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
6204 FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
6205 leading to a buffer overflow.
6207 Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
6209 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6210 Added support for playing more record types (still more to come).
6212 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
6213 Better support very long strings by avoiding to copy them in a fixed
6214 size buffer (one exception partly remains: callback strings).
6215 Raise the buffer size to 512 characters.
6216 Merge the handling of item 0 and other items together in GetItemA to
6217 reduce code duplication.
6219 * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6220 Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
6222 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
6223 Cast the unsigned int to signed, or NEAR_MATCH will not work.
6225 * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
6226 Eric Pouech <Eric.Pouech@wanadoo.fr>
6227 Fixed first/last playable frame referencing.
6229 * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
6230 Eric Pouech <Eric.Pouech@wanadoo.fr>
6231 Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
6232 Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
6234 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
6235 Test pointers passed to copyrect for NULL.
6237 * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6238 Restore erroneously deleted lines.
6240 * dlls/comctl32/comctl32undoc.c:
6241 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6242 DPA_DeletePtr was resizing the array to a too small size.
6244 * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6245 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
6246 client area is less than the icon spacing.
6248 * documentation/linux-fat-permissions:
6249 Steven Elliott <elliotsl@mindspring.com>
6250 Added a document that describes configuring FAT filesystem permissions
6253 * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
6254 NT allocates one page as TEB. Some native NT-dlls are using this.
6256 * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6257 Don't skip usable X fonts. Add support for koi8 fonts.
6259 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
6260 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
6261 crash if the handle is INVALID_HANDLE_VALUE.
6263 * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
6264 Changed the "this_is_a_syntax_error" error message to a more specific
6267 Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
6269 * graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/metafiledrv.h, include/path.h, include/ttydrv.h, include/x11drv.h:
6270 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6271 Move Bezier code out of x11drv into commmon GDI code; if any driver
6272 does not implement PolyBezier[To] the curve is approximated to lines
6273 and drawn with Polyline.
6274 Implement many GDI-Path recording functions (at least the win9x subset).
6275 Implement FlattenPath and FillPath.
6277 * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
6278 Fixed ordinal numbering and added new spec stub.
6280 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
6281 Readded Xpm autoconf checks.
6283 * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
6284 EnumSystemLocalesA should look for registry values, not subkeys.
6286 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
6287 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
6289 * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
6290 Corrected background color and fixed leaking GDI brush.
6292 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
6293 NT loader: don't stop loading a hive when an error occurs.
6295 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6296 PlayMetaFile and EnumMetaFile should work if the hdc is a
6299 * README: Juergen Lock <nox@jelal.kn-bremen.de>
6300 Updated the FreeBSD notes, the LDT patch finally made it into -current.
6302 * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
6303 If lpTitle==NULL and cbBuf==0 then we must return the required buffer
6306 * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
6307 Shaun Morris <shaun@blueneptune.com>
6308 Implemented _TrackMouseEvent for the TME_LEAVE flag.
6310 * graphics/ddraw.c, graphics/ddraw_private.h:
6311 Lionel Ulmer <lionel.ulmer@free.fr>
6312 Adds resolution / depth switching with DGA 2.0.
6314 ----------------------------------------------------------------
6315 Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
6317 * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
6318 Fixed handling of DGA2.0 keyboard events.
6320 * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
6321 Eric Pouech <Eric.Pouech@wanadoo.fr>
6322 Added the ability to open several streams on the same driver.
6323 Added a few acmMetrics options.
6325 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6326 SysStringLen can get a NULL pointer (and shall return 0).
6328 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6329 Now using notification for detecting when a WAVEHDR has been played
6331 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6332 Enhanced synchronization between playback thread and stop/close commands
6333 Now using notification for detecting when a WAVEHDR has been played
6335 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6336 ComboBox should not send bogus messages to edit buddy and to itself.
6338 * files/dos_fs.c: Peter Ganten <peter@ganten.org>
6339 Fixed GetShortPathNameA.
6341 * Makefile.in, configure, configure.in:
6342 Moses DeJong <dejong@cs.umn.edu>
6343 Fixed missing libwine.so symlink during install. Set the runtime
6346 * windows/dialog.c: Murali Pattathe
6347 GetNextDlgGroupItem: needs to check the control parent is the main dialog.
6348 GetNextTabItem: make sure this control is visible and not disabled.
6351 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6352 Fixed cmd line length calculation.
6354 * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
6355 Lionel Ulmer <lionel.ulmer@free.fr>
6356 - added support of DGA-2.0 events
6357 - fixed the leaving of DGA-2.0 mode
6359 * controls/menu.c, include/menu.h, windows/winproc.c:
6360 Rein Klazes <rklazes@casema.net>
6361 In win32 a WM_MENUSELECT message should contain the position when the
6362 item refers to a submenu, not the submenu's handle as in win16.
6364 * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6365 Fixed arg types of FIXMEs.
6367 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
6368 Check for passed invalid window handle in DefMDIChildProc*.
6370 * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6371 Fix no. of arguments in a WARN statement.
6373 * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6374 Allows DrawText(16|A|W) to get a NULL string as parameter.
6376 * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
6377 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6378 Fixed compiler warnings.
6380 * controls/listbox.c, misc/registry.c, misc/version.c:
6381 Marcus Meissner <marcus@jet.franken.de>
6382 Removed 2 useless include winversion.h
6383 Do not make autodetected version fix on first calls if it is Win31.
6385 * dlls/shell32/shell32.spec:
6386 Juergen Schmied <juergen.schmied@debitel.net>
6387 Added StrNCpyA, StrNCpyW.
6389 * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
6390 Message translation WM_CREATE fixed.
6392 Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
6394 * relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/odbc32/.cvsignore, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h, include/debugdefs.h, include/sql.h, include/sqlext.h, include/sqltypes.h, loader/loadorder.c:
6396 Implementation of a proxy ODBC32 dll.
6398 * windows/x11drv/wnd.c, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/systray.c, include/winuser.h, include/x11drv.h, windows/nonclient.c:
6399 Kai Morich <kai.morich@bigfoot.de>
6400 Marcus Meissner <marcus@jet.franken.de>
6401 Added systray support.
6402 Swallow the windows systray icons into kpanel systray if KDE/KWM is
6405 * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
6406 Juergen Schmied <juergen.schmied@debitel.net>
6407 Added loader for NT registry files.
6409 * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
6410 Juergen Schmied <juergen.schmied@debitel.net>
6411 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
6414 * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
6415 Peter Hunnisett <hunnise@nortelnetworks.com>
6416 - Implemented GetEnhMetaFilePaletteEntries
6417 - Added fixme stubs for SetMetaRgn and GetMetaRgn
6418 - Added support for playing several enhanced metafile records
6419 - Added beginnings of implementation for playing the rest of the
6420 enhanced metafile records
6422 * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/dc.c, graphics/ttydrv/dib.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
6423 Patrik Stridvall <ps@leissner.se>
6424 Improved the TTY driver.
6426 * files/file.c: Peter Ganten <peter@ganten.org>
6427 Return an error if lpOverlapped is provided to ReadFile / WriteFile.
6429 * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
6430 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
6432 * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
6433 Bradley Baetz <bbaetz@student.usyd.edu.au>
6434 The wavemap driver wasn't passing the callback type to the
6435 DriverCallback routine correctly.
6437 * files/tape.c: Added missing WINAPIs.
6439 * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
6440 If we have registry entries, use them. Never mind which version we
6443 * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
6444 Patrik Stridvall <ps@leissner.se>
6445 Fixed some issues found by winapi_check.
6447 * tools/winapi_check/win16/display.api, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
6448 Patrik Stridvall <ps@leissner.se>
6449 Minor fixes and additions.
6451 * loader/ne/resource.c:
6452 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6453 Bugfix: Added missing 'return' statement.
6455 * dlls/commdlg/filedlg95.c:
6456 Juergen Schmied <juergen.schmied@debitel.net>
6459 Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
6461 * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
6462 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6463 Perform 16/32A/32W message mapping for posted messages.
6465 * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
6466 Chris Morgan <cmorgan@wpi.edu>
6467 James Abbatiello <abbeyj@wpi.edu>
6468 Added stubs for the WinNT tape backup functions.
6470 * debugger/msc.c, debugger/source.c:
6471 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6472 Parse CodeView type/symbol info with 32-bit type indices.
6473 Added (partial) support for VC 5/6 .PDB files.
6474 Fixed treatment of source file names containing path.
6476 * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
6477 Fixed off-by-one error.
6479 * scheduler/process.c:
6480 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6481 Bugfix: Show main window if CreateProcess was called without the
6482 STARTF_USESHOWWINDOW flag.
6484 * loader/pe_image.c:
6485 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6486 Implemented PE_UnloadLibrary().
6488 * include/dinput.h, windows/dinput.c:
6489 Lionel Ulmer <lionel.ulmer@free.fr>
6490 - do not loose initial auto-repeat status when acquiring the keyboard more
6492 - support of DirectX 7's DIMOUSESTATE2 structure
6494 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
6495 Marcus Meissner <Marcus.Meissner@lst.de>
6496 Added NtPowerInformation stub.
6498 * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
6499 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
6501 Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
6503 * windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/message.c, windows/nonclient.c, windows/painting.c, windows/win.c, windows/keyboard.c, scheduler/critsection.c, scheduler/debugger.c, scheduler/process.c, win32/kernel32.c, win32/newfns.c, msdos/dosmem.c, objects/bitmap.c, objects/clipping.c, objects/font.c, ole/ole2nls.c, loader/elfdll.c, loader/module.c, loader/pe_image.c, loader/resource.c, loader/task.c, memory/instr.c, memory/local.c, misc/registry.c, graphics/bitblt.c, graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, if1632/thunk.c, files/directory.c, files/dos_fs.c, files/drive.c, dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/tapi32/line.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/flatsb.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/avifil32/avifile.c, controls/edit.c:
6504 Dimitrie O. Paun <dimi@cs.toronto.edu>
6505 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
6506 Use the default version of FIXME, ERR, WARN, TRACE for the default
6509 * include/module.h, loader/module.c, scheduler/process.c:
6510 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6511 Delay sending debug events until process initialization is complete.
6513 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
6514 Updated, added chapter on configuration and architecture.
6516 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
6517 - Fix MMIO_{Open,Rename} to check the filename (of the form
6518 file.ext+ABC) for the correct mmio procedure to use.
6519 - mmioStringToFOURCC now converts to uppercase if asked to, and handles
6520 strings of length < 4.
6522 * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6523 Fix problem with EN_UPDATE notification sent by edit control.
6525 Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
6527 * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/display.spec, if1632/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/display.c, windows/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
6528 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6529 Added .rc file support for Win16 NE modules.
6530 Moved display.c and mouse.c to separate dll directories.
6532 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6533 Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
6535 Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
6537 * windows/painting.c, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/metafiledrv.h, include/path.h, include/psdrv.h, include/ttydrv.h, include/x11drv.h, graphics/painting.c, graphics/path.c:
6538 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6539 Fixes several bugs in gdi path handling.
6540 Adds *Path functions to dc funcs table + add EnhMetaFile recording.
6541 Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
6542 funcs table to enable proper enhmetafile recording.
6543 The current position update in *To functions is now handled by the
6544 main function and not in the drivers.
6545 Move USER functions from graphics/painting.c -> windows/painting.c
6547 * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.spec, include/ole2ver.h, misc/version.c:
6548 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6549 - the OLE version returned was too low
6550 - renamed OABuildVersion16 to OaBuildVersion16
6553 * files/drive.c: Peter Ganten <peter@ganten.org>
6554 Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
6555 if the buffer size is not large enough.
6557 * controls/button.c, windows/dialog.c:
6558 Dmitry Timoshkov <dmitry@sloboda.ru>
6559 Remove hack for keyboard messages in dialogs.
6561 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
6562 Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
6563 Implementation for VWin32 Int31/DPMI dispatch call.
6564 Fixed "dangling else" compiler warning.
6566 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
6567 Whenever we do an strncpy we should make sure we put a '\0' at the end
6570 * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
6571 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6572 Added Thread32First/Next stubs.
6574 * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
6575 Moved wineserver's buffer & buffer_size at the end of TEB so that IE
6576 doesn't overwrite them.
6578 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6581 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6582 Added support for WAVE_FORMAT_QUERY flag in wodOpen.
6584 * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6585 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
6587 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6588 Fixed MCI_OPEN command for types like "CDAUDIO!H:".
6590 * graphics/ddraw_private.h, graphics/ddraw.c:
6591 Marcus Meissner <marcus@jet.franken.de>
6592 Merged _all_ lpClipper into common_surface.
6593 Add NULL ptr check to SetClipper.
6594 Some more debug output.
6596 * include/config.h.in, misc/port.c, configure, configure.in:
6597 Marcus Meissner <marcus@jet.franken.de>
6598 Use the real glibc openpty if present.
6600 * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6601 Added typedef to insure compilation on all gcc&egcs versions.
6603 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
6604 Fixed _copy_registry().
6606 * include/winnls.h, ole/nls/esa.nls, ole/nls/esc.nls, ole/nls/esd.nls, ole/nls/esg.nls, ole/nls/esm.nls, ole/nls/esn.nls, ole/nls/esp.nls:
6607 Juergen Schmied <juergen.schmied@debitel.net>
6608 Added some constants for Spanish.
6610 * include/module.h, loader/ne/module.c, loader/ne/segment.c:
6611 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6612 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
6613 just for the first one.
6614 Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
6616 * if1632/user.spec, windows/user.c:
6617 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6618 Added USER.DllEntryPoint().
6620 * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
6621 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6622 Call 16-bit instead of 32-bit UserSignalProc entry point.
6623 Don't load USER32.DLL unless requested by the program.
6624 Bugfix: Pass the correct thread ID to UserSignalProc.
6626 * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6627 Fixed crash when map fails.
6629 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6630 Show use of undocumented messages.
6632 * include/keyboard.h, include/ttydrv.h, include/x11drv.h, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
6633 Lionel Ulmer <lionel.ulmer@free.fr>
6634 - removed keyboard auto-repeat when DInput acquires it
6635 - removed some (now) obsolete fixme's
6637 * graphics/ddraw_private.h, graphics/ddraw.c:
6638 Marcus Meissner <marcus@jet.franken.de>
6639 Moved lpClipper into common_directdrawsurface struct
6640 Release old clipper on new set
6642 * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
6643 Eric Pouech <Eric.Pouech@wanadoo.fr>
6644 Fake MIDI_IO_STATUS support in midi in open
6645 Fixed bug in midi in while reading data
6647 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6648 Fixed infinite loop for 0-length wavehdrs.
6650 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6651 Fixed buggy playback for non PCM files
6652 Added support for from & to indexes for playback
6653 Now using double wavehdr for better output
6654 Cleaned-up internal structs and removed last 16 bit API adherence
6656 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6657 Tried to reduce echo in playSound API (using two wavehdr instead of
6660 * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6661 Added callback mechanisms for MIDI IN.
6663 * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
6664 Eric Pouech <Eric.Pouech@wanadoo.fr>
6665 Fixed improper acm streams closing.
6667 * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6668 Debug traces cosmetic fixes.
6670 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
6671 Fixed some errors (thanks to F Gouget for reporting them).
6672 Added some bits on thunking and resources for DLLs.
6674 Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
6676 * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
6677 Lionel Ulmer <lionel.ulmer@free.fr>
6678 First support of DGA 2.0 for DirectDraw.
6680 * include/winuser.h, relay32/user32.spec, win32/newfns.c:
6681 Erez Volk <erez@gmx.net>
6682 Stubs for Get/SetProcessDefaultLayout.
6684 * files/profile.c, relay32/kernel32.spec:
6685 Marcus Meissner <marcus@jet.franken.de>
6686 Stub for CloseProfileUserMapping.
6688 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
6689 Use DInput's internal mouse event handler to handle the GetDeviceState
6692 * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
6693 waveHdr.lpData was eventually HeapFree()ed uninitialized.
6695 * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
6696 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
6699 * loader/dos/module.c, loader/ne/module.c, relay32/builtin32.c, scheduler/process.c, include/dosexe.h, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/main.c, loader/module.c, loader/pe_image.c:
6700 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6701 Fixed 32-bit module name handling to conform better to Win9x.
6702 Removed OFSTRUCT passing during process creation sequence.
6703 Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
6705 * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
6706 Michael McCormack <mccormac@aals27.alcatel.com.au>
6707 Added code to some service functions (some untested), fixed
6708 declaration of service main function.
6710 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
6718 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
6719 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6720 Added stubs for several MRU list functions and documented some others.
6722 * server/file.c: Marcus Meissner <marcus@jet.franken.de>
6723 Flush handle in any access mode.
6725 * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6726 Fixes off by one error in item insertion.
6728 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
6729 Allow 1% deviation from specified sampling rate for some soundcards.
6731 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
6732 Suppressed the inclusion of OpenGL headers.
6734 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6735 - Added stub for conversion from meta to enhance meta files.
6736 - Implemented GetEnhMetaFileBits for enhanced meta files.
6738 * graphics/ddraw.c, graphics/ddraw_private.h:
6739 Peter Hunnisett <hunnise@nortelnetworks.com>
6740 Improved stubs for the ddraw clipper routines.
6742 Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
6744 * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
6746 * server/event.c, server/file.c:
6747 Fixed get_event_obj/get_file_obj to use the process parameter (thanks
6750 * server/process.h, scheduler/process.c, server/process.c:
6751 Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
6753 * scheduler/timer.c, server/Makefile.in, server/request.h, server/timer.c, server/trace.c, dlls/ntdll/nt.c, include/server.h, include/winbase.h, relay32/kernel32.spec, scheduler/Makefile.in:
6754 Implemented waitable timers.
6756 Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
6758 * tools/bin2res.c: Bug fixes.
6760 * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
6766 Lots of bug fixes and new features in property sheets.
6768 * win32/newfns.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, dlls/dplayx/dplobby.c, dlls/shell32/shlview.c, graphics/psdrv/font.c, dlls/comctl32/tab.c:
6769 Niels Kristian Bech Jensen <nkbj@image.dk>
6770 Compiler warnings fixed.
6772 * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
6773 Give the app back the exact font name it asked for.
6775 * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
6776 Prevent a crash if messages are sent to a toolbar window before
6777 WM_NCCREATE or after WM_DESTROY.
6779 * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
6780 Updated Spanish MM error string translation.
6782 * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
6783 Alex Priem <alexp@sci.kun.nl>
6784 - (final?) update of TreeView_* macro's.
6785 - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
6787 - custom draw enhancements
6788 - implementation of state images
6789 - implementation of TVS_CHECKBOXES
6791 * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
6792 Fixed some visual toolbar bugs.
6794 * README: Juergen Lock <nox@jelal.kn-bremen.de>
6795 Added notes about Wine-related FreeBSD kernel patches.
6797 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6798 Use RegQueryInfoKey to count number of printers.
6800 * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
6801 Don't try to call towupper() when there's no wctype.h.
6803 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6804 When combobox selection changes, update its edit box accordingly.
6806 * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6807 Notify parent of listbox if requested.
6809 Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
6811 * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
6813 * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
6814 Set/use fs/gs from the sigcontext struct, the corresponding kernel
6815 change now finally has been MFC'd to -stable.
6817 * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
6818 Mention free Truetype font servers (Xfstt and xfsft).
6820 * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
6821 Note what to do with the winedefault.reg in the file.
6823 * win32/device.c: Peter Ganten <peter@ganten.org>
6824 Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
6825 _PageChangePermissions() and _PageFree() using the
6826 Virtual*()-Functions (with the great help of Ulrich Weigand).
6828 * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
6831 * misc/registry.c: Several bug fixes in save_key().
6833 * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6834 Fixed some bogus error detection for RegEnumValue[AW] and
6835 RegQueryValueEx[AW].
6837 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
6838 Peter Hunnisett <hunnise@nortelnetworks.com>
6839 - Added global data mutual exclusion
6840 - Removed hack for creating processes suspended now that it's implemented
6841 - Fixed ordinal numbering and added spec stubs
6842 - Fixed EnumConnections callback to fill in all parameters with valid data
6843 - Made direct play allocation/deallocation follow the same pattern as
6846 * dlls/win87em/emulate.c:
6847 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6848 Several improvements.
6850 * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6851 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
6853 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
6854 Made win16 serial comms less of a CPU hog.
6856 * include/server.h, memory/virtual.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/event.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/registry.c, server/semaphore.c, server/trace.c, server/unicode.c, server/unicode.h:
6857 Store all object names as Unicode in the server.
6859 Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
6861 * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
6862 Added wine.conf option for new format registry files.
6863 Added optional periodic saving of the registry.
6865 * misc/registry.c, server/registry.c:
6866 Added support to the server for loading new format (version 2) files.
6868 * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
6870 * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
6871 Added current context to the exception debug event sent to the server.
6873 * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
6874 Fixed handling of debug events on thread/process exit.
6876 * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
6877 Raise an exception when a critical section wait failed.
6879 Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
6881 * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitblt.c, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/desktop.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
6882 Patrik Stridvall <ps@leissner.se>
6885 * dlls/comctl32/imagelist.c, include/imagelist.h:
6886 Eric Kohl <ekohl@abo.rhein-zeitung.de>
6887 - first 'dummy' implementation of ImageList_Read
6889 * include/rebar.h, dlls/comctl32/rebar.c:
6890 Eric Kohl <ekohl@abo.rhein-zeitung.de>
6891 - added version messages
6893 * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
6894 - implemented LBItemFromPt
6896 * include/commctrl.h, dlls/comctl32/listview.c:
6897 Eric Kohl <ekohl@abo.rhein-zeitung.de>
6898 - implemented simple column order array functionality
6899 - implemented some virtual listview notifications
6901 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
6902 Eric Kohl <ekohl@abo.rhein-zeitung.de>
6903 - minor update to mru list functions
6904 - stubs for COMCTL32_411 to COMCTL32_413
6906 * dlls/comctl32/toolbar.c, include/toolbar.h:
6907 Eric Kohl <ekohl@abo.rhein-zeitung.de>
6908 - added version messages and some simple get/set messages.
6909 - added unicode messages
6911 * include/shlguid.h, dlls/shell32/classes.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
6912 Juergen Schmied <juergen.schmied@debitel.net>
6913 - made IShellFolder a aggregable object
6914 - SHCoCreateInstance can create CSIDL_FSFolder now
6915 - browsing into folders on the desktop implemented
6916 - corrected returnvalue of Ico_ExtractIconEx
6917 - fixed SHGetDataFromIDList to return data of simple pidls
6919 * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
6920 Moses DeJong <dejong@cs.umn.edu>
6921 Added implementation for WSARecvEx function. This is a Microsoft
6922 specific extension to the winsock API.
6924 * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
6925 Juergen Schmied <juergen.schmied@debitel.net>
6926 Corrected wrong parameter counts for WNetCachePassword and
6927 WNetEnumCachedPasswords.
6929 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
6930 Ian Schmidt <ischmidt@cfl.rr.com>
6931 Added stub for DllInstall().
6933 * misc/registry.c, include/wine/winbase16.h, include/winnt.h, include/winreg.h, dlls/advapi32/Makefile.in, dlls/advapi32/registry.c, dlls/shell32/shell.spec, if1632/kernel.spec:
6934 Changed to use new server-side registry support.
6936 * include/server.h, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.h, server/trace.c, server/unicode.h:
6937 Added registry support to the server.
6939 * tools/make_requests:
6940 Differentiate tracing functions between request and reply.
6941 Added possibility to have dumping functions for specific types.
6943 Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
6945 * include/server.h, scheduler/client.c:
6946 Added server_call_noerr function that avoids touching the last error.
6948 * include/winerror.h: Added a few registry error codes.
6950 * graphics/x11drv/xfont.c, objects/font.c:
6951 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6952 Removed some unaligned accesses.
6954 * dlls/commdlg/filedlg95.c:
6955 Juergen Schmied <juergen.schmied@debitel.net>
6956 - the fodInfos were used before initialized
6957 - lpTemplateName can be a resource id
6958 - if lpTemplateName is a string don't free the original one
6960 * win32/console.c, win32/kernel32.c, windows/x11drv/main.c, loader/ne/convert.c, loader/ne/module.c, misc/cpu.c, msdos/ioports.c, ole/guid.c, programs/notepad/main.c, scheduler/critsection.c, scheduler/process.c, server/socket.c, tools/wrc/newstruc.c, dlls/winmm/mci.c, graphics/ddraw.c, graphics/x11drv/graphics.c, loader/loadorder.c, loader/main.c, loader/task.c, debugger/dbgmain.c, debugger/editline.c, debugger/source.c, debugger/stabs.c, debugger/types.c, dlls/icmp/icmp_main.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c, dlls/wing/wing_main.c:
6961 Niels Kristian Bech Jensen <nkbj@image.dk>
6962 Removed extra #include statements.
6965 Fixed MoveFileExA behavior when target file does not exist.
6967 * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
6968 Gustavo Junior Alves <twinfo@bestway.com.br>
6969 Added Portuguese language support.
6971 * dlls/comctl32/monthcal.c, include/monthcal.h:
6972 Chris Morgan <cmorgan@wpi.edu>
6973 James Abbatiello <abbeyj@wpi.edu>
6974 Implemented current day circling. Fixed many bugs in the month
6975 calender control including control spacing and alignment. Fixed
6976 defines monthcal.h. Optimized control drawing and removed many
6977 extranious redraws. Improved control behavior. Fixed inconsistent
6978 formatting in both .c and .h files.
6981 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6982 Flush current profile before using a newly opened one.
6984 * memory/selector.c:
6985 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6986 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
6988 * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
6989 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6990 Stub for GetFontData16.
6992 * windows/display.c, if1632/display.spec:
6993 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6994 Added some ordinals and GetDriverResourceID().
6996 * server/process.c, server/ptrace.c: Portability fixes.
6998 * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
7000 * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
7001 Fixed compile error.
7003 * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
7004 Implemented StartServiceCtrlDispatcherA according to DispatcherW.
7006 * Makefile.in: Make sure we clean dlls/ too.
7008 * dlls/advapi32/service.c:
7009 Michael McCormack <mccormac@aals27.alcatel.com.au>
7010 Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
7011 of QueryServiceStatus.
7013 * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
7016 * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
7017 Error reporting fix.
7019 * tools/bug_report.pl:
7020 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7021 Changed default relay line number from 100 to 200.
7023 * dlls/comctl32/toolbar.c, include/commctrl.h:
7024 Eric Pouech <Eric.Pouech@wanadoo.fr>
7025 Added undocumented feature to InsertButtonA.
7026 Added dropdown button support.
7028 * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7029 Fixed play back of uncompressed AVI file.
7030 Fixed exiting conditions.
7032 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7033 Fixed a crash in IDirectDrawSurface:BltFast.
7035 * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
7036 Eric Pouech <Eric.Pouech@wanadoo.fr>
7037 Fixed forwarding and handling messages directed to the mappers.
7039 * loader/ne/module.c, loader/ne/segment.c, include/module.h:
7040 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7041 Simplified hInstance creation/handling.
7042 Fixes problems with self-loaders creating DGROUP themselves.
7044 * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
7045 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7046 Add stubs for Get/SetLayout().
7048 * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
7049 Jim Aston <jima@corel.ca>
7050 Added stub for StgSetTimes.
7052 * dlls/shell32/shlmenu.c:
7053 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7054 SHFind_InitMenuPopup is supposed to return a pointer.
7056 * dlls/icmp/icmp_main.c:
7057 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7058 u_int[16|32]_t might not be defined.
7060 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7061 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
7062 set to LPSTR_TEXTCALLBACK.
7063 - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
7065 ----------------------------------------------------------------
7066 Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
7068 * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
7070 * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7071 Fixed hash function.
7073 Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
7075 * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7076 The adwInfo[0] field was no longer used on mmioOpen (may contain file
7079 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
7080 Eric Pouech <Eric.Pouech@wanadoo.fr>
7081 Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
7082 FreePropVariantArray.
7084 * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7085 Removed suicide code when playback thread's father dies.
7087 * dlls/shell32/pidl.c, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
7088 Juergen Schmied <juergen.schmied@metronet.de>
7089 - the colums in the shellview are now created depending on the
7090 attributes of the folder object shown
7091 - get all attributes from the shellfolder instead directly from the idlist
7092 - header fields localized (only engl. and german till now)
7095 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
7096 Juergen Schmied <juergen.schmied@metronet.de>
7097 - corrected control positions
7098 - use the icons from comctl32 for the buttons
7100 * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
7101 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7102 Bugfix: relay/snoop debugging was broken by last patch ...
7104 * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
7105 Moved ptrace support to ptrace.c. Tried to improve portability.
7107 * server/debugger.c: Bug fixes.
7109 * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7110 Fixed some unresolved externals on non-Intel archs.
7112 * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
7113 Added missing WINAPI attribute to two forward declarations.
7115 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
7116 Removed leftover #undefs.
7118 * dlls/winmm/mcicda/mcicda.c:
7119 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7120 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
7122 * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
7123 Work around glibc bug, that does not handle latin-1 umlauts.
7125 Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
7127 * loader/ne/module.c, memory/selector.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c, if1632/kernel.spec, include/ntddk.h, include/wine/exception.h, loader/dos/dosvm.c:
7128 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7129 Adapted to new register function handling.
7131 * tools/build.c, include/stackframe.h, include/winnt.h:
7132 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7133 Modified Win32 register function handling.
7135 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
7136 Francois Gouget <fgouget@psn.net>
7137 Use BSD headers for ICMP portability.
7139 * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
7140 Juergen Schmied <juergen.schmied@debitel.net>
7141 - inserted markers for the bin2res tool
7142 - reformated hexdump in shres.rc
7144 * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
7145 Juergen Schmied <juergen.schmied@debitel.net>
7146 New tool to convert the binary resources in *.rc files (hexdumps) from
7149 * include/wine/port.h, misc/port.c, misc/winsock.c, misc/winsock_async.c, scheduler/sysdeps.c, configure, configure.in, files/drive.c, include/config.h.in:
7150 Patrik Stridvall <ps@leissner.se>
7151 Added better missing function emulation.
7153 * include/debugger.h, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/hash.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stack.c:
7154 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7155 Made debugger compile and marginally work on non-Intel archs.
7157 * dlls/ntdll/exception.c, include/winnt.h:
7158 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7159 Moved GET_IP macro to winnt.h
7161 * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
7162 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7163 Move PostScript driver docs to documentation/ . Add instructions on
7164 how to use regapi to get information into the registry. Supply sample
7167 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
7168 Klaas van Gend <klaas@vangend.demon.nl>
7169 Implemented the PrintSetup dialog box for the PrintDlgA.
7171 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
7172 Added validations for page index before using it.
7174 * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
7175 - fixed the index of the item chosen in the filter combo box
7176 - added support for the OFN_OVERWRITEPROMPT flag
7177 - fixed positioning of controls in the user-defined templates
7179 * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
7180 Added support for WriteProcessMemory through the server.
7182 * server/mapping.c, server/object.h: Added get_page_size function.
7184 Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
7186 * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
7187 Added support for ReadProcessMemory through the server.
7189 * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
7190 Added support for CREATE_SUSPENDED flag in CreateProcess.
7192 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
7193 Implemented VWin32 VxDCall mechanism and 2 calls.
7195 * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
7196 Fixed joystick scaling.
7198 * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc, dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
7199 Gustavo Junior Alves <twinfo@bestway.com.br>
7200 Use constants IDOK and IDCANCEL in .rc files.
7202 * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7203 Portability fix: renamed PTRACE_* into PT_*.
7205 * relay32/kernel32.spec, win32/device.c:
7206 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7207 Allow for buggy apps that call the wrong VxDCall routine.
7209 * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
7210 Complete stub for RasEnumEntries by saying we have 0 entries.
7212 * include/debugstr.h, misc/debugstr.c:
7213 Jeremy White <jwhite@codeweavers.com>
7214 Add debugstr_hex_dump to allow display hex dumps of data in any
7218 Added use_ptrace flag to disable ptrace usage. Should eventually be
7219 made into an option.
7221 * dlls/commdlg/cdlg.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/rsrc.rc, dlls/shell32/shlview.c, include/dlgs.h, include/wine/obj_shellview.h:
7222 Juergen Schmied <juergen.schmied@debitel.net>
7223 Made the buttons in the filedlg change when selecting a different
7224 view type by the context menu, cleanup.
7226 * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
7227 Julio Cesar Gazquez <jgazquez@dld.net>
7228 Added Spanish (pure Castillan) MM error string translation.
7230 * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
7231 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7232 Added signal handling for SPARC / Solaris.
7234 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7235 Comment out explicit call to SHELL_SaveRegistry since winelib programs
7236 now exit properly. Change several NULLs to '\0's. Fix some spelling.
7238 * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
7239 Fixed XShm completion event leak.
7241 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7242 Fixed recursion count while calling midiStream(Pause|Restart).
7244 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7245 Fix save_check_tainted to properly scan the tree so that all tainted
7248 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
7249 Bernd Paysan <bernd.paysan@gmx.de>
7250 Added a stub for setjmp.
7252 Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
7255 Don't crash when we get a SIGCHLD for a removed thread.
7257 * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
7258 Solaris compile fixes.
7260 * dlls/ntdll/exception.c, include/winnt.h:
7261 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7262 (Preliminary) CONTEXT structure for SPARC added.
7264 * include/process.h, loader/module.c, scheduler/debugger.c:
7265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7266 Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
7268 * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7269 When decommitting, remap zero pages using MAP_FIXED.
7271 * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
7272 CoGetClassObject should complain about not being able to do
7273 out-of-process servers *only* if the application doesn't include the
7276 * misc/version.c, controls/edit.c, include/winversion.h:
7277 Rein Klazes <rklazes@casema.net>
7278 Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
7279 disabled edit control if the application expects a windows version
7280 before WIN95 and NT40.
7282 * include/winbase.h, relay32/kernel32.spec, files/file.c:
7283 Moshe Vainer <moshev@easybase.com>
7284 Stub for GetOverlappedResult.
7286 * relay32/builtin32.c, tools/build.c, include/module.h, include/pe_image.h, loader/dos/module.c, loader/main.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
7287 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7288 Determine expected_version of PE buddies from the SubsystemVersion.
7290 * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
7291 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7292 Bugfix: Exception handlers are *not* WINAPI.
7294 Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
7296 * server/process.c, server/select.c, server/thread.c, server/thread.h:
7297 Preliminary ptrace support.
7300 Remap zero-pages when decomitting a page range (based on a patch by
7303 * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
7304 Install the wine server in $(bindir) and exec it from there.
7306 Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
7308 * server/debugger.c:
7309 Do not free the handles once they have been sent to the client (thanks
7312 * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7313 Fixed crash when asked to use strings identified by resource id
7316 * windows/dce.c: Jim Aston <jima@corel.ca>
7317 When window class has CS_CLASSDC style we should not remove the DC
7318 when destroying the window.
7320 * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
7321 Patrik Stridvall <ps@leissner.se>
7324 * tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm, tools/winapi_check/win32api.dat, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
7325 Patrik Stridvall <ps@leissner.se>
7326 Minor fixes and reorganizations.
7328 * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
7329 Patrik Stridvall <ps@leissner.se>
7330 Removed obsolete files no longer in use.
7332 * tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c, graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, include/x11drv.h:
7333 Ove Kaaven <ovek@arcticnet.no>
7334 DirectX-XShm now waits for the X server to finish the previous frame
7335 before sending another frame down its pipe, avoiding the X server
7336 overload and resulting slowness that used to be.
7338 * dlls/comctl32/toolbar.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h, include/dlgs.h:
7339 Juergen Schmied <juergen.schmied@debitel.net>
7340 - unified templates for the open and the save dlg
7341 - replaced buttons with a toolbar
7343 * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
7344 Juergen Schmied <juergen.schmied@debitel.net>
7345 - new interface declaration for IShellfolder2
7346 - added this interface to all shell folders
7347 - small fixes to shellview (crash with native comdlg32)
7349 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
7350 Fixed the relocation hack in PE_InitTls. Added some more for the other
7351 pointerfields in the TLS entry. (With testing help from Jussi
7352 Jumppanen <jussij@zeusedit.com>).
7354 * relay32/user32.spec, windows/user.c, include/winuser.h:
7355 Marcus Meissner <marcus@jet.franken.de>
7356 Added ChangeDisplaySettingsExA stub and some flag defines.
7358 * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
7359 Added the hex triplets to the console color definitions.
7361 * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, include/input.h, include/message.h, include/mouse.h, include/ttydrv.h, include/x11drv.h, objects/cursoricon.c, windows/dinput.c, windows/event.c, windows/input.c, windows/mouse.c, windows/winpos.c:
7362 Lionel Ulmer <lionel.ulmer@free.fr>
7363 Added the possibility to have mouse movements reported relative to
7364 Wine's mouse driver.
7366 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/icmp/.cvsignore, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/icmp/icmp_main.c, include/debugdefs.h, include/wine/icmpapi.h, include/wine/ipexport.h, loader/loadorder.c, relay32/builtin32.c, wine.ini:
7367 Francois Gouget <fgouget@psn.net>
7368 Added ICMP DLL implementation.
7370 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
7371 Juergen.Schmied@debitel.net
7372 - Bugfix: Styles were evaluated as expressions. The NOT in combination
7373 with style flags was not overwriting the default styles like WS_VISIBLE.
7374 Solved by introducing own rules for parsing styles.
7376 * controls/combo.c: Jim Aston <jima@corel.ca>
7377 Fixed the height of the ComboBox drop list.
7379 * windows/dialog.c: David Grant <davidgra@corel.ca>
7380 Windows sends WM_GETDLGCODE only in response to keyboard messages
7381 (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
7383 * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
7384 - Added missing __attribute__ ((com_interface)) for IUnknown with.
7385 ICOM_USE_COM_INTERFACE_ATTRIBUTE
7386 - Small addition to comments surrounding
7387 ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
7389 * ole/ole2nls.c, if1632/ole2nls.spec:
7390 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7391 Implementation of RegisterNLSInfoChanged.
7393 * scheduler/critsection.c, windows/queue.c, memory/heap.c:
7394 James Abbatiello <abbeyj@wpi.edu>
7395 Addresses issues with multiple processes accessing non-global critical
7398 * server/sock.c: Jeremy White <jwhite@codeweavers.com>
7399 Fixed bug in WINSOCK_accept when no event is present.
7401 * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
7402 Rein Klazes <rklazes@casema.net>
7403 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
7405 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
7406 Ulrich Czekalla <ulrichc@corel.ca>
7407 Implementation of custom dialog messages and notifications.
7409 * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
7410 - Proper initialization of cchTextMax field was added for
7411 TVN_GETDISPINFO notification message.
7412 - TVM_SETITEM should update 'mask' field to synchronize it with
7415 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7416 If PageSize/InputSlot entry doesn't contain an options translation
7417 string use the option name instead.
7419 * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7420 Fixed SetTitleA when string resources were to be loaded.
7422 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
7423 - Fixed an error for scrolling in Listview (sometimes a column would
7424 not be visible) due to my last checkin.
7425 - Fixed an error for the header control when the Listview is resized with WM_SIZE
7426 - Fixed the scrolling for small and large icon (this broke because of
7427 the use of SB_PAGE in scrollInfo)
7428 - Added a patch made by Noomen Hamza to update the item width when
7431 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
7432 Handle socket creation errors.
7434 * controls/menu.c: Karl Lessard <karll@corel.com>
7435 When a popupmenu is currently active on the screen, it shouldn't
7436 remove mouse click messages that don't belong to it from the queue.
7438 * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
7439 Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
7440 sockets to it (otherwise windows stay around when wine hangs).
7442 Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
7444 * loader/main.c: Fixed -debugmsg +server.
7446 * scheduler/handle.c:
7447 Added special handling for the stdio handles in CloseHandle.
7450 Made all handles multiple of 4. Fixed semantics for pseudo-handles.
7452 * server/debugger.c:
7453 Free the handles of the event structure in the right process (thanks
7456 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h:
7457 Peter Hunnisett <hunnise@nortelnetworks.com>
7458 - Added dplayx LibMain for initialization of all dplayx 'global' data
7459 - Added start for global data manipulation
7461 - Added some missing header file definitions
7462 - Added the ansi versions of dplay and dplobby
7463 - Fixed invalid macro for IDirectPlay4
7464 - Cleaned up compiler warnings
7465 - More implementation, bug fixes and critical region protection
7467 * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
7468 Never send a WM_CLOSE message to a popup window.
7470 * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
7471 Check if the window is managed before trying to give it focus.
7473 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
7474 Enhanced linux joystick api detection slightly.
7476 * windows/x11drv/keyboard.c:
7477 Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
7478 Added Polish keyboard support.
7480 * graphics/win16drv/prtdrv.c:
7481 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7482 Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
7484 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7485 Add `Cassette' to PPD -> windows printer-bin mapping.
7487 * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
7488 Modified lstrcpynWtoA to put terminating null at end of string, not
7491 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
7492 Removed duplicate macro definitions for the IStorage and IStream COM
7495 * windows/defwnd.c: Karl Lessard <karll@corel.com>
7496 Fixed COLOR_MAX definition for new Win32 values.
7498 * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
7499 Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
7501 * dlls/comctl32/listview.c, include/listview.h:
7502 Ulrich Czekalla <ulrichc@corel.ca>
7503 Set proper item focus on DeleteItem.
7504 Clean up edit label implementation.
7506 * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
7507 Fixed a long standing (and annoying) typo, that prevented
7508 GetDiskFreeSpaceA from working...
7510 * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7511 Enable safe reading of registry file, even if file is broken.
7513 * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
7514 Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
7516 ----------------------------------------------------------------
7517 Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
7519 * scheduler/client.c: Set close-on-exec flag on server socket.
7521 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
7522 Added explanation on creating a new DLL.
7524 * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
7525 Better version autodetection.
7527 * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
7528 Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
7530 * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
7531 Fail when LPRECT contains negative values.
7533 * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
7534 On ConfigureNotify, find the first visible window above the current one.
7536 * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
7537 Corrected operand sizes for the "enter" instruction.
7539 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
7540 PSM_ADDPAGE returns TRUE or FALSE.
7542 * dlls/msacm32/builtin.c, dlls/msacm32/Makefile.in, dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm32/wineacm.h, include/msacm.h:
7543 Eric Pouech <Eric.Pouech@wanadoo.fr>
7544 Made msacm32 really load ACM drivers.
7546 * graphics/painting.c: Jim Aston <jima@corel.ca>
7547 Prevent FillRgn from using a NULL pointer.
7549 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7550 Fixed a few problems with RegEnumKey*.
7552 * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
7553 Implementation of user defined templates.
7555 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
7556 IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
7558 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
7559 Do not clear the drawing area for etched static controls.
7560 Replaced our own drawing stuff in etched static controls by DrawEdge.
7562 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
7563 In report view mode of the listview control, implemented the
7564 horizontal scrollbar functionality.
7566 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
7567 Fixed a small bug in the behavior of maximized MDI children.
7569 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7570 Rewrite of EnumPrinters.
7572 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
7573 Fill in the hwndFrom field of the NMHDR structure when sending
7576 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7577 When reading a profile entry remove trailing quote when there's an
7580 * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
7581 Return correct height and width for stock fonts in GetObject.
7583 * programs/avitools/aviplay.c: Compile fix.
7585 * programs/wcmd/.cvsignore: Added wmcdrc.h
7587 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
7588 Added support for the addition and removal of custom I/O preocedures.
7590 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
7591 Abey George<abey@macadamian.com>
7592 Implemented ProgIDFromCLSID.
7594 * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
7595 Thuy Nguyen <thuy@macadamian.com>
7596 Wizard mode property sheets have a tab control.
7598 * loader/loadorder.c, relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.c, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wavemap/wavemap.c, wine.ini:
7599 Eric Pouech <Eric.Pouech@wanadoo.fr>
7600 Added built-in msacm.drv and midimap.drv drivers.
7602 * tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
7603 Patrik Stridvall <ps@leissner.se>
7604 - Minor fixes and reorganizations.
7605 - Added checks for documentation inconsistencies.
7607 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, misc/port.c, misc/winsock.c, misc/winsock_async.c, dlls/winmm/joystick.c:
7608 Patrik Stridvall <ps@leissner.se>
7609 Added missing configuration #if:s and #includes:s.
7611 * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
7612 Patrik Stridvall <ps@leissner.se>
7613 Fixed documentation.
7615 * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
7616 Solaris make doesn't like unnecessary \.
7618 * programs/avitools/aviplay.c, windows/dinput.c, dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/if_macros.h, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3d_private.h, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
7619 Francois Gouget <fgouget@psn.net>
7620 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
7622 * windows/win.c, windows/x11drv/wineclipsrv.c:
7623 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7624 Fixed a couple of compiler warnings.
7626 * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
7627 A crash would occur if the file type in report mode was empty.
7629 * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
7630 Changed the initialisation of the KeyState array.
7632 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7633 Better handling of newlines in FormatMessage*.
7635 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7636 Fix (some) bad behavior with buffer underrun.
7638 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7639 Fixed PlaySound proc for non PCM content.
7641 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
7642 - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
7643 - Treeview: colors returned by TVM_GET**COLOR are mixed up.
7645 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
7646 Clicking the combo box would cause a crash if it was empty.
7648 * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
7649 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7650 It appears that StartDoc sends the STARTDOC escape with the DOCINFO
7651 structure pointed to with the output data parameter.
7653 * graphics/fontengine.c, if1632/gdi.spec:
7654 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7655 Stub for EngineRealizeFontExt (used by the win98 pscript driver).
7657 * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
7658 Selected button within tab control will be painted with the right
7661 * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
7662 Do not send two PSN_KILLACTIVE messages.
7664 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
7665 ini variables do not like ; comments after them (they are not shell
7666 scripts). Fixed a typo in one of the names.
7668 Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
7670 * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
7671 Francois Gouget <fgouget@psn.net>
7672 Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
7673 a COM interface one never has to name the lpVtbl field explicitly.
7675 * dlls/oleaut32/ole2disp.c:
7676 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7677 SysAllocStringLen16 needs to handle NULL pointers, too.
7680 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7683 * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
7684 Fixed small typos and slightly outdated comments.
7686 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
7687 Ian Schmidt <ischmidt@cfl.rr.com>
7688 Partial implementation of the Shell32 call Win32DeleteFile(), required
7691 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, Make.rules.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in:
7692 Added dependency on winestub.o
7694 Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
7696 * windows/dinput.c, tools/build.c, tools/fnt2bdf.c, win32/console.c, win32/device.c, win32/file.c, win32/process.c, relay32/snoop.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/sock.c, server/socket.c, msdos/int21.c, objects/gdiobj.c, include/config.h.in, loader/dos/dosmod.c, loader/dos/dosvm.c, loader/dos/module.c, loader/pe_image.c, memory/ldt.c, dlls/wnaspi32/winaspi32.c, files/directory.c, files/dos_fs.c, graphics/ddraw.c, graphics/x11drv/dib.c, dlls/ole32/compobj.c, dlls/oleaut32/variant.c, dlls/winaspi/winaspi16.c, configure.in, debugger/stabs.c, dlls/crtdll/crtdll_main.c, configure:
7697 Patrik Stridvall <ps@leissner.se>
7698 - Added missing configuration #if:s and #includes:s.
7699 - Minor configuration related changes.
7701 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
7702 Made LoadHomeRegistryFiles default to TRUE.
7704 * include/authors.h, include/comm.h, include/datetime.h, include/monthcal.h, include/netspi.h, include/ntsecapi.h, include/psdrv.h, include/wine/obj_connection.h, include/wine/obj_oleundo.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/winnet16.h, include/winspool.h, include/xmalloc.h, tools/make_authors:
7705 Patrik Stridvall <ps@leissner.se>
7706 Made the include files self-sufficient.
7708 * tools/winapi_check/*:
7709 Patrik Stridvall <ps@leissner.se>
7710 - Fixed the long long problem.
7711 - Added configure include consistancy checking.
7712 - Added progress indicator.
7713 - Began splitting up the win16api.dat and win32api.dat files.
7714 - Added various minor checks.
7717 * relay32/kernel32.spec, relay32/user32.spec, dlls/shell32/shell32.spec, dlls/shell32/shlwapi.spec, dlls/win32s/w32skrnl.spec, dlls/winspool/winspool.spec, dlls/wnaspi32/wnaspi32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/psapi/psapi.spec, dlls/avifil32/avifil32.spec, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
7718 Patrik Stridvall <ps@leissner.se>
7719 Added spec file declarations for already implemented functions.
7721 * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
7722 Patrik Stridvall <ps@leissner.se>
7723 Added Win16 variants of existing Win32 functions.
7725 * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
7726 Solaris compile fix.
7728 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
7729 Remove prefixing by a tilde for GetTempFileName 32bits.
7731 * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
7732 Added missing include.
7734 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7735 Warn users to use -the -desktop option together with the native user DLLs.
7737 * loader/resource.c:
7738 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7739 Return the size of the needed resource when buffer is NULL for LoadString().
7741 * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
7742 Francis Beaudet <francis@macadamian.com>
7743 Enabled the persistent clipboard server.
7745 * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
7746 Improved registry isolation possibilities.
7749 Eric Pouech <Eric.Pouech@wanadoo.fr>
7750 Split the multimedia/ directory into dlls/ subdirectories.
7752 * multimedia/winmm.rc, multimedia/winmm_Pt.rc, programs/clock/ChangeLog, programs/clock/Pt.rc, programs/notepad/ChangeLog, programs/notepad/Fr.rc, programs/notepad/Pt.rc, programs/notepad/Wa.rc, programs/progman/.cvsignore, programs/progman/ChangeLog, programs/progman/Pt.rc, programs/winhelp/.cvsignore:
7753 Gustavo Junior Alves <alves@correionet.com.br>
7754 More Portuguese language support.
7756 * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
7757 Fixed top-down DIB handling in StretchDIBits32().
7759 * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
7760 Added macro definitions for memory allocation.
7762 * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
7763 Ulrich Czekalla <ulrichc@corel.ca>
7764 Make sure that all calls use the extended structures which are a
7765 superset of the regular structures.
7767 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
7768 Added the functionality of the thumb track.
7770 * windows/focus.c: Adrian Thurston <adriant@corel.com>
7771 Do not set focus to a disabled window.
7773 * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
7774 Fixed an entry in the keyboard translation table for Ctrl-Break.
7776 * include/debugdefs.h, scheduler/debugger.c:
7777 Ulrich Czekalla <ulrichc@corel.ca>
7778 New channel 'debugstr' used to print OutputDebugString API calls.
7780 * windows/nonclient.c, windows/x11drv/event.c:
7781 Noomen Hamza <noomen@macadamian.com>
7782 Popup windows will be hidden when we minimize a main frame or shown
7783 when we maximize or restore a minimized main frame.
7785 Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
7787 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
7788 PropertySheet didn't destroy page dialog's window while removing page.
7790 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
7791 Update the item width upon a new column in the header control.
7793 * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
7794 Reorder parameters to fix position of base reg relative to exception
7797 * documentation/Makefile.in: Fixed typo.
7800 Francois Gouget <fgouget@psn.net>
7801 Define the COM macros even in C++.
7803 * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
7804 Fixed loop with WM_SYSCHAR.
7806 * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
7807 Fixed tooltips positioning.
7809 * graphics/x11drv/dib.c: Re-applied lost change.
7811 * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7812 Ignore wrong hInstance.
7814 * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
7815 Robert 'Admiral' Coeyman <admiral@corner.net>
7816 Report non-hercules video. Turned on int 2a.
7818 * include/file.h, include/winbase.h, loader/module.c, files/file.c:
7819 Jim Aston <jima@corel.ca>
7820 Fixed compiling with STRICT.
7822 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
7823 Proper resource support for dialog title.
7825 * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
7826 Fixed some wrong defines.
7828 * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
7829 Copy bitmaps properly.
7831 * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
7832 Eric Pouech <Eric.Pouech@wanadoo.fr>
7833 Allow loading of modules debug information after first invocation of
7836 * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
7837 Jim Aston <jima@corel.ca>
7840 * include/listview.h, dlls/comctl32/listview.c:
7841 Ulrich Czekalla <ulrichc@corel.ca>
7842 Implementation of edit labels.
7844 * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
7845 Ove Kaaven <ovek@arcticnet.no>
7846 Fixed some anonymous union accesses.
7848 * controls/listbox.c: Abey George <abey@macadamian.com>
7849 Draw the item text from the top of the item rect.
7851 * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
7852 Pierre Mageau <pierre@macadamian.com>
7853 Fixed the ascending and descending sort order for the File Dialog.
7855 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
7856 - adds calling application defined callback function once PropertSheet
7857 Dialogbox has been initialized just after creating the tab control
7858 - handle the case when pszCaption specifies a resource instead of a string
7860 * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
7861 Juergen Schmied <juergen.schmied@metronet.de>
7862 - removed all unnecessary "winapi" from internal _IL* functions
7863 - better parameter checking for shellfolder
7864 - removed dead code from shv_bg_contextmenu
7866 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
7867 Jim Aston <jima@corel.ca>
7868 Added another anonymous union using the DUMMYUNIONNAME style.
7870 * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
7871 Properly copy text into user supplied buffer.
7873 * misc/winsock.c, relay32/wsock32.spec, server/object.h, server/sock.c, if1632/winsock.spec, include/task.h, include/winsock.h, loader/main.c, loader/task.c, misc/main.c:
7874 Ove Kaaven <ovek@arcticnet.no>
7875 Winsock rewrite. Sockets are now proper win32 handles.
7876 Internal structures are now really internal.
7878 * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
7879 Tab control doesn't refresh tab area on TCM_SETCURSEL.
7881 * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
7882 Ulrich Czekalla <ulrichc@corel.ca>
7883 Implemented StrRChrA.
7885 * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
7886 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7887 Bugfix: Perform proper process shutdown on 'quit' and error.
7889 * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
7890 Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
7892 * include/winuser.h: Jim Aston <jima@corel.ca>
7895 * windows/dialog.c: Adrian Thurston <adriant@corel.com>
7896 Protect against wrong return value from WM_INITDIALOG.
7898 * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
7899 Removed an illegal character.
7901 * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
7902 Now inits the policy cache when shell32 is first instantiated.
7903 Matches Windoze behavior.
7905 * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
7906 Ian Schmidt <ischmidt@cfl.rr.com>
7907 Real implementation of SHRestricted(), clarified SHInitRestricted()'s
7908 role a little, added policy data table.
7910 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
7911 Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
7913 * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
7914 Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
7916 * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
7917 The property sheet dialog needs flag WS_VISIBLE.
7919 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
7920 Set the default view button to List in the FileDialog.
7922 * loader/ne/module.c:
7923 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7924 Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
7926 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7927 Fixed potential crash in string variable printing.
7929 * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7930 Added WM_GETFONT support.
7932 * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
7933 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7934 Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
7936 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7937 Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
7938 mmioDescend offset and alignment issues).
7940 * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
7941 We are supposed to delete the palette object with the DeleteObject
7944 * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
7945 Listview items will be drawn with the right item dimensions.
7947 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
7948 Some small corrections to the ExtTextOut function.
7950 * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
7951 Make sure that the drop effect of a DnD operation is set to
7952 DROPEFFECT_NONE if the user cancelled the operation.
7954 * dlls/comctl32/animate.c, include/animate.h:
7955 Eric Pouech <Eric.Pouech@wanadoo.fr>
7956 First working version.
7958 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7959 Added the mute capability to most control lines.
7961 * windows/win.c: Rein Klazes <rklazes@casema.net>
7962 Use the module handle, if CreateWindowEx is called with
7965 * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
7966 Added missing prototypes for StrRetToBuf(A|W).
7968 Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
7970 * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
7973 * objects/dib.c: Backed out previous change (breaks with metafiles).
7975 * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
7976 Ove Kaaven <ovek@arcticnet.no>
7977 Added socket interface to wineserver.
7979 * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
7980 Eric Pouech <Eric.Pouech@wanadoo.fr>
7981 Correct filename for kernel module is KRNL386.EXE.
7983 * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
7984 Eric Pouech <Eric.Pouech@wanadoo.fr>
7985 Added missing (and now required) filename directive.
7987 * tools/build.c, include/builtin32.h:
7988 Eric Pouech <Eric.Pouech@wanadoo.fr>
7989 Added filename to 32 bit builtin module descriptors.
7991 * if1632/builtin.c, relay32/builtin32.c:
7992 Eric Pouech <Eric.Pouech@wanadoo.fr>
7993 Fix loading of modules: now search key is module's filename, not
7996 * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
7997 Pierre Mageau <pierre@macadamian.com>
7998 When an error occurred in a property sheet because of invalid data,
7999 clicking on another tab, would activate the new tab but keep the
8000 original property sheet.
8002 * dlls/comctl32/listview.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
8003 Juergen Schmied <juergen.schmied@metronet.de>
8004 - implemented sorting the listview by clicking on the column header
8005 - implemented the context menu entrys for sorting
8006 - some more functions to gather data form pidls
8008 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
8009 Juergen Schmied <juergen.schmied@metronet.de>
8010 Removed linking by GetProcAddress for StrRetToBuf sinc not all
8011 versions of shlwapi exporting this function.
8013 * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
8014 James Abbatiello <abbeyj@wpi.edu>
8015 Removes extraneous comparison of data pointed to by the relocation
8016 offset when no relocation entries exist.
8018 * if1632/wprocs.spec, loader/ne/module.c:
8019 Marcus Meissner <Marcus.Meissner@lst.de>
8020 WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
8021 BLINKER selfextracting executables).
8023 * windows/dialog.c: Abey George <abey@macadamian.com>
8024 Changed EndDialog to behave like as in Windows.
8025 Call SetWindowPos instead of ShowWindow in EndDialog.
8027 * windows/winpos.c: Abey George <abey@macadamian.com>
8028 Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
8029 Code for activating and setting focus to other windows when a window
8030 is hidden, is moved to ShowWindow from SetWindowPos.
8031 Activate the top level window if it's not active in ShowWindow(SW_SHOW).
8033 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8034 Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
8036 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8037 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
8038 dimensions are equal).
8040 * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
8041 Gustavo Junior Alves <alves@correionet.com.br>
8042 Added Portuguese language support.
8044 * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
8045 Francois Gouget <fgouget@psn.net>
8046 Use the COM macros rather than directly accessing the lpvtbl field.
8048 * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
8049 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8050 Use LoadString16 for FormatMessage16 and handle
8051 FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
8053 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
8054 Some adjustments to ExtTextOut.
8056 * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
8057 Stephane Lussier <stephane@macadamian.com>
8058 Fixed the clipping for the postscript driver and turned it on (by setting
8059 PSDRV_SetDeviceClipping in the function table).
8061 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8062 Account for the trailing NULL in GetLogicalDriveStringsA.
8064 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
8065 Fixed a typo in a function declaration.
8067 * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
8068 Added Hungarian keyboard support.
8070 * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
8071 We have to activate MDI child windows.
8073 * dlls/commdlg/filedlg.c:
8074 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8075 Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
8078 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
8079 Correct usage of a scratch array in X11DRV_PolyBezier.
8081 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
8082 Make WM_GETTEXTLENGTH return length for dropdownlist combos.
8084 * controls/button.c: Francois Boisvert <francois@macadamian.com>
8085 Removed FillRect in the ownerdrawn button procedure.
8087 * windows/x11drv/event.c: Abey George <abey@macadamian.com>
8088 Make sure the Focus Out window is still the Foreground window before
8089 doing SetForegroundWindow(0) in Event_FocusOut.
8091 * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
8092 James Abbatiello <abbeyj@wpi.edu>
8093 Fixes problems with color drift when switching to/from
8094 logical/physical colors.
8096 * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
8097 Mouse position is signed.
8099 * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
8100 Set the COLOR_3DLIGHT system color to the right window default value.
8102 * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8103 Small hack to check if we need to relocate the TLS directory or not
8104 (some seem to need this pointer relocateable, some already do relocate
8107 * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
8108 Relink subdirectory objects on Makefile.in/Make.rules.in change.
8110 * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
8111 Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
8113 * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
8114 Don't ref NULL ptrs in debug.
8116 * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
8117 If the joydevice is not present, do not create a DirectInputDevice.
8119 * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
8120 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8121 Map PrintDlg16 to PrintDlgA.
8123 * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
8126 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
8127 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
8130 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
8131 Prevent self referencing next pointer during insert.
8133 * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
8134 Added some missing definitions.
8136 * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
8137 Klaas van Gend <klaas@vangend.demon.nl>
8138 Added Dutch to the languages supported by MCI.
8140 * documentation/status/internationalisation:
8141 Klaas van Gend <klaas@vangend.demon.nl>
8142 Updated status of internationalisation.
8144 * loader/pe_image.c:
8145 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8146 Bugfix: *Don't* resolve PE imports if asked not to ...
8148 * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8149 Bugfix: DdeNameService was broken.
8151 * loader/ne/module.c:
8152 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8153 Bugfix: When loading an executable module fails, don't perform module
8154 cleanup before the corresponding task is destroyed.
8156 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
8157 Klaas van Gend <klaas@vangend.demon.nl>
8158 Moved bitmap resource to language-independent resource file.
8160 * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8161 Added warning for future VERSION_GetVersion() (mis-)users and made
8162 OSVERSIONINFO warning more detailed.
8164 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
8165 Marcus Meissner <Marcus.Meissner@caldera.de>
8166 Added stubs for RevokeActiveObject, GetActiveObject, fixed
8167 RegisterActiveObject stub argtypes.
8169 * windows/x11drv/keyboard.c:
8170 Marcus Meissner <Marcus.Meissner@caldera.de>
8171 Added german keyboard layout with "nodeadkeys" option enabled (just to
8172 apostrophes are switched).
8174 * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
8175 Marcus Meissner <Marcus.Meissner@caldera.de>
8176 Stub for VideoCapDriverDescAndVer.
8178 * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8179 Replicate CreateDirectory() LastError workaround for the LFN part.
8181 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8182 Also escape characters >=0x80 within the wineregistry savefile.
8184 * dlls/wnaspi32/winaspi32.c:
8185 Marcus Meissner <Marcus.Meissner@caldera.de>
8186 Don't use malloc/free in winaspi32.
8188 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8189 Use 1 macro for rgbbitdepth -> byte determination.
8190 xshm/image creation now uses 1/8 of the space for every image.
8192 * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
8193 Replaced double ChangeDisplaySettingsA by (Ex)[AW].
8195 Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
8197 * if1632/builtin.c, loader/module.c, loader/ne/module.c:
8198 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8199 Bugfix: Don't call GetVersionExA too early, to avoid breaking
8200 automatic emulated Windows version detection.
8202 * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
8203 Rein Klazes <rklazes@casema.net>
8204 First implementation of LoadTypeLibEx().
8206 * if1632/mmsystem.spec, multimedia/mmsystem.c:
8207 Marcus Meissner <marcus@jet.franken.de>
8208 Added stub for WMMMIDIRUNONCE called by midimap.drv.
8210 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
8211 Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
8212 following WSACleanup will already free the structures.
8214 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
8215 Create DirectSound object even without sounddevice. Games can be
8216 played without sound, but not without DirectSound object (tested with
8219 * dlls/oledlg/oledlg.spec, include/ntddk.h, relay32/kernel32.spec, relay32/user32.spec, tools/build.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
8220 Patrik Stridvall <ps@leissner.se>
8221 Fixed some of the issues reported by winapi-check, by adding arguments
8224 * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
8225 Added ability to call winapi_check from the Makefiles.
8227 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
8228 Modification due to problems with winapi-check.
8230 * tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
8231 Patrik Stridvall <ps@leissner.se>
8232 - Adapted to changes in Wine.
8233 - Minor improvements.
8235 Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
8237 * server/event.c, server/object.h:
8238 Made event manipulation routines public.
8240 * dlls/Makefile.in, dlls/dplayx/.cvsignore, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c, dlls/dplayx/dplay.spec, dlls/dplayx/dplayx.spec, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h, multimedia/Makefile.in, multimedia/dplay.c, relay32/.cvsignore, relay32/dplay.spec, relay32/dplayx.spec, relay32/Makefile.in, Makefile.in, configure, configure.in:
8241 Peter Hunnisett <hunnise@nortelnetworks.com>
8242 - Moved dplay and dplayx to a proper home in the dlls directory.
8243 - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
8244 - Implemented a class factory for dplay and dplobby. COM interfaces
8245 now work for dp and dpl.
8246 - Added a few more entries to dplayx.spec files. How do you find the
8247 ordinals? I just guessed :(
8248 - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
8249 - Included some missing header file definitions.
8250 - Implemented the dplay dll in terms of the dplayx dll. I haven't
8251 tested it so it may not work...
8252 - A few bug fixes and a little new implementatioe.n
8253 - Updated document with a more detailed implementation plan.
8255 * windows/win.c: Noomen Hamza <noomen@macadamian.com>
8256 Rewrite the ShowOwnedPopups function with a safety algorithm.
8258 * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
8259 Make ExecFocusedItem return -1 on failure.
8261 * graphics/ddraw.c, multimedia/dsound.c:
8262 Peter Hunnisett <hunnise@nortelnetworks.com>
8263 - Changed return code for failure on *_DllGetClassObject to
8264 CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
8265 - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
8266 - Changed "return 0;" with S_OK or DS_OK as appropriate.
8268 * dlls/ntdll/signal_i386.c:
8269 Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
8271 * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8272 Remember the allocated string to free it.
8274 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
8275 Force recalculation of menu when calling InsertMenuItem.
8277 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
8278 Ian Schmidt <ischmidt@cfl.rr.com>
8279 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
8280 Explorer work better.
8282 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8283 Fixed typo in hDrv for sending message.
8285 Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
8287 * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
8288 Eric Pouech <Eric.Pouech@wanadoo.fr>
8289 Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
8292 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8293 Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
8295 Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
8297 * multimedia/mixer.c, multimedia/mmaux.c:
8298 Eric Pouech <Eric.Pouech@wanadoo.fr>
8299 Check for OSS driver presence and return error accordingly.
8301 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8302 Got rid of hack on MIDHDR's reserved field for 16/32 bit
8305 * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8306 Fixed crash with mapper loading.
8307 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
8310 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8311 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
8314 * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
8317 * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
8318 Fix integer based resource id assumption.
8319 Add support for string based type ids.
8321 * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
8322 Added some basic Winsock2 definitions.
8324 * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
8325 Added EXCEPT_EVENT to wineserver select loop.
8327 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
8328 Fix for VFAT_IOCTL_READDIR_BOTH.
8330 * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
8331 Small wing enhancement.
8333 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
8334 Return key should not be ignored in multiline edit even if
8335 ES_WANTRETURN flag isn't set.
8337 * include/gdi.h, objects/gdiobj.c:
8338 Francis Beaudet <francis@macadamian.com>
8339 DPtoLP needs to round the result.
8340 Fixed MulDiv to deal better with negative numbers.
8342 * windows/painting.c: Francis Beaudet <francis@macadamian.com>
8343 rcPaint has to be returned in logical coordinates but was intersected
8344 with a client rectangle in device coordinates.
8346 * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
8349 * files/drive.c: Abey George <abey@macadamian.com>
8350 Made GetCurrentDirectory return long name of the current directory.
8352 * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
8353 Use an extra bit in the button status byte to flag whether the
8354 DefButtonWndProc should process the WM_LBUTTONUP message.
8356 * scheduler/process.c, scheduler/sysdeps.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c, graphics/ddraw.c, include/sig_context.h, include/debugger.h, include/dosexe.h, include/miscemu.h, include/wine/exception.h, loader/signal.c, loader/Makefile.in, loader/main.c:
8357 Moved all signal support to a new platform-specific file.
8358 Make use of the per-thread signal stack (Juergen Lock).
8359 Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
8361 ----------------------------------------------------------------
8362 Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
8364 * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
8365 Noel Borthwick <noel@macadamian.com>
8366 Added clipboard server.
8368 * tools/Attic/winapi-check, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
8369 Patrik Stridvall <ps@leissner.se>
8370 Made a new improved version of winapi-check in perl.
8373 Implemented uppercasing functions (based on a patch by Robert
8376 * windows/user.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/stress/stress_main.c, if1632/dummy.c, include/stress.h, include/wine/wingdi16.h, misc/printdrv.c, windows/input.c:
8377 Patrik Stridvall <ps@leissner.se>
8378 Fixed some of the issues reported by winapi-check.
8380 * misc/comm.c: Patrik Stridvall <ps@leissner.se>
8381 Modification due to problems with winapi-check.
8383 * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
8384 WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
8385 closed after loosing the focus.
8387 * objects/dib.c: Francois Boisvert <francois@macadamian.com>
8388 CreateDIBitmap creates a monochrome bitmap only when the first color of the
8389 colormap is black followed by white. Otherwise it creates a color bitmap.
8391 * windows/defwnd.c, windows/nonclient.c:
8392 Noomen Hamza <noomen@macadamian.com>
8393 Non active window should be activated when it gets any
8394 client/non-client double/single left/medium/right mouse click(s).
8396 Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
8398 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8399 Added WINEOSS descriptor.
8401 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8402 MMSYSTEM_GetIData() now dies when no iData is present
8403 Better error recovery when the process attachment fails
8404 PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
8405 Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
8406 Makes use of new lolvldrv.c interfaces
8408 * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
8409 Eric Pouech <Eric.Pouech@wanadoo.fr>
8410 Added lolvldrv.c and oss.c.
8411 Thunks to 16 bit are now generated for the MMSYSTEM module.
8413 * configure.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.spec, Makefile.in, configure:
8414 Eric Pouech <Eric.Pouech@wanadoo.fr>
8415 Added dlls/winmm and dlls/winmm/wineoss directories.
8417 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8418 No longer checking for correct iData in code.
8420 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
8421 Added missing DriverCallBack function.
8423 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
8424 All headers (wave and midi functions) are now seen as segptr.
8425 Added stub for joyGetPosEx16().
8427 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8428 Added some missing defines.
8430 * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8431 Now using the same structs for low-level drivers as Windows do.
8433 * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
8434 Eric Pouech <Eric.Pouech@wanadoo.fr>
8435 Make it (almost) 32 bit only.
8436 Reflected creation of WINEOSS module.
8438 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8439 Make it (almost) 32 bit only.
8440 Reflected creation of WINEOSS module.
8441 No longer using ERR when no MIDI card is present.
8443 * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8444 Added stub for joyGetPosEx16().
8446 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8447 No longer checking for correct iData in code.
8448 Added look-up tables to command tables (speeds up queries).
8450 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8451 Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
8453 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8454 Now using modReset() instead of tweaking MIDI controls.
8456 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8457 Fixed returned type upon open.
8458 Fixed some bogus error checking.
8460 * multimedia/mcianim.c, multimedia/mciavi.c:
8461 Eric Pouech <Eric.Pouech@wanadoo.fr>
8462 Fixed returned type upon open.
8464 * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
8465 Do not set EH_NONCONTINUABLE.
8467 * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
8468 Morten Eriksen <mortene@sim.no>
8469 Added simple console mode example program which lists information
8470 about the version of Windows we're currently running on.
8472 * loader/module.c: Fixed memory allocation bug.
8474 * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
8475 Fix infinite loop with glastXFocusWindow.
8477 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
8478 Allow creation of empty imagelist.
8480 * objects/palette.c, relay32/gdi32.spec:
8481 Ian Schmidt <ischmidt@cfl.rr.com>
8482 Added partial implementation of GetICMProfileA, required by Paint Shop
8485 * controls/menu.c: Abey George <abey@macadamian.com>
8486 Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
8487 when TPM_NONOTIFY flag is set in TrackPopupMenu.
8489 * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
8490 getpeername() and getsockname() return errors in errno not h_errno.
8492 Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
8494 * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
8495 Patrik Stridvall <ps@leissner.se>
8496 Fixed ANSI C violations.
8498 * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
8499 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8500 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
8502 * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
8503 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8504 Don't create thunk for task signal proc, call it directly.
8506 * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
8507 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8508 DC hook proc thunk management simplified.
8510 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8511 System timer proc thunk creation moved out of if1632/thunk.c.
8513 * scheduler/thread.c:
8514 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8515 Don't create thunk for CreateThread16 proc, call it directly.
8517 * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
8518 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8519 Windows hook proc thunk management simplified.
8521 * include/callback.h, if1632/thunk.c:
8522 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8523 Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
8524 Removed persistent thunk creation routines.
8526 * configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xf86dga2.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86dga2.c:
8527 Lionel Ulmer <lionel.ulmer@free.fr>
8528 Added the possibility to use DGA 2.0.
8530 * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8531 Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
8533 * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
8534 It's no error to send a WM_COMMAND to MenuHelp.
8536 * files/file.c: Francois Boisvert<francois@macadamian.com>
8537 CreateFileA returns HFILE_ERROR when the filename contains a wild card.
8539 * controls/static.c: Francis Beaudet <francis@macadamian.com>
8540 Fixed display bug in the static control.
8542 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
8543 Message removed when menu tracking finish on a WM_LBUTTONDOWN.
8545 * include/bitmap.h, include/ts_xlib.h, include/x11drv.h, objects/dib.c, tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c:
8546 Noel Borthwick <noel@macadamian.com>
8547 - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
8548 and native Linux applications.
8549 - Respond to the MULTIPLE selection request target when Wine is the
8551 - Relax type checking for TARGETS selection.
8553 * if1632/builtin.c, loader/module.c:
8554 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8555 Set 'expected_version' of built-in and dummy modules according to
8556 emulated Windows version.
8558 * if1632/relay.c, loader/main.c:
8559 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8560 Make CallTo16 return stub segment owned by KERNEL.
8562 * include/wine/winbase16.h, loader/task.c:
8563 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8564 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
8566 * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
8567 Added some values that were missing in the Swedish nls file.
8569 Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
8571 * graphics/x11drv/dib.c:
8572 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8573 Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
8575 * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
8576 Added missing export.
8578 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
8579 Fixed crash when loading *.ani files.
8581 * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
8582 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8583 Moved bulk of OLE implementation to dlls/ subdirectories.
8585 * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
8586 Send correct WM_MENUSELECT when menu closes.
8588 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
8589 Francois Boisvert <francois@macadamian.com>
8590 Added small feature in the file dialog.
8592 * win32/newfns.c, files/drive.c, include/winnt.h, include/wtypes.h, msdos/vxd.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/hglobalstream.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/olefont.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/variant.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c:
8593 Patrik Stridvall <ps@leissner.se>
8594 Added support for anonymous structs/unions on compilers that implement it.
8596 * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
8597 Peter Ganten <ganten@uni-bremen.de>
8598 Stubs for PolyTextOutA/W.
8600 * graphics/x11drv/dib.c, objects/dib.c:
8601 Karl Lessard <ybicubuk@umail.corel.com>
8602 Some more minor GDI fixes.
8604 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
8605 In ImageList_Draw when drawing the bitmap with the transparent flag
8606 set, background color/foreground color should be set to white/black,
8607 when doing bitblt operation with the bitmap mask.
8609 * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
8610 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8611 Extend DRAWMODE struct to win95 spec.
8612 Add some more Escape -> Escape16 conversions.
8614 * graphics/win16drv/prtdrv.c:
8615 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8616 Stop trashing devmode if in and out devmodes are the same.
8618 * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
8619 The MDIClient class must be registered with the IDC_ARROW cursor.
8621 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
8622 Implemented the disabled state of the combobox.
8624 * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
8625 Protect SetMenu from rogue menu handle.
8626 GetMenu16 can just call GetMenu.
8628 * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
8629 Protect MDISetMenu from rogue menu handles.
8631 * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
8632 Tidy up TRACE etc to use default channel.
8634 * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
8635 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8636 Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
8638 * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
8639 Thuy Nguyen <thuy@macadamian.com>
8640 Added support for wizard property sheets.
8642 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8643 Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
8645 * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
8646 - iSelected should be -1 if no item selected (Gerard Patel)
8647 - some of the checks for invalid items where > when they should have been >=
8649 - made InsertItem behave similarly to DeleteItem, ie, if the current item is
8650 after where the item is inserted, increment the selected item (David Luyer)
8652 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8653 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
8655 * debugger/db_disasm.c:
8656 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8657 Bugfix: (E)IP-relative offsets depend on operand, not address, size.
8659 * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
8660 Marcus Meissner <marcus@jet.franken.de>
8661 Added stub implementation for EnumDisplayDevices*.
8663 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
8664 Added SC_GET_DEVTYPE.
8666 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
8667 Added stub for OLE32.DllGetClassObject.
8669 * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
8670 Juergen Schmied <juergen.schmied@metronet.de>
8671 More support for special pidls in SHGetSpecialFolderLocation.
8673 * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
8674 Luc Tourangeau <luc@macadamian.com>
8675 Implemented invisible pens.
8677 * objects/dib.c, graphics/x11drv/dib.c:
8678 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8681 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
8682 Added a case for menu handling in win31.
8684 Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
8686 * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
8687 Karl Lessard <karll@corel.com>
8688 Fixed GetDIBits problems.
8690 * misc/cpu.c, multimedia/mixer.c, include/commctrl.h, include/mmsystem.h, include/ntddk.h, include/prsht.h, include/shlobj.h, include/winbase.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_oleaut.h:
8691 Patrik Stridvall <ps@leissner.se>
8692 Add support for anonymous struct/unions on compilers that implement it.
8694 Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
8696 * controls/button.c, controls/uitools.c:
8697 Dennis Bj|rklund <dennisb@cs.chalmers.se>
8698 Fixed win9x look on checkboxes and radiobuttons.
8700 * graphics/win16drv/.cvsignore, graphics/win16drv/Makefile.in, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, misc/.cvsignore, misc/Makefile.in, misc/printdrv.c, objects/dc.c, graphics/escape.c, graphics/psdrv/escape.c:
8701 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8702 Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
8703 Remove relays for win16drv from CallBack table, instead use build to
8704 generate them directly in graphics/win16drv/prtdrv.c.
8705 If Printer AbortProc is 16bit then allocate thunk and store that as a
8706 32bit proc in DC. Setting of abortprocs now done in the correct place
8707 (i.e. not in the driver).
8709 * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
8710 Relaxed parameter checking for GetDIBits.
8712 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8713 Fixed last error code when trying to load unknown VxD with CreateFile.
8715 * dlls/shell32/shell32_main.c:
8716 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8717 Pretend successful execution of SHELL_NotifyIcon*().
8719 * controls/menu.c, relay32/user32.spec:
8720 Eric Pouech <Eric.Pouech@wanadoo.fr>
8721 Added MenuItemFromPoint stub.
8723 * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8724 Fixed off by one allocation error (DPA and DSA).
8726 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8727 Fixed crash in PlaySound thread.
8729 Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
8731 * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
8732 For Win 3.x applications, if they have either horizontal or vertical
8733 scrollbars, enable both.
8735 * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
8736 Patrik Stridvall <ps@leissner.se>
8737 Eliminated warnings.
8739 * controls/combo.c, controls/listbox.c:
8740 Pierre Mageau <pierre@macadamian.com>
8741 Set the mouse capture on the combo listbox.
8743 * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
8744 - fixed the creation of back-buffers in DGA mode
8745 - added a check on the validity of the Locking rectangle
8746 - fixed the enumeration for DX-6.0
8748 * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
8749 Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
8751 * controls/button.c: Abey George <abey@macadamian.com>
8752 Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
8753 BS_CHECKBOX, BS_AUTO* styles.
8755 Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
8757 * graphics/psdrv/driver.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, include/psdrv.h, include/win16drv.h, graphics/driver.c:
8758 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8759 Winspool DocumentProperties and DeviceCapabilities should now work on
8760 native 16 bit drivers.
8762 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8763 Fixes DeviceCapabilities for DC_PAPERSIZE.
8764 Various fixes for OpenPrinter and EnumPrinters.
8765 Separation of GetPrinter in preparation for unification with EnumPrinters.
8767 * graphics/psdrv/ppd.c, include/wingdi.h:
8768 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8769 Add support for a large number of different paper sizes to PostScript
8772 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
8773 Added definitions of COM objects for D3D 6.x support.
8775 * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
8776 If there is not an exact match found for the requested font name,
8777 instead of using the first font defined for the printer, map some
8778 common font families (e.g. Arial -> Helvetica), and search again.
8780 * if1632/kernel.spec, if1632/thunk.c:
8781 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8782 Fixed bug in CBClient routines by storing the SEGPTR in the global
8783 table and translating it on every use.
8785 * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
8786 Changed the pixmap to look like the windows default application icon.
8788 * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
8789 Stop crash in GetDiskFreeSpaceEx.
8791 * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
8792 Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
8793 handled by the window manager.
8795 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
8796 Implemented the behavior around the ES_WANTRETURN style in the edit
8799 * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
8800 Pressing the delete key using an extended keyboard with numlock on is
8801 not generating anymore a WM_CHAR message.
8803 * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
8804 Fixed pattern matching in PathMatchSpecA/W
8806 * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
8807 Tabbing in the listview of the shellview.
8809 * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
8810 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
8811 LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
8813 Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
8815 * dlls/shell32/shell32_main.c:
8816 Juergen Schmied <juergen.schmied@metronet.de>
8817 Fixed crash in detach sequence.
8819 * dlls/shell32/shlfolder.c:
8820 Juergen Schmied <juergen.schmied@metronet.de>
8821 Fixed wrong return value.
8823 * dlls/crtdll/crtdll_main.c:
8824 Juergen Schmied <juergen.schmied@metronet.de>
8825 Prevent endless loop in except2.
8827 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
8828 Now works around wine never exiting the debugger.
8829 Should put bug reports in the right place now.
8831 * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
8832 Marcus Meissner <Marcus.Meissner@caldera.de>
8833 Added stub for RegisterActiveObject().
8835 * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
8836 Marcus Meissner <marcus@jet.franken.de>
8837 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
8839 Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
8841 * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
8842 Removed __winelib flag.
8844 * windows/driver.c, multimedia/audio.c, multimedia/dsound.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmsystem.c, multimedia/time.c, multimedia/winmm.rc:
8845 Eric Pouech <Eric.Pouech@wanadoo.fr>
8846 Updated to new MM header organization.
8848 * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
8849 Eric Pouech <Eric.Pouech@wanadoo.fr>
8850 Moved DDK level material to new include/mmddk.h file.
8851 Copied some SDK level material from include/multimedia.h file.
8853 * multimedia/mciwave.c, multimedia/mcimidi.c:
8854 Eric Pouech <Eric.Pouech@wanadoo.fr>
8855 Updated to new MM header organization.
8856 Cleaned-up internal structures (now 32 bit only).
8857 Now using the MMSYSTEM entry points rather than the low level driver
8860 * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
8861 Fix %fs for signal handlers in the FS_sig undefined case (this patch
8862 actually from Ulrich Weigand, I only tested it).
8864 * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
8865 Ron Record <rr@sco.com>
8866 Added support of __thr_errno for reentrance on UnixWare.
8868 * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
8869 No longer needs to calculate its own character size.
8871 * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
8872 Consequential changes to default system font sizes
8874 * graphics/x11drv/xfont.c, include/x11font.h:
8875 Richard Cohen <richard@jubjub.demon.co.uk>
8876 Various fixes for the X11 font mapper, particularly:
8877 - size fonts with negative heights correctly
8878 - calculate average width correctly.
8880 * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
8881 Use a special value in the hotspot coordinate to identify which HICON
8882 are cursors and which are icons.
8884 * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
8885 Modified CBDropDown to find the best height of the listbox.
8887 Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
8889 * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
8890 Added configure check for str[n]casecmp.
8892 * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8893 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
8895 * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8898 * dlls/winspool/info.c, include/winspool.h:
8899 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8900 Added loads of types, defines and declarations to winspool.h.
8902 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
8903 Francois Boisvert<francois@macadamian.com>
8904 Fixed the height of items in the lookin combobox of the filedlg95.
8906 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
8907 Initialize the enabling state variable in the edit.
8909 * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
8910 The fast window frame size should be the same as the frame size used
8911 by NC_DrawFrame function.
8913 * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8914 Fixed compiler warnings.
8916 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8917 lstrncmpi isn't a windows API, use strncasecmp instead.
8920 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
8922 * windows/msgbox.c: Added missing HFONT type.
8924 * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
8925 Pierre Mageau <pierre@macadamian.com>
8926 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
8927 CURSORICON_FindBestIcon changed to find the correct icon.
8928 ImageList_ReplaceIcon now calls CopyImage internally.
8929 Assign a value for the hIconSm CLASS member (using CopyImage).
8931 * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
8932 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
8934 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8935 Give applications a copy of the property sheet dialog template as they
8938 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
8939 Relay exclude lists were not working due to some CharUpperA()
8942 * loader/loadorder.c, wine.ini:
8943 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8944 winspool -> winspool.drv
8946 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
8947 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8948 Implemented StrCmpNIA like the other StrCmpXX functions.
8950 * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
8951 Resolve environment variable when enumerating values.
8953 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
8954 The format rect is recalculated for each font change. MoveEnd &
8957 Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
8959 * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
8960 Karl Lessard <karll@corel.com>
8963 Speed up conversion between XImages and DIBSections.
8965 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
8966 Francois Boisvert <francois@macadamian.com>
8967 Some <open> features in the file dialog 95.
8969 * include/winnt.h, scheduler/sysdeps.c:
8970 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8971 Removed global variable pCurrentTeb.
8973 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8974 HEAP_Commit/Decommit were assuming a page size of 4KB
8977 * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8978 A few more DC_ defines from Win2000.
8980 * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8981 Check that lpCreate->lpszName is non-NULL.
8983 * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8984 More restrictive checks, so DIALOG_IsAccelerator don't loop
8987 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
8988 Menu hides when clicked for a second time.
8990 * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
8991 - select the font into the dc before calculating the extent
8992 - make buttonheight correspond to text height + width to caption
8993 - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
8994 - #defines for DlgItemIds
8995 - implement MB_RETRYCANCEL
8997 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
8998 Keep the enable state in the edit structure instead of calling
9001 * include/clipboard.h, include/ttydrv.h, include/x11drv.h, ole/clipboard.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c:
9002 Noel Borthwick <noel@macadamian.com>
9003 - Implement interprocess clipboard communication.
9004 - Support for the PRIMARY and CLIPBOARD selection atoms.
9005 - Support for the TARGETS selection format.
9006 - Expose native Windows clipboard formats through X selection targets.
9008 * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
9009 Make stock fonts independent of mapping mode.
9010 System font should only be bold for Win31.
9012 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
9013 Removed truncating errors that happen when converting fom dialog units
9016 * windows/winpos.c: Abey George<abey@macadamian.com>
9017 Check new coordinates received in WM_NCCALCSIZE message.
9019 * controls/button.c: Francis Beaudet <francis@macadamian.com>
9020 Slight 1 pixel adjustment on the position of the radio button bitmap.
9022 * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9023 Fixed off by one allocation errors.
9025 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9026 The backspace is now handled in the WM_CHAR message.
9028 * windows/mdi.c, windows/nonclient.c:
9029 Francis Beaudet <francis@macadamian.com>
9030 Make sure that all MDI children have the WS_EX_MDICHILD style set.
9032 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
9033 Fixed prototype order.
9035 * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
9036 Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
9038 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9041 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
9042 Fixed the support for the close button in the ShellAbout dialogs.
9044 * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
9045 Added Dutch resources for PrintDlg32.
9047 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
9048 Klaas van Gend <klaas@vangend.demon.nl>
9049 Completed PrintDlg32 resource stringtable.
9051 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
9052 Added sanity checks in the cleanup code.
9054 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
9055 Completed GetKeyNameText for non-character keys.
9057 * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
9058 Make directories name appear in the BrowseForFolder dialog.
9060 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9061 Do not remove .drv from filenames.
9063 * controls/button.c: Francis Beaudet <francis@macadamian.com>
9064 Fixed a little positioning bug with the checkbox.
9066 * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
9067 Abey George <abey@macadamian.com>
9068 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
9071 * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
9072 Changed snprintf to wsnprintfA to remove unresolved external when
9073 compiling on Solaris/Sun.
9075 * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
9076 Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
9077 equivalents. (WinWord 97, File Open dialog)
9079 * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
9080 Use in GetClassInfoW the same hack for systemclasses as in
9081 GetClassInfoA (winword 97 with native comctl32).
9083 * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
9084 Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
9086 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
9087 Implemented wParam of WM_PAINT msg for edit control.
9089 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9090 Fix off by one error in WINSPOOL_GetOpenedPrinterA.
9092 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
9093 subkey_found did not search for _all_ sub keys.
9095 Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
9097 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
9098 Francois Boisvert <francois@macadamian.com>
9099 Implemented basic browsing in the file name edit of the filedlg 95.
9101 * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
9102 Avoid changing the activation state in EnableMenuItem.
9104 * include/winnt.h: Fixed #ifdef symbol for PowerPC.
9106 * ole/parsedt.c, ole/parsedt.h:
9107 Eric Pouech <Eric.Pouech@wanadoo.fr>
9108 Only declare DateStyle in a single compilation unit.
9110 * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
9111 Added the case of a user defined icon for the sysbutton hittest.
9113 * ole/typelib.c: Rein Klazes <rklazes@casema.net>
9114 Fixed typelib reading to correctly use the offset of the typelib that
9115 is embedded in for example a dll file.
9117 * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
9118 Fixed CreateDIBSection() called with negative height to set the height
9119 positive in the created DIBSECTION, as per MS knowledgebase Q186586.
9121 * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
9122 The paint rectangle return in the PAINTSTRUCT in BeginPaint should
9123 never be bigger than the client area of the window.
9125 * controls/listbox.c: Rein Klazes <rklazes@casema.net>
9126 Make sure that an empty string never matches a listbox entry in
9127 LISTBOX_FindString().
9129 * dlls/version/info.c:
9130 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9133 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9134 Fixed crash when accessing sysmenu.
9136 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9137 Really do a silent backtrace when requested.
9139 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9140 Do not set the address if the symbol is still tagged INVALID.
9142 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9143 Added support for N_BINCL and N_EINCL instructions.
9144 Fixed type parsing (as generated by egcs).
9146 Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
9148 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9149 Use typedef to work around egcs problem.
9151 * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
9152 Removed unnecessary includes from ole related files.
9154 * ole/compobj.c, multimedia/mmsystem.c:
9155 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9156 Adapted to WOW changes.
9158 * include/callback.h, include/winbase.h, include/wine/winbase16.h, include/wownt32.h, loader/module.c, memory/global.c, memory/selector.c, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
9159 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9160 Moved implementation of WOW routines to single file.
9161 Added all missing WOW routines, fixed WOWCallback16Ex.
9163 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9164 Fixed internal buffer for 16 bit mmio MEM files.
9166 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9167 - some errors in cleaning up values returned by MCI drivers: this
9168 should solve the issues reported with the CD player/writer
9169 - crash when command was requested with automatic open (note, this
9170 will now gracefully report an error, not do the correct thing).
9172 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9173 Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
9176 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9177 Bugfix: EFlags were passed incorrectly by CallFrom16Register.
9179 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9180 Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
9182 * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
9183 Bertho Stultiens <bertho@panter.soci.aau.dk>
9184 Wrc did not check any IDs which are only 16 bit. Common dialogs had some
9185 IDs larger and that caused problems. This is now solved (I hope).
9187 ----------------------------------------------------------------
9188 Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
9190 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
9191 Fixed cursor stretch code.
9193 * memory/selector.c:
9194 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9195 Inhibit wraparound in comparison.
9197 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
9198 Juergen Schmied <juergen.schmied@metronet.de>
9199 New internal dll, exporting already existing path functions.
9201 * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
9202 Francis Beaudet <francis@macadamian.com>
9203 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
9204 for the MSG_InternalGetMessage() call is a WM_TIMER.
9206 * rc/winerc.c, include/resource.h, include/windef.h:
9207 Patrik Stridvall <ps@leissner.se>
9208 GCC 3.0 has not been released yet, but it is good to be prepared.
9210 * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
9211 Added resolution of LVM messages.
9213 * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
9214 Added protection against possible memory corruption.
9216 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
9217 Fixed cursor selection to find the correct cursor when more than one
9220 * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
9221 Thuy Nguyen <thuy@macadamian.com>
9222 Replaced a static ten element array with a dynamic pointer array.
9224 * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
9225 Fix special case when no printer installed.
9227 * dlls/shell32/shell.c, dlls/shell32/shell.spec:
9228 James Juran <jrj120@psu.edu>
9229 New routine DllEntryPoint for shell.dll. Loads shell32.dll,
9230 since most shell.dll functions call their 32-bit counterparts.
9232 * dlls/version/info.c:
9233 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9236 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9237 EM_SETSEL scrolls if outside of the visible range.
9238 "shift+home" selection improved in the edit control.
9240 * ole/parsedt.c: Removed RCS keyword.
9242 * dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/wine/undocshell.h:
9243 Juergen Schmied <juergen.schmied@metronet.de>
9244 More use of rc files for strings and menus, fixes. First internal
9247 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
9248 New interface: DropSource.
9250 * dlls/shell32/shlfolder.c:
9251 Juergen Schmied <juergen.schmied@metronet.de>
9254 * dlls/shell32/shell32_main.c:
9255 Juergen Schmied <juergen.schmied@metronet.de>
9256 Implemented SHGetFileInfo better.
9258 * dlls/shell32/iconcache.c:
9259 Juergen Schmied <juergen.schmied@metronet.de>
9260 Protect cache with critical section.
9261 Removed hack to load icons from external shell32.dll.
9263 * dlls/shell32/dataobject.c:
9264 Juergen Schmied <juergen.schmied@metronet.de>
9265 QueryGetData, EnumFormatEtc implemented.
9267 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
9268 Fixed mapping of file extensions to text.
9270 * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
9271 Fixed ascii/unicode issue for naming of the mutexes.
9272 Made mutex handles global.
9273 Fixed incorrect interpretation of return values of WaitForSingleObject.
9275 * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
9276 First implementation of GetCharacterPlacementA.
9278 * windows/defwnd.c, include/winuser.h:
9279 Thuy Nguyen <thuy@macadamian.com>
9280 Implemented the WM_SETICON and WM_GETICON messages.
9282 * files/drive.c: Morten Eriksen <mortene@sim.no>
9283 FIXME on unimplemented feature made less obtrusive.
9285 * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
9286 Now the conversion in the blt functions round up the result.
9288 * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
9289 Document use of "init" in build-spec.txt, and make build.c print a
9290 warning if someone tries to use "init" in a Win16 spec file.
9292 * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
9293 Make sure we have a dgroup before patching prologs.
9295 * */Makefile.in, */.cvsignore:
9296 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9297 Adapted to glue code generation changes.
9299 * loader/ne/module.c, loader/ne/segment.c, windows/winproc.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/module.h, include/snoop.h, loader/module.c, loader/task.c:
9300 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9301 Adapted to new-style Wine thunks.
9302 Removed some now unnecessary function pointers.
9304 * include/builtin16.h, include/stackframe.h, tools/build.c:
9305 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9306 CallTo16... / CallFrom16... Wine thunks reorganized:
9307 - Cleaner separation between core and glue code.
9308 - Argument conversion glue code now in C.
9309 - Glue code needed for 16-bit .spec files inlined.
9311 Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
9313 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9314 - implemented GetCommModemStatus
9315 - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
9316 - added more verbose TRACEing
9318 * misc/version.c: Morten Eriksen <mortene@sim.no>
9319 Made GetVersionEx() behave in accordance with the specification with
9320 regard to error handling.
9322 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
9323 Mark G. Adams <madams@livepage.com>
9324 Added stub for DrawDibClose.
9326 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
9327 Fixed the look of the combobox's drop down button when in Win95 look.
9329 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9330 Added support for icons in property sheet tabs.
9332 * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
9333 Bertho Stultiens <bertho@panter.soci.aau.dk>
9334 Version 1.0.14 of wrc.
9336 Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
9338 * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
9340 * ole/ole2nls.c, win32/kernel32.c, dlls/commdlg/printdlg.c, dlls/ntdll/rtlstr.c, dlls/shell32/shell32_main.c, dlls/shell32/shellpath.c, dlls/version/info.c, files/dos_fs.c, if1632/thunk.c, include/wine/winestring.h, loader/libres.c, loader/pe_resource.c, dlls/comctl32/comctl32undoc.c:
9341 Replaced a few calls to lstr* functions by their CRTDLL or libc
9345 Added an exception handler around a few lstr* functions.
9347 * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec, include/crtdll.h:
9348 Reimplemented multi-byte and wide-chars functions to not depend on
9349 lstr* functions; added a few missing ones; fixed a couple of bugs.
9351 Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
9353 * include/Attic/wnet.h, include/wine/winnet16.h, include/winerror.h, include/winnetwk.h, include/winuser.h, misc/network.c, relay32/.cvsignore, relay32/Attic/mpr.spec, relay32/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/wnet.c, include/netspi.h:
9354 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9355 Separated Win16 (USER) and Win32 (MPR) network routines.
9356 Moved implementation of MPR to dlls/mpr/.
9357 Added proper headers and stubs for missing MPR routines.
9360 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9361 Improved (sort of) RegFlushKey.
9363 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
9364 If the window is already the topmost window in ShowWindow(SW_SHOW), it
9365 must not be activated.
9367 * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
9368 WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
9370 * windows/dce.c, windows/x11drv/wnd.c:
9371 Stephane Lussier <stephane@macadamian.com>
9372 X11drv SetDrawable function modifies the DC origin, this translation
9373 should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
9375 * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
9376 Set focus to the dialog in EndDialog.
9378 * libtest/Makefile.in: James Juran <jrj120@psu.edu>
9379 Make sure we compile winestub.o before trying to build a Winelib test
9382 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9383 Fixed case sensitivity flag.
9385 * include/commdlg.h, dlls/commdlg/printdlg.c:
9386 Klaas van Gend <klaas@vangend.demon.nl>
9387 Implemented the return of hDevModes and hDevNames in the PRINTDLG
9388 structure of PrintDlgA().
9390 * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
9391 Made hardware_event use win32-conformant parameters.
9393 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
9394 Explicitly load shell32.dll.
9396 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
9397 Take into account icons when determining tab size.
9399 * files/drive.c: Morten Eriksen <mortene@sim.no>
9400 Improved GetDiskFreeSpaceEx() implementation a little bit.
9402 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9403 - added some more Baudrates
9404 - fixed a hang in tcsetattr when the input buffer isn't empty
9405 - added more verbosity for debugging
9407 * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
9408 Handle the case when the button is really small.
9410 * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
9411 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
9414 Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
9416 * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
9417 Marcus Meissner <marcus@jet.franken.de>
9418 Implemented DirectInput Joystick support (tested with WC:Prophecy).
9420 * relay32/kernel32.spec, win32/time.c:
9421 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9422 Implemented SetLocalTime.
9424 * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
9425 Minor fix to the French Canadian keyboard.
9427 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
9428 When flipping backbuffer -> frontbuffer, first exchange surfaces, then
9429 copy XImage, since the palette might only be defined in the frontbuffer.
9431 * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
9432 Create sysconfdir on install.
9434 * dlls/stress/.cvsignore: Fixed typo.
9436 * dlls/wnaspi32/winaspi32.c, if1632/relay.c, include/debugtools.h, loader/pe_image.c, win32/kernel32.c, windows/x11drv/keyboard.c, controls/listbox.c, controls/menu.c, controls/scroll.c, dlls/version/info.c, dlls/winaspi/winaspi16.c:
9437 Got rid of dsprintf and related macros.
9440 Remove the mutex from the thread list when destroying it.
9443 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9444 Moved various DLLs to dlls/
9446 Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
9448 * dlls/winaspi/winaspi16.c, if1632/snoop.c, include/winnt.h, loader/ne/segment.c, misc/error.c, msdos/devices.c, msdos/dpmi.c, msdos/int21.c, msdos/int33.c, debugger/registers.c, debugger/stack.c:
9449 Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
9450 aliasing optimization problems.
9452 * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
9453 Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
9455 * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
9456 Removed async I/O support.
9458 * include/comm.h, misc/comm.c:
9459 Use the service thread for comm notifications.
9461 * include/sig_context.h, include/stackframe.h, loader/task.c, msdos/dpmi.c, relay32/relay386.c, win32/kernel32.c, if1632/relay.c, if1632/thunk.c:
9462 Made stack manipulation macros into inline functions.
9463 Changed a few accesses to context registers to avoid potential
9464 aliasing optimization problems.
9466 * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
9467 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
9470 * Makefile.in: Remove wine.conf.man on distclean
9472 ----------------------------------------------------------------
9473 Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
9475 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
9476 Close the right window when clicking on a non active window close
9479 * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
9480 Removed the dependency on "dummy" for wine and wine.sym.
9483 Remove file from cache when flushing it (based on a patch by Ian
9486 * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
9487 Added CONTEXT for ALPHA and MIPS.
9489 * configure.in, Make.rules.in, Makefile.in, configure:
9490 Patrik Stridvall <ps@leissner.se>
9491 Added support for Solaris Lint.
9493 * scheduler/debugger.c, server/debugger.c, tools/make_debug, win32/console.c, console/generic.c, console/xterm.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/debugdefs.h, include/xmalloc.h, misc/xmalloc.c:
9494 Patrik Stridvall <ps@leissner.se>
9495 Fixed some of the issues reported by Solaris Lint.
9497 * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
9498 Solaris C/C++ compile fix.
9500 * msdos/dosmem.c, ole/storage32.c, windows/painting.c, controls/button.c, dlls/comctl32/monthcal.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, graphics/ddraw.c, include/wine/obj_base.h:
9501 Patrik Stridvall <ps@leissner.se>
9502 Various ANSI C compability fixes.
9504 * relay32/winmm.spec, if1632/builtin.c, if1632/gdi.spec, if1632/mmsystem.spec, if1632/user.spec, include/multimedia.h, include/ntddk.h, include/olectl.h, include/winsock.h, misc/network.c, misc/system.c, misc/winsock.c, multimedia/mmsystem.c, ole/olefont.c, relay32/kernel32.spec, relay32/oleaut32.spec, relay32/user32.spec, dlls/comctl32/comctl32.spec, dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/tapi32/tapi32.spec:
9505 Patrik Stridvall <ps@leissner.se>
9506 Fixed some of the issues reported by winapi-check.
9508 * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
9509 Actually create the man/ subdirectories before installing.
9511 * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
9512 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9513 Implemented KERNEL.447 (WIN32_OldYield16).
9515 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9516 Suspend WND lock before EVENT_Synchronize.
9518 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9519 Create VxD handle only for known VxDs.
9521 * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
9522 Made compilation of *.spec.c files use -fno-builtin regardless of
9525 * include/tapi.h, include/winbase.h, scheduler/thread.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/memorystream.c, graphics/ddraw.c, dlls/avifil32/avifile.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c:
9526 Patrik Stridvall <ps@leissner.se>
9527 Fixed/added missing/wrong function prototypes and made internal
9530 * tsx11/ts_xshm.c, tsx11/ts_xutil.c, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c:
9531 Patrik Stridvall <ps@leissner.se>
9532 Fixed missing prototypes and made it work with Solaris X11.
9534 * debugger/external.c, include/wine/undocshell.h, multimedia/mcimidi.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/itemmoniker.c, ole/olefont.c, scheduler/thread.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
9535 Patrik Stridvall <ps@leissner.se>
9536 Eliminated warnings.
9538 * loader/ne/segment.c:
9539 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9540 Fixed the DSEG value in the SEGTABLEENTRY struct.
9542 * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
9543 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9544 Added builtin toolbar bitmaps.
9546 * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
9547 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9550 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
9551 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9552 Added stub for CryptSetKeyParams().
9554 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
9555 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9556 Added stubs for DAD_SetDragImage() and PathCleanupSpec().
9558 * misc/crtdll.c, relay32/crtdll.spec:
9559 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9560 Added stub for _except_handler2().
9562 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9563 Improved GetRandomRegion().
9565 * controls/menu.c, windows/nonclient.c:
9566 Pascal Lessard <pascal@macadamian.com>
9567 Implemented the system button behavior and associated it to the system
9568 menu in win95. Also permit the SC_CLOSE item to be disabled.
9570 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
9571 Bugfixes and a fake GETBASEIRQ.
9573 * files/async.c: Ove Kaaven <ovek@arcticnet.no>
9574 Made async fds nonblocking.
9576 * windows/mdi.c: Dan Langlois <daniell@corel.com>
9577 Removed an inappropriate if statement from MDI_ChildActivate that
9578 prevented the activation code from executing.
9580 * dlls/comctl32/monthcal.c, include/monthcal.h:
9581 Alex Priem <alexp@sci.kun.nl>
9582 Bugfixes & further updates for the month calendar common control.
9584 * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
9585 Alex Priem <alexp@sci.kun.nl>
9586 Started implementing date/time common control.
9588 * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
9589 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9590 PSDRV_WriteArc shouldn't write a newpath.
9592 * controls/button.c: Rein Klazes <rklazes@casema.net>
9593 Fix handling of WM_LBUTTONDCLICK message for buttons with certain
9596 * windows/dce.c: Abey George <abey@macadamian.com>
9597 Bug fix for updating the clipping region in nested GetDCEx calls.
9599 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
9600 Tried to fix the code for SetWindowPos to erase the background
9603 Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
9605 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
9606 Klaas van Gend <klaas@vangend.demon.nl>
9607 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
9609 - added status strings.
9610 - added string table for internationalisation of several internal
9613 * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
9614 Removed duplicated defines in winuser.h and commctrl.h. Also corrected
9615 a typo for SW_MAX value.
9617 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
9618 Francis Beaudet <francis@macadamian.com>
9619 Fixed a memory leak in the file dialog.
9621 * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9622 Strip .drv extensions to MODULE_GetLoadOrder.
9624 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
9625 Fixed a memory leak.
9627 * scheduler/process.c, loader/task.c:
9628 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9629 Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
9631 * graphics/psdrv/ps.c, include/psdrv.h:
9632 Luc Tourangeau <luc@macadamian.com>
9633 Added a call to the newpath operator immediately before the arc
9636 * controls/button.c: Pierre Mageau <pierre@macadamian.com>
9637 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
9638 icon needed to be centered when the button is smaller than the bitmap.
9640 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
9641 Fixed a memory leak that occurs when we maximize/minimize an MDI
9644 * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
9645 Added more support for buddy windows in the updown control.
9647 * controls/edit.c: Francis Beaudet <francis@macadamian.com>
9648 Implemented proper win95 support for the WS_BORDER style.
9650 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
9651 Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
9654 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
9655 Fixed the border for the listbox created by the simple combobox.
9657 * ole/compobj.c, if1632/compobj.spec:
9658 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9659 Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
9661 * loader/ne/module.c:
9662 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9663 GetModuleHandle16: treat Win32 modules correctly.
9665 Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
9667 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
9668 Juergen Schmied <juergen.schmied@metronet.de>
9669 Fixed use of StrRetToStrN.
9671 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
9672 Juergen Schmied <juergen.schmied@metronet.de>
9673 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
9675 * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
9676 Added explanation of the current DLL support.
9678 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9679 Bugfix: fixed freshly introduced bug in GlobalLock16.
9681 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
9682 Ian Schmidt <ischmidt@cfl.rr.com>
9683 Added stubs for InitMUILanguage and COMCTL32.410.
9684 Fixed some compiler warnings.
9686 Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
9688 * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
9689 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9690 Added FinalUserInit16/FinalGdiInit16 stubs.
9691 Call out to FinalUserInit in MAIN_EmulatorRun.
9693 * if1632/kernel.spec, memory/selector.c:
9694 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9695 Added IsBadFlatReadWritePtr16().
9697 * controls/edit.c: Abey George <abey@macadamian.com>
9698 Fixed incorrect edit control behaviour in mouse message handling.
9700 * windows/message.c: Abey George <abey@macadamian.com>
9701 Send normal mouse messages to WM_SETCURSOR when non-client mouse
9704 * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
9705 Check if the window has the WS_CLIPSIBLINGS style before using the
9706 DCX_CLIPSIBLINGS flag.
9708 * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, include/commdlg.h, include/dlgs.h, include/tchar.h:
9709 Francois Boisvert <francois@macadamian.com>
9710 Implemented the Win95 file open/save dialogs.
9712 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
9713 Do tools/ before any of the other subdirectories, even when doing
9716 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9717 Bugfix: Return selector also in CX from GlobalLock16().
9719 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9720 More gcc bug workarounds.
9722 * graphics/psdrv/ppd.c, include/wingdi.h:
9723 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9724 Added more paper sizes and bin names to PPD parser.
9726 * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
9727 Actually return the number of events in Mouse_GetDeviceData (fixes
9728 Wing Commander Prophecy). Added timestamp and sequence generation,
9729 critical section for mousedata. Disabled mouse warping in
9730 GetDeviceData for now (generates excess mouse events).
9732 Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
9735 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9736 Moved .spec files to corresponding dlls/ directory.
9738 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
9739 Several focus and selection problems in listboxes.
9741 * windows/dce.c: Francis Beaudet <francis@macadamian.com>
9742 Retrieve the clipping region before setting the drawable and reset the
9743 clipping region after.
9745 * relay32/Attic/shell32.spec, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, include/shell.h, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h:
9746 Juergen Schmied <juergen.schmied@metronet.de>
9747 Many fixes/reimplementations.
9749 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
9750 Removed experimental/unused code.
9751 Use ShellFolder to get ViewObjects.
9752 Started cleanup of the contextmenu code.
9754 * dlls/shell32/shlfolder.c:
9755 Juergen Schmied <juergen.schmied@metronet.de>
9756 Complete redesign, split into 3 implementations (Desktop, MyComputer
9757 and filesystem folders). All parsing and binding is done recursive.
9759 * dlls/shell32/shellpath.c:
9760 Juergen Schmied <juergen.schmied@metronet.de>
9761 Implemented SHGetSpecialFolderPathA.
9763 * dlls/shell32/shellord.c:
9764 Juergen Schmied <juergen.schmied@metronet.de>
9765 Implemented SHCreateShellFolderViewEx.
9767 * dlls/shell32/shellole.c:
9768 Juergen Schmied <juergen.schmied@metronet.de>
9769 Removed special CoCreateClassObject and use ole functions instead.
9770 SHCreateDefClassObject implemented.
9772 * dlls/shell32/shelllink.c:
9773 Juergen Schmied <juergen.schmied@metronet.de>
9774 Implemented access to lnk's to a IStream interface.
9776 * dlls/shell32/iconcache.c:
9777 Juergen Schmied <juergen.schmied@metronet.de>
9778 Fixed icon background (was black).
9780 * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
9781 Fixed getting icons from filetypes.
9783 * dlls/shell32/enumidlist.c:
9784 Juergen Schmied <juergen.schmied@metronet.de>
9785 Implemented enumeration of shell extensions, seperated enum stuff for
9786 the 3 seperate shellfolder implementations.
9788 * dlls/shell32/dataobject.c:
9789 Juergen Schmied <juergen.schmied@metronet.de>
9790 Rewrote GetData so support multiple selections.
9792 * dlls/shell32/contmenu.c:
9793 Juergen Schmied <juergen.schmied@metronet.de>
9794 Separated stuff for shv background contextmenu to separate file.
9796 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
9797 New functions to access attributes in HCR.
9799 * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
9800 Juergen Schmied <juergen.schmied@metronet.de>
9801 New file. Seperate implementation of the shellview background
9804 * include/wine/undocshell.h:
9805 Juergen Schmied <juergen.schmied@metronet.de>
9806 New file. Contains functions not in the official headers but widely
9807 used from other dlls.
9809 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
9810 Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
9812 * Makefile.in: Make sure we build tools first.
9814 * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
9815 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9816 Relay code for Win16 register functions converts arguments.
9817 New 'interrupt' keyword added (for Win16 interrupt handlers).
9818 Adapted .spec files and implementations of register routines.
9820 * include/psdrv.h, include/wine/wingdi16.h, misc/printdrv.c, graphics/psdrv/escape.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, if1632/gdi.spec:
9821 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9822 {Start|End}{Doc|Page} go through DCfuncs.
9823 Implement these in the PostScript driver.
9824 Change PSDRV_Escape to use them.
9826 * loader/dos/dosvm.c:
9827 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9828 Work around 'local extern declaration with attribute' gcc bug.
9830 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
9831 Implementation of SetEventNotification for the mouse driver.
9833 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
9834 Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
9836 * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
9837 Fixed incomplete proto.
9839 * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
9840 New keys nessesary for running the new shell32.
9842 * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9843 Use GDI APIs to access bitmap info.
9845 * graphics/psdrv/clipping.c:
9846 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9847 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
9849 Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
9851 * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
9852 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9853 Unify startup sequence for Wine and WineLib.
9855 * windows/clipboard.c, include/clipboard.h, memory/global.c:
9856 Noel Borthwick <noel@macadamian.com>
9857 Fix bug with pasting Wine clipboard content to external applications,
9858 by storing clipboard data on the shared system heap.
9860 * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
9861 Draw an additional white bit for each invert bit of a cursor.
9863 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
9864 While handling the X FocusIn message in managed mode, if the window
9865 has been disabled revert the X focus back to the last focus window.
9867 * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
9868 Francois Boisvert<francois@macadamian.com>
9869 Implemented TREEVIEW_InsertItemW.
9871 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9872 Implemented ExtEscape.
9874 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
9875 Trying to fix parallel make by doing direct subdir/subdir.o rules.
9877 * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
9878 Sylvain St-Germain <sylvain@macadamian.com>
9879 Fixed inconsistency in conditions that determines if a window requires
9882 * graphics/x11drv/xfont.c, include/x11font.h:
9883 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9884 For large font sizes call XLoadQueryFont with a 100 pixel high font
9885 and rescale the metrics.
9887 * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
9888 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9889 Implement handling of 32 bit AbortProc.
9891 * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
9892 Lionel Ulmer <lionel.ulmer@free.fr>
9893 Suppressed compiler warning by using the 'unused' attribute.
9895 * debugger/Makefile.in, debugger/external.c:
9896 Kevin Holbrook <kwh@neosoft.com>
9897 Added utility function to invoke external debugger.
9899 * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
9900 Eric Pouech <Eric.Pouech@wanadoo.fr>
9901 Added WINMM resources.
9903 * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
9904 Eric Pouech <Eric.Pouech@wanadoo.fr>
9905 Removed obsoleted mcistring.c.
9906 Added support for resources.
9908 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
9909 Eric Pouech <Eric.Pouech@wanadoo.fr>
9910 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
9911 MCI_STATUS) for mciSendString.
9913 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9914 Spread the use of MM crit sect.
9916 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9917 Moved some MCI functions to mci.c.
9918 Now loads error messages from string table.
9919 Spread the use of MM crit sect.
9921 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9922 Added parsing & storing of command tables.
9923 Merged some MCI functions from mmsystem.c.
9925 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9926 Removed some no longer used prototypes.
9927 Added command tables to MCI structure.
9929 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9930 Fixed buggy prototype.
9932 * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
9933 Avoid crashing on a bad symbol address of 0x0000.
9935 * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
9937 * include/commdlg.h, include/module.h, loader/module.c, relay32/utthunk.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, if1632/wprocs.spec:
9938 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9939 Removed MODULE_GetWndProcEntry16().
9940 Use 32-bit window procedures in COMMDLG instead.
9942 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
9943 Fixed cut&paste bug.
9945 * include/docobj.h, include/wine/obj_base.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_olefont.h, include/wine/obj_oleundo.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
9946 Paul Quinn <paulq@corel.ca>
9947 Add a few stubs, some C++ compatibility, and fix a few types.
9949 * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
9950 Declare only one instance of GUID_NULL.
9952 * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
9953 Fixed various problem with ImageList_Draw.
9955 * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
9956 Re-enable the owner window in the EndDialog().
9958 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9959 Fixed notifications.
9961 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9962 Always retrieve Callout routines using GetProcAddress().
9964 * windows/defwnd.c: Abey George <abey@macadamian.com>
9965 Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
9967 * windows/x11drv/keyboard.c:
9968 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9969 Fixed compiler warning.
9971 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9972 Let through more flags to EnumPrinters.
9973 Fixes for GetPrinter/GetPrinterDriver.
9975 * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
9976 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9977 Fix stupid `rubbish at end of %%Title' bug.
9978 Don't complain about palette relative RGBs.
9979 If output param to CreateDC is NULL default to `LPT1:' - Hack.
9981 Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
9983 * configure, configure.in, include/config.h.in, include/wine_gl.h:
9984 Lionel Ulmer <lionel.ulmer@free.fr>
9985 Better detection of OpenGL.
9987 * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
9988 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9989 Bugfix: Reverted CallTo16 routines to STDCALL convention.
9991 * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9992 String to GetTextExtentPoint is not necessarily 0 terminated.
9993 Fix function name `32's in comments - API naming madness makes this
9996 * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
9997 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9999 Update graphics/psdrv/README.
10000 Add warnings to DRIVER_GetDriverName.
10002 * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10003 Fixed some bad ptr occurrence in this class WndProc.
10005 * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
10006 Lionel Ulmer <lionel.ulmer@free.fr>
10007 - Added a new option 'noxshm'
10008 - Added a 16bpp -> 32 bpp conversion function
10010 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
10011 Change color gray text to 128 128 128 for win9x look.
10013 Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
10015 * scheduler/debugger.c:
10016 Do not output text in OutputDebugStrAW when not being debugged
10018 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
10019 MDIDestroyChild: MDI window menu item was deleted only if the current
10020 destroyed child was active.
10022 * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
10023 Reset disabled style for the dialog boxes set on property pages.
10025 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
10026 Bertho Stultiens <bertho@akhphd.au.dk>
10027 - Generalized the distinction between 2 and 4 byte integers slightly through
10028 a new parser state. The is now a warning when a 2 byte integer is larger
10029 than 16 bit (and is truncated).
10030 - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
10031 this type will work as expected.
10032 - Added generalized language/version/characteristics support to the DLGINIT
10035 Ulrich Czekalla <ulrichc@corel.ca>
10036 - Added support for DLGINIT resource-type.
10037 - Added string continuation and embedded quoting.
10038 - Added numeric IDs for icons in controls.
10040 Eric Pouech <Eric.Pouech@wanadoo.fr>
10041 - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
10043 Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
10045 * misc/Attic/string.c, misc/Makefile.in:
10046 Albert den Haan <albertd@corel.ca>
10047 Remove string.c because all of its functions were moved to crtdll.c
10048 where they belonged.
10050 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/preproc.c, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrc.c, tools/wrc/writeres.c, debugger/display.c, dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c:
10051 Patrik Stridvall <ps@leissner.se>
10052 Make it possible to compile with GNU C's -I- option.
10054 * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10055 Work around gcc sig11 fault.
10057 * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
10058 Fixed rounding in MulDiv.
10060 * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
10061 Luc Tourangeau <luc@macadamian.com>
10062 - implementation of SetDeviceClipping
10063 - coordinate system origin fix
10065 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10066 Work-around for compiler bug.
10068 * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
10069 Alex Priem <alexp@sci.kun.nl>
10070 - Implementation of simple comctl32 v5.0 changes.
10071 - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
10073 * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
10074 Added pointer validation and additional sanity check to IsValidSid().
10076 * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10077 Small fix in UITOOLS95_DrawRectEdge().
10078 Also a fix to draw scrollbar-buttons more like in win9x.
10080 * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10081 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
10082 afterwards, but a copy of it.
10084 * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10085 Check better that handles are actual handles to a region.
10087 * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
10088 Stop DCE_GetVisRect dereferencing a null wndPtr.
10090 * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
10091 James Juran <jrj120@psu.edu>
10092 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
10093 Updated README and man page.
10094 Split documentation for wine.conf into new wine.conf(5) manpage.
10096 * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
10097 Noel Borthwick <noel@macadamian.com>
10098 Implemented the OLE Clipboard API.
10100 * windows/winpos.c: Abey George <abey@macadamian.com>
10101 Validate the parent with the child window client rectangle when the
10102 parent's update region is not empty.
10104 * include/win.h, windows/painting.c:
10105 Francis Beaudet <francis@macadamian.com>
10106 Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
10108 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
10109 Fixed fake WM_LBUTTONUP message.
10111 * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
10112 Added version information for Win98.
10114 * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
10115 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
10117 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10118 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
10119 are now stored uppercase.
10121 * controls/button.c: Francis Beaudet <francis@macadamian.com>
10122 Implemented the BS_ICON style.
10124 * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
10125 CreateDialogParamA should not call CreateDialogParamW, because
10126 that'd create a dialog box with a Unicode dialog procedure...
10128 * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10129 Win9x look & feel on scrollbars.
10131 * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
10132 Thuy Nguyen <thuy@macadamian.com>
10133 Introduced a [psdrv] section in wine.conf with a ppdfile value
10134 specifying the path and name of the PPD file.
10136 * dlls/comctl32/updown.c, include/updown.h:
10137 Sylvain St-Germain <sylvain@macadamian.com>
10138 Implementation of the updown buddy windproc subclassing for the
10139 handling of keyboard up and down arrow.
10141 * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
10142 Updated documentation to reflect renamed header.
10144 * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
10145 Added missing include netinet/tcp.h, for TCP_NODELAY.
10147 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
10150 Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
10152 * include/module.h, loader/ne/module.c:
10153 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10154 Add WINAPI for EntryAddrProc.
10156 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
10157 Minor bug fixes in DdeNameService, also changes to move towards
10160 * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10161 Win9x look & feel on buttons and a fix for ownerdrawn buttons
10162 (background set to COLOR_BTNFACE).
10164 * if1632/kernel.spec:
10165 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10166 GlobalSmartPageUnlock() stub added.
10168 * miscemu/Attic/emulate.c, miscemu/Makefile.in, miscemu/main.c, relay32/Makefile.in, tools/build.c, Make.rules.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/win87em/.cvsignore, dlls/win87em/Makefile.in, dlls/win87em/emulate.c, graphics/win16drv/Makefile.in, if1632/Makefile.in, memory/instr.c:
10169 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10170 Use position-independent code in assembly glue when building .so.
10171 Include if1632/ and graphics/win16drv/ into WineLib.
10172 Move miscemu/emulate.c into dlls/win87em/.
10174 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10175 Changed way of allocation open mci drivers (array => list); this list
10176 is now stored on a per process basis.
10178 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
10179 Eric Pouech <Eric.Pouech@wanadoo.fr>
10180 Removed fixed size array to store specific data (now using
10181 mci(Set|Get)DriverData to store specific data).
10182 Make use of default debugtools.h channel.
10183 Added CALLBACK attribute to DriverProc.
10185 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10186 Changed way of allocation open mci drivers (array => list).
10187 First valid ID for mci devices is now 1 (some progs were testing this
10189 Started implementing mci command table resources.
10190 Handled closing on MCI_ALL.
10192 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10193 Removed fixed size array to store specific data (now using
10194 mci(Set|Get)DriverData to store specific data).
10195 Deferred opening of low-level device until play is requested.
10197 * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10198 Fixed return value for 'open' command.
10199 Changed way of allocation open mci drivers (array => list).
10201 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10202 Removed fixed size array to store specific data (now using
10203 mci(Set|Get)DriverData to store specific data).
10204 Fixed mmio chunk lookup on odd size 'fmt ' chunks.
10206 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10207 Uniformized use of fd to midi device.
10208 Now allocating memory on system heap.
10209 Fixed bug when stopping all notes.
10211 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10213 Changed way of allocation open mci drivers (array => list).
10214 Started implementing mci command table resources.
10216 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10217 No longer calling mm timers callbacks with mm timer crit sect locked.
10219 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
10220 ERROR_MORE_DATA requires to write the needed number of bytes into the
10221 lpcchX value (verified against NT3.51 advapi32.dll).
10223 * include/winnt.h, win32/device.c:
10224 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10225 Fixed some CONTEXT86 vs. CONTEXT mismatches.
10227 * include/neexe.h, loader/ne/segment.c:
10228 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10229 Added support for 32-bit NE code segments.
10231 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10232 Fix a hang when we process WM_STYLECHANGED.
10233 Small optimization in TREEVIEW_DrawItem.
10234 Fix debugging crash in TREEVIEW_Expand.
10236 Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
10238 * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
10239 Added missing prototype for ILFindChild().
10241 * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
10242 Eric Pouech <Eric.Pouech@wanadoo.fr>
10243 Compiler warnings fix.
10245 * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10248 * if1632/kernel.spec, loader/task.c:
10249 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10250 Fixed bugs introduced by 'register' and 'return' function changes.
10252 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10253 Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
10254 level physical surfaces (verified for XLIB with WC Prophecy).
10256 Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
10258 * windows/keyboard.c, windows/user.c, windows/win.c, misc/system.c, misc/toolhelp.c, misc/w32sys.c, tools/build-spec.txt, tools/build.c, win32/kernel32.c, memory/global.c, memory/local.c, include/builtin16.h, loader/ne/module.c, loader/task.c, if1632/kernel.spec, if1632/keyboard.spec, if1632/system.spec, if1632/thunk.c, if1632/toolhelp.spec, if1632/user.spec, if1632/w32sys.spec, if1632/dummy.c:
10259 Take advantage of the new registers saved in the STACK16FRAME to turn
10260 some 'register' functions into normal functions.
10261 Removed the few remaining 'return' functions to simplify relay
10264 * ipc/Attic/hash_test.c, ipc/Attic/run_tests, ipc/Attic/shm_block.c, ipc/Attic/shm_fragment.c, ipc/Attic/shm_fragment_test.c, ipc/Attic/shm_main_blk.c, ipc/Attic/shm_semaph.c, ipc/Attic/shm_semaph_test.c, ipc/Attic/wine_test_stub.c, loader/signal.c, loader/task.c, memory/atom.c, memory/global.c, misc/ddeml.c, windows/message.c, windows/win.c, windows/x11drv/event.c, Makefile.in, configure, configure.in, include/Attic/dde_atom.h, include/Attic/dde_mem.h, include/Attic/dde_proc.h, include/Attic/shm_block.h, include/Attic/shm_fragment.h, include/Attic/shm_main_blk.h, include/Attic/shm_semaph.h, include/dde.h, ipc/Attic/.cvsignore, ipc/Attic/Makefile.in, ipc/Attic/README, ipc/Attic/TEST_FRAGMENT.std, ipc/Attic/bit_array.c, ipc/Attic/bit_array_test.c, ipc/Attic/dde.tex, ipc/Attic/dde_atom.c, ipc/Attic/dde_atom_test.c, ipc/Attic/dde_mem.c, ipc/Attic/dde_mem_test.c, ipc/Attic/dde_proc.c, ipc/Attic/dde_proc_test.c, ipc/Attic/generic_hash.c, ipc/Attic/generic_hash.h:
10265 Marcus Meissner <marcus@jet.franken.de>
10266 Removed the old, historical and no longer working IPC support.
10268 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/builtin16.h, include/callback.h, include/module.h, include/stackframe.h, misc/Attic/callback.c, miscemu/main.c, relay32/.cvsignore, relay32/Makefile.in, scheduler/syslevel.c, tools/build.c, Make.rules.in:
10269 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10270 Modularized CallFrom/To16 routines. Adapted dependent routines,
10271 16-bit snoop/relay debugging, and make rules.
10273 * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
10274 Revert last change in window activation on mouse click.
10276 * memory/global.c: Rein Klazes <rklazes@casema.net>
10277 Fixed a case when GlobalSize did not return zero after an error.
10279 Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
10281 * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
10282 Renamed static global variable 'iovec' to 'myiovec'.
10284 * windows/dinput.c, memory/virtual.c, misc/registry.c, misc/winsock.c, multimedia/joystick.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/thread.c, win32/console.c, win32/device.c, win32/file.c, configure, configure.in, debugger/break.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, files/directory.c, files/dos_fs.c, files/file.c, include/config.h.in, include/multimedia.h, include/windef.h, loader/pe_image.c:
10285 Howard Abrams <howard@cs.nps.navy.mil>
10286 Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
10288 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10289 Create dialog window using CreateWindowEx16/W depending on template
10290 type, not dialog procedure type.
10292 * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
10293 Made IShellFolder::fnParseDisplayName return a relative pidl.
10295 * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
10296 Alex Priem <alexp@sci.kun.nl>
10297 First try at the month calendar common control. Main features
10300 * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
10301 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10302 Implemented GetPrinterA and GetPrinterDriverA.
10304 * controls/button.c: Luc Tourangeau <luc@macadamian.com>
10305 Added BN_CLICKED notification in WM_SETFOCUS.
10307 * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
10308 Juergen Schmied <juergen.schmied@metronet.de>
10311 * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
10312 Juergen Schmied <juergen.schmied@metronet.de>
10313 Implemented StrToOleStrN.
10314 Fixed crash in ShellExecuteEx.
10315 Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
10316 Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
10318 * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
10319 Juergen Schmied <juergen.schmied@metronet.de>
10320 IStream interface for file access.
10322 * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
10323 Juergen Schmied <juergen.schmied@metronet.de>
10324 Fixed crash during second DLL_PROCESS_DETACH if the dll
10325 refcount reached zero after the second one (memory freed twice).
10327 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
10328 Juergen Schmied <juergen.schmied@metronet.de>
10329 Some more pidl-types.
10330 Implementation of ILIsParent.
10332 * dlls/shell32/shelllink.c:
10333 Juergen Schmied <juergen.schmied@metronet.de>
10334 Completely rewritten. IPersistStream interface implemented.
10336 * dlls/shell32/shellole.c:
10337 Juergen Schmied <juergen.schmied@metronet.de>
10338 DLLGetClassObject/Classfactory: create objects by CLSID not IID.
10340 * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10341 Bugfix: exit() replaced by ExitProcess().
10343 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10344 Bugfix: correctly cope with end > 0xfffe.
10346 * library/winestub.c:
10347 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10348 Call ExitProcess() after WinMain() returns.
10350 * loader/ne/module.c:
10351 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10352 Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
10353 Don't try to call WEP of dummy modules in FreeLibrary16().
10355 * include/winreg.h, misc/registry.c:
10356 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10357 Added `const's to some registry API functions.
10359 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
10360 Added a couple of DirectX CLSID entries. This makes Unreal completely
10361 independent of a windows installation.
10363 * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
10364 GetTimeFormat() should return LocalTime not SystemTime.
10366 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
10367 Dave Pickles <davep@nugate.demon.co.uk>
10368 FOR and IF commands added.
10369 MOVE command added, but no wildcard support.
10371 Fixed TIME (was reporting in GMT).
10374 * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
10375 Sometimes the text on a tab control got truncated.
10377 * controls/combo.c: Abey George <abey@macadamian.com>
10378 Fixed the height of the dropped list when there are few items in the
10381 * include/message.h, include/ttydrv.h, include/x11drv.h, scheduler/synchro.c, windows/event.c, windows/ttydrv/event.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/monitor.c, windows/x11drv/wnd.c:
10382 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10383 Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
10384 calling XFlush() instead.
10386 * include/psdrv.h, graphics/psdrv/Makefile.in, graphics/psdrv/bitblt.c, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
10387 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10388 Added patterned brushes (level 2 PostScript only).
10389 Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
10391 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10392 Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
10393 to use the same code path.
10395 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10396 Fix InitTask() to work if DGROUP was manually resized.
10398 * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
10399 Ian Schmidt <irsman@iag.net>
10400 Added stub for SetThreadToken(), required by Office 2000.
10402 * include/commdlg.h:
10403 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10404 Bugfix: COMMDLG hook procedures were not CALLBACK.
10406 * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
10407 It is possible for a stream to have both small block and big block
10410 * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
10411 Made string compare case insensitive in GetModuleHandle16() as a
10412 quick fix for WinWord 6.
10414 * misc/network.c, relay32/mpr.spec:
10415 Juergen Schmied <juergen.schmied@metronet.de>
10416 Added stub for WNetGetUniversalName[A|W].
10418 * graphics/x11drv/palette.c:
10419 Juergen Schmied <juergen.schmied@metronet.de>
10420 Fixed crash due to invalid GDI_Obj.
10422 * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
10423 Fixed crash due to invalid pointer.
10425 ----------------------------------------------------------------
10426 Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
10428 * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
10429 Converted to the new debug interface, using script written by Patrik
10432 * include/windef.h, include/winreg.h, tools/make_X11wrappers, tsx11/ts_xf86vmode.c, Makefile.in, graphics/ddraw.c, include/basetsd.h, include/ntdef.h, include/ts_xf86vmode.h, include/winbase.h:
10433 Patrik Stridvall <ps@leissner.se>
10434 Started on an implementation of Win64 for use on 64 bit platforms.
10436 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
10437 Windows should be activated in these cases:
10438 1- when we click on non active window.
10439 2- when we cancel a moving or resizing of a non active window.
10441 * documentation/distributors:
10442 Marcus Meissner <Marcus.Meissner@caldera.de>
10443 Added sample wine.conf.
10445 * graphics/ddraw.c, include/keyboard.h, include/ttydrv.h, include/x11drv.h, objects/dc.c, objects/gdiobj.c, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
10446 Patrik Stridvall <ps@leissner.se>
10447 Moved code to the X11 driver.
10449 * include/winuser.h, loader/resource.c, relay32/user32.spec:
10450 Joshua Thielen <thielen@netperson.net>
10451 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
10453 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10454 WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
10456 * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
10457 Fixed check for whether to call SetWindowPos when showing a window
10460 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
10461 Check for complete lcid or just the primary language id in the
10462 registry lookups (fixes one FirstClassClient 32 problem).
10464 * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
10465 Fixed a problem with apps that override the default behaviour on
10466 WM_MOUSEACTIVATE message (main window was not activated).
10468 * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
10469 When enumerating resource, only use the lower 31 bit of the name as
10470 the offset (for the highest bit is '1'). Should fix wine-net/257.
10472 * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
10473 Patrik Stridvall <ps@leissner.se>
10474 Fixes for compile on non-Intel platforms.
10476 * dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, include/ntddk.h, include/ntsecapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h, include/winsvc.h, include/wtypes.h:
10477 Patrik Stridvall <ps@leissner.se>
10478 Fixed/moved/added missing/wrong function prototypes.
10480 * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
10481 Henrik Olsen <henrik@iaeste.dk>
10482 Cleanup of the Danish support.
10484 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
10485 Fix a bug in SetWindowPos to prevent parent from erasing its child
10486 painting area when parent window and child window don't have
10487 WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
10489 * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
10490 Make defwndproc erase the correct location.
10492 Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
10494 * relay32/crtdll.spec, windows/dinput.c, dlls/comctl32/propsheet.c, dlls/comctl32/trackbar.c, dlls/version/resource.c, if1632/relay.c, include/win.h, loader/elf.c, loader/pe_image.c, misc/crtdll.c, misc/shell.c, multimedia/dsound.c, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/avifil32/avifile.c:
10495 Marcus Meissner <marcus@jet.franken.de>
10496 some small include fixes, some checks for NULL ptrs,
10497 loader/elf.c: fixed the "lib" insertion
10498 crtdll: added fsopen()
10499 dinput: return that we are attached.
10501 * controls/button.c: Reverted previous change.
10503 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
10504 Cancel pending notifications when EM_SETMODIFY is called.
10506 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10507 Fix a crash when doing sorted inserts at top level.
10509 * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
10510 Reworked nonclient drawing code. Win31 look now works more like real
10511 Win31, so apps like Delphi 1.0 no longer go into infinite recursion
10512 etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
10513 (e.g. WS_EX_WINDOWEDGE is still not handled).
10515 * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
10516 SM_C[XY]FRAME is BorderWidth + 1.
10518 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10519 Bugfix: LocalInit with start == 0 always places heap at end of segment.
10521 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10522 Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
10524 * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, miscemu/main.c, scheduler/process.c, include/module.h, include/process.h, include/task.h, loader/main.c:
10525 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10526 On NE process creation, move major part of NE EXE module loading and
10527 NE instance creation into the child process.
10529 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
10530 Window style updates.
10532 * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
10533 Some enhancements, and removal of C++ constructs.
10535 * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
10536 Marcus Meissner <marcus@jet.franken.de>
10537 Implemented chains of surfaces. This allows an unlimited number
10538 of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
10541 * files/file.c, relay32/kernel32.spec:
10542 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10543 Added UnlockFileEx stub.
10545 * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
10546 Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
10547 Added missing 61762 entry on system resources in Spanish and
10548 Catalonian languages.
10550 * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
10551 Make GetScrollInfo return scroll pos when program requests thumb pos
10552 outside drag operation.
10554 Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
10556 * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10557 Converted to the new debug interface.
10559 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
10560 ReadConsoleA: use ir as pointer to (req+1).
10562 * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
10563 Remove the validated child area from the update region of parent for
10564 windows without WS_CLIPCHILDREN style.
10566 * debugger/db_disasm.c:
10567 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10568 Bugfix: Grp8 instructions have *byte* BitOffset operand.
10570 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10571 Bugfix: missing WINAPIs added.
10573 * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
10574 OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
10576 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
10577 Return ERROR_DISK_FULL for WriteFile.
10579 * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
10580 Fixed missing return after about dialog.
10582 Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
10584 * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
10585 Converted to the new debug interface, using script written by Patrik
10588 * scheduler/thread.c, tools/build.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, windows/win.c, loader/ne/module.c, loader/ne/segment.c, memory/global.c, memory/local.c, memory/selector.c, misc/callback.c, misc/error.c, misc/windebug.c, miscemu/emulate.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int10.c, msdos/int11.c, msdos/int12.c, msdos/int13.c, msdos/int15.c, msdos/int16.c, msdos/int17.c, msdos/int19.c, msdos/int1a.c, msdos/int20.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int29.c, msdos/int2a.c, msdos/int2f.c, msdos/int33.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/int5c.c, msdos/interrupts.c, msdos/vxd.c, msdos/xms.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, dlls/winaspi/winaspi16.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/dosexe.h, include/miscemu.h, include/msdos.h, loader/dos/dosvm.c, loader/task.c:
10589 Changed CONTEXT into CONTEXT86 everywhere we really want an i386
10591 Added #ifdef __i386__ around accesses to 386 registers in the generic
10594 * include/winnt.h: Added CONTEXT86 definition.
10595 Added PowerPC context as an example (not tested).
10597 * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
10598 Fixes for non-i386 compiling.
10601 Patrik Stridvall <ps@leissner.se>
10604 Made the include files self-sufficient.
10605 Some Solaris fixes.
10607 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
10608 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10609 Fixed DPA_LoadStream and improved DPA_Merge.
10611 * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10612 Added check for invalid parent item.
10614 * dlls/shell32/shellord.c, relay32/shell32.spec:
10615 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10616 Added SHDoDragDrop() stub.
10618 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10619 Improved GetRandomRegion().
10621 * misc/network.c, relay32/mpr.spec:
10622 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10623 Added WNetRemoveCachedPassword() stub.
10625 * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10626 Store buddy window.
10628 * include/tooltips.h, dlls/comctl32/tooltips.c:
10629 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10630 Started WM_NOTIFYFORMAT support.
10632 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10633 Better ComboBoxEx placement.
10635 * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
10636 Ensure that the command-line passed to the various *CreateProcess
10637 functions contains the path to the program being invoked.
10639 * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
10640 Prevent bad window X error.
10642 * windows/mdi.c, windows/sysmetrics.c:
10643 Abey George <abey@macadamian.com>
10644 The system menu icon on a MDI child window was corrupted when the
10645 child frame window is maximized within the main frame when the wine
10646 look is Windows 95.
10648 * controls/scroll.c, windows/defwnd.c:
10649 Slava Monich <Slava.Monich@netmanage.com>
10650 In case if scrollbar has the same background color as the window
10651 it belongs to, it needs to be filled with 0x55aa bitmap brush.
10653 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10654 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
10656 * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
10657 Fix (well kludge around) FreeBSD's `Invalid address' errors.
10659 * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
10660 James Abbatiello <abbeyj@wpi.edu>
10661 Draw a 3D border around edit controls when not in WIN31_LOOK.
10663 * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
10664 James Abbatiello <abbeyj@wpi.edu>
10665 Only draw a black border around normal buttons when in WIN31_LOOK.
10667 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10668 Fixed alignment and position when looking for mmio chunks.
10670 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10671 No longer using global vars (shared data) for mm timers, but a
10672 specific structure for each attached process.
10673 Fixed alignment and position when looking for mmio chunks.
10674 Fixed WAVE mapper handling in waveGetCaps.
10676 * include/multimedia.h, multimedia/time.c:
10677 Eric Pouech <Eric.Pouech@wanadoo.fr>
10678 No longer using global vars (shared data) for mm timers, but a
10679 specific structure for each attached process.
10681 * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
10682 Wrote a small document on how to package WINE for distributors.
10684 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
10685 SetCursorPos() function was called with a window coordinates
10688 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10689 Fixed null ptr deref introduced in last patch.
10691 * if1632/ole2.spec, ole/ole2.c:
10692 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10693 Kind of implemented OleMetaFilePictFromIconAndLabel.
10695 * include/toolbar.h, dlls/comctl32/toolbar.c:
10696 Chris Morgan <cmorgan@wpi.edu>
10697 James Abbatiello <abbeyj@wpi.edu>
10698 Fixed various problems related to bitmaps and flat toolbars.
10700 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
10701 James Abbatiello <abbeyj@wpi.edu>
10702 Fixed problems with disappearing text.
10704 * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
10705 James Abbatiello <abbeyj@wpi.edu>
10706 Complete rewrite of messaging code to implement/fix all input behaviors.
10707 Fixed a few fixmes.
10709 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
10710 Dave Pickles <davep@nugate.demon.co.uk>
10711 Added more batch functionality, including the CALL GOTO and SHIFT
10712 commands plus batch command arguments.
10714 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
10715 Updated to reflect current status.
10717 * loader/ne/module.c:
10718 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10719 NE_LoadFileModule: Free module when NE_LoadDLLs fails.
10721 * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
10722 Thuy Nguyen <thuy@macadamian.com>
10723 Implemented the underline and strikeout text attributes for the Wine
10726 * windows/win.c: Pascal Lessard <pascal@macadamian.com>
10727 EnableWindow doesn't release the capture of a child window.
10729 * Makefile.in: James Juran <jrj120@psu.edu>
10730 Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
10733 * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
10734 Remove the WM_LBUTTONUP message from the queue after selecting a mouse
10737 * server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, include/server.h, include/thread.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, misc/toolhelp.c, ole/parsedt.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, files/change.c, files/dos_fs.c, files/file.c:
10738 Further server optimizations:
10739 - merged request and reply structures
10740 - build requests directly into the buffer to avoid a copy
10742 Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
10744 * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
10745 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
10746 Standard dialog boxes resources and OLE strings are now in cp1251 encoding
10747 Font mapper does not anymore use fonts in -koi8-r encoding
10748 Font mapper now recognises fonts in -windows-* encodings (these are
10749 provided by xfstt TrueType server)
10750 Font mapper now sees max 16384 fonts (was 2048)
10752 * relay32/builtin32.c:
10753 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10754 Share the HMODULE of built-in modules over all processes.
10755 Use the cached HMODULE to speed up relay debugging.
10756 Display the multi-instantiation warning only for 'dangerous' DLLs.
10758 * scheduler/process.c:
10759 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10760 Load USER32.DLL before calling UserSignalProc.
10762 * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10763 Use separate service for each windows timer.
10765 * if1632/compobj.spec, ole/compobj.c:
10766 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10767 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
10769 * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
10770 Eric Pouech <Eric.Pouech@wanadoo.fr>
10771 Thou shalt not use C++ comments.
10773 * include/driver.h, windows/driver.c:
10774 Eric Pouech <Eric.Pouech@wanadoo.fr>
10775 Moved to new trace interface.
10776 Fixed driver closing.
10778 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10779 Better handling of double quotes in MCI string commands.
10781 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10782 Fixed memory leak in mci structures.
10784 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10785 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
10787 * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10788 Added missing GDI heap unlock.
10789 Moved to new debug interface.
10791 * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10792 Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
10793 OFN_EXPLORER bits set.
10795 * dlls/comctl32/imagelist.c:
10796 Francois Boisvert <francois@macadamian.com>
10797 Modified ImageList_LoadImageA to check the case where cx is set to zero.
10799 * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
10800 Added Swiss french keyboard layout.
10802 * server/select.c: Dump server objects on SIGHUP.
10804 * server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, include/server.h, include/server/Attic/request.h, include/thread.h, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, scheduler/thread.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, files/file.c:
10805 Made server communication faster by using a shared memory block.
10806 A few other optimizations in request processing in the server.
10807 Moved automatically generated request definitions to server.h and
10808 removed include/server/request.h.
10810 * windows/message.c, windows/queue.c, windows/win.c, windows/winproc.c, loader/main.c, loader/ne/segment.c, loader/task.c, miscemu/main.c, msdos/dpmi.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, tools/build.c, win32/kernel32.c, debugger/stack.c, dlls/ntdll/exception.c, if1632/relay.c, if1632/thunk.c, include/process.h, include/queue.h, include/stackframe.h, include/task.h, include/thread.h, include/winbase.h, include/winnt.h:
10811 Merged THDB and TEB structures.
10812 Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
10814 * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
10817 Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
10819 * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
10820 Fixed Winelib compilation.
10822 Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
10824 * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
10825 Include instruction emulation in Winelib.
10827 * include/wine/exception.h, win32/except.c: A few optimizations.
10829 * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
10831 * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
10834 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
10835 Debugger is now called by exception handling.
10836 Added 'pass' command to pass exceptions to the app.
10838 * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
10839 Moved signal handling to exception.c, generate exceptions on signals.
10840 Added hook for debugger in exception handling (temporary).
10842 * programs/progman/Makefile.in, programs/progman/Wa.rc, programs/winhelp/Makefile.in, programs/winhelp/Wa.rc, resources/sysres_Wa.rc, ole/nls/wal.nls, programs/clock/Makefile.in, programs/clock/Wa.rc, programs/notepad/Makefile.in, programs/notepad/Wa.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Wa.rc:
10843 Pablo Saratxaga <srtxg@ping.be>
10844 Walloon language update.
10846 * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
10847 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10848 - Do not call XConfigureWindow if SetWindowPos was called due to a
10849 received ConfigureNotify event (to avoid recursion).
10850 - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
10852 - Set XSizeHint.win_gravity to StaticGravity for managed windows.
10855 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10858 * loader/pe_image.c:
10859 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10860 Fix compiler warning.
10862 * documentation/Makefile.in, Makefile.in:
10863 Alexander V. Lukyanov <lav@long.yar.ru>
10864 Install wine.man from current directory.
10865 Remove wine.man on distclean, not on clean.
10867 ----------------------------------------------------------------
10868 Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
10870 * dlls/comctl32/listview.c, include/listview.h:
10871 Chris Morgan <cmorgan@wpi.edu>
10872 James Abbatiello <abbeyj@wpi.edu>
10873 Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
10875 * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
10876 James Abbatiello <abbeyj@wpi.edu>
10877 Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
10879 * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
10880 James Abbatiello <abbeyj@wpi.edu>
10881 Adds some undocumented behavior to TREEVIEW_GetItemA().
10883 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
10884 Fixed ambigous else/brace problem, moved "name" computation in
10885 CreateProcess _before_ outputting it in the FIXME_()s.
10887 * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
10888 Do not reuse a passed CONST RECT * pointer.
10890 * windows/x11drv/mouse.c:
10891 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10892 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
10893 used with native USER ...
10895 * loader/pe_image.c, scheduler/process.c:
10896 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10897 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
10898 replaced it by a somewhat less broken hack :-/
10900 * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
10901 Fixed small memory corruption.
10903 Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
10906 Patrik Stridvall <ps@leissner.se>
10907 Mad the include files idempotent using a consistent macro naming
10910 * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
10911 Avoid painting destroyed windows.
10913 * dlls/*.c, if1632/*.c, loader/*.c:
10914 Converted to the new debug interface, using script written by Patrik
10917 * if1632/builtin.c, loader/ne/module.c, loader/ne/segment.c, memory/atom.c, memory/string.c, objects/text.c, win32/thread.c, windows/property.c, windows/rect.c, windows/sysmetrics.c, dlls/advapi32/advapi.c, dlls/commdlg/filetitle.c, dlls/ntdll/nt.c, dlls/ntdll/sync.c:
10918 Patrik Stridvall <ps@leissner.se>
10919 Added missing/wrong includes.
10921 * windows/user.c, windows/x11drv/event.c, controls/icontitle.c, controls/menu.c, controls/widgets.c, debugger/dbg.y, debugger/dbgmain.c, loader/module.c, misc/spy.c, windows/message.c, windows/painting.c, windows/scroll.c:
10922 Patrik Stridvall <ps@leissner.se>
10923 Removed direct references to CLASS internals.
10925 * include/process.h, misc/version.c, scheduler/process.c:
10926 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10927 Rearrange winver detection code and cache the winver value we
10928 determined in the PDB to speed up.
10930 * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
10931 Draws a border around windows with old win31 style (only ws_border) in
10934 * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
10935 Patrik Stridvall <ps@leissner.se>
10936 Added CINTERFACE and NONAMELESSUNION support.
10939 Patrik Stridvall <ps@leissner.se>
10940 Added extern "C" if __cplusplus is defined.
10942 * include/combo.h, controls/combo.c, controls/listbox.c:
10943 Francis Beaudet <francis@macadamian.com>
10944 Fixed a few behaviors of the combobox that were broken.
10946 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
10947 Guy Albertelli <galberte@neo.lrun.com>
10948 Add new "walk" command options to list processes and modref's.
10950 * graphics/x11drv/dib.c:
10951 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10952 X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
10953 and negative lines.
10955 * dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, include/winuser.h, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c:
10956 Patrik Stridvall <ps@leissner.se>
10957 Changed xxx(VOID) to xxx(void).
10959 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10960 - simplified internal data
10961 - thread safe access to internal structures
10962 - fixed bug on ONE_SHOT timers
10963 - deferred service thread call until really needed (no longer on WINMM
10964 or MMSYSTEM attachement)
10966 * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
10967 Eric Pouech <Eric.Pouech@wanadoo.fr>
10968 Made the service thread instanciable in every process.
10970 * Make.rules.in, Makefile.in, configure, configure.in:
10971 James Juran <jrj120@psu.edu>
10972 Use Autoconf to find path to ldconfig.
10974 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
10975 Fixed a problem with the LoadTypeLib method.
10977 * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
10978 Use @sysconfdir@ for the default registries in misc/registry.c too.
10980 * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
10981 Added generic pixel converter for 8->24.
10983 * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
10984 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
10985 were expanded to WORD incorrectly.
10987 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
10988 Ove Kaaven <ovek@arcticnet.no>
10989 Various DPMI fixes and preliminary DPMI raw mode switch handler.
10991 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
10992 Fixed imprecision in the MDI tiling functionality.
10994 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10995 Open files with more appropriate sharing mode.
10997 * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10998 Small fixes for EnhMetaFile playback.
11000 * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
11001 Fixed an error and an off-by-one bug in DSA_SetItem(). This
11002 eliminates some crashes with Win98 native SHELL32.
11004 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11005 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
11008 * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
11009 dwDataSize needs to be reset before each RegQueryValueEx() call.
11011 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
11012 Don't ignore application-requested primary buffer flags.
11014 * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
11015 Clear high word of %esp when returning from CallFrom16.
11017 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
11018 Implementation of EV_RXFLAG.
11020 * windows/winpos.c, windows/x11drv/event.c:
11021 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11022 Better implementation of [GS]etForegroundWindow.
11023 Fixed focus handling on inter-thread activation.
11024 Adapted FocusIn/Out event handling to per-queue focus.
11026 * loader/ne/module.c:
11027 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11028 Release Win16Lock during PROCESS_Create.
11030 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
11031 ImageList_GetIcon bug fix.
11033 * win32/time.c: Rein Klazes <rklazes@casema.net>
11034 Corrected a problem in GetTimeZoneInformation() due a change to
11035 mktime() in glibc-2.1.1 when daylight saving time is in effect.
11037 * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
11038 Changed K&R C function definition to ANSI C.
11040 * graphics/psdrv/bitmap.c, include/psdrv.h:
11041 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11042 PSDRV_StretchDIBits should use logical co-ords.
11043 Some versions of ghostscript seem to eat one too many characters of
11044 image data. Add a '%' to the output file to work around this.
11046 * relay32/wnaspi32.spec:
11047 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11048 Fixed WNASPI32 ordinals.
11050 * include/winbase.h:
11051 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11052 Added the function definitions of GetStartupInfo*().
11054 * documentation/status/dde, misc/ddeml.c:
11055 Keith Matthews <keith_m@sweeney.demon.co.uk>
11056 1st cut implementation of DdeNameService (omits monitor callback)
11057 1st cut implementation of DdeKeepStringHandle (probably complete)
11058 DdeInitializeW - minor changes to initialise service names structure
11059 DdeGetLastError - start of proper last error retrieval
11060 DdeCreateStringHandle16 - added code for default codepage where not
11062 Various documentary/comment corrections.
11064 Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
11066 * include/process.h, memory/environ.c, scheduler/process.c:
11067 Use the normal environment routines to build the env db of the initial
11070 * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
11071 Return console handles in alloc_console request.
11072 Fixed read_console_input parameters to conform to the reply structure
11075 Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
11077 * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11078 Fixed CreateCompatibleBitmap when called with 0 width or height.
11080 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11081 Fixed mmioDescend when called with a parent chunk.
11083 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
11084 Trying to fix sigaltstack() problem reported by Debian users.
11085 SIGTRAP might be undefined (beos).
11087 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
11088 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
11089 Fixed TLB_FindTlb (strstr on binary data will not work).
11091 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
11092 Fixed >> and * operator precedence problem.
11094 * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11095 Fixed order for entering critical sections (X11 vs. WndLock) when
11096 calling X11DRV_MOUSE_SetCursor.
11098 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11099 Consult ne.operating_system field for NE files in GetBinaryType().
11101 * server/process.c: Fixed initial process refcount.
11103 Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
11105 * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
11106 Forced commit to get rid of the vendor branch
11108 * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
11110 * programs/regapi/regapi.c:
11111 Avoid use of strncmpi (reported by Ron Cemer).
11113 * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
11114 Moved inclusion of winestring.h to winebase.h.
11115 Added Winelib macros for lstrncmp functions.
11117 * controls/scroll.c: Ron Cemer <roncemer@gte.net>
11118 Fixes for several bugs in which portions of the scrollbar were not
11119 being redrawn correctly, the focus rectangle was not being correctly
11120 removed from the thumb before redrawing, etc.; added complete Win9x
11121 and WinNT look and feel support.
11123 * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
11124 Fixes for Win9x and WinNT look and feel.
11126 * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
11127 James Abbatiello <abbeyj@wpi.edu>
11128 Fixed response of GetFullPathNameA when buffer==NULL.
11130 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11131 CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
11133 * configure.in, programs/Makefile.in, programs/wcmd/.cvsignore, programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/makefile.bcc, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc, configure:
11134 Dave Pickles <davep@nugate.demon.co.uk>
11135 Added Wine command-line interpreter.
11137 * if1632/thunk.c, include/callback.h, misc/callback.c:
11138 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11139 Removed Callback.CallTaskRescheduleProc().
11141 * include/main.h, miscemu/main.c, tools/build.c:
11142 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11143 Switch stacks in CALL32_Init().
11145 * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
11146 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11147 16-bit scheduler reorganized: run all tasks in their own thread.
11148 Process creation sequence adapted to new scheduler.
11150 * include/services.h, loader/main.c, scheduler/services.c:
11151 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11152 Removed SERVICE_Exit().
11154 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11155 Release WND lock before calling PostEvent16().
11157 * include/wnaspi32.h:
11158 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11161 * dlls/wnaspi32/winaspi32.c:
11162 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11163 ASPI_ExecScsiCmd: better return value and verbose error when no device
11166 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
11167 Use SearchPath to test for existance of programs in lpCmdLine
11168 processing. For lpApplName do not append ".exe" and use
11169 DOSFS_GetFullName to locate the program. Move module find process
11170 after flag testing and provide quick exit if not found.
11172 * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
11173 Implemented dialog units -> pixels conversion very close to how it's
11174 actually done by Windows.
11176 Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
11178 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c, include/commdlg.h, include/initguid.h, include/objbase.h, include/ole2.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/winerror.h, include/wingdi.h, include/winuser.h, include/wtypes.h, ole/bindctx.c, ole/moniker.c:
11179 Paul Quinn <paulq@corel.ca>
11180 Some non-threatening fixes to some headers, as well as some casting
11181 changes that make winelib more win32 code compatible.
11183 * files/drive.c, include/winbase.h, relay32/kernel32.spec:
11184 <davep@nugate.demon.co.uk>
11185 Stub for SetVolumeLabel().
11187 * windows/message.c:
11188 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11189 Add back lost treatment of HWND_TOPMOST.
11191 * windows/x11drv/event.c:
11192 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11193 Try to improve ConfigureNotify event processing.
11195 * objects/pen.c: Joshua Thielen <thielen@netperson.net>
11196 Allow pens with styles greater than PS_INSIDEFRAME to be created with
11199 * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
11200 Rein Klazes <rklazes@casema.net>
11201 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
11202 ITypeLib2 and ITypeInfo2 methods.
11204 * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
11205 Allow NULL as argument to SysFreeString in accordance with SDK.
11207 * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
11208 - more up-to-date description of source tree
11209 - better example of required comments for an API implementation
11210 - replacement of WINE_PACKED by "pshpack1.h", etc.
11211 - naming conventions for non-api calls and types
11212 - location conventions for non-api header files and prototypes
11214 * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
11215 Robert W Hall <bobh@n-cantrell.demon.co.uk>
11218 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11219 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
11221 * windows/x11drv/event.c, windows/x11drv/wnd.c:
11222 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11223 Fixed potential memory corruption in EVENT_QueryZOrder.
11224 Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
11226 * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
11227 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
11229 * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
11230 o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
11231 o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
11232 CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
11233 parameter to ShowWindow(). Some apps (CALC.EXE for Win98
11234 is one of them) use this undocumented feature to create
11235 hidden window with WS_VISIBLE style set.
11237 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
11238 Ian Schmidt <irsman@iag.net>
11239 Added partial implementation for DPA_LoadStream and stub for
11240 DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
11241 the partial implementation and parameter information.
11243 * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
11244 Make it possible to link Wine statically (at least on RedHat 6.0).
11246 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11247 When looking into sys menu, check if items are present before
11250 * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
11251 Autoconfigure the directories in the manpage.
11253 * include/message.h, include/ttydrv.h, include/x11drv.h, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c:
11254 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11255 Removed DummyMotionNotify EVENT driver routine.
11257 * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
11258 Marcus Meissner <marcus@jet.franken.de>
11259 Autoconfigure the directories in the manpage.
11261 * files/file.c, include/winbase.h, relay32/kernel32.spec:
11262 James Juran <jrj120@psu.edu>
11263 Add stub for LockFileEx (KERNEL32.513).
11265 * documentation/status/internationalisation:
11266 Klaas van Gend <klaas@vangend.demon.nl>
11267 Current status of Wine on internationalisation.
11269 * controls/button.c: Rein Klazes <rklazes@casema.net>
11270 Do not process WM_LBUTTONUP message in ButtonWndProc()
11271 when the mouse is not captured.
11273 * graphics/psdrv/init.c, objects/dc.c:
11274 Noel Borthwick <noel@macadamian.com>
11275 From CreateCompatibleDC, pass the device name associated with the
11276 source DC in order to allow PSDRV_CreateDC to locate the printer info
11279 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11280 Added some digital video interface
11281 Fixed a few bugs (device names are no longer converted to upper case,
11282 added call back window, all structures moved to 32 bit...).
11284 * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11285 Workaroung gcc 2.7.2.x sig 11 issue.
11287 * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
11288 Eric Pouech <Eric.Pouech@wanadoo.fr>
11289 Added (still incomplete) handling of MCI_BREAK command.
11291 * documentation/no-windows: James Juran <jrj120@psu.edu>
11292 Updated documentation/no-windows.
11294 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11295 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
11296 using a faster generic routine and some inline assembly for i386
11299 Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
11301 * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
11302 Made handle table a separate object.
11303 Global handle table is no longer bound to a process.
11304 Removed special handling of the initial process.
11306 * server/main.c, server/object.c, server/object.h:
11307 Added optional debugging code in object management.
11309 Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
11311 * scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, windows/queue.c, windows/winproc.c, include/thread.h, loader/task.c:
11312 Got rid of THREAD_InitDone.
11313 Made THREAD_Current() inline.
11314 Moved server tid into TEB.
11316 * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
11317 Reimplemented the CheckRadioButton function.
11319 * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
11320 James Abbatiello <abbeyj@wpi.edu>
11321 Fixed incorrect lookup of background color.
11323 * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
11324 Chris Morgan <cmorgan@wpi.edu>
11325 James Abbatiello <abbeyj@wpi.edu>
11326 Fixed problems when using multiple style flags together.
11328 * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
11329 James Abbatiello <abbeyj@wpi.edu>
11330 Fixed a problem when using string resources as tooltext.
11332 * windows/win.c: Francis Beaudet <francis@macadamian.com>
11333 Fixed a behavior of the focus when a parent window is disabled.
11335 * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
11336 Fixed a bug which causes the PolyBezier to not be updated on redraw
11337 (when you want them to be).
11339 * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
11340 Remove unnecessary warning in TranslateAccelator.
11343 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
11346 * dlls/commdlg/cdlg_xx.rc, dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, include/ver.h, include/winver.h, tools/wrc/wrctypes.h:
11347 Paul Quinn <paulq@corel.ca>
11348 ver.h is a legacy header. winver.h should be used instead.
11350 * dlls/tapi32/phone.c, misc/crtdll.c:
11351 Marcus Meissner <marcus@jet.franken.de>
11352 Fixed some warnings.
11354 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
11355 Luc Tourangeau <luc@macadamian.com>
11356 - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
11357 - Implemented LVM_FINDITEM message.
11358 - Added some new window styles.
11359 - Fixed some bugs and extended a number of existing functions.
11360 - Modified selection functions to support area selection (for group
11361 selection in LVS_ICON and LVS_SMALLICON).
11363 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
11364 Fixed a couple of missing event notifications. Some more debugging
11367 * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
11368 Icelandic keyboard support.
11370 * graphics/ddraw_private.h, graphics/ddraw.c:
11371 Lionel Ulmer <ulmer@directprovider.net>
11372 - better debug output for surface creation
11373 - added (experimental) DIBSection implementation of GetDC / ReleaseDC
11375 * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
11378 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
11379 Support TPM_RETURNCMD in TrackPopupMenu.
11381 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
11382 Fix <return> key (somehow we get a control keystate).
11384 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11385 Fixed compilation erros on non-Linux systems.
11387 * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11388 Added missing TRACE define when NO_DEBUG_MSGS was defined.
11390 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
11391 Added missing WINAPI for SHValidateUNC.
11393 * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
11394 Adapted to the new dll resource handling by Bertho Stultiens.
11396 Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
11398 * misc/shell.c: Release the Win16Lock before calling WinExec.
11400 * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
11401 Removed process argument to PROCESS_CallUserSignalProc.
11403 * scheduler/process.c:
11404 Moved remaining initialisations to the new process context.
11405 Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
11406 Changed PROCESS_CallUserSignalProc to avoid accessing another process
11409 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
11410 Added support for dumping variable-size data of server replies.
11411 Added cmd_line and cmd_show in new_process request.
11413 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
11414 fixed builtin mmsystem.dll init sequence
11416 * multimedia/Attic/init.c, multimedia/Makefile.in:
11417 Eric Pouech <Eric.Pouech@wanadoo.fr>
11418 removed obsoleted init.c source file
11420 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11421 removed unnecessary MCI drivers entry point
11422 added undocumented mmsystem functions
11424 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11425 moved to new trace interface
11426 now calling time init function from mmsystem and/or winmm entry point
11428 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11429 included DLL init sequence (from obsoleted init.c)
11430 fixed builtin mmsystem.dll init sequence
11431 fixed PlaySound when used with an asynchronous audio driver
11432 fixed midiStream functions for Stop/Pause/Restart functions
11433 fixed error handling in waveOutOpen with QUERY_FORMAT flag
11435 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11436 included midi init sequence (from obsoleted init.c)
11437 moved to new trace interface
11438 simplified code with using new configuration constant (HAVE_OSS_MIDI)
11439 fixed erroneous warnings
11441 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11442 included mci init sequence (from obsoleted init.c)
11443 moved to new trace interface
11445 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11446 output: better internal thread interface (orthogonalization of states and events)
11447 output: removed use of DSP_IOCTL_GETOSPACE
11448 output: fixed latency in reset messages handling
11449 output: replaced some polling mechanisms with blocking ones
11450 output: fixed get/set volume functions
11452 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11453 moved to the new debug interface
11454 fixed bugs in pause/play/stop functions
11455 fixed signature of driver entry point
11457 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11458 moved to the new debug interface
11459 fixed bugs in pause/play functions
11460 fixed signature of driver entry point
11462 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11465 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11466 Remove extraneous winuser16.h.
11468 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11469 Changed printf into TRACE.
11471 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11474 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11475 Check when backtracking the stack if frames are correct (readable).
11477 * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
11478 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11479 Moved WINSOCK network IO event handling to special thread.
11480 Removed EVENT_WaitNetEvent, introduced a global scheduler event.
11482 * miscemu/main.c, scheduler/process.c:
11483 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11484 Wait until child initialized before returning from PROCESS_Create.
11486 * relay32/kernel32.spec, win32/kernel32.c:
11487 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11488 Use register functions with arguments for LogApiThk...
11490 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11491 James Abbatiello <abbeyj@wpi.edu>
11492 Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
11493 variable in LISTVIEW_GetNextItem.
11495 Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
11497 * include/dosexe.h, include/module.h, include/pe_image.h, include/process.h, include/thread.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, relay32/kernel32.spec, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/ntdll/exception.c:
11498 Use the new debug functions to send debug events at appropriate places.
11499 Pass the process creation flags to PROCESS_Create.
11501 * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
11502 Implemented the Win32 debug API functions.
11504 * include/server.h, include/server/request.h, server/Makefile.in, server/debugger.c, server/object.h, server/process.c, server/thread.c, server/thread.h, server/trace.c:
11505 Added debug events support.
11507 ----------------------------------------------------------------
11508 Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
11510 * memory/global.c, memory/heap.c, memory/ldt.c, memory/selector.c, memory/string.c, memory/virtual.c, objects/brush.c, objects/color.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, scheduler/handle.c, scheduler/services.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, win32/code_page.c, win32/console.c, win32/error.c, win32/file.c, win32/init.c, win32/process.c, win32/struct32.c, win32/thread.c, win32/time.c, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, memory/atom.c:
11511 Converted to the new debug interface, using script written by Patrik
11514 * scheduler/process.c:
11515 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11516 Bugfix: dwFlags must describe target process in UserSignalProc.
11518 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
11519 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
11522 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11523 James Abbatiello <abbeyj@wpi.edu>
11524 LISTVIEW_KeyDown: Invalidate the listview window only when the
11525 selected item changes.
11527 * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
11528 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11529 Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
11530 (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
11531 and SSConfirmSmallStack (KERNEL.704).
11533 * if1632/display.spec, windows/display.c:
11534 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11535 Fix typo (wrong DISPLAY.CheckCursor ordinal).
11536 Superfluous FIXME converted to TRACE in CheckCursor.
11538 * relay32/relay386.c:
11539 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11540 Bugfix: syslevel relay check was too strict.
11542 * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
11543 Do not use pagesize aligned size_low to grow mapped file, but original
11544 size_low. (fixes Heises Index Register)
11546 Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
11548 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
11549 - added some more debug output
11550 - corrected a slight bug in DGA DirectDraw creation
11552 * windows/win.c: Francis Beaudet <francis@macadamian.com>
11553 Fixed a major memory leak in the window management code.
11555 * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11556 In SetWindowPos if changing Z order and child window not yet in its
11557 parent list, do not link it in WINPOS_ShowIconTitle, check for retval
11560 * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
11561 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
11564 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11565 Don't freeze other thread while it may hold the X critical section.
11567 * include/display.h, loader/main.c, windows/display.c:
11568 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11569 Added UserRepaintDisable16().
11571 * windows/dinput.c, windows/message.c:
11572 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11573 Removed EVENT_WaitNetEvent() calls.
11575 * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11576 Added IsUserIdle16().
11578 * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
11579 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11580 Adapted to EVENT_ driver changes.
11582 * loader/task.c, scheduler/synchro.c:
11583 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11584 Adapted to event synchronization changes.
11586 * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
11587 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11588 Moved X input event handling out of EVENT_WaitNetEvent and into
11589 service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
11590 driver. Changed winContext to hold HWND instead of WND *.
11592 * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11593 Don't change Z-order of child windows when activating.
11595 * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
11596 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11597 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
11598 Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
11600 * configure, configure.in, include/acconfig.h, include/config.h.in:
11601 Eric Pouech <Eric.Pouech@wanadoo.fr>
11602 Create a new configuration manifest constant HAVE_OSS_MIDI.
11604 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
11605 Fixed silly EINTR bug with starting dosmod.
11607 * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
11608 Should compare to X11 constant "None" since a colormap is an X
11609 Resource ID and not a pointer.
11611 * controls/listbox.c: Paul Quinn <paulq@corel.ca>
11612 Stop a listbox bug that causes a div by zero when the item height
11613 is zero. Doesn't solve the root of the problem though.
11615 * dlls/shell32/shell32_Pt.rc:
11616 Andre Malafaya Baptista <Malafaya@milenio3.pt>
11617 About dialog translated to Portuguese.
11619 * if1632/thunk.c: James Juran <jrj120@psu.edu>
11620 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
11622 * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11623 Check if dc has been created before using it.
11625 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11626 Add a few more 32->16 Escape conversions.
11628 * relay32/relay386.c, if1632/relay.c:
11629 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11630 Check for syslevel violations while relay debugging.
11632 * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
11633 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11634 Improved syslevel handling, store currently held syslevels in thread
11635 database, WIN_CritSection converted to syslevel.
11637 * include/windows.h: Joshua Thielen <thielen@netperson.net>
11638 Added mmsystem.h include.
11640 * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
11641 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11642 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
11643 MapProcessHandle; stub for BUNNY_351.
11645 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11646 Handle proc == NULL in THUNK_SetDCHook correctly.
11649 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11650 Added support for the undocumented combination
11651 GetPrivateProfileStringA(section == NULL, entry == NULL, ...
11653 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
11654 James Abbatiello <abbeyj@wpi.edu>
11655 Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
11657 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11658 James Abbatiello <abbeyj@wpi.edu>
11659 Implemented GetNextItem for the Listview control.
11661 * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
11662 Expire timers on expiry time too, not just after.
11664 * include/wine/obj_base.h, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, multimedia/dplay.c, multimedia/dsound.c, ole/antimoniker.c, ole/bindctx.c, ole/compositemoniker.c, ole/datacache.c, ole/defaulthandler.c, ole/filemoniker.c, ole/hglobalstream.c, ole/ifs.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/moniker.c, ole/olefont.c, ole/oleobj.c, ole/stg_stream.c, ole/storage32.c, windows/dinput.c, dlls/avifil32/avifile.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/d3ddevices.c:
11665 Paul Quinn <paulq@corel.ca>
11666 Microsoft com vtable compatibility workaround for g++. Basically adds
11667 an optional 8 bytes padding to COM objects where the RTTI would be.
11669 * include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
11670 Marcus Meissner <marcus@jet.franken.de>
11671 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
11672 GetSystemMetrics(SM_xx), removed no longer needed includes of
11675 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
11676 Added INT_Int16AddChar.
11678 * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11679 Bugfix: Prevent null-pointer dereference in TRACE argument list in
11682 * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11683 Fixed wrong NE module registration so that resources work.
11685 * if1632/thunk.c, tools/build.c, win32/kernel32.c:
11686 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11687 Set %ebx to point to real 16-bit stack in CBClientThunkSL.
11688 Pass %esi back-and-forth in CBClientThunkSL(Ex).
11689 Copy modified buffers back after return from FT_Thunk.
11690 Fix broken recognition of LS thunklets.
11692 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
11693 Marcus Meissner <marcus@jet.franken.de>
11694 Removed use of win.h, sysmetrics.h and associated WINE USER internal
11695 variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
11697 * dlls/comctl32/Attic/propsheet.h, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h:
11698 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11699 Toolbar customization dialog (take one).
11701 * windows/win.c: Francis Beaudet <francis@macadamian.com>
11702 Fixed GetTopWindow so it will correctly handle the NULL parameter.
11704 * include/process.h, loader/module.c:
11705 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11706 Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
11707 Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
11710 * if1632/mmsystem.spec, multimedia/mmsystem.c:
11711 Marcus Meissner <marcus@jet.franken.de>
11712 Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
11714 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
11715 Ove Kaaven <ovek@arcticnet.no>
11716 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
11717 on the correct address space. Added DOSMEM_MovePointers() that
11718 relocates selectors when the DOS address space changes (i.e. when
11719 dosmod is spawned, particularly from Win16 apps that uses DPMI to
11720 execute real-mode code). More complete DOS device implementation.
11722 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
11723 Ove Kaaven <ovek@arcticnet.no>
11724 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
11725 (DOSVM idle message loop), and fields hConInput and hConOutput.
11727 * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
11728 Add some null checking in the Get/SetBitmapBits functions.
11730 * misc/crtdll.c, relay32/crtdll.spec:
11731 Marcus Meissner <marcus@jet.franken.de>
11732 Added init function for CRTDLL, allocate stdio/stderr/stdout on
11733 DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
11736 * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
11737 Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
11739 * misc/winsock.c: James Juran <jrj120@psu.edu>
11740 Print a more effective (and visible) error message when an application
11741 can't create a socket with type == SOCK_RAW.
11743 * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11744 Some more defines for multimedia.
11746 * msdos/vxd.c, win32/device.c:
11747 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11748 Some stubs for pccard vxd to debug the native shell32.
11750 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
11751 Use service thread for "true" multimedia timers.
11752 Removed implementation of fake multimedia timers.
11753 Set minimum resolution to 10 ms (the timing resolution of the Linux
11754 kernel). Fixed a couple of flaws.
11756 * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11757 Implemented printing out of some structures.
11759 Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
11761 * server/select.c, server/socket.c:
11762 Set only the client socket in non-blocking mode instead of all fds;
11763 should avoid problems with stdio handles.
11765 Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
11767 * include/debugdefs.h, include/gdi.h, include/psdrv.h, include/ttydrv.h, include/wine/wingdi16.h, include/wingdi.h, include/winspool.h, misc/Attic/spooler.c, misc/Makefile.in, misc/printdrv.c, objects/dc.c, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in, dlls/winspool/info.c, graphics/driver.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/psdrv/driver.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, Makefile.in, configure, configure.in:
11768 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11769 Implement DocumentProperties, DeviceCapabilities, beginnings of
11770 Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
11771 Split off WINSPOOL into its own directory.
11772 Several functions added to DC_Funcs.
11773 Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
11775 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
11776 glide2x loadorder is "so,native".
11778 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
11779 Improved shortcuts - follows jumps in trying to avoid switching to
11780 real mode unnecessarily.
11782 * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
11783 Updated and improved instructions.
11785 * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
11786 Made "Wine-dbg>set *seg:off = val" work (previously only
11787 "Wine-dbg>set *off = val" worked).
11789 * multimedia/mcimidi.c, multimedia/mciwave.c:
11790 Jukka Kangas <jtkangas@nic.fi>
11791 When opening the file we don't need MMIO_EXCLUSIVE
11792 rights. MMIO_DENYWRITE should be sufficient.
11794 * dlls/shell32/shellpath.c:
11795 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11796 Prevent crash in stub of SheGetDirW.
11798 * dlls/shell32/shlmenu.c:
11799 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11800 Further implementation of the FileMenu.
11802 * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11803 Set the default menu item of the window menu
11805 * wine.ini: James Juran <jrj120@psu.edu>
11806 Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
11807 accordance with Linux 2.2 Changes file.
11809 * if1632/kernel.spec, loader/module.c:
11810 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11811 Release Win16Lock when calling LoadLibrary32 from 16-bit code.
11813 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11814 Fixed THUNK_SetDCHook when using native USER.
11816 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11817 Bugfix: FT_PrologPrime was broken due to relay changes.
11819 * misc/network.c, relay32/mpr.spec:
11820 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11823 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11824 Suspend window locks before calling hook procedure.
11826 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11827 Fixed window refcount handling in GetNextDlgGroupItem.
11829 * controls/button.c:
11830 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11831 Removed superfluous WIN_ReleaseWndPtr.
11833 * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
11834 Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
11835 previous one. (reported by Ove)
11837 Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
11839 * include/winbase.h, include/winnt.h:
11840 Added a few missing debug event definitions.
11842 * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
11843 Adapted to new select interface.
11844 Fixed bug in *_signaled routines that could cause busy-waiting in the
11847 * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
11848 Changed select interface, separated timeouts from file descriptors.
11850 * server/handle.c, server/handle.h, server/process.c, server/process.h:
11851 Moved process structure definition to process.h.
11852 Added suspend/resume_process.
11853 Moved handle table back into the process structure.
11855 * scheduler/client.c, server/trace.c, include/server.h:
11856 Added TEB in init_thread request.
11858 Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
11861 Tried to add an error message when crashing on a selector load because
11862 of missing LDT sharing between threads (untested).
11864 * scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/change.c, server/console.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/request.c, server/select.c, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, include/server.h, include/server/Attic/object.h, include/server/Attic/process.h, include/server/Attic/thread.h, include/server/request.h, memory/virtual.c:
11865 Server reorganization:
11866 - moved request handlers to the specific C files
11867 - moved handle management to handle.c
11868 - moved server private includes to server/ instead of include/server/
11870 * Make.rules.in: Get include files from the current directory first.
11872 Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
11874 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/win.h, windows/msgbox.c, windows/queue.c, windows/win.c:
11875 Marcus Meissner <marcus@jet.franken.de>
11876 Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
11877 removed unnecessary win.h includes, added syslevel.h to queue.c.
11879 * controls/combo.c: Francois Boisvert <francois@macadamian.com>
11880 Changed CBGetDroppedControlRect to be compliant with Windows API.
11882 * include/wine/exception.h, win32/except.c:
11883 Fixed a few bugs, and improved the exception macros (based on
11884 suggestions by Sergei Turchanov).
11886 * dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, ipc/dde_atom.c, ipc/dde_atom_test.c, ipc/shm_block.c, ipc/shm_fragment.c, ipc/shm_fragment_test.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, ipc/shm_semaph_test.c, ipc/wine_test_stub.c, relay32/snoop.c, relay32/utthunk.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/service.c, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c, dlls/msacm/msacm_main.c, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/psapi/psapi_main.c, dlls/rasapi32/rasapi.c, dlls/tapi32/assisted.c, dlls/tapi32/phone.c, console/generic.c, console/ncurses.c, console/xterm.c, controls/combo.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c:
11887 Converted to the new debug interface, using script written by Patrik
11890 * tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
11891 Converted to the new debug interface.
11893 * windows/painting.c:
11894 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11895 Fixed invalid window refcount handling in RDW_Paint().
11897 * windows/message.c: Noel Borthwick <noel@macadamian.com>
11898 Fix a deadlock with the system message queue by ensuring the system message
11899 queue is unlocked while the actual message is being processed.
11901 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
11902 Check if in depth-conversion mode before returning an error message
11903 in IDirectDrawPaletteImpl_GetEntries.
11905 Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
11907 * documentation/status/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, include/wine_gl.h:
11908 Lionel Ulmer <ulmer@directprovider.net>
11909 Replaced all the Mesa specific code by GLX code. Should work now on
11910 any OpenGL implementation.
11912 * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
11913 Added Italian keyboard support.
11915 * graphics/enhmetafiledrv/graphics.c:
11916 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11917 Fixed a couple of memcpy errors.
11919 * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11920 Small fix to help native win95 PrintDlg on the way.
11922 * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
11923 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11924 Implemented InsertInASPIChain and fixed minor things.
11926 * windows/x11drv/mouse.c:
11927 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11928 Fixed quite ill window locking code.
11930 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
11931 Fixed an infinite loop in ChildWindowFromPointEx.
11934 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
11935 - prevent crash when GetMenuDefaultItem is called on empty menu
11936 - set default item on system menu
11938 * loader/ne/module.c, memory/selector.c, relay32/ntdll.spec, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/stackframe.h:
11939 Adapted for new register functions support (ESP_reg in register
11940 functions now points after the arguments).
11942 * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
11943 Win32 register functions can now have arguments.
11944 Simplified relay debugging for register functions.
11946 * relay32/kernel32.spec, win32/device.c:
11947 VxDCall functions do not need to be 'register'.
11949 Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
11951 * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
11953 * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
11954 Added macros and definitions for using exception inside Wine or
11957 * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
11958 Moved some exception definitions to winnt.h and ntddk.h.
11960 * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
11961 Added missing WINAPI for the callback procs.
11963 * include/sig_context.h: Added ERROR_sig.
11965 * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
11968 * misc/winsock.c, include/winsock.h:
11969 Marcus Meissner <marcus@jet.franken.de>
11970 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
11971 replaced all pwsi->err references.
11973 * loader/pe_image.c: Changed some error handling a bit.
11975 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
11976 Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
11978 * relay32/kernel32.spec, relay32/ntdll.spec:
11979 Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
11982 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
11983 Added import declaration for Win32 built-ins.
11985 Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
11987 * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
11988 Added support for forwarded ordinals in built-in dlls.
11990 Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
11993 Fixed request size for alloc_console and free_console.
11995 * relay32/kernel32.spec, relay32/ntdll.spec, win32/except.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/Attic/except.h, include/debugdefs.h, include/ntddk.h, include/thread.h, include/winbase.h, include/winnt.h:
11996 Improved exception handling.
11997 Based on the work of Sergey Turchanov <turchanov@usa.net>.
12000 Use OpenFile() to test for file existence, so that the path gets
12003 * server/select.c: Ove Kaaven <ovek@arcticnet.no>
12004 Restart interrupted select() (happens with -pg).
12006 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
12007 Fixed off-by-one bug in memory access check.
12009 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12010 More debug output for RegQueryInfoKey.
12012 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
12013 Fixed a couple of bugs (silent backtrace not totally silent, crashes
12014 when the stack is corrupted or similar).
12016 ----------------------------------------------------------------
12017 Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
12019 * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl, tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl, tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl, tools/wineconf.tcl:
12020 Jean-Louis Thirot <thirot@univ-brest.fr>
12021 Added graphical configuration tool wineconf.tcl.
12023 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
12024 Ignore ESC[%dc reports generated by 8bit control codes.
12025 Open console even if we already have one in the process.
12027 * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
12028 Fixed off by 1 error in section code (did not return len-2 on buffer
12029 overflow in some cases, but len-1).
12031 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
12034 * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
12035 Fixed palette handling for true/high-color X11.
12037 * loader/ne/module.c:
12038 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12039 Fixed extension handling in LoadLibrary16.
12041 * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
12042 Alex Korobka <alex@aikea.ams.sunysb.edu>
12043 Rearranged PAINT_RedrawWindow() so that it first recursively updates
12044 invalid regions and only then starts sending out messages. This should
12045 help with reentrancy during message processing and now it needs just
12046 one (or none) scratch region for all there is to do. Also, small fixes
12047 for SetWindowPos().
12049 * configure, configure.in: Added check for missing __i386__ definition.
12051 * include/config.h.in, scheduler/client.c, server/socket.c, server/trace.c, configure, configure.in, tools/wrc/parser.y, ole/datacache.c, ole/defaulthandler.c, ole/hglobalstream.c, ole/memlockbytes.c, scheduler/sysdeps.c, tools/build.c, misc/wsprintf.c, miscemu/instr.c, msdos/ioports.c, if1632/snoop.c, include/server.h, include/stackframe.h, ipc/bit_array.c, controls/edit.c, controls/menu.c, debugger/dbg.y, graphics/x11drv/xfont.c:
12052 Patrik Stridvall <ps@leissner.se>
12055 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
12056 Pass PROPSHEETPAGE to propertypage dialog as lParam.
12058 * misc/winsock.c, multimedia/dsound.c, objects/brush.c, objects/enhmetafile.c, ipc/dde_atom.c, ipc/generic_hash.c, ipc/shm_block.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, loader/dos/dosmod.c, loader/signal.c, memory/ldt.c, graphics/psdrv/init.c, include/dplay.h, include/dplobby.h, include/heap.h, include/metafile.h, include/mmsystem.h, include/psdrv.h, include/shellapi.h, include/sig_context.h, include/winsock.h, dlls/ntdll/time.c, dlls/shell32/folders.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/dispdib.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/fontdlg.c, debugger/msc.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c:
12059 Patrik Stridvall <ps@leissner.se>
12062 * windows/caret.c, include/wine/wingdi16.h, include/wine/winuser16.h, misc/printdrv.c, objects/font.c, objects/linedda.c, objects/region.c, graphics/win16drv/font.c, include/gdi.h, include/windef.h, include/wingdi.h, include/winuser.h, graphics/psdrv/font.c:
12063 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12064 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
12065 to bring wingdi.h almost upto a complete NT4.0 interface.
12066 Fix return value of SetRectRgn().
12068 * windows/display.c, windows/focus.c, windows/nonclient.c, windows/ttydrv/mouse.c, windows/win.c, windows/winpos.c, include/ttydrv.h, include/winpos.h:
12069 Michael Veksler <mveksler@techunix.technion.ac.il>
12070 Removed #include "wine/winuser16.h" and use "struct tag????" instead.
12072 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
12073 Improved Wine debugger backtrace. New features:
12074 - Displays ebp, in case you want to check stackframes manually
12075 - Detects far calls even when windows apps don't mark them
12076 - Tracks CallFrom16/CallTo16 relaying (thunking)
12078 * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
12079 Bugfix: get_sobasename was off by one pointer increment.
12081 * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
12082 Fixed implicit type warning.
12084 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
12085 Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
12087 * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
12088 Francis Beaudet <francis@macadamian.com>
12089 Second part of the OLE datacache implementation.
12091 * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
12092 Ove Kaaven <ovek@arcticnet.no>
12093 Moved DOS List of Lists initialization, and added the beginnings of
12094 the DOS device structures.
12096 * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
12097 Noomen Hamza <noomen@macadamian.com>
12100 * ole/hglobalstream.c, relay32/ole32.spec:
12101 Thuy Nguyen <thuy@macadamian.com>
12102 Implemented GetHGlobalFromStream.
12104 * include/thread.h, scheduler/thread.c:
12105 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12106 Call THREAD_FreeTHDB as service thread callback.
12108 * include/message.h, loader/task.c, windows/timer.c:
12109 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12110 Removed TIMER_SwitchQueue.
12112 * debugger/memory.c:
12113 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12114 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
12117 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
12118 Stop winelib programs on fault instead of endless faultlooping.
12120 * Makefile.in: James Juran <jrj120@psu.edu>
12121 Run ldconfig in make install if using --enable-dll.
12122 Cleaned up uninstall_lib as well.
12124 * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
12125 Thuy Nguyen <thuy@macadamian.com>
12126 Implementation of IStorage supported by an implementation of
12127 ILockBytes on top of an HGLOBAL.
12129 * files/profile.c, relay32/kernel32.spec:
12130 Marcus Meissner <marcus@jet.franken.de>
12131 Return the correct value from GetPrivateProfileSectionA.
12132 Copy/convert back the buffer in GetPrivateProfileSectionW.
12133 Replace some output pointers str/wstr->ptr in kernel32.spec.
12135 * loader/task.c, scheduler/process.c:
12136 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12137 Some initialization sequence bugfixes:
12138 - Initialize process crst for 16-bit processes.
12139 - Don't crash due to uninitialized stack frames in WineLib.
12140 - Map system DLLs before calling UserSignalProc.
12141 - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
12143 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12144 Call Callout routines directly when using builtin USER.
12146 * loader/pe_image.c:
12147 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12148 Bugfix: all PE modules were marked 'internal'.
12150 * include/dce.h, objects/dc.c, windows/dce.c:
12151 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12152 Check for busy DCE moved to DCHook16().
12154 * include/win.h, loader/main.c, windows/win.c:
12155 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12156 Initialize WIN_CritSection earlier.
12158 * dlls/comctl32/trackbar.c, include/trackbar.h:
12159 Luc Tourangeau <luc@macadamian.com>
12160 Removed the timer that was used to queue TRACKBAR_Refresh calls.
12161 Removed all direct calls to TRACKBAR_Refresh (except from within the
12162 WM_PAINT handling section) and replaced them by calls to
12164 Fixed a bug in the TRACKBAR_SetPos function.
12165 Fixed the behavior for different types of mouse input.
12167 * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
12168 Implemented toolbar multirow button layout.
12170 * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
12171 Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
12173 * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
12174 Implemented OleTranslateColor.
12176 * include/winuser.h, windows/input.c:
12177 Francis Beaudet <francis@macadamian.com>
12178 Changed the return value of GetKeyboardState and SetKeyboardState from
12181 * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
12182 Prevented LISTBOX_RepaintItem from repainting a non visible item.
12184 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12187 * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12188 Bugfix for TRACE in UnregisterClass.
12190 Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
12192 * include/Attic/propsheet.h: No longer necessary.
12194 Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
12196 * objects/dc.c, windows/dce.c, include/dce.h:
12197 Francis Beaudet <francis@macadamian.com>
12198 Check if DC is busy before deleting it.
12201 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12202 GetMailslotInfo is supposed to check for pointer validity.
12204 * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12205 Possible crash in select_loop() fixed.
12207 * include/services.h, loader/task.c, scheduler/services.c:
12208 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12209 Fixed various stupid bugs in services thread routines.
12210 Added SERVICE_Exit routine to kill the services thread.
12212 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12213 Inverted class/channel in __(SET|GET)_DEBUGGING macros.
12215 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12216 Correct implementation of GetWindowThreadProcessId().
12218 * if1632/mmsystem.spec, multimedia/mmsystem.c:
12219 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12220 Added PlaySound16, sndPlaySound16.
12222 * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
12223 Fixes winproc deadlock for win16.
12225 Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
12227 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12228 Fixed some deadlock(s) in message sending.
12230 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12231 cleaned up debug channels to use default one (mmsys)
12232 more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
12233 fixed callback bug in midiStream functions
12234 fixed compilation bug with egcs
12235 changed to the new debug channel interface
12237 * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12238 small range fixes for OSS driver
12239 changed to the new debug channel interface
12241 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12242 first (working) shot at OSS mixer low level interface
12243 changed to the new debug channel interface
12245 * misc/network.c, relay32/mpr.spec:
12246 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12247 Fixed off-by-one ordinals in MPR.
12248 Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
12250 * loader/module.c, if1632/relay.c:
12251 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12252 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
12254 * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12255 Load system DLLs into WineLib applications.
12257 * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12258 Small update to the PostScript encoding vector.
12260 * loader/module.c, loader/task.c: Bug fixes.
12262 Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
12264 * scheduler/process.c:
12265 Moved a few more initialisations to the new process context.
12267 * loader/task.c: Don't initialise the stacks for 32-bit processes.
12269 * miscemu/main.c: Only check number of tasks after first message.
12270 Use a 16-bit module for creating the initial task.
12272 * include/authors.h, AUTHORS:
12273 Updated authors list from the Changelog. Please let me know if you
12274 have been left out.
12276 * loader/task.c, scheduler/process.c:
12277 Converted to the new debugging interface (done with the help of the
12278 script written by Patrik Stridvall).
12279 Some changes to the initialisation sequence for 32-bit processes.
12282 Converted to the new debugging interface (done with the help of the
12283 script written by Patrik Stridvall).
12285 * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
12286 Misc fixes and improvements.
12288 * include/config.h.in, configure, configure.in:
12289 Added check for -lmmap for OS/2.
12291 * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
12292 Francis Beaudet <francis@macadamian.com>
12293 Fixed a few bugs in the OLE storage implementation, added a new set of
12294 trace statements for the OLE storage related methods and introduced a
12295 new debug channel for the storage subsystem.
12297 * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
12298 Michael Veksler <mveksler@techunix.technion.ac.il>
12299 Removed redundant include of winbase.h from winuser16.h.
12300 Moved types from winbase.h to winuser16.h .
12302 * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
12303 - default item handling
12304 - small drawing fixes
12306 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
12307 Klaas van Gend <klaas@vangend.demon.nl>
12308 More implementation of PrintDlgA.
12309 Conversion of resource identifiers of Print32 window to comply to the
12312 * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12313 Don't crash if queuing an APC on a thread that doesn't wait.
12315 * windows/timer.c, windows/x11drv/event.c, include/message.h:
12316 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12317 Use SERVICES callback to implement Windows timers.
12318 Timer expiration handling removed from EVENT_WaitNetEvent loop.
12320 * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12321 Call SetLastError in HeapCompact().
12323 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
12324 Added prototype for TryEnterCriticalSection.
12326 * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
12327 Make all structures packed and removal of some WINE_PACKED.
12329 * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
12330 Pushbuttons should only be rounded in Win31 look.
12332 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
12333 - default item handling
12334 - small drawing fixes
12336 * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
12337 Fixed an unbalanced windows lock/unlock sequence in
12338 WINPOS_ActivateOtherWindow.
12340 * include/debugdefs.h: enhmetafile added
12342 * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, relay32/mcianim.spec, relay32/mciavi.spec, relay32/mcicda.spec, relay32/mciseq.spec, relay32/mciwave.spec, relay32/winmm.spec, include/multimedia.h, loader/main.c, multimedia/audio.c, multimedia/init.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/mmsystem.c, documentation/status/multimedia, if1632/mmsystem.spec, wine.ini:
12343 Eric Pouech <Eric.Pouech@wanadoo.fr>
12344 - got rid of all the internal MM tweaks to load builtin MCI
12345 drivers. They are all seen as drivers, loaded as DLLs and standard
12346 module loadorder is used to know which type to use (builtin vs
12348 - first full working implementation of mmThread??? functions (to
12349 support gracefully native MCI drivers).
12350 - support of mmShowMMCPLPropertySheet.
12351 - fix of some heap validate bugs (thanks to Ulrich for reporting them).
12353 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
12354 Fix CreateProcessA to implement correct actions on ambiguous command
12355 line names (try longer and longer strings).
12357 * Makefile.in, configure, configure.in, graphics/enhmetafiledrv/.cvsignore, graphics/enhmetafiledrv/Makefile.in, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/mapping.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/init.c, include/enhmetafiledrv.h:
12358 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12359 Started implementing Enhanced MetaFile driver.
12361 * include/ole2.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h, ole/Makefile.in, ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c, relay32/ole32.spec, dlls/shell32/shlview.c:
12362 Francis Beaudet <francis@macadamian.com>
12363 Implemented the OLE object default handler and data cache.
12365 * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
12366 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12367 Several improvements to Enhanced MetaFile playback.
12369 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12370 Only try to append ".dll" if a library is loaded implicitely.
12372 * dlls/shell32/shellord.c:
12373 Michael Veksler <mveksler@techunix.technion.ac.il>
12374 Fix TRACE formatting warnings.
12376 * dlls/shell32/shlfolder.c:
12377 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12378 Fixed a small syntax problem.
12380 * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
12381 - better stubs for Get/Set special (Progman/Taskman) window functions
12383 * relay32/user32.spec, windows/message.c:
12384 Juergen Schmied <juergen.schmied@metronet.de>
12385 - new SendMessageCallbackW
12386 - some fixme's for missing A<->W conversion
12388 * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
12389 Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
12391 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
12392 Bugfix for EnumPrinters level 2.
12394 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
12395 Correct logic in GetKeyNameText.
12397 * documentation/bugreports:
12398 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12399 Removed +snoop from documentation/bugreports.
12401 Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
12403 * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
12404 LoadImageW fixed for hicolor displays.
12406 * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
12407 Marcus Meissner <marcus@jet.franken.de>
12408 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
12410 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
12411 James Abbatiello <abbeyj@wpi.edu>
12412 Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
12413 to handle wide character strings properly. Fix of our previous patch
12414 for null pointer checking.
12416 * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
12417 Thuy Nguyen <thuy@macadamian.com>
12418 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
12419 the ILockBytes interface based on an HGLOBAL.
12421 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
12422 Fixed a bug in CoRegisterClassObject.
12424 * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
12425 Removed some flickering when inserting or deleting buttons.
12427 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12428 James Abbatiello <abbeyj@wpi.edu>
12429 Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
12430 between lpItem and lpLVItem. Now compares the pszText string of the
12431 lpItem and lpLVItem structs. Fixes a bug where the old and new item
12432 have the same attributes but their text differs and GetItemChanges()
12433 compares them as equal.
12435 * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
12436 Thuy Nguyen <thuy@macadamian.com>
12437 Added support for adding and removing pages dynamically from a
12440 * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
12441 Marcus Meissner <marcus@jet.franken.de>
12442 Removed the gotos from the WndProcs, always use a small wrapper that
12443 locks the window, calls the real wndproc, unlocks the window.
12445 * dlls/shell32/contmenu.c:
12446 Juergen Schmied <juergen.schmied@metronet.de>
12447 Fixed default menu item.
12449 * win32/code_page.c, misc/ddeml.c:
12450 Juergen Schmied <juergen.schmied@metronet.de>
12454 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12455 Added a missing LeaveCriticalSection.
12457 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
12458 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
12459 TranslateMDISysAccel16.
12461 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12462 Fixed off-by-one bug in async output buffers.
12464 * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
12465 Fixed a little Drag and Drop bug.
12467 ----------------------------------------------------------------
12468 Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
12470 * include/config.h.in, configure, configure.in:
12471 Marcus Meissner <marcus@jet.franken.de>
12472 Added autoconf check for "inline". You can now use it, it will be
12473 defined to (empty) for compilers that do not have it.
12475 * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12476 Don't include alloca.h.
12478 * README, documentation/wine.man: James Juran <jrj120@psu.edu>
12479 Update to reflect recent changes and discussions.
12481 * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12482 The load order parser should not always complain about extensions.
12484 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
12485 - align magic buttons right
12486 - shortcuts alignment working again
12488 * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12489 Fixed loading of native NE dlls.
12491 Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
12493 * memory/heap.c: Fixed __builtin_return_address arg.
12496 Patrik Stridvall <ps@leissner.se>
12497 Fixed ANSI compabillity.
12500 Bertho Stultiens <bertho@panter.soci.aau.dk>
12501 Built-in dlls now have resources attached via the PE-header like
12502 normal dlls. This enables the use of the resource API.
12505 Use $HOME instead of getpwuid for user's home directory.
12506 Fixed messed up indentation.
12508 * graphics/x11drv/xfont.c:
12509 Use $HOME instead of getpwuid for user's home directory.
12512 Patrik Stridvall <ps@leissner.se>
12513 #pragma pack(?) changed to #include "*pack*.h"
12515 * tools/build.c, include/commctrl.h, include/commdlg.h, include/docobj.h, include/heap.h, include/shellapi.h, include/winbase.h, include/windef.h, include/wine/obj_oleaut.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winnetwk.h, include/winnls.h, include/winuser.h:
12516 Jim Aston <jima@corel.ca>
12517 Added some missing #defines I've run across.
12519 * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12520 Ignore trailing dots on file names.
12522 * include/debugger.h, debugger/dbg.y, debugger/debug.l, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c:
12523 Ove Kaaven <ovek@arcticnet.no>
12524 Added a possibility to let the internal debugger use a separate
12525 heap. Not enabled by default, change #if in include/debugger.h to use
12526 this (the heap allocator is very slow).
12528 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12529 wine.conf should not overrule content of burned in data in
12532 * graphics/mapping.c: Karl Lessard <karll@corel.com>
12533 SetMapMode should not reset the window and viewport origins to 0.
12535 * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
12536 Allow to automatically copy part of wine.ini into generated file.
12537 Small perl enhancement (work in strict mode).
12538 Small updates in heuristics.
12540 * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
12541 Upgraded to have a decent multimedia DLLs configuration.
12543 * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
12544 Bertho Stultiens <bertho@akhphd.au.dk>
12545 - Fixed a counting bug in the win32 count and sort routine.
12546 - Fixed sort order of resources (must be name before ordinal).
12547 - Shuffled a couple of global variables so that built-in dlls now can
12548 load resources through the proper PE interface.
12550 * include/windef.h, include/winreg.h:
12551 Adrian Thurston <adriant@corel.ca>
12552 Added support for strict handles. Only works on machines where
12553 sizeof(UINT) == sizeof(void*).
12555 * scheduler/process.c:
12556 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12557 Initialize process critical section in the correct process context.
12559 * scheduler/critsection.c:
12560 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12561 Warn if wrong process tries to enter critical section.
12562 Better implementation of Reinitialize/UninitializeCriticalSection
12563 (still not quite correct).
12565 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
12566 debug.h must be last in list of includes.
12568 * loader/ne/module.c:
12569 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12570 Return 32-bit module in GetModuleHandle16() if appropriate.
12572 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12573 Fixed crash when status was read with cd-rom tray open.
12575 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12576 Fixed a bug in msg conversion.
12578 * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12579 Prevent crash when nMinRange > nMaxRange.
12581 * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12582 Added some missing manifest constants for Queue Status functions (QS_????).
12584 * controls/button.c, controls/edit.c, windows/mdi.c:
12585 Eric Pouech <Eric.Pouech@wanadoo.fr>
12586 Added missing WIN_ReleaseWndPtr.
12588 * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
12589 James Abbatiello <abbeyj@wpi.edu>
12590 More appropriate default size for fonts with invalid sizes.
12592 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12593 James Abbatiello <abbeyj@wpi.edu>
12594 Implemented SetColumnWidth for ListView control.
12596 * documentation/config: Adam Sacarny <magicbox@bestweb.net>
12597 Added new documentation for the configuration file.
12600 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12601 Improved VERSION_GetVersion.
12603 * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
12604 Added Swedish keyboard layout.
12606 * include/gdi.h, include/metafiledrv.h, include/wingdi.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, graphics/metafiledrv/Makefile.in, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/psdrv/README, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c:
12607 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12608 General tidy up of the MetaFile driver - make sure that everything
12609 goes through the DCFuncs table.
12611 * misc/toolhelp.c, if1632/kernel.spec:
12612 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12613 Add a stub for GlobalMasterHandle.
12615 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
12616 Much nicer way to select wine's location.
12617 Option to disable creation of debugging output.
12618 Debugging output is now created in directory script was started in.
12620 * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
12621 Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
12622 style were appearing with a title bar. According to the docs for
12623 WS_DLGFRAME a window with this style cannot have a title bar.
12625 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
12626 Use DllOverrides from wine.ini as defaults also in
12627 loadorder.c (merged in some MM dlls lines from Eric Poeuch).
12629 * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12630 Fixed some bogus infinite expiration time.
12632 * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
12633 - consolidate both cases of !pending in WaitNetEvent
12634 - select() returns -1 not 0 on error in WaitNetEvent
12636 * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
12637 Made HeapValidate threadsafe, and added some macros to track callerEIP
12639 Added HEAP_xrealloc.
12641 Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
12643 * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
12644 Marcus Meissner <marcus@jet.franken.de>
12645 autoconf fixes and cleanups (check for dlopen() in libc too).
12647 * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
12648 Francis Beaudet <francis@macadamian.com>
12649 Implemented CreateStreamOnHGLOBAL.
12652 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12653 Let CoSetState() accept state == NULL.
12655 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
12656 Juergen Schmied <juergen.schmied@metronet.de>
12657 Made internal format more compatible.
12659 * dlls/shell32/shlfolder.c:
12660 Juergen Schmied <juergen.schmied@metronet.de>
12663 * windows/class.c, windows/dce.c, controls/combo.c:
12664 Guy Albertelli <galberte@neo.lrun.com>
12665 Fix locking with proper calls to WIN_ReleaseWndPtr.
12667 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
12668 Don't malloc/free for every mixing operation, use the same buffer over
12671 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
12672 James Abbatiello <abbejy@wpi.edu>
12673 HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
12674 text strings as null strings, as Windows does. Fixes wine crash on
12675 startup of CuteFTP.
12677 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
12678 Set (when registry loaded) data to "\0" and length to 2 in empty
12679 string value case, in place of setting data to NULL and length to 0,
12680 and this is without initializing output buffer parameter of
12683 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12684 Added Panose defines and EXTLOGFONT[A|W].
12686 Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
12689 Patrik Stridvall <ps@leissner.se>
12690 Fixed ANSI compabillity.
12692 * multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, objects/text.c, windows/caret.c, windows/rect.c, dlls/version/info.c, if1632/thunk.c, include/wine/winuser16.h, memory/atom.c, memory/string.c, misc/lstr.c, multimedia/mcianim.c, controls/uitools.c, dlls/commdlg/finddlg.c, dlls/shell32/brsfolder.c:
12693 Michael Veksler <mveksler@techunix.technion.ac.il>
12694 Removed some includes of 16 bit API.
12696 * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
12697 Adrian Thurston <adriant@corel.ca>
12698 ICOMization of remaining interfaces.
12700 * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
12701 Fixed bug with tooltips stealing focus whenever a tooltip was created,
12702 shown, hidden or tracked. The SetWindowPos calls needed to have the
12703 SWP_NOACTIVATE flag set additionally.
12705 * objects/clipping.c: Karl Lessard <karll@corel.com>
12706 Fixed coordinates conversion in OffsetClipRgn.
12708 * include/objbase.h: Adrian Thurston <adriant@corel.ca>
12709 Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
12711 * relay32/kernel32.spec, scheduler/handle.c:
12712 Marcus Meissner <marcus@jet.franken.de>
12713 CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
12715 * dlls/shell32/brsfolder.c, dlls/shell32/iconcache.c, dlls/shell32/regstream.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
12716 Juergen Schmied <juergen.schmied@metronet.de>
12717 Moved stuff to the right place.
12719 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
12720 Fixed syscolors for win 3.1.
12722 * files/profile.c, if1632/kernel.spec:
12723 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12724 Added missing profile KERNEL routines (call 32-bit versions).
12726 * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12727 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
12728 entry table layout.
12730 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12731 Add Enhanced MetaFile record structures.
12733 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
12734 Thuy Nguyen <thuy@macadamian.com>
12735 First patch implementing property sheets.
12737 * relay32/gdi32.spec:
12738 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12739 Bugfix: GDI32.100-104 are ordinal-only routines.
12740 Added stubs for some Win98 GDI32 routine.
12741 Re-numbered all named exports (lexicographically).
12743 * graphics/driver.c:
12744 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12745 Added prototypes (stubs) for GDI32.100-104.
12747 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c:
12748 Juergen Schmied <juergen.schmied@metronet.de>
12749 - more checks for valid pidl formats
12751 * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
12752 Juergen Schmied <juergen.schmied@metronet.de>
12753 - corrected parameter count for SHGetSettings
12754 - stub SHValidateUNC
12756 * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12757 #else branch compile fix.
12759 * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
12760 Bertho Stultiens <bertho@panter.soci.aau.dk>
12761 Change wine's dlopen search-patch strategy not using the environment
12762 and added #if:s to seperate the code out if libdl isn't availble.
12764 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
12765 Added a check for a NULL pointer in CoFreeUnusedLibraries.
12767 * relay32/builtin32.c:
12768 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
12769 Include debug.h last (ERR() macro problem on Solaris).
12771 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
12772 Fixed a sizing bug in the combobox control.
12774 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12775 Bugfix: Internal NE entry point tables were bad (one huge bundle).
12777 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
12778 Initialize the output buffer parameters to 0 in RegQueryValue*
12779 functions. This is important specially when there's no data to return.
12781 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12782 Do not increment module refCount if self is loaded from within
12783 DllEntryPoint during the attach notification.
12785 Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
12787 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
12788 - protect TRACE against NULL-ptr
12789 - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
12791 * dlls/comctl32/toolbar.c:
12792 Juergen Schmied <juergen.schmied@metronet.de>
12795 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12796 Reimplementation of GetModuleHandle16 according to how win95 handles
12797 it (thanks to Marcus Meissner <marcus@jet.franken.de>).
12799 * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12800 Corrected wrong return values of built-in loader to work with the
12803 Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
12805 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
12806 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12807 Implemented recording of StretchDIBits and SetDIBitsToDevice and
12808 playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
12810 * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
12811 Bertho Stultiens <bertho@panter.soci.aau.dk>
12812 Removed non-portable hacks and replaced them with more general
12815 * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
12816 Code added to re-evaluate stale DC information in DCE cache.
12818 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12819 Attach notifications must be send after all recursive dependencies are
12820 loaded and not before.
12822 * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
12825 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12826 Fixed playing position when required by track number.
12828 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
12829 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
12831 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
12832 Native toolhelp will not work (missing GLOBALMASTERHANDLE).
12834 * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
12837 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
12838 Test for static was reversed.
12841 Patrik Stridvall <ps@leissner.se>
12842 New debug scheme with explicit debug channels declaration.
12844 Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
12846 * loader/ne/module.c: Removed extra call to TASK_StartTask.
12848 * include/acconfig.h, include/config.h.in, configure, configure.in:
12849 Removed check for union semun; cleaned up a bit.
12851 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
12852 Added env ptr to new_process request
12854 * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
12855 Juergen Schmied <juergen.schmied@metronet.de>
12856 - use fonts/fontsizes given by SystemParametersInfo
12857 - drawing/alignment fixes, win98 style for menubar
12858 - ownerdrawn menus are working now for the first time
12859 - complete constants magic items
12860 - use right owner for popupmenus
12861 - new: Get/SetMenuInfo
12862 - implemented: Get/SetMenuContextHelpId
12863 - more flags for Get/SetMenuItemInfo
12865 * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
12866 Make DOSFS_MatchLong match a search string ending in '*.' to a zero
12867 extension file name, allowing Mathcad to run.
12869 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12870 Fixed memory freeing.
12872 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
12873 Renamed cmdlgr.h to cmdlgtst.h.
12875 * scheduler/critsection.c: Added timeout to critical section waiting.
12877 * include/thread.h, scheduler/sysdeps.c:
12878 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12879 Merged Linux/FreeBSD reentrant errno handler, added Solaris.
12880 Preliminary support for Solaris low-level threads (LWPs) added.
12882 * configure, configure.in, include/acconfig.h, include/config.h.in:
12883 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12884 Reentrant libc check for Solaris added.
12885 Fixed reentrant X11 check for FreeBSD and Solaris.
12886 Added check for Solaris low-level thread routines.
12888 * loader/ne/module.c:
12889 Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
12892 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
12893 Automatic install script, which automatically configures and compiles
12894 wine and regapi, runs tools/wineconf to generate a configuration file
12895 if one does not already exist, and uses regapi to install the default
12898 * documentation/gui, windows/win.c, windows/winpos.c:
12899 Eric Pouech <Eric.Pouech@wanadoo.fr>
12900 Properly handling cases like calling SetWindowPos while processing
12903 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12904 Fixed a few bugs (typos from cut & paste & invalid heap block
12907 * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12910 * loader/ne/module.c, loader/pe_image.c, memory/global.c, misc/main.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, if1632/builtin.c, include/builtin32.h, include/module.h, include/pe_image.h, include/winerror.h, loader/Makefile.in, loader/elf.c, loader/main.c, loader/module.c:
12911 Bertho Stultiens <bertho@panter.soci.aau.dk>
12912 Reorganization of the loader to correctly load and free libraries and
12913 implementation of load order to load different types of libraries.
12915 * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
12916 Updated commandline changes of -dll option and wine.conf entries.
12918 * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
12919 Updated the example with the new configuration entries.
12921 * dlls/shell32/shell32_main.c:
12922 Bertho Stultiens <bertho@panter.soci.aau.dk>
12923 Bugfix: free loaded library not before exit.
12925 * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
12926 Bertho Stultiens <bertho@panter.soci.aau.dk>
12927 New files to support load order and partial stubs for elfdlls.
12929 * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
12930 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12931 Fixes for upside-down DIBs.
12933 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12934 Changed 'GetDisplayMode' to return the mode previously set by
12935 'SetDisplayMode' (and not the current monitor mode).
12937 * include/tab.h, dlls/comctl32/tab.c:
12938 Luc Tourangeau <luc@macadamian.com>
12939 -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
12940 TCM_SETITEMSIZE and TCM_DELETEITEM.
12942 * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
12943 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
12944 returns 0, it is interpreted as if it were 256.
12946 * loader/module.c, scheduler/process.c:
12947 Kevin Holbrook <kwh@neosoft.com>
12948 Fix ambiguous else warning.
12950 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
12951 Loading color values from the registry fixed.
12953 * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
12954 - Removed all floating point math.
12955 - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
12956 - Implemented source and dest color-keying for 8, 16, and 32 bit color.
12957 - Implemented some trivial raster operations.
12958 - Minimized inner loops for maximum speed.
12959 - Use memcpy whenever possible.
12961 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12962 Reduced fragment size.
12963 Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
12964 Fixed buffer underrun recovery.
12965 Fixed bug in wodReset()/wodClose().
12967 * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12968 Simplify propertyNameCmp() and fix a warning in the way by removing
12969 CRTDLL__wcsupr() calls.
12971 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12972 DdeNameService: expansion of stub to trap unused instanceids at start of run.
12973 DdeGetLastError: catch 'not initialized' situation and return correct response.
12974 DdeFreeStringHandle: complete test for error set by previous call of
12975 something and ignore it, also release handle table mutex on normal exit.
12976 DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
12977 handle table mutex on normal exit.
12979 * include/wnet.h, misc/network.c:
12980 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12981 Don't announce the WNetDirectoryNotify capability WNetGetConnection.
12982 Change the return value for local files.
12984 * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12985 Add "win.h" to fix implicit function declaration warnings.
12987 * console/interface.c, include/console.h:
12988 Marcus Meissner <marcus@jet.franken.de>
12989 Only declare console "driver" once, use external refs elsewhere.
12991 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
12992 When the vertical scrollbar is removed, the background was not
12993 properly repainted.
12995 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
12996 Disable AC bit on receiving alignment exceptions.
12998 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
12999 SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
13001 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
13002 While handling the WM_DELETEWINDOW client message check if a window
13003 has been disabled and if so prevent an SC_CLOSE message from being
13006 * windows/dce.c: Noel Borthwick <noel@macadamian.com>
13007 Make access to the DCE list thread safe by ensuring we have acquired
13008 the Windows lock before using it.
13010 Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
13012 * resources/.cvsignore: Changed for renamed files
13014 * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
13015 Michael Veksler <mveksler@techunix.technion.ac.il>
13018 * ole/nls/wal.nls, ole/ole2nls.c, resources/Attic/sysres_Cz.rc, resources/Attic/sysres_Po.rc, resources/Attic/sysres_Sw.rc, resources/Makefile.in, resources/sysres.c, resources/sysres_Cs.rc, resources/sysres_Pt.rc, resources/sysres_Sv.rc, resources/sysres_Wa.rc, windows/x11drv/keyboard.c, documentation/wine.man, include/options.h, include/winnls.h, misc/main.c:
13019 Pablo Saratxaga <pablo.sarachaga@ping.be>
13020 Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
13021 -> Pt; to conform to standard names for those languages).
13023 * configure, configure.in, relay32/Makefile.in:
13024 Marcus Meissner <marcus@jet.franken.de>
13025 Add -fno-builtin when compiling with gcc in relay32/ subdir.
13027 * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
13028 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13029 - Implemented proper ("real", compressed) Win16 entry tables.
13030 - Fixed MyAlloc (AKA NE_AllocateSegment).
13031 - Implemented PatchCodeHandle16.
13033 * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
13034 Robert Pouliot <krynos@clic.net>
13035 A few patches to help Wine to compile on OS/2.
13037 Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
13039 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/metafile.h, include/metafiledrv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/metafile.c:
13040 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13041 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
13042 global memory handles). Fixed disk-based MetaFiles. Better
13043 separation between MetaFile playback and the metafiledrv.
13045 * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
13046 _CIpow argument order was confirmed with Starcraft v1.05.
13048 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
13049 Clarified a few points.
13051 * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13052 Added IOCTL function 0x440d/0x72.
13054 * relay32/kernel32.spec, scheduler/critsection.c:
13055 Bertho Stultiens <bertho@panter.soci.aau.dk>
13056 UnitializeCriticalSection partial stub implementation.
13058 * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13059 Added missing proto for GetExitCodeThread.
13061 * include/driver.h, include/wine/keyboard16.h:
13062 Michael Veksler <mveksler@techunix.technion.ac.il>
13063 Added missing windef.h includes.
13065 * windows/input.c, include/winuser.h:
13066 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
13067 ReleaseCapture() is supposed to return a BOOL value.
13069 * configure, configure.in, include/config.h.in, loader/signal.c:
13070 Marcus Meissner <marcus@jet.franken.de>
13071 FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
13072 reentrant concerning errno. Revert unneeded FreeBSD hack to
13073 loader/signal.c from last patch.
13075 * windows/x11drv/keyboard.c:
13076 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13077 index == 3 corresponds to Alt-Gr + Shift.
13079 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
13080 More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
13081 and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
13082 DdeCreateStringHandleA.
13084 * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
13085 Pavel Roskin <pavel_roskin@geocities.com>
13086 Fixed ugly disabled controls and black background in Write and Lotus
13089 * controls/button.c, include/button.h, include/winuser.h:
13090 Pascal Lessard <pascal@macadamian.com>
13091 Implement the button with bitmaps.
13093 * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
13094 Stephane Lussier <stephane@macadamian.com>
13095 Implementation of IStorage::CopyTo and IStream::CopyTo.
13097 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13098 Bugfix: Always release the Win16Lock in TASK_Reschedule.
13100 * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
13101 Solved a deadlock between global lock and wnd lock in event.c.
13103 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
13104 Typo that broke Solaris compile fixed.
13106 * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
13107 Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
13109 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
13110 Fix scancodes for NumLock and Num-/.
13111 Fix MapVirtualKey() (maptype=2) to return proper ascii code.
13112 Reworked GetKeyNameText() again.
13114 * graphics/psdrv/font.c:
13115 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13116 Limit lastChar to 0xff in PSDRV_GetCharWidth.
13118 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
13119 Missing WINAPI for RegisterSystemThread.
13121 Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
13123 * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13124 Fixed "Display Combination" call.
13126 * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13127 Fixed a crash due to invalid OpenComm return value for busy comm port.
13128 Cleaned up/fixed several things.
13130 * windows/win.c: Francois Boisvert<francois@macadamian.com>
13131 Enabled thread safeness for wnd structure code.
13133 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13134 Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
13136 * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
13137 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13138 Added new CLIENT_DebuggerRequest routine, implemented support for
13139 DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
13140 Run wine server in the main wine process.
13141 Bugfix: never free initial thread!
13143 * scheduler/process.c, include/process.h:
13144 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13145 Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
13147 * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
13148 Teached TIMER_GetNextExpiration that a timer that has already expired
13149 (but not processed yet) HAS already expired...
13151 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
13152 Default values for registry.
13154 * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
13155 Optimized code for SetImageBits_X, making bitmap creation faster.
13157 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
13158 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
13160 * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
13161 Marcus Meissner <marcus@jet.franken.de>
13162 - Started multithreading for FreeBSD (incomplete, but some
13163 applications now at least start up again).
13164 - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
13165 - CR2 on pagefault gets passed in sc_err (some kind of kludge in
13166 FreeBSD owns fault handling we can use)
13168 * include/selectors.h, memory/global.c, memory/selector.c:
13169 Made SELECTOR_ReallocBlock preserve the current selector access rights
13170 (problem reported by Andreas Mohr).
13172 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13173 Use services thread instead of timer signals.
13175 * server/thread.c, scheduler/synchro.c:
13176 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13177 Allow user APCs with NULL 'func' (just wake up the thread).
13179 * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
13180 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13181 Implemented 'kernel services thread'.
13183 * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
13184 Klaas van Gend <klaas@vangend.demon.nl>
13185 Added stub for PrinterProperties.
13187 * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
13188 Juergen Schmied <juergen.schmied@metronet.de>
13189 Implemented NtTerminateProcess and NtDisplayString.
13191 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13192 FreeLibrary partial implementation.
13194 * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
13195 Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
13196 Wars) now works perfectly with Wine's crtdll. Wrote a test
13197 implementation of _CIpow too, which those who do have Brood Wars can
13198 report on, so it can be implemented correctly.
13200 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
13201 Partial implementation for GetKeyNameText for new keyboard structure.
13203 * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
13206 * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
13207 Added missing ReadClassStg prototype.
13209 * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13210 - Fix comments after the big renaming (xxxx32y --> xxxxy).
13211 - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
13212 Avoid ugly type casting, and fix compilation warnings of wsprintf.c
13214 * documentation/status/dde:
13215 Keith Matthews <keith_m@sweeney.demon.co.uk>
13216 Status document for DDE/Ddeml.
13218 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13219 Added event callback mechanism.
13220 Introduction of MCI yield procs.
13221 Updated (prepare|unprepare)header functions (wave, midi) to allow
13222 correct callback mechanisms.
13223 Made midiStreamXXX functions working.
13224 First try at mmThreadXXX functions.
13226 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13227 Updated (prepare|unprepare)header functions to allow correct callback
13230 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13233 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13234 New method for structure conversion (16 <-> 32).
13235 More MCI structures correctly mapped.
13236 Introduction of MCI yield proc and break facility.
13238 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13239 Updated (prepare|unprepare)header functions to allow correct callback
13240 mechanisms. Implemented waveOut playback as asynchronous.
13242 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13243 Started implementation of mmThreadXXX functions.
13245 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13246 Added a few missing defines (MIDI, WAVE, callbacks).
13247 Structures for midiStreamXXX functions.
13249 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13250 Updated (prepare|unprepare)header functions (wave, midi) to allow
13251 correct callback mechanisms. Added wine specific entry for mmThreadXXX
13252 functions thread starting point.
13254 * include/wine/obj_storage.h:
13255 Michael Veksler <mveksler@techunix.technion.ac.il>
13256 Introduce STATSTG16 - a 16 bit variant of STATSTG.
13258 * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13259 Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
13261 * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
13262 Fixed menu type setting in SetMenuItemInfo32_common().
13264 * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
13265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13266 Send USIG_PROCESS_CREATE signal.
13267 Bugfix: GetProcessDword offset -8 should return parent process ID.
13269 * relay32/user32.spec, windows/user.c:
13270 Bertho Stultiens <bertho@panter.soci.aau.dk>
13271 Added RegisterSystemThread stub.
13273 * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
13274 Francis Beaudet <francis@macadamian.com>
13275 Implemented the CoCreateInstanceEx method.
13277 * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
13278 Fixed crash due to a value of name length 0, value length 0 at the end
13281 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
13282 Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
13285 * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
13286 - updated because of the splitting of interface/implementation
13287 - updated to use ICOM_THIS
13289 * include/dplay.h, include/dplobby.h, ole/guid.c:
13290 Francois Gouget <fgouget@psn.net>
13291 - use the latest ICOM macros
13292 - moved the IDirectPlayLobby interface to dplobby.h
13293 - removed all the implementation aspects since they need to be
13296 * include/dsound.h, multimedia/dsound.c:
13297 Francois Gouget <fgouget@psn.net>
13298 ICOMisation of the DirectSound API.
13300 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
13301 Juergen Schmied <juergen.schmied@metronet.de>
13302 - reorganised icon extracing from files
13303 - made extracting from ne and ico files working
13304 - IPersistFile interface for IExtractIcon
13306 * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
13307 Fixed buffer overrun.
13309 * include/cursoricon.h, objects/cursoricon.c:
13310 Juergen Schmied <juergen.schmied@metronet.de>
13311 Changed ressource dir structures.
13312 Adapted FindBestIccon/FindBestCursor.
13314 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
13315 Loading the color schema for registry.
13317 Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
13319 * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
13320 Marcus Meissner <marcus@jet.franken.de>
13321 Reimplemented winsock asynchronous DNS services. No longer use a
13322 fork()ed process, but either a service thread or inline blocking calls
13323 for non-threading architectures. (Makes Free Agent16 work again.)
13325 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
13326 <ewill@ncal.verio.com>
13327 - color and font dialogs now actually do something interesting,
13328 and force a redraw when successful. Background color is adjustable.
13329 Text color is also adjustable, but the user has to set the CF_EFFECTS
13331 - text is output left-right centered, baseline, at the middle
13332 of the window, and moves with the window. Text font is adjustable.
13333 - Success and failure MessageBox calls for Color, Font, Open,
13334 and Save have been removed or suppressed. They annoyed me after
13335 awhile, and I suspect they annoyed others, too. Use my tool! :-)
13336 - cmdlgtst now has the full pathname in the upper left corner; which may
13337 assist in debugging certain problems -- or it may not. :-)
13338 - usage dialog added
13340 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
13341 Corrected debug output.
13343 * windows/driver.c, relay32/winmm.spec:
13344 Eric Pouech <Eric.Pouech@wanadoo.fr>
13345 Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
13347 Added stub for GetDriverFlags.
13349 * windows/user.c, relay32/user32.spec:
13350 Sergey Turchanov <turchanov@usa.net>
13351 Stubs for CloseDesktop and CloseWindowStation.
13353 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13354 GetModuleFromPath now checks for loaded modules via filenames which
13355 were specified without a path.
13357 * misc/registry.c, include/winreg.h:
13358 Sylvain St.Germain <sylvain@macadamian.com>
13359 Implementation of HKU key saving and loading. Add new supported data
13360 type in debug_print_value.
13362 * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
13363 Juergen Schmied <juergen.schmied@metronet.de>
13364 New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
13365 Small change how to get icons for listview.
13367 * include/shlobj.h, relay32/shell32.spec:
13368 Juergen Schmied <juergen.schmied@metronet.de>
13369 ILLoadFromString and SHGetSettings implemented.
13371 * dlls/shell32/shellord.c:
13372 Juergen Schmied <juergen.schmied@metronet.de>
13373 SHGetSettings implemented.
13374 ExitWindowsDialog() simulated by Messagebox.
13376 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
13377 ILLoadFromString implemented.
13379 * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
13380 Richard Mortimer <remitrom@my-dejanews.com>
13381 Added missing *IsDark entries into PALETTE_Driver instance
13384 * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
13385 Fixed X11DRV_MOUSE_WarpPointer initial value.
13387 * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
13388 Ensure that the bitmap is properly initialized when created with the
13389 LR_CREATEDIBSECTION flag.
13391 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
13392 Fixed the messaging problem of the edit box for node label edition.
13393 Substituted WM_PAINT for InvalidateRect.
13394 Some graphical fixes.
13396 * misc/main.c: James Juran <jrj120@psu.edu>
13397 Check for drivers==NULL before trying to delete them at exit. This
13398 could happen if the emulator initialization failed for some reason and
13399 the drivers hadn't been initialized yet.
13401 * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
13402 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13403 Call InitApp16 (using Callout) for initial process.
13405 * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13406 Clear invalid selectors also in CallTo16 relay code.
13408 * programs/notepad/Es.rc:
13409 Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
13410 Revised Spanish resources.
13412 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
13413 Fixed window locking bug in CalcChildScroll.
13415 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
13416 Fixed fake multimedia timers. Grim Fandango is now able to start up
13417 when under favorable conditions. The preview movie on the Brood Wars
13418 disc now plays, too.
13420 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
13421 Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
13422 instead of returning the right buffersize.
13424 Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
13426 * files/directory.c: galberte <galberte@neo.rr.com>
13427 Fixed SearchPathA return value.
13429 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
13430 Lionel Ulmer <ulmer@directprovider.net>
13431 - clean-up of texture 'loading'
13432 - added SetColorKey callback for already loaded textures
13434 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
13435 Fixed a problem pointed out by Kevin Holbrook.
13437 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
13438 commctrl.h must include prsht.h.
13440 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
13443 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
13444 Added a new implementation of the ICOM macros that use Microsoft style
13445 virtual methods to implement the COM interfaces in C++.
13447 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
13448 Correction of Mutex handling in DdeInitializeW for cases other than
13449 1st call. Addition of instance handling to DdeCreateStringHandleA,
13450 DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
13451 cut implementation of DdeUnitialize, move of internal structure defs
13452 in from ddeml.h. Removed non-ANSI comment.
13454 * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
13455 Moved internal structures to ddeml.c, also removed non-ANSI comments,
13456 and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
13458 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
13459 James Abbatiello <abbeyj@wpi.edu>
13460 Fixed memory leaks in mixerOpen16/mixerClose,
13461 midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
13462 midiInOpen16/midiInClose16.
13464 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
13465 Added sanity check for whitespace in file names, various other fixups.
13467 Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
13469 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
13470 WM_MOUSEMOVE implementation bug fix.
13472 * windows/x11drv/keyboard.c:
13473 José Marcos López <jose.lopez@upcnet.upc.es>
13474 Added Spanish keyboard layout.
13476 * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
13477 Fixed the modem control part of EscapeCommFunction16.
13479 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
13480 Added missing goto.
13482 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
13483 Marcus Meissner <marcus@jet.franken.de>
13484 EnumCalendarInfoA stub.
13486 Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
13488 * windows/mouse.c, windows/keyboard.c:
13489 Francois Boisvert <francois@macadamian.com>
13490 Suspend the window locks before DefKeybEventProc and
13493 * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
13494 Joerg Mayer <jmayer@telesun2.telemation.de>
13495 More #pragma fixes (idea Ove Kaaven, mistakes are mine).
13497 * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13498 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
13499 WM_CREATE messages.
13501 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
13502 Added some SetLastError()s in GetProcAddress() and LoadLibrary().
13504 * misc/crtdll.c, relay32/crtdll.spec:
13505 Christian Schlaile <up9n@rz.uni-karlsruhe.de>
13506 Implemented makepath, rand() returns correct range, fixed fputc.
13508 * files/file.c, include/file.h, msdos/int21.c:
13509 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
13510 Moved _lcreat16_uniq to int21.c
13512 * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
13513 Pavel Roskin <pavel_roskin@geocities.com>
13514 Casts to (SEGPTR) removed. They did nothing anyway.
13515 Includes added or removed where necessary.
13516 Win16 functions replaced with their Win32 counterparts. Comments added
13517 where it was impossible.
13518 CALLBACK added where necessary. Some declarations fixed.
13519 Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
13520 DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
13521 Listbox enabled in hello3.
13523 * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13524 Updated French keyboard.
13526 * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
13527 Fancier version of hello.c courtesy of Huw Davies.
13529 * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
13530 Fixed compilation of the Control panel.
13532 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
13533 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
13534 the dead key mapping stuff to the actual mapping code too. Prettied
13535 up the fixme message. Added a check where if the keys of two layouts
13536 match exactly, the one with the best-matching keycode order is chosen,
13537 so that the QWERTY and Dvorak layouts can be distinguished.
13539 * win32/device.c, relay32/kernel32.spec:
13540 Eric Pouech <Eric.Pouech@wanadoo.fr>
13541 Added (empty) stub for OpenVxDHandle.
13543 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13544 mmioOpen() now handles correctly MMIO_PARSE flag.
13546 * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
13547 Background color fix when disabled or read only.
13549 * windows/win.c: Francois Boisvert <francois@macadamian.com>
13550 Transfered the window struct memory release from WIN_DestroyWindow to
13553 * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
13554 DLGITEMTEMPLATE structure had one too many member.
13556 * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13557 Prevent crash in debugger.
13559 Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
13561 * controls/combo.c, controls/listbox.c, include/combo.h:
13562 Francis Beaudet <francis@macadamian.com>
13563 Implemented the Win95 look and feel.
13565 * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
13566 Wrote a basic implementation of the WM_PRINT message.
13568 * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
13569 Francois Boisvert <francois@macadamian.com>
13570 Suspend all windows locks before the control is passed to the
13572 Also fixed some bugs in dce.c
13574 * Make.rules.in, Makefile.in:
13575 Joerg Mayer <jmayer@telesun2.telemation.de>
13576 - Remove some old rc make stuff
13577 - "make clean" omitted some include subdirs
13579 * relay32/ddraw.spec, graphics/ddraw.c:
13580 Lionel Ulmer <ulmer@directprovider.net>
13581 Added DllClassFactory to DirectDraw.
13583 Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
13585 * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
13586 Split off keysym/deadchar -> char mapping, use it in DetectLayout.
13588 * tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/message.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, graphics/x11drv/bitmap.c, include/clipboard.h, include/ts_xlib.h, include/ttydrv.h, include/win.h, include/winpos.h, include/x11drv.h:
13589 Alex Korobka <alex@aikea.ams.sunysb.edu>
13590 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
13591 mode go through window manager, small bugfixes for menu and window
13592 code, extended clipboard driver model to handle formats other than
13595 * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
13596 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
13597 true for multiline controls too, as my tests show.
13599 * dlls/comctl32/listview.c, include/listview.h:
13600 Luc Tourangeau <luc@macadamian.com>
13601 Added support for icon and smallicon views.
13603 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
13604 Made DOSVM_GetTimer survive EAGAIN errors...
13606 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13607 Implemented async comm buffers (but probably not bugfree), and along
13608 with them, the functionality of async event notifications, mong them
13609 EnableCommNotification. Removed a previous hack that was faking the
13610 buffers, since we now have real buffers...
13612 * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
13613 Added CN_* flags used in WM_COMMNOTIFY.
13615 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13616 Implement the EnumAttachedSurface method.
13618 * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
13619 Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
13620 OleDestroyMenuDescriptor along with a bunch of internally used methods
13621 and data structures.
13623 * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
13624 Adrian Thurston <adriant@corel.ca>
13625 initguid.h should only contain the macro that defines the guids.
13626 Added olectl.h to guid.c so some needed guids get defined.
13627 Made GUID_NULL an actual guid set to 0,0,0...
13629 * if1632/gdi.spec, objects/gdiobj.c:
13630 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13631 Added GdiSignalProc() stub.
13633 * misc/callback.c, relay32/user32.spec, windows/user.c, if1632/thunk.c, if1632/user.spec, include/callback.h, include/task.h, include/user.h, loader/main.c:
13634 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13635 Added USER32.UserSignalProc to Callout table.
13636 Implemented built-in UserSignalProc().
13637 Don't announce Win3.1-style USER handler any more.
13639 * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
13640 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13641 Implemented PROCESS_CallUserSignalProc().
13642 Send USER signals at various appropriate places.
13643 Moved [GS]etProcessDword() to scheduler/process.c.
13645 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlmenu.c, include/shlobj.h, relay32/shell32.spec:
13646 Juergen Schmied <juergen.schmied@metronet.de>
13647 All 19 FileMenu_* functions, some as stubs, some implemented.
13649 * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
13650 Juergen Schmied <juergen.schmied@metronet.de>
13651 SHCLSIDFromString, StrToOleStr implemented.
13652 RLBuildListOfPaths stub.
13654 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
13655 Juergen Schmied <juergen.schmied@metronet.de>
13656 DllGetVersion (not yet exported).
13657 Small change to SHAppBarMessage.
13659 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13660 Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
13662 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13663 Added StackEnter() and StackLeave() stubs
13665 * multimedia/mci.c, multimedia/mmsystem.c:
13666 Eric Pouech <Eric.Pouech@wanadoo.fr>
13667 Starting implementation of MCI creator tasks
13668 Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
13669 Better implementation of mmTaskCreate16
13671 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13672 Added creator task to MCI struct.
13674 * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
13675 Replaced 0xC000 by symbolic constants.
13677 * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
13678 Fixed small ==, != mixup.
13680 * windows/defdlg.c, windows/defwnd.c:
13681 Luc Tourangeau <luc@macadamian.com>
13682 Implemented WM_NOTIFYFORMAT.
13684 * loader/elf.c: Marcus Meissner <marcus@mud.de>
13685 "foo" was not translated to "foo.so" in elf loader.
13687 * include/bitmap.h, objects/bitmap.c:
13688 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13689 LoadBitmap16()/LoadImage16() calling sequence simplified.
13691 * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
13692 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13693 Allow NULL NE resource handler; call the default handler directly.
13694 Removed WPROCS / Callbacks support for WineLib resource handlers.
13696 * include/process.h, relay32/utthunk.c:
13697 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13698 Made Universal Thunk list per-process, not system global.
13700 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
13701 Additional macro definitions.
13703 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
13704 Implemented TCM_ADJUSTRECT.
13706 * msdos/int09.c, msdos/ioports.c:
13707 Michael Veksler <mveksler@techunix.technion.ac.il>
13708 Removed "implicit declaration" warnings.
13710 * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
13711 Fixed OpenGL devices implementation.
13713 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13714 In UserYield16, when current thread is a 32 bit one which hold the
13715 Win16Lock, must take care of a LockCount > 1.
13718 Patrik Stridvall <ps@leissner.se>
13719 More code moved to the X11 driver (bitmap and palette and misc).
13721 ----------------------------------------------------------------
13722 Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
13724 * include/winbase.h, include/wingdi.h:
13725 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13726 Move DM* defines from winbase.h -> wingdi.h.
13728 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13729 Fixed QueryInterface functions for IDirect3D 1 and 2.
13731 * ole/nls/Attic/dnk.nls: Apparently no longer needed.
13733 * controls/menu.c, controls/uitools.c, dlls/comctl32/comboex.c, graphics/x11drv/brush.c, graphics/x11drv/graphics.c, include/debug.h, include/debugdefs.h, memory/global.c, misc/ddeml.c, windows/x11drv/event.c:
13734 Dimitrie O. Paun <dimi@cs.toronto.edu>
13735 Changed some debug messages from one channel to another, to clean up a
13736 bit the debug channel usage.
13738 * loader/module.c: Jess Haas <paranoid07@hotmail.com>
13739 Fixed CreateProcessA so it can handle commandlines with arguments and
13742 * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
13743 Fixed GetModuleHandle16.
13745 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
13746 Added Russian keyboard support.
13748 * include/winuser.h, relay32/user32.spec, windows/user.c:
13749 Lionel Ulmer <ulmer@directprovider.net>
13750 Added stub for SetSystemCursor.
13752 * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
13753 SetFileAttributesA: "implemented" setting of directory flag as test of
13756 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
13757 Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
13760 * include/wine/obj_storage.h, ole/Makefile.in, ole/ole2.c, ole/ole2stubs.c, ole/storage.c, ole/variant.c, relay32/ole32.spec, relay32/oleaut32.spec, relay32/user32.spec, windows/input.c, include/ole2.h, include/oleauto.h, include/olectl.h, include/winuser.h:
13761 Paul Quinn <paulq@corel.ca>
13762 Aaron Barnes <aaronb@corel.ca>
13763 Adrian Thurston <adriant@corel.ca>
13764 Bundle of new stubs.
13766 * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
13767 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13768 Added missing WINAPIs.
13770 * relay32/kernel32.spec, win32/newfns.c:
13771 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13772 Added CreateIoCompletionPort stub.
13774 * windows/queue.c, windows/message.c:
13775 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13776 Call EVENT_Pending() to flush X11 output queue before blocking in
13777 MsgWaitForMultipleObjects().
13778 Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
13779 Protect system queue access in hardware_event().
13781 * windows/user.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, controls/menu.c, windows/dce.c, windows/dialog.c, windows/focus.c, windows/mdi.c, windows/message.c, windows/nonclient.c:
13782 Francois Boisvert<francois@macadamian.com>
13783 Fixed some bugs in thread safeness for wnd struct.
13785 * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
13786 Pavel Roskin <pavel_roskin@geocities.com>
13787 Made libtest/hello3 work again, now with Windows-compatible resource
13790 * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
13791 Jiuming Luo <jiuming_luo@yahoo.com>
13792 Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
13793 then deleted the duplicated typedefs (in imm.h and mmsystem.h).
13795 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
13796 Rewrote EnumPrintersA, added CriticalSection around Registry reads and
13797 implemented PRINTER_INFO_2 request.
13799 * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
13800 Added Swiss German keyboard layout.
13802 * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
13803 Juergen Schmied <juergen.schmied@metronet.de>
13804 - adjusted printing of refcounts to be equal
13805 - cleaning up icon cache on PROCESS_DETACH
13806 - fixed ascii/unicode use in SH/ILCreateFromPath
13807 - fixed small memory leak in shellview
13809 * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
13810 Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
13812 * programs/cmdlgtst/cmdlgtst.c:
13813 Pavel Roskin <pavel_roskin@geocities.com>
13816 * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
13817 Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
13819 * windows/painting.c, windows/scroll.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, include/region.h, include/ts_xf86vmode.h, include/ts_xutil.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/region.c, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xf86vmode.c, tsx11/ts_xutil.c, windows/dce.c, windows/nonclient.c:
13820 Alex Korobka <alex@aikea.ams.sunysb.edu>
13821 Moved hrgnUpdate from client to window coordinates, made nonclient
13822 painting depend on the update region, reworked SetWindowPos() and
13823 RedrawWindow() to speed up update region calculation, made -desktop
13824 work properly, added WM_CANCELMODE here and there, fixed several
13825 window activation bugs that crept in since the last time.
13827 * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
13828 Fixed occasional loss of SendMessage() return value.
13830 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13831 Added initialisation of the pixmap_depth field in
13832 Xlib_DirectDrawCreate.
13834 * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
13837 * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
13838 Added stub for int2f 4b.
13840 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
13841 James Abbatiello <abbeyj@wpi.edu>
13842 Fixed memory leak in waveOutOpen/waveOutClose.
13844 * graphics/psdrv/escape.c:
13845 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13846 More Escapes for the PostScript driver.
13848 Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
13850 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
13851 Francois Gouget <fgouget@psn.net>
13852 Adapted to the interface/implementation separation.
13853 Now uses ICOM_THIS to access the implementation structures.
13854 Replaced 'this' with 'This' for ICOM_THIS.
13855 Direct access to the virtual table has been eliminated too.
13857 * graphics/d3d_private.h, graphics/ddraw_private.h:
13858 Francois Gouget <fgouget@psn.net>
13859 Updated to include all the implementation aspects that were previously
13860 in the public includes.
13862 * graphics/vga.c: Francois Gouget <fgouget@psn.net>
13863 Removed direct access to the virtual table
13865 * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
13866 Removed all implementation aspects.
13867 Modified to use the latest ICOM macros.
13868 Added the macros for use in C.
13869 Added the method parameter names (when I had them).
13871 * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
13872 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13873 Fixed sequence of DLL_PROCESS_DETACH notification calls.
13874 Moved PE_MODREF flags to WINE_MODREF level.
13875 Better handling of LoadLibraryEx flags.
13876 PE_InitTls() changed to work only on the current thread.
13878 * include/server.h, scheduler/process.c, server/trace.c:
13879 Added cmd line in new_process request.
13881 * scheduler/thread.c:
13882 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13883 All threads created with CreateThread are 32-bit threads.
13885 * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
13886 Juergen Schmied <juergen.schmied@metronet.de>
13887 Reading of binary streams implemented (SHOpenRegStream).
13889 * msdos/int25.c, msdos/int26.c:
13890 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13891 Fixed int25 & int26 error code.
13893 * loader/task.c, windows/queue.c:
13894 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13895 Allow UserYield16 to be called from 32-bit thread.
13897 * include/oledlg.h, include/winbase.h:
13898 Albert Den Hann <albertd@corel.ca>
13899 Additional macro definitions.
13901 * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
13902 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13903 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
13905 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13906 Fixed metafile recording of CreatePatternBrush.
13908 Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
13910 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
13911 Pascal Lessard <pascal@macadamian.com>
13912 Change the AddBitmap function. Implement flat toolbar. Change
13913 CreateToolbarEx. Implement partially the hot buttons for toolbar.
13916 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13917 Implemented Get Shift Flags function.
13919 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
13922 * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
13923 Changed stdlib.h to string.h.
13925 * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
13928 * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
13929 David Luyer <luyer@ucs.uwa.edu.au>
13930 Changed "strings.h" to "string.h".
13932 * graphics/x11drv/bitblt.c, windows/nonclient.c:
13933 Randy Weems <rweems@home.com>
13934 Fixed off-by-one error if bitblt width or height is negative.
13936 * dlls/comctl32/tab.c, include/tab.h:
13937 Francis Beaudet <francis@macadamian.com>
13939 - showing the selected tab as highlighted
13940 - support for drawing the focus rectangle
13941 - basic keyboard support
13942 - support for a tab with horizontal scrolling.
13944 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13945 Thread-safe implementation of profile functions (Windows and Wine).
13947 * include/message.h, loader/main.c, windows/timer.c:
13948 Stephane Lussier <stephane@macadamian.com>
13949 Made the timer code thread safe.
13951 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
13952 Fixed possible endless loop.
13954 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
13955 Fixed LB_GETCURSEL message to return LB_ERR on empty list.
13957 * dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlguid.h, include/shlobj.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c:
13958 Juergen Schmied <juergen.schmied@metronet.de>
13959 Use the new header for COM definitions.
13961 * dlls/shell32/shellord.c, relay32/shell32.spec:
13962 Juergen Schmied <juergen.schmied@metronet.de>
13963 New stub shell_654.
13965 * include/treeview.h, dlls/comctl32/treeview.c:
13966 Sylvain St.Germain <sylvain@macadamian.com>
13967 Implementation of TVM_SORTCHILDRENCB.
13968 Implementation of TVI_SORT insertion.
13969 Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
13970 Fix problems related to TVIS_EXPANDEDONCE.
13972 * dlls/comctl32/comctl32undoc.c:
13973 Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
13974 Fix problem in DPA_QuickSort where the sort order was inverted.
13976 * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
13977 Ove Kaaven <ovek@arcticnet.no>
13978 Added infrastructure and definitions for general-purpose event and IRQ
13979 handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
13980 event message loop, message handling, CLI/STI handling, and minimal
13983 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
13984 Added handling of SIGUSR2 for the new event interruption handling,
13985 bumping up the protocol revision. Made some debug messages not be
13986 output when it's not necessary.
13988 * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
13989 Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
13991 * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
13992 Ove Kaaven <ovek@arcticnet.no>
13993 Added int 0x09 and int 0x33.
13995 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
13996 Implemented a int 0x33 handler, with a minimal implementation of the
13997 mouse routines, including callbacks.
13999 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
14000 Implemented a int 0x09 handler, and a scancode queue that simulates
14001 IRQ 1 in the dos box.
14003 * include/docobj.h: Paul Quinn <paulq@corel.ca>
14004 Creation of docobj.h.
14006 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14007 Allow depth of DIB to differ from depth of bitmap in GetDIBits.
14009 Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
14011 * debugger/editline.c: Abort on input error.
14013 * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
14014 Population of oledlg.
14016 * windows/x11drv/event.c, windows/painting.c:
14017 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14018 Add IsWindow() checks after SendMessage() returns.
14020 * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
14021 Fixed a small bug in int10.
14023 * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
14024 COMBO_Size: maintain the height of the RectCombo when the window is
14027 * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
14028 Paul Quinn <paulq@corel.ca>
14029 Added various definitions.
14030 Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
14032 * include/windef.h: Jim Aston <jima@corel.ca>
14033 Added a few empty macros.
14035 * include/cursoricon.h, objects/cursoricon.c:
14036 Marcus Meissner <marcus@jet.franken.de>
14037 CURSORICON_Destroy: missing WINAPI added.
14039 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
14040 Added translation for SO_RCVTIMEO (as seen by IE4).
14042 Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
14044 * server/process.c: Create startup info for the initial process.
14046 * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
14047 Added server pid and tid in init_thread request, and use them in
14050 * include/compobj.h, include/objbase.h, include/ole2.h, include/wine/obj_base.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/winerror.h, include/wtypes.h, ole/Makefile.in, ole/antimoniker.c, ole/bindctx.c, ole/compobj.c, ole/compositemoniker.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/storage32.c, relay32/ole32.spec:
14051 Noomen Hamza <noomen@macadamian.com>
14053 - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
14054 GenericCompositeMoniker
14055 - IRunningObjectTable interface, and
14056 - IBindCtx interface.
14058 * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
14059 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14060 Added StretchDIBits for the PostScript driver.
14062 * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
14063 Added missing ending pragma pack.
14065 * misc/comm.c: Rein Klazes <rklazes@casema.net>
14066 Corrected small bug in GetCommState16. Parity check can be disabled
14067 even when a parity bit is used. SetCommState16() can override baudrate
14068 setting in wine.conf.
14070 Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
14072 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14073 Bugfix: cope with quoted arguments for CreateProcess().
14075 * loader/resource.c:
14076 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14077 Fixed typo in SizeofResource().
14079 * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14080 lstrcpyA can't use strcpy.
14082 * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
14083 Marcus Meissner <marcus@jet.franken.de>
14084 Added -dll option for winelib programs. (Note: will not print warnings
14085 on failure currently).
14087 * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14090 * loader/pe_image.c, msdos/int21.c:
14091 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14094 * if1632/mmsystem.spec, relay32/winmm.spec:
14095 Eric Pouech <Eric.Pouech@wanadoo.fr>
14096 Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
14098 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14099 Started calling mixer as a 32 bit low level driver (no longer 16 bit)
14100 Added support for yield proc in mci struct
14101 Added mmTaskXXX16 and mmThreadXXX16 functions
14102 Refreshed implementation of 16 bit native & asynchronous MCI driver
14103 command (through mmtask.tsk).
14105 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14106 Fixed a few bugs. Started implementing mixerMessage as a 32 bit
14107 function (no longer 16 bit).
14109 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14110 Implemented mciExecute.
14112 * include/multimedia.h, multimedia/mci.c:
14113 Eric Pouech <Eric.Pouech@wanadoo.fr>
14114 Added yield proc members to mci struct.
14116 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14117 Added mixer specfic error codes, fixed type in function name.
14119 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14120 Fixed return codes for default driver proc.
14122 * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
14123 Made LB_GETCURSEL return focus_item if no item has been selected.
14125 * windows/x11drv/keyboard.c:
14126 Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
14127 Added Finnish keyboard layout.
14129 * misc/main.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, graphics/wing.c, graphics/x11drv/xfont.c, include/wine/winuser16.h, include/winuser.h, include/x11drv.h:
14130 Veksler Michael <mveksler@techunix.technion.ac.il>
14131 Removed winuser16.h from x11drv.h.
14133 * include/winspool.h, misc/printdrv.c:
14134 Klaas van Gend <klaas@vangend.demon.nl>
14135 Implementation of EnumPrintersA, info level 4 and 5.
14137 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
14138 Check if the build is stripped, and die if it is.
14139 Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
14140 (thanks Ryan Cumming!).
14142 * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
14143 Fixed "reached end of non void..." warnings.
14145 * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
14146 MessageBox32A -> MessageBoxA
14148 * loader/module.c, relay32/kernel32.spec:
14149 Sergey Turchanov <turchanov@usa.net>
14150 Implementation for FreeLibraryAndExitThread.
14151 Made GetBinaryType = GetBinaryTypeA.
14153 * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
14154 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14155 Run Win32 processes in their own threads.
14156 Process exit sequence adapted.
14158 Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
14160 * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
14161 Changed process initialisation to use the new server requests.
14162 Started to move the process init to the right context, not finished yet.
14164 * include/server/object.h, include/server/process.h, include/server/request.h, include/server/thread.h, server/main.c, server/process.c, server/request.c, server/socket.c, server/thread.c, server/trace.c, include/server.h:
14165 Added new_process and init_process request.
14166 Split out process creation from thread creation.
14167 Changed server initialisation to ensure that we always have a current
14170 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
14171 One small error corrected and the 102th key...
14173 * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
14174 Made commerror and eventmask local to each port (for win16), made the
14175 win16 routines use port indices instead of UNIX fds (this should make
14176 some Visual Basic stuff and similar garbage start working), moved some
14177 stuff around (win16 routines at top of file, win32 routines at
14178 bottom), made a couple of win32 routines use win32 handles, and added
14179 a few hints as to how to implement asynchronous buffers, based on
14180 which EnableCommNotification can eventually be implemented.
14182 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
14183 Fixed prototypes of a couple of comm routines.
14185 * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14188 * windows/win.c: Francis Beaudet <francis@macadamian.com>
14189 Clear update region before WM_NCDESTROY.
14191 * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
14192 Got rid of SYSTEM_LOCK macros.
14194 Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
14196 * misc/main.c: No longer need to delete system heap critical section.
14198 Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
14200 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
14201 Added a check for desktop in SHGetFileInfo.
14203 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14204 Fixed some bugs in MCI message mapping (32A => 16).
14206 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
14207 Fixed WIN_SendDestroyMsg.
14209 * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
14210 Removed definitions for FIONREAD and FIONBIO.
14212 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14213 Fixes some return values for DefDriverProc.
14215 * programs/regapi/regFixer.pl:
14216 Sylvain St.Germain <sylvain@macadamian.com>
14217 Removed the chop command that was there to get rid of dos ^M.
14218 The script now process only unix file format.
14220 * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14221 Hide dialog windows created by CreateDialog* in EndDialog just as
14224 * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
14225 Set type of destination variant in VariantChangeTypeEx function.
14227 * windows/x11drv/keyboard.c:
14228 Bertho Stultiens <bertho@panter.soci.aau.dk>
14229 Fixed Danish keyboard layout.
14231 Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
14233 * ole/itemmoniker.c, ole/ole2.c, ole/olefont.c, windows/dinput.c, windows/input.c, windows/keyboard.c, windows/message.c, windows/painting.c, windows/queue.c, windows/syscolor.c, windows/sysmetrics.c, windows/user.c, dlls/shell32/iconcache.c, files/dos_fs.c, graphics/ddraw.c, graphics/fontengine.c, include/win.h, loader/main.c, loader/resource.c, misc/lzexpand.c, misc/registry.c, msdos/int10.c, multimedia/init.c, objects/enhmetafile.c:
14234 Marcus Meissner <marcus@jet.franken.de>
14235 Lots of warning fixed, one missing WINAPI in ddraw.c added.
14237 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
14238 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
14240 * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
14241 msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
14243 * relay32/kernel32.spec, misc/toolhelp.c:
14244 Marcus Meissner <marcus@jet.franken.de>
14245 Added Module32* stubs.
14247 Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
14249 * windows/x11drv/keyboard.c:
14250 Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
14251 Added Portuguese keytable.
14253 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
14254 Added Canadian French keyboard layout.
14256 * windows/x11drv/keyboard.c:
14257 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14258 Added UK keyboard layout.
14260 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
14261 <paranoid07@hotmail.com>
14262 Fixed/implemented various interrupt functions.
14264 * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
14265 Marcus Meissner <marcus@jet.franken.de>
14266 Fixed some warnings. removed some unneccessary includes, removed one
14267 direct WND* access in controls/menu.c.
14269 * windows/win.c: Francis Beaudet <francis@macadamian.com>
14270 Implemented a more defensive version of WIN_SendDestroyMsg.
14272 * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
14273 Install headers from $(SRCDIR).
14275 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
14276 Removed the obsolete ICOM macros.
14278 * include/vfw.h: Francois Gouget <fgouget@psn.net>
14279 Moved the APIs closer to the corresponding COM interface, removed two
14280 duplicates and added 2-3 macros for A/W APIs.
14282 * msdos/int15.c: <paranoid07@hotmail.com>
14283 Added some stubs for int15 functions.
14285 * windows/message.c, windows/queue.c:
14286 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14287 Inter-thread SendMessage() bugfixes:
14288 - Insert new message to be received at the *end* of the SM_PENDING_LIST.
14289 - Do *not* process received messages in ReplyMessage().
14290 - Clear the QS_SMRESULT flag only immediatedly before waiting.
14292 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
14293 Return error if not a valid OLE compound file.
14295 * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
14296 Fix crash if lpuCurDirLen or lpuDestDirLen==0.
14298 * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
14299 Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
14302 Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
14304 * include/dosexe.h, include/module.h, include/pe_image.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
14305 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14306 Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
14308 * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
14309 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14310 Pass new arguments (suspend/inherit) to the server.
14312 * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
14313 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14314 Handle suspend/resume_thread requests in phase STARTING correctly.
14315 Set initial suspend count for threads created with CREATE_SUSPENDED.
14316 Set 'inheritable' flag for process/thread handles.
14318 * dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c:
14319 Marcus Meissner <marcus@jet.franken.de>
14320 Removed no longer necessary win.h include, added now necessary other
14321 includes (win.h used only by UPDOWN now).
14323 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
14324 debug.h must be last, or we get ERR() macro problems again.
14326 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
14327 Fixed a slight bug that was included in the change from WND ptr to
14330 * loader/main.c, misc/callback.c:
14331 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14332 Fix compiler warnings.
14334 * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
14335 Sylvain St.Germain <sylvain@macadamian.com>
14336 Fixed some graphical problems of the treeview and added support LMB
14337 click on +/- sign to open and close.
14338 Fixed a bug in imagelist where the last image could not be displayed.
14340 * windows/x11drv/event.c:
14341 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14342 Avoid unnecessary error messages.
14344 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14345 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
14346 match buggy Windows behaviour.
14348 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14349 Corrected bug in enumeration function.
14351 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
14352 Fixed bug introduced in WIN_FindWindow.
14354 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
14355 0 is a valid index for a tab item.
14356 CreateSolidBrush takes a COLORREF as a parameter.
14357 Tab controls were always displayed in the top left corner.
14359 Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
14361 * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
14362 Francois Gouget <fgouget@psn.net>
14363 Updated the interfaces to use the latest ICOM macros.
14365 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
14368 * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
14369 Eric Pouech <Eric.Pouech@wanadoo.fr>
14370 Moved all MCI internal functions/variables/macros to mci.c.
14371 Changed some interface names.
14373 * include/digitalv.h, multimedia/mciavi.c:
14374 Eric Pouech <Eric.Pouech@wanadoo.fr>
14375 Make use of digitalv.h file.
14377 * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14378 Changed how list of loadable MCI drivers is obtained.
14380 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
14381 Describes in newbie terms how to add new keyboard layouts.
14383 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
14384 Better comments, and added ANSI codepages in table.
14385 US keyboard contributed by Uwe Bonnes.
14386 French keyboard contributed by Eric Pouech.
14387 German keyboard contributed by Ulrich Weigand.
14388 Danish keyboard contributed by Bertho Stultiens.
14390 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, include/commdlg.h:
14391 Klaas van Gend <klaas@vangend.demon.nl>
14392 - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
14393 - Some header inclusion cleanup.
14395 * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
14396 Eric Pouech <Eric.Pouech@wanadoo.fr>
14399 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14400 Makes use of new CDAUDIO_Seek() function.
14402 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14403 Various fixes for MSCDEX traps.
14405 * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14406 Added new function CDAUDIO_Seek().
14408 * include/driver.h, windows/driver.c:
14409 Eric Pouech <Eric.Pouech@wanadoo.fr>
14410 Better 16/32 bit driver messages mapping and handling.
14411 Better protection against bad handles.
14413 * include/peexe.h, loader/resource.c:
14414 Marcus Meissner <marcus@jet.franken.de>
14415 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
14418 * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
14419 Fixed make install.
14421 ----------------------------------------------------------------
14422 Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
14424 * include/win.h, ipc/dde_proc.c, misc/spy.c, windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/focus.c, windows/input.c, windows/mdi.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/scroll.c, windows/win.c, windows/winpos.c, windows/winproc.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, dlls/comctl32/updown.c, graphics/ddraw.c, if1632/thunk.c:
14425 Francois Boisvert <francois@macadamian.com>
14426 Made access to the wnd struct thread-safe.
14428 * */*: Jim Aston <asto0001@algonquinc.on.ca>
14429 Renamed wintypes.h to windef.h.
14431 * memory/heap.c: Make the system heap critical section global.
14434 Fixed Makefile up-to-date check to avoid relinking all the object
14437 * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
14438 Reimplemented some code without using X11.
14440 * graphics/ddraw.c, relay32/ddraw.spec:
14441 Patrik Stridvall <ps@leissner.se>
14442 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
14444 * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
14445 Added tracing for delayed imports and removed the fixme.
14447 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
14448 Better implementation of GetShortPathNameA/W.
14450 * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
14451 Allow the file names and paths for the registry files (user.reg and
14452 system.reg) to be specified in a [Registry] section of wine.ini or
14455 * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
14456 Fix OemToAnsiBuff for real Win31 behavior.
14458 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
14459 First attempt at supporting different keyboard layouts with their
14460 correct scancode mapping.
14462 * configure, configure.in, programs/Makefile.in, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/README, programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl, programs/regapi/regSet.sh, programs/regapi/regapi.c:
14463 Sylvain St.Germain <sylvain@macadamian.com>
14464 Added command line tool to access the registry.
14466 * rc/winerc.c: Fixed compilation.
14468 * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
14469 Ignore generated files.
14471 * programs/notepad/lcc.h: Fixed make depend.
14473 * ole/ole2.c, ole/olefont.c, include/ole.h, include/ole2.h, include/oleauto.h, include/olectl.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_shelllink.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winsock.h, include/winuser.h, include/wtypes.h:
14474 Paul Quinn <paulq@linuxmaster.hungrycats.org>
14475 Many new defines, and structs to help compile MFC. As well as a few
14476 OLE corrections from earlier.
14478 * loader/ne/module.c:
14479 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14480 Make GetModuleHandle16 only look for module names, not path names.
14482 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
14483 Added some more vga video modes.
14485 * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
14486 Prevent X11 errors when XCreateWindow is called with zero width or
14489 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
14490 Added metafile support for ExtFloodFill.
14492 * controls/button.c:
14493 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
14494 Paint gray text on gray background in checkboxes/radiobuttons by
14495 stippling. Also changed the brush used in this case to give better
14496 readability with X fonts.
14498 * include/debugdefs.h, include/tapi.h, misc/Attic/tapi32.c, misc/Makefile.in, relay32/tapi32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/tapi32/.cvsignore, dlls/tapi32/Makefile.in, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, include/debug.h:
14499 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14500 Implemented (nearly) all TAPI functions as stubs.
14502 * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
14503 Michael McCormack <Michael.McCormack@alcatel.com.au>
14504 Basic support for WIN32 serial communications API.
14505 Modify DOSFS_OpenDevice to allow opening of COM ports.
14506 Change Win32 comm functions to accept file handle.
14507 Add declaration of COMSTAT32 structure.
14509 * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
14510 Fixed a silly VGA-emulation palette bug.
14512 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
14513 Fixed a couple of ugly warnings (caused by ugly errors).
14515 * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14518 * dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h, ole/guid.c:
14519 Juergen Schmied <juergen.schmied@metronet.de>
14520 - IShellFolder and IEnumIDList are using the new COM headers
14521 - fixed sort order for folders and drives
14523 * README: Ove Kaaven <ovek@arcticnet.no>
14524 Corrected location of FAQ.
14526 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
14527 Fully implemented Direct Console Input.
14529 Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
14531 * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
14532 Marcus Meissner <marcus@jet.franken.de>
14533 Fixed newly introduced and some leftover warnings.
14535 * include/wingdi.h: Francois Gouget <fgouget@psn.net>
14536 It is now possible to use the standard macros for GetTextExtentPoint
14537 and GetTextExtentPoint32.
14539 * include/prsht.h: Francois Gouget <fgouget@psn.net>
14540 Fixed some SendMessage32A that escaped the renaming.
14542 * include/ole2.h: Francois Gouget <fgouget@psn.net>
14543 On windows ole2.h includes oleauto.h and some programs depend on this.
14545 * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
14546 Fixes in the SysAllocString functions prototypes. It's mostly 'const'
14547 problems that prevent regular code from compiling.
14549 * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
14550 Pavel Roskin <pavel_roskin@geocities.com>
14551 File open dialog now uses icons instead of bitmaps.
14553 * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
14554 Updated AVI* class interface to new ICOM_ methods.
14556 * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
14557 Some fixes and additions.
14559 * dlls/avifil32/.cvsignore, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, include/debug.h, include/debugdefs.h, relay32/avifil32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in:
14560 Marcus Meissner <marcus@jet.franken.de>
14561 Started on avifil32 implementation (only stubs currently).
14563 * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
14564 Reimplemented DrawFocusRect without using X11.
14566 * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
14567 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14568 Implemented mode setting things as well as VESA additions and other
14569 things. Cleaned up DOSMEM_BiosData handling.
14571 * include/wine/obj_olefont.h, ole/olefont.c:
14572 Francis Beaudet <francis@macadamian.com>
14573 Implemented the IPersistStream interface on the OLE font object.
14575 * miscemu/emulate.c:
14576 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14577 Make function BX=6 round ST0 to integer.
14579 * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
14580 Adrian Thurston <adriant@corel.ca>
14581 - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
14582 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
14583 - Added some missing structures and definitions to wingdi.h
14584 - Added proper defines for GetCharWidthsXXX
14585 - Added c++ protection to wingdi.h
14587 * dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
14588 Juergen Schmied <juergen.schmied@metronet.de>
14589 - mostly cleanup after the renaming
14590 - implemented SHILCreateFromPath
14591 - small changed to SHGetFileInfo
14593 * include/prsht.h, include/winuser.h:
14594 Bertho Stultiens <bertho@panter.soci.aau.dk>
14595 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
14596 structure for compatibility.
14598 * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
14599 Bertho Stultiens <bertho@panter.soci.aau.dk>
14600 Moved error codes to cderr.h.
14602 * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
14603 Fix CreateProcess to handle lpCommandline better.
14605 * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
14606 Change GetStartupInfoA/W to return the real StartupInfo.
14608 * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
14609 Handle null wndPtr for mdi window.
14611 * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
14612 Fixed a couple of missing #defines for Win32 API functions with
14613 ASCII/Unicode versions.
14615 * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
14616 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14617 Implemented UTRegister and UTUnRegister.
14619 * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
14620 <keith_m@sweeney.demon.co.uk>
14621 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
14622 bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
14623 DdeSetQualityOfService, DdeSetUserHandle.
14624 Corrected heap handling in DdeInitializeW, refined CreateMutex error
14628 * if1632/olecli.spec, include/ole.h, ole/olecli.c:
14629 Pavel Roskin <pavel_roskin@geocities.com>
14630 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
14631 OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
14632 OleRevertClientDoc, OleEnumObjects.
14634 * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
14635 Definition for OleCreateLinkFromClip was incorrect.
14637 * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
14638 Mask out the upper 12 bits from the resourceid, just like win95 does.
14640 * BUGS: Ove Kaaven <ovek@arcticnet.no>
14641 Updated bug list by my knowledge of them.
14643 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
14644 StgCreateDocfile accepts NULL as a file name.
14646 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
14647 Added support for alternate DIBBITBLT layout.
14649 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
14650 Buffer size bug in LocateDebugInfoFile.
14652 * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14653 Improved "error" message readability.
14655 * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
14657 * dlls/comctl32/listview.c: Fixed make depend
14659 Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
14661 * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, include/ipaddress.h, include/updown.h:
14662 Eric Kohl <ekohl@abo.rhein-zeitung.de>
14663 Replaced direct access to the WND structure by corresponding calls to
14666 * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
14667 Eric Kohl <ekohl@abo.rhein-zeitung.de>
14668 Fixed some bugs introduced by the automated renaming.
14670 * resources/.cvsignore: Added sysres_Ru.s
14672 * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
14673 Luc Tourangeau <luc@macadamian.com>
14674 Changed the listview control to add the report view and fix some bugs
14677 * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
14678 Removed use of WND struct.
14680 * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
14681 Added #ifdef HAVE_WCTYPE_H.
14683 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
14684 Removed direct access to the WND struct.
14686 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
14687 Message translation for WM_WININICHANGE.
14689 * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
14690 obm_closed_95 should not be drawn inverted.
14692 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
14693 Removed direct access to the WND struct.
14695 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
14696 Thuy Nguyen <thuy@macadamian.com>
14697 Improved performance.
14699 * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
14700 Create a new DC in GetDCEx when none are available.
14702 * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
14703 Stephane Lussier <stephane@macadamian.com>
14704 Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
14706 * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
14707 Changed the button state to "up" as soon as it is known that the
14708 selection has been cancelled, so the button is redrawn in the "up"
14711 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
14712 Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
14714 Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
14716 * include/wine/obj_inplace.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, ole/compobj.c, ole/guid.c, ole/ole2disp.c, ole/olecli.c, ole/oledlg.c, ole/oleobj.c, dlls/shell32/dataobject.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/Attic/wintypes.h, include/commdlg.h, include/imm.h, include/oaidl.h, include/objbase.h, include/ocidl.h, include/ole.h, include/ole2ver.h, include/oleauto.h, include/olectl.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/winbase.h, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/winnt.h, include/wtypes.h:
14717 Paul Quinn <paulq@corel.ca>
14718 Added a lot of new OLE interfaces.
14720 * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
14721 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
14722 Added support for Russian language.
14724 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14725 Temporary fix: Activate 16-bit system timer callback routines, but
14726 skip calling them if timer signal occured while current thread was
14727 holding the Win16Lock (to prevent 16-bit stack corruption).
14729 * include/syslevel.h, scheduler/syslevel.c:
14730 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14731 Implemented _ConfirmWin16Lock (KERNEL32.96).
14733 * graphics/ddraw.c, include/ddraw.h:
14734 Lionel Ulmer <ulmer@directprovider.net>
14735 - some clean up in handling of depth
14736 - more depth conversion routines for X11 (15, 16 and 32 -> 8)
14738 * include/queue.h, windows/message.c, windows/queue.c:
14739 Stephane Lussier <stephane@macadamian.com>
14740 Implemented SendMessageTimeout() functions.
14742 * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
14743 Marcel Baur <mbaur@g26.ethz.ch>
14744 Added Boyer-Moore text search.
14746 * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
14747 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14748 Added USER.DestroyIcon32 to Callout struct.
14750 * include/module.h, loader/ne/convert.c:
14751 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14752 Deleted NE_FreePEResource().
14754 * include/user.h, loader/main.c, loader/module.c, windows/user.c:
14755 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14756 Adapted to cursor/icon handling changes.
14758 * loader/ne/resource.c, loader/resource.c:
14759 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14760 Allow accessing both NE and PE resources with both 16- and 32-bit API.
14761 Hook cursor/icon destruction into FreeResource (like Win95).
14763 * include/cursoricon.h, objects/cursoricon.c:
14764 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14765 Implemented Win95-style shared cursor/icon cache.
14766 Merged NE and PE resource handling.
14768 * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
14769 Pavel Roskin <pavel_roskin@geocities.com>
14770 Fixed folder bitmap colors for 8bpp.
14772 * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
14773 Windows doesnt allow dashed and dotted lines > 1.
14775 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
14776 Fixed a reference-counting problem in the external lock mechanism.
14778 * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
14779 Fixed a simple bug in the implementation of the ShellView objects.
14781 * dlls/shell32/shell32_main.c, include/shell.h:
14782 Sergey Turchanov <turchanov@usa.net>
14783 Added some extra CSIDLs.
14785 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14786 Bugfix: Allow lpCommandLine == NULL in CreateProcess().
14788 * windows/x11drv/keyboard.c:
14789 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14790 Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
14792 * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
14793 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14794 Avoid unnecessary GraphicsExpose events.
14796 * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
14797 Fixed index calculations of the upper and lower bounds of a safearray.
14798 Fixed a wrong initialization of the VT sizes array.
14800 * ole/ole2.c, relay32/ole32.spec:
14801 Francis Beaudet <francis@macadamian.com>
14802 Implementation of the ReleaseStgMedium method.
14804 Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
14806 * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, relay32/advapi32.spec, relay32/ntdll.spec:
14807 Juergen Schmied <juergen.schmied@metronet.de>
14808 - sorted API by groups
14809 - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
14810 - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
14811 RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
14812 - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
14813 RtlTimeFieldsToTime
14815 * include/ntddk.h, include/ntdef.h, include/winnt.h:
14816 Juergen Schmied <juergen.schmied@metronet.de>
14817 Many new prototypes.
14819 * loader/resource.c, include/module.h:
14820 Juergen Schmied <juergen.schmied@metronet.de>
14821 Fix use of wrong prototype from ntdll.h.
14823 * dlls/advapi32/security.c:
14824 Juergen Schmied <juergen.schmied@metronet.de>
14825 Make more functions just calling down to ntdll.
14826 New: GetSecurityDescriptorSacl.
14828 * graphics/psdrv/afm.c:
14829 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14830 Accept "Normal" as a valid AFM weight.
14832 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
14833 Smarter way of searching for a free block.
14835 * windows/message.c:
14836 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14837 Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
14839 * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
14840 Corrected cast so hello5 compiles again.
14842 * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
14843 Don't copy lpstrFileTitle if given NULL pointer for this.
14844 Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
14846 * misc/winsock.c, include/winsock.h:
14847 Marcus Meissner <marcus@jet.franken.de>
14848 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
14850 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
14851 __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
14852 removed additional "eax" from clobber list, so egcs-current likes it.
14854 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
14855 CreateFileMapping SetLastError(0)s on newly created mappings.
14857 Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
14859 * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, misc/Attic/commdlg.c, misc/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in:
14860 Klaas van Gend <Klaas@vangend.demon.nl>
14861 Create a new subdirectory for the common dialog box DLL and move all
14862 code from /misc/commdlg.c to this directory. Also made a start in
14863 documenting the API calls.
14865 * misc/winsock.c, debugger/break.c, debugger/dbg.y, debugger/dbgmain.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stack.c, debugger/types.c, include/Attic/wintypes.h:
14866 Marcus Meissner <marcus@jet.franken.de>
14867 More include optimizations.
14869 * windows/driver.c, windows/winproc.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, loader/pe_image.c, msdos/dpmi.c, multimedia/audio.c, multimedia/mmsystem.c, objects/dc.c, ole/storage32.c, controls/menu.c, dlls/comctl32/hotkey.c:
14870 Marcus Meissner <marcus@jet.franken.de>
14871 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
14872 additional {}. Rewrote GetCreationModeFromSTGM so we don't get
14873 "possible use of uninitialized variable".
14875 * include/mmsystem.h, include/multimedia.h:
14876 Marcus Meissner <marcus@jet.franken.de>
14877 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
14879 * files/directory.c, msdos/int21.c:
14880 Marcus Meissner <marcus@jet.franken.de>
14881 Changed CreateDirectory LastError returns to match Win32 (found out by
14882 experiment). Adapted int21 CreateDirectory call to still return the
14883 correct DOS error codes according to Ralph Brown.
14885 * graphics/ddraw.c, relay32/ddraw.spec:
14886 Lionel Ulmer <ulmer@directprovider.net>
14887 - added function DirectDrawEnumerateEx
14888 - added (or corrected) check for the return value of the enumeration functions
14890 * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
14891 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
14893 * multimedia/mcicda.c:
14894 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
14895 Added missing <sys/types.h>.
14897 * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
14898 Added the button states as returned by IsDlgButtonChecked().
14901 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14902 Added support for quoted file names in CreateProcess().
14904 * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
14905 CLIENT_WaitReply: don't clear last error on success; fixed callers
14906 accordingly (based on a patch by Juergen Schmied).
14908 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
14909 Added some support and stubs for VESA to msdos/int10.c.
14911 * ole/bindctx.c, ole/filemoniker.c, ole/ifs.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/oledlg.c, ole/olefont.c, ole/oleobj.c, ole/olesvr.c, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/typelib.c, ole/variant.c, tools/fnt2bdf.c, windows/display.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, include/oleobj.h, include/shlobj.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/wine/winuser16.h, library/winestub.c, memory/string.c, misc/sound.c, multimedia/mmsystem.c, controls/menu.c:
14912 Marcus Meissner <marcus@jet.franken.de>
14913 More include optimisations and fixes.
14915 * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
14916 open_object should return ERROR_FILE_NOT_FOUND when the named object
14919 * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14920 Better error message.
14922 * scheduler/Attic/k32obj.c, scheduler/Makefile.in, scheduler/client.c, scheduler/critsection.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, files/change.c, files/dos_fs.c, files/file.c, include/Attic/k32obj.h, include/file.h, include/process.h, include/thread.h, loader/task.c, memory/virtual.c, misc/toolhelp.c:
14923 Use server handles directly for Win32 handles. Removed use of K32OBJ.
14925 * windows/defwnd.c, windows/msgbox.c, windows/x11drv/monitor.c, objects/brush.c, objects/clipping.c, objects/pen.c, objects/region.c, objects/text.c, ole/olefont.c, ole/oleobj.c, scheduler/Attic/k32obj.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, server/request.c, debugger/dbg.y, debugger/registers.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/escape.c, graphics/win16drv/font.c, loader/ne/convert.c, misc/network.c, misc/port.c, miscemu/main.c, multimedia/audio.c, multimedia/dplay.c, multimedia/init.c, multimedia/mciwave.c, multimedia/mixer.c, multimedia/mmaux.c, console/xterm.c, controls/listbox.c:
14926 David Luyer <luyer@ucs.uwa.edu.au>
14927 - fixed missing stdlib.h and string.h includes everywhere
14928 - removed a couple of unneeded stdlib.h and stdio.h includes
14930 * include/process.h, include/thread.h, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, windows/queue.c, windows/win.c, windows/winproc.c:
14931 Process and thread id now use the server-side id instead of an
14932 obfuscated pointer.
14934 * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
14935 Ove Kaaven <ovek@arcticnet.no>
14936 The Windows GUI behaviour tester used on the Windows computer. It was
14937 used with Borland C++ 4.52, but should be easy to adapt to Winelib by
14938 whoever feels like it; I haven't, I just released this useful test app
14939 in case it would benefit other developers.
14941 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
14942 This file details the results (message traces) the GUI behaviour
14943 tester app gave under real Windows for various events. It was useful
14944 for some of my debugging at least, perhaps it could be of some use to
14945 other Wine GUI debuggers as well.
14947 * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
14948 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
14949 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
14950 needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
14951 defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
14954 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14955 GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
14958 * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
14959 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14960 Adapted to CreateProcess changes.
14962 * loader/ne/module.c:
14963 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14964 NE modules adapted to CreateProcess changes.
14965 LoadModule16/LoadLibrary16 reorganization.
14967 * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
14968 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14969 Process creation sequence reorganized:
14970 - Removed instance data segment for all but NE modules.
14971 - Check binary type in CreateProcess before loading module.
14972 - Unix process creation moved from WinExec to CreateProcess.
14973 - Bugfix: fill in thdb->teb.htask16 member correctly.
14975 * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
14976 - Code to return default language code as keyboard layout.
14977 - Implemented other stubs associated with keyboard layout:
14978 GetKeyboardLayoutNameA, ActivateKeyboardLayout,
14979 LoadKeyboardLayout[AW], GetKeyboardLayoutList.
14981 * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
14982 Klaas van Gend <klaas@vangend.demon.nl>
14983 Preliminary implementation of the PrintDlgA stub.
14985 * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
14986 Now compliant to the Dutch standards.
14988 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
14989 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
14991 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
14992 Fixed a couple of dosmem block resize bugs.
14994 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14995 - no more 3D capabilities if Direct3D support is not compiled in
14996 - some debug messages clean-up (replaced fprintfs by DUMPs)
14998 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
14999 We got passed a NULL Dialect ptr and accessed it unprotected.
15001 * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
15002 Added support for mappings with no associated file.
15004 * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
15005 Removed dst_handle in duplicate_handle request.
15006 Added inherit flag in create_mapping request.
15008 * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
15009 Francis Beaudet <francis@macadamian.com>
15010 Implemented support for arrays and safe arrays in VARIANT data
15011 structures. Also moved the SAFEARRAY definition (yet again) to the
15014 * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15015 Fixed Filesystem documentation.
15017 * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
15018 Pavel Roskin <pavel_roskin@geocities.com>
15019 Made folder icons gray-yellow instead of blue.
15021 * windows/message.c: Francis Beaudet <francis@macadamian.com>
15022 Order of send message processing was not respected and the message
15023 stacked last finished after the message stacked first.
15025 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
15026 Added checks to guard against NULL active window.
15028 * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
15029 Don't check children of disabled or invisible controls for dialog
15030 keyboard accelerators. Fixes problems with dialogs with tab boxes.
15032 * ole/compobj.c, relay32/ole32.spec:
15033 Francis Beaudet <francis@macadamian.com>
15034 Implemented the CoTaskMemRealloc API. Also clean-up around that API
15037 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
15038 Added a missing Release.
15039 STGM_CREATE should translate to CREATE_ALWAYS.
15041 ----------------------------------------------------------------
15042 Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
15044 * DEVELOPERS-HINTS: Updated for new naming conventions.
15046 * */*: Large-scale renaming of all Win32 functions and types to
15047 use the standard Windows names.
15049 ----------------------------------------------------------------
15050 Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
15052 * misc/main.c: Albert den Haan <albertd@corel.ca>
15053 For various reasons some of our libwine executables must have a "." in
15054 their file names. The "." causes trouble when the file name is used as
15055 the class name for an X resource as wine does for command line parsing
15059 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
15060 GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
15062 * include/gdi.h, include/heap.h, include/wintypes.h:
15063 David Luyer <luyer@ucs.uwa.edu.au>
15064 Added __attribute__ ((unused)) on static inline functions declared in
15067 * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
15068 Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
15069 which uses my bug_report.pl script.
15070 Added info on a command that can be run on all shells to print debug
15071 msgs to a file and not to xterm.
15074 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
15075 Needs thread.h for non-Linux.
15077 * include/win.h, windows/win.c:
15078 Francois Boisvert <francois@macadamian.com>
15079 Adding of new functions to make the wnd struct thread safe. Adding of
15080 irefCount in wnd struct.
15082 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
15083 Michael Veksler <mveksler@techunix.technion.ac.il>
15084 Added configure check for getbkgd and define HAVE_GETBKGD.
15086 * include/ocidl.h, include/ole2.h, include/oleidl.h, include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wintypes.h, ole/olefont.c:
15087 Paul Quinn <paulq@corel.ca>
15088 Many interface declarations that originated from oleidl.h, oaidl.h and
15089 ocidl.h separated into somewhat relevant obj_* files.
15091 * files/drive.c, ole/compobj.c, resources/sysres.c:
15092 Michael Veksler <mveksler@techunix.technion.ac.il>
15093 Fixed warning and compilation errors.
15095 * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
15096 Removed includes of wine/* headers.
15098 * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
15099 Made message "Resource not found" WARN.
15101 * dlls/shell32/contmenu.c, include/shlobj.h:
15102 Adrian Thurston <adriant@COREL.CA>
15103 - Use the new COM definition macros in the header.
15104 - Put the implementation of the object in the contmenu.c.
15105 - Make appropriate name changes in contmenu.c.
15107 * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
15108 Zygo Blaxell <zygob@corel.ca>
15109 Modifies parameter list of a couple of functions to comply with SDK.
15111 * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
15112 ScrollDC32 modified to return rect in logical coordinate.
15114 * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
15115 Adds C++ nameless union support to tagVARIANT.
15117 * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
15118 Adrian Thurston <adriant@COREL.CA>
15119 Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
15120 Removed a redundant include.
15121 Added some c++ protection.
15123 Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
15125 * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
15126 Juergen Schmied <juergen.schmied@metronet.de>
15127 Changed pidl structure to match the pidl's used in lnk-files.
15129 * dlls/shell32/shelllink.c:
15130 Juergen Schmied <juergen.schmied@metronet.de>
15131 Implemented reading of *.lnk-files.
15133 * include/wine/obj_shelllink.h:
15134 Juergen Schmied <juergen.schmied@metronet.de>
15135 new file, including the IShellLink definition.
15137 * include/module.h, include/pe_image.h, loader/elf.c, loader/main.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, scheduler/thread.c:
15138 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15139 Modified process creation sequence: call PE_CreateModule in the
15140 context of the new process (in TASK_CallToStart).
15141 Changed all PE/Module routines so as to always operate on the current
15142 process; adapted all callers.
15144 * msdos/dosconf.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int16.c, msdos/int21.c, msdos/int2a.c, msdos/interrupts.c, msdos/ioports.c, msdos/vxd.c, msdos/xms.c, ole/storage.c, ole/typelib.c, programs/avitools/icinfo.c, relay32/relay386.c, tools/build.c, windows/clipboard.c, windows/input.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlview.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, loader/main.c, memory/atom.c, misc/lstr.c:
15145 Marcus Meissner <marcus@jet.franken.de>
15146 Optimized away more includes, readded some #includes for necessary
15149 * msdos/int2f.c: <smil@mechatronika.hu>
15150 Added low-level Netware installation check.
15152 * include/console.h, console/interface.c, console/ncurses.c:
15153 Joseph Pranevich <jpranevich@lycos.com>
15154 Added GetBackgroundColor call to the console struct. Will be used
15157 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
15158 Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
15159 (Interrupt list did not have correct.)
15161 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
15162 Added stubs for two missing methods of DInput.
15164 * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
15167 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
15168 Added support for larger files.
15170 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15171 Fixes buffer overrun problems with GetDIBits.
15173 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
15174 Fixed some SendMessage bugs.
15176 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
15177 Fix COM_ExternalLockFreeList to do not fail with an empty list.
15179 Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
15181 * misc/Makefile.in, misc/string.c:
15182 Zygo Blaxell <zblaxell@furryterror.org>
15183 Implemented some CRTDLL string functions.
15185 * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
15186 Marcus Meissner <marcus@jet.franken.de>
15187 Some more recursive include fixes/optimizations.
15189 * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
15190 Juergen Schmied <juergen.schmied@metronet.de>
15191 - eliminated one element of the pidl struct (dwSFGAO)
15192 - changed some superflous FIXME
15194 * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
15195 Juergen Schmied <juergen.schmied@metronet.de>
15196 - header uses the last macros now
15197 - rewrote IDropTarget according to the new COM headers
15198 (was local declared not using the already written prototypes)
15199 - corrected Drop method (wrong parameter count)
15201 * windows/dinput.c: Francois Gouget <fgouget@psn.net>
15202 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
15203 Added the interface implementation structures.
15204 I remembered from an email that even when asked for a
15205 IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
15206 considered that we would only implement the latter. The
15207 IDirectInputDeviceA_xxx methods have been renamed to
15208 IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
15209 implementation as before.
15210 Renamed the implementation structures to XxxImpl.
15212 * include/dinput.h: Francois Gouget <fgouget@psn.net>
15213 Use latest COM macros
15214 Defined the IDirectInputDeviceA interface independently from
15215 IDirectInputDevice2A.
15216 Removed the 32 suffix of the interfaces. Hopefully this will not
15217 cause any problem with the renaming.
15218 Moved the implementation specific stuff to dinput.c (well, the
15219 interfaces at least).
15221 Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
15223 * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
15224 Changed initial process creation to avoid memory allocations.
15225 Removed a few unused fields in PDB and THDB.
15227 * scheduler/client.c, scheduler/thread.c:
15228 Removed thread queue functions.
15229 Changed initial thread creation to avoid memory allocations.
15230 Moved server startup to THREAD_CreateInitialThread.
15232 * scheduler/synchro.c:
15233 Removed use of per-thread wait_struct, cleaned up a bit.
15235 * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
15237 * include/winnt.h: Added a few exception codes.
15239 * windows/win.c, include/mmsystem.h, include/path.h, include/progress.h, include/queue.h, include/resource.h, include/struct32.h, include/updown.h, include/windows.h, include/winpos.h, loader/main.c, misc/commdlg.c, misc/winsock_dns.c, multimedia/mmsystem.c, include/cursoricon.h, include/dde_atom.h, include/ddraw.h, include/dispdib.h, include/dosexe.h, include/dsound.h, controls/menu.c:
15240 Michael Veksler <mveksler@techunix.technion.ac.il>
15241 - Fix headers to include less or smaller header files.
15242 - Fix header and source files to include missing header files to avoid
15243 warnings and errors.
15245 * loader/signal.c, memory/ldt.c, misc/port.c:
15246 Marcus Meissner <marcus@jet.franken.de>
15247 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
15248 wine_sigaction __PIC__ cases, since "g" will not work with
15249 -fomit-frame-pointer ("g" is referenced using %esp which was
15250 invalidated before). Bug found and (other) fix suggested by
15251 <daniel@mat.utfsm.cl> Daniel Serpell.
15253 * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
15254 Added missing WINAPIs.
15256 * windows/x11drv/event.c, windows/x11drv/init.c, loader/task.c, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, include/message.h, include/ttydrv.h, include/x11drv.h:
15257 Stephane Lussier <stephane@macadamian.com>
15258 Fix problem where you need mouse activity to unlock some 16 bits
15259 thread with multi-threaded apps.
15261 Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
15263 * relay32/oleaut32.spec, include/Attic/interfaces.h, include/oaidl.h, include/ocidl.h, include/ole.h, include/oleauto.h, include/olectl.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wtypes.h, ole/Makefile.in, ole/guid.c, ole/ole2disp.c, ole/olefont.c, ole/typelib.c:
15264 Francis Beaudet <francis@macadamian.com>
15265 Implemented the OleCreateFontIndirect method and the associated COM
15266 object. That object supports the IFont and IDispatch interfaces.
15268 * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
15269 Marcus Meissner <marcus@jet.franken.de>
15270 Problems reported by Donald Page, PR 105-107.
15272 * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
15273 More commenting, better debugging of color problems, and support for
15274 the new TerminalType option in wine.ini. This allows us to select
15275 which terminal type we are really using so that we can, for example,
15276 use its color capabilities.
15278 * console/interface.c, include/console.h:
15279 Joseph Pranevich <jpranevich@lycos.com>
15280 Support for the new InitialRows andf InitialColumns options in wine.ini
15281 (Generic replacement for XtermResolution option...)
15283 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
15284 Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
15286 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
15287 Removal of obsolete XtermResolution option.
15289 * documentation/console, wine.ini:
15290 Joseph Pranevich <jpranevich@lycos.com>
15291 Add information about the new wine.conf options.
15293 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15294 Fixed backtrack issue on 16bit code.
15296 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15297 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
15299 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15300 Fixed comment for Wine documentation.
15302 * include/server.h, include/server/request.h, server/request.c, server/trace.c:
15303 Added get/set_handle_info request.
15305 * graphics/x11drv/dib.c:
15306 Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
15308 * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
15309 Bertho Stultiens <bertho@panter.soci.aau.dk>
15310 Fix a couple of 64bit platform problems and speed up compilation. See
15311 tools/wrc/CHANGES for details.
15313 * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
15314 mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
15315 correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
15317 * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
15318 Added a check for the existence of wine.sym before installing it.
15320 * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
15321 Francis Beaudet <francis@macadamian.com>
15322 Added some new stubs for the OLE menu descriptor methods.
15324 Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
15326 * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
15327 Fixed message filtering check.
15329 * relay32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, include/ntddk.h, include/ntdef.h, include/ntdll.h, include/queue.h, include/winbase.h, include/winnt.h, include/winreg.h, ole/oleobj.c:
15330 Juergen Schmied <juergen.schmied@metronet.de>
15331 - made the security functions consistent. advapi calls down to ntdll now
15332 - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
15333 SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
15334 - nt-header cleanup
15336 * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
15337 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15338 Fixed a few broken includes.
15340 * windows/nonclient.c: Reverted broken close button change.
15342 * dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/updown.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, graphics/path.c, graphics/psdrv/init.c, tools/wrc/newstruc.c, controls/button.c, controls/edit.c, controls/widgets.c, dlls/advapi32/advapi.c, dlls/advapi32/security.c:
15343 Jeff Garzik <jgarzik@pobox.com>
15344 Added missing string.h include.
15346 * loader/ne/module.c:
15347 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15348 Only append .dll if no extension yet.
15350 * windows/message.c: Francis Beaudet <francis@macadamian.com>
15351 Temporary fix suggested by Ulrich to allow the
15352 MsgWaitForMultipleObject method to be called from 16 bit threads.
15354 * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
15355 Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
15356 case it's sent to a window that doesn't handle it (i.e. not MDI
15359 * include/dce.h, windows/dce.c, windows/winpos.c:
15360 Ove Kaaven <ovek@arcticnet.no>
15361 Added extra child arguments to DCE_GetVisRgn() to be able to handle
15362 PARENTDC class style combined with CLIPCHILDREN window style, to
15363 prevent mis-redraws in Free Agent 16-bit.
15365 * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
15366 Don't hang on the last child if it's not wanted.
15368 * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
15369 Partial stub implementation of undocumented KERNEL routine PK16FNF,
15370 needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
15372 * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
15373 Fix redraw problems for ChooseColor dialog.
15375 * */*.c: Marcus Meissner <marcus@jet.franken.de>
15376 Removed a lot of occurences of windows.h (and added necessary other
15379 * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
15380 Francois Gouget <fgouget@psn.net>
15383 * include/dsound.h, multimedia/dsound.c:
15384 Francois Gouget <fgouget@psn.net>
15385 Changed the first parameter from LPGUID (Windows headers) to REFGUID.
15386 This makes it a 'const GUID*' which means DirectSoundCreate must not
15389 * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
15390 Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
15391 include/wine/obj_base.h)
15393 Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
15395 * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
15396 Stephane Lussier <stephane@macadamian.com>
15397 - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
15398 to support thread-safeness, and nested SendMessage.
15399 - Addition of ReplyMessage32.
15401 * windows/x11drv/wnd.c:
15402 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15403 Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
15405 * misc/commdlg.c, resources/sysres_En.rc:
15406 Pascal Lessard <pascal@macadamian.com>
15407 Applied the changes of the resulting color of the choose color dialog.
15408 Initialize values in the choose color dialog.
15410 * include/wine/obj_base.h, include/wine/obj_marshal.h:
15411 Francois Gouget <fgouget@psn.net>
15412 Removed references to ICOM_INHERITS.
15414 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
15415 Thuy Nguyen <thuy@macadamian.com>
15416 Fixed bug with read-only files.
15418 * multimedia/mciavi.c, multimedia/mcimidi.c:
15419 Marcus Meissner <marcus@jet.franken.de>
15420 Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
15422 * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
15423 dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
15425 * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
15426 Francois Gouget <fgouget@psn.net>
15427 Modified so that they do not use the VTABLE_FUNC macros that performed
15428 casts of all methods put in the jump table. I find it too risky to use
15429 such macros because nothing guarantees that you actually put the right
15430 method at the right place or that the prototype is right.
15432 * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
15433 Francois Gouget <fgouget@psn.net>
15434 Updated to use the latest COM macros. Defined more interfaces and API
15437 * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
15438 Francois Boisvert<francois@macadamian.com>
15439 Implementation of the pushed close button.
15441 Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
15443 * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
15444 Francois Gouget <fgouget@psn.net>
15445 Moved some definitions to their proper include file.
15447 * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
15448 Francois Gouget <fgouget@psn.net>
15449 Fixed some ICOM_INHERIT stuff and added new related API functions.
15451 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
15452 Added new API. Part of it was in 'include/objbase.h' before and part
15453 of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
15454 perfect but it's better than having it in 'include/objbase.h'.
15456 * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
15457 Francois Gouget <fgouget@psn.net>
15458 Fixed a number of warnings concerning the matching of the printf
15459 format string and the associated parameters (actually it's mostly
15462 * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
15463 Marcus Meissner <marcus@jet.franken.de>
15464 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
15465 mciLoadCommandResource32: second arg is wide string
15466 mciGetDriverData: spec has just one long argument
15468 * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
15469 Francois Gouget <fgouget@psn.net>
15470 Changed ICOM_THIS definition.
15472 * dlls/version/info.c, include/ver.h:
15473 Bertho Stultiens <bertho@panter.soci.aau.dk>
15474 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
15475 The VS_VERSION_INFO is a simple define and would cause confusion.
15476 Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
15478 * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
15479 "Configure finished" message suggests to call make when make depend
15482 * */*: Marcus Meissner <marcus@jet.franken.de>
15483 Optimized include/*.h: (recursively) include all headers needed by
15484 this .h file, but only those. Necessary fixes to a lot of .c files,
15485 started optimizing "windows.h" away from some of them. Moved
15486 GetCurrentTask prototype to wine/winbase16.h.
15488 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
15489 Luc Tourangeau <luc@macadamian.com>
15490 Preliminary listview control implementation.
15492 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
15493 Give the context menu its proper behaviour and modify TrackPopupMenu
15494 to comply with windows API.
15496 * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
15497 GetUpdateRect should return client coordinates unless the window was
15498 created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
15499 in which case the result should be in logical coordinates.
15501 * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
15502 Added the actual definitions of the interfaces.
15504 * include/servprov.h: Francois Gouget <fgouget@psn.net>
15505 Converted to the new COM declaration 'standard' for better
15506 compatibility with C code implementating that interface.
15508 * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
15509 Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
15512 * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
15513 Defined IDropTarget for ShellFolder. Implemented the Constructor,
15514 Destructor, AddRef, Release and QueryInterface methods.
15516 * memory/selector.c, if1632/kernel.spec:
15517 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15518 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
15520 Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
15522 * include/msacm.h, include/winuser.h:
15523 Douglas Ridgway <ridgway@winehq.com>
15524 c2man doesn't like extra semicolons.
15526 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
15527 Resetting X focus should not be done with SetFocus32. Called
15528 the windowing (X11) driver's SetFocus routine directly instead.
15529 This apparently fixes a big heap of user interface problems.
15531 ----------------------------------------------------------------
15532 Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
15534 * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
15535 Eric Pouech <Eric.Pouech@wanadoo.fr>
15536 Changed some functions prototypes (were returning void).
15538 * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
15539 Fixed some Winelib names.
15541 * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
15542 Juergen Schmied <juergen.schmied@metronet.de>
15543 Corrected prototypes func() ->func(void).
15545 * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
15546 Brian Joseph Czapiga <root@glacid.com>
15547 Fixed a few #ifdefs.
15549 * windows/scroll.c, windows/x11drv/wnd.c:
15550 Jerome Vouillon <vouillon@claranet.fr>
15551 Make a correct use of clipping rectangles.
15553 * include/bitmaps/ocr_cross:
15554 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15555 Added white border.
15557 * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
15558 Implemented better output for indirect calls.
15560 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
15561 Fixed typo in winmm.spec.
15563 * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
15564 Gavriel State <gavriels@COREL.CA>
15565 A few non-x86 Winelib fixes.
15567 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
15568 Do not print 'wine: no executeable found' if we did execute something.
15570 * programs/notepad/*:
15571 Marcel Baur <mbaur@g26.ethz.ch>
15572 - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
15573 - Improved printing support (not yet complete)
15574 - Improved file drag and drop (should now work)
15575 - General code cleanup
15577 * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
15578 Eric Pouech <Eric.Pouech@wanadoo.fr>
15579 Fixed bugs on MCI notification (callback info are copied before
15580 asynchronous return) - make use of it in MCI wave and midi.
15581 Implemented mci(Set|Get)DeviceID(16|32) functions.
15583 * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
15584 Since SetParent now hides/shows, explicitly invalidating DCs in the
15585 parent change operation should no longer be necessary.
15587 * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
15588 Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
15591 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15592 Moved VGA port access check at the beginning in order to improve
15593 performance a little bit.
15595 * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
15596 Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
15598 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
15599 Added comments. Think I've fixed INT 10/08 (Get Character and
15600 Attribute at Cursor).
15602 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
15603 Added configuration options XtermProgram and XtermResolution.
15606 * documentation/console, wine.ini:
15607 Joseph Pranevich <jpranevich@lycos.com>
15608 New examples/documentation for console configuration options.
15610 * misc/main.c, windows/x11drv/main.c, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/console.h, include/options.h, loader/main.c:
15611 Joseph Pranevich <jpranevich@lycos.com>
15612 Moved initialization until later. Also moved around code a bit to be
15615 * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
15616 Added possibility to load .stabs/.stabstr sections from PE dlls.
15617 Unfortunately my samples use currently typedefs which wine-dbg does
15618 not understand, so no actual parsing.
15620 * dlls/msacm/msacm_main.c, dlls/msacm32/format.c, dlls/msacm32/stream.c, include/mmreg.h, include/mmsystem.h, include/msacm.h, include/msacmdrv.h, include/winbase.h:
15621 Bertho Stultiens <bertho@panter.soci.aau.dk>
15622 Change a couple of names that would conflict after all 32[AW] suffixes
15623 are removed. Structures defined in both mmreg.h and mmsystem.h are
15624 protected with #ifdef:s as in MS' headers.
15626 * misc/imm.c: Patrik Stridvall <ps@leissner.se>
15627 Fixed wrong typecasts.
15629 * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
15632 * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
15633 Fix for X11 includes detection.
15635 * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
15636 Marcus Meissner <marcus@jet.franken.de>
15637 Added possibility to load .stabs/.stabstr sections from PE dlls.
15638 Unfortunately my samples use currently typedefs which wine-dbg does
15639 not understand, so no actual parsing.
15641 * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
15642 Marcus Meissner <marcus@jet.franken.de>
15643 Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
15645 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
15646 Juergen Schmied <juergen.schmied@metronet.de>
15647 Implementation of ConvertDefaultLocale32.
15649 * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15650 WIN31 Look still needs a close button on the left of the menu bar.
15652 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
15653 Changed SetWindowPos32 to force the update of the non-client area.
15655 Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
15657 * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
15658 Bertho Stultiens <bertho@panter.soci.aau.dk>
15659 Fixed a couple of faulty names used in wine and typos so that it will
15660 compile again after conversion from 32[AW] naming to [AW] naming.
15662 * if1632/Attic/signal.c, if1632/Makefile.in, include/debugger.h, include/dosexe.h, include/miscemu.h, include/sig_context.h, loader/dos/dosvm.c, loader/signal.c, miscemu/instr.c, miscemu/main.c, graphics/ddraw.c:
15663 Marcus Meissner <marcus@jet.franken.de>
15664 Moved the if1632/signal.c stuff into loader/signal.c, adapted function
15665 pointers for wine_debug and INSTR_EmulateInstruction.
15667 * ole/compobj.c: Francois Gouget <fgouget@psn.net>
15668 All guid 'REFxxx' types already have a 'const' inside them.
15670 * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
15671 Marcus Meissner <marcus@jet.franken.de>
15672 Some warnings fixed, one useless VERSION warning removed (winelib).
15675 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15676 RegFlushKey: wrong error code.
15678 * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15679 Adds a warning message if permissions not sufficient.
15681 * multimedia/mixer.c, multimedia/mmsystem.c, relay32/winmm.spec, include/debug.h, include/debugdefs.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c:
15682 Eric Pouech <Eric.Pouech@wanadoo.fr>
15683 Added support for MCI AVI driver
15684 Added some fixes mixer functions
15685 Fixed MCI string comparison (thanks to Lionel ULMER)
15686 No longer using 16 bit USER functions (use their 32 bit counter part)
15688 Added function sndPlaySound32W
15690 * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
15691 Francois Gouget <fgouget@psn.net>
15692 Added the actual interface definitions to the obj_marshal.h skeleton
15693 file. Also defined the associated C API.
15695 * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
15696 Use global synchronization objects, to be able to use it in different
15697 processes (not only the process which create the synchro object).
15699 * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
15700 Set hwndActiveChild when maximizing a mdi child window because it is
15701 not set when maximizing a window other than the active child.
15703 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
15704 Change the GetMenuItemRect to comply with windows API.
15706 * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
15707 James Juran <jrj120@psu.edu>
15708 Created include/Makefile.in to separate header file installation from
15709 the top-level Makefile.
15711 * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
15712 Thuy Nguyen <thuy@macadamian.com>
15713 - Fixed a small block depot bug.
15714 - Implemented converting from small blocks to big blocks.
15715 - Validated file attributes and flags.
15716 - Fixed a bug for larger files.
15718 * resources/.cvsignore: added sysres_Nl
15720 * graphics/x11drv/oembitmap.c, include/ole2.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/windef.h, include/wine/obj_dragdrop.h, include/winerror.h, include/wintypes.h, ole/ole2.c, relay32/ole32.spec:
15721 Francis Beaudet <francis@macadamian.com>
15722 Implemented the OLE Drag and Drop target registration mechanism and
15723 the DoDragDrop loop to perform the DnD operation.
15725 * windows/mdi.c, controls/menu.c, include/menu.h:
15726 Francois Boisvert <francois@macadamian.com>
15727 Implemented the WIN31 Look mdi buttons and also some defines for the
15730 * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
15731 Ian Schmidt <irsman@iag.net>
15732 Added entries for most Crypt* calls.
15733 Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
15737 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15738 An app left junk in the undo buffer of an edit control upon creation.
15740 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
15741 Changed SetParent32 to adhere to Windows behaviour (mostly),
15742 which should also keep it from leaving garbage around.
15744 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
15745 Implementation of a simple linked list (static) that stores and counts
15746 references to COM objects.
15748 * include/objbase.h, include/wtypes.h:
15749 Francois Gouget <fgouget@psn.net>
15750 Make the REFxxx types const even in C. Also add FMTID.
15752 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
15753 Don't call EVENT_DummyMotionNotify for hidden windows.
15755 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
15756 Fix some thread-safeness problem when accessing the system message
15759 * windows/input.c, include/winuser.h, relay32/user32.spec:
15760 Marcus Meissner <marcus@jet.franken.de>
15761 Implemented MapVirtualKeyEx (ticket 21).
15762 Ignore keyboard layout for now.
15764 * include/objidl.h, include/wine/obj_clientserver.h:
15765 Francois Gouget <fgouget@psn.net>
15766 Added the actual interface definitions to the obj_clientserver.h
15769 * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
15770 Juergen Schmied <juergen.schmied@metronet.de>
15771 - documented most of the undocumented functions in nt.c
15772 - implemented RtlGetDaclSecurityDescriptor
15773 - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
15774 - stubs for NtRaiseException, RtlRaiseException (this both will crash)
15776 Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
15778 * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
15779 Juergen Schmied <juergen.schmied@metronet.de>
15780 Small fixes to compile with the headers (mostly nt-security).
15782 * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
15783 Juergen Schmied <juergen.schmied@metronet.de>
15784 Made nt-related types compatible, throw out wine-specific types.
15786 * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15787 Use MONITOR_... instead of DESKTOP_... routines to get screen
15788 dimensions; these work also with native USER.
15790 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
15791 WM_ACTIVATE default processing should set window focus.
15792 Should fix focus problems in non-managed mode.
15794 Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
15796 * ole/nls/nld.nls, resources/Makefile.in, resources/TODO, resources/sysres.c, resources/sysres_Nl.rc, AUTHORS, documentation/languages, include/authors.h, include/options.h, misc/main.c, ole/ole2nls.c:
15797 Klaas van Gend <klaas@vangend.demon.nl>
15798 Added support for the Dutch language.
15800 * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
15801 Adrian Thurston <adriant@corel.ca>
15802 Zygo Blaxell <zblaxell@corel.ca>
15803 Move property sheets from commctrl.h into into prsht.h.
15805 * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
15806 Lionel Ulmer <ulmer@directprovider.net>
15807 Added 'objbase.h' to prevent compiler warnings.
15809 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15810 Better detection of XShm errors (should now run on remote displays).
15812 * multimedia/mmsystem.c:
15813 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15814 Fixes mixerGetID16/32 problems/errors.
15816 * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
15817 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
15818 declarations must surrender or prepare to be met with deadly force :-)
15820 * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
15821 Added new functions (from Win98)
15822 Added comments with the parameter types for future use with dllglue
15824 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15825 Set the flags for GetVolumeInformation32A.
15827 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
15828 FindWindow failed for 32 bit windows with style != WS_CHILD.
15830 Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
15832 * include/Attic/print.h, include/winspool.h, misc/printdrv.c, graphics/psdrv/driver.c, graphics/psdrv/escape.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/psdrv/text.c:
15833 Paul Quinn <paulq@corel.ca>
15834 Albert Den Haan <albertd@corel.ca>
15835 Moves files from print.h to winspool.h for better SDK header compliance
15836 for Winelib programs.
15838 * include/hook.h, include/objidl.h, include/ole2.h, include/tchar.h, include/winbase.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_storage.h, include/winerror.h, include/winuser.h, include/wtypes.h:
15839 Albert Den Haan <albertd@corel.ca>
15840 Adrian Thurston <athursto@corel.ca>
15841 Paul Quinn <paulq@corel.ca>
15842 Zygo Blaxell <zygob@corel.ca>
15843 Miscellaneous patches to header files. All of these are supposedly there
15844 to help build Winelib applications.
15846 * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
15847 Adrian Thurston <athursto@corel.ca>
15848 Paul Quinn <paulq@corel.ca>
15849 Zygo Blaxell <zygob@corel.ca>
15850 More types we need for compiling Winelib/MFC applications.
15852 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
15853 Adrian Thurston <adriant@corel.ca>
15854 More types for common controls. Needed for Winelib.
15856 * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
15857 Francois Gouget <fgouget@psn.net>
15858 Better set of macros for defining the COM interfaces.
15860 * dlls/advapi32/security.c, relay32/advapi32.spec:
15861 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15862 Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
15864 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15865 Fixed debug output to follow '-debugmsg' flags.
15867 Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
15869 * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
15870 Michael Veksler <mveksler@techunix.technion.ac.il>
15871 Added missing includes to avoid warnings/errors.
15873 * include/dinput.h, include/lzexpand.h, include/ntdll.h, include/ole2.h, include/shellapi.h, include/vga.h, include/winbase.h, include/wincon.h, include/windef.h, include/windows.h, include/wine/keyboard16.h, include/wine/obj_storage.h, include/wine/shell16.h, include/wine/w32skrnl.h, include/wine/winbase16.h, include/wine/winesound.h, include/wine/winestring.h, include/wine/winuser16.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winreg.h, include/wintypes.h, include/winuser.h, include/winver.h:
15874 Michael Veksler <mveksler@techunix.technion.ac.il>
15875 Moved everything out of windows.h.
15877 * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
15878 Brad Pepers <brad@linuxcanada.com>
15881 * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
15882 Stephane Lussier <stephane@macadamian.com>
15883 -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
15884 So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
15885 with this patch. Unicode version of those functions is currently only
15886 calling the ASCII version.
15887 -Fixed queue signaling using a new EVENT object in the queue for 32 bits
15888 thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
15891 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15892 GetMetaFileBitsEx should work in bytes not words.
15894 * include/shlobj.h: Francois Gouget <fgouget@psn.net>
15895 DllGetClassObject should take a REFCLSID not an LPCLSID.
15897 * objects/dib.c, include/global.h, memory/virtual.c:
15898 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15899 Change fault handler 'addr' argument to LPCVOID.
15901 * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15902 Call VIRTUAL_HandleFault if read/write returns EFAULT.
15904 * dlls/comctl32/treeview.c:
15905 Bertho Stultiens <bertho@panter.soci.aau.dk>
15906 Fix typo to map GetTextExtentPoint to the correct 32A version.
15908 * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
15909 Marcus Meissner <marcus@jet.franken.de>
15910 Some small bugfixes, added more PE relocation types (for WinCE mostly),
15911 some console prototypes, -dll is useful for winelib too, regtest
15914 * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
15915 Paul Quinn <paulq@corel.ca>
15916 GetCursorPos is actually a BOOL.
15918 * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
15919 Adrian Thurston <adriant@corel.ca>
15920 More types, C++ protection, and a typo correction for mmsystem.h.
15922 * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15923 Move the #define of DUMMYUNIONNAME* to before they are used.
15924 Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
15925 Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
15926 Define "TV_ITEM" to agree with you-know-who's documentation.
15928 * dlls/version/info.c:
15929 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15930 NULL is a valid argument as handle for GetFileVersionInfoSize32A.
15932 * include/dinput.h, windows/dinput.c:
15933 Lionel Ulmer <ulmer@directprovider.net>
15934 Added buffered device access for DInput's mouse driver.
15936 * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
15937 Wrong access on server handle was demanded (GENERIC_READ instead of
15940 * dlls/shell32/shellord.c:
15941 Juergen Schmied <juergen.schmied@metronet.de>
15942 Better implementation (takes strings or res-id's now).
15944 * dlls/version/resource.c:
15945 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15946 Bugfix: NULL pointer check for output parameters.
15948 * dlls/shell32/brsfolder.c:
15949 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15950 Fixed two pointer/integer mismatch warnings.
15952 * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15955 * console/xterm.c, win32/console.c:
15956 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15957 wine_openpty is not properly declared (either missing or mismatched
15958 declarations) in both places where it is used.
15960 * include/wingdi.h, objects/dib.c:
15961 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15962 Fix types of GetDIBits functions (LPSTR should be LPVOID).
15964 * graphics/x11drv/dib.c:
15965 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15966 Fixes several problems with SetDIBitsToDevice if xSrc != 0.
15967 Thanks to Ian Schmidt for the logs.
15969 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
15970 The systems buttons (minimize/restore/close) now appear on the menu
15971 bar of mdi application.
15973 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
15974 Implemented the magic menu items id's used by windows when inserting
15975 the minimize/maximize/close buttons in the menu bar of an application.
15977 * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
15978 Adds support for EMR_STRETCHDIBITS in EMFs.
15980 * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
15981 Fixed image size and line size, added 8bit color/palette handling.
15983 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
15984 Fixed formatting of code
15985 Now changes to directory of program to be run before starting wine
15987 * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
15988 Stephane Lussier <stephane@macadamian.com>
15989 - Cleaned up the message queue when a thread exit (but not the process).
15990 - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
15991 queue link list is corrupted.
15993 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
15994 Sounds were cut off due to integer overflow. Fixed.
15996 * include/windowsx.h: Paul Quinn <paulq@corel.ca>
15997 Added windowsx.h for Winelib.
15999 Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
16001 * configure, configure.in, programs/Makefile.in, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
16002 <ewill@ncal.verio.com>
16003 Added common dialogs test program.
16005 * include/message.h, include/queue.h, include/win.h, include/winpos.h, scheduler/thread.c, windows/focus.c, windows/input.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
16006 Noel Borthwick <noel@macadamian.com>
16007 Added management and allocation of the PERQUEUEDATA structure.
16009 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
16010 Lionel Ulmer <ulmer@directprovider.net>
16011 - added a dump of the palette creation flags
16012 - changed palette creation code in vga.c to prevent useless error
16015 * documentation/wine.man, files/drive.c, wine.ini:
16016 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16017 Use vfat/win95 as default.
16019 * include/vfw.h, multimedia/msvideo.c, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, relay32/builtin32.c, relay32/msvfw32.spec:
16020 Marcus Meissner <marcus@jet.franken.de>
16021 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
16022 aviinfo and aviplay programs.
16024 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16025 Continued hack to win32/console.c, so that the IDA Pro Disassembler
16026 works again. Needs much more work however.
16028 * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
16029 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
16032 * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
16033 Added missing ULONG to static const OFFSET_xx.
16035 Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
16037 * documentation/wine.man: James Juran <jrj120@psu.edu>
16038 Various manpage updates, including the incorrect statement about glibc
16041 * documentation/debugging: James Juran <jrj120@psu.edu>
16042 Fix pointer to the Windows Disassembler 32. Thanks to Herbert
16043 Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
16045 * dlls/msacm32/driver.c:
16046 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16047 Another usage of non-portable functions...
16050 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16051 Some values of pBiosData added/fixed.
16053 * objects/palette.c, windows/clipboard.c, windows/dce.c, windows/display.c, windows/event.c, windows/keyboard.c, windows/mouse.c, windows/sysmetrics.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/widgets.c, debugger/dbg.y, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, include/bitmap.h, include/color.h, include/ddraw.h, include/debug.h, include/debugdefs.h, include/desktop.h, include/display.h, include/main.h, include/options.h, include/ttydrv.h, include/win.h, include/x11drv.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/dib.c, objects/gdiobj.c:
16054 Patrik Stridvall <ps@leissner.se>
16055 Moved some more code to the X11 driver.
16057 * windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/desktop.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c:
16058 Patrik Stridvall <ps@leissner.se>
16059 TTY driver changes.
16061 * windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/desktop.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
16062 Patrik Stridvall <ps@leissner.se>
16063 X11 driver changes.
16065 * tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, include/ts_xf86dga.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, tools/make_X11wrappers:
16066 Patrik Stridvall <ps@leissner.se>
16067 Non-X11 compile fix for generated code.
16069 * include/monitor.h, windows/multimon.c:
16070 Patrik Stridvall <ps@leissner.se>
16071 Implementation of the new monitor abstraction.
16073 * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
16074 Patrik Stridvall <ps@leissner.se>
16075 New TTY driver for GDI.
16077 * configure, configure.in, include/acconfig.h, include/config.h.in:
16078 Patrik Stridvall <ps@leissner.se>
16079 - Added the graphics/ttydrv directory.
16080 - Don't search for reentrant X when X doesn't exist.
16081 - Added config options HAVE_LIBXXPM
16082 - Added checks if the header files also exist for some libraries
16084 Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
16086 * dlls/shell32/brsfolder.c, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, include/interfaces.h, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c:
16087 Francois Gouget <fgouget@psn.net>
16088 Replaced references to interfaces.h by wine/obj_xxx.h headers instead
16089 since these headers already provide the necessary definitions.
16091 * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
16092 Eric Pouech <Eric.Pouech@wanadoo.fr>
16093 Removed references to obsolete msdos/cdrom.c file.
16094 Make use of new Wine internal CD ROM interface.
16096 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16097 Fixed tracks indexing in mcicda.c
16098 Make use of new Wine internal CD ROM interface.
16100 * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
16101 Eric Pouech <Eric.Pouech@wanadoo.fr>
16102 New Wine internal interface for handling CD Rom (especially audio CD
16105 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
16106 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16107 Change a few types to match you-know-who's declarations.
16108 HTREEITEM is a struct _TREEITEM FAR*
16109 GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
16110 Adjustment of Wine C code to match the new types included.
16112 * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16113 Fixed GET_LZ_STATE macro.
16115 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
16116 Lionel Ulmer <ulmer@directprovider.net>
16117 Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
16119 * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
16120 Albert den Haan <albertd@corel.ca>
16121 Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
16123 * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
16124 reslen could be used uninitialised in GetFileResource32 (fixes some
16125 strange VerQueryValue crashes).
16127 * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
16128 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
16129 LOCALE_IINTLCURRDIGITS.
16131 * memory/selector.c, relay32/kernel32.spec:
16132 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16133 Bugfix: Preserve EAX in UnMapSLFixArray().
16135 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16136 Fixes little pointer bug in DPA_DeletePtr().
16138 * if1632/kernel.spec, memory/string.c:
16139 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16140 Implemented KERNEL.434 (UnicodeToAnsi).
16142 * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16143 GetDiskFreeSpaceEx32A can get null pointers and still not crash.
16145 * graphics/psdrv/driver.c:
16146 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16147 Clear up args to PSDRV_AdvancedSetupDialog.
16149 * graphics/x11drv/xfont.c:
16150 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16151 Reduce MAX_FONT_SIZE to 1000.
16153 Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
16155 * win32/console.c, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, relay32/kernel32.spec, server/console.c, server/request.c, server/trace.c:
16156 Added input queue to server-side console object,
16157 read/write_console_input requests, and use them for
16158 Read/WriteConsoleInput.
16160 * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
16161 Fix to allow for recvmsg() returning less data than is needed.
16163 * include/toolhelp.h, include/windows.h:
16164 Attempt at fixing the MAX_PATH multiple definition problem.
16166 ----------------------------------------------------------------
16167 Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
16169 * include/module.h, loader/ne/resource.c:
16170 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16171 Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
16172 usable by the VERSION code.
16174 * include/pe_image.h, loader/pe_resource.c:
16175 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16176 Added GetResDirEntryA for use by the VERSION code.
16178 * misc/Attic/ver.c, misc/Makefile.in:
16179 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16180 Removed old VER.DLL code.
16182 * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
16183 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16184 Implementation of VERSION.DLL. Based on old misc/ver.c.
16185 - Accessing PE version info resources should work correctly now.
16186 - Fixed memory leaks.
16187 - Clean separation of 16- and 32-bit parts.
16190 * Makefile.in, configure, configure.in, dlls/Makefile.in:
16191 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16192 Add new subdirectories dlls/ver and dlls/version.
16194 * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
16195 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16196 Implementation of VER.DLL. Thunks up to VERSION.DLL.
16198 * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
16199 IsCharAlpha32A: use look-up table from ole2nls.c.
16201 * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
16202 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
16203 NORM_IGNORESYMBOLS in string mapping mode.
16205 * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
16206 Create X window for child windows reparented to be top level windows.
16208 * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
16209 Juergen Schmied <juergen.schmied@metronet.de>
16210 Stub for PathQualify32[A|W].
16212 * graphics/d3dmaterial.c, graphics/ddraw.c:
16213 Lionel Ulmer <ulmer@directprovider.net>
16214 Babrian Viktor <v@ulysses.sch.bme.hu>
16215 - added support for ColorKeying during blits
16216 - miscellaneous fixes
16218 * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
16219 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
16220 Added an implementation of MRSW locks.
16222 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
16223 Added missing includes (the PSP handling was incorrect, as the
16224 MZ_SUPPORTED definition was missing). Added a simple handler for
16225 direct console input, which needs to be improved.
16227 * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
16230 * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
16231 List handles WaitForMultipleObjects is waiting for when running with
16234 * dlls/advapi32/security.c, relay32/advapi32.spec:
16235 Juergen Schmied <juergen.schmied@metronet.de>
16236 Stub for GetSecurityDescriptorControl.
16238 * relay32/user32.spec, windows/user.c:
16239 Juergen Schmied <juergen.schmied@metronet.de>
16240 Stub for GetUserObjectSecurity.
16242 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
16243 Implemented handling of REG_MULTI_SZ and fixed small bug in
16246 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
16247 Every EM_GETLINE send between a 32W to a 32A window returned
16248 incomplete values before (the first 2 chars where cut away).
16250 * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16251 Fix typo in SetWindowPos32.
16253 Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
16255 * include/builtin32.h, misc/main.c, relay32/builtin32.c:
16256 Marcus Meissner <marcus@jet.franken.de>
16257 Enable/disable relay32 debugging on the fly. Start app with
16258 -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
16260 * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
16261 Lionel Ulmer <ulmer@directprovider.net>
16262 Added check for the presence of Mesa's header files.
16264 * multimedia/audio.c, multimedia/dsound.c:
16265 Andreas Mohr <a.mohr@mailto.de>
16266 Fixed error messages.
16268 * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
16269 Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
16271 * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
16272 SetParent should link the window at the start of the list.
16274 * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
16275 In Window SetWindowPos with SWP_HIDEWINDOW does not remove
16276 the focus from the focus window; ShowWindow with SW_HIDE does.
16277 So move the code that does this from SetWindowPos to ShowWindow.
16279 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
16280 Check for NULL in lstrcpy* (Windows uses real exception handlers).
16282 * Makefile.in: James Juran <juran@cse.psu.edu>
16283 Don't install include files when --disable-lib is used.
16285 * relay32/winmm.spec:
16286 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16287 Added WINMM joy* .spec entries.
16289 * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16293 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16296 * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16299 * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
16300 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16301 Some interrupt enhancements.
16304 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16305 implemented timer latching
16307 temporary "fix" for Linux's coarse timer resolution
16309 * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
16310 Francis Beaudet <francis@macadamian.com>
16311 Implemented the startup-shutdown mechanism for the COM subsystem.
16312 Implemented the Class object registration mechanism.
16314 * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
16316 * include/wine/obj_storage.h, ole/Makefile.in, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec:
16317 Francis Beaudet <francis@macadamian.com>
16318 Added an implementation of the OLE structured storage. The main
16319 features of this implementation are:
16320 - Can open storages created in Windows.
16321 - Can create new storages that the windows libraries can
16323 - Provides all the functionality to create/open/remove and
16324 rename streams and storages inside the main storage object.
16326 * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
16327 Ove Kaaven <ovek@arcticnet.no>
16328 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
16329 through a function pointer instead. Added a few traces. Fixed the
16330 "Memory corruption !" message in DGA mode. Commented out an
16331 unnecessary TSXF86VidModeSetViewPort that caused my X server to
16332 act up, relying on TSXF86DGASetViewPort instead.
16334 * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
16335 Marcus Meissner <marcus@jet.franken.de>
16336 Some more warnings and bugs fixed.
16338 * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
16341 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
16342 Alex Priem <alexp@sci.kun.nl>
16343 - The usual bugfixes.
16344 - Better unicode support (only defines, currently)
16345 - Drag & drop implemented.
16346 - LPSTR_TEXTCALLBACK should work now.
16347 - First start at custom draw code.
16349 * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
16350 Make sure that the keystate received by the WM_XBUTTONUP and
16351 WM_XBUTTONDOWN matches the message. In X, the keystate is changed
16352 after the message is processed. In Windows, it is changed before.
16354 * dlls/advapi32/security.c, dlls/advapi32/service.c:
16355 Matthew Becker <mbecker@glasscity.net>
16358 * win32/file.c: Berend Reitsma <berend at asset-control.com>
16359 SetFileAttributes32A changed to make file writeable when
16360 FILE_ATTRIBUTE_READONLY is not set.
16362 * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
16363 Joseph Pranevich <jpranevich@lycos.com>
16364 Preliminary color console support.
16366 * documentation/languages, programs/clock/ChangeLog, programs/clock/Fi.rc, programs/clock/Makefile.in, programs/clock/main.c, programs/notepad/ChangeLog, programs/notepad/Fi.rc, programs/notepad/Makefile.in, programs/notepad/main.c, resources/sysres_Fi.rc:
16367 Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
16368 Updated Finnish language support.
16370 Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
16372 * include/vfw.h, include/winerror.h, include/wintypes.h, multimedia/msvideo.c, ole/guid.c, programs/Makefile.in, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/icinfo.c, relay32/msvfw32.spec, configure, configure.in, include/debug.h, include/debugdefs.h, include/oleauto.h:
16373 Marcus Meissner <marcus@jet.franken.de>
16374 Updated msvideo. New program 'icinfo [-about] [-configure]' to
16375 query installed (win32) compressors. Started on AVIFILE support.
16377 Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
16379 * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
16380 Noomen Hamza <noomen@macadamian.com>
16381 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
16384 * debugger/dbg.y, debugger/debug.l:
16385 NF Stevens <norman@arcady.u-net.com>
16386 Implemented the symbolfile command (as mentioned by the help
16387 command). This reads a symbol file in the format generated by nm.
16389 * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
16391 - Added direct play ascii interfaces.
16392 - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
16394 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
16395 Fixed FILE_VIEW struct initialisation.
16397 * include/dosexe.h:
16398 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16399 Fixed non-i386 compile.
16401 * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
16402 James Juran <jrj120@psu.edu>
16403 Commented out unused variables to prevent needless compiler warnings.
16405 * include/ddeml.h, misc/ddeml.c:
16406 Keith Matthews <keith_m@sweeney.demon.co.uk>
16407 1st cut implementation of DdeInitialize32W and supporting code.
16409 * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
16410 Matthew Becker <mbecker@glasscity.net>
16411 Documentation standardizations.
16413 * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
16414 Stephane Lussier <stephane@macadamian.com>
16415 - Made the message queue access to be thread safe. (Using two new
16416 functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
16417 instead of GlobalLock16()).
16418 - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
16421 * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
16422 Marcus Meissner <marcus@jet.franken.de>
16423 Fixed a lot of warnings for possible problems.
16425 * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
16428 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
16429 Fixed various bugs.
16430 Made newbie mode easier.
16432 * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
16433 Marcus Meissner <marcus@jet.franken.de>
16434 Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
16436 * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
16437 Switch ncurses.h/curses.h include (works better for FreeBSD).
16439 * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
16440 Fixed loading of win32 drivers.
16442 Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
16444 * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
16446 * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16447 Temporary #if 0'ed part for builtin modules in MSACM to make it
16448 compile with the patch for loadable drivers.
16450 * include/driver.h, relay32/winmm.spec, windows/driver.c:
16451 Eric Pouech <Eric.Pouech@wanadoo.fr>
16452 Added support for loading drivers in Wine.
16454 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
16455 A perl script to produce a bug report with little hassle.
16457 * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
16458 Added (dummy) Death/Resurrection calls to DisplayDib.
16460 * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
16461 Allocate a DOS handle if we open a normal file with LZOpenFile16.
16463 * graphics/ddraw.c, include/ddraw.h:
16464 Lionel Ulmer <ulmer@directprovider.net>
16465 - added depth conversion routines (only 8bpp -> 16 bpp for now)
16466 - added support of DEPTH_FILL for Blits
16467 - added some flags in GetCaps to get some games working
16469 * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
16470 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16471 Implemented GetIconInfo16 -> call to GetIconInfo32.
16473 * scheduler/client.c: Commented out EXEC_SERVER
16475 * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
16476 3 missing WINAPI added.
16478 * dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc:
16479 Juergen Schmied <juergen.schmied@metronet.de>
16482 * dlls/comctl32/treeview.c, include/commctrl.h:
16483 Juergen Schmied <juergen.schmied@metronet.de>
16484 Changed some treeview related definitions.
16486 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
16487 Juergen Schmied <juergen.schmied@metronet.de>
16488 Implemented SHBrowseForFolder() dialog.
16490 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16491 Fixed typo in type (removed quite a few warnings).
16493 * dlls/advapi32/security.c, relay32/advapi32.spec:
16494 Marcus Meissner <marcus@jet.franken.de>
16495 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
16496 Return NULL from OpenThreadToken.
16498 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16499 Do not endlessly loop in CONSOLE_get_input after EOF.
16500 Create xterm even if stdin is not a terminalhandle.
16501 SetConsoleCursorPosition: Only make complex console on row change,
16502 ignore interline positioning (so the cygwin cmdline tools do not
16503 create xterms unnecessary)
16505 * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16506 Make sure DrvGetPrinterData returns the correct data if cbData <= 1
16508 * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
16509 Stephane Lussier <stephane@macadamian.com>
16510 - Changing MESSAGEQUEUE structure according to Ulrich proposition.
16511 - One message queue for every thread needing it.
16512 - Messages in the message queue are now stored in a linked list
16513 - Messages are allocated in the system heap.
16514 - Messages in the message queue are 32 bits (MSG32).
16515 - All read/write operations regarding messages in the message queue are
16518 Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
16520 * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
16521 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16522 Fixed several bugs and typos.
16524 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16527 * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
16528 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16529 New drag list control.
16531 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16532 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
16534 * dlls/comctl32/progress.c, include/progress.h:
16535 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16536 Added WM_[G/S]ETFONT handling.
16538 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16539 Added WM_COMMAND and WM_NOTIFY handling.
16541 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16542 Fixed redraw bug for tracking tooltips.
16544 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16545 Added some messages to the rebar control.
16547 * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
16548 Several internal functions won't compile when the conditional
16549 #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
16550 comes out false. I moved the conditionals around so that
16551 the file would at least compile. Not sure if it does the
16552 right thing on non-linux/FreeBSD/NetBSD systems.
16554 * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
16555 Moved process.h higher up the include list, to avoid a problem with
16556 "ERR" being redefined in sys/regset.h.
16558 * misc/comm.c: Geoff Clare <gwc@root.co.uk>
16559 The B57600 and B115200 symbols are not defined in Unixware.
16561 * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
16562 Change SW_??? options on list box scrolling so that they match what
16565 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
16566 Moved DOS handle allocation slightly, to fix potential memory
16567 leaks and lost handles. Also removed some useless init code.
16569 * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
16570 Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
16571 Internal PostScript printer driver improvements.
16573 * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
16574 Changed EDIT_EM_CharFromPos to return line number.
16576 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
16577 Free the private data pointer, THEN set it to NULL.
16579 * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
16582 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
16583 Sylvain St.Germain <sylvain@macadamian.com>
16584 Implementation of the SafeArray family functions.
16586 * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
16587 Guy Albertelli <galberte@neo.lrun.com>
16588 Added stub for SetThreadLocale.
16590 * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
16591 Finished GetTextCharsetInfo routine.
16593 * ole/nls/enu.nls, ole/ole2nls.c:
16594 Guy Albertelli <galberte@neo.lrun.com>
16595 Fixed FIXME in EnumTimeFormats32W
16596 Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
16599 * documentation/internal-dll, documentation/shell32, documentation/wine.man:
16600 Pascal Cuoq <Pascal.Cuoq@inria.fr>
16603 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
16604 Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
16605 searching for DBG and PDB files.
16607 * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
16608 Fix for files which do not contain exports (fg, EXE) to get processed
16609 for debug information.
16611 * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
16612 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16613 Implemented KERNEL.621 (CBClientThunkSLEx).
16615 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
16616 Marcus Meissner <marcus@jet.franken.de>
16617 Allow switching off/on of debugmsgs in the debugger.
16619 * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
16620 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16621 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
16624 Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
16626 * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
16627 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16628 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
16629 DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
16630 WIN16_PeekMessage32 and WIN16_TranslateMessage32.
16632 * dlls/shell32/Makefile.in, dlls/shell32/classes.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/interfaces.h, include/shlguid.h, include/shlobj.h, include/windows.h, misc/shell.c:
16633 Juergen Schmied <juergen.schmied@metronet.de>
16634 - some fixes, cleaned up includes, fixed leaks
16635 - clean DllReferenceCount, better DllMain()
16636 - dynamically linking LookupIconIdFromDirectoryEx32 and
16637 CreateIconFromResourceEx32 to USER32
16638 - moved guid's instances to new file shellguid.c
16639 - implemented ShellExecuteEx32W
16641 * ole/Makefile.in, ole/compobj.c, ole/guid.c:
16642 Juergen Schmied <juergen.schmied@metronet.de>
16643 Moved the instance creation of GUID's to a new file.
16644 Size of compobj.o goes down to 1/3; should prevent more sig11's.
16646 * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
16647 New file to instantiate GUID's ms-like.
16649 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
16650 Set private data struct to NULL to expose problems in other code
16651 better. Fixes the XUnmapWindow problems reported by replacing them
16652 with NULL ptr dereferences.
16654 * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
16655 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16658 * files/file.c, include/file.h, loader/dos/dosvm.c:
16659 Marcus Meissner <marcus@jet.franken.de>
16660 DOS programs use handles 0-4 without opening/closing any of those
16661 handles first. Split up Init from AllocDosHandle and call it from
16664 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
16665 Remove configure.in->configure rule (we might not have autoconf).
16667 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
16668 Added "user-friendly" warning for missing X.
16670 * include/ole.h: Fixed GetObject macro problem.
16672 * documentation/status/direct3D:
16673 Lionel Ulmer <ulmer@directprovider.net>
16674 - updated documentation to be in sync with current code
16676 * graphics/d3dmaterial.c, graphics/d3dviewport.c:
16677 Lionel Ulmer <ulmer@directprovider.net>
16678 - various warning and bug fixes
16680 * graphics/d3ddevices.c, graphics/d3dtexture.c:
16681 Lionel Ulmer <ulmer@directprovider.net>
16682 - added more texture formats using OpenGL's packed pixel formats
16684 * graphics/d3dexecutebuffer.c, include/d3d.h:
16685 Lionel Ulmer <ulmer@directprovider.net>
16686 - better support for ExecuteBuffers
16688 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16689 - corrected bug in Z Buffer allocation
16690 - put VIDEOMEMORY flag for all primary surfaces
16691 - put something in a surface after a ReleaseDC
16693 * misc/printdrv.c: Morten Welinder <terra@diku.dk>
16696 * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
16697 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
16699 * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
16700 Check opened enhmetafile for magic values.
16702 * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
16703 Fixed duplicate sound buffer handling. Updated status.
16705 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
16706 New functions lmemcpynAtoW and lmemcpynWtoA for converting
16707 REG_MULTI_SZ (including \0x00)
16708 Better debug output for REG_BINARY and REG_MULTI_SZ
16709 Rewritten RegQueryValueEx32[A|W]
16711 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
16712 Implemented CreateHalftonePalette.
16713 Fixed 3 crashes (1 real, 2 potential).
16715 * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
16716 Marcus Meissner <marcus@jet.franken.de>
16717 Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
16719 * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
16720 Sylvain St.Germain <sylvain@macadamian.com>
16721 DoDragDrop and OleIsCurrentClipboard stub implementation.
16723 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
16724 Make LoadTypeLib stub return failure instead of success.
16726 Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
16728 * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
16729 Marcus Meissner <marcus@jet.franken.de>
16730 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
16731 API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
16733 Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
16735 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
16736 Francis Beaudet <francis@macadamian.com>
16737 There were two copies of the DdeCmpStringHandles (A and W) and that
16738 API does not have 2 versions. Removed the extra version.
16740 Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
16742 * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
16745 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16746 Win32 console needs SYNCHRONIZE access.
16748 * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
16749 Marcus Meissner <marcus@jet.franken.de>
16750 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
16753 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
16754 LCMapStringA: if dstlen is insufficient, return
16755 ERROR_INSUFFICIENT_BUFFER (verified).
16757 * objects/enhmetafile.c, relay32/gdi32.spec:
16758 Marcus Meissner <marcus@jet.franken.de>
16759 Some small fixes to enhmetafiles.
16761 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
16762 Do not call ownerdraw for invalid items (empty focusrects).
16763 Fixes Eudora 16bit empty Inbox problem.
16765 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
16766 Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
16767 these functions with the same logic as the NC_DrawCloseButton function.
16769 * windows/win.c: Noel Borthwick <noel@macadamian.com>
16770 Reparenting a window with SetParent in Windows should cause the child
16771 window being re-parented to be moved up to the topmost in the z-order,
16772 and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
16774 * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
16775 Use external DirectPlay DLLs by default.
16777 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16778 Allow passing task handles to GetThreadQueue() and SetFastQueue().
16780 * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16781 Handle (console) applications that never created a queue correctly
16782 in USER_AppExit(); call InitThreadInput() in InitApp().
16784 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16785 - Fixed creation of message queue in hook API routines.
16786 - Some preparations for thread-local message queues.
16788 * loader/ne/module.c:
16789 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16790 Check module name length in ModuleNext().
16792 * windows/x11drv/event.c:
16793 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16794 Use Callout to call RedrawWindow32.
16796 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
16797 Clear DOS extended error only for funcs >=0x2f (thanks to Dave
16800 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
16801 Unified palette create, do allocate colorcells on init for DGA.
16803 Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
16805 * scheduler/synchro.c, scheduler/thread.c, server/console.c, server/file.c, server/process.c, server/request.c, server/thread.c, server/trace.c, win32/console.c, win32/device.c, win32/process.c, include/file.h, include/process.h, include/server.h, include/server/object.h, include/server/request.h, include/server/thread.h, include/thread.h, include/winbase.h, include/windows.h, include/wintypes.h, memory/virtual.c, msdos/int21.c, msdos/vxd.c, relay32/kernel32.spec, scheduler/client.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/process.c, files/change.c, files/dos_fs.c, files/file.c, include/device.h:
16806 Hacked server-side device support
16807 Added user APCs support.
16808 Many changes to the xterm console to make use of the server (not
16810 Moved some other small stuff to the server.
16812 * tools/make_requests: Added long type format.
16814 * server/Makefile.in, server/device.c:
16815 Added server-side device support (only a hack for now).
16817 Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
16820 Recovered log entries from CVS mailing list.
16822 * relay32/ntdll.spec, dlls/ntdll/rtl.c:
16823 Marcus Meissner <marcus@jet.franken.de>
16824 Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
16827 Marcus Meissner <marcus@jet.franken.de>
16828 Handle ERROR_WRITE_PROTECT too in readonly fallback open.
16830 * dlls/advapi32/security.c, relay32/advapi32.spec:
16831 Marcus Meissner <marcus@jet.franken.de>
16832 Added GetSecurityDescriptorLength stub for regedt32.exe.
16834 * debugger/Makefile.in, files/Makefile.in:
16835 Marcus Meissner <marcus@jet.franken.de>
16836 Add "" around -D defines for paths with spaces in them.
16838 * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
16839 Lionel Ulmer <ulmer@directprovider.net>
16840 Cleaned up ColorKey handling.
16842 * objects/metafile.c:
16843 Paul Quinn <paulq@COREL.CA>
16844 METARECORD member rdParam should be rdParm (in win32 sdk)
16845 lots of changes in this source file to reflect this change.
16847 * graphics/escape.c, graphics/painting.c, graphics/metafiledrv/init.c, include/commctrl.h, include/commdlg.h, include/gdi.h, include/tchar.h, include/windows.h, include/wingdi.h, include/wintypes.h, include/winuser.h, misc/spooler.c, objects/gdiobj.c,
16848 relay32/gdi32.spec:
16849 Paul Quinn <paulq@COREL.CA>
16850 Fixed bad defines, added a few types 'n defines.
16852 * windows/dinput.c:
16853 Marcus Meissner <marcus@jet.franken.de>
16854 Disable broken callbacks which lead to crashes.
16856 * multimedia/mcistring.c:
16857 Eric Pouech <Eric.Pouech@wanadoo.fr>
16858 Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
16859 internal structures).
16862 Marcus Meissner <marcus@jet.franken.de>
16863 debug.h needs to be included last since it #undefs ERR for Solaris.
16865 * debugger/debug.l, debugger/memory.c:
16866 Marcus Meissner <marcus@jet.franken.de>
16867 Added /u format to debugger display for UNICODE strings.
16869 * loader/pe_image.c:
16870 Marcus Meissner <marcus@jet.franken.de>
16871 Remove irritating FIXME line no longer needed.
16874 Eric Pouech <Eric.Pouech@wanadoo.fr>
16875 Added missing '\n' in FIXME message.
16877 * graphics/ddraw.c:
16878 Robert Riggs <rriggs@tesser.com>
16879 objbase.h needed for WINE_StringFromCLSID(), fix C function
16880 declarations, install a colormap if we are not managed, release
16881 backbuffers in DGA mode, fix video mode switching logic to avoid
16882 possible NULL pointer dereference.
16885 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16888 * files/file.c, include/file.h, include/process.h, loader/resource.c, loader/dos/module.c, loader/ne/segment.c, misc/lzexpand.c, msdos/int21.c vxd.c, multimedia/mmio.c, win32/kernel32.c:
16889 Better DOS file handle management.
16891 * documentation/common_controls:
16892 Francis Beaudet <francis@macadamian.com>
16893 This should help prevent duplicate work.
16895 * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
16896 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16897 Implemented Death() and Resurrection(), two functions needed by some
16898 TPWin (?) command line tool.
16900 * windows/winproc.c:
16901 Juergen Schmied <juergen.schmied@metronet.de>
16902 Added 32->16 translation for WM_ACTIVATEAPP.
16904 * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
16905 Juergen Schmied <juergen.schmied@metronet.de>
16906 New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
16907 Implementation for SHGetSpecialFolderPath32[A|W].
16910 * console/xterm.c, misc/port.c, win32/console.c:
16911 Joseph Pranevich <jpranevich@lycos.com>
16912 Change all Wine openpty() implementations to match the "standard" and
16913 then make them both call the same code leaving the option to change
16914 that code to call the "standard" openpty() at a later date.
16916 * relay32/kernel32.spec, scheduler/process.c:
16917 Marcus Meissner <marcus@jet.franken.de>
16918 Added SetProcessAffinityMask stub.
16920 * graphics/ddraw.c, include/ddraw.h:
16921 Marcus Meissner <marcus@jet.franken.de>
16922 Fixed the other union misuse too (one less mem corruption)
16923 Re-added XInstallColormap (or non managed does not change palette)
16925 * if1632/kernel.spec, scheduler/synchro.c:
16926 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16927 Added an implementation for KERNEL.495.
16929 * documentation/status, documentation/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
16930 Lionel Ulmer <ulmer@directprovider.net>
16931 - added bitmask to store which ColorKey structures are valid
16932 - handle many new rendering states, some optimizations in state changes
16933 - 8bit palettized textures now support ColorKeying
16934 - some miscellaneous bug fixes and code rewrite
16937 Noomen Hamza <noomen@macadamian.com>
16938 Fixed the look of the menu so it would be compliant with Win95: modified
16939 the mouse tracking code so it would change the selection every time the
16940 mouse moved over a menu item.
16942 * documentation/how-to-port:
16943 Mike Castle <dalgoda@shell.rt66.com>
16946 * dlls/comctl32/updown.c:
16947 Noel Borthwick <noel@macadamian.com>
16949 - When an edit control buddy was used single digit values were not
16951 - Comma values were not displayed correctly when thousands separation
16955 Tom Bech <tomb@ii.uib.no>
16956 While the debug event messages are not implemented, WaitForDebugEvent
16957 should return FALSE.
16959 * if1632/user.spec, objects/bitmap.c:
16960 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16961 Implemented CopyImage16.
16963 * documentation/bugreports
16964 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16967 * console/generic.c, msdos/int21.c:
16968 Marcus Meissner <marcus@jet.franken.de>
16969 Changed 0x01 to use generic console, fixed 0x0b.
16970 Fixed CONSOLE_GetCharacter (two args swapped).
16972 * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
16973 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16974 Allow specifying module name for NE dummy module.
16976 * loader/pe_image.c
16977 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16978 Set module name of dummy module equal to module name of PE module.
16980 * controls/scroll.c, controls/uitools.c:
16981 Marcus Meissner <marcus@jet.franken.de>
16982 Missing include wine/winuser16.h added.
16985 Marcus Meissner <marcus@jet.franken.de>
16986 Create an actual primary surface for screenbuffer.
16988 ----------------------------------------------------------------
16989 Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
16991 * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
16992 Andreas Mohr <a.mohr@mailto.de>
16993 Added config.sys parser.
16995 * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
16996 Small change in LB_SETCURSEL32 handling (the caret should be moved as
16999 * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
17000 Marcus Meissner <marcus@jet.franken.de>
17001 Use autoconf check for presence of sys/file.h.
17003 * dlls/ntdll/rtl.c, relay32/ntdll.spec:
17004 Marcus Meissner <marcus@jet.franken.de>
17005 Implemented DbgPrint, added ultoa.
17007 * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
17008 PeekConsoleInput & ReadConsoleInput need to return 0 records read in
17009 the case of an invalid handle.
17011 * console/ncurses.c, loader/main.c:
17012 Joseph Pranevich <jpranevich@lycos.com>
17013 More verbose debugging output.
17014 Remove compilation warning.
17016 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17017 Fix up some interrupt calls to return at the data that they are supposed
17018 to. Also increase comment verbosity to help debug things later.
17020 * include/options.h, misc/main.c, misc/version.c:
17021 Andreas Mohr <a.mohr@mailto.de>
17022 Added switch -dosver.
17023 Cleanup for OaBuildVersion().
17025 * libtest/.cvsignore: Added vartest and volinfo
17027 * dlls/shell32/contmenu.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shelllink.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h:
17028 Juergen Schmied <juergen.schmied@metronet.de>
17029 Many bugfixes, code cleanup.
17030 Removed a few glitches from the COM patch.
17032 * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
17033 Only destroy window once.
17035 * graphics/ddraw.c, include/ddraw.h:
17036 Marcus Meissner <marcus@jet.franken.de>
17037 - moved drawable to common since it is used by both DGA and Xlib.
17038 (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
17039 - added BltFast sanity checks.
17041 * windows/queue.c, loader/task.c:
17042 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17043 InitApp() call removed from 32-bit application startup;
17044 create task message queue in InitThreadInput() instead.
17046 * loader/ne/convert.c:
17047 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17048 Added accelerator table PE->NE resource conversion.
17050 * debugger/editline.c:
17051 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17052 Restart read() in case of EINTR in TTYget().
17054 * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
17057 * tools/wrc/CHANGES, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
17058 Bertho Stultiens <bertho@panter.soci.aau.dk>
17059 Wrc version 1.0.8. Toolbar resources are now supported. A couple of
17060 other fixes are also included. See file tools/wrc/CHANGES for details.
17062 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
17065 * include/x11drv.h, loader/dos/module.c, objects/dc.c, relay32/builtin32.c, relay32/relay386.c, scheduler/k32obj.c, files/async.c, if1632/relay.c, include/main.h, include/multimedia.h, include/windows.h:
17066 James Juran <jrj120@psu.edu>
17067 Add missing #includes and prototypes to eliminate some implicit
17068 function declaration warnings and 'extern's in .c files.
17070 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
17071 Ove Kaaven <ovek@arcticnet.no>
17072 Check for resizeterm in ncurses.
17074 * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
17075 Francis Beaudet <francis@macadamian.com>
17076 New test program for VARIANT functions.
17078 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17079 Some debug information (PDB) was not mapped when loading a module,
17080 which caused a core in the debugger when it tried to access it.
17082 * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
17083 Links libwine.so.1.0 to libwine.so in Wine's main directory.
17084 Makes Wine compile with --enable-dll again.
17086 Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
17088 * relay32/ole32.spec, windows/dinput.c, include/storage.h, include/unknwn.h, include/windows.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/winerror.h, include/wtypes.h, misc/shell.c, multimedia/dplay.c, multimedia/dsound.c, objects/font.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/oledlg.c, ole/oleobj.c, ole/storage.c, ole/typelib.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/vga.c, if1632/compobj.spec, include/compobj.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dsound.h, include/interfaces.h, include/objbase.h, include/objidl.h, include/ole.h, include/ole2.h, include/oleobj.h, include/servprov.h, include/shell.h, include/shlguid.h, include/shlobj.h, dlls/comctl32/imagelist.c, dlls/shell32/contmenu.c:
17089 Francois Gouget <fgouget@multimania.com>
17090 Added a lot of COM interfaces definitions.
17091 Restructured COM header files for better compatibility and clarity.
17093 Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
17095 * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
17096 Make GetFileType work for all handle types.
17098 * win32/device.c: Avoid crash on NULL dev->info.
17100 * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
17101 Alex Priem <alexp@sci.kun.nl>
17102 Added stubs and defines for the flat scrollbar common control.
17104 * include/commctrl.h, dlls/comctl32/datetime.c:
17105 Alex Priem <alexp@sci.kun.nl>
17106 Added some defines needed for custom draw'ing and datetime common
17109 * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
17110 Fixed a small bug in function ExtractIconEx32A.
17112 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
17113 HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
17115 * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17116 Make DeleteFile fail for empty path.
17118 * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17119 Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
17121 * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
17122 Fixed wrong buffer which caused fixups to fail.
17124 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
17125 Lionel Ulmer <ulmer@directprovider.net>
17126 - added all the Direct3D error codes
17127 - added 8bit palettized texture support
17129 * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
17130 ifdefs for defines not in linux 2.0.
17132 * relay32/winspool.spec, misc/printdrv.c:
17133 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17134 Added two stubs for AddPrinterDriver.
17136 * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
17137 Ove Kaaven <ovek@arcticnet.no>
17138 Queue SIGALRM to reduce the "signal 14 lost" complaints.
17139 Added support for reprogramming the DOS timer, and reading back the
17142 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
17143 Wine hangs when registry (corrupted) has lone \ at end of file.
17145 * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
17146 Kostya Ivanov <kostya@warmcat.excom.spb.su>
17147 Small patch that enables Clarion for Windows not to trap while
17150 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
17151 Replace troublesome assignments by memset for whole struct.
17153 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17154 Added handling of the 'palent' field of the CreatePalette procedure.
17156 * documentation/wine.man:
17157 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17158 Added description about including/excluding functions from relay
17161 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17162 Read at least 1 input record in ReadConsoleInputA.
17164 * memory/virtual.c:
17165 Fixed CreateMapping when a mapping with the same name already exists.
17167 Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
17169 * server/file.c: Fixed file destruction when file has no name.
17171 Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
17173 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17174 Warns user if multiple -dll switches are used on command line.
17176 * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
17177 Fixed a leftover HeapFree in the trackbar common control.
17179 * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
17180 Alex Priem <alexp@sci.kun.nl>
17181 Fixed some problems with the tab common control (with thanks to Anders
17182 Carlsson <anders.carlsson@linux.nu>).
17184 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
17185 Alex Priem <alexp@sci.kun.nl>
17186 Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
17187 and some missing defines.
17189 * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
17190 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17191 Use MakeCriticalSectionGlobal on all critical sections used across
17192 process boundaries.
17194 * include/winbase.h, include/windows.h:
17195 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17196 Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
17198 * documentation/wine.man:
17199 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17200 Added environment variables in the man page.
17202 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17203 Fixed args of MZ_CreateProcess.
17205 * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
17206 Andreas Mohr <a.mohr@mailto.de>
17207 Fixed string bug in programs/.
17209 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
17210 Added stupid "action" emulation for hardware timers in ioports.c.
17212 * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
17213 Again a small DOSASPI patch.
17215 * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
17216 Andreas Mohr <a.mohr@mailto.de>
17217 Documentation updates.
17219 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17220 - check if palette is not null when setting a palette
17221 - check if window handle is valid before getting its 'drawable'
17223 * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17224 Prevent core dump with some TTF (when X11 runs with a true type
17227 * server/console.c: Marcus Meissner <marcus@jet.franken.de>
17228 Use stdout for default console output.
17230 ----------------------------------------------------------------
17231 Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
17233 * graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h, multimedia/dsound.c, configure, configure.in, documentation/status/direct3D, documentation/status/directdraw, graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c:
17234 Lionel Ulmer <ulmer@directprovider.net>
17235 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
17236 - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
17237 - added stretching to Blt function
17239 * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
17240 Try to autodetect NT4.
17242 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17243 0 means success, all else failure for WaitForSingleObject.
17245 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17246 Do not advance the cursor in certain routines. This cleaned up the
17247 implementation quite a bit.
17249 * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
17250 Set console video mode when loading DOS app. (Eventually, I want to
17251 mimic Windows 9x's behavior by setting the video mode only when non
17252 INT 21 calls are used to allow for arbitrary-sized consoles).
17254 * console/interface.c, console/xterm.c:
17255 Joseph Pranevich <jpranevich@lycos.com>
17256 Xterm driver can now resize the terminal when a mode change is
17259 * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
17260 Long standing scroll bug fixed!
17262 * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
17263 Joseph Pranevich <jpranevich@lycos.com>
17264 Rewrite of configuration system to support "regular" curses as well as
17265 eliminating the --with-ncurses option. Now, ncurses support will be
17266 built in if a compatible library is detected.
17268 * include/wintypes.h, windows/defdlg.c:
17269 NF Stevens <norman@arcady.u-net.com>
17270 Fix the return type of DLGPROC type and mask out the unset highword of
17271 the return when a 16 bit dialog proc is called.
17273 * include/interfaces.h: Rein Klazes <rklazes@casema.net>
17274 Add interface ID's for upcoming ITypeLib implementation.
17276 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
17277 Bugfix for trailing slashes, repetition of '/' or '\' and
17278 SetLastError() in GetFullPathname.
17280 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, relay32/advapi32.spec, win32/Attic/advapi.c, win32/Attic/security.c, win32/Makefile.in, win32/init.c:
17281 Juergen Schmied <juergen.schmied@metronet.de>
17282 Moved ADVAPI32 files to dlls/advapi32.
17283 Added stubs for eventlog functions.
17285 * relay32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shlobj.h:
17286 Juergen Schmied <juergen.schmied@metronet.de>
17287 New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
17288 Cleanup, some more functions UNICODE ready.
17290 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
17291 SHCloneSpecialIDList implemented.
17292 SHGetDataFromIDListA corrected.
17294 * dlls/shell32/iconcache.c:
17295 Juergen Schmied <juergen.schmied@metronet.de>
17296 Shell_GetCachedImageIndex32[A|W] implemented.
17298 * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
17299 Andreas Mohr <a.mohr@mailto.de>
17300 Implemented raw device access calls for ioctlGenericBlkDevReq()
17301 and therefore moved the core functionality of int2[56].c into files/drive.c.
17303 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
17304 Added automatic CMOS RAM checksum calculation.
17306 * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
17307 Andreas Mohr <a.mohr@mailto.de>
17308 SendASPI32Command32 has to be __cdecl.
17309 Updated documentation/aspi and reverted an ERR back to WARN.
17311 * documentation/bugreports: James Juran <jrj120@psu.edu>
17312 Of course we want the last 100 lines, not the first 100 lines.
17313 Use 'tail' instead of 'head'. Also fix text alignment from
17316 * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
17317 Reading joystick 5 when we only support 4 should fail instead of
17320 * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
17321 Playing a non-existent CD should fail instead of crash.
17323 * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
17324 Check for necessary configure reruns for Makefile and Make.rules
17327 * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
17328 Emulates ins/outs correctly for DOS programs.
17330 * ole/storage.c, scheduler/process.c, server/change.c, server/console.c, server/event.c, server/file.c, server/mapping.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c, win32/device.c, win32/file.c, files/dos_fs.c, files/file.c, include/device.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, loader/pe_image.c, misc/crtdll.c, msdos/int21.c, msdos/vxd.c:
17331 Implemented file sharing checks in the server.
17332 Added set file time server request.
17333 Overall clean up of the file handling (DOS device handling is now
17334 broken, should be redone).
17336 Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
17338 * memory/virtual.c:
17339 Fixed bug in CreateFileMapping when name is not NULL.
17341 * server/request.c: Fixed CHECK_STRING display.
17343 Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
17345 * if1632/kernel.spec, memory/local.c:
17346 Richard A Lough <ralough.ced@dnet.co.uk>
17347 Put return value of LocalAlloc in CX too.
17349 * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
17350 Protect against multiple includes.
17352 * dlls/shell32/iconcache.c: Use proper system directory.
17354 * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
17356 * windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/driver.c, windows/msgbox.c, windows/painting.c, windows/user.c, windows/winhelp.c, include/wine/winuser16.h, include/winreg.h, include/winuser.h, loader/module.c, misc/comm.c, misc/shell.c, misc/spooler.c, misc/spy.c, misc/winsock.c, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mmsystem.c, objects/clipping.c, ole/oleobj.c, controls/button.c, controls/desktop.c, controls/icontitle.c, controls/static.c, debugger/dbg.y, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, graphics/psdrv/escape.c, if1632/thunk.c, include/callback.h, include/display.h, include/imagelist.h, include/ole.h, include/queue.h, include/shell.h, include/storage.h, include/struct32.h, include/winbase.h, include/windows.h:
17357 Michael Veksler <mveksler@techunix.technion.ac.il>
17358 Moves more stuff from windows.h.
17359 - include/winuser.h - interface relevant to user32.spec
17360 - include/wine/winuser16.h - the old 16 bit interface (internal use)
17361 - include/winbase.h - some minor updates to keep things coherent.
17362 - Lot of other files made to include wine/winuser16.h, which is no
17363 longer included from windows.h
17365 * scheduler/handle.c: Fixed CloseHandle() on global handles.
17367 * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
17368 James Juran <jrj120@psu.edu>
17369 Add some information to the man page and README file.
17370 Make documentation/win95look say [Tweak.Layout] instead of
17372 Fix incorrect command given in documentation/bugreports.
17373 Standard error was not being redirected, so most of the
17376 * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
17377 Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
17379 * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
17380 Initialize lpdwNeeded.
17383 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
17384 Include stuff even if not on __i386__ for debug defines.
17387 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
17388 Another // comment fixed.
17391 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
17392 Need <errno.h> for errno decl. on Solaris.
17394 * include/wingdi.h, include/x11font.h, objects/font.c:
17395 Douglas Ridgway <ridgway@winehq.com>
17396 Implement TranslateCharsetInfo, change charset type to BYTE.
17398 * controls/combo.c, controls/listbox.c, include/combo.h:
17399 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
17400 Better CB_SETCURSEL message handling.
17402 * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
17403 Moved MsgWaitForMultipleObject implementation to USER routines, using
17404 a normal Win32 event.
17406 * tools/make_requests: Send debugging output to stderr.
17408 * files/change.c, files/dos_fs.c, files/file.c, include/file.h, scheduler/client.c, scheduler/event.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, win32/console.c:
17409 Cleaned up and removed some no longer used code.
17411 * memory/virtual.c: Use server file mapping objects.
17413 * include/server/object.h, include/server/request.h, include/server/thread.h, server/Makefile.in, server/console.c, server/file.c, server/main.c, server/mapping.c, server/object.c, server/pipe.c, server/request.c, server/thread.c, server/trace.c, include/server.h:
17414 Added server-side file mapping object support.
17417 Hacked stdio functions to use Win32 file handles. Still needs a proper
17420 * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
17421 Use Win32 file handles instead of Unix ones.
17423 * include/module.h, include/pe_image.h, include/process.h, loader/dos/module.c, loader/module.c, loader/pe_image.c, scheduler/process.c, include/dosexe.h:
17424 Take into account handle inheritance flag.
17426 Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
17428 * debugger/db_disasm.c:
17429 Changed db_task_printsym to always print a full address, no matter
17430 what the operand size is.
17432 * scheduler/critsection.c: Re-implemented using a real semaphore.
17434 * windows/queue.c, files/change.c, files/file.c, include/k32obj.h, include/process.h, include/thread.h, loader/signal.c, memory/virtual.c, misc/toolhelp.c, scheduler/client.c, scheduler/event.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, win32/console.c, win32/device.c:
17435 Removed client-side wait functions; all waiting is now done through
17438 * server/Makefile.in, server/change.c, server/process.c, server/request.c, server/trace.c, include/server.h, include/server/object.h, include/server/request.h:
17439 Added change notifications.
17440 Added global handle support.
17442 Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
17444 * include/thread.h, scheduler/synchro.c:
17445 Changed server wait logic a bit.
17448 Hacks to support server-side console. Should be redone properly
17451 * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
17452 Reimplemented Read/WriteFile to use server file descriptors.
17453 Removed file position hack as it is wrong for Win32 (should be redone
17456 * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
17457 Added anonymous pipe support
17459 * include/server.h, include/server/object.h, include/server/request.h, server/Makefile.in, server/console.c, server/event.c, server/file.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c:
17460 Added several file server requests
17461 Added server-side pipes and consoles
17463 Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
17465 * misc/crtdll.c, msdos/int21.c, scheduler/client.c, scheduler/k32obj.c, server/Makefile.in, server/event.c, server/file.c, server/mutex.c, server/process.c, server/request.c, server/semaphore.c, server/trace.c, tools/make_requests, files/dos_fs.c, files/file.c, include/debug.h, include/debugdefs.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/main.c, memory/virtual.c:
17466 Added beginnings of server-side file handling.
17467 Added -debugmsg +server support.
17468 Better server request dumping for varargs requests.
17470 * windows/x11drv/wnd.c:
17471 Fixed SetFocus that was broken when moved to x11drv.
17473 * include/server/object.h, include/server/thread.h, scheduler/client.c, server/Makefile.in, server/event.c, server/main.c, server/mutex.c, server/process.c, server/select.c, server/semaphore.c, server/socket.c, server/thread.c:
17474 Added add_queue/remove_queue to server object operations.
17475 Moved select() loop functions to select.c.
17477 Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
17479 * programs/regtest/regtest.c:
17480 Renamed ERR macro to avoid confusing the make_debug script.
17482 * ole/storage.c, ole/typelib.c, include/d3d.h, include/mmsystem.h, include/oleauto.h, include/storage.h, include/winversion.h, ole/compobj.c, ole/ole2.c, ole/ole2nls.c:
17483 Juergen Schmied <juergen.schmied@metronet.de>
17484 Fixed tons of incomplete prototypes, assignment's of pointer with
17485 different signedness, superflous ',' and ';' in structures, wrong
17486 return-types, lose of digits and some small glitches.
17488 * graphics/x11drv/xfont.c, include/x11font.h:
17489 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
17490 Cleaned up font encoding handling. Added 'Ignore#' option to the
17491 [fonts] section. Also, file with cached metrics now has the value of
17492 $DISPLAY appended to the filename.
17494 * programs/clock/language.c, programs/clock/main.c, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/main.c, rc/systest.c, windows/multimon.c, windows/nonclient.c, dlls/shell32/shlview.c, files/profile.c, graphics/path.c, include/commctrl.h, include/d3d.h, include/dplay.h, include/dsound.h, include/ole.h, include/oleobj.h, include/shlobj.h, include/vfw.h, include/winerror.h, include/winioctl.h, misc/main.c, multimedia/audio.c, multimedia/dsound.c, ole/ole2.c, debugger/stabs.c, dlls/comctl32/animate.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c:
17495 Marcus Meissner <marcus@jet.franken.de>
17496 Changed // comments to /* */ so WINE compiles with non-gcc compilers
17499 * windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, debugger/dbg.y, graphics/ddraw.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/init.c, include/clipboard.h, include/ddraw.h, include/display.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/palette.c, windows/dce.c, windows/dinput.c, windows/display.c, windows/input.c, windows/message.c, windows/scroll.c, windows/win.c, windows/winpos.c:
17500 Patrik Stridvall <ps@leissner.se>
17501 Moved more things to the X11 driver.
17503 * include/wingdi.h, objects/brush.c:
17504 Francois Gouget <fgouget@multimania.com>
17505 Fixed the prototype of CreateDIBPatternBrushPt
17507 * include/windows.h: Francois Gouget <fgouget@multimania.com>
17508 Removed the CN_xxx macros since they are not used, do not correspond to
17509 any Windows define and conflict with MFC defines.
17510 windows.h must provide all the definitions contained in winbase.h
17511 Some Xxx32 functions did not have the associated Xxx macro.
17513 * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
17514 Added a typedef for __int64 which is a builtin Visual C++ type
17515 Added a typedef for PUINT
17517 * include/objbase.h: Francois Gouget <fgouget@multimania.com>
17518 REFIID was not defined.
17520 * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
17521 Pavel Roskin <pavel_roskin@geocities.com>
17522 configure first checks whether it is possible to compile IPX code with
17523 Glibc headers. If it fails, next check determines whether direct inclusion
17524 of <linux/ipx.h> works.
17526 * include/tchar.h: Francois Gouget <fgouget@multimania.com>
17527 Provides the mappings. MBCS and Unicode functions are not implemented.
17528 Standard (SBCS) functions may exist or not, with the same or a different
17531 * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
17532 Alex Priem <alexp@sci.kun.nl>
17533 IPaddress common control implementation. First try; needs more work to
17534 remove boring bugs.
17536 Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
17538 * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
17539 Juergen Schmied <juergen.schmied@metronet.de>
17540 Fixed the TEXT redefined warnings.
17542 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17543 Hook into the (stubbed) resize code in msdos int10.
17545 * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
17546 Joseph Pranevich <jpranevich@lycos.com>
17547 Add support for selection of console mode drivers to use using the
17548 -console option. Currently "tty", "ncurses", and "xterm" are
17550 Add stubs for resizing the screen on mode changes.
17552 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
17553 Jean-Claude Cote <jean-claude@macadamian.com>
17554 Partial implementation for the following DDE APIs:
17555 DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
17556 DdeQueryString, DdeUninitialize.
17558 Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
17560 * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
17561 Jean-Claude Cote <jean-claude@macadamian.com>
17562 Added VarDateFromStr API.
17564 * dlls/comctl32/trackbar.c, include/trackbar.h:
17565 Alex Priem <alexp@sci.kun.nl>
17567 - Vertical trackbars supported now
17568 - TBS_BOTH support (goes along with partial cleanup of drawing code)
17569 - Use COMCTL32 heap instead of system heap
17571 * graphics/ddraw.c, include/ddraw.h:
17572 Peter Hunnisett <hunnise@nortelnetworks.com>
17573 Added all clipper&3d stubs.
17574 Starting ColorKey support.
17575 Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
17576 Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
17577 Added SurfaceEnum dwFlags.
17579 * include/dplay.h, multimedia/dplay.c:
17580 Peter Hunnisett <hunnise@nortelnetworks.com>
17581 Added macros to header file for easier function calling.
17582 Changed implementation a little bit.
17583 Added stubs for dplay3. Still need to break into A and W versions.
17585 * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
17586 CreateFile32A was only allowing console opens on CONIN$/OUT$. This
17587 has been changed to have a case insensitive compare.
17589 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
17590 Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
17592 * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
17593 Jean-Claude Cote <jean-claude@macadamian.com>
17594 Implemented the GetBinaryType API function.
17596 * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
17597 Ove Kaaven <ovek@arcticnet.no>
17598 Added some new dosmod communication possibilities, including
17599 activating a dosmod-specific setitimer(), and the capture of some
17600 common signals, which is returned to Wine (previously a SIGILL
17601 would just cause a "dosmod sync lost" without explanation, now it
17602 invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
17603 SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
17604 be reported by -debugmsg +relay instead of -debugmsg +int. And
17605 fixed non-i386 compilation of dosmod. (Anything else?!)
17607 * loader/main.c, windows/win.c:
17608 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17609 Desktop window queue handling adapted.
17611 * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
17612 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17613 Queue handling adapted to new queue routines.
17615 * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
17616 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17617 Implemented stub for InitThreadInput.
17618 Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
17620 * loader/task.c, miscemu/main.c:
17621 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17622 Use Callout table instead of direct GetProcAddress.
17623 UserYield moved to USER.
17625 * include/callback.h, misc/callback.c, if1632/thunk.c:
17626 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17627 Callout table (for KERNEL->USER calls) added.
17628 Callbacks->CallPostAppMessageProc removed.
17630 * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
17631 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17632 Handle non-hardware X events correctly with native USER
17633 (removed reference to MESSAGEQUEUE from KERNEL code).
17634 Handle Expose events with native USER.
17637 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17640 * win32/time.c: Rein Klazes <rklazes@casema.net>
17641 Fix small problem in GetTimeZoneInformation().
17643 * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
17644 Lowest scan code seems to be 1, not zero.
17646 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17647 Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
17649 * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
17650 Juergen Schmied <juergen.schmied@metronet.de>
17653 * dlls/shell32/iconcache.c:
17654 Juergen Schmied <juergen.schmied@metronet.de>
17655 Fixes crash when running without external shell32.dll.
17657 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
17658 More messages [LB_*,EM_*] translated 32A from/to 32W.
17660 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
17661 Dest buffer was printed out as str.
17663 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
17664 Getting strings with VerQueryValue32W was broken. Complete
17665 reconstruction of the function.
17667 * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17668 Fix number and type of args in debugging statements.
17670 * ole/storage.c: Marcus Meissner <marcus@mud.de>
17671 IStorage32 vtable was missing 3 stub entries.
17673 Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
17675 * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
17676 Douglas Ridgway <ridgway@winehq.com>
17677 Documentation for TranslateCharsetInfo.
17679 * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
17680 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17681 Make the DOSASPI part use the excellent DPMI RMCB implementation done
17682 by Ove Kaaven, which makes the code _much_ cleaner.
17684 * Make.rules.in, Makefile.in, configure, configure.in:
17685 Todd Vierling <tv@pobox.com>
17686 Use -lwine for linking.
17688 * windows/message.c, windows/queue.c:
17689 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17690 Bugfix: always clear QS_... from *both* changeBits and waitBits.
17691 Bugfix: queue->hSendingTask is *queue* handle, not task handle.
17693 * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
17694 François Gouget <gouget@metaintegration.net>
17695 First step to make it possible to call COM interfaces from C++ code in
17698 * dlls/comctl32/treeview.c, include/treeview.h:
17699 Alex Priem <alexp@sci.kun.nl>
17700 Preliminary tooltip support.
17701 WM_SETFONT/GETFONT added.
17703 Use COMCTL32 heap instead of system heap.
17705 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17706 Implemented PolylineTo.
17708 * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
17709 The Zw... Functions in ntdll.dll are just alternate entry
17710 points for the same functions as the Nt... function of the
17711 same names. Changed ntdll.spec to match this.
17713 * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
17714 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17715 Reorganized PE module loading to prepare for elf-dll loader.
17716 WINE_MODREF creation moved to one central location.
17717 Bugfix: correctly select native/built-in version if .DLL
17718 extension is missing in LoadLibrary call.
17720 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17721 Changed error values MCI_INTERNAL to their correct values.
17723 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17726 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17727 No longer sending directly messages to DriverProc but rather go through
17728 MCI layer (required for open/close).
17730 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17731 Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
17732 for pointing out the bug, see the fix in mcistring.c)
17733 Fixed MCI seeking on CD audio.
17735 * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
17736 Stubs for WaitNamedPipe[A|W].
17738 * dlls/shell32/classes.c, dlls/shell32/dataobject.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shlfolder.c, include/shell.h, relay32/shell32.spec:
17739 Juergen Schmied <juergen.schmied@metronet.de>
17742 * dlls/shell32/shellord.c:
17743 Juergen Schmied <juergen.schmied@metronet.de>
17744 Stub Control_FillCache_RunDLL.
17746 * dlls/shell32/shell32_main.c:
17747 Juergen Schmied <juergen.schmied@metronet.de>
17748 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
17750 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
17751 ILAppend seems to work now.
17753 * relay32/kernel32.spec, win32/kernel32.c:
17754 Juergen Schmied <juergen.schmied@metronet.de>
17755 Stubs for WaitNamedPipe[A|W].
17757 Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
17759 * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17760 Fix GetTempPath32 if count=0.
17762 * configure, configure.in, include/config.h.in, include/multimedia.h, multimedia/audio.c, multimedia/dsound.c, multimedia/init.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c:
17763 Todd Vierling <tv@pobox.com>
17764 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
17765 (run autoconf after this). Note that the check has been altered to break
17766 out of the AC_CHECK_HEADERS after the first match - this is so
17767 <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
17768 with the emulated ossaudio.
17769 - check for <soundcard.h> along with the other two in a mutually-exclusive
17770 manner in the various *.c files that need it; change include of
17771 "mmsystem.h" to "multimedia.h" so this logic is all in one place
17772 - change mcicda.c to allow for CD audio manipulation on NetBSD. This
17774 * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
17775 ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
17776 neither splitting with #-directives nor a two-arg ioctl work;
17777 * changing the #if logic to allow both FreeBSD and NetBSD to share the
17778 appropriate code blocks
17779 - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
17780 (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
17781 Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
17783 * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
17784 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
17785 Set the class hints for managed windows.
17787 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
17788 Bugfix: GetFullPathName sets lpFilePart only when the last element
17789 does not end with '\'.
17791 * windows/message.c, windows/win.c, include/commctrl.h, include/commdlg.h, include/ddeml.h, include/mouse.h, include/shlobj.h, include/winbase.h, include/windows.h, include/winerror.h, include/wingdi.h, include/wintypes.h, misc/ddeml.c, objects/bitmap.c, objects/brush.c, objects/dc.c, objects/font.c, objects/gdiobj.c, relay32/gdi32.spec, relay32/user32.spec, controls/menu.c, dlls/comctl32/commctrl.c, graphics/bitblt.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, if1632/user.spec:
17792 Paul Quinn <paulq@COREL.CA>
17793 Lots of new defines and stubs.
17795 * Make.rules.in, Makefile.in, configure, configure.in:
17796 Todd Vierling <tv@pobox.com>
17797 These patches add support for --enable-dll on NetBSD, and may even do so for
17798 FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
17799 mycroft@netbsd.org for doing this work!
17801 * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
17802 Global constructors using `.section .ctors' are bogus for NetBSD's
17803 assembler. Use the appropriate `.stabs' when on NetBSD.
17805 * ole/variant.c: Todd Vierling <tv@pobox.com>
17806 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
17807 Fixed some constants that are too big for a plain `int'.
17809 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
17810 Check for MAXFLOAT if FLT_MAX isn't there.
17812 * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
17813 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
17814 using --enable-dll.
17816 * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
17817 Veksler Michael <mveksler@techunix.technion.ac.il>
17818 Move declarations from windows.h to wingdi.h and winuser.h.
17820 Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
17822 * win32/console.c, files/Makefile.in, files/async.c, files/file.c, include/async.h, include/file.h, loader/signal.c, misc/winsock_dns.c:
17823 Marcus Meissner <marcus@jet.franken.de>
17824 Made async IO (SIGIO) stuff from WINSOCK generic useable.
17825 Added async IO support to FILE and CONSOLE objects.
17827 * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
17828 Prevent segfault in setsockopt when optname is SO_LINGER and optval is
17831 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
17832 Juergen Schmied <juergen.schmied@metronet.de>
17835 * dlls/shell32/iconcache.c:
17836 Juergen Schmied <juergen.schmied@metronet.de>
17837 SHMapPIDLToSystemImageListIndex try's to determine and load the exact
17838 icon for files (by type) now.
17840 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
17841 New HCR_GetDefaultIcon (internal).
17843 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
17844 Ove Kaaven <ovek@arcticnet.no>
17845 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
17846 RMcall shortcuts independent of dosmod. SS had been left out of
17847 the REALMODECALL copy routines for some reason, fixed now. Also
17848 cleaned up a few compiler warnings.
17850 * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
17851 Added ability to specify X fonts used for Helv and Tms Rmn typefaces
17852 with DefaultSerif and DefaultSansSerif INI keys.
17854 * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
17855 Bertho Stultiens <bertho@panter.soci.aau.dk>
17856 - Added a global label for elf-dll linking and a long with the resource
17857 size and a long with the directory size.
17858 - Killed an annoying warning since version 1.0.0 in parser.y about a
17859 var being used before init.
17861 * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
17862 Juergen Schmied <juergen.schmied@metronet.de>
17863 Adds the IPersistFile Interface to IShellLink[W] and gave both own
17866 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17867 (ReadConsole32A): small and stupid bug fixed
17868 (WriteConsoleOutput): bug fixed (attributes may change within lines)
17869 and enhanced speedwise by using buffering.
17870 (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
17872 * misc/crtdll.c, relay32/crtdll.spec:
17873 Marcus Meissner <marcus@jet.franken.de>
17874 _ultoa implemented.
17876 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
17877 Small hack to get rid of annoying err:resource: message for
17880 * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
17881 Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
17884 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
17885 Save the original video mode before going fullscreen and restore it
17886 when the last DirectDraw_Release is called. Also fix a problem where
17887 the viewport wasn't set to 0,0.
17889 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
17890 Made more cross-platform by changing ->_fileno to fileno().
17892 * windows/win.c: NF Stevens <norman@arcady.u-net.com>
17893 Fix the Z-order of maximized/minimized child windows.
17895 * graphics/x11drv/xfont.c:
17896 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17897 XLFDs should be well-formed (14 hyphens) to match scalable fonts.
17898 Stop slant field becoming wildcarded too early.
17900 * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
17901 (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
17903 * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17904 Hack OLE_GetFormat* to return something if datelen = 0.
17905 Remove unnecessary WINAPI's.
17907 ----------------------------------------------------------------
17908 Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
17910 * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
17911 Patrick Spinler <spinler.patrick@mayo.edu>
17912 Implemented CreateToolhelp32Snapshot, including two of the routines
17913 using snapshots, Process32First and Process32Next.
17915 * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
17916 Justin Bradford <justin@ukans.edu>
17917 Most of the currency variant conversion functions implemented.
17918 Minor bugfixes and header tidying.
17920 * Makefile.in, configure, configure.in, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi.c, include/debug.h, include/debugdefs.h, include/ras.h, include/wintypes.h, relay32/rasapi32.spec:
17921 Marcus Meissner <marcus@jet.franken.de>
17922 Added RasEnumConnections stub.
17924 * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
17925 Juergen Schmied <juergen.schmied@metronet.de>
17926 Bugfix in PathCombine32[A|W].
17927 View menu in explorer and on right mouse button is working now.
17929 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
17930 Implemented ILGetDisplayName.
17932 * dlls/shell32/classes.c, dlls/shell32/shellord.c:
17933 Juergen Schmied <juergen.schmied@metronet.de>
17934 Started implementation of ShellExecuteEx32A.
17937 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
17938 Juergen Schmied <juergen.schmied@metronet.de>
17939 Moved menu resources to rc-file.
17941 * include/pe_image.h, ole/ole2nls.c, win32/file.c:
17942 Marcus Meissner <marcus@jet.franken.de>
17943 Two debug messages clarified, one useless prototype removed.
17945 * include/oleauto.h, ole/variant.c:
17946 Marcus Meissner <marcus@jet.franken.de>
17947 294 missing WINAPI added.
17949 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
17950 Kill swapped out (wine) processes too and truncate diff after some xxx
17953 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
17954 Fixed SetLastError with wrong value.
17956 * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
17957 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17958 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
17959 misc/printdrv.c and fix a few compile warnings.
17961 * win32/ordinals.c, windows/driver.c, windows/msgbox.c, windows/multimon.c, windows/user.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/ntdll/nt.c, if1632/typelib.spec, include/file.h, loader/dos/module.c, msdos/int21.c, ole/ole2nls.c, ole/typelib.c:
17962 Andreas Mohr <a.mohr@mailto.de>
17963 Fixed a bunch of compiler warnings.
17965 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
17966 Added Win32 synchro to FILEs (useful only for terminal handles).
17968 Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
17970 * objects/bitmap.c, objects/dc.c, objects/enhmetafile.c, objects/font.c, objects/metafile.c, relay32/comctl32.spec, relay32/gdi32.spec, relay32/kernel32.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/tapi32.spec, relay32/user32.spec, relay32/winspool.spec, win32/console.c, win32/kernel32.c, win32/time.c, windows/input.c, windows/message.c, graphics/metafiledrv/init.c, if1632/ddeml.spec, include/commctrl.h, include/ddeml.h, include/shlobj.h, include/windows.h, include/wintypes.h, memory/string.c, misc/ddeml.c, misc/network.c, misc/printdrv.c, misc/tapi32.c, controls/edit.c, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c, dlls/shell32/shell32_main.c, files/file.c, graphics/painting.c:
17971 Francis Beaudet <francis@macadamian.com>
17972 Sylvain St-Germain <sylvain@macadamian.com>
17973 Thuy Nguyen <thuy@macadamian.com>
17976 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17977 Let the System_Time_Selector clock tick.
17979 * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
17980 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17981 Adapted to CreateSystemTimer interface change.
17983 * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
17984 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17985 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
17986 (NOTE: 16-bit callbacks still don't work!)
17988 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
17989 - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
17990 the child window so that the system menu is set correctly.
17991 - In MDICascade and MDITile use WM_MDIRESTORE message
17992 to restore maximized window so that system menu is
17995 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
17996 Jean-Claude Cote <jean-claude@macadamian.com>
17997 Added implementation of the VARIANT APIs.
17999 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18000 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
18002 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
18003 handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
18004 better handling of LPSTR_TEXTCALLBACK32A
18005 TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
18007 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18008 Warn if two .exes conflict with each other and the second does not
18009 have relocation records.
18011 * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18012 Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
18013 contain '/','\\' or ':'.
18015 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
18016 Fixed a potential crash if a usable video mode is not detected.
18018 * tools/make_authors: Script to generate authors files
18020 * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
18021 Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
18022 as well as AddRef(), GetCapabilites(), EnumObjects(),
18023 GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
18024 and RunControlPanel() for IDirectInputDevice.
18026 * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
18027 Set window focus in _common_IDirectDraw_SetDisplayMode().
18029 * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
18030 Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
18032 * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
18033 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18034 Removed deferred Expose events handling.
18036 * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18037 Don't clip VisRgn against X desktop.
18039 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18040 LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
18042 * graphics/x11drv/xfont.c:
18043 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18044 Sanity check on font size.
18046 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
18047 Missing parentheses added.
18049 Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
18051 * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
18052 Marcus Meissner <marcus@jet.franken.de>
18053 Enhanced Win32 Console (XTERM)
18054 - inputhandling enhanced (keys and mouseclicks)
18055 - win32 synchronization (partial)
18056 - lots of enhancements to drawing functions
18057 - simple/complex console (simple-stdin/stdout -> complex-xterm).
18059 * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
18060 Joseph Pranevich <jpranevich@lycos.com>
18061 Add a driver to open up a new xterm window whenever console output is
18062 needed. Derived from console/win32.c but we are not yet ready to merge
18063 the code completely.
18065 * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
18066 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18067 Improved the handling of font encodings.
18069 * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
18070 Implemented DPMI RMCBs using the DOS subsystem, and a few other
18071 improvements. Also, some special-cased shortcut paths will allow some
18072 common real-mode call/RMCB combinations to work even without calling the
18073 DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
18074 even on platforms that cannot use dosmod.
18076 * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
18077 Marcus Meissner <marcus@jet.franken.de>
18078 Some unnecessary #include and messages removed.
18080 * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18081 Some small corrections to EnumSystemLocales32AW
18083 Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
18085 * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
18086 Tried another kludge for the Xmd.h problem.
18088 * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86vmode.c, configure, configure.in, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/ts_xf86vmode.h, tools/make_X11wrappers:
18089 Stephen Crowley <crow@debian.org>
18090 Added fullscreen DGA support.
18092 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18093 Fixed dummy entries in MAIN_ParseLanguageOption().
18095 * include/mmsystem.h, multimedia/mcicda.c:
18096 Brian Gerst <bgerst@quark.vpplus.com>
18097 Properly implement MCI_CDA_STATUS_TYPE_TRACK.
18098 Fix an off-by-one bug with MCI_STATUS_LENGTH.
18100 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
18101 Superflous WINAPI removed.
18103 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18104 Warn about invalid entrypoints (created by viruses) which result in
18107 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18108 Create X11 palette on DirectDrawSurface::SetPalette, not before (we
18109 might not have an X11 window yet).
18111 * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
18112 Move TWEAK_Init from USER to GDIInit.
18114 * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
18115 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18116 Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
18117 printing functions.
18119 * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18122 * graphics/x11drv/text.c:
18123 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18124 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
18125 or charExtra are non-zero.
18127 * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
18128 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18129 Replace GRAPH_ functions with Win SDK equivalents.
18131 Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
18133 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
18134 Reverted previous patch.
18136 * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
18137 Don't define MZ_SUPPORTED on non-i386 platforms.
18139 * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
18140 Fixed DPMI_CallRMProc (I think).
18142 * misc/network.c, relay32/mpr.spec:
18143 Marcus Meissner <marcus@jet.franken.de>
18144 Stub for NPSGetProviderHandleA.
18146 * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
18147 The scancode Windows send for extended keys is the scancode of the
18148 unextended equivalent of the key, plus the extended flag.
18150 * dlls/winaspi/winaspi16.c:
18151 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18152 Fixed a real mode problem.
18154 * loader/ne/module.c:
18155 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18156 NE_MODULE.stack_size was set to a ridiculously small value of 5.
18157 Windows sets 0x1400 in such cases for programs.
18159 * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18160 We don't yet want the static control to call DestroyIcon.
18162 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
18163 Added case for GCW_ATOM int GetClassLong32A.
18165 * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
18166 Stub for WNetOpenEnum32W.
18168 * multimedia/dsound.c, relay32/dsound.spec:
18169 Robert Riggs <rriggs@tesser.com>
18170 More general code cleanup for readability.
18171 A few more parameter validation checks.
18172 Return DS_OK rather than 0 in a number of functions.
18173 Fixed primary buffer ref count bug in CreateSoundBuffer().
18174 Handle 1-3 byte sound fragments that would cause buffer overruns.
18175 Clear primary buffer with a neutral value instead of always 0
18176 (because 128 is neutral for 8-bit sound).
18177 Fix bug with mixing 8-bit sound into the primary buffer.
18178 Broke out the main block in DSOUND_thread() to another function for
18180 Handle "no audio" and "audio busy" cases properly when initializing
18181 dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
18183 * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
18184 Made variables optimized into registers accessible.
18186 * relay32/user32.spec:
18187 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18188 The spec definition for MonitorFromWindow was wrong.
18190 * msdos/int21.c: Stefan Leichter <sle@camline.com>
18191 File handle bug fix.
18193 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18194 Added paragraph about different dll versions and structure sizes.
18196 * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18197 Added missing TOOLINFO structure.
18199 * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
18202 * loader/task.c, memory/local.c, memory/selector.c, misc/callback.c, msdos/dpmi.c, msdos/int41.c, msdos/vxd.c, if1632/kernel.spec, if1632/thunk.c, include/callback.h, include/ldt.h, include/windows.h:
18203 Andreas Mohr <a.mohr@mailto.de>
18204 - Several kernel.spec return type mismatch fixes
18205 - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
18206 - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
18207 - LocalNotify() basic support
18208 - Fixes for local heap handling with heap handles created by Virtual*()
18210 * graphics/x11drv/xfont.c:
18211 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18212 Bugfix: -microsoft-symbol encoding was not recognized.
18214 * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18215 Bugfix: WIN_ResetQueueWindows would skip some windows.
18217 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18218 Allow recursively reentering CALL32_LargeStack.
18220 * include/ttydrv.h, windows/ttydrv/.cvsignore, windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c, Makefile.in, configure, configure.in:
18221 Patrik Stridvall <ps@leissner.se>
18222 Added the new TTY driver.
18224 * include/clipboard.h, include/keyboard.h, include/message.h, include/win.h, include/x11drv.h, windows/clipboard.c, windows/defwnd.c, windows/dinput.c, windows/display.c, windows/event.c, windows/focus.c, windows/keyboard.c, windows/message.c, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c:
18225 Patrik Stridvall <ps@leissner.se>
18226 Moved more code to the X11 driver.
18228 Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
18230 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
18231 Joseph Pranevich <jpranevich@lycos.com>
18232 Call the new console driver for some routines. This is not completely
18233 done yet and more for testing purposes.
18235 Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
18237 * configure.in, console/.cvsignore, console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/acconfig.h, include/config.h.in, include/console.h, include/winnt.h, loader/main.c, misc/main.c, Makefile.in, configure:
18238 Joseph Pranevich <jpranevich@lycos.com>
18239 Added console support.
18241 * graphics/x11drv/oembitmap.c, include/bitmap.h, include/gdi.h, include/x11drv.h, loader/main.c, objects/Attic/oembitmap.c, objects/Makefile.in, objects/bitmap.c, objects/cursoricon.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c:
18242 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18243 Move OEM resources to the x11drv.
18245 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
18246 Opening a file in a directory which doesn't exist returns
18247 ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
18249 * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
18250 Handle atoms "# non number" (oracle client).
18252 Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
18254 * if1632/kernel.spec, misc/error.c:
18255 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18256 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
18257 Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
18258 Added names for some undocumented exports.
18260 * memory/global.c, if1632/thunk.c:
18261 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18262 Implemented GlobalChangeLockCount (KERNEL.365).
18264 * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
18265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18266 Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
18268 * if1632/gdi.spec, objects/gdiobj.c:
18269 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18270 Implemented GdiFreeResources (GDI.609).
18272 * include/dsound.h, multimedia/dsound.c:
18273 Robert Riggs <rriggs@tesser.com>
18274 Fixed 8-bit WAV format handling (it is unsigned data).
18275 Fixed off-by-one checks for buffer wrap.
18276 Increment ref count for primary buffer in CreateSoundBuffer().
18277 Added DSBPN_OFFSETSTOP support to position notification code.
18278 Lots of minor parameter validation checks.
18279 Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
18280 and IDirectSound_GetSpeakerConfig().
18281 Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
18283 Lots of thread locking for DirectSound buffers.
18284 Dealloc primary buffer when dsound is deallocated.
18286 * include/wintypes.h:
18287 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18288 Added the TEXT() and MAKELRESULT() definitions.
18290 * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
18293 * Makefile.in: James Juran <jrj120@psu.edu>
18294 Revert misguided change to install_lib that broke -disable-lib
18297 * misc/main.c, include/windows.h:
18298 Juergen Schmied <juergen.schmied@metronet.de>
18299 New parameter SPI_GETDRAGFULLWINDOW.
18300 One missing break in SPI_GETDRAGFULLWINDOW.
18302 * dlls/shell32/pidl.c, relay32/shell32.spec:
18303 Juergen Schmied <juergen.schmied@metronet.de>
18304 New functions ILGlobalClone/ILGlobalFree.
18306 * documentation/printing:
18307 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18308 Add a note about WinPrinters.
18310 * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
18311 Marcus Meissner <marcus@jet.franken.de>
18312 Added some stubs, some ptr->str conversions.
18314 * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
18315 Lionel Ulmer <ulmer@directprovider.net>
18316 - added definition of DirectDrawCreateClipper.
18317 - more versatile support of surfaces / better surface description support.
18319 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
18320 Juergen Schmied <juergen.schmied@metronet.de>
18321 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
18322 New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
18323 Stubs SHWaitForFileToOpen, PathFindOnPath.
18325 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
18326 Small changes to print the strings in the relay-trace.
18328 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
18329 The class name needs to be converted to a getptr.
18331 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18332 Fixed memory/status recovery when error occured in MIDI_mciOpen.
18333 Fixed support for RMID files in MIDI_mciOpen.
18334 Fixed bug for playing MIDI files with tempo changes. Sound output is
18335 now correct, but length of tracks (and therefore of whole file) is not
18337 Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
18339 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18340 Fixed memory/status recovery when error occured in WAVE_mciOpen.
18341 Changed error values (INTERNAL => INVALID_FILE) when file cannot
18344 * multimedia/msvideo.c, relay32/msvfw32.spec:
18345 Juergen Schmied <juergen.schmied@metronet.de>
18346 Stubs for MCIWndCreate[A|W].
18348 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
18349 VerQueryValue, bugfix: we cant convert binary data with
18350 HEAP_strdupWtoA (\VarFileInfo\Translation).
18352 Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
18354 * relay32/advapi32.spec, win32/advapi.c:
18355 Juergen Schmied <juergen.schmied@metronet.de>
18356 Stubs for EnumServiceStatus32, small changes.
18358 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
18359 Load now the first icon from the *.ani file instead of crashing.
18361 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
18362 Fix warnings in miscemu/main.c.
18364 * include/windows.h:
18365 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18366 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
18367 - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
18368 - added the function definition for StartPage,EndPage,GetCommMask,
18369 GetCommModemStatus and PurgComm,WaitCommEvent.
18371 * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
18372 Fixed activation/Focus message order problem when creating a new HWND.
18374 * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
18375 Paul Quinn <PaulQ@corel.com>
18376 Implementation of ChildWindowFromPointEx functions.
18378 * misc/registry.c: Gavriel State <gavriels@corel.com>
18379 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
18381 * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
18382 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18383 GetSystemPaletteEntries returns palette size if entries==NULL.
18384 Use this instead of COLOR_GetSystemPaletteSize.
18386 * relay32/dsound.spec, multimedia/dsound.c:
18387 Marcus Meissner <marcus@jet.franken.de>
18388 Implemented class factory for dsound.
18390 * relay32/kernel32.spec, misc/comm.c:
18391 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18392 - fixed a minimal error in GetCommMask definition.
18393 - adds stubs for GetCommModemStatus and WaitCommEvent.
18395 * include/xmalloc.h, library/winestub.c:
18396 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18397 Fixes for C++ Winelib compilation.
18399 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
18400 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
18402 Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
18404 * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
18405 James Juran <jrj120@psu.edu>
18406 Documentation updates.
18408 * Makefile.in: James Juran <jrj120@psu.edu>
18409 Fixed 'make install' to really check for libwine.a before installing
18412 * graphics/ddraw.c, include/options.h, misc/main.c:
18413 Stephen Crowley <crow@debian.org>
18414 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
18416 * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
18417 Improved GetDiskFreeSpace32A().
18419 Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
18421 * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18422 Remove included color.h.
18424 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18425 Remove unnecessary check for entrypoint address (test binary was
18426 infected by a virus which uses invalid PE loading stuff).
18428 * graphics/painting.c, relay32/gdi32.spec:
18429 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18430 Added stubs for Startpage and EndPage.
18432 * if1632/thunk.c, objects/dc.c:
18433 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18434 Removed some unnecessary FIXME outputs.
18436 * if1632/kernel.spec, loader/task.c:
18437 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18438 Implemented KERNEL.602 and stub for KERNEL.490.
18440 * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18441 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
18443 Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
18445 * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
18446 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18449 * loader/ne/resource.c, include/module.h, loader/resource.c:
18450 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18451 Moved ...Resource16 routines to loader/resource.c.
18452 Implemented accessing PE-file resources with 16-bit resource routines.
18454 * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
18455 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18456 Implementation of PE->NE resource conversion routines (KERNEL.615-618).
18458 * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
18459 Francis Beaudet <francis@macadamian.com>
18460 Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
18461 and SysStringLen(). Ensure that the BSTR objects were allocated
18462 according to the Windows documentation.
18464 * dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
18465 Juergen Schmied <juergen.schmied@metronet.de>
18466 Moved existing path - functions to shellpatch.c.
18467 New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
18468 PathSetDlgItemPath32A|W.
18470 * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
18471 Juergen Schmied <juergen.schmied@metronet.de>
18472 Moved existing IShellLink class. New stubs for IShellLinkW.
18474 * include/bitmap.h, include/color.h, include/gdi.h, include/x11drv.h, include/x11font.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/gdiobj.c, windows/Attic/graphics.c, windows/dce.c, windows/display.c, windows/event.c, windows/input.c, windows/mouse.c, windows/scroll.c, windows/sysmetrics.c, windows/user.c, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
18475 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18476 Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
18478 * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
18479 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18480 Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
18481 registers (used by DeviceIoControl). Adapted all users.
18483 * include/winioctl.h, win32/device.c:
18484 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18485 Implemented (most) VWin32.VxD DeviceIoControl routines.
18487 Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
18489 * include/thread.h, scheduler/thread.c:
18490 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18491 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
18493 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18494 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
18497 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18498 Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
18499 Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
18501 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18502 Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
18503 Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
18505 * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
18506 Don't match against Symbol or Nil fonts.
18508 * memory/global.c: Stephen Crowley <crow@debian.org>
18509 Return the "buffers" and "cached" memory as free since it is
18510 deallocated when a program needs it anyway.
18512 * windows/dialog.c, include/windows.h:
18513 Juergen Schmied <juergen.schmied@metronet.de>
18514 Bugfix: SetDlgItemText32 returns BOOL not void.
18516 * relay32/user32.spec, windows/user.c:
18517 Juergen Schmied <juergen.schmied@metronet.de>
18518 New stubs GetUserObjectInformationA|W.
18520 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
18521 Removed left over 'show' and useless deadbeef checking which doesn't
18524 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18525 Adjust broken entrypoint addresses. (win98 notepad.exe)
18527 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
18528 Updated according to development.
18530 * if1632/mmsystem.spec, relay32/winmm.spec:
18531 Eric Pouech <Eric.Pouech@wanadoo.fr>
18532 Some new stubs (midiStreamXXX functions, some mci functions, and
18533 some mmio functions).
18535 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18536 Moved MCI part to mcimidi.c ; added DriverProc.
18538 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18539 Moved MCI part to mciwave.c ; added some error checking ; added
18542 * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
18543 Eric Pouech <Eric.Pouech@wanadoo.fr>
18544 Added mcimidi and mciwave.
18546 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18547 Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
18550 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18551 Starting writing MCI part ; fixed bug in MCI_INFO command.
18553 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18554 Added some missing stubs in 32 bit part.
18556 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18557 Made use of new 16/32 MCI message handling in mmsystem.c.
18559 * include/mmsystem.h, include/multimedia.h:
18560 Eric Pouech <Eric.Pouech@wanadoo.fr>
18561 Added some new functions/structures definitions.(I couldn't get all
18562 the manifest constants values that MS was referring to in its specs...
18563 if someone has them...)
18565 * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18566 Added some error checking ; made use of new 16/32 MCI message handling
18567 in mmsystem.c ; fixed bug in MCI_INFO command.
18569 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18570 Added some error checking ; made use of new 16/32 MCI message
18571 handling in mmsystem.c.
18572 Added Win95 command to handle cd-rom with both data and audio ; fixed
18573 bug in MCI_INFO command ; shadowing MCI status for devices that can't
18574 get current status ; fixed status not being updated on cd change.
18576 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18577 Factorized 16/32 bit MCI function by using message mapping from 16
18578 to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
18579 mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
18580 yet working. Fixed some issues regarding asynchronous MCI commands ;
18581 fixed MCI_SYSINFO command.
18583 * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
18586 Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
18588 * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
18589 Juergen Schmied <juergen.schmied@metronet.de>
18592 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
18593 New function: _ILGetExtension.
18595 * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
18596 Juergen Schmied <juergen.schmied@metronet.de>
18597 New file. HKEY_CLASSES_ROOT handling.
18599 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18602 * dlls/comctl32/header.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/header.h, include/listview.h, include/ole2.h, include/rebar.h, include/status.h, include/toolbar.h, include/tooltips.h:
18603 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18604 Added Unicode support (at least partially).
18606 * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
18607 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18608 Added IOleAdviseHoler interface (still a dummy) and fixed
18609 CreateOleAdviseHolder().
18611 * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
18612 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18613 Added global subclassing atom, used by tooltips and updown (not yet).
18615 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18616 Improved layout code.
18618 * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
18619 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18620 Fixed ImageList_LoadImage().
18622 * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18623 Added CMEM_SETITEM32A and message forwarding to combobox.
18625 * ole/moniker.c, relay32/ole32.spec:
18626 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18627 Added stub for CreateItemMoniker().
18629 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18630 Fixed some undocumented function names and implemented DPA_Merge
18633 * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18634 Enabled double click for buttons.
18636 * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18637 Added command and return constants used by WM_NOTIFYFORMAT.
18639 * objects/brush.c, objects/dc.c, objects/gdiobj.c, objects/pen.c, windows/Attic/graphics.c, graphics/painting.c, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, include/dc.h, include/x11drv.h:
18640 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18641 Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
18643 * include/options.h, misc/main.c, ole/ole2nls.c:
18644 Juergen Schmied <juergen.schmied@metronet.de>
18645 Small fixes to get the default language to a sensible value.
18648 * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
18649 Douglas Ridgway <ridgway@winehq.com>
18650 Miscellaneous small fixes.
18652 * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
18653 Andreas Mohr <a.mohr@mailto.de>
18654 Added Win16 implementation for GetRegionData().
18656 * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
18657 Enhanced OABuildVersion() to return different version values for
18660 * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
18661 Added INT21_ParseFileNameIntoFCB() and some other things to get
18662 COMMAND.COM working.
18664 * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
18665 Added missing entry for GetNumberFormatW.
18667 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
18668 Checking for NULL-pointer.
18670 * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
18671 Robert Pouliot <krynos@clic.net>
18672 Better OLE support in French languages.
18674 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
18675 Implementation of CreateProcess32W.
18677 * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
18678 Queuing of deferred Expose events.
18680 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
18681 LB_GETTEXT: Handle passed NULL buffer.
18683 * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
18684 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
18687 * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
18688 Marcus Meissner <marcus@jet.franken.de>
18689 Turn mega double switch into static table (reduces compile time).
18691 * AUTHORS, include/authors.h: Added Robert Riggs.
18693 * include/d3d.h: Robert Riggs <rriggs@tesser.com>
18694 include ddraw.h, questionable fix for questionable struct/union
18695 construct in MS's D3DVECTOR definition.
18697 * include/dsound.h: Robert Riggs <rriggs@tesser.com>
18698 More flags (DirectX 5.2), DirectSound3DListener and
18699 DirectSound3DBuffer structures, include some required files
18700 (windows.h, compobj.h, and d3d.h).
18702 * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
18703 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
18704 primary buffer is implemented closer to what the SDK docs specify,
18705 other SDK documented behaviour enforced. Completed the devcaps list.
18707 * misc/crtdll.c, relay32/crtdll.spec:
18708 Juergen Schmied <juergen.schmied@metronet.de>
18709 New stubs strdate, strtime.
18711 * memory/selector.c:
18712 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18713 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
18715 * misc/comm.c: Cliff Wright <cliff@snipe444.org>
18716 Fixed a mask set, and other parity setting bugs for serial ports.
18718 * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
18719 Added BSDI sigcontext definitions.
18721 * windows/class.c: Rein Klazes <rklazes@casema.net>
18724 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
18725 Remove now useless RELAY_ShowDebugmsgsRelay check.
18727 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18728 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
18729 directory, for they seem to be relocated by the standard relocating
18730 mechanism. (Explicitly checked one program using it)
18732 * dlls/shell32/shellord.c, include/shell.h:
18733 Marcus Meissner <marcus@jet.franken.de>
18734 PathAddBackshlash, PathRemoveBackslash: argument is not constant.
18736 * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
18737 Check wndPtr for NULL.
18739 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18740 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
18742 * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
18743 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18744 Takes print spooler functions out of win16drv.
18745 Allows the PostScript driver to go into libwine.
18747 * if1632/gdi.spec, objects/brush.c, objects/palette.c:
18748 Ian Schmidt <irsman@iag.net>
18749 Added stubs for two undocumented GDI routines, SetMagicColors and
18750 SetSolidBrush. This allows Win98 native USER to start up.
18752 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
18753 Fixed the DGA detection code in ddraw. You don't need root access,
18754 having r+w access to /dev/mem is enough.
18756 * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
18757 Marcus Meissner <marcus@jet.franken.de>
18758 DirectDraw status updated.
18759 Use cooperative window for drawing in xlib implementation if possible.
18760 Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
18762 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
18763 Micro patch for AltGr key on german keyboards.
18765 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
18766 Fixes error handling (SetLastError() and return value).
18768 * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
18769 Partially complete GetTextCharsetInfo and corrects return values for
18770 this family of functions.
18772 Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
18774 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
18777 * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18778 Fixed retrieval of invalid palette data in GetDIBits().
18780 * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
18781 Allow SWP_HIDEWINDOW to be called on windows that are already hidden
18782 without unmapping them again.
18784 * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
18785 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
18786 outside desktop window with gtwin.exe (Dutch banking program).
18788 * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
18791 * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
18792 Fixed bug in StretchDIBits32 (wrong origin).
18794 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18797 * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
18798 Lionel Ulmer <ulmer@directprovider.net>
18799 Some corrections to the handling of off-screen buffers.
18800 Correction to the EnumDisplayModes function.
18801 Added XShm support to Xlib driver.
18802 Open a DirectX window even when using the DGA driver.
18804 * include/shell.h, include/shlobj.h, misc/shell.c, relay32/shell32.spec, dlls/shell32/Makefile.in, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c:
18805 Juergen Schmied <juergen.schmied@metronet.de>
18806 Cleanup, small fixes, a few new stubs.
18808 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
18809 Handling for listviewstyles, view mode buttons in filedialogs
18810 enabled and handled.
18811 New listview columns Size, Type, Modified for reportview
18812 created and handled.
18814 * dlls/shell32/if_macros.h:
18815 Juergen Schmied <juergen.schmied@metronet.de>
18816 New file, wrapper for IShellBrowser class.
18818 * dlls/shell32/iconcache.c:
18819 Juergen Schmied <juergen.schmied@metronet.de>
18820 New file, some helper functions for icon cache.
18821 Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
18822 Shell_GetImageList in this file.
18824 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
18825 Juergen Schmied <juergen.schmied@metronet.de>
18826 Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
18828 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
18829 LoadLibraryEx: show a warning when called with unimplemented parm.
18831 * miscemu/instr.c: Cleaned up a bit.
18833 * memory/selector.c, miscemu/instr.c, tools/build.c:
18834 Marcus Meissner <marcus@jet.franken.de>
18835 Clean invalid selectors on the pop %xs from the STACKFRAME itself
18836 instead of using linked list hack.
18838 * Makefile.in: Removed gets message.
18840 * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
18841 Added Thai nls-resources.
18843 * ole/nls/README, ole/nls/cze.nls, ole/nls/ese.nls, ole/nls/esg.nls, ole/nls/est.nls, ole/nls/euq.nls, ole/nls/fos.nls, ole/nls/hrv.nls, ole/nls/hun.nls, ole/nls/isl.nls, ole/nls/nor.nls, ole/nls/plk.nls, ole/nls/ptg.nls, ole/nls/rom.nls, ole/nls/slv.nls, ole/nls/sve.nls, ole/ole2nls.c, include/winnls.h:
18844 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18845 Display the language id for "XXX not supported for your language"
18847 Added all languages and sublanguages for languages supported in
18848 resources/sysres_Xx.
18850 * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
18851 Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
18853 * ole/moniker.c: Gavriel State <gavriels@corel.com>
18854 Ensure that CreateFileMoniker functions don't return a bogus moniker
18857 * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
18858 Added code to manage Ascii and WideChar class names, and to return the
18859 names in the GetClassInfo functions.
18861 * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
18862 Fix to Linux IPX so compiles on non-linux platforms.
18864 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
18865 Own X11 errorhandler to locate X11 errors. Useful only with -sync.
18867 Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
18869 * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
18870 Juergen Schmied <juergen.schmied@metronet.de>
18871 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
18873 * include/cursoricon.h, include/display.h, include/message.h, objects/cursoricon.c, windows/display.c, windows/mouse.c, windows/x11drv/init.c, if1632/display.spec:
18874 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18875 Moved X11 mouse cursor handling to the DISPLAY driver.
18877 * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
18878 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18879 Some fixes to Wine startup/termination sequence with native USER.
18880 Do not call built-in USER signal handler when using native USER.
18882 * debugger/break.c, include/debugger.h, include/task.h:
18883 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18884 Bugfix: -debug didn't work anymore after the last startup sequence patch.
18886 * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18887 Fixed list insertion bug in CoLoadLibrary().
18889 * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
18890 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18891 Added stubs for several VxDs / interrupts.
18893 * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
18894 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18895 Should get win16drv AbortProc working. Hopefully.
18897 * windows/input.c, windows/keyboard.c:
18898 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18899 Moved GetKeyboardLayoutName16 to windows/input.c.
18901 * include/imagehlp.h, include/winnt.h, include/wintypes.h:
18902 Patrik Stridvall <ps@leissner.se>
18903 Moved some declarations from imagehlp.h to common include files.
18905 * relay32/kernel32.spec, win32/thread.c:
18906 Rein Klazes <rklazes@casema.net>
18907 Added implementations for InterlockedExchangeAdd() and
18908 InterlockedCompareExchange().
18910 * win32/console.c, objects/dib.c, objects/enhmetafile.c:
18911 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18912 Fixes a few of the many compiler warnings.
18914 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
18915 Emulate "mov cr4,eax" (tombraider 3 demo).
18917 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18918 Do not enumerate D3D devices we can't handle anyway.
18919 Return bitmasks for hi/truecolor depths in EnumDisplayModes.
18921 * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
18922 Marcus Meissner <marcus@jet.franken.de>
18923 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
18924 just once at creation time.
18926 * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
18927 Pavel Roskin <pavel_roskin@geocities.com>
18928 Added stubs for CoRevokeClassObject and OleSetClipboard.
18930 * windows/win.c: Per Ångström <pang@mind.nu>
18931 EnumTaskWindows16: Basing the selection on a window's task is not only
18932 more straightforward than comparing message queues, it also works
18933 better for Win32 applications.
18935 * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18936 Changed some of the message classes.
18938 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
18939 Special case handling of : Shift + arrow, shift + home, ...
18940 X returns a char for it, but Windows doesn't. Ignore X char.
18941 Also added some documentation.
18943 * include/winsock.h, misc/winsock.c:
18944 Stephen Langasek <vorlon@dodds.net>
18945 Bugfixes for IPX code and preliminary groundwork for other address
18948 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
18949 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
18950 lookup (Registry is case insensitive).
18952 * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
18953 Juergen Schmied <juergen.schmied@metronet.de>
18954 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
18955 StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
18956 RtlTimeToTimeFields.
18958 * include/windows.h, ole/ole2nls.c:
18959 Juergen Schmied <juergen.schmied@metronet.de>
18960 Stub for GetNumberFormat32W.
18962 * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
18965 * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
18966 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
18967 to be in nominative case.
18969 * windows/queue.c: Per Ångström <pang@mind.nu>
18970 Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
18971 an invalid size parameter.
18973 * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
18974 Added correct implementation of GetCaps, changed Play and Stop handling
18975 of positions indexes, suppressed warnings.
18977 * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
18978 Corrected bug in TRACE function.
18980 * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
18981 Lionel Ulmer <ulmer@directprovider.net>
18982 Corrected bug in DirectDrawSurface creation and handling for driver
18985 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
18986 Wine keyboard and mouse have now their own UIDs.
18988 * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18989 Fix allocation size in CreateDIBPatternBrush*.
18991 ----------------------------------------------------------------
18992 Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
18994 * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
18995 Fixed keystroke accelerators in dialogs which have controls containing
18996 other controls as child windows.
18998 * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
18999 Juergen Schmied <juergen.schmied@metronet.de>
19000 Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
19001 16->32 bit conversion.
19003 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19004 Prevent CreateDIBSection from seg faulting when one dimension of
19007 * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
19008 Stephen Langasek <vorlon@dodds.net>
19009 Support for IPX networking via winsock under Linux.
19011 * relay32/gdi32.spec, graphics/painting.c:
19012 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19013 Added a stub for StartDocA and EndDoc.
19015 * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
19016 James Sutherland <JamesSutherland@gmx.de>
19017 More complete implementation of the SetCtrlHandler() function (and the
19018 related console functions).
19020 * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
19021 Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
19024 * graphics/vga.c, include/vga.h, msdos/ioports.c:
19025 Ove Kaaven <ovek@arcticnet.no>
19026 Simulate the VGA vertical refresh.
19028 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19029 Added support of source and destination rectangles in Blit function.
19031 * include/dinput.h, windows/dinput.c:
19032 Lionel Ulmer <ulmer@directprovider.net>
19033 Added device type constants and used them in device enumeration
19036 * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19037 API documentation says that RegEnumKeyEx, RegEnumValue and
19038 RegQueryInfoKey takes the size of the buffers as characters.
19040 * ole/compobj.c: Added missing #include "config.h"
19042 * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
19043 Justin Bradford <justin@ukans.edu>
19044 Replaces CoCreateGuid stub with an implementation of DCE's UUID
19045 specification. Also removes some unnecessary code from StringFromCLSID.
19047 * include/commctrl.h, include/winbase.h, include/wintypes.h:
19048 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19049 Added an extern "C" safeguard.
19051 * include/commdlg.h, include/windows.h, windows/input.c:
19052 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19053 - adds GetExitCodeProcess
19054 - corrects the return-type of GetKeyState
19055 - corrects the winelib definition of IsDialogMessage
19056 - adds winelib definitions for PrintDlg
19058 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
19059 ExtSelectClipRgn fix: RGN_DIFF did not work.
19061 * objects/cursoricon.c, windows/event.c, windows/message.c:
19062 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19063 Adapted to new input event handling.
19065 * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
19066 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19067 USER-side part of input event handling: contains implementation of
19068 keybd_event and mouse_event, and USER-related code removed from
19069 windows/event.c and windows/keyboard.c.
19071 * windows/display.c:
19072 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19073 Stubs for DISPLAY.DRV removed from keyboard.c.
19075 * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
19076 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19077 Implementation of MOUSE.DRV (contains some code taken from
19080 * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
19081 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19082 Implementation of KEYBOARD.DRV (code mostly taken from previous
19083 windows/keyboard.c).
19085 * loader/main.c, loader/task.c, miscemu/main.c:
19086 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19087 Bugfix: really *do* switch to the initial task's stack.
19088 CallLargeStack mechanism re-enabled.
19090 * include/debug.h, include/debugdefs.h:
19091 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19092 New Files. Added 'date and time picker' and 'month calendar' control
19093 dummies. They are used by Outlook Express.
19095 * ole/ole2.c, relay32/ole32.spec:
19096 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19097 Added stub for CreateBindCtx() and added missing CoGetClassObject()
19098 to *.spec file. Makes Internet Explorer 4.01 happy ;-)
19100 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19101 Little improvement.
19103 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19104 Added preliminary hit testing. Makes regedit.exe happy ;-)
19106 * documentation/common_controls, dlls/comctl32/imagelist.c:
19107 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19108 Improved documentation and fixed typos.
19110 * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
19111 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19112 Added DrawStatusText32AW() and CreateStatusWindow32AW().
19114 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19115 Improved display and layout code.
19117 * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
19118 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19119 New Files. Added 'date and time picker' and 'month calendar' control
19120 dummies. They are used by Outlook Express.
19122 Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
19124 * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
19125 Charles Suprin <csuprin@lynx.dac.neu.edu>
19126 Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
19128 * graphics/x11drv/graphics.c:
19129 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19130 Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
19131 which it did if either ellipse dimension was zero.
19133 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19134 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
19137 * relay32/mpr.spec, misc/network.c:
19138 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19139 Added stub WNetEnumCachedPasswords.
19141 * msdos/int21.c, msdos/int25.c:
19142 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19143 Made this file DOSMOD friendly.
19145 * loader/ne/segment.c, loader/pe_image.c:
19146 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19147 Unified "No implementation for..." warnings.
19149 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
19150 monodebg.vxd used by some Origin programs implemented.
19152 * objects/bitmap.c:
19153 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19154 Fail if less then one entire line requested in GetBitmapBits32.
19156 * windows/winproc.c: Rein Klazes <rklazes@casema.net>
19157 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
19159 * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
19160 John Richardson <jrichard@zealand.mv.com>
19161 Implementation of CoLoadLibrary, CoFreeAllLibraries,
19162 CoFreeUnusedLibraries, CoFreeLibrary.
19163 Fixed misspelling of CoUninitialize.
19165 * programs/clock/ChangeLog, programs/clock/main.c:
19166 Robert Pouliot <krynos@clic.net>
19167 Fixes for other languages.
19169 Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
19171 * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
19172 Fix wide character functions to return character count in character
19173 quantities not byte quantities. Make RegQueryInfoKey and
19174 RegQueryInfoKey behave correctly in win95 mode.
19176 * include/dinput.h, windows/dinput.c:
19177 Lionel Ulmer <ulmer@directprovider.net>
19178 Changed mouse button mapping and check size of return buffer.
19180 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
19181 ExtSelectClipRgn() with RGN_COPY copies the wrong region.
19183 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19184 Fixed an error in the implementation of FILE_ShareDeny.
19186 * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
19187 Marcus Meissner <marcus@jet.franken.de>
19188 Solaris redefines ERR and CS, fixed occurances.
19189 Solaris has TRAPNO in its sigcontext, added to sig_context.h
19191 * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
19192 Eric Pouech <Eric.Pouech@wanadoo.fr>
19193 Made mmioSetBuffer callable from 16 and 32 bit code.
19195 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
19196 Fixed wrong arg type.
19198 * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
19199 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19200 Moved X11 DIB stuff to x11drv.
19202 * win32/code_page.c:
19203 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19204 The API for WideCharToMultiByte says that the src-string has only to be
19205 treated as NULL-terminated if srclen is -1.
19207 * include/win.h, windows/event.c, windows/win.c:
19208 Ove Kaaven <ovek@arcticnet.no>
19209 Made sure ConfigureNotify is processed before Expose, deferring the
19210 Expose event if necessary, thus working around a WM flaw with virtual
19211 desktop scrolling in -managed mode.
19213 * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
19214 Translated in French (not so good anyhow) message for the mark on
19217 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
19218 Changed the default from 0 to 0x409 (eng-us).
19220 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
19221 Two missing WINAPIs.
19223 * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
19224 Fixed one wrong parameter.
19226 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
19227 Fixed --disable-lib.
19229 Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
19231 * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
19232 Constants for controls in common dialogs.
19234 Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
19236 * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
19237 Fixed some compiler warnings.
19239 Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
19241 * windows/message.c, windows/nonclient.c, windows/painting.c, windows/winhelp.c, windows/winpos.c, misc/commdlg.c, misc/shell.c, misc/winsock.c, miscemu/instr.c, multimedia/audio.c, multimedia/joystick.c, objects/bitmap.c, objects/clipping.c, objects/color.c, objects/cursoricon.c, objects/dib.c, tools/wrc/dumpres.c, tools/wrc/parser.l, windows/clipboard.c, windows/mdi.c, files/file.c, graphics/x11drv/xfont.c, memory/heap.c:
19242 Jesper Skov <jskov@cygnus.co.uk>
19243 egcs 'ambiguous else' warnings fixes.
19245 * include/toolhelp.h, include/windows.h, scheduler/process.c:
19246 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19247 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
19248 definition to toolhelp.h.
19250 * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
19251 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19252 Run Winelib applications as 32-bit processes in the initial task.
19253 Simplified/removed several special 'if (__winelib)' cases in
19254 Wine main code obsoleted by that change.
19256 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19257 Call mouse driver callback also if windows are not registered with X
19258 (if using native USER.EXE).
19260 * memory/atom.c, include/atom.h:
19261 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19262 Adapted to separation between KERNEL and USER.
19264 * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
19265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19266 Implemented new Wine startup sequence, separating startup into
19267 KERNEL/USER/GDI related parts, allowing native replacement.
19268 Implemented initial 'kernel' task.
19270 * include/ole.h, include/winerror.h, ole/compobj.c:
19271 John Richardson <jrichard@zealand.mv.com>
19272 Implementation of InprocServer32 CoGetClassObject.
19274 * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
19275 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19278 * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
19280 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, windows/win.c, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/init.c, include/config.h.in, include/win.h, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, include/acconfig.h:
19281 Patrik Stridvall <ps@leissner.se>
19282 Started moving some X11 window management code to windows/x11drv.
19284 * if1632/user.spec, windows/dialog.c, windows/winproc.c:
19285 Ove Kaaven <ovek@arcticnet.no>
19286 Fixed IsDialogMessage16.
19288 * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
19289 Tell people to ignore the 'gets' warning. Some will listen.
19291 * graphics/x11drv/bitmap.c, windows/graphics.c:
19292 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19293 A couple of small fixes to my bitmap patch.
19295 * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
19296 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19297 Allow the user to put a mark in the debug log by adding a item in the
19298 SYSMENU. The messages needs implementation in all other languages than
19299 English and German.
19301 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19302 Give tempfile a different name even if they are created in the same
19303 second. Removed some fixmes from the ShareDeny stuff.
19305 * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
19306 Rein Klazes <rklazes@casema.net>
19307 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
19308 extended style is specified. Also implemented CreateMDIWindow32A()
19309 call - single thread only -.
19311 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
19312 Erred in the bit macros in treeview.c. Shiftcounts were wrong.
19314 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19315 Detection of the end of imports with Characteristics 0 fail for Borland
19316 programs (which seem to have always characteristics 0). Changed to algorithm
19317 to something a bit more intelligent.
19319 * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
19320 Added CoFreeLibrary stub.
19322 * README: Updated FAQ location.
19324 * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19325 Implement SEGPTR conversion for STARTDOC in Escape32().
19327 * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19328 Bugfix: SetDCState did not reset clipping region to empty.
19330 * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
19331 Fixed small off by one error in GetComputerName32W, always killed the
19332 last character of a hostname.
19334 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
19335 Don't HeapFree() colormap if we didn't allocate one.
19337 * win32/advapi.c, windows/message.c, windows/user.c, dlls/shell32/shellord.c, include/wintypes.h, misc/crtdll.c, misc/printdrv.c, relay32/advapi32.spec, relay32/crtdll.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/user32.spec, relay32/winspool.spec:
19338 Marcus Meissner <marcus@jet.franken.de>
19339 Added stubs for user32,advapi32 functions.
19341 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
19342 Marcus Meissner <marcus@jet.franken.de>
19343 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
19345 * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
19346 Changed many WARN()s related to internal Wine memory failures to
19349 * if1632/kernel.spec, scheduler/process.c:
19350 Andreas Mohr <a.mohr@mailto.de>
19351 Added .spec entry for KERNEL.RegisterServiceProcess.
19353 * if1632/display.spec, windows/keyboard.c:
19354 Andreas Mohr <a.mohr@mailto.de>
19355 Added stub for CheckCursor().
19357 * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
19358 Fix for non-modal dialog closing.
19360 * windows/dinput.c: David Faure <faure@kde.org>
19361 Rewrote the two routines using the vkey->scancode array to use
19362 keyc2vkey for each keycode, instead. Not tested.
19363 Removed unused IDirectInputDeviceA_GetDeviceState.
19364 Fixed warning in TRACE() call.
19366 * windows/keyboard.c: David Faure <faure@kde.org>
19367 Deleted the vkey->sancode array, because QWERTY specific.
19368 Back to using the X keycode instead as the scancode. Tested.
19370 * graphics/psdrv/init.c:
19371 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19372 Print a message if the PostScript driver can't find a PPD file.
19374 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
19375 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
19376 (DOS apps/games using this mode comes up now, although you can't
19377 really do anything with them (yet?).)
19379 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
19380 Use macro V86_FLAG.
19382 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
19383 Set default video mode to 3 (80x25 color).
19385 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
19386 Ignores a couple of signals.
19388 * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
19389 Ove Kaaven <ovek@arcticnet.no>
19390 Moved VGA-emulating DirectX code from dispdib.c to a separate
19391 file. Made it use a system timer and trap I/O accesses to the VGA
19392 DAC registers to accommodate DisplayDib-using programs that try to
19393 access the VGA hardware directly.
19395 * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
19396 Ove Kaaven <ovek@arcticnet.no>
19397 Indirection for INSTR_EmulateInstruction for use by DOS code.
19398 Added support for a 55Hz system timer, letting DOS apps calibrate
19399 their delay loops and such. Calls INSTR_EmulateInstruction for
19400 instruction emulation (principally I/O port access). Added macro
19403 Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
19405 * windows/dinput.c, multimedia/dsound.c:
19406 Marcus Meissner <marcus@jet.franken.de>
19409 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
19410 Removed the FIXME() and moved SetLastError(0) to the end (so that
19411 GetTempFileName et.al. can't overwrite it).
19413 * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
19414 Marcus Meissner <marcus@jet.franken.de>
19415 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
19418 * windows/mdi.c: Rein Klazes <rklazes@casema.net>
19419 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
19420 style, should not be shown at creation nor activated unless the
19421 WS_VISIBLE flag is set.
19423 * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
19424 Bugfix for fixup_imports: Enable checking for terminating import
19425 struct with Characteristics bitfield set to 0.
19427 * windows/win.c: Rein Klazes <rklazes@casema.net>
19428 Delay linking newly created window in linked list until after the
19429 WM_NCCREATE message.
19431 * files/file.c: Rein Klazes <rklazes@casema.net>
19432 Small bug in FILE_InUse does not do a release on every acquired file
19435 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
19436 lpszName of NULL is handled (removes some warnings).
19438 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
19439 Now allows specification of a start directory on the cmdline.
19441 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
19442 Gets rid of the arch-dependent bit operations (tested on Linux and
19445 Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
19447 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
19448 A dest buffer was printed out as string.
19450 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
19451 Corrected 2 wrong definitions.
19453 * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
19454 Patrick Spinler <spinler.patrick@mayo.edu>
19455 Added stubs for Process32First/Process32Next.
19457 * include/x11drv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/palette.c, objects/region.c, graphics/escape.c, graphics/metafiledrv/graphics.c, graphics/painting.c, graphics/path.c, graphics/psdrv/graphics.c, graphics/win16drv/graphics.c, graphics/x11drv/graphics.c, include/debugger.h, include/gdi.h, include/metafiledrv.h, include/psdrv.h, include/win16drv.h, include/windows.h, include/wintypes.h, debugger/dbg.y, debugger/msc.c, debugger/stabs.c, debugger/types.c:
19458 François Gouget <gouget@metaintegration.net>
19459 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
19460 headers prototypes.
19462 * graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/brush.c, objects/dib.c, objects/oembitmap.c, windows/graphics.c, graphics/metafiledrv/init.c:
19463 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19464 Added pBitmapBits and pCreateBitmap to the GDI function table and
19465 moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
19467 * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
19468 Juergen Schmied <juergen.schmied@metronet.de>
19469 New SHGetSimpleIDListFromPath32AW.
19470 Unicode-safe: PathFindFilename32AW.
19472 * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
19473 IExtractIcon had an extra c in a struct definition.
19475 * relay32/dplay.spec:
19476 John Richardson <jrichard@zealand.mv.spamless.com>
19477 Added entry for DirectPlayEnumerate.
19479 * ole/nls/sky.nls, ole/ole2nls.c:
19480 Juergen Schmied <juergen.schmied@metronet.de>
19481 Added Slovak nls-resources.
19483 * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19484 Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
19485 CreateRoundRectRgn.
19487 Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
19489 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
19490 EnumDisplayModes* returns a static list of modes with all depths
19491 (helps hexen2demo), ChangeDisplaySettings returns true all the time.
19493 * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
19494 Marcus Meissner <marcus@jet.franken.de>
19495 Stub for midiOpenStream (helps hexen2demo).
19497 * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
19498 Robert Pouliot <krynos@clic.net>
19499 Small patch for better French support.
19501 * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19502 Bugfix: memory overwrite bug.
19504 Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
19506 * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
19507 32-bit clipboard support.
19509 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19510 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
19513 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
19514 Fixed a minor problem with the menus for mdi child windows.
19516 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19517 Removed no longer necessary commented out code, destroy old window
19518 when SetDisplayMode is called again, EnumDisplayModes now returns
19519 all possible modes (using a static list).
19521 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
19522 Anon shared mapping fixed for file sharing.
19524 ----------------------------------------------------------------
19525 Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
19527 * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
19528 Fixes for LANG_NEUTRAL.
19531 Added some padding to the PDB for ill-behaving apps (problem reported
19534 * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
19535 Jonathan Buzzard <jab@hex.prestel.co.uk>
19536 Added a new debugging channel io to allow read/writes on a port to be
19539 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
19540 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
19541 ignored. 0x00 is used for generated key events only.
19543 * windows/message.c, windows/queue.c:
19544 Douglas Ridgway <ridgway@winehq.com>
19545 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
19546 GetMessagePos, GetMessageTime.
19548 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
19549 Delete the filename for the mapping instantly.
19551 * dlls/shell32/shellord.c, relay32/shell32.spec:
19552 Michael Poole <poole@graviton.res.cmu.edu>
19553 Stub for SHSimpleIDListFromPath.
19555 * loader/task.c: Fixed bug in SwitchStackTo.
19557 Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
19559 * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
19560 Check if scrollbar and parent are visible before redraw.
19562 * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
19563 Kai Morich <kai.morich@darmstadt.netsurf.de>
19564 Added Drag*32 functions.
19566 * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
19567 Added Drag&Drop from KDE app to 16/32 bit Windoze app.
19569 * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
19570 Added FIXME message in PostMessage32x if parameters are truncated
19571 when calling PostMessage16.
19573 * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
19574 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19575 Added support for global handles, implemented ConvertToGlobalHandle.
19576 Allocate startup data and 16-bit stack for initial process.
19578 * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
19581 * programs/progman/.cvsignore, programs/progman/Es.rc, programs/progman/Makefile.in, programs/winhelp/.cvsignore, programs/winhelp/Es.rc, programs/winhelp/Makefile.in, programs/clock/.cvsignore, programs/clock/Es.rc, programs/clock/Makefile.in, programs/notepad/.cvsignore, programs/notepad/Es.rc, programs/notepad/Makefile.in:
19582 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19583 Added Spanish resources.
19585 * ole/nls/euq.nls, resources/sysres_Es.rc:
19586 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19589 * relay32/kernel32.spec, scheduler/process.c:
19590 Marcus Meissner <marcus@jet.franken.de>
19591 LoadLibraryExW spec added (function was there).
19592 SetProcessPriorityBoost stub added.
19594 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
19595 Compile fix for Solaris.
19597 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
19598 Ove Kaaven <ovek@arcticnet.no>
19599 Implemented DisplayDib.
19601 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
19602 Hack to support integer ids in all static controls.
19604 * include/dinput.h, windows/dinput.c:
19605 Lionel Ulmer <ulmer@directprovider.net>
19606 Beginning of mouse support in DirectInput (only "standard" mouse
19607 configuration supported for now).
19609 * include/*.h, dlls/comctl32/*.c:
19610 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19611 Added xxx_Unregister() functions to all common controls.
19613 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
19614 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19615 Some minor improvements and fixes.
19617 * dlls/comctl32/rebar.c, include/rebar.h:
19618 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19619 Improved the rebar control.
19621 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19622 Added support for transparent and tracking tooltips.
19624 * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19625 Fixed a popup menu selection bug.
19627 * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19628 Fixed DrawCaption16() and DrawCaptionTemp16().
19630 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
19633 * graphics/psdrv/Makefile.in, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/gdi.h, include/psdrv.h, objects/dib.c:
19634 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19635 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
19636 SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
19639 * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
19640 Joseph Pranevich <knight@baltimore.wwaves.com>
19641 Added support for int17 and int19.
19643 * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
19644 Stubs for dos mode reboot interrupt.
19646 * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
19647 Some printer stubs for DOS added.
19649 * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
19650 More stubs added. These changes are only partially mine, I just made
19653 * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
19654 Added some traces and cleaned up a couple of things.
19656 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h, include/shlobj.h, memory/string.c, ole/ole2nls.c, relay32/shell32.spec, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c:
19657 Juergen Schmied <juergen.schmied@metronet.de>
19658 Changed some string-shell32 functions to 32AW, parameter are
19659 os depending 32A or 32W (-winver nt351 or nt40), some new functions.
19660 Some fixes in ole2nls.
19661 New OLE2NLS_CheckLocale() to handle Locale_User_Default and
19662 Locale_System_Default.
19663 Shell32 now dynamicly links to DPA_*(), comdlg32 works again
19664 (comctl32 heap alloc patch broke it).
19666 * include/winversion.h, misc/version.c:
19667 Juergen Schmied <juergen.schmied@metronet.de>
19668 Added VERSION_IsOsUnicode().
19670 * scheduler/handle.c:
19671 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19672 More off-by-one errors fixed.
19674 * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
19675 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19676 File sharing fixes.
19678 Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
19680 * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
19683 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
19684 Fixed DOS environment passing.
19686 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
19687 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
19689 * include/font.h, objects/font.c, objects/gdiobj.c:
19690 Juergen Schmied <juergen.schmied@metronet.de>
19691 New FONT_GetObject32W(), GetObject32W().
19693 * relay32/user32.spec, win32/ordinals.c, windows/user.c:
19694 Juergen Schmied <juergen.schmied@metronet.de>
19695 New stub RegisterTaskList.
19696 New function EnumDisplaySettings32W().
19698 * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
19699 More parameter checking in RltCopySid.
19701 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
19702 More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
19704 * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
19705 Ove Kaaven <ovek@arcticnet.no>
19706 Added new dll avifil32.dll.
19708 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
19709 Ove Kaaven <ovek@arcticnet.no>
19710 First shot at DPMI realmode calls.
19713 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19714 Fixed several bugs with DLL initialization.
19716 Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
19718 * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
19719 Added ordinal for two syslevel functions.
19721 * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
19722 Another missing WINAPI.
19724 * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
19725 Small corrections in mmio declarations.
19727 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19728 Take virtual sizes in account for the total vma size.
19730 * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
19731 Add some more NLS definitions for the Romanian language.
19733 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
19734 Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
19735 to work. 'Adjust' caps flags accordingly.
19737 * ole/compobj.c, relay32/ole32.spec:
19738 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
19739 Stub for CoCreateGuid().
19741 * dlls/comctl32/treeview.c, multimedia/mcicda.c:
19742 Brian Litzinger <brian@litzinger.com>
19745 * libtest/.cvsignore, libtest/Makefile.in:
19746 Petter Reinholdtsen <pere@minerva.cc.uit.no>
19747 Make sure hello3res.h is generated even if 'make depend' never has
19750 * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
19751 Fixed moving and sizing of child windows.
19753 * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
19754 Marcus Meissner <marcus@jet.franken.de>
19755 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
19757 Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
19759 * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
19760 Ove Kaaven <ovek@arcticnet.no>
19761 Added indirection for ctx_debug to the DOS loader, so Winelib works
19764 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
19765 Support anon shared mappings using temporary files (wont be deleted
19768 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
19769 Was freeing the incorrect pointers -> crash in mallocs/frees.
19771 * files/dos_fs.c, relay32/kernel32.spec:
19772 Marcus Meissner <marcus@jet.franken.de>
19773 DefineDosDevice stub added.
19775 * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
19776 Added a default program option in wine.conf in section [programs] key
19779 * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
19780 Better fix for this_is_a_syntax_error.
19783 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19784 Added the entries for LOCALE_SISO639LANGNAME and
19785 LOCALE_SISO3166CTRYNAME.
19787 * documentation/wine.man: James Juran <jrj120@psu.edu>
19790 * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
19791 Fixed wrong ordinals.
19793 * objects/region.c: NF Stevens <norman@arcady.u-net.com>
19794 Fixed a bug in RectInRegion.
19796 Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
19798 * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
19799 Removed an incorrect error message.
19801 * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
19802 Make sure the access functions are always used to get label and serial
19805 Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
19807 * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
19808 Fixed bug on platforms were buffers returned by getenv() shall not be
19809 free()'ed. Added French (default) in locale handling.
19811 * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
19812 Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
19813 compile-time error message make more sense.
19815 * scheduler/handle.c:
19816 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19817 Fixed off by one error in HANDLE_GetObjPtr.
19819 ----------------------------------------------------------------
19820 Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
19822 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19823 Try to implement the OF_SHARE_XXX options.
19824 Move the mode translations to functions.
19826 * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
19827 Matthew Becker <mbecker@glasscity.net>
19828 Documentation updates.
19830 * ole/compobj.c, relay32/ole32.spec:
19831 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19832 Added stub for CoSetState32.
19834 * miscemu/main.c: Chad Powell <pxpx@usa.net>
19835 Added ability to read a startup program from wine.ini file.
19836 Put it in section [programs] key Startup.
19838 * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
19839 Alex Priem <alexp@sci.kun.nl>
19840 Further improvements.
19842 * include/cursoricon.h, objects/cursoricon.c:
19843 Turchanov Sergey <turchanov@usa.net>
19844 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
19845 drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
19847 * include/bitmap.h, objects/bitmap.c:
19848 Turchanov Sergey <turchanov@usa.net>
19849 Fixed LoadImage to support almost all LR_ flags.
19851 * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
19852 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
19853 COLOREFs had red part zeroed) that made plenty of cyan colors, minor
19854 bug fixes, changes to support LR_ flags.
19856 * include/global.h, memory/virtual.c:
19857 Turchanov Sergey <turchanov@usa.net>
19858 Added VIRTUAL_MapFileW to map file to memory in one function call.
19860 * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
19861 Turchanov Sergey <turchanov@usa.net>
19862 Moved Multimonitor API declarations to windows.h.
19864 * if1632/user.spec, include/driver.h, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mmsystem.c, relay32/winmm.spec, windows/driver.c:
19865 Turchanov Sergey <turchanov@usa.net>
19866 Implemented DefDriverProc32 from winmm.dll.
19868 * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
19869 Alex Korobka <korobka@ams.sunysb.edu>
19870 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
19873 * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
19874 Juergen Schmied <juergen.schmied@metronet.de>
19875 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
19876 buffer only when necessary.
19877 Updated deu.nls and some LCTYPES in winnls.h.
19879 * if1632/relay.c: Rein Klazes <rklazes@casema.net>
19880 CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
19883 Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
19885 * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
19886 Reduced huge (1GB) heap creation that caused Starcraft to fail.
19888 * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
19889 Patrik Stridvall <ps@leissner.se>
19890 Compile fix for Solaris.
19892 * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
19893 Compile fix for non OSS systems.
19895 * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
19896 Compile fix for non XF86-DGA systems.
19898 * libtest/Makefile.in, libtest/volinfo.c:
19899 Petter Reinholdtsen <pere@td.org.uit.no>
19900 New file to test DRIVE_GetLabel.
19902 * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
19903 Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
19904 32bit cdaudio bit support before it can be removed...
19906 * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
19907 Added a bunch of stubs for ddraw suface routines. All stubs for
19908 surface present now.
19909 Commented out message pump calls. I don't see a reason for them being
19910 there. Everything works fine with -desktop and -managed still has
19911 problems. Disagreements?
19913 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
19914 Fixed GetLocaleInfo32A for other languages than en_uk.
19915 Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
19916 last but not least the first argument lcid where is all about...
19918 * include/syslevel.h, misc/registry.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/mmsystem.c, multimedia/time.c, windows/caret.c, dlls/msacm32/builtin.c:
19919 Marcus Meissner <marcus@jet.franken.de>
19920 Fixed some more missing WINAPIs (hopefully correct).
19922 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
19923 Fixed the = -> == bug.
19925 * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
19926 Shell parameters (config.sys) and ANSI support stubs.
19928 * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
19929 Added int16.c and int29.c.
19931 * include/miscemu.h, msdos/interrupts.c:
19932 Joseph Pranevich <knight@baltimore.wwaves.com>
19933 More interrupts that can be done from DOS mode.
19935 * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
19936 Added int29 (Fast Write to Screen) support.
19938 * msdos/int16.c, include/debug.h, include/debugdefs.h:
19939 Joseph Pranevich <knight@baltimore.wwaves.com>
19940 Added int16 (Keyboard) support, mostly stubs.
19942 Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
19944 * relay32/shell32.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlobj.h:
19945 Juergen Schmied <juergen.schmied@metronet.de>
19946 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
19947 SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
19948 SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
19949 SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
19950 SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
19952 * misc/ntdll.c, relay32/ntdll.spec:
19953 Dietmar Kling <dietmar.kling@usa.net>
19954 Added undocumented function RtlOpenCurrentUser.
19956 * objects/cursoricon.c, misc/shell.c, misc/ver.c, misc/version.c, loader/elf.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, include/neexe.h, include/pe_image.h, include/peexe.h, debugger/dbgmain.c, debugger/msc.c:
19957 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19958 Renamed all LPIMAGE_* types to PIMAGE_*.
19960 Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
19962 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
19963 Fixed an error when an owned window activates its owner during
19966 * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
19967 Closing a dialog using the menu bar ("x" or "-" button or windows
19968 menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
19969 normal windows when DestroyWindow() is called.
19971 * dlls/shell32/pidl.c:
19972 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
19973 Added missing WINAPIs.
19975 * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
19976 Juergen Schmied <juergen.schmied@metronet.de>
19977 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
19978 RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
19979 GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
19982 * relay32/ntdll.spec, misc/ntdll.c:
19983 Juergen Schmied <juergen.schmied@metronet.de>
19984 New stubs NtQueryInformationThread, NtQueryInformationToken,
19985 RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
19987 * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
19988 Fixed PlaySound to start its thread the right way.
19990 Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
19992 * controls/combo.c, controls/listbox.c:
19993 Alex Korobka <korobka@ams.sunysb.edu>
19994 CB_SETCURSEL and some other fixes.
19996 * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
19997 Better QUEUE_FlushMessages().
19999 * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
20000 Moshe Vainer <moshev@easybase.com>
20001 Partial implementation of GetOutlineTextMetrics32A.
20002 Added structures for OUTLINETEXTMETRICS.
20004 * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
20005 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20006 Do not clip source rectangle even by visible region for bitblts.
20007 Added field 'totalExtent' to WIN_DC_INFO.
20009 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20010 Added stub for VMM PM API AH=026[de] (never say 'safe mode').
20012 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20013 Bugfix: Local32Free caused free handles list corruption.
20015 * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
20016 Fixed --disable-debug config option.
20018 Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
20020 * relay32/shell32.spec, dlls/shell32/shellord.c:
20021 Petter Reinholdtsen <pere@td.org.uit.no>
20022 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
20023 and FileIconInit() needed by Win95 explorer.
20025 Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
20027 * windows/dialog.c, controls/button.c, controls/menu.c:
20028 Norman Stevens <norman@arcady.u-net.com>
20029 Improving keyboard handling, including accelerator keys in dialog
20030 boxes. Also fixes enter key in Agent32 edit box.
20032 Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
20034 * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
20035 Added support in file dialog boxes handling for filters like
20038 * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
20039 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20040 Implemented new PE DLL initalization code, trying to call the
20041 DllEntryPoint routines always in correct order :-)
20042 Bypass snooping when getting data buffer addresses (thunk buffers,
20043 __GP handlers) and for 32-bit routines directly called from 16-bit
20044 (due to stack address size problems).
20046 * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
20047 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20048 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
20049 Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
20051 * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
20052 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20053 Implemented (partially) the KERNEL Thunklet API and Callback Client
20054 API (KERNEL.560-568,604-612,619-622).
20055 Added stubs for K228, K237, KERNEL.365, KERNEL.447.
20057 * objects/bitmap.c, if1632/gdi.spec:
20058 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20059 Stubs for CreateUser(Discardable)Bitmap16.
20061 * memory/heap.c, include/winnt.h:
20062 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20063 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
20065 * memory/global.c, include/windows.h:
20066 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20067 GlobalFix16 is supposed to return selector to the memory area.
20069 * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
20070 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20071 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
20073 * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
20074 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20075 Use emergency TEB selector to avoid debugger crashes when stepping
20076 through relay stubs (or when FS is invalid otherwise).
20078 * windows/event.c, windows/keyboard.c:
20079 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20080 MOUSE.DRV routines moved to event.c. Call mouse event procedure.
20082 * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
20083 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20084 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
20085 coordinates relative to the device, not the DC origin. This is
20086 necessary to correctly implement GetClipRgn16 and InquireVisRgn.
20087 SelectVisRgn also expects region in device-relative coordinates.
20088 Adapted the rest of Wine to this coordinate change.
20089 Implemented ExtSelectClipRgn.
20091 * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
20092 Andreas Mohr <100.30936@germany.net>
20095 * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
20096 Andreas Mohr <100.30936@germany.net>
20097 Yet another small self-loader fix.
20099 * files/drive.c: Andreas Mohr <100.30936@germany.net>
20100 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
20101 correctly due to current drive being set too late.
20103 * Make.rules.in: Patrik Stridvall <ps@leissner.se>
20104 Use $(AS) instead of $(CC) to compile .s files.
20106 * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
20107 Patrik Stridvall <ps@leissner.se>
20108 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
20110 * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
20111 Patrik Stridvall <ps@leissner.se>
20112 Started the implementation of IMAGEHLP.DLL.
20114 * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
20115 Patrik Stridvall <ps@leissner.se>
20116 Started the implementation of MSACM.DLL and MSACM32.DLL.
20118 * win32/device.c: Patrik Stridvall <ps@leissner.se>
20119 Removed things that were earlier added by mistake.
20121 * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
20122 The implementation of mmioWrite is now called instead of the stub.
20124 * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
20125 Juergen Schmied <juergen.schmied@metronet.de>
20126 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
20128 * relay32/shell32.spec, dlls/shell32/shell32_main.c:
20129 Juergen Schmied <juergen.schmied@metronet.de>
20130 New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
20131 Implemented: SHGetPathFromIDList32W.
20132 Changed PathCombine.
20134 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
20135 New structures DVASPECT, TYMED, IDLList.
20136 Shell specific clipboard formats.
20138 * relay32/winspool.spec, misc/printdrv.c:
20139 Juergen Schmied <juergen.schmied@metronet.de>
20140 Stub EnumPrintersW.
20142 * dlls/shell32/dataobject.c:
20143 Juergen Schmied <juergen.schmied@metronet.de>
20144 Implemented first functions.
20146 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
20147 Juergen Schmied <juergen.schmied@metronet.de>
20148 New class IDLList "Item ID List List" (internal).
20150 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
20151 Small changes (uses HIWORD/LOWORD).
20153 * windows/dialog.c, relay32/user32.spec:
20154 Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
20155 Stub CreateDialogIndirectParamAorW.
20157 * Makefile.in, configure, configure.in:
20158 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
20159 Don't install object files when --disable-lib is selected.
20161 * debugger/hash.c, debugger/msc.c:
20162 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
20163 Don't print name for 32 bit lib multiple times.
20164 Clean up printing in DEBUG_ProcessDeferredDebug.
20166 * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
20167 David Luyer <luyer@ucs.uwa.edu.au>
20170 * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
20171 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
20173 * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
20174 Matthew Becker <mbecker@glasscity.net>
20175 Documentation corrections/standardizations.
20177 * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
20178 Eric Pouech <eric.pouech@lemel.fr>
20179 Started coding 32 bit MCI handling.
20180 Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
20181 Wrote MCI MIDI support.
20183 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
20184 Yet another improvement to the bezier code.
20186 * windows/message.c: Rein Klazes <rklazes@casema.net>
20187 GetTickCounts() has a granularity in windows of 25 msec's.
20188 Girotel's serial communication appears to depend on it, so I guess
20191 * misc/comm.c: Rein Klazes <rklazes@casema.net>
20192 Update the modemn status bit that indicates whether the RLSD line is
20193 active in every call to GetCommError(). This is not the proper place,
20194 but since wine doesn't do any event-stuff...
20195 Fixed some TRACE call's faced with non zero terminated strings.
20196 Restore the terminal state at CloseCommt to the state it was at
20197 OpenComm(), so the modem will go off-hook.
20199 * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
20200 GetModuleFileName32A() returns long filename if app sets osversion >=
20201 4.0. Also moved the long filename hackery to GetLongPathName32A() so
20202 it can be used by win32 programs.
20204 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
20205 GetLongPathName32A() returns dos format long filename instead of unix
20208 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20211 * relay32/shell32.spec, dlls/shell32/shellord.c:
20212 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20213 Added SHFlushClipboard.
20215 * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
20216 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20217 Fixed some undocumented functions.
20218 Changed algorithm in DPA_QuickSort().
20219 Fixed heap creation/destruction and control [un]registration in
20222 * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20225 * include/tooltips.h, dlls/comctl32/tooltips.c:
20226 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20227 Added tracking support and fixed loading of resource strings.
20228 Added unregister code.
20230 * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
20231 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20232 Added IPAddress and NativeFont controls.
20234 * include/imagelist.h, dlls/comctl32/imagelist.c:
20235 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20236 Some minor improvements.
20238 * include/toolbar.h, dlls/comctl32/toolbar.c:
20239 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20240 Improved drawing and placement code. Explorer style common dialogs are
20243 * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20244 Fixed bug in DrawIconEx32().
20246 * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20247 Improved GetSystemInformation32[A/W].
20249 * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
20250 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20251 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
20252 Fixed handling of WS_EX_TOOLWINDOW.
20254 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20257 * windows/event.c, windows/keyboard.c, include/keyboard.h:
20258 David Faure <faure@kde.org>
20259 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
20260 activated. Uses the new KEYBOARD_UpdateOneState.
20261 Fixed a problem with menu accelerators (Alt-letter generates a down
20262 arrow event which beeps if not filtered).
20263 Speeded up ToAscii16/32() a little bit.
20265 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
20266 Ove Kaaven <ovek@arcticnet.no>
20267 Made Wine's debugger work satisfactorily with DOS apps.
20268 Perhaps dereferencing work better for Win16 apps too now, but
20269 it appears the debugger core wasn't designed for segmentation.
20271 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20272 Simulates DPMI memory map by converting lower-MB segment base
20273 addresses as necessary. Implemented allocating/freeing DOS memory
20274 blocks. Added XMS hook. (DPMI remains disabled by default until
20275 someone implements the raw mode switch entry points pkunzip needs.)
20277 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
20278 I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
20279 can't keep working around flaws in it like this (now stdio
20280 was getting closed when programs close handles >=5)
20282 * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
20283 Ove Kaaven <ovek@arcticnet.no>
20284 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
20285 seems to work fine under Wine.
20287 * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
20288 Ove Kaaven <ovek@arcticnet.no>
20289 Moved some system dependencies to loader/dos/dosvm.c. Implemented
20290 environmental argv[0] passing to DOS apps. Added XMS hooks.
20292 * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
20293 Added a memset() to prevent a debugger segfault caused by
20294 uninitialized pointers in the stabs lookup tables.
20296 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20299 * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
20300 Added RtlAllocateAndInitializeSid entry.
20302 * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
20303 Marcus Meissner <marcus@jet.franken.de>
20304 Generic dynamic dll loader using dl*() API.
20305 Includes: stdcall->cdecl mapping ability, snooping.
20306 (Tested only with glide2x.dll -> libglide2x.so)
20308 * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
20309 Marcus Meissner <marcus@jet.franken.de>
20310 Added win32 enhanced functionality to timer callbacks.
20312 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20313 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
20314 does at least a bit of keyboard input.
20316 * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
20317 Should display again.
20319 Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
20321 * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
20322 Implemented DS_CENTER dialog style.
20324 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20325 Added function to build the Windows numeric language ID from language,
20326 code, charset and dialect strings, like used by Unix LANG variable.
20328 * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
20329 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20332 * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
20333 Fixed a lot of bugs in ddraw.c to make xlib support work.
20334 Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
20336 * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
20337 Added DC object type to the list of valid objects that can be deleted
20340 Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
20343 Starting new format changelog (older changes moved to
20344 documentation/ChangeLog.OLD).