1 ----------------------------------------------------------------
2 2000-08-01 Alexandre Julliard <julliard@winehq.com>
4 * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
5 Jeremy White <jwhite@codeweavers.com>
6 Added WM_TCARD and DWORDLONG.
8 * dlls/kernel/format_msg.c, tools/wmc/write.c:
9 Marcus Meissner <marcus@jet.franken.de>
10 PE_MESSAGE_HEADER.Length contains the header itself too.
12 * memory/virtual.c: Peter Ganten <peter@ganten.org>
13 Committing a page of a shared mapping in one process lets it appear
14 committed in other processes, too. To fake this, we commit them as
15 soon as they are mapped.
17 * include/winnt.h, memory/heap.c:
18 Peter Ganten <peter@ganten.org>
19 Moved Wine private heap creation flags to other values.
20 Return system heap when a shared heap is requested.
23 Only set COMSPEC if not defined already.
25 * dlls/commdlg/filedlg.c, include/wine/unicode.h:
26 Gerard Patel <g.patel@wanadoo.fr>
27 Changed the win31 style file dialog to 32 bits structures and
30 * dlls/comctl32/treeview.c: Serge Ivanov
32 Improved drawing of item text, added SHOWSELALWAYS capability.
34 * dlls/comctl32/listview.c:
35 Matthew Lake <MasterR_L@yahoo.com>
36 Fixed a segfault problem using the standard file open dialog box.
38 * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
39 Moved MulDiv() and VGA routines out of GDI.
41 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
42 Dave Pickles <davep@cyw.uklinux.net>
43 Added support for ERRORLEVEL.
44 Most errors reported via FormatMessage().
45 COPY command now works correctly if output specifier is a directory.
47 * dlls/comctl32/treeview.c:
48 Susan Farley <sfarley@codeweavers.com>
49 More consistent calculation of line height, scrolls a full item on
52 * dlls/comctl32/listview.c, include/listview.h:
53 Aric Stewart <aric@codeweavers.com>
54 Fixed a few bugs including one with setting extended styles and
56 Implemented the LVS_EX_FULLROWSELECT extended style.
57 Begin an implementation of virtual list views (LVS_OWNERDATA style
61 Marcus Meissner <marcus@jet.franken.de>
62 Removed unnecessary X11 includes from ddraw.h.
64 * loader/module.c: Peter Ganten <peter@ganten.org>
65 WinExec16 should not split quoted filenames with spaces.
67 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
68 Aric Stewart <aric@codeweavers.com>
69 Implemented InternetCheckConnectionA.
71 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
72 Fixed another non-Linux build failure.
74 * dlls/crtdll/crtdll.spec:
75 Marcus Meissner <marcus@jet.franken.de>
76 Fixed 2 forward entries.
78 * dlls/comctl32/status.c:
79 Marcus Meissner <marcus@jet.franken.de>
80 Removed some flicker by detecting if we set the same value again.
82 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
83 Change logic of listbox resizing for 16 bits apps for lists without
84 LBS_NOINTEGRALHEIGHT style.
86 * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
87 Fixed CreateDC to work properly when it is called with a device.
89 * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
90 Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
91 - Support whitespace around commands better, and support the @
93 - Enhance the set support to unset, display value error correctly
94 - Enhance the command line support for parms, and env var expansion
95 - Enhance the echo command to not loose whitespace, and display
96 output with % signs better
98 * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
99 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
100 Added an uninstaller for InstallShield, WISE etc.
102 * windows/x11drv/wnd.c:
103 Jean-Claude Batista <jcb@macadamian.com>
104 Provide position hints for window managers.
106 2000-07-31 Alexandre Julliard <julliard@winehq.com>
108 * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
109 Cleaned up some more USER dependencies.
111 * include/wingdi.h, include/winuser.h:
112 Moved system metrics definitions to winuser.h.
114 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
115 Tidyed up stack backtrace code a bit, and added a simple special
116 case for backtracing from a null EIP.
118 * files/file.c, server/file.c:
119 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
120 Fix for 64-bit negative seek value.
122 * include/module.h, msdos/int2f.c:
123 Ove Kaaven <ovek@arcticnet.no>
124 Removed DOS task fields from the NE_MODULE structure.
127 Skip quoted program name when building command line.
129 * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
130 DOS binary support has been restored.
132 * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
133 Moved toolhelp implementation into kernel32 dll.
135 * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
136 Backed out FindResource language patch.
138 * loader/dos/dosvm.c, msdos/int09.c:
139 Ove Kaaven <ovek@arcticnet.no>
140 Fixed a few problems.
142 * dlls/kernel/messages/winerr_enu.mc:
143 Dave Pickles <davep@cyw.uklinux.net>
144 Added text for all messages included in win95 and winNT.
146 * dlls/kernel/format_msg.c:
147 Marcus Meissner <marcus@jet.franken.de>
148 Added { } around stuff in ADD_TO_T macros.
150 * include/dosexe.h, loader/dos/module.c:
151 Ove Kaaven <ovek@arcticnet.no>
152 Convert DOS (MZ) binary loader to the new DOS process model.
154 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
155 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
156 assembly code a bit, and wrapped it in #ifdef __i386__.
158 2000-07-30 Alexandre Julliard <julliard@winehq.com>
160 * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
161 Cleaned up a few USER dependencies.
163 * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
164 Ove Kaaven <ovek@arcticnet.no>
165 Removed hModule parameter from MZ_AllocDPMITask(), and renamed
166 MZ_KillModule() to MZ_KillTask().
168 * configure, configure.in:
169 Create dll/kernel/messages directory.
171 * include/miscemu.h, msdos/dosmem.c:
172 Ove Kaaven <ovek@arcticnet.no>
173 Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
174 initialize DOS memory properly in the new process model. Made
175 DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
177 * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
178 Removed usage of obsolete pModule->lpDosTask.
180 2000-07-29 Alexandre Julliard <julliard@winehq.com>
182 * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
183 Removed some unnecessary inclusions of wingdi.h and winuser.h
185 * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, 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, include/ntddk.h, loader/module.c:
186 Removed a few external dependencies from ntdll.
188 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
189 Marcus Meissner <marcus@jet.franken.de>
190 Added CreateTypeLib,LHashValOfNameSys stubs.
191 Check for correct struct magic before reading out of it.
193 * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
194 Marcus Meissner <marcus@jet.franken.de>
195 Implemented SmoothScrollWindow.
197 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
198 Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
199 of pointers from global heap functions.
201 * dlls/kernel/format_msg.c:
202 Marcus Meissner <marcus@jet.franken.de>
203 Get rid of USER32 functions in KERNEL32.
205 * include/dosexe.h, loader/dos/dosvm.c:
206 Ove Kaaven <ovek@arcticnet.no>
207 Added support for the Win32 Console interface to the main DOSVM event
208 loop. Cleaned up event dispatching code a bit.
210 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
211 Make direct console input routines go through int16, rather than
212 reading directly from the console driver.
214 * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
215 Francois Gouget <fgouget@psn.net>
216 ole32 now requires linking with kernel32
217 shell32 now requires linking with kernel32 and shlwapi
219 * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
220 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
221 We always have strerror, so no need to ifdef HAVE_STRERROR.
224 Huw D M Davies <hdavies@codeweavers.com>
227 * configure, configure.in:
228 Lionel Ulmer <lionel.ulmer@free.fr>
229 Fix the GLEXT function prototype typedefs detection.
231 * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
232 Ove Kaaven <ovek@arcticnet.no>
233 Let Int09 routines remember a keystroke's ASCII code, if available.
235 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
236 Added some int33 function stubs.
238 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
239 Changed a few core int10 routines to use the BIOS data segment cursor
240 positions and the VGA routines, instead of directly accessing the
243 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
244 Marcus Meissner <marcus@jet.franken.de>
245 Implemented OleGetAutoConvert.
247 * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
248 Dmitry Timoshkov <dmitry@sloboda.ru>
249 FindResourceExA/W should search for the specified language resource only.
250 FindResourceA/W should search for any language resource.
252 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
253 Marcus Meissner <marcus@jet.franken.de>
254 No longer crash when running with DirectDraw with a DDClipper in
257 * windows/nonclient.c:
258 Francois Boisvert <francois@macadamian.com>
259 NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
260 clicking on a window having a customize non client area.
262 2000-07-28 Alexandre Julliard <julliard@winehq.com>
264 * graphics/x11drv/dib.c, include/x11drv.h:
265 Ove Kaaven <ovek@transgaming.com>
266 Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
269 Wolfgang Schwotzer <woschwot@gmx.net>
270 Added NULL pointer checks.
272 * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
273 Francois Jacques <francoisj@macadamian.com>
274 - implementation of SetWindowsRgn and GetWindowRgn
275 - X11DRV and TTYDRV updated with new API SetWindowRgn
277 * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
278 Ove Kaaven <ovek@arcticnet.no>
279 Removed the hModule parameter from various DOSMEM routines, the DOSMEM
280 routines now always use the current memory space.
282 * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
285 * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
286 Patrik Stridvall <ps@leissner.se>
287 Minor API files update.
289 * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
290 Solaris specific fixes.
292 * windows/x11drv/event.c, windows/defwnd.c:
293 Stephane Lussier <stephane@macadamian.com>
294 Now the service thread is no more in charge of erasing the background
295 of the Window. Service thread is doing the invalidation part, and the
296 application thread is doing the erasing part. All this has been
297 implemented using WM_SYNCPAINT message.
299 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
300 Dmitry Timoshkov <dmitry@sloboda.ru>
301 Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
303 * windows/x11drv/event.c:
304 Dmitry Timoshkov <dmitry@sloboda.ru>
305 Do not crash if window was not found.
307 * windows/dialog.c, windows/painting.c:
308 Stephane Lussier <stephane@macadamian.com>
309 - UpdateWindow should refresh all children that have an update region.
310 - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
311 a WM_PAINT eventually for the dialog, no need to force a paint right away.
312 (based on a patch from James Hatheway in the Corel tree)
314 * msdos/int21.c, msdos/int2f.c:
315 Ove Kaaven <ovek@arcticnet.no>
316 Just get DOS task structure from MZ_Current(), instead of (clumsily)
317 trying to find and read from the current task's module structures.
319 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
320 Make a global asm helper function to handle 32-bit RMCB calls, so we
321 don't need those complex constraints either.
323 * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
324 Always get a hardware message from the system queue in PeekMessage,
325 even if no such wake bits are set, because in a PeekMessage loop,
326 there's no sleeping, so the necessary wake bits are never set...
328 * dlls/oleaut32/olefont.c, include/olectl.h:
329 Huw D M Davies <hdavies@codeweavers.com>
330 Add Connection Point support to OLE font objects.
331 Add some more TRACE()s.
334 Added 'owner' field to 16-bit spec files to specify the name of the
335 32-bit dll that contains it.
337 2000-07-26 Alexandre Julliard <julliard@winehq.com>
339 * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
340 Merged setupx.dll into setupapi.dll.
341 Merged sound.dll into winmm.dll.
342 Merged stress.dll into kernel32.dll.
344 * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
345 Added a few empty source files so that each dll has at least one C
348 * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
349 Eric Pouech <Eric.Pouech@wanadoo.fr>
350 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
351 - upgraded vfw.h content
353 * msdos/dpmi.c: Avoid clobbering %ebx.
355 * loader/ne/module.c:
356 Return the proper error code when a 16-bit task failed to start
357 (thanks to Peter Ganten).
359 * documentation/HOWTO-winelib:
360 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
361 Adapted to the recent winebuild rename.
364 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
365 Added detection code for very old Windows (1.1, 2.0, ...) binaries to
366 MODULE_GetBinaryType().
368 * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
369 Moved shlwapi routines from shell32.dll to shlwapi.dll.
371 2000-07-25 Alexandre Julliard <julliard@winehq.com>
373 * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
374 Make unicode.o into a separate ELF library so that we can use it from
377 * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
378 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
379 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
380 non-existent directory would leave the new drive enabled upon aborting
381 (fixes CuteFTP install and should fix MANY apps)
382 This has probably been caused by myself. *brownpaperbag*
383 - added GetVolumeInformation serial number bug-for-bug compatibility
384 - corrected Unicode labels (better CD-ROM handling in general)
385 - moved CD-ROM label detection code to misc/cdrom.c
386 - possible to use loopback mounted ISO9660 files
387 - init some uninitialised drive fields
388 - remove some unnecessary header includes
391 Susan Farley <sfarley@codeweavers.com>
392 Don't destroy the caret on SWP_HIDEWINDOW.
394 * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
395 Dave Pickles <davep@cyw.uklinux.net>
396 Improved FormatMessage:
397 - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
398 - Implemented language search as documented
399 - Illegal combinations of options trapped.
400 - Message table for system messages added.
402 * include/winbase.h, include/winuser.h:
403 Moved FORMAT_MESSAGE flags definition to winbase.h.
406 Added rules for message compiler .mc files.
408 * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
409 James Hatheway <james@macadamian.com>
412 * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
413 Patrik Stridvall <ps@leissner.se>
414 Fixed issues found by winapi_check.
416 * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
417 Patrik Stridvall <ps@leissner.se>
418 Minor API files update.
420 * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
421 Bertho Stultiens <bertho@akhphd.au.dk>
422 - Implemented a bug-work-around for Berkeley yacc (byacc) which
423 does not generate proper default transition rules for non-terminals.
424 See comments in parser.y how the fix works.
425 - Changed the error-line/char position to make emacs happy parsing
426 the position of the error.
427 - Added comments in the documentation in which order the line-numer
428 and character-position of the error is written.
430 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
431 Use lcall opcodes, so all gas-es understand it...
433 * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
434 Moved thunking functions off to kernel32.dll.
436 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
437 Temporarily moved advapi32 registry support back into libwine.so, and
438 made advapi32 a separate dll.
440 * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
441 Eric Pouech <Eric.Pouech@wanadoo.fr>
442 fixed a number of long standing bugs:
443 - segmented expressions didn't display correctly
444 - using dynamic size array for nested types parsing
445 - correct display of source code after a crash
448 * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
449 Merged wing.dll into gdi32.dll.
451 * dlls/comctl32/listview.c:
452 Aric Stewart <aric@codeweavers.com>
453 Prevent the attempt to draw invalid image indexes.
454 Provide the two pixel buffer between the image and the label.
456 * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
457 Huw D M Davies <hdavies@codeweavers.com>
458 A generic implemention of IConnectionPoint/IEnumConnections.
460 * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
461 Dmitry Timoshkov <dmitry@sloboda.ru>
462 Make fnt2bdf produce correct fonts.
464 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
465 Make int16 read from the BIOS keyboard buffer, not directly from the
468 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
469 Fixed broken assembler. Removed support for old protected-mode hack
470 for running real-mode code on platforms that don't support vm86; the
471 current CallRM->RMCB shortcut code should take care of all
472 Wine-supplied RM APIs (such as DOSASPI) anyway.
474 * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
475 Perform NE_InitProcess in the context of the new task.
477 2000-07-24 Alexandre Julliard <julliard@winehq.com>
479 * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
480 Merged msacm and msacm32 dlls.
481 Merged win87em and windebug into kernel32.dll.
483 2000-07-23 Alexandre Julliard <julliard@winehq.com>
485 * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
486 Francois Gouget <fgouget@psn.net>
487 Fixed int/HANDLE mismatches revealed by -DSTRICT.
488 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
490 * programs/progman/main.c:
491 Francois Gouget <fgouget@psn.net>
492 Fixed WinMain's signature.
493 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
494 Removed obsolete references to the Languages array.
496 * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
497 Francois Gouget <fgouget@psn.net>
498 Removed obsolete references to the Languages array.
500 * programs/clock/main.c:
501 Francois Gouget <fgouget@psn.net>
502 Fixed WinMain's signature.
503 Fixed parameter order for the call to CreateWindow.
505 * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
506 Francois Gouget <fgouget@psn.net>
507 Fixed WinMain's signature.
509 * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, 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, libtest/Makefile.in:
510 Francois Gouget <fgouget@psn.net>
512 Added missing libraries comctl32 and rpcrt4.
514 * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
515 James Hatheway <james@macadamian.com>
516 Adds an initial WSAIoctl function with support for only the
517 SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
518 function to support the WSCNTL_TCPIP_QUERY_INFO command.
520 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
521 Eric Pouech <Eric.Pouech@wanadoo.fr>
522 Compilation fixes for OpenGL.
524 * Make.rules.in: Mike_McCormack@looksmart.com.au
525 Corrected c2man flags. It still crashes anyhow :-/
527 * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
528 Lionel Ulmer <lionel.ulmer@free.fr>
529 Detect broken glext.h headers.
531 * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
532 Mike_McCormack@looksmart.com.au
533 Added some basic text display and editing capabilities, cursor
534 positioning, a bit of scrolling and a text file loader.
536 * include/tapi.h: Mike_McCormack@looksmart.com.au
537 Implemented lineGetCountry. (works with HyperTrm.exe)
539 * 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:
540 Gerard Patel <g.patel@wanadoo.fr>
541 Focus handling, visual changes + misc fixes.
543 * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
544 Implemented lineGetCountry. (works with HyperTrm.exe)
546 * include/winbase.h: Francois Gouget <fgouget@psn.net>
547 Removed duplicate declaration of AddAccessAllowedAce.
549 * dlls/comctl32/listview.c:
550 Aric Stewart <aric@codeweavers.com>
551 Handle the case where the function SetItem is called to select an item
554 * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
555 Ove Kaaven <ovek@transgaming.com>
556 Added a few C++ operators to Direct3D structures, and made some unions
559 * dlls/winsock/async.c:
560 Eric Pouech <Eric.Pouech@wanadoo.fr>
561 Insured that all parameters of async functions are copied before
562 returnig from request.
564 * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
565 Ove Kaaven <ovek@arcticnet.no>
566 Fix a few typos and such.
568 * include/d3d.h, include/ddraw.h:
569 Ove Kaaven <ovek@transgaming.com>
570 Added some DirectDraw7-related definitions.
572 * configure, configure.in, include/config.h.in:
573 Marcus Meissner <marcus@jet.franken.de>
574 Make non-existence of (f)lex an error.
576 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
577 Marcus Meissner <marcus@jet.franken.de>
578 IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
580 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
581 Added a few Win32 definitions.
583 * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
584 Reduce scope of "Status" #ifdef hack.
586 * if1632/relay.c, relay32/builtin32.c:
587 Ove Kaaven <ovek@arcticnet.no>
588 Say that "No handler" messages as fatal.
590 * winedefault.reg: Fixed SharedDir location.
592 * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
593 Ove Kaaven <ovek@arcticnet.no>
594 Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
597 * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
598 Eric Pouech <Eric.Pouech@wanadoo.fr>
599 Fixed first seek on MEM mmio files.
601 * dlls/commdlg/fontdlg.c:
602 Gerard Patel <g.patel@wanadoo.fr>
603 Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
605 * dlls/wininet/http.c:
606 John R. Sheets <jsheets@codeweavers.com>
607 Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
609 * dlls/wininet/internet.c:
610 John R. Sheets <jsheets@codeweavers.com>
611 Put the URL parameter list in with the URL path if the ExtraInfo
612 buffer isn't specified.
614 * controls/icontitle.c:
615 Gerard Patel <g.patel@wanadoo.fr>
616 Fixed calculation of buffer length after switch of window text to
619 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
620 Comment out a nonfunctional DOS part of debugger.
622 * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
623 Ove Kaaven <ovek@arcticnet.no>
624 Added stub for RasHangUpA().
626 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
627 DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
630 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
631 Fixed a few problems.
633 * dlls/comctl32/toolbar.c:
634 David Elliott <dfe@infinite-internet.net>
635 - Changed the temporary buffer for loading resources from 256 to 512
636 - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
638 - Use lstrcpynW instead of lstrcpyW
640 2000-07-16 Alexandre Julliard <julliard@winehq.com>
642 * ANNOUNCE, ChangeLog, include/version.h:
645 ----------------------------------------------------------------
646 2000-07-16 Alexandre Julliard <julliard@winehq.com>
649 Added assembly wrapper for calling window procedures.
651 * 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:
652 Get full path of argv[0] before we change directories.
653 Make sure process names are long path names.
654 Cleaned up initialisation a bit.
657 Stephane Lussier <stephane@macadamian.com>
658 In set_socket_event, the event should be signaled if there's a pending
659 network event corresponding to the events the application wanted to be
662 * 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:
663 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
666 * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
667 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
668 Doc and trace updates.
670 * include/process.h, loader/module.c, scheduler/process.c:
671 Marcus Meissner <marcus@jet.franken.de>
672 Transmit current directory settings to newly created processes.
674 * documentation/installation-und-konfiguration.german:
675 Peter Ganten <peter@ganten.org>
676 Added German installation and configuration manual.
678 * windows/x11drv/keyboard.c:
679 Raul Fernandes <rgf@ieg.com.br>
680 Added Brazilian keyboard.
682 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
683 Set clipping region to client window before owner-drawn painting.
686 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
687 Added the "SharedDir" registry key.
689 * 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:
690 Lionel Ulmer <lionel.ulmer@free.fr>
691 - fix Direct3D support and a lot of warnings
692 - add support for DDraw in a window (not optimized yet)
693 - cleans up OpenGL extensions handling for D3D
695 * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
696 Background of SS_SIMPLE static control is not filled (unless it has
700 Marcus Meissner <marcus@jet.franken.de>
701 Drop UNIX cwd to / after calculating WINE current directory (to allow
704 2000-07-15 Alexandre Julliard <julliard@winehq.com>
706 * graphics/x11drv/dib.c:
707 Stephane Lussier <stephane@macadamian.com>
708 New version of the patch from Francois Jacques with a modification of
709 my own that makes everybody happy :-)
711 * misc/comm.c, dlls/kernel/kernel32.spec:
712 Mike McCormack <mike_mccormack@looksmart.com.au>
713 Hook serialui dll into existing comm functions.
715 * 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:
716 Mike McCormack <mike_mccormack@looksmart.com.au>
717 Implemented serialui dll containing CommConfigDialog,
718 GetDefaultCommConfig and SetDefaultCommConfig.
720 * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
721 Patrik Stridvall <ps@leissner.se>
724 * 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:
725 Patrik Stridvall <ps@leissner.se>
726 - Minor API files fixes.
727 - Minor bug fixes and additions.
729 * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
730 Patrik Stridvall <ps@leissner.se>
731 Fixed some issues found by winapi_check.
734 Dave Hawkes <daveh-wine@cadlink.com>
735 All standard window controls should have CS_PARENTDC, but should still
736 clip to the control window.
739 John R . Sheets <jsheets@codeweavers.com>
740 We also have to validate the frame to avoid an infinite loop when the
741 app doesn't call BeginPaint.
743 * scheduler/handle.c:
744 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
745 Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
747 * dlls/winmm/wineoss/mixer.c:
748 Ed Snow <ed_snow@ttmengineering.com>
749 Fixes unmuting when unmuted.
750 Unifies scale reported with scale used for volume control.
751 Hack for Bass/Treble until better fix is complete.
753 * graphics/x11drv/xfont.c:
754 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
755 Added DBCS/unicode encoding templates.
758 Susan Farley <sfarley@codeweavers.com>
759 Don't clear selection when initial entry is not in the list.
761 * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
762 Made --language behave the same as setting the LANGUAGE environment
765 * 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:
766 Huw D M Davies <hdavies@codeweavers.com>
768 Implement UuidCreate (using existing code from CoCreateGuid).
769 CoCreateGuid calls UuidCreate.
772 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
773 Fix for supporting DBCS.
775 * dlls/comctl32/toolbar.c:
776 Rob Farnum <rfarnum@mindspring.com>
777 Ignore iBitmap width when drawing flat toolbar.
779 * loader/pe_image.c: Peter Ganten <peter@ganten.org>
780 Fixed a file descriptor leak in the PE loader.
783 Jean-Claude Batista <jcb@macadamian.com>
784 Ensure the validity of hOldFocus before calling WIN_GetTopParent.
786 * graphics/x11drv/xfont.c:
787 Drew Ronneberg <drew@codon.princeton.edu>
788 Ignore broken fonts when building cache file.
790 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
791 Allow SetWindowLong(... GWL_STYLE) to change visible bit.
793 * documentation/registry:
794 Ove Kaaven <ovek@arcticnet.no>D
795 Text of WWN article "The Registry".
797 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
798 David Elliott <dfe@infinite-internet.net>
799 - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
800 guessing the command length correctly, and if not, tell's it what's up.
801 - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
802 caller to clear the fields.
803 - Added a new field to HA_Unique content to fix some applications. Will
804 fix this for good at a later date.
805 - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
807 - Added some constants to winescsi.h
808 (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
810 * dlls/user/user32.spec, windows/user.c:
811 Peter Ganten <peter@ganten.org>
812 Stubs for CreateDesktopA and EnumDesktopWindows.
814 * loader/loadorder.c:
815 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
816 Added ws2_32 loadorder.
818 * tools/winebuild/main.c:
819 Peter Ganten <peter@ganten.org>
820 Try to unlink output file before opening it.
823 Marcus Meissner <marcus@jet.franken.de>
824 Replaced %s by %p in EDIT_WM_SetText.
826 * dlls/winsock/ws2_32.spec:
827 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
828 Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
830 * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
831 Add a warning when the normal load address for a win32 program is not
834 * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
835 Huw D M Davies <hdavies@codeweavers.com>
836 OLE picture object implementation.
839 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
840 Fixed an incorrect format string.
842 * loader/loadorder.c:
843 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
844 Added loadorder entry for the Linux glide3x library.
847 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
848 Added "CommonFilesDir"="C:\Program Files\Common Files".
850 * debugger/db_disasm.c:
851 Ian Schmidt <ischmidt@cfl.rr.com>
852 Added Pentium Pro/2/3/4 conditional move instructions.
854 2000-07-11 Alexandre Julliard <julliard@winehq.com>
856 * dlls/kernel/kernel_main.c, memory/codepage.c:
857 Set ansi/oem/mac code pages from current locale.
859 * scheduler/client.c:
860 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
861 Better error message for really clueless newbies.
863 * dlls/msacm32/msacm32_main.c:
864 James Hatheway <james@macadamian.com>
865 Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
867 * dlls/ddraw/dsurface/main.c:
868 Marcus Meissner <marcus@jet.franken.de>
869 Check for NULL flipchain and just return the current surface if it
872 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
873 Marcus Meissner <marcus@jet.franken.de>
874 Implemented _vsnprintf by calling wvsnprintfA.
877 Stephane Lussier <stephane@macadamian.com>
878 In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
881 * dlls/comctl32/toolbar.c:
882 Chris Morgan <cmorgan@wpi.edu>
883 Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
884 is non-zero. Better fix than my previous patch.
886 2000-07-10 Alexandre Julliard <julliard@winehq.com>
888 * scheduler/thread.c:
889 Lazy initialisation of thread locale.
891 * 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:
892 Peter Hunnisett <hunnise@nortelnetworks.com>
893 - Make ref counting a little more efficient
894 - Correct suspended process resumption
895 - Don't use sys/queue.h anymore
896 - Properly initialize the global semaphore across processes
897 - Create a mapped file for shared data structures
898 - Change some trace messages
899 - Allocate dynamic shared data from the mapped file
900 - Rework setting and retrieving lobby settings from shared memory
901 - Add infrastructure for syncronization after app launch
902 - Small documentation update
903 - Include some stuff missing from header
904 - Start on dp and dpl message infrastructure
905 - Unicode versions of player/group commands added
906 - Combined Connect/ConnectEx and Open/SecureOpen
907 - More implementation
909 * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
910 Dmitry Timoshkov <dmitry@sloboda.ru>
911 Moved all NLS dependent data to the KERNEL resources.
913 * scheduler/thread.c:
914 Juergen Schmied <juergen.schmied@debitel.net>
915 Moved setting the locale value to the right position.
917 * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
918 Fixed FormatMessage[A|16] against some buffer overflow cases.
920 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
921 Removed extraneous trace message.
923 * debugger/winedbg.c:
924 Eric Pouech <Eric.Pouech@wanadoo.fr>
925 Unconditionnally print messages on DLL load breakpoint.
928 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
929 Fixed winedbg watchpoints.
931 * dlls/oleaut32/ole2disp.c:
932 Francois Jacques <francoisj@macadamian.com>
933 Prevent SysAllocString and SysAllocString16 to perform any processing
937 Stas Sergeev <stas.orel@mailcity.com>
938 Make it possible to change the encoding of fonts from the command
939 line, even if autodetected.
941 * 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:
942 Dmitry Timoshkov <dmitry@sloboda.ru>
943 Convert WND.text field to Unicode.
944 Add new key to wine.ini in the section [x11drv] - TextCP, which means
945 code page used for texts passed to X.
946 Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
948 * graphics/x11drv/dib.c: Backed out previous patch.
950 * dlls/user/user32.spec, include/winuser.h, windows/user.c:
951 Marcus Meissner <marcus@jet.franken.de>
952 Stub for RegisterDeviceNotificationA.
954 * dlls/winsock/socket.c:
955 Gerard Patel <g.patel@wanadoo.fr>
956 Fakes a negotiation of the winsock version.
958 * dlls/oleaut32/typelib.c:
959 Juergen Schmied <juergen.schmied@debitel.net>
960 - better loading of *.tlb files
961 - seperated code for loading tlb resource into memory from code for
962 parsing the tlb resource.
964 * dlls/ole32/ole2stubs.c:
965 Juergen Schmied <juergen.schmied@debitel.net>
966 Implemented OleCreate.
968 2000-07-09 Alexandre Julliard <julliard@winehq.com>
970 * windows/class.c: Noomen Hamza <noomen@macadamian.com>
971 GetClassInfo should return global classes even if the hInstance
972 parameter is different from the one passed to the RegisterClass
975 * misc/comm.c: Stefan Leichter <sle@camline.com>
976 Fixes the BuildCommDCBA function.
978 * configure, configure.in, include/config.h.in, misc/port.c:
979 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
980 Added configure check for libutil.h.
982 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
983 Make the focus follow the last selected item for multiselect listboxes.
985 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
986 Huw D M Davies <h.davies1@physics.ox.ac.uk>
987 Stub implementation of LHashValOfNameSysA.
988 Don't crash if we encounter a BSTR with length <= 0.
989 Fix typos in ITypeLib::GetDocumentation.
991 * dlls/shell32/shell.c:
992 Dave Hawkes <daveh-wine@cadlink.com>
993 With some apps a fault was possible in ExtractAssociatedIcon.
995 * windows/cursoricon.c:
996 Dave Hawkes <daveh-wine@cadlink.com>
997 GetIconInfo did no correctly identify icons from cursors.
1000 Haithem Hmida <haithem@macadamian.com>
1001 Under Windows 95/98/NT, message boxes do not have a default icon.
1004 Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
1007 * 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:
1008 Created separate libraries for dplay, shfolder, shlwapi, wow32 and
1009 wsock32 so that we have at most one Win32 dll in each .so library.
1011 2000-07-08 Alexandre Julliard <julliard@winehq.com>
1013 * graphics/x11drv/dib.c:
1014 Francois Jacques <francoisj@macadamian.com>
1015 Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
1017 Corrected XGetSubImage arguments order.
1019 * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
1020 Matthew Lake <MLake@sunbelt-plb.com>
1021 Added some missing definitions.
1023 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
1024 Francois Jacques <francoisj@macadamian.com>
1025 Implemented SafeArrayGetVarType.
1026 Added a VT_RECORD variant type definition.
1028 * dlls/kernel/kernel32.spec, misc/comm.c:
1029 Stefan Leichter <sle@camline.com>
1030 Started implementation of the functions GetDefaultCommConfigA/W.
1032 * dlls/ddraw/convert.c:
1033 Marcus Meissner <Marcus.Meissner@caldera.de>
1034 Corrected 24->32 conversion. Still only correct for little endian.
1037 Susan Farley <sfarley@codeweavers.com>
1038 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
1041 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1042 Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
1044 * dlls/comctl32/toolbar.c:
1045 Chris Morgan <cmorgan@wpi.edu>
1046 Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
1047 is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
1048 WinZip 8.0 where text is not shifted down by the height of the button
1051 * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
1052 Check the value returned by DIALOG_GetCharSize.
1054 * 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:
1055 Francois Jacques <francoisj@macadamian.com>
1056 Added setupapi shared library and SetupIterateCabinet stub.
1058 * 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:
1059 Bradley Baetz <bbaetz@student.usyd.edu.au>
1060 Implemented a large number of the msvideo dll routines.
1062 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
1063 Gerard Patel <g.patel@wanadoo.fr>
1064 Allow the size of bitmaps to be changed after toolbar buttons have
1067 * dlls/comctl32/propsheet.c:
1068 Slava Monich <Slava_Monich@cnt.com>
1069 On Windows property sheet has DWL_USER dword pointing to a structure
1070 that starts with HWND and PROPSHEETHEADER fields.
1072 * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
1073 Slava Monich <Slava_Monich@cnt.com>
1074 Implementation of Get/SetThreadPriorityBoost.
1076 * documentation/psdriver:
1077 Stefan Leichter <sle@camline.com>
1078 Added documentation on how to setup wine's Buildin Postscript Driver
1079 working with ghostscript (afmfiles, ppdfile).
1081 * debugger/debugger.h, debugger/expr.c, debugger/types.c:
1082 Peter Hunnisett <hunnise@nortelnetworks.com>
1083 - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
1084 expose further bad code
1085 - Print of pointer used as array now works
1087 * dlls/comctl32/listview.c:
1088 James Hatheway <james@macadamian.com>
1089 Only use the column headers to calculate the width of a
1090 LDS_REPORT-type listbox if it actually has column headers.
1091 (ie. LVS_NOCOLUMNHEADER bit is not set.)
1093 * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
1094 BeginDeferWindowPos should allow zero count.
1096 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
1097 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1101 Bradley Baetz <bbaetz@student.usyd.edu.au>
1102 Handle mciSendString("open <mcitype>",...)
1104 * 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:
1105 Bertho Stultiens <bertho@panter.soci.aau.dk>
1106 - Bugfix: Macro expansion of strings would assert an internal error
1107 or a segfault due to a lacking '\0' in the expansion.
1108 - Bugfix: Prevent buffer overflow in reallocation of macro expansion
1110 - Bugfix: Wrc's version information was not passed as numerical to the
1111 preprocessor due to an error in the definition of the macro.
1112 - Relaxed the newline constraint in global LANGUAGE statements, which
1113 was introduced in version 1.1.3, so that some fancy preprocessor
1114 constructs can work.
1115 - Removed the gcc-style #line handling from the resource-parser to the
1116 resource-scanner so that it is possible to include files at any stage
1117 of the source, independent of the parser-state.
1118 - Bugfix: Stringtables were not correctly searched for duplicates
1119 because the language comparison disregarded the sublanguage.
1120 - Eliminated a repetitive warning when writing stringtables with zero
1121 length string entries. These are perfectly valid (but make no sense:-).
1122 Warnings are now only generated during parse in pedantic mode.
1124 * dlls/oleaut32/ole2disp.c:
1125 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1126 Fix SysStringByteLen to really return the length in bytes.
1128 * dlls/comctl32/rsrc.rc:
1129 Slava Monich <Slava_Monich@cnt.com>
1130 Changed the size of property sheet template to be the same as the
1131 original one (was 292x159, now 220x140).
1133 * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
1134 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1135 Implement IDataAdviseHolder.
1137 * dlls/oleaut32/typelib.c:
1138 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1139 Fix typo in ITypeLib::IsName.
1141 * dlls/ole32/hglobalstream.c:
1142 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1143 CreateStreamOnHGlobal should alloc a shared memory block if supplied
1146 * dlls/commdlg/filedlg95.c:
1147 Dmitry Timoshkov <dmitry@sloboda.ru>
1148 Do not crash if there was no files selected and OK button was pressed.
1150 * dlls/dsound/dsound_main.c:
1151 Ove Kaaven <ovek@transgaming.com>
1152 Fix a couple of problems with underruns and stopping/restarting.
1155 Joerg Mayer <jmayer@telesun2.telemation.de>
1156 Fixed the debugmsg help.
1158 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
1159 David Elliott <dfe@infinite-internet.net>
1160 Map each channel on every host to an ASPI controller number.
1161 Store map in HKEY_DYN_DATA.
1163 * dlls/comctl32/comctl32undoc.c:
1164 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1165 DSA_InsertItem returns nIndex, not nItemCount.
1167 * dlls/comctl32/monthcal.c:
1168 Chris Morgan <cmorgan@wpi.edu>
1169 Fixed background redrawing when control is covered. Fixed a really
1170 dumb mistake I made with border drawing many patches ago. Fixed
1171 offset by 1 alignment issues.
1173 * dlls/ddraw/dsurface/main.c:
1174 Marcus Meissner <Marcus.Meissner@caldera.de>
1175 Removed another bad assert and two no longer needed ones.
1177 2000-06-25 Alexandre Julliard <julliard@winehq.com>
1179 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1180 Fixed bad exception handler chain termination.
1182 * windows/x11drv/wnd.c, windows/win.c:
1183 Lawson Whitney <lawson_whitney@juno.com>
1184 Moved zero-sized window hack to x11drv.
1187 Marcus Meissner <marcus@jet.franken.de>
1188 Return "no debugger attached" in NtQueryInformationProcess to satisfy
1189 some copy protection mechanisms.
1191 * dlls/commdlg/colordlg.c:
1192 Eric Pouech <Eric.Pouech@wanadoo.fr>
1193 Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
1195 * dlls/ddraw/dsurface/main.c:
1196 Marcus Meissner <marcus@jet.franken.de>
1197 Fixed two asserts in Blt().
1199 * dlls/ddraw/helper.c:
1200 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1201 Properly cast arguments to printf to match the intended output.
1203 * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
1204 Eric Pouech <Eric.Pouech@wanadoo.fr>
1205 Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
1206 Seeking from SEEK_END was wrong.
1207 Seeking on empty buffer was wrong.
1208 Some installed ioProcs had uninitialized fields.
1209 A few more bits for rename functions.
1211 * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
1212 Eric Pouech <Eric.Pouech@wanadoo.fr>
1213 Added BreakOnDllLoad internal var, cleaned up register validation on
1216 * dlls/comctl32/toolbar.c:
1217 Mike McCormack <Mike_McCormack@looksmart.com.au>
1218 Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
1219 TOOLBAR_SetButtonSize after button added to the toolbar (latter for
1222 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
1223 Set the minimum dropped height to the combo list height if any in
1226 * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
1227 If whitespace or dots are appended to the end of any component in a
1228 path then it should be ignored.
1230 2000-06-24 Alexandre Julliard <julliard@winehq.com>
1232 * loader/module.c, scheduler/process.c, include/process.h:
1233 Make sure the cmdline passed to CreateProcessA is writeable (thanks to
1234 Peter Ganten <peter@ganten.org>).
1236 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
1237 Eric Pouech <Eric.Pouech@wanadoo.fr>
1238 Cleaned up loading/init code in OSS.
1239 Cleaned up getDevCaps in midi part.
1240 Implemented asynchronous waveIn recording using a thread.
1242 * dlls/kernel/kernel32.spec, win32/console.c:
1243 Eric Pouech <Eric.Pouech@wanadoo.fr>
1244 A few missing console stubs.
1246 * dlls/comctl32/animate.c:
1247 Eric Pouech <Eric.Pouech@wanadoo.fr>
1248 Fixed animation loading for RLE encoding.
1250 * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
1251 Juergen Schmied <juergen.schmied@debitel.net>
1252 - removed hack to find the right resource
1253 - updated to use the ICOM macros
1254 - cleaned up use typelib and typelib2 (was mixed up)
1256 * 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:
1257 Juergen Schmied <juergen.schmied@debitel.net>
1258 - fixed reported bugs
1259 - fixed default extensions
1260 - implemented "browse to desktop" button
1262 * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
1263 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1264 GetCommandLine should return non-const strings.
1266 * dlls/kernel/kernel.spec:
1267 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1268 CallProcEx32W should be named _CallProcEx32W.
1271 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1272 Added some stuff saying that this is NOT supported.
1275 Juergen Schmied <juergen.schmied@debitel.net>
1276 Avoid calling the exception handler in some cases.
1278 * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
1279 Juergen Schmied <juergen.schmied@debitel.net>
1280 - many new Path* stubs
1282 - class functions expanding environments variables now
1284 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
1285 Ove Kaaven <ovek@transgaming.com>
1286 Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
1287 driver, and winmm's interface for DirectSound to access it. It
1288 requires the ability to mmap /dev/dsp, to trigger playback, and
1289 sample-accurate position readouts. (If the soundcard's device driver
1290 does not report these capabilities, wineoss will report the HAL as
1291 unavailable and force DirectSound to use its HEL instead.)
1293 * include/mmsystem.h, dlls/dsound/dsound_main.c:
1294 Ove Kaaven <ovek@transgaming.com>
1295 Implemented the DirectSound HAL mode for DMA primary buffers, with a
1296 10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
1297 a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
1298 DirectSound to use (so drivers like wineoss have some way of knowing
1299 what to prepare itself for).
1301 * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
1302 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1303 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
1304 2.0 control.exe and paint.exe.
1306 * include/winuser.h:
1307 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1310 * debugger/winedbg.c:
1311 Eric Pouech <Eric.Pouech@wanadoo.fr>
1312 Don't block endlessly after last debugged process has exited.
1314 * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1315 Added (back) correct behavior for NULL ptrs in CharToOem funcs.
1317 * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1318 Fixed some OOM conditions in GlobalAlloc.
1320 * dlls/ntdll/misc.c:
1321 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1322 Added missing #include <math.h>.
1324 * include/winresrc.h: Removed MIME garbage.
1326 * dlls/ddraw/ddraw/x11.c:
1327 Marcus Meissner <marcus@jet.franken.de>
1328 Create xlib ddsurfaces with correct reference counts.
1330 * 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:
1331 Split bidi16.c and network.c out of misc/ into their respective dlls.
1333 2000-06-23 Alexandre Julliard <julliard@winehq.com>
1335 * 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:
1336 Split the build program in several files.
1337 Renamed it 'winebuild' to avoid possible conflicts.
1338 Cleaned up command-line parsing.
1339 Make it understand -fPIC instead of -pic.
1340 Merged call16.s and call32.s generated files.
1342 * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
1343 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1344 Added more ordinals to KERNEL, GDI, USER and system drivers
1347 * dlls/ddraw/ddraw/dga.c:
1348 Peter Ganten <peter@ganten.org>
1349 _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
1352 * dlls/comctl32/toolbar.c:
1353 Dave Hawkes <daveh-wine@cadlink.com>
1354 Avoid gratuitously changing the ZORDER.
1356 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
1357 Marcus Meissner <marcus@jet.franken.de>
1358 Use correct bpp for the X side of the surface XImages.
1359 Cleaned up Xlib_Surface_Release so it is a bit more readable.
1360 use VirtualAlloc for conversion-programside buffer to simplify
1363 * loader/resource.c:
1364 Dave Hawkes <daveh-wine@cadlink.com>
1365 GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
1366 should return TRUE on success.
1368 * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
1369 Marcus Meissner <marcus@jet.franken.de>
1370 Dump FourCC correctly, print conversion messages, add reference to
1371 ddraw in DDSurface::GetDDInterface.
1373 * dlls/x11drv/x11drv_main.c:
1374 Marcus Meissner <marcus@jet.franken.de>
1375 Restrict nTimeout to 0-32767, since it is a 16bit value in X.
1377 * dlls/ntdll/signal_i386.c:
1378 Dave Hawkes <daveh-wine@cadlink.com>
1379 Exception handling for SIGFPE must always clear the FPU interrupt
1382 * 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:
1383 Moved shared crtdll/ntdll functions into ntdll.
1384 Made crtdll a separate dll.
1386 * 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:
1387 Cleaned up a few inter-dll dependencies.
1389 * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
1390 Patrik Stridvall <ps@leissner.se>
1391 Fixed some issues found by winapi_check.
1393 * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
1394 Patrik Stridvall <ps@leissner.se>
1395 Fixed some warnings.
1397 * 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:
1398 Patrik Stridvall <ps@leissner.se>
1399 - Minor API files fixes.
1400 - Minor bug fixes and additions.
1402 * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
1403 Ove Kaaven <ovek@transgaming.com>
1404 Restructure DirectSound. Remove dsound thread, use MM timers
1405 instead. Implemented the DirectSound HEL, with the ability to
1406 prebuffer 300ms of sound, while maintaining play latency of 40ms, and
1407 the exact playposition (Starcraft cinematics are lip-synched). Some
1408 initial HAL support.
1410 * relay32/builtin32.c:
1411 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
1412 Replaced the BUILTIN32_dlopen() ERR() by a WARN().
1414 * include/winresrc.h:
1415 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1416 Added include/winresrc.h for porting with winelib.
1418 * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
1419 Francois Gouget <fgouget@psn.net>
1420 Merged DeviceCapabilities and DeviceCapabilitiesA.
1422 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
1423 Francois Gouget <fgouget@psn.net>
1424 Merged MCIWndCreate and MCIWndCreateA.
1426 * dlls/ole32/compobj.c:
1427 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1428 CLSIDFromString apparently also accepts ProgIDs as an input string.
1430 * include/winuser.h:
1431 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1432 Added SC_ICON/SC_ZOOM (obsolete macros).
1434 * include/wininet.h:
1435 Marcus Meissner <marcus@jet.franken.de>
1436 Added prototypes for new InternetCheckConnection*.
1438 2000-06-20 Alexandre Julliard <julliard@winehq.com>
1440 * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
1441 Cleaned up a few inter-dll dependencies.
1443 * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
1444 Alexander V. Lukyanov <lav@long.yar.ru>
1445 Fixed problems with compilation/install out of source tree.
1447 * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
1448 Noomen Hamza <noomen@macadamian.com>
1449 OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
1450 the CLSID of the OLE object is not found in the registry. Fixed.
1453 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1454 Make WritePrivateProfileSectionA care for "" and NULL as the
1455 string argument. New function PROFILE_DeleteAllKeys.
1457 * dlls/winmm/wineoss/midi.c:
1458 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1459 Fixed format strings.
1461 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
1462 Rein Klazes <rklazes@casema.net>
1463 Fix a crash in winhelp caused by hmemcpy16 without prototype.
1464 Fix some compiler warnings.
1466 * dlls/*/Makefile.in:
1467 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
1469 * dlls/winmm/wineoss/audio.c:
1470 Ove Kaaven <ovek@transgaming.com>
1471 Fixed WHDR_DONE race condition.
1473 * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
1474 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1475 Implemented StrCatBuff.
1478 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1479 Added typedef of DROPFILES.
1481 * include/winerror.h:
1482 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1483 Added ResultFromScode/GetScode (obsolete macros).
1485 * graphics/painting.c:
1486 Dave Hawkes <daveh-wine@cadlink.com>
1487 MoveToEx: return TRUE even if there is no driver implementation.
1489 * dlls/comctl32/status.c:
1490 Gerard Patel <g.patel@wanadoo.fr>
1491 Protect against programs creating parts with negative width.
1493 2000-06-18 Alexandre Julliard <julliard@winehq.com>
1495 * loader/resource.c, msdos/int21.c:
1496 Dmitry Timoshkov <dmitry@sloboda.ru>
1497 Use GetSystemDefaultLangID() instead of WINE_LanguageId.
1499 * 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:
1500 Eric Pouech <Eric.Pouech@wanadoo.fr>
1501 - cleaned-up break handling
1502 - better integration of debugger inner loops (parser & events)
1503 - added attach command
1504 - improved parser so that it can be entered without any process loaded
1505 - added BreakOnFirstChance internal variable
1506 - disabled NE module symbol module (which is broken with ASS)
1507 - misc portability cleanups
1509 * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
1510 Stephane Lussier <stephane@macadamian.com>
1511 - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
1512 function with a SafeArray created with FADF_FIXEDSIZE.
1513 - Added more FADF flags in the .h file.
1514 - FADF flags were defined twice, corrected the situation.
1516 * graphics/x11drv/text.c:
1517 Dmitry Timoshkov <dmitry@sloboda.ru>
1518 Do not assume that double byte font == unicode font.
1520 * 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:
1521 Francois Gouget <fgouget@psn.net>
1522 Added some missing prototypes.
1523 Define the HDRAWDIB handle type.
1525 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
1526 hmemcpy16 is a Win16 API, the macro is hmemcpy.
1528 * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
1529 James Hatheway <james@macadamian.com>
1530 Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
1531 functions already implemented.
1533 * dlls/winmm/mciseq/mcimidi.c:
1534 Eric Pouech <Eric.Pouech@wanadoo.fr>
1535 Fixed port status query.
1537 * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
1538 Added DirectSound device driver header file.
1540 * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
1541 Make the base relocation message a WARN, not a FIXME.
1543 * tools/Makefile.in:
1544 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1545 Distinguish between SUBDIRS and INSTALLSUBDIRS.
1547 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
1548 CB_SETCURSEL should not generate another listbox event after updating
1551 * dlls/comctl32/treeview.c:
1552 Noomen Hamza <noomen@macadamian.com>
1553 WM_PAINT should be processed only by the TREEVIEW_Paint function, so
1554 we don't need to call DefWindowProcA function within TREEVIEW_Paint.
1557 James Hatheway <james@macadamian.com>
1558 We must return the atom of the class in GetClassInfoEx instead of just
1561 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
1562 James Hatheway <james@macadamian.com>
1563 Added a stub for CoCreateFreeThreadedMarshaler().
1565 * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
1566 Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
1567 OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
1570 Francois Jacques <francoisj@macadamian.com>
1571 GetSystemMenu called with bRevert argument set to TRUE now returns
1572 NULL as specified in Platform SDK.
1574 * graphics/x11drv/dib.c:
1575 Stephane Lussier <stephane@macadamian.com>
1576 Fixed memory access outside of the range for source bits in 24-bit bitmaps.
1578 2000-06-16 Alexandre Julliard <julliard@winehq.com>
1580 * dlls/ole32/ole32.spec:
1581 Francois Jacques <francoisj@macadamian.com>
1582 Make IIDFromString point to CLSIDFromString.
1584 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
1585 Juergen Schmied <juergen.schmied@debitel.net>
1586 - better error check when importing functions via GetProcAdress
1587 - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
1588 - changed call order when browsing to different folder (crash with native shell)
1589 - removed Move call since IShellview_CreateViewWindow creates it already in
1592 * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
1593 Juergen Schmied <juergen.schmied@debitel.net>
1594 - fixed null-pidl from _ILCreateControl
1595 - some more no-name functions in shlwapi
1597 * dlls/shell32/systray.c:
1598 Francois Jacques <francoisj@macadamian.com>
1599 Keep an internal copy of the icon.
1601 * include/objbase.h: Francois Gouget <fgouget@psn.net>
1602 Reorder the __attribute__ directive in the legacy macros for
1603 compatibility with old g++ compilers.
1605 * graphics/x11drv/dib.c:
1606 Ken Coleman <ken_coleman@iname.com>
1607 Fixes to CreateDIBSection and other areas where biSizeImage is
1608 incorrectly assumed to be correct if it non-zero. This fixes a
1609 crashing problem in Sid Meier's Alpha Centauri.
1611 ----------------------------------------------------------------
1612 2000-06-15 Alexandre Julliard <julliard@winehq.com>
1614 * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
1615 David Lassonde <davidl@macadamian.com>
1616 Implemented the More Windows... menu item for MDI.
1619 Sheri Steeves <sheri@macadamian.com>
1620 Check again for GetNextDlgTabItem after return from WM_INITDIALOG
1621 message in dialog creation.
1623 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
1624 Set clipping region to client window in LISTBOX_Paint.
1627 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1628 More verbose error message.
1631 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1632 cp_mbstowcs: check functions return zero on success.
1635 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1636 GetFullPathName: get "drive" value too for absolute paths.
1639 Frederic Boulanger <frederic@macadamian.com>
1640 CreateSpoolFile is called with a dos name, we have to make sure that
1641 when we create the spoolfile we use the unix name associated to the
1644 * include/winbase.h, misc/comm.c:
1645 Mike McCormack <mike_mccormack@looksmart.com.au>
1646 - add prototypes for serial API functions
1647 - correct existing serial API prototypes incorrectly using DWORD
1649 - define more structures and values in serial API
1651 * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
1652 Added a NULL pointer check within DCE_AddClipRects function.
1654 * loader/resource.c:
1655 Dmitry Timoshkov <dmitry@sloboda.ru>
1656 Optimized implementation of LoadStringA.
1658 * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
1659 Text of WWN article "The X11 driver".
1661 * documentation/HOWTO-winelib:
1662 Wilbur N. Dale <wilbur.dale@lumin.nl>
1663 WineLib does not support Win16. Removed references to Win16 and Win
1664 3.x in the introduction. Standardized capitalization of Wine and
1665 WineLib. Added documentation for compiling a simple "Hello World"
1668 * windows/message.c:
1669 Sheri Steeves <sheri@macadamian.com>
1670 Added setting of cursor postition to MSG_PostToQueue.
1672 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
1673 WM_SETREDRAW should repaint the listbox when set to on if something
1676 2000-06-14 Alexandre Julliard <julliard@winehq.com>
1678 * 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:
1679 Removed @PROGEXT@ (it was broken anyway).
1680 Improved 'make install'.
1681 Cleaned up the main Makefile.
1683 * scheduler/handle.c:
1684 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1685 ConvertToGlobalHandle: fixed handle leak.
1687 * include/options.h:
1688 Fixed options structure definition.
1691 Noomen Hamza <noomen@macadamian.com>
1692 Made SetWindowPos handle the case when inserting a window after itself
1693 (don't need to change the Zorder).
1695 * documentation/opengl:
1696 Lionel Ulmer <lionel.ulmer@free.fr>
1697 Updated OpenGL documentation.
1699 * dlls/olepro32/olepro32.spec:
1700 Gerard Patel <g.patel@wanadoo.fr>
1701 Set the base for the ordinals of olepro32 to 248.
1703 * include/commctrl.h:
1704 Matthew J. Francis <mfrancis@plus.net.uk>
1705 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
1708 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
1710 Added difftime function.
1712 2000-06-13 Alexandre Julliard <julliard@winehq.com>
1714 * 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:
1715 Bertho Stultiens <bertho@panter.soci.aau.dk>
1716 Initial release of the message compiler.
1718 * 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:
1719 Juergen Schmied <juergen.schmied@debitel.net>
1720 - new dll shfolder.dll
1723 * 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:
1724 Bertho Stultiens <bertho@akhphd.au.dk>
1725 - Bugfix: Corrected "off by one" error in the linenumber while parsing
1727 - Bugfix: A segfault would occur if messagetables were parsed without
1728 memory options attached. Also added buffer-overflow safeguard while
1729 converting between byteorders.
1730 - Finished remapping usertype resources onto standars types by tricking
1731 the parser into accepting a different token. The remapping can be
1732 disabled with a new commandline option '-m'.
1733 - Resolved some warning about chars used as index on SGI O2 machine
1734 (the ctype isXXX() routines are macros there).
1737 Bertho Stultiens <bertho@panter.soci.aau.dk>
1738 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
1741 * documentation/opengl:
1742 Lionel Ulmer <lionel.ulmer@free.fr>
1743 OpenGL documentation.
1746 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1747 DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
1748 on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
1749 normally returns the "avail" of the corresponding partition.
1750 Cleaned up GetDiskFreeSpaceA.
1752 * windows/x11drv/wnd.c:
1753 Gerard Patel <g.patel@wanadoo.fr>
1754 Do not change the WS_CHILD style in SetParent.
1756 * 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:
1757 Use the Unicode string functions from wine/unicode.h instead of the
1760 * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
1761 Added a couple of Unicode string routines.
1763 * 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:
1764 Marcus Meissner <marcus@jet.franken.de>
1765 Added 24->32 packed pixel mapping support to convert.
1766 Slightly rewrote the conversion initialisation.
1769 Marcus Meissner <marcus@jet.franken.de>
1770 Strip whitespace from front of profile values.
1772 2000-06-12 Alexandre Julliard <julliard@winehq.com>
1774 * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
1775 Juergen Schmied <juergen.schmied@debitel.net>
1776 Implementation for PrivateExtractIcons, PrivateExtractIconEx.
1778 * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
1779 Juergen Schmied <juergen.schmied@debitel.net>
1780 - implemented Get/SetThreadLocale
1781 - added comment about OleErrorInfo field in TEB
1784 Marcus Meissner <marcus@jet.franken.de>
1785 Added struct offsets so understanding game disassembly is easier.
1787 * dlls/wineps/brush.c:
1788 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1789 If printer only supports level 1 PostScript then complain rather than
1790 trying to use a pattern color space. Thanks to David Goodenough.
1792 * include/wine/obj_base.h:
1793 Marcus Meissner <marcus@jet.franken.de>
1794 Corrected IsEqualGUID prototype.
1796 * dlls/ddraw/dga2.c:
1797 Lionel Ulmer <lionel.ulmer@free.fr>
1798 replaced a DPRINTF by a TRACE
1800 * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
1801 Lionel Ulmer <lionel.ulmer@free.fr>
1802 - moved the 'constructor' into a real DLL init function
1803 - make OpenGL32 dependant on the X11 driver
1805 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
1806 hookThunk was not initialized in GetDcState.
1808 * graphics/x11drv/text.c:
1809 Use the font default char for undefined characters when mapping from
1812 * 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:
1813 Lionel Ulmer <lionel.ulmer@free.fr>
1814 New OpenGL thunk generation script.
1816 * dlls/ddraw/dsurface/x11.c:
1817 Lionel Ulmer <lionel.ulmer@free.fr>
1818 Removed the Release in case of error as we do not AddRef anymore.
1821 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1822 Made the DLL version clash error message more verbose.
1824 * 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:
1825 Reimplemented Unicode case mapping in a slightly more efficient way.
1826 Moved case mapping support to the unicode directory.
1827 Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
1829 2000-06-11 Alexandre Julliard <julliard@winehq.com>
1831 * dlls/comctl32/header.c:
1832 Aric Stewart <aric@codeweavers.com>
1833 We were not properly masking the item that was sent with the message
1834 and also we where not sending the notification at the proper times.
1836 * controls/listbox.c:
1837 Jason Mawdsley <jason@macadamian.com>
1838 Take focus before setting the caret position and selections.
1840 * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
1841 Fix for compiler warning (due to setjmp/longjmp being used for
1842 exception handling).
1844 * controls/button.c:
1845 Sheri Steeves <sheri@macadamian.com>
1846 Added save and reset of SetBKMode values in WM_PAINT.
1847 Added handling of lParam value in BM_SETSTYLE.
1849 * 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:
1850 Francois Gouget <fgouget@psn.net>
1851 Reordered the CALLBACK and WINAPI directives so that it compiles with
1854 * include/vfw.h, include/windef.h:
1855 Francois Gouget <fgouget@psn.net>
1856 - Define HIC in this header rather than in windef.h (this is the
1857 correct thing to do although it is unrelated to the C++ issues).
1858 - WINE_HIC is an internal structure and it won't compile in C++ because
1859 it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
1860 - Reordered the CALLBACK and WINAPI directives so that it compiles with
1863 * include/winspool.h: Francois Gouget <fgouget@psn.net>
1864 Fixed a typo in the name of FreePrinterNotifyInfo.
1866 * 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:
1867 Ulrich Czekalla <ulrichc@corel.ca>
1868 HTTP protocol now supported, InternetCrackUrl fixed, lots of other
1871 * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
1872 Patrik Stridvall <ps@leissner.se>
1873 Fixed some warnings.
1875 * dlls/oleaut32/oleaut32.spec:
1876 Patrik Stridvall <ps@leissner.se>
1877 Fixed some issues found by winapi_check.
1879 * 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:
1880 Patrik Stridvall <ps@leissner.se>
1881 - Minor API files fixes
1882 - Use output prefix instead of high order functions that, for some
1883 reason, leaks memory. The memory usage of winapi_check is now greatly
1885 - Turned on argument kind checking of doubles by default
1887 * dlls/commdlg/comdlg32.spec:
1888 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1889 Remove second import of winspool.drv.
1891 * controls/static.c:
1892 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1893 Add support for icons set by STM_SETIMAGE.
1895 * dlls/wineps/bitmap.c:
1896 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1897 Terminate image data with a '>' [The PSLRM is rather vague about this].
1898 Thanks to Bernd Herd.
1900 * graphics/x11drv/xfont.c:
1901 John Elliot <jce@seasip.demon.co.uk>
1902 Some fonts may have no characters at all for some reason, avoid crashes.
1904 * dlls/dsound/dsound_main.c:
1905 James Abbatiello <abbeyj@wpi.edu>
1906 Add a few more flags to those recognized when doing trace+dsound.
1908 * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
1909 Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
1910 variable, not an input variable.
1912 * graphics/x11drv/dib.c:
1913 James Abbatiello <abbeyj@wpi.edu>
1914 Use XCreateImage/XGetSubImage instead of XGetImage for
1915 X11DRV_DIB_GetImageBits.
1917 2000-06-10 Alexandre Julliard <julliard@winehq.com>
1919 * 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:
1920 Added support for symbol codepage.
1921 Improved handling of undefined codepage characters.
1923 * loader/ne/module.c:
1924 Make sure GetModuleFileName16 does not return garbage even if the path
1925 is not valid (thanks to Andreas Mohr).
1927 * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
1928 Dmitry Timoshkov <dmitry@sloboda.ru>
1929 Assign codepage for every X11 font suffix, and use it for converting
1932 * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
1933 Rewrote codepage support to use the new codepage tables.
1935 * 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:
1936 Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
1938 Minor cosmetic fixes.
1940 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
1941 Ove Kaaven <ovek@transgaming.com>
1942 Call TSXFlush after setting DGA palette, so it updates immediately.
1944 2000-06-09 Alexandre Julliard <julliard@winehq.com>
1946 * 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:
1947 Added a bunch of code page tables for multibyte<->wide char
1948 conversions (with the help of Dmitry Timoshkov).
1950 2000-06-08 Alexandre Julliard <julliard@winehq.com>
1952 * 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:
1953 Dmitry Timoshkov <dmitry@sloboda.ru>
1954 Implement NTDLL.towupper and NTDLL.towlower using already existing
1955 case conversion tables. Replace all direct calls to towupper/towlower
1956 either to NTDLL for core or to CRTDLL if latter already used in the
1959 * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
1960 The implementation of StretchBlt in WINE does not use the foreground and
1961 background color when a bitmap is copied from mono to mono. This is
1962 not the case in the actual implementation under Windows but MSDN did
1965 * dlls/comctl32/status.c:
1966 Aric Stewart <aric@codeweavers.com>
1967 Windows must update the right edge (-1) of the last panel upon drawing
1968 instead of relying on WM_SIZE.
1970 * dlls/comctl32/treeview.c:
1971 Aric Stewart <aric@codeweavers.com>
1972 Properly handle InsertItem with an invalid HTREEITEM. Windows handles
1973 these like a TVI_LAST.
1975 * windows/x11drv/event.c:
1976 Turchanov Sergei <turchanov@otvprim.ru>
1979 * dlls/Makefile.in: Added missing dependency.
1981 * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
1982 Removed the .xcnlnk section hack, and replaced it by another hack in
1983 the debugger CREATE_PROCESS event handling.
1985 * dlls/Makefile.in: Merged mouse dll into USER.
1987 * programs/winhelp/macro.c: Compile fix.
1989 * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
1990 Removed a few unnecessary includes.
1992 * 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:
1993 Merged mouse dll into USER.
1995 * 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:
1996 Simplified wrc flags handling.
1999 Yet another attempt at fixing CW_USEDEFAULT handling.
2002 Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
2004 * debugger/module.c:
2005 Strip path name from dll when adding symbols.
2007 * loader/pe_image.c:
2008 Send full path name and debug information in load_dll event.
2010 * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
2011 Pass the main exe name in the CREATE_PROCESS debug event.
2013 * scheduler/sysdeps.c:
2014 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2015 Make a better guess to find the top of the initial stack.
2016 Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
2018 * windows/cursoricon.c:
2019 Louis-Philippe Gagnon (of Macadamian for Corel)
2020 Search for already loaded CursorIcon was done with the wrong handle,
2021 so it was leaking icons. Fixed.
2023 * 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:
2024 Bertho Stultiens <bertho@akhphd.au.dk>
2025 - Implemented MESSAGETABLE resource type.
2026 - Usertype resources that cause a type-clash with defined resources
2027 are now detected and a warning is generated. Some types should be
2028 rerouted through other code so that they will be (re-)interpreted.
2029 - Bugfix: Line-continuation in strings in resources include a newline.
2030 This `feature' got deleted with the builtin preprocessor, but has been
2031 put back into place (see last changes comment from version 1.1.0).
2032 - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
2034 - Bugfix: Assemblers on some platforms do not use 16bit quantities
2035 for `.word'. This directive is now changed into `.short'.
2036 - All types that accept inline data definitions (a la RCDATA) now
2037 also accept a file specification. This unifies the structure a bit.
2039 2000-06-07 Alexandre Julliard <julliard@winehq.com>
2041 * documentation/dll-overrides:
2042 Ove Kaaven <ovek@arcticnet.no>
2043 Text of WWN article "DLL overrides".
2045 * documentation/HOWTO-winelib:
2046 Wilbur N. Dale <wilbur.dale@lumin.nl>
2047 Added to project. Currently incomplete but will update weekly.
2049 * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
2050 Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
2051 has been sent, to avoid deadlocking the debugger.
2053 * controls/combo.c, include/combo.h:
2054 Serge Ivanov <sergei@corel.ca>
2055 - ComboLBox is always created as child of ComboBox. If ComboBox has style
2056 other than CBS_SIMPLE, parent of listbox is set to desktop.
2057 - In CBDropDown. ComboBox uses only first item to calculate height of
2058 dropped listbox. Also if listbox is empty its height is unmodified
2059 (previously it was set to 0).
2060 - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
2061 - General clean-up. Message order is now more precise (at least
2062 notifications to client); listbox - combobox interaction has slight
2063 differences comparing to Windows.
2065 * controls/edit.c: Serge Ivanov <sergei@corel.ca>
2066 - Removed dependency of edit control from combobox implementation.
2067 - Edit control uses undocumented window style 0x0200 to detect is it a part
2068 of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
2069 window handle (see comments for combo.c below).
2070 - EDIT_CheckCombo - modified for correct handling of keyboard messages.
2071 - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
2072 depends on whether listbox is dropped down. This prevents closing of dialog
2073 if listbox is dropped down and allows combobox to process these keyboard
2076 * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
2077 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
2078 - When user clicks outside of dropped listbox, original selection must be
2080 - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
2081 LB_CARETON message before dropping listbox down (but only for
2082 CBS_DROPDOWNLIST - I don't now why).
2084 * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
2085 Well, SetParent doesn't work properly at all, but at least it must preserve
2086 window ID. In fact it also must preserve window styles, destroy X
2087 counterpart if parent of popup or overlapped window is set to someting
2088 different from Desktop, and lot of other stuff that it must and mustn't do.
2089 But preserving ID is good enough for now.
2091 * include/winuser.h: Serge Ivanov <sergei@corel.ca>
2092 Added undocumented window style.
2094 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
2095 Peter Hunnisett <hunnise@nortelnetworks.com>
2096 - Small update to documentation
2097 - More player/group interface implementation (not tested)
2100 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2101 Don't call MessageBoxA before USER is initialized.
2103 * controls/listbox.c: Stephane Lussier
2106 - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
2107 and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
2108 the size in both cases.
2109 - When the caret index change, items repainting need tp be in this
2111 a) Paint old caret item without the focus
2112 b) Paint old caret item without the selection
2113 c) Paint new caret item with the selection
2114 d) Paint new caret item with the focus.
2115 - When repainting the listbox, we should paint all items regarding if
2116 they are slected or not and then paint after the focus item. So focus
2117 item will end out being painted twice. (That's what Windows does).
2119 * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
2120 mmap() fails with ENODEV on NTFS under Linux.
2122 * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
2123 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2124 PathFindNextComponent: return pointer to NULL and not NULL.
2126 * dlls/comctl32/toolbar.c:
2127 Aric Stewart <aric@codeweavers.com>
2128 Added handling of TBSTYLE_AUTOSIZE.
2130 * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
2131 Patrik Stridvall <ps@leissner.se>
2132 Fixed some warnings.
2134 * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
2135 Patrik Stridvall <ps@leissner.se>
2136 Fixed issues found by winapi_check.
2138 * 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:
2139 Patrik Stridvall <ps@leissner.se>
2140 - Minor API files update.
2141 - Turned on calling convention checking for Win32 functions by
2144 * dlls/comctl32/toolbar.c:
2145 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2146 TOOLBAR_DrawString: catch index== -1 (but not yet handled).
2149 Fixed off-by-one error in string allocation.
2152 Alexandre Julliard <julliard@codeweavers.com> for Corel
2153 The window dimensions have to be initialized before sending the
2154 WM_GETMINMAXINFO message.
2156 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
2157 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2158 Removed mis-aligned accesses during BIOS/DOS data initialization.
2161 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2162 Fixed size of pe_header on machines with non-4K pages.
2164 * if1632/snoop.c, relay32/snoop.c:
2165 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2166 Use "CALL" and "RET" in capital letters for distinction.
2168 * dlls/comctl32/propsheet.c:
2169 Noomen Hamza <noomen@macadamian.com>
2170 The active page should be unchanged when removing an active first page
2171 from a property sheets.
2173 2000-06-04 Alexandre Julliard <julliard@winehq.com>
2175 * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
2176 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2177 Updated support for Solaris/Sparc architecture.
2179 * dlls/comctl32/toolbar.c:
2180 Michael Cardenas <michael_cardenas@deneba.com>
2181 Corrected a potential crash.
2183 * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
2184 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2185 Moved stack switch handling (large stack) to sysdeps.c
2186 Enable exception dispatch while on large stack.
2188 * dlls/comctl32/listview.c:
2189 Chris Morgan <cmorgan@wpi.edu>
2190 Finished the implementation of LISTVIEW_SetColumnWidth. Tested
2191 against windows thoroughly. Fixed bug resulting in unsigned values
2192 being passed into LISTVIEW_SetColumnWidth from the listview window
2193 procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
2194 icons if no icons exist.
2196 * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
2197 Added defines for LVSCW_AUTOSIZE/_USEHEADER.
2199 * dlls/comctl32/header.c:
2200 Chris Morgan <cmorgan@wpi.edu>
2201 Replaced calls to HEADER_Refresh with InvalidateRect.
2203 * dlls/comctl32/toolbar.c:
2204 Eric Kohl <ekohl@rz-online.de>
2205 Started support for menubar-like toolbars.
2207 * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
2208 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2209 Compile fixes for non-i386 archs.
2211 * controls/button.c, controls/uitools.c:
2212 Susan Farley <sfarley@codeweavers.com>
2213 Attempt to paint the checkbox and radio buttons better.
2215 2000-06-03 Alexandre Julliard <julliard@winehq.com>
2217 * dlls/ttydrv/ttydrv_main.c: Fixed warning.
2219 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
2220 Eric Kohl <ekohl@rz-online.de>
2221 Updated to dll version 5.81 (IE 5.01).
2223 * dlls/comctl32/treeview.c:
2224 Eric Kohl <ekohl@rz-online.de>
2225 Implemented TVM_GETITEMW.
2227 * dlls/comctl32/listview.c, include/listview.h:
2228 Jason Mawdsley <jason@macadamian.com>
2229 Added support for typing the filename in the listview control and
2230 having the control select it.
2232 * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
2233 Removed MSG_WineStartTicks (does not work for multiple address spaces
2236 * graphics/enhmetafiledrv/init.c:
2237 Replaced GetDC by CreateDC.
2239 * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
2240 Moved DIB_FixColorsToLoadflags to cursoricon.c.
2242 * documentation/wine.man.in:
2243 Peter Ganten <peter@ganten.org>
2244 Documented the new wine command line and the environment variable
2247 * msdos/dpmi.c, dlls/dsound/dsound_main.c:
2248 Patrik Stridvall <ps@leissner.se>
2249 Fixed some warnings.
2251 * 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:
2252 Patrik Stridvall <ps@leissner.se>
2255 * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
2256 Delay loading of interrupt table functions until they are needed.
2258 * include/miscemu.h, msdos/ioports.c:
2259 Delay initialization of I/O permissions until they are first used.
2261 * 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:
2262 Moved kernel initialization to kernel_main.c
2264 * 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:
2265 Merged display.dll into USER.
2268 Juergen Schmied <juergen.schmied@debitel.net>
2271 * 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:
2272 Dimitrie O. Paun <dimi@cs.toronto.edu>
2273 Start to separate KERNEL out of libwine.
2275 2000-06-02 Alexandre Julliard <julliard@winehq.com>
2277 * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
2278 Susan Farley <sfarley@codeweavers.com>
2279 Preserve WM hints that were set during window creation by calling
2280 XGetWMHints prior to XSetWMHints.
2282 * include/commdlg.h:
2283 Michael Cardenas <michael_cardenas@deneba.com>
2284 Added a few message crackers.
2286 * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
2287 Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
2288 statements, to autogenerated wine.conf.
2290 * 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:
2291 Juergen Schmied <juergen.schmied@debitel.net>
2292 - Rewrite of the shell related parts of the dialog to use the already
2293 in shell32implemented functions (ShellFolder/Path*). Eliminated direct
2295 - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
2296 some dlls per *.spec file
2297 - Most OpenFile Flags (OFN_*) should work properly now
2298 - The edit box should work right with all stuff entered in it like
2299 ..\temp\file.txt or just c: to change a drive
2300 - Optimized DataObject handling
2301 - Some bugs fixed, should work with native shell32 again.
2302 - Stubs for PrintDlgEx
2304 2000-06-01 Alexandre Julliard <julliard@winehq.com>
2306 * 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:
2307 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2308 Lots of spelling fixes that accumulated in my tree again, made several
2309 error msgs more verbose, doc updates.
2311 * 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:
2312 Juergen Schmied <juergen.schmied@debitel.net>
2313 - New (some stubs): SHGetFolderLocation, PathAddExtension,
2314 PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
2315 SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
2316 - Many string functions implemented
2317 - Some stubs for exports by ordinal
2319 * loader/pe_image.c:
2320 Juergen Schmied <juergen.schmied@debitel.net>
2321 Give a error message if a forwarded export is not resolved.
2323 * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
2324 Juergen Schmied <juergen.schmied@debitel.net>
2325 Implemented FindFirstFileEx, cleaned old implementation up.
2327 * controls/widgets.c:
2328 Louis-Philippe Gagnon (of Macadamian for Corel)
2329 Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
2330 Static window class was registered without the CS_DBLCLKS style (which it
2333 * scheduler/process.c:
2334 Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
2336 * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
2337 Peter Hunnisett <hunnise@nortelnetworks.com>
2338 - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
2339 - Added some SoundCapture stubs
2340 - Changed REFIID to LPCGUID in a few places as per MS header file
2342 * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
2343 Juergen Schmied <juergen.schmied@debitel.net>
2344 Stub for RtlConvertSidToUnicodeString.
2346 * controls/static.c: Serge Ivanov <sergei@corel.ca>
2347 MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
2348 SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
2350 * dlls/winsock/socket.c:
2351 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2354 2000-05-31 Alexandre Julliard <julliard@winehq.com>
2356 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
2357 Set a default size for windows when CW_USEDEFAULT is used.
2359 2000-05-30 Alexandre Julliard <julliard@winehq.com>
2361 * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
2362 Zoran Dzelajlija <jelly@srk.fer.hr>
2363 Basic Croatian language support.
2365 * controls/edit.c: Serge Ivanov
2366 Returning DLGC_WANTALLKEYS for multiline edit control was not good because
2367 it breaks navigation in dialogs.
2369 * dlls/dsound/dsound_main.c:
2370 Peter Hunnisett <hunnise@nortelnetworks.com>
2371 - Fixed some initialization/destruction and reference counting
2372 - Added a little more debugging information
2374 * tools/font_convert.sh:
2375 Peter Ganten <peter@ganten.org>
2376 Added a shell-script for easier font-installation.
2378 * 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:
2379 Dimitrie O. Paun <dimi@cs.toronto.edu>
2380 Separate wineps out of Wine's core.
2382 * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
2383 Peter Hunnisett <hunnise@nortelnetworks.com>
2384 - Added a little more dll level debugging and small changes
2385 - Start on group and player interfaces
2387 * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
2388 Peter Hunnisett <hunnise@nortelnetworks.com>
2389 - Add another way to create a 3d listener interface.
2390 - Fix up some reference counting bugs and interface creation bugs
2391 - Add DirectSoundEnumerateW stub
2392 - Add DirectSoundCaptureEnumerate{A,W} stubs
2394 * dlls/comctl32/datetime.c, include/datetime.h:
2395 Chris Morgan <cmorgan@wpi.edu>
2396 Added 3D border around control. Fixed monthcal control popup. Added
2397 WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
2398 Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
2399 date is now displayed properly for DTS_SHORTDATEFORMAT.
2401 * dlls/comctl32/monthcal.c:
2402 Chris Morgan <cmorgan@wpi.edu>
2403 Removed all direct calls to MONTHCAL_Refresh() and replaced with
2404 either RedrawWindow or InvalidateRect. Optimized drawing using
2405 RedraWindow and update regions. Fixed "Today" date bug where year was
2406 only one digit. Fixed drawing of circle drawn next to "Today". Fixed
2407 moving to previous or next month by clicking on days belonging to
2408 previous or next months.
2410 * relay32/kernel32.spec, win32/console.c:
2411 Ulrich Czekalla <ulrichc@corel.com>
2412 Add stub for SetConsoleOutputCP.
2415 Marcus Meissner <marcus@jet.franken.de>
2416 Add a ; needed by some YACCs.
2418 * dlls/ddraw/dsurface/x11.c:
2419 Lionel Ulmer <lionel.ulmer@free.fr>
2420 Install the colormap only if it was created.
2423 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2424 Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
2426 * dlls/opengl32/wgl.c:
2427 Lionel Ulmer <lionel.ulmer@free.fr>
2428 Implemented wglShareLists and wglGetCurrentDC.
2430 * 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:
2431 Moved idle event handling to the server.
2434 Use GetStartupInfoA() instead of accessing process structure
2438 Make sure initial task is not marked as 32-bit.
2441 Make child processes inherit command-line options through the
2442 WINEOPTIONS environment variable.
2444 * windows/win.c: Serge Ivanov
2445 SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
2447 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
2448 Dimitrie O. Paun <dimi@cs.toronto.edu>
2449 Moved DISPDIB out of the kernel into GDI.
2451 * controls/combo.c, include/combo.h:
2452 David Grant <davidgra@corel.ca>
2453 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
2454 - Edit text must be selected only if CB is in focus.
2455 - If CB has edit control we have to call CBUpdateEdit to update its
2456 contents. Invalidating textRect will not force updating of child
2457 edit control, obviously.
2458 - We have to protect ourselves from changing selection in listbox when
2459 we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
2460 EN_CHANGE will not reselect item in the lisbox.
2462 * dlls/gdi/gdi_main.c:
2463 Dimitrie O. Paun <dimi@cs.toronto.edu>
2464 Add include for LoadLibrary.
2466 * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
2467 Turchanov Sergei <turchanov@otvprim.ru>
2468 Implemented local atoms in the server.
2470 * if1632/builtin.c: Do not load wineps on startup.
2473 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2476 * controls/combo.c: Owen Wang
2477 When you click on an icon to open a combo box, you would expect it to
2478 be enabled so you can choose something in it. In Wine this was not
2479 guaranteed since your default flags could get lost in the process-heap
2482 2000-05-29 Alexandre Julliard <julliard@winehq.com>
2484 * 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:
2485 Exec a separate wine binary for every win32 process so that they run
2486 in separate address spaces.
2487 Run 16-bit tasks as Win32 threads, not processes.
2489 2000-05-26 Alexandre Julliard <julliard@winehq.com>
2491 * include/version.h, ANNOUNCE, ChangeLog:
2494 * controls/listbox.c: Serge Ivanov
2495 - Added handling of WM_MOUSEACTIVATE message
2496 - Added in_focus field to internal listbox's structure. This flag is set on
2497 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
2498 GetFocus function were replaced with checks of this flag.
2499 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
2502 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
2503 Peter Hunnisett <hunnise@nortelnetworks.com>
2504 Started local name server framework.
2506 * 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:
2507 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2508 Add PrintSetup dialog and support for hooks and templates.
2509 Move 16 bit api definitions out of commdlg.h to cdlg.h
2511 ----------------------------------------------------------------
2512 2000-05-26 Alexandre Julliard <julliard@winehq.com>
2514 * controls/listbox.c: Serge Ivanov
2515 - Added handling of WM_MOUSEACTIVATE message
2516 - Added in_focus field to internal listbox's structure. This flag is set on
2517 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
2518 GetFocus function were replaced with checks of this flag.
2519 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
2522 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
2523 Peter Hunnisett <hunnise@nortelnetworks.com>
2524 Started local name server framework.
2526 * 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:
2527 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2528 Add PrintSetup dialog and support for hooks and templates.
2529 Move 16 bit api definitions out of commdlg.h to cdlg.h
2531 * controls/edit.c: Henning Hoffmann
2532 Don't send EN_CHANGE after painting the edit.
2533 Send it wherever text is changed.
2535 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
2536 Moved the EN_UPDATE notification out of the paint handler. Instead,
2537 the notification is sent when an InvalidateRect is made after
2540 * dlls/comctl32/tooltips.c:
2541 Francois Methot (Macadamian)
2542 Fixed the blank color palette tooltip bug by triggering a refresh of
2543 the tooltip with UpdateWindow function instead of calling directly the
2546 * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
2547 James Juran <juran@cse.psu.edu>
2548 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
2550 2000-05-25 Alexandre Julliard <julliard@winehq.com>
2553 Do not clear suffixes list (breaks BSD make).
2555 * dlls/winspool/info.c, include/winspool.h:
2556 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2557 Move winspool to unicode.
2560 * dlls/comctl32/trackbar.c:
2561 Aric Stewart <aric@codeweavers.com>
2562 Reworked the thumb drawing code, thumb calculation code, channel
2563 calculation code, and corrected some bugs in how tics are drawn and
2564 how clicks are handled.
2567 Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
2568 Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
2570 * dlls/comctl32/toolbar.c:
2571 Chris Morgan <cmorgan@wpi.edu>
2572 Use clipping regions to reduce the amount of processing performed when the
2573 toolbar is repainting. Reduces processing by approximately 85-95% in most
2576 * dlls/comctl32/treeview.c:
2577 Gerard Patel <g.patel@wanadoo.fr>
2578 Fixes crash when calling Treeview_EndEditLabelNow and no node is
2581 2000-05-24 Alexandre Julliard <julliard@winehq.com>
2583 * dlls/comctl32/flatsb.c:
2584 Susan Farley <sfarley@codeweavers.com>
2585 Defer to standard scrolling APIs for non-flatSB specific functions so
2586 that flatSBs show up and behave properly, just not with flat properties.
2588 * graphics/x11drv/dib.c:
2589 Rob Farnum <robf@codeweavers.com>
2590 Separate out the 32bit case from the 24bit case, and copy 3bytes of
2591 source for every 4bytes of input, into the destination for the 24bit
2594 * include/winbase.h, include/winnt.h, win32/file.c:
2595 Francois Gouget <fgouget@psn.net>
2596 Sorted out a few misplaced definitions.
2597 Added some missing definitions related to file handling and virtual
2598 memory manipulation.
2599 Added IsTextUnicode.
2601 * dlls/comctl32/treeview.c:
2602 Aric Stewart <aric@codeweavers.com>
2603 Added handling for TVS_SINGLEEXPAND.
2605 * dlls/comctl32/tab.c:
2606 Aric Stewart <aric@codeweavers.com>
2607 Corrected the problem where a tab control marked multiline but has
2608 only one tab was being justified to fill the whole tab space.
2610 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
2611 Commented out broken __asm__, added comments where it is broken.
2613 * dlls/comctl32/listview.c:
2614 Martin Fuchs <martin-fuchs@gmx.net>
2615 Inserted a missing call to SetWindowPos(). With this change the header
2616 control is visible again in list views with report style.
2618 * Make.rules.in, tools/wrc/Makefile.in:
2619 Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
2621 2000-05-23 Alexandre Julliard <julliard@winehq.com>
2623 * windows/message.c:
2624 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2625 Send a normal mouse message code in WM_PARENTNOTIFY, even if the
2626 actual message was a non-client one.
2628 * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
2629 Patrik Stridvall <ps@leissner.se>
2630 Fixed issues found by winapi_check.
2632 * 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:
2633 Patrik Stridvall <ps@leissner.se>
2635 - Better headers and prototype checking
2636 - Prototype checking now called --prototype instead of --headers
2637 - New options --headers-{duplicated,misplaced} for
2638 duplicated/misplaced functions checking of the headers.
2641 * Make.rules.in, configure, configure.in:
2642 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2643 If system doesn't have OpenGL, don't refer to libopengl32.so.
2645 * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
2646 Abey George (of Macadamian/Corel)
2647 When you open files with Embedded objects, they were not getting drawn
2648 correctly. When you paste OLE objects with presentation data, they
2649 were not getting drawn correctly.
2651 * controls/menu.c: Rob Farnum <robf@codeweavers.com>
2652 Post a WM_CANCELMODE message to wake up the internal menu handling
2653 code. This fixes the problem of a menu being orphaned when the parent
2654 window disappears, or if the parent loses focus.
2656 * dlls/winsock/socket.c:
2657 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2658 Fix a mismatch between format string and parameter.
2660 * dlls/comctl32/updown.c:
2661 Susan Farley <sfarley@codeweavers.com>
2662 SetBuddy no longer overwrites its superclass' WndProc property when
2663 the buddy has already been subclassed, eliminating the infinite loop
2666 * configure, configure.in:
2667 John R. Sheets <jsheets@codeweavers.com>
2668 Cleaned up X11 extension tests.
2670 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
2671 Capture ^V,^X,^C and translate it to the corresponding message for
2674 * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
2675 Lionel Ulmer <lionel.ulmer@free.fr>
2676 - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
2677 - prevent HalfLife from crashing when it frees three times the same
2680 * graphics/vga.c, include/vga.h:
2681 Ove Kaaven <ovek@arcticnet.no>
2682 Improved DirectDrawPalette handling (set it on init, not every time it
2683 changes). Added VGA_WriteChars() function.
2685 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
2686 Scale mouse coordinates to default width 640.
2688 * dlls/ddraw/ddraw/main.c:
2689 Ove Kaaven <ovek@arcticnet.no>
2690 Made WINE_DirectDraw a decorationless popup window. Fixes mouse
2691 coordinates previously offset by the invisible decorations.
2694 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2695 #undef DELETE before (re)defining it.
2697 * dlls/comctl32/tooltips.c:
2698 Chris Morgan <cmorgan@wpi.edu>
2701 * dlls/comctl32/toolbar.c:
2702 Chris Morgan <cmorgan@wpi.edu>
2703 Reduce toolbar redrawing and flicker by calling RedrawWindow() in
2704 TOOLBAR_MouseMove() only if hot effect applies to the current hot
2705 button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
2706 restore hot effect properly.
2708 * controls/listbox.c: Serge Ivanov
2709 Fixed WM_LBUTTONDBLCLK handling.
2711 * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
2712 Susan Farley <sfarley@codeweavers.com>
2713 Set and retrieve the window icon that is drawn under managed mode
2714 (based on the work of Andrew Lewycky for Corel).
2716 * dlls/comctl32/toolbar.c:
2717 Aric Stewart <aric@codeweavers.com>
2718 Corrected a problem of when oldHit is negative and we try to use it as
2719 an index into the buttons array.
2721 * include/windows.h: Francois Gouget <fgouget@psn.net>
2722 Should include commdlg.h.
2724 * include/windef.h: Francois Gouget <fgouget@psn.net>
2725 Define the _X86_ macro on Intel processors.
2728 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2729 Some part of EDIT_EM_LineLength code was commented (broken). Restored
2730 the capability to calculate the remaining non-selected chars of a
2733 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
2734 Lionel Ulmer <lionel.ulmer@free.fr>
2735 Remove the PRIMARYSURFACE attribute from back buffers.
2737 * dlls/comctl32/listview.c:
2738 Aric Stewart <aric@codeweavers.com>
2739 If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
2740 header like normal but just sets it not visible. This fix lays out
2741 those supposedly nonexistent headers to size 0,0. So that even if they
2742 become visible they are not drawn.
2744 * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
2745 Gerard Patel <g.patel@wanadoo.fr>
2746 Remove the direct call into core (DIALOG_DoDialogBox).
2748 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
2749 Lionel Ulmer <lionel.ulmer@free.fr>
2750 Initialize the back-buffer with the correct VTable.
2752 * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
2753 Lionel Ulmer <lionel.ulmer@free.fr>
2754 - added option to get double-buffered desktop
2755 - implemented wglUseFontBitmapsA and wglDeleteContext
2757 * 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:
2758 Bertho Stultiens <bertho@akhphd.au.dk>
2759 - Implemented animated cursors and icons resource types.
2760 - Added partial support for font resources (user supplied fontdir is
2762 - All resources with inline data (a la RCDATA) now support language,
2763 version and characteristics data.
2764 - Implemented resource name duplicate checks. It is now an error if
2765 two resources of the same type have the same name.
2766 - Bugfix: Language propagation was not correct when .res files were
2768 - Bugfix: VERSIONINFO now handles memory options.
2769 - Bugfix: resource names and the resource type may be equal (e.g. MENU
2770 MENU {...}). This support was mistakingly deleted in the upgrade to
2771 the builtin preprocessor.
2772 The standalone LANGUAGE setting became context sensitive as a consequence
2773 of this. Now it *must* end with a newline *after* both expressions and
2774 no newlines are allowed within the line (the statement must fit on one
2775 line). This is no practical problem though.
2777 * tools/winapi_check/output.pm:
2778 Francois Gouget <fgouget@psn.net>
2779 Send regular messages to stdout so that they are separate from
2782 * documentation/bugreports:
2783 Gerard Patel <g.patel@wanadoo.fr>
2784 Regression testing using CVS.
2786 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
2787 Peter Hunnisett <hunnise@nortelnetworks.com>
2788 - Small fixes/updates
2789 - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
2791 * documentation/winedbg:
2792 Eric Pouech <Eric.Pouech@wanadoo.fr>
2793 A bit of documentation on new debugging features.
2795 * files/directory.c: James Juran <juran@cse.psu.edu>
2796 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
2797 it does not find the file.
2799 * scheduler/debugger.c:
2800 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2801 Use WARN() instead of TRACE() in DebugOutputA().
2804 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2805 HeapFree on a NULL ptr should return TRUE.
2807 2000-05-19 Alexandre Julliard <julliard@winehq.com>
2809 * dlls/comctl32/listview.c:
2810 Chris Morgan <cmorgan@wpi.edu>
2811 Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
2812 mode and item text is wider than the current nItemWidth.
2815 Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
2816 Fixed initialization of INSTANCEDATA in InitTask().
2818 * dlls/ole32/storage.c:
2819 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2820 StgOpenStorage16: correct arguments to the CreateFile call.
2823 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2824 DOSFS_DoGetFullPathName: terminate string weh called like .\\file
2826 * dlls/icmp/icmp_main.c:
2827 Francois Gouget <fgouget@psn.net>
2828 Replace the calls to malloc by calls to HeapAlloc and friends.
2830 * dlls/comctl32/toolbar.c:
2831 Aric Stewart <aric@codeweavers.com>
2832 Fixes the line of garbage at the bottom of images and the fact that
2833 the buttons in the open dialog box where too tall.
2835 * 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:
2836 Dimitrie O. Paun <dimi@cs.toronto.edu>
2837 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2839 2000-05-18 Alexandre Julliard <julliard@winehq.com>
2841 * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
2842 Peter Hunnisett <hunnise@nortelnetworks.com>
2843 - Added remaining DirectX 3D3 6&7 3D interfaces.
2844 - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
2846 - Fixed dsound.h include list (d3d.h->d3dtypes.h).
2848 * programs/regapi/README:
2849 Juergen Lock <nox@jelal.kn-bremen.de>
2852 * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
2853 Fixed issues found by winapi_test.
2855 * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
2856 Patrik Stridvall <ps@leissner.se>
2857 GetRelAbs for some reason takes 2 parameters, even though the second
2858 one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
2860 * controls/edit.c: Sheri Steeves
2861 The edit is now detected correctly if the parent is a combo box. It
2862 wasn't working when the combobox was superclassed.
2864 * windows/nonclient.c: Francois Boisvert
2865 System icons in the small caption bars are displayed with the right size.
2867 * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
2868 Patrik Stridvall <ps@leissner.se>
2869 Fixed issues found by winapi_check.
2871 * 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:
2872 Patrik Stridvall <ps@leissner.se>
2875 * dlls/comctl32/tab.c:
2876 Francois Gouget <fgouget@psn.net>
2877 Convert C++ comments to regular C comments.
2879 * 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:
2880 Ove Kaaven <ovek@arcticnet.no>
2881 Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
2882 map to point to the IDirectDrawPalette's own depth conversion color map.
2884 * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
2885 Ove Kaaven <ovek@arcticnet.no>
2886 Initialize an identity mapping in CreatePalette if no depth conversion
2887 is necessary. Also fixed a warning.
2889 * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
2890 Made X11DRV_DIB_MapColor map back to the original color index if the
2891 XImage pixel's physical color is still the same.
2893 2000-05-15 Alexandre Julliard <julliard@winehq.com>
2895 * graphics/x11drv/xfont.c:
2896 Use the correct display for cached metrics file name.
2897 Store metrics in specified config dir.
2899 * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
2900 Make sure all Wine processes share the same X display.
2901 Inherit --managed option across processes.
2902 Add support for specifying display and managed mode in config file.
2904 * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
2905 Use unsigned int instead of unsigned short in DirectDraw
2906 depth-conversion color map.
2908 * controls/listbox.c:
2909 Susan Farley <sfarley@codeweavers.com>
2910 Avoid calls to SetFocus when they are unnecessary.
2912 2000-05-14 Alexandre Julliard <julliard@winehq.com>
2914 * dlls/comctl32/treeview.c:
2915 David Black <dblack@btinternet.com>
2916 Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
2918 * dlls/winmm/wineoss/midi.c:
2919 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2920 More verbose errors.
2922 * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
2923 Fixed borders of windows while dragging or sizing to match
2924 TWEAK_WineLook setting.
2926 * relay32/builtin32.c:
2927 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2928 #include <sys/types.h> before <sys/mman.h>.
2930 * 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:
2931 Dimitrie O. Paun <dimi@cs.toronto.edu>
2932 Moved DDEML into dlls/user.
2934 * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
2935 Added support for registry values larger than the server buffer.
2936 When loading a registry file, automatically determine overlap between
2937 key name and file contents based on the first key name.
2938 Removed v1 saving code.
2939 Save USER\.Default separately into ~/.wine/userdef.reg.
2941 * 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:
2942 Ove Kaaven <ovek@arcticnet.no>
2943 Improved DIBSection support for IDirectDrawSurface::GetDC.
2945 * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
2946 Lionel Ulmer <lionel.ulmer@free.fr>
2947 - set debug messages after a TRACE_ON test
2948 - prevent crash when making the NULL context current
2950 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
2951 When new menu Id is not found or index > nitems, insert the new menu
2952 at end of current menu.
2954 2000-05-13 Alexandre Julliard <julliard@winehq.com>
2956 * 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:
2957 Peter Hunnisett <hunnise@nortelnetworks.com>
2958 - Added ability to create 3D3 interfaces for Xlib
2959 - Changed DD_OK to D3D_OK in some places for consistency
2960 - Cleaned up some compiler warnings present without DGA2
2961 - Changed order for DirectDrawEnumerateExA to enumerate at least
2962 what abilities are known rather than bailing on unsupported flags
2963 - Added DirectDrawCreateEx stub
2965 2000-05-12 Alexandre Julliard <julliard@winehq.com>
2968 Susan Farley <sfarley@codeweavers.com>
2969 Distinguish RADIOCHECK style menu items from standard checkmark menu
2972 * controls/button.c:
2973 Susan Farley <sfarley@codeweavers.com>
2974 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
2975 should be sent a BN_CLICKED when it receives the focus.
2978 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2979 GetFullPathname: add missing termination to the string.
2981 * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
2982 Patrik Stridvall <ps@leissner.se>
2983 Fixed byte order on Solaris and FreeBSD.
2985 * 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:
2986 Lionel Ulmer <lionel.ulmer@free.fr>
2987 Added support for OpenGL.
2989 * dlls/shell32/shlfolder.c:
2990 Eric Pouech <Eric.Pouech@wanadoo.fr>
2991 Fixed absolute path to pidl generation.
2993 2000-05-11 Alexandre Julliard <julliard@winehq.com>
2995 * dlls/shell32/shlfolder.c:
2996 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2997 Fixed buffer overflow.
2999 * 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:
3000 Patrik Stridvall <ps@leissner.se>
3001 Fixed some debug messages.
3003 * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
3004 Patrik Stridvall <ps@leissner.se>
3005 Fixed issues found by winapi_check.
3007 * 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:
3008 Patrik Stridvall <ps@leissner.se>
3009 - Check for missing modules in modules.dat.
3010 - New options --debug-messages for debug message checking (turned off
3012 - Do not discard the argument name (use in debug message checking)
3016 * graphics/x11drv/dib.c:
3017 Marcus Meissner <Marcus.Meissner@caldera.de>
3018 Fixed asm() constraints.
3020 * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
3021 Eric Pouech <Eric.Pouech@wanadoo.fr>
3022 Fixed %p in printf (now using wsprintf which doesn't support it).
3023 Added ThreadId and ProcessId internal vars.
3024 Allow at startup to pick up a process to debug.
3026 * dlls/winmm/wineoss/audio.c:
3027 Eric Pouech <Eric.Pouech@wanadoo.fr>
3028 Fixed division by zero.
3030 * dlls/comctl32/trackbar.c:
3031 Eric Pouech <Eric.Pouech@wanadoo.fr>
3032 Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
3034 * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
3035 Scroll off-screen controls when scroll rectangle is NULL.
3037 * dlls/comctl32/tab.c, include/tab.h:
3038 Ken Thomases <ken@codeweavers.com>
3039 Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
3042 * dlls/comctl32/imagelist.c:
3043 Aric Stewart <aric@codeweavers.com>
3044 Remove the background from the new image when it is being replaced
3045 with a ReplaceImage.
3047 * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
3048 Bernd Herd <info@herdsoft.com>
3049 Make sure hInstance is a proper global handle and not a selector
3052 * dlls/commdlg/printdlg.c: Jean-Claude Batista
3053 PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
3055 * dlls/comctl32/treeview.c:
3056 Aric Stewart <aric@codeweavers.com>
3057 Clean up the drawing code after a label update. There were problems if
3058 the new label is shorter that the old label fragments of the old label
3061 * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
3062 Clear menu handle after destroying menu.
3065 Guy Albertelli <galberte@neo.lrun.com>
3066 Revalidate menu handle in mt.hTopMenu after DispatchMessage.
3068 * windows/dialog.c: Bernd Herd <info@herdsoft.com>
3069 Pass CTLDATA as SEGPTR for 16-bit programs.
3071 * dlls/version/ver16.c:
3072 Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
3073 Prevent possible NULL pointer access.
3075 2000-05-10 Alexandre Julliard <julliard@winehq.com>
3077 * controls/menu.c: Aric Stewart <aric@codeweavers.com>
3078 - Wine was passing the wrong hwnd as the owner when processing owner
3080 - When doing MENU_CalcItemSize for the menu bar we were not properly
3081 padding the returned rect.
3083 * dlls/comctl32/treeview.c:
3084 Aric Stewart <aric@codeweavers.com>
3085 Allow the user to cancel label editing with esc and confirm with return.
3087 * dlls/comctl32/tab.c:
3088 Ken Thomases <ken@codeweavers.com>
3089 Restore accidentally undone changes.
3091 * dlls/comctl32/treeview.c:
3092 Aric Stewart <aric@codeweavers.com>
3093 - Wine was not properly reporting back the edited label to the
3094 application in a treeview when the label is a callback.
3095 - Because windows applications assume they get a new edit control
3096 every time they often subclass that edit box willy-nilly and do not
3097 clean up. So it is necessary to actually give them a new edit control
3100 * dlls/comctl32/toolbar.c:
3101 Aric Stewart <aric@codeweavers.com>
3102 - Cleaned up some of the drawing code, specifically dealing with
3103 avoiding trying to draw invalid bitmaps.
3104 - Avoid directly calling drawing functions instead invalidating rects
3105 and relying on WM_PAINT.
3106 - For the dropdown event check the button style as opposed to the
3109 * dlls/dsound/dsound_main.c:
3110 Eric Pouech <Eric.Pouech@wanadoo.fr>
3111 Make internal buffers size multiple of 4.
3114 Guy L. Albertelli <galberte@neo.lrun.com>
3115 Verify the menu handle is non-zero prior to use.
3117 * controls/menu.c: Ken Thomases <ken@codeweavers.com>
3118 Fixed to display popup-menu arrow on owner-drawn popup menus.
3119 Fixed positioning of submenus relative to parent menus.
3121 * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
3122 Specify the service thread timers in ms instead of us.
3124 * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
3125 Reserve space for the PE header at the start of the .so file.
3126 Store the export table inside the data section so that sections can be
3128 Build the relay function table directly in the .spec.c file.
3129 Moved relay debugging functions to relay386.c.
3131 * 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:
3132 Gerard Patel <g.patel@wanadoo.fr>
3133 Protect against use of comctl32 private control memory after it has
3136 * dlls/comctl32/status.c:
3137 Aric Stewart <aric@codeweavers.com>
3138 Some programs switch their status bar back and forth from simple mode
3139 while running. This fix corrects drawing and text setting problems that
3140 result from this behavior.
3142 2000-05-09 Alexandre Julliard <julliard@winehq.com>
3145 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
3146 Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
3147 Various optimizations.
3149 * dlls/winmm/wineoss/audio.c:
3150 Eric Pouech <Eric.Pouech@wanadoo.fr>
3151 Changed WAVEHDR notification heuristic.
3152 Added preliminary support for loops in WAVEHDRs.
3153 Fixed issues when mixing open and getCaps calls.
3155 * 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:
3156 Bertho Stultiens <bertho@akhphd.au.dk>
3157 - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
3158 address of a pointer instead of its value. This probably slipped in
3159 during the merge of my tree into the winetree.
3160 Lesson learned: always double check.
3161 - Verified most resources so that win16 compile also generates correct
3162 output for reversed endian.
3163 - Implemented byte-ordering for resources. All resources can be forced
3164 to be little-, big- or native endian with command-line option -B.
3165 - Reading resources from .res-files are only accepted in native byte-
3166 ordering so that no additional semantic analysis is required.
3167 - Resource directory is still written in native-only format, including
3169 - Wrc is now installed through the makefile with 'make install' and also
3170 uninstalled with 'make uninstall'.
3171 - Wrote a man-page for better reference. The manpage also gets installed
3173 - Cleaned up the namespace a bit by more agressive use of static.
3175 * dlls/comctl32/tab.c, include/tab.h:
3176 Aric Stewart <aric@codeweavers.com>
3177 Added the ability to use multiline tab controls to wine.
3179 * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
3180 Marcus Meissner <marcus@jet.franken.de>
3181 Number of surface Lock/Unlocks must NOT match, so do NOT use it for
3184 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3185 Update for new Wine features; use ttydrv instead of x11drv when
3186 running regapi, and set correct winedbg path in the registry.
3188 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3189 Fixed jump_alias for non-PIC, and disabled it for PIC, since it
3190 doesn't work for PIC right now. This fixes current crashing sigaction
3193 * debugger/memory.c:
3194 Eric Pouech <Eric.Pouech@wanadoo.fr>
3197 * dlls/advapi32/registry.c:
3198 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3199 Added some reg temp file clutter check (more than 100 temp files in
3202 2000-05-07 Alexandre Julliard <julliard@winehq.com>
3204 * graphics/x11drv/dib.c:
3205 Marcus Meissner <marcus@jet.franken.de>
3206 SetImageBits_8: added ->15 conversion in optimized assembler.
3208 * 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:
3210 Wraps some RichEdit control functionality on an Edit control. It uses
3211 a free implementation of an RTF parser written by Paul DuBois
3212 http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
3213 work with the control.
3215 * windows/winproc.c:
3216 Do not send WM_SIZING to 16-bit windows.
3218 * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
3219 Cleaned up local heap initialisation.
3221 * 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:
3222 Moved Load/FreeLibrary16 definition to winbase16.h.
3224 * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
3225 Dimitrie O. Paun <dimi@cs.toronto.edu>
3226 Separate OLE2NLS out of KERNEL.
3228 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
3229 Patrik Stridvall <ps@leissner.se>
3230 - Check for missing modules in modules.dat.
3233 * graphics/x11drv/dib.c:
3234 Jean-Claude Batista (Macadamian/Corel)
3235 Top-down images have a negative biHeight, the scanlines of theses
3236 images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
3237 simply changed the sign of lines, the scanlines were correctly handled
3241 Marcus Meissner <marcus@jet.franken.de>
3242 Old versions of glibc might not have STN_UNDEF defined.
3244 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
3245 Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
3247 * dlls/comctl32/status.c:
3248 Gerard Patel <g.patel@wanadoo.fr>
3249 Set the itemID member of the DRAWITEMSTRUCT to the number of the
3250 status part painted.
3252 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
3253 Always calls SetMenu in MDISetMenu.
3255 * dlls/tapi32/line.c:
3256 Dimitrie O. Paun <dimi@cs.toronto.edu>
3257 Small debug channel cleanup.
3259 * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
3260 Fixed scrolling bug.
3262 * dlls/comctl32/listview.c, include/listview.h:
3263 Chris Morgan <cmorgan@wpi.edu>
3264 Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
3265 support for the LVS_EX_TRACKSELECT flag. Added code to delete items
3266 in LISTVIEW_SetItemCount().
3268 2000-05-05 Alexandre Julliard <julliard@winehq.com>
3270 * include/winuser.h, windows/nonclient.c:
3271 Aric Stewart <aric@codeweavers.com>
3272 Added WM_SIZING message support.
3274 * graphics/path.c: Rob Farnum <robf@twinux.com>
3275 Removed warnings from freeing path in DeleteDC.
3277 * dlls/comctl32/header.c:
3278 Aric Stewart <aric@codeweavers.com>
3279 Fixed a bug with the processing of HitTest.
3281 * controls/edit.c: Susan Farley <susan@codeweavers.com>
3282 Handle ^C, ^V and ^X in an edit control properly.
3285 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3286 Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
3288 * dlls/comctl32/treeview.c:
3289 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3292 * loader/pe_resource.c:
3293 Stephane Lussier <stephane@macadamian.com>
3294 If we do not find a resource for both (primary lang|sub lang), we try
3295 just (primary lang) before using the default.
3297 * dlls/comctl32/tooltips.c:
3298 Sheri Steeves <sheri@macadamian.com>
3299 Worked around some tooltips hide problems by checking the current tooltip.
3301 * documentation/distributors:
3302 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
3303 Added a configuration hint for the CD-ROM "unhide" option.
3306 Henning Hoffmann (of Macadamian for Corel)
3307 Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
3308 as well, because GetLocaleInfo() has to get any values saved by
3309 SetLocaleInfo() in the registry.
3311 * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
3312 Eric Pouech <Eric.Pouech@wanadoo.fr>
3313 Fixed some buffer overflows.
3314 Made stab parsing more robust (now ignores C++ stabs).
3315 Display correct backtrace at first when invoked on unhandled exception.
3316 Loads stabs from .so files when those are loaded.
3318 2000-05-03 Alexandre Julliard <julliard@winehq.com>
3320 * include/debugdefs.h: Generated again.
3322 * include/pe_image.h, loader/pe_image.c:
3323 PE_LoadImage: removed version parameter, set last error correctly.
3325 * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
3326 Store process file name in startup info.
3327 Fixed exe_file handling.
3329 * dlls/Makefile.in: Fixed typo.
3331 * 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:
3332 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3333 Added stubs for riched32.dll.
3335 * dlls/x11drv/x11drv_main.c:
3336 Lionel Ulmer <lionel.ulmer@free.fr>
3337 Call XOpenIM on the large stack.
3339 * include/winsock.h:
3340 Bang Jun-Young <bangjy@dreamwiz.com>
3341 FreeBSD 3.4 compile fix.
3343 * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
3344 Fixed COORD structure definition.
3345 Fixed GetLargestConsoleWindowSize to not return a structure when
3346 called from the Window binary.
3348 * server/object.c: Small optimization.
3350 * scheduler/thread.c: Fixed default thread stack size.
3352 * objects/text.c: Fixed DrawTextW length handling.
3354 * dlls/ddraw/dsurface/main.c:
3355 Lionel Ulmer <lionel.ulmer@free.fr>
3356 Remove the assertion when there is no source surface.
3358 * include/oleauto.h:
3359 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3360 Add DosDateTimeToVariantTime prototype.
3362 * dlls/shell32/shlwapi.spec:
3363 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3364 Map StrChrA to strchr. Fix StrChrW arg list.
3366 * include/winuser.h:
3367 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3370 * dlls/ole32/stg_stream.c:
3371 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3372 Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
3375 Bertho Stultiens <bertho@panter.soci.aau.dk>
3376 Mmap does not fail on zero-length files.
3378 2000-05-01 Alexandre Julliard <julliard@winehq.com>
3380 * include/global.h, memory/virtual.c:
3381 Use exception handling to implement the IsBad* functions.
3382 Removed /proc/self/maps parsing as it is not very useful with .so libs.
3384 * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
3385 Setup the initial thread %fs from a constructor.
3387 * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
3388 Added DECL_GLOBAL_CONSTRUCTOR macro.
3390 * 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:
3391 Bertho Stultiens <bertho@akhphd.au.dk>
3392 - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
3393 old parser has been stripped from the old preprocessor-code which
3394 cleaned up both resource-scanner and -parser.
3395 - Standard defines have been introduced (see README.wrc)
3396 - Both preprocessor- and resource-scanner have been optimized slightly
3397 so that no backing up is required (one char lookahead is enough).
3398 - Filename-scanning has been cleaned up, though not perfect yet.
3399 - User-type resources are compatible now.
3400 - Line-continuation in strings is corrected so that it does not
3401 introduce a newline in the output.
3403 * 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:
3404 Rewrote Unix process launching to allow passing startup information to
3405 Winelib apps. Improved handling of execve() failures.
3407 * files/file.c: Added ENOEXEC error code.
3409 * scheduler/pthread.c: Added atfork support.
3411 * 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:
3412 Lionel Ulmer <lionel.ulmer@free.fr>
3413 Added DGA2 driver to DirectDraw.
3415 * dlls/commdlg/cdlg32.c:
3416 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3417 COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
3418 allocation of Tls for CommDlgExtendedError until it is needed.
3420 * debugger/winedbg.c:
3421 Eric Pouech <Eric.Pouech@wanadoo.fr>
3422 Fixed segv when debugger registry key doesn't exist.
3424 * dlls/icmp/icmp_main.c:
3425 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3426 Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
3428 2000-04-30 Alexandre Julliard <julliard@winehq.com>
3430 * ANNOUNCE, ChangeLog, include/version.h:
3433 * windows/x11drv/wnd.c:
3434 Gerard Patel <g.patel@wanadoo.fr>
3435 X11DRV_SetFocus: really don't mess with focus for managed windows.
3437 * 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:
3438 Dimitrie O. Paun <dimi@cs.toronto.edu>
3439 Removed HEAP_xalloc.
3441 * 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:
3442 Eric Pouech <Eric.Pouech@wanadoo.fr>
3443 - Enhanced internal variables framework (including read/save to
3444 registry and typing)
3445 - Finalized use of Windows' Console I/O interface (instead of Unix std
3447 - Now handling registers as internal variables (they are no longer
3448 seen as a specific type)
3450 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3451 Insure we always try to launch a debugger.
3453 * relay32/wowthunk.c:
3454 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3455 Use Thread pseudo handle and not Thread Id as argument for the call to
3456 GetThreadSelectorEntry.
3458 ----------------------------------------------------------------
3459 2000-04-30 Alexandre Julliard <julliard@winehq.com>
3461 * windows/x11drv/wnd.c:
3462 Gerard Patel <g.patel@wanadoo.fr>
3463 X11DRV_SetFocus: really don't mess with focus for managed windows.
3465 * 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:
3466 Dimitrie O. Paun <dimi@cs.toronto.edu>
3467 Removed HEAP_xalloc.
3469 * 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:
3470 Eric Pouech <Eric.Pouech@wanadoo.fr>
3471 - Enhanced internal variables framework (including read/save to
3472 registry and typing)
3473 - Finalized use of Windows' Console I/O interface (instead of Unix std
3475 - Now handling registers as internal variables (they are no longer
3476 seen as a specific type)
3478 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3479 Insure we always try to launch a debugger.
3481 * relay32/wowthunk.c:
3482 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3483 Use Thread pseudo handle and not Thread Id as argument for the call to
3484 GetThreadSelectorEntry.
3486 2000-04-29 Alexandre Julliard <julliard@winehq.com>
3488 * loader/pe_image.c:
3489 Clear the remainder of the page when mapping a section whose size on
3490 disk is not a full page multiple.
3491 Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
3493 * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
3494 Lionel Ulmer <lionel.ulmer@free.fr>
3495 - added thread-safety protection to XListPixmapFormats
3496 - moved pixmap / image format matching ERRs to WARNs
3498 * win32/console.c, include/winbase.h:
3499 Eric Pouech <Eric.Pouech@wanadoo.fr>
3500 Fixed GetLargestConsoleWindowSize prototype.
3502 * dlls/wininet/ftp.c:
3503 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3504 FreeBSD compile fix.
3506 * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
3507 Ove Kaaven <ovek@arcticnet.no>
3508 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
3509 ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
3510 it is a pitch override (specifies bytes per line), and tells to treat
3511 the offset parameter as an already-mapped virtual memory address (if
3512 the section parameter is zero). Fixed a DIB status init bug in
3513 creating DIB sections from file mappings (if created from mapping, the
3514 DIB is *not* really InSync).
3516 * include/winbase.h, memory/virtual.c:
3517 Ove Kaaven <ovek@arcticnet.no>
3518 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
3519 register external mappings (like video frame buffers).
3521 * configure.in, include/config.h.in, scheduler/pthread.c, configure:
3522 Eric Pouech <Eric.Pouech@wanadoo.fr>
3523 Enhanced libc's pthread configuration detection.
3525 * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
3526 Eric Pouech <Eric.Pouech@wanadoo.fr>
3527 Fixed a few compilation warnings.
3529 * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
3530 Patrik Stridvall <ps@leissner.se>
3531 Fixed some warnings.
3533 * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
3534 Patrik Stridvall <ps@leissner.se>
3535 Fixed issues reported by winapi_check.
3537 * 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:
3538 Patrik Stridvall <ps@leissner.se>
3541 - Added new option --cross-call-unicode-ascii for checking illegal
3542 Unicode to ASCII calls.
3544 * configure, configure.in, include/config.h.in:
3545 Lionel Ulmer <lionel.ulmer@free.fr>
3546 Added '--enable-opengl' flag to bypass the thread-safety check.
3548 * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
3549 Dimitrie O. Paun <dimi@cs.toronto.edu>
3550 Removed some HEAP_xalloc calls.
3553 Eric Pouech <Eric.Pouech@wanadoo.fr>
3554 Fixed bug when file doesn't exist in MCI_OPEN handling.
3555 Reduced time spent with crit sect locked.
3557 * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3558 Fixed argv handling for cuiexe winelib programs.
3560 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3561 Made pthread_kill_other_threads_np and pthread_atfork fixmes less
3564 * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
3565 WinHelp must accept a NULL pointer to the help key string.
3567 2000-04-28 Alexandre Julliard <julliard@winehq.com>
3569 * dlls/commdlg/finddlg32.c:
3570 Guy L. Albertelli <galberte@neo.lrun.com>
3571 - Correct check for minimum buffer length.
3572 - Correct cases where ShowWindow is done/not done.
3574 * dlls/comctl32/commctrl.c:
3575 Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
3576 Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
3577 TrackMouseEventProc. Added code to allow addition/cancelation of
3578 tracking flags on existing entries rather than create extra entries.
3579 Fixed timer. Added check to _TrackMouseEvent to stop timer if the
3580 tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
3581 when hwndTrack isn't the current hwnd.
3584 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3585 DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
3587 * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
3588 Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
3589 Added support for memory mapping of 4k aligned PE binaries. This can
3590 speed up load times significantly for some applications.
3592 * 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:
3593 Juergen Schmied <juergen.schmied@debitel.net>
3594 Complete cleanup, bugfixes.
3595 New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
3596 PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
3597 PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
3598 PathFindNextComponent, PathRemoveFileSpec.
3600 * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
3601 Juergen Schmied <juergen.schmied@debitel.net>
3602 Stubs for IQueryAssociations.
3604 * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
3605 Juergen Schmied <juergen.schmied@debitel.net>
3606 Moved policy related functions to shpolicy.c
3607 Moved dialog related functions to dialogs.c
3609 * dlls/shell32/shell32.spec:
3610 Juergen Schmied <juergen.schmied@debitel.net>
3611 Explicit import user32.dll.
3612 Many corrections, exported some functions by name.
3614 * dlls/shell32/shell.c, dlls/shell32/shellole.c:
3615 Juergen Schmied <juergen.schmied@debitel.net>
3616 Separated 32 bit functions to shellole.c.
3618 * dlls/shell32/pidl.c:
3619 Juergen Schmied <juergen.schmied@debitel.net>
3622 * dlls/shell32/iconcache.c:
3623 Juergen Schmied <juergen.schmied@debitel.net>
3624 Fixed: extract the icon by resource id.
3626 * dlls/shell32/shlview.c:
3627 Juergen Schmied <juergen.schmied@debitel.net>
3630 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
3631 Juergen Schmied <juergen.schmied@debitel.net>
3633 Use GetModuleHandleA instead of LoadLibrary for dlls imported by
3636 * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
3637 Make WineLook=Win95 the default setting.
3639 * dlls/dinput/dinput_main.c:
3640 Lionel Ulmer <lionel.ulmer@free.fr>
3641 Added leaving of critical section on all return cases.
3643 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3644 Removed init_sect. Use Interlocked* functions instead.
3647 Juergen Schmied <juergen.schmied@debitel.net>
3648 Small fixes, removed asserts.
3650 * 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:
3651 Changed imports of winspool to winspool.drv.
3653 * dlls/Makefile.in, dlls/user/Makefile.in:
3654 Added libkeyboard.so creation.
3656 * dlls/comctl32/header.c, include/header.h:
3657 Martin Fuchs <martin-fuchs@gmx.net>
3658 - Return modified rectangle after layouting header control
3659 - Output text in header control when no other Flag specified
3660 - Delay bounding rectangle calculation for header control items
3662 * dlls/comctl32/toolbar.c:
3663 Chris Morgan <cmorgan@wpi.edu>
3664 Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
3665 Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
3666 look/behave almost exactly the same as native windows.
3668 * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
3669 Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
3670 SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
3672 * misc/comm.c: Rein Klazes <rklazes@casema.net>
3673 Implement mark and space parity generation. Accept one-and- a-half
3674 stopbits: the most common uarts will generate this automatically when
3675 there are 5 databits.
3677 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3680 * debugger/debugger.h, include/heap.h, memory/heap.c:
3681 Dimitrie O. Paun <dimi@cs.toronto.edu>
3682 Get rid of HEAP_xrealloc.
3684 2000-04-25 Alexandre Julliard <julliard@winehq.com>
3686 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
3687 Patrik Stridvall <ps@leissner.se>
3688 Compile fix for --without-x.
3690 * loader/main.c, wine.ini:
3691 Patrik Stridvall <ps@leissner.se>
3692 Added new configuration file option for selecting graphics driver.
3694 * dlls/ttydrv/Makefile.in:
3695 Patrik Stridvall <ps@leissner.se>
3696 Link the TTY driver with the standard libs.
3698 * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
3699 Eric Pouech <Eric.Pouech@wanadoo.fr>
3700 Fixed winspool(.drv) loading.
3702 * 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:
3703 Patrik Stridvall <ps@leissner.se>
3704 Removed X_DISPLAY_MISSING.
3706 * debugger/types.c, debugger/msc.c:
3707 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3708 Improved CodeView type information loader.
3710 * dlls/commdlg/colordlg.c:
3711 Gerard Patel <g.patel@wanadoo.fr>
3712 Don't use the template member unless the corresponding flag is set.
3714 2000-04-24 Alexandre Julliard <julliard@winehq.com>
3716 * LICENSE, WARRANTY:
3717 Switched to the X11 license.
3719 * server/registry.c, if1632/relay.c, misc/ddeml.c:
3720 Patrik Stridvall <ps@leissner.se>
3721 Fixed some warnings.
3723 * 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:
3724 Patrik Stridvall <ps@leissner.se>
3725 Fixed issues found by winapi_check.
3727 * 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:
3728 Patrik Stridvall <ps@leissner.se>
3729 - Updated API files.
3730 - Improved misplaced function checking.
3733 * include/winnt.h: Francois Gouget <fgouget@psn.net>
3734 Include string.h to make winnt.h self-sufficient.
3736 * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
3737 infoPtr sometimes can be NULL.
3739 * 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:
3740 Gerard Patel <g.patel@wanadoo.fr>
3741 32 bits message processing for color dialog.
3743 * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
3744 Martin Fuchs <martin-fuchs@gmx.net>
3745 Fixed toolbar bitmap size handling.
3747 * configure.in, configure:
3748 Rein Klazes <rklazes@casema.net>
3749 Correct test for linux 2.2 joystick API, which returned true in every
3752 * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
3753 Dimitrie O. Paun <dimi@cs.toronto.edu>
3754 Removed the last xmalloc calls.
3756 * 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:
3757 Implemented on-demand loading of builtin dlls using dlopen().
3759 2000-04-23 Alexandre Julliard <julliard@winehq.com>
3761 * Makefile.in, dlls/x11drv/Makefile.in:
3762 Build wineclipsrv as part of the x11drv dll.
3764 * 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:
3765 Removed a few inter-dll dependencies.
3767 * windows/painting.c: Rein Klazes <rklazes@casema.net>
3768 Make RDW_ValidateParent() modify the update region of all parents, not
3769 just the direct parent.
3772 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3773 SNOOP_PrintArg: replaced IsBad* functions by exception handler.
3775 * configure, configure.in:
3776 Patrik Stridvall <ps@leissner.se>
3777 Added --without-curses compile option.
3779 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
3780 Added some more pthread overrides.
3782 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
3783 Fixed debugger registry key location.
3785 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
3786 Use DECLARE_HANDLE to declare handles.
3788 * include/windef.h: Francois Gouget <fgouget@psn.net>
3789 DECLARE_HANDLE should not be undef'ed after use.
3791 * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
3792 Fix edit control's WM_GETTEXT behaviour.
3794 * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
3795 Do not initialize dcb in BuildCommDCB[AndTimeouts].
3797 * include/casemap.h, tools/unimap.pl:
3798 Dmitry Timoshkov <dmitry@sloboda.ru>
3799 Adapted unimap.pl script and generated by it casemap.h to the Unicode
3800 Standard, Version 3.0.
3802 * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
3803 Check if dialog is visible before setting the focus.
3806 Dmitry Timoshkov <dmitry@sloboda.ru>
3807 Removed the longstanding hack in response to WM_ACTIVATE message.
3809 * include/winuser.h:
3810 Martin Fuchs <martin-fuchs@gmx.net>
3811 Fixed GetNumberFormat declaration.
3813 * dlls/comctl32/toolbar.c:
3814 Chris Morgan <cmorgan@wpi.edu>
3815 James Abbatiello <abbeyj@wpi.edu>
3816 Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
3817 of the button changes. Stops flickering in toolbars caused by
3818 excessive redrawing.
3820 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
3821 Gerard Patel <g.patel@wanadoo.fr>
3822 Stub for InternetGetConnectedState.
3824 * include/winbase.h: Francois Gouget <fgouget@psn.net>
3825 Fixed GetProcessHeap() for the STRICT mode.
3827 * dlls/ddraw/main.c:
3828 Marcus Meissner <marcus@jet.franken.de>
3829 Also check for empty GUID in DirectDrawCreate.
3831 2000-04-19 Alexandre Julliard <julliard@winehq.com>
3833 * 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:
3834 Added some missing import directives.
3836 * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
3837 Removed winmm from import list.
3839 * dlls/comctl32/animate.c, include/animate.h:
3840 Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
3842 * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
3843 Fixed resource loading.
3845 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
3846 John R. Sheets <jsheets@codeweavers.com>
3847 Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
3848 Added dump for MISC section.
3851 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3852 Added DirectPlay registry keys to winedefault.reg.
3854 * dlls/comctl32/treeview.c:
3855 Stephane Lussier <stephane@macadamian.com>
3858 2000-04-18 Alexandre Julliard <julliard@winehq.com>
3860 * 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:
3861 Moved PE header definitions to winnt.h where they belong.
3863 * 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:
3864 Stephane Lussier <stephane@macadamian.com>
3865 Implemented Mousewheel support.
3867 * dlls/winsock/async.c:
3868 Rein Klazes <rklazes@casema.net>
3869 Convert service and protocol names to lowercase before calling
3870 getservby{name|port} and getprotoby{name|port}.
3873 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3874 Fix return value for OffsetRgn if x and y are 0.
3877 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3878 Implement StrokeAndFillPath.
3879 Call DeleteObject when finished with hrgn in PATH_FillPath.
3881 * include/wininet.h:
3882 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3885 * graphics/enhmetafiledrv/objects.c:
3886 Sheri Steeves <sheri@macadamian.com>
3887 EMR_SELECTOBJECT records stock objects with their id as the object
3888 handle and the high bit set.
3890 * objects/enhmetafile.c:
3891 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3892 Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
3894 2000-04-16 Alexandre Julliard <julliard@winehq.com>
3896 * server/registry.c:
3897 Removed permission checks in create_key and delete_key. It seems
3898 Windows doesn't check anything.
3900 * loader/resource.c:
3901 Richard Cohen <richard@jubjub.demon.co.uk>
3902 Wrap an exception handler around FindResource.
3904 * programs/regtest/regtest.c:
3905 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3907 Added test case for RegCreateKeyEx showing win95 behaviour.
3909 * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
3910 Implemented 'walk process' and 'walk threads' commands using toolhelp
3913 * 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:
3914 Implemented thread and (partial) module snapshots, based on the work
3915 of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
3917 * 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:
3918 Save the registry on server exit without client intervention.
3919 Removed "alt" registry files since we now have symlinks and
3920 WINEPREFIX to replace them.
3922 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
3923 Stephane Lussier <stephane@macadamian.com>
3924 Support switching the keyboard layout with WINE running.
3926 * dlls/crtdll/crtdll_main.c:
3927 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3928 fgets: Don't swallow \n, treat EOF
3929 feof: Crude implementation
3930 signal: Return error
3933 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3934 Add missing backslash in the debugger definition.
3936 * win32/time.c: Rein Klazes <rklazes@casema.net>
3937 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
3938 adjustment of 2 minutes just in case...
3940 * dlls/dsound/dsound_main.c:
3941 Marcus Meissner <marcus@jet.franken.de>
3942 DSOUND_MixerNorm: do not compare unrelated pointers.
3944 2000-04-15 Alexandre Julliard <julliard@winehq.com>
3947 Rewrote command-line parsing of CreateProcessA to be more compatible.
3949 * 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:
3950 Improved Winelib apps initialisation code. No longer need to link
3951 winestub.o with Winelib apps.
3953 * 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:
3954 Patrik Stridvall <ps@leissner.se>
3955 Fixed some issues reported by winapi_check.
3957 * tools/winapi_check/*:
3958 Patrik Stridvall <ps@leissner.se>
3960 - Add new options --all and --none that enable/disables all check
3962 - Fixed and improved stub statistics.
3963 - Fixed bug that prevented checking of the first function in the .spec files.
3964 - Partial implementation of a more advanced misplaced function checking.
3967 * dlls/comctl32/toolbar.c:
3968 Martin Fuchs <martin-fuchs@gmx.net>
3969 Implement CCS_NOMOVEY for tool bars.
3971 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3972 Symlink root's registry to global registry. Minor cleanups.
3974 * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
3975 Added further implementation of WINAPI EnumDateFormats() to support
3976 three more locales: German(standard), French(standard) and French
3977 (canadian). All date formats follow conventions from Windows NT 4.0
3979 * dlls/comctl32/treeview.c:
3980 Serge Ivanov <sergei@corel.ca>
3981 Added proper handling TVIS_OVERLAYMASK flag and allows to display
3982 overlay images. Fixed off by one error with listitem in
3983 TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
3985 2000-04-14 Alexandre Julliard <julliard@winehq.com>
3987 * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
3988 Ove Kaaven <ovek@arcticnet.no>
3989 POSIX threads emulation, tricks glibc into being threadsafe.
3991 * scheduler/client.c, server/main.c, server/request.c:
3992 Made server launching somewhat cleaner and faster.
3994 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
3995 Marcus Meissner <Marcus.Meissner@caldera.de>
3996 Detypoed X11DRV_EVENT_SetInputMethod.
3998 * windows/x11drv/keyboard.c:
3999 Stephane Lussier <stephane@macadamian.com>
4000 When dealing with XKB extensions, force the AltGr key mask to use the
4001 group index instead of the modifier.
4004 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4007 * include/commctrl.h:
4008 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4009 Added a few toolbar defines.
4011 * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
4012 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4013 A few corrections to bounding boxes.
4015 * graphics/x11drv/graphics.c:
4016 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4017 Don't close groups of polylines.
4019 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
4020 Do not dereference a ptr we just checked being NULL.
4022 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
4023 Francois Gouget <fgouget@psn.net>
4024 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
4026 * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
4027 Follow symlinks when saving registry.
4029 * debugger/Makefile.in:
4030 Added missing winestub dependency.
4032 * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
4033 Load done event now created by the server.
4035 2000-04-13 Alexandre Julliard <julliard@winehq.com>
4037 * 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:
4038 Eric Pouech <Eric.Pouech@wanadoo.fr>
4039 Made the winedbg an external and WineLib program.
4040 Centralized output handling (preparation for console usage).
4041 Fixed a few debug information reading options (stabs and sym).
4042 Started a framework to hold debugger's internal variables.
4044 * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
4045 Eric Pouech <Eric.Pouech@wanadoo.fr>
4046 Got rid of -debug wine's option (wine now requires an external debugger).
4048 * win32/except.c, winedefault.reg:
4049 Eric Pouech <Eric.Pouech@wanadoo.fr>
4050 Added launching of a debugger when unhandled exception occurs.
4052 * relay32/builtin32.c:
4053 Eric Pouech <Eric.Pouech@wanadoo.fr>
4054 Added a .xcnlnk section to builtin KERNEL32 PE header.
4056 * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4057 Let CreateProcess launch unix executable without a .exe extension.
4058 Fixed arguments passed when creating a unix process.
4060 * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
4061 Fixed signal stack handling on Linux when sigaltstack is available.
4062 Added a direct sigaltstack syscall to work-around the glibc bug.
4064 * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
4065 Implemented guard pages and stack overflow exceptions.
4067 * include/thread.h, scheduler/process.c, scheduler/thread.c:
4068 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
4072 Make sure HKLM\Software\Wine\Wine is a non-volatile key.
4074 * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
4075 Stephane Lussier <stephane@macadamian.com>
4076 Fixed AltGr key handling.
4078 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
4079 Marcus Meissner <Marcus.Meissner@caldera.de>
4080 Make DirectDraw compile with DGA2 present.
4083 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4084 FILE_CreateFile()'s read/write-check was broken due to checking of
4085 ERROR_xxx instead of STATUS_xxx.
4087 * objects/enhmetafile.c:
4088 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4089 Fixes and cleans up some of the GetEnhMetaFile* functions.
4090 Fixes scaling of EMFs in playback. Will probably be right
4091 when World Transforms work properly...
4094 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4095 GlobalReAlloc returns 0 on failure.
4097 * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
4098 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4099 Stub for NtAllocateUuids.
4101 * dlls/comctl32/treeview.c:
4102 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4103 Clear TopRootItem when whole tree is deleted.
4104 Fix off by one lstrcpyn.
4105 Clean up and fix GetNextItem.
4107 2000-04-11 Alexandre Julliard <julliard@winehq.com>
4109 * documentation/.cvsignore: Ignore all output files.
4111 * 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:
4112 Merged urlmon.dll and wininet.dll from the Corel tree (implementation
4113 by Ulrich Czekalla <ulrichc@corel.ca>)
4115 * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
4116 Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
4117 GetCurrentProcess() inline.
4119 * AUTHORS, include/authors.h:
4120 Marcus Meissner <marcus@jet.franken.de>
4121 Merged in Corel's AUTHORs.
4123 * graphics/x11drv/dib.c:
4124 Marcus Meissner <marcus@jet.franken.de>
4125 Only copy dstwidth*3 bytes in the 24bit case.
4127 * dlls/ddraw/dsurface/x11.c:
4128 Marcus Meissner <marcus@jet.franken.de>
4129 Free private structure in Xlib_DDS_Release.
4131 * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
4132 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
4134 * dlls/comctl32/treeview.c:
4135 Serge Ivanov <sergei@corel.ca>
4136 TreeView - minor bugfix and optimization:
4137 - GetDC call moved down to avoid possible resource leak.
4138 - Invariant code is moved out of loop.
4140 * dlls/shell32/pidl.c:
4141 Ulrich Czekalla <ulrichc@corel.ca>
4142 _ILGetFileDate should convert the date to local time before generating
4143 the string (_ILGetFileDateTime does not).
4145 * dlls/winmm/mmio.c:
4146 Noomen Hamza <noomen@macadamian.com>
4147 Fixed other bugs within MMIO implementation. Now, it's possible to
4148 copy/cut from PhotoPaint and paste to CorelDraw.
4150 2000-04-10 Alexandre Julliard <julliard@winehq.com>
4152 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
4153 Marcus Meissner <Marcus.Meissner@caldera.de>
4154 Use d3dexecutebuffer_create only when compiling with MESA.
4156 2000-04-09 Alexandre Julliard <julliard@winehq.com>
4158 * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
4159 Dimitrie O. Paun <dimi@cs.toronto.edu>
4160 Replaced xmalloc calls with malloc/HeapAlloc calls.
4162 * console/generic.c, console/ncurses.c, console/xterm.c:
4163 Eric Pouech <Eric.Pouech@wanadoo.fr>
4167 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4168 Implemented HeapWalk().
4170 * dlls/ddraw/dsurface/x11.c:
4171 Marcus Meissner <marcus@jet.franken.de>
4172 Two left over HeapValidate assertions removed.
4174 * server/debugger.c:
4175 Eric Pouech <Eric.Pouech@wanadoo.fr>
4176 Clear status for sending exception event.
4178 * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
4179 Added ability to put new-lines in changelog entry.
4180 Added -p to locate destination directory.
4182 * dlls/comctl32/listview.c:
4183 Richard Cohen <richard@jubjub.demon.co.uk>
4184 GetItem was returning the item instead of subitem info.
4186 * programs/winemine/main.c:
4187 Dave Pickles <davep@cyw.uklinux.net>
4188 Registry key used in LoadBoard() was not the same as the one used in
4189 SaveBoard(). Also fixed a typo in the position saving code.
4191 * configure, configure.in:
4192 Create directories that don't contain a Makefile.
4194 * 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:
4195 Improved support for Makefiles that need to recurse in subdirectories.
4197 * 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:
4198 Marcus Meissner <marcus@jet.franken.de>
4199 Restructured DirectDraw. Split into X11 and DGA driver, and multiple
4200 files/dirs for easier maintenance. Cleaned up structs and include
4201 files. Reindented the code. Started the same for Direct3D. Driver
4202 inclusion now done by using configure/Makefile/ELF constructor tricks.
4204 2000-04-08 Alexandre Julliard <julliard@winehq.com>
4206 * 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:
4207 Removed a number of global handle allocations and critical section
4210 * server/process.c, scheduler/process.c:
4211 Temporary hack to share handles between processes sharing the same
4214 * include/winbase.h, scheduler/critsection.c:
4215 Added lazy initialization of critical sections, based on a patch by
4218 * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
4220 TabCtrl leftmostVisible is not updated properly. It caused the QP
4221 application bar on the bottom fail to bring back the items when there
4222 is no need to scrolling. Also fixed a bug that when an item is inserted,
4223 setItemBounds should be called first, then it's time to invalidate.
4225 * relay32/kernel32.spec, win32/newfns.c:
4226 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4227 Added PeekNamedPipe stub.
4229 * graphics/x11drv/init.c:
4230 Gerard Patel <g.patel@wanadoo.fr>
4231 Fixed pixmap leak with the 1x1 bitmap in memory DCs.
4233 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
4234 wineinstall now properly configures no-windows installs, and should now
4235 be easier to adapt for binary packages too.
4237 * documentation/samples/system.ini:
4238 Ove Kaaven <ovek@arcticnet.no>
4239 Default system.ini (from documentation/status/multimedia).
4241 2000-04-06 Alexandre Julliard <julliard@winehq.com>
4243 * server/debugger.c, server/thread.c, server/thread.h:
4244 Do not send a debug event for a thread until the previous event for
4245 the same thread has been continued.
4247 * misc/registry.c, wine.ini:
4248 Moved SaveOnlyUpdatedKeys to wine.ini.
4249 Use get_config_dir() instead of hardcoding ~/.wine
4250 Simplified loading and saving routines.
4252 * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
4253 Added support for WINEPREFIX environment variable.
4255 * 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:
4256 Patrik Stridvall <ps@leissner.se>
4257 Fixed some issues reported by winapi_check.
4259 * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
4260 Owen Wang <owenw@corel.ca>
4261 Implemented API EnumTimeFormatsA(). It supports now all different
4262 English locales, as well as German(standard), French(standard) and
4263 French(Canadian). All time formats follow conventions in Windows NT 4.0
4265 Haithem Hmida (of Macadamian for Corel)
4266 Implemented GetCurrencyFormatA() API:
4267 - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
4268 (as a positive one), then formats the number depending on
4269 NegativeOrder/PositiveOrder fields.
4270 - GetNumberFormatA() has been slightly modified.
4273 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
4274 Added conversion from DBCS lpDx to WCHAR lpDx.
4276 * 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:
4277 Patrik Stridvall <ps@leissner.se>
4278 - Implemented stub statistics. Turned off by default. (Requested by Francois
4280 - Implemented missing prototype checking. Turned off by default (Requested
4281 by Dimitry Timoshkov).
4282 - Implemented .spec file name sanity checking. Turned off by default.
4283 - Implemented documentation width checking. Turned off by default.
4286 * dlls/ole32/compobj.c:
4287 Andrew Lewycky <andrewl@corel.ca>
4288 Fix StringFromGUI2 return value as per documentation.
4290 * dlls/dsound/dsound_main.c:
4291 Marcus Meissner <Marcus.Meissner@caldera.de>
4292 Make audiodevice blocking directly after the non-blocking open, since
4293 we use the write(2) also for synchronization.
4295 * dlls/winsock/async.c, dlls/winsock/socket.c:
4296 Rein Klazes <rklazes@casema.net>
4297 Corrected error handling for ws_getprotobyname/number.
4298 Made the Async error returns the same as the normal functions.
4301 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4302 GetShortPathName: always erase characters at the end of the new
4303 string, and return only single backslashes.
4305 2000-04-04 Alexandre Julliard <julliard@winehq.com>
4307 * 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:
4308 Added a per-drive FailReadOnly flag, and removed the global
4309 --failreadonly option.
4311 * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
4312 Fixed file descriptor leaks.
4315 Call PROFILE_GetWineIniBool before starting to fill the request
4316 buffer. Made new registry format the default.
4319 Increment suspend count before attempting attach in suspend_for_ptrace.
4321 * 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:
4322 Made request tracing more robust against bogus lengths.
4324 * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
4325 Peter Ganten <peter@ganten.org>
4326 Adapted the manual pages to the new long options, updated the
4327 -debugmsg channels and added a small hack to get the @sysconfdir@
4328 stuff in the manual pages right.
4330 * dlls/winmm/mmio.c:
4331 Noomen Hamza <noomen@macadamian.com>
4332 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
4334 * programs/winemine/main.c, programs/winemine/main.h:
4335 Joshua Thielen <fozey@netzero.com>
4336 Added DestroyBoard function to delete bitmap handles.
4337 Moved SelectObject outside of DrawMine.
4338 Selected old object's back into hMemDC.
4340 * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
4341 Implemented FAT32 function 7302 (Get Extended DPB).
4343 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
4344 Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
4347 * programs/regapi/regapi.c:
4348 Gavriel State <gavriels@corel.ca>
4349 This patch adds the ability for regapi to call the DllRegisterServer or
4350 DllUnregisterServer for a list of DLLs.
4352 * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
4353 OleRegGetUserType did return an unterminated ASCII string instead of an
4354 OLESTR (wide characters).
4356 * 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:
4357 Michael Abd-El-Malek (Corel)
4358 Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
4359 to be more compatible to Windows.
4360 Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
4362 Jeff Tranter <jefft@corel.ca>
4363 The measurement unit for Canadian English should be metric.
4364 LANG_SUB_ENTRY did always return the first language due to missing {}.
4366 2000-03-30 Alexandre Julliard <julliard@winehq.com>
4368 * documentation/distributors:
4369 Marcus Meissner <marcus@jet.franken.de>
4370 Updated documentation/distributors in regards to shared libraries and
4371 some more windows specific dirs.
4373 * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
4374 Peter Hunnisett <hunnise@nortelnetworks.com>
4375 - Fix painting bug with middle button down when dragging mouse
4376 - Speed up drawing and hence overall speed
4377 - Fix compiler warnings
4378 - Added some optional debugging information
4379 - Added a new known bug to the list
4381 * misc/comm.c: Rein Klazes <rklazes@casema.net>
4382 Added CTS, DSR and RingIndicator states to Window's semi-documented
4383 modem line status register.
4385 * include/wingdi.h, objects/enhmetafile.c:
4386 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4387 Delete objects after use in EnumEnhMetaFile.
4388 Make PlayEnhMetaFile call EnumEnhMetaFile.
4389 Move EnumEnhMetaFile prototype to wingdi.h.
4391 * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
4392 Marcus Meissner <Marcus.Meissner@caldera.de>
4393 open() the OSS sounddevice non-blocking in case another process has it
4396 * scheduler/process.c:
4397 Commented out exit() call on ExitProcess for now.
4399 * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
4400 Set thread start address to 0 on events generated by
4402 Return a correct address in the simulated exception event.
4404 * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
4405 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
4407 2000-03-28 Alexandre Julliard <julliard@winehq.com>
4409 * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
4410 Niels Kristian Bech Jensen <nkbj@image.dk>
4411 - Fix some compiler warnings.
4412 - Remove superfluous #include statement.
4414 * include/wine/winnet16.h, misc/network.c:
4415 Ron Gage <rongage@att.net>
4416 Fixed bug reported by winapi_check.
4419 Patrik Stridvall <ps@leissner.se>
4420 Added/fixed some documentation reported by winapi_check.
4422 * graphics/x11drv/palette.c, objects/palette.c:
4423 Fixed memory allocations.
4425 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
4426 Patrik Stridvall <ps@leissner.se>
4427 - Added/fixed some documentation reported by winapi_check
4428 - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
4429 - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
4431 * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
4432 Patrik Stridvall <ps@leissner.se>
4433 Fixed some warnings.
4435 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
4436 Patrik Stridvall <ps@leissner.se>
4437 - Updated the API files.
4440 * dlls/comctl32/animate.c:
4441 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4442 Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
4445 * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
4446 Minor fix in wrc to support the Solaris preprocessor.
4448 * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
4449 Fixed some ANSI C violations.
4451 * documentation/no-windows:
4452 Ove Kaaven <ovek@arcticnet.no>
4453 Add start menu directories.
4455 * scheduler/sysdeps.c, scheduler/thread.c:
4456 Put CLONE_FILES back in, it is still breaking too many things.
4458 * 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:
4459 Merged DDBitmap and physBitmap into the generic bitmap structure
4460 (suggested by Andrew Lewycky).
4463 Ignore trailing spaces in DOSFS_ToDosFCBFormat.
4465 * dlls/winsock/socket.c:
4466 Fixed small bug in WSOCK32_accept
4468 2000-03-26 Alexandre Julliard <julliard@winehq.com>
4470 * include/version.h, ANNOUNCE, ChangeLog:
4473 ----------------------------------------------------------------
4474 2000-03-26 Alexandre Julliard <julliard@winehq.com>
4476 * files/dos_fs.c: Stefan Leichter <sle@camline.com>
4477 DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
4479 * 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:
4480 John R. Sheets <jsheets@codeweavers.com>
4481 Added cvdump tool to dump CodeView symbol information.
4483 * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
4484 Ove Kaaven <ovek@arcticnet.no>
4485 Handle POLLHUP better (delay FD_CLOSE notification until all data has
4486 been read). Made WSAEnumNetworkEvents atomic. Convert socket event
4487 error codes properly. Made accept()-ed sockets inherit the listening
4488 socket's WSAAsyncSelect().
4490 * dlls/dsound/dsound_main.c:
4491 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4492 Fixed debug formatting.
4494 * dlls/advapi32/registry.c: Fixed error checking in registry saving.
4496 * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4497 Use strerror in debug output.
4499 * dlls/shell32/changenotify.c:
4500 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4501 SHChangeNotify[A|W]: free only items we allocated.
4503 * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
4504 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4507 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4508 Now read .so list from debuggee's address space.
4510 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
4511 Added missing macros.
4513 * include/winnt.h, include/winreg.h, server/registry.c:
4514 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4515 Moved some registry definitions to winnt.h.
4517 * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
4518 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4519 Added import of comdlg32.dll in spec file.
4521 * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
4522 Activate a hidden window only when explicitely asked by the
4525 * 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:
4526 Eric Pouech <Eric.Pouech@wanadoo.fr>
4527 improved exception handling
4528 merged all module handling code in new module.c file
4529 reenabled 'walk module' and 'info module' commands
4530 added ability to drive break on thread startup
4532 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
4533 Marcus Meissner <marcus@jet.franken.de>
4534 Stubs for DllRegisterServer/DllUnregisterServer.
4536 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
4537 Fixed return value for SC_GET_DEV_TYPE.
4539 2000-03-25 Alexandre Julliard <julliard@winehq.com>
4541 * 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:
4542 Francois Gouget <fgouget@psn.net>
4543 Use min/max instead of MIN/MAX.
4545 * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
4546 Handle socket POLLERR/POLLHUP conditions properly.
4547 Clear error field for OOB notifications.
4549 * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4550 Send the correct ODA_ code when deselecting an item.
4552 * 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:
4553 Fixed a couple of file descriptor leaks.
4554 Always call USER signal proc in the right context.
4555 Cleaned up THREAD_Create.
4557 * include/Makefile.in:
4558 Do not erase local files on uninstall if install dir does not exist.
4560 * 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:
4561 Store monitor size and depth in the generic structure.
4562 Merged monitor driver into USER driver.
4564 * 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:
4565 A few simplifications and optimizations in the x11 driver.
4567 * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
4568 Link ttydrv and x11drv objects into their respective dll.
4570 * dlls/user/Makefile.in: Added missing keyboard.spec.
4572 2000-03-24 Alexandre Julliard <julliard@winehq.com>
4574 * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
4575 Moved FatalAppExit functions to win32/except.c.
4576 Added a few uses of Callout instead of referencing USER functions
4579 * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
4580 Moved LoadImage and related functions to cursoricon.c.
4582 * 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:
4583 Moved gdi/user thunking functions into their respective dlls.
4584 Moved keyboard.spec into user dll.
4586 * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
4587 Disable OpenGL support if the latter is thread safe.
4589 * 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:
4590 Patrik Stridvall <ps@leissner.se>
4591 Fixed some warnings.
4593 * 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:
4594 Patrik Stridvall <ps@leissner.se>
4595 Made the include files self sufficient.
4597 * 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:
4598 Patrik Stridvall <ps@leissner.se>
4599 Added/fixed some documentation reported by winapi_check.
4601 * 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:
4602 Patrik Stridvall <ps@leissner.se>
4603 Fixed some issues reported by winapi_check.
4605 * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
4606 Patrik Stridvall <ps@leissner.se>
4607 Fixed some ANSI C violations.
4609 * 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:
4610 Patrik Stridvall <ps@leissner.se>
4611 Fixed ANSI C related compile problems.
4613 * 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:
4614 Patrik Stridvall <ps@leissner.se>
4616 - Don't check the *.spec.c files
4617 - Better parsing of strings
4618 - Better documentation checking
4621 * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
4622 - added some debug code and cleaned-up the mouse warping code
4623 - be ready once mouse will be reported relatively
4625 * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4626 Fixed copying of the MDI 'Windows' menu items if the items are not of
4629 * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4630 Set the correct value for the cch element of MENUITEMINFO in
4633 * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4634 Fix spec file entries for EnumFontFamiliesEx*.
4636 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4637 Further code simplifications and interface (consistency) improvements.
4638 Fix selection of the Wine binary which was broken by a recent change.
4640 * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4641 Added proper termination upon failure.
4643 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4644 Fixed basic type evaluation.
4646 * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4647 Ensure that non-NULL terminated stings are saved correctly.
4649 * windows/input.c: Rein Klazes <rklazes@casema.net>
4650 Correct the NotifyCode in the WM_COMMAND message sent by
4651 KBD_translate_accelerator().
4653 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
4654 Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
4655 work around EXEC SCSI commands which do not set the host<->target data
4656 flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
4658 * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
4659 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
4660 PTRACE_POKEUSR for libc5(?) compile.
4662 * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4663 Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
4664 messages to the parent.
4666 * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
4667 Added (correct) prototype for HeapWalk.
4669 * dlls/ole32/ifs.c, include/wine/obj_base.h:
4670 Francois Gouget <fgouget@psn.net>
4671 - The ICOM_CMETHODxxx cause problems because the 'const' changes the
4672 signature. There's no such thing on Windows anyway (it's a shame) so
4673 just remove them altogether.
4674 - HeapMinimize returns a void, not a 'void*'
4676 2000-03-20 Alexandre Julliard <julliard@winehq.com>
4678 * 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:
4679 Moved graphics initialisation to the x11drv/ttydrv dll init code.
4680 Merged event, keyboard and mouse drivers into USER driver.
4682 2000-03-19 Alexandre Julliard <julliard@winehq.com>
4684 * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
4685 Improved CompareStringA performance.
4687 * library/winestub.c: Added missing debugtools.h include.
4689 * 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:
4690 Niels Kristian Bech Jensen <nkbj@image.dk>
4691 Fixed some compiler errors and warnings.
4693 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
4694 Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
4695 function pending a more complete implementation of locales.
4698 Hack: always try builtin module before elf or elfdll to avoid loading
4699 a builtin dll .so file in the wrong mode.
4701 * graphics/x11drv/xfont.c, objects/font.c:
4702 Moved font resource functions out of the X11 driver.
4705 Added support for source files stored in subdirectories.
4707 * 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:
4708 Added GetDCOrgEx in graphics device interface and removed X11 code
4711 * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
4712 Eric Pouech <Eric.Pouech@wanadoo.fr>
4713 Fixed segmented/linear buffers manipulation.
4714 Better IO buffering.
4715 Added some missing prototypes.
4717 * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
4718 Francois Gouget <fgouget@psn.net>
4719 Explicitly use the TVN_xxxA version of the macros.
4721 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
4722 - Added the TVN_xxxA macros
4723 - Added missing TBNOTIFY macros and types
4726 * include/winuser.h: Francois Gouget <fgouget@psn.net>
4729 * 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:
4730 Dimitrie O. Paun <dimi@cs.toronto.edu>
4731 Removed most calls to xmalloc/xrealloc.
4733 * include/windef.h: Francois Gouget <fgouget@psn.net>
4734 - Added missing definition for GLOBALHANDLE and LOCALHANDLE
4735 - Fixed the prototype of WNDENUMPROC
4737 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
4738 Added some missing defines.
4740 * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
4741 Propagate IsDialogMessage to the parent if the dialog has the
4744 * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4745 Added an exception frame for lstrcpy16.
4747 * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4748 Now attaching imported DLLs of a winelib executable.
4750 * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
4751 IOleItemContainer has OLEGUID(0x11c), not 0x11a.
4753 * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
4754 Fixed memory corruption with CoTaskMemRealloc.
4756 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
4757 Made various changes to tools/genpatch including suggestions from Ove
4758 Kaaven (Place added files last in the patch. Add a switch that
4759 specifies modified files.)
4761 * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
4762 Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
4764 * include/windows.h: Francois Gouget <fgouget@psn.net>
4765 Should include 'winspool.h'.
4767 * tools/wrc/parser.h, tools/wrc/parser.l:
4768 Francois Gouget <fgouget@psn.net>
4769 - An extern statement finishes with the first closing '}' or the first
4771 - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
4772 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
4773 co). But still don't issue an error if '#error' is found when in the
4776 * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
4777 Make the first comma in the control's definition optional.
4779 * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
4780 Support loading any presentation aspect.
4782 * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4783 Avoid a link error from another DLL on FreeBSD.
4785 * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
4786 Eric Pouech <Eric.Pouech@wanadoo.fr>
4787 Fixed joystick ID/deviceID/driver handle/instance ID mixup.
4789 * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
4790 Delete the shm segment as soon as wine and X have attached it.
4792 * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
4793 Corrected handling of proto==NULL in WINSOCK_getservbyname and
4794 WINSOCK_getservbyport.
4796 * 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:
4797 Created separate dlls for user,gdi,ttydrv,x11drv.
4798 Fixed Winelib argc handling (thanks to Eric Pouech).
4800 2000-03-18 Alexandre Julliard <julliard@winehq.com>
4802 * 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:
4803 Misc small cleanups.
4805 * 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:
4806 Avoid calling the *Rect USER functions from inside GDI.
4807 Moved a few USER functions to a more appropriate location.
4809 * 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:
4810 Moved command-line option handling out of the X11 driver.
4811 Added support for "--" prefix on options.
4812 Replaced a few X11 command-line options by wine.conf parameters.
4814 2000-03-17 Alexandre Julliard <julliard@winehq.com>
4816 * 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:
4817 Made ddraw and dinput separate dlls.
4819 * 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:
4820 Have threads and processes exit more cleanly whenever possible.
4822 * relay32/builtin32.c:
4823 Include space for resources in the module header instead of doing a
4824 separate allocation.
4826 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
4827 Made MPR a separate dll.
4829 * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
4830 Andrew Lewycky <andrewl@corel.com>
4831 Rewrite the BIGBLOCKFILE implementation for better performance.
4833 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4834 Further simplify the code and remove some redundant code.
4835 Make the user interface more consistent and appealing.
4837 * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
4838 Avoid a refcount leak in QueryInterface when delegating.
4839 And a couple of minor bugs.
4841 2000-03-15 Alexandre Julliard <julliard@winehq.com>
4843 * 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:
4844 Eric Pouech <Eric.Pouech@wanadoo.fr>
4845 Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
4846 Added watch (hardware assisted debugging) and whatis (type of expr) commands.
4847 Fixed some issues in local vars handling (stabs parsing & registers optimization).
4849 * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
4850 Karl Lessard <karll@corel.ca>
4851 Update DIB sections in text output and for graphics primitives.
4853 * windows/dce.c, windows/x11drv/event.c:
4854 Michael Abd-El-Malek (on behalf of Corel)
4855 When we were switching to another desktop, the popup windows lost
4856 their WS_VISIBLE flag.
4858 * server/context_i386.c:
4859 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
4860 Fixed context flags handling (thanks to Eric Pouech).
4862 * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
4863 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
4865 * server/debugger.c: Fixed bug in generate_startup_debug_events().
4867 * 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:
4868 Joshua Thielen <fozey@netzero.com>
4871 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4872 Improved the visual appearence of the user interface. Made the code
4875 2000-03-12 Alexandre Julliard <julliard@winehq.com>
4877 * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
4878 Waldek Hebisch <hebisch@math.uni.wroc.pl>
4879 Implemented _read and _lseek.
4881 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
4882 Correct conversion of level parameter if WINSOCK_setsockopt is called
4883 for option WS_SO_DONTLINGER.
4885 * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
4886 Correct rounding of the result in MulDiv16().
4888 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
4889 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4890 Fixed FreeBSD compilation.
4892 * 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:
4893 Peter Hunnisett <hunnise@nortelnetworks.com>
4894 - Make registry usage a little more correct and modern
4895 - Create home for all dplay name server functionality
4896 - Add the framework for EnumSessions
4897 - Documentation update
4899 * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
4900 Dimitrie Paun <dimi@bigfoot.com>
4901 Cleaned up debug channels a bit.
4903 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
4904 Implemented stretched blts for depth 24 (unoptimized).
4906 2000-03-10 Alexandre Julliard <julliard@winehq.com>
4908 * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
4910 * include/process.h, memory/virtual.c, scheduler/process.c:
4911 Removed PROCESS_IsCurrent().
4913 * 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:
4914 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
4915 Generate a breakpoint event on process attach.
4916 Misc cleanups in request handling.
4918 2000-03-09 Alexandre Julliard <julliard@winehq.com>
4920 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
4921 Eric Pouech <Eric.Pouech@wanadoo.fr>
4922 Now relying on exception codes to know when debugger is entered for a
4925 * debugger/winedbg.c, miscemu/main.c:
4926 Eric Pouech <Eric.Pouech@wanadoo.fr>
4927 Added proc to start debugging process from its command line (by launching it).
4929 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4932 * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4933 Add Black as a valid font weight.
4934 Cope with afm files that do not contain {Family|Full}Name entries.
4936 * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
4937 - Got rid of PROFILE functions.
4938 - Use functionality of aspi.c.
4939 - Automagically read /proc/scsi/scsi (part of aspi.c which is already
4942 * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
4943 Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
4945 * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
4946 Added resource.h include.
4948 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
4949 IsRectEmpty also returns true for negative width/heights (verified
4950 against Windows), found by Brad Oliver <bradman@pobox.com>.
4952 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
4953 Take type from referenced variant for VT_BYREF && VT_VARIANT.
4955 * 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:
4956 Store the list of loaded dlls in the server, and generate debug events
4959 2000-03-08 Alexandre Julliard <julliard@winehq.com>
4961 * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
4962 Added server protocol version check.
4964 * 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:
4965 David Elliott <dfe@netnitco.net>
4966 - Slightly reworked include files (less messy, more straightforward).
4967 - Moved DOS ASPI functionality to msdos/dosaspi.c.
4968 - Got rid using PROFILE to get SCSI info from wine.conf.
4969 - Read scsi info from /proc/scsi/scsi.
4970 - Added setting of a reasonable timeout when opening a SCSI device (5
4971 minutes, defined in winescsi.h).
4972 - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
4975 * 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:
4976 Simen Zamecnik <simen@nextra.sk>
4977 Added Slovak language support.
4979 * 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:
4980 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
4981 Added some Japanese resources.
4983 * 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:
4984 Abey George <abey@macadamian.com>
4985 Implemented OLE clipboard functionality for Embed Source format.
4986 It helps you cut and paste data with Embed Source format between
4987 applications. It also implements OleCreateFromData and
4988 OleQueryCreateFromData and fixes some bugs in datacache.c.
4990 * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
4991 wm->modname might be invalid at the end of FreeLibrary.
4993 * 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:
4994 Patrik Stridvall <ps@leissner.se>
4995 Removed a lot of unnecessary includes and fixed the compile errors.
4997 * 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:
4998 Patrik Stridvall <ps@leissner.se>
4999 Fixed some warnings.
5001 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
5002 Corrected value for DAYS_IN_ONE_YEAR.
5004 * dlls/crtdll/crtdll_main.c:
5005 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5006 Cleaned up CRTDLL__unlink.
5008 * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
5009 The static control only needs to invalidate its rect when we SetText.
5011 * include/winuser.h, misc/spy.c:
5012 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5013 Added a few messages for IME.
5015 * 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:
5016 Eric Pouech <Eric.Pouech@wanadoo.fr>
5017 No longer directly accessing debuggee memory.
5018 Execution context (mode, steps...) are now linked to a thread.
5019 Removed some X11 crst hacks.
5020 Rewrote info/walk commands.
5021 Removed direct debugger invocation code (and moved the rest to the new
5024 * 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:
5025 Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
5026 Implemented IsDebuggerPresent().
5028 * 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:
5029 Generate CREATE_PROCESS/THREAD debug events internally in the server.
5031 2000-03-07 Alexandre Julliard <julliard@winehq.com>
5033 * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
5034 Better implementation of inline functions SetLastError and
5035 GetCurrentThreadId. Added asm inlines for Interlocked* functions.
5037 * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
5038 Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
5040 * loader/ne/module.c, loader/ne/segment.c:
5041 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5042 Fixed second instance DGROUP loading.
5044 * include/winuser.h, misc/main.c:
5045 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5046 Implement SPI_GETICONMETRICS.
5047 Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
5049 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
5050 Actual write the cached struct in GlobalMemoryStatus.
5052 * documentation/fonts, graphics/x11drv/xfont.c:
5053 Rein Klazes <rklazes@casema.net>
5054 Include in the AddFontResourceA/W fixme message a pointer to the fonts
5055 document. In this document tell the user how to find the needed tools.
5057 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
5058 Add a message and fix error code if __ws_getservbyname() and
5059 __ws_getservbyport() cannot find the requested service.
5060 Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
5062 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
5063 Check for existence if MMIO_EXIST is passed to MMIO_Open.
5065 * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
5066 The pathname was stored in a string of size 100, which was not always
5067 large enough. It should be set to MAX_PATH (255).
5069 * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5070 Several fixes to MakeProcInstance.
5072 2000-03-05 Alexandre Julliard <julliard@winehq.com>
5074 * 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:
5075 Added support for creating extra symlinks for .so files that contain
5078 2000-03-04 Alexandre Julliard <julliard@winehq.com>
5080 * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
5081 Moved dll-specific make rules to a separate Makedll.rules file.
5083 * misc/registry.c: Fixed error checking in registry saving.
5085 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
5086 WSACleanup should set last error to WSANOTINITIALISED if failing
5087 because Winsock was not initialized...
5089 * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
5090 Marcus Meissner <marcus@jet.franken.de>
5091 CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
5092 Whitney), removed the dllName component of the openDlls. Added some
5095 * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
5096 Fixed typos in _alldiv() and _allmul().
5098 * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
5099 Added message for missing xpm devel libs for debian/corel.
5101 * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
5102 OleRegGetUserType did query wrong registry key.
5104 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
5105 Some applications call GlobalMemoryStatus() very often. Cache the
5106 results of the call for 1 second (spotted by Corel).
5108 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
5109 GetClipboardData16 might return an invalid global handle (spotted by
5112 * objects/enhmetafile.c: Lilia Roumiantseva
5113 cbCountSizeOfEnhMetafile callback function instead of increasing a
5114 contents of the pointer to the size increased the pointer itself.
5116 * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5117 Fix docs to reflect change to .winerc processing.
5119 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5120 Fixed a couple of config.cache problems.
5122 * dlls/comctl32/trackbar.c: Vahid Pourlotfali
5123 Trackbar contol did not have proper position value in case of
5124 SB_THUMBTRACK notification message: it was always sending 0.
5126 Jim Aston <jima@corel.ca>
5127 Made the slider control a rect. It had been trying to draw a notched
5128 slider, but the result didn't look right.
5130 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
5131 Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
5133 * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
5134 CURSORICON_IconToCursor: inconsistent Lock/Unlock
5136 * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5137 PROFILE_GetString: only accept NULL for keyname to return the list of
5140 * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
5141 Fix a sign bug where memcpy was called with negative length.
5143 2000-02-29 Alexandre Julliard <julliard@winehq.com>
5145 * files/profile.c: Make profile key a global handle.
5147 * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
5148 Renamed libwin32s to use the proper dll name (libw32skrnl).
5150 * 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:
5151 Niels Kristian Bech Jensen <nkbj@image.dk>
5152 Removed superfluous #include statements for header files included twice.
5154 * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
5155 Make updown control work. UpDown control always sends WM_*SCROLL
5156 message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
5158 * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
5159 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
5162 * dlls/ole32/storage32.c: Murali Pattathe
5164 This is the patch for the OleConvertOLESTREAMToIStorage wine API.
5165 This API calls another function called OLECONVERT_LoadOLE10 which
5166 basically read the OLE stream from the file through the callback
5167 function (this is passed by the application).
5169 The reading format was wrong. Still I am not very sure this is 100 %
5170 correct format. I did some reverse engineering and found the format. I
5171 have tried with different OLE object and its worked in paradox. I
5172 haven't tested with any other apps.
5174 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
5175 Patrik Stridvall <ps@leissner.se>
5176 Moved some stubs and added forwards in order to make both winapi_check
5177 and checklink happy.
5179 * tools/winapi_check/*:
5180 Patrik Stridvall <ps@leissner.se>
5181 Moved the rest of the API specification from the global file to the
5184 2000-02-27 Alexandre Julliard <julliard@winehq.com>
5186 * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
5188 ----------------------------------------------------------------
5189 2000-02-27 Alexandre Julliard <julliard@winehq.com>
5191 * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5192 GetComputerNameA(): added parameter check like Win95 does.
5194 * tools/build.c: Patrik Stridvall <ps@leissner.se>
5195 - Fixed some Solaris specific assembler problems
5196 - Fixed some missing .type @function (helps debugging with dbx)
5197 - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
5198 - Fixed use of zero width arrays (ANSI C violation)
5199 - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
5201 * memory/selector.c, include/selectors.h:
5202 Patrik Stridvall <ps@leissner.se>
5203 Fixed some Solaris specific assembler problems.
5205 * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
5206 Patrik Stridvall <ps@leissner.se>
5207 Fixed some issues found by winapi_check.
5209 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
5210 Patrik Stridvall <ps@leissner.se>
5211 Updated winapi_check.
5213 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
5214 Added utility that generates patches for submission to
5215 wine-patches@winehq.com.
5217 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
5218 oleaut32 should not import functions from olepro32.
5220 * dlls/comctl32/listview.c, include/listview.h:
5221 Pierre Mageau <pierre@macadamian.com>
5222 Don't display the context menu on a double click.
5224 Ulrich Czekalla <ulrichc@corel.ca>
5225 Set the font on the edit label control to that used by the listview
5226 control. It also uses text metrics to set a more reasonable initial
5229 Pierre Mageau <pierre@macadamian.com>
5230 Handle M_SETREDRAW in ListView.
5231 Fix to EnsureVisible to handle small and large icon correctly.
5232 Add edit label functionnality to the listview and the file open dialog.
5234 Ulrich Czekalla <ulrichc@corel.ca>
5235 RelaseDC in CreateEditLabel.
5237 Pierre Mageau <pierre@macadamian.com>
5238 Add functionnality to create new folder in the open dialog.
5239 Add support for right click menu in common file dialog.
5240 LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
5242 Serge Ivanov <sergei@corel.ca>
5243 LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
5245 Luc Tourangeau <luc@macadamian.com>
5246 Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
5249 -Implemented the sorting on insert of items into a ListView control
5250 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
5251 -(helping evil applications): sometimes not so well structured apps
5252 (PFPI90, in this case) will not fully initialize structs. In the case
5253 of the LVM_GETITEM message the app may have only initialized the mask
5254 and iItem members of the struct. Added processing of the LVIF_PARAM
5255 mask in the case that iSubItem was set but is invalid/uninitialized.
5257 Pierre Mageau <pierre@macadamian.com>
5258 Fix for handling correctly the cancelling mode of the Edit label.
5259 Fix width calculation of the edit label.
5261 Pascal Lessard <pascal@macadamian.com>
5262 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
5265 Ulrich Czekalla <ulrichc@corel.ca>
5266 Fixed a painting problem with listview when the view changes and an
5267 edit label is active.
5269 Ulrich Czekalla <ulrichc@corel.ca>
5270 Fixed a notification problem with listview. On creation if the user
5271 specifies an item with focus and/or selection we should send the
5272 proper notification. Insert was preventing LISTVIEW_SetItem from
5273 seeing the changes and sending the notification.
5275 Make the draw item rectangle consistent with the selection
5276 rectangle. This allows us to click on the folders and icons in the
5277 file open dialog box and the item actually gets selected.
5279 * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
5280 - Write serial numbers to the device (FAT)
5281 - DRIVE_ReadSuperblock: better checking for the FAT fs.
5283 * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5284 GetFullPathName fixes.
5286 2000-02-26 Alexandre Julliard <julliard@winehq.com>
5288 * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
5289 Juergen Schmied <juergen.schmied@debitel.net>
5290 Fixed definition of the RtlMemory functions. Use macros internally and
5291 for Winelib, use real functions for exports from ntdll.
5293 * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
5294 Prototypes OleInitialize, OleUninitialize.
5296 * dlls/commdlg/filedlg95.c:
5297 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5298 ArrangeCtrlPositions: fix for user-defined template with no stc32.
5300 * controls/menu.c, include/menu.h, windows/message.c:
5301 Ulrich Czekalla <ulrichc@corel.com>
5302 Send WM_HELP message when F1 is pressed.
5304 * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
5305 In the listbox, when the last item is selected and deleted, it still
5306 appeared in the window.
5308 Sheri Steeves <sheri@macadamian.com>
5309 In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
5310 style it would just return. This left the horizontal scroll bar
5311 uninitialized and it was appearing at the bottom of the listbox when
5314 Serge Ivanov <sergei@corel.com>
5315 LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
5316 (it says it is for column margins). Obviously it is wrong, because
5317 margins must be internal.
5319 * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
5320 ErrorInfo functions need to be in ole32, not oleaut32.
5322 * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
5324 * 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:
5325 Juergen Schmied <juergen.schmied@debitel.net>
5326 Moved file functions to shlfileop.c
5327 New SHELL_DeleteDirectoryA
5328 Use shell notifications.
5329 Enabled file manipulation functions.
5331 * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
5332 Juergen Schmied <juergen.schmied@debitel.net>
5335 * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
5336 Juergen Schmied <juergen.schmied@debitel.net>
5337 Stub PathIsDirectory.
5339 * dlls/shell32/shellord.c:
5340 Juergen Schmied <juergen.schmied@debitel.net>
5341 Fixes for ShellExecuteEx.
5343 * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
5344 Juergen Schmied <juergen.schmied@debitel.net>
5345 Basic implementation of shell notifications.
5347 * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
5350 * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
5351 Juergen Schmied <juergen.schmied@debitel.net>
5352 Added Winelib types.
5354 * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
5355 Added icon no 4 (open folder).
5357 * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
5358 Patrik Stridvall <ps@leissner.se>
5359 Added stubs for {Create,Get,Set}ErrorInfo.
5361 * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
5362 Return an error instead of a success code in OleCreate stub function.
5364 * dlls/comctl32/tab.c, include/tab.h: Don Kelly
5365 In Windows Property Sheet can have any mix of icon-less tabs and tabs
5366 with icons. Adds a check to see if the icon we're adding is non-NULL
5367 (otherwise random junk from memory can be rendered) when the application
5368 has specified the PSP_USEICONID flag is set. Changes to the Tab control
5369 to only render icons for tabs that have the TCIF_IMAGE flag set
5370 (previously, if the flag was set the entire image list of icons was
5373 Stephane Lussier <stephane@macadamian.com>
5374 Fixes for some tab control bugs
5377 Fixed some width problem with OWNERDRAW tab.
5379 Luc Tourangeau <luc@macadamian.com>
5380 TCM_ADJUSTRECT is now returning consistant compare to Windows.
5382 Serge Ivanov <sergei@corel.ca>
5383 Fixed problem with tab selection. When you select tab it becames first
5384 visible tab. Now leftmost visible tab is calculated properly.
5385 - Added code for correct handling of updown control.
5386 - Forced recalculation of tabs' coordinates when:
5387 a) all items are deleted,
5388 b) window style is canged
5390 * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
5391 Added necessary defines and structures to compile WineLib apps using
5393 Fixed typo in TCM_SETMINTABWIDTH constant.
5395 * controls/button.c: Bill Jin <billj@corel.ca>
5396 Bitmap buttons were not refreshed correctly.
5398 * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
5399 This reverts Matts patch. The messaging needs double checking.
5401 * 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:
5402 Improved the selector get/set functions.
5403 Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
5405 * 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:
5406 Made winmm a separate shared library.
5408 * 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:
5409 Patrik Stridvall <ps@leissner.se>
5410 Fixed ANSI C violations.
5412 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
5413 Fixed Solaris specific compiler issue.
5415 * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
5416 Fixed some debug message crashes.
5418 * include/dinput.h, windows/dinput.c:
5419 Lionel Ulmer <lionel.ulmer@free.fr>
5420 - implement EnumObjects and GetProperty for Mouse and Joystick drivers
5421 - implement SetDataFormat for the Mouse driver
5423 * 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:
5424 Eric Pouech <Eric.Pouech@wanadoo.fr>
5425 Moved hardware related handling to dlls/winmm/joystick driver.
5426 Got rid of joySendMessages() hack (now implementation with a timer).
5428 2000-02-25 Alexandre Julliard <julliard@winehq.com>
5431 Release unused space in debug strings to avoid too frequent
5432 wrap-arounds in the circular buffer.
5434 * dlls/oleaut32/Makefile.in: Added import of olepro32.
5436 * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5437 Added OLE entries and comments.
5439 * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5440 Japanese support implemented.
5442 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
5443 Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
5444 order to allow Windows 9x Perl to start.
5446 * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
5447 This patch initializes the return buffer used in GetPrinterDriverA to
5448 zeros. This prevents buffer overruns caused by accessing garbage data.
5449 Some improvements to the NULL check patch.
5452 EnumPrinters is not returning the number of printers found in case the
5453 parameter dwLevel is 1.
5455 * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5456 Do not overwrite the valid ObjectAttributes->RootDirectory.
5457 Perform case insensitive comparison for the registry paths.
5459 * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
5460 Added prototypes for registry functions.
5462 * include/winbase.h, include/winnls.h:
5463 Dmitry Timoshkov <dmitry@sloboda.ru>
5464 Move definition of CPINFO structure from winbase.h to winnls.h
5465 Add definition of CPINFOEX structure to winnls.h
5467 * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
5468 Add prototype for CRTDLL_wcstol.
5470 * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5471 Fix for toolbar button size.
5473 * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5474 Fixed CharNextA/CharNextExA for DBCS.
5476 * 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:
5477 James Abbatiello <abbeyj@WPI.EDU>
5478 Misc. fixes for compiler warnings.
5480 * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
5481 Pierre Mageau <pierre@macadamian.com>
5482 Implementation of OleConvert routines.
5484 Thuy Nguyen <thuy@macadamian.com>
5485 Don't allow to resize stream open in read only mode
5486 Allow write access for stream/storage open with STGM_READWRITE.
5487 StgOpenStorage return values are now more detailed.
5488 Don't rely on STGM_CREATE flag in the Storage constructor.
5489 Preventing to write out of date property.
5491 Owen Wang <owenw@corel.ca>
5492 Allow both positive & negative 32-bit integers as with MFC assumption.
5493 This patch improves the 32bit limit on IStream::*_Seek operations.
5495 John Li <johnl@corel.ca>
5496 When WP opens a linked file, the malloc function in
5497 OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
5498 crash. The actual problem is the function reading a large data length.
5500 * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
5501 Made some local functions static.
5503 * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
5504 Patrik Stridvall <ps@leissner.se>
5505 Fixed some issues found by winapi_check.
5507 * tools/winapi_check/*:
5508 Patrik Stridvall <ps@leissner.se>
5509 Moved some of the API specification from the global file to the local
5512 * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
5513 James Abbatiello <abbeyj@WPI.EDU>
5514 Better thread safety for WarpPointer hack.
5516 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
5517 Juergen Schmied <juergen.schmied@debitel.net>
5518 Added AddAccessAllowedAce.
5520 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
5521 Some more ListView_ macros, winelib fixes.
5523 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
5524 Fixed allocation of 16x16 icons.
5526 * dlls/commdlg/filedlg95.c:
5527 Juergen Schmied <juergen.schmied@debitel.net>
5528 For unicode: give the selected filename back.
5530 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5531 Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
5534 * windows/painting.c: Serge Ivanov <sergei@corel.ca>
5535 We don't need to call LPtoDP in here as far as PatBlt does it internally.
5537 * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
5538 In Windows, if PropertySheet can't create some page it just skips it. This
5539 patch adds similar behaviour to Wine. It also adds some NULL checks.
5542 Fix property sheet initialization bugs.
5545 The template was calling GetActiveIndex which was not being set in the
5546 propsheet code, and the call was moved before we call SetActive -
5547 because that's where we query for the Active Index.
5550 Resize property sheet to the largest dialog size.
5553 In the WM_INITDIALOG handler for the prop sheet, there is a call to
5554 PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
5555 PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
5556 aligns the sizes of the "largest" prop. sheet dialog template and the tab
5557 control. The IsTooSmall() call doesn't properly catch this mismatch.
5558 Modified the function to return TRUE if the sizes mismatch and renamed it to
5559 PROPSHEET_SizeMismatch() to reflect its proper use.
5561 * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
5562 We define PathISURLA, so use it.
5564 * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
5565 In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
5566 fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
5567 to improper display of overlay images.
5570 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5571 ATOMs are considered unique, so we don't need to check class
5572 pointers in FindWindow.
5574 * objects/region.c: Serge Ivanov <sergei@corel.com>
5575 Not all region functions updated 'type' field to reflect current
5578 * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
5579 Eric Williams <ewill@ncal.verio.com>
5580 Minor fixups and tweaking, and a dummy hook.
5582 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
5583 Fixed handling of filedlg flags.
5585 2000-02-20 Alexandre Julliard <julliard@winehq.com>
5587 * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5588 Added FIXME comment for entry point parameter.
5590 * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
5591 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5592 - stub for OLE32.MkParseDisplayName
5595 * windows/dialog.c, windows/win.c:
5596 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5597 - fixed my slightly incorrect EndDialog patch
5600 * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
5601 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5604 * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
5605 Made the buffer list in the directsound object thread-safe.
5607 * loader/module.c, loader/ne/module.c:
5608 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5609 It seems to be GetModuleFileName16 that checks exe version on whether
5610 to return long or short paths, not GetModuleFileNameA.
5612 * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
5613 Avoid too much refreshing when changing the drive in the 16 bits file
5616 * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
5617 GetLongPathName rewrite.
5619 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
5623 Don't update the combo box selection when closing the dialog only when
5624 clicking on OK button. Adjust file dialog size when help button isn't
5628 Fixes problems with open dialog box filters.
5631 Prevents the help button from displaying on OpenFile dialogs unless
5632 the proper flag is set in the OPENFILENAME struct.
5638 Add tooltips to the file Dialog toolbar.
5640 Sylvain Bouchard, Bill Jin
5642 EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
5643 Instead of passing in a copy of ofn, passing in the pointer of ofn.
5646 A "!" was missing in a check against lpstrInitialDir.
5649 Fixed crash: if dialog has no filetypes appearing in the dropdown list.
5651 Matt Robertson, Ulrich Czekalla
5652 Fixed problems occurring with selection of files inside openfiledlg.
5654 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
5655 - activated use of templates
5656 - moved the creating of new folders to the shellview
5658 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
5659 Juergen Schmied <juergen.schmied@debitel.net>
5660 Started with shell-clipboard handling (context menu cut&paste,
5663 * dlls/shell32/dataobject.c:
5664 Juergen Schmied <juergen.schmied@debitel.net>
5665 Removed ItemIDListList, reorganisation, more formats.
5667 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
5668 - implemented rename, copy and delete file
5669 - "new file" is activating label edit for rename
5670 - implemented IShellView_SelectItem
5672 * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
5673 Juergen Schmied <juergen.schmied@debitel.net>
5674 Better context menus.
5676 * 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:
5677 Juergen Schmied <juergen.schmied@debitel.net>
5678 - new files related to context menu and drag drop file operations
5679 - render functions for clipboardformats
5681 * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
5682 Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
5684 * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
5685 Juergen Schmied <juergen.schmied@debitel.net>
5686 Started implementation of shell notifications.
5688 * dlls/shell32/shlfileop.c:
5689 Juergen Schmied <juergen.schmied@debitel.net>
5690 New file (SHFileOperation).
5692 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
5695 * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
5696 Juergen Schmied <juergen.schmied@debitel.net>
5697 - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
5698 - implemented IPersistFolder2 interface
5700 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
5701 Juergen Schmied <juergen.schmied@debitel.net>
5702 New aPidl handling functions.
5704 * misc/main.c: Avoid crash on usage message.
5706 * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
5708 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
5709 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5710 Added stub for RtlAssert().
5712 * windows/x11drv/keyboard.c:
5713 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5714 Added Japanese jp106 and pc98x1 keyboard layout.
5716 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5717 Got rid of PROFILE_ functions, now accessing Wine config options
5718 through the registry.
5720 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5721 While creating the wine config key, make sure that only Wine's subkeys
5724 * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
5725 Check for NULL ptr in PSDRV_GetDeviceCapabilities.
5727 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
5728 Added a bit magic to CONSOLE_get_input so we don't get single Escapes
5729 from function key escape sequences.
5731 2000-02-19 Alexandre Julliard <julliard@winehq.com>
5733 * memory/atom.c: Bug fix for native USER.
5735 * loader/loadorder.c, wine.ini:
5736 Hard-coded DllPairs configuration; there is no need for the user to
5739 * 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:
5740 Store config file contents in the registry so we only have to load it
5742 Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
5743 Removed a few unnecessary/unused command-line options.
5745 2000-02-18 Alexandre Julliard <julliard@winehq.com>
5747 * 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:
5748 Store the handle of the process exe file in the server.
5749 Removed PROCESS_Initial().
5751 * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
5752 Set the type of VarBstrFromDate to dwFlags, instead of lcid.
5754 Ulrich Czekalla <ulrichc@corel.ca>
5755 Fixed the problem with the date being off by one.
5758 VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
5760 Coerce function doesn't implement coercion for VT_DISPATCH type.
5762 * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
5763 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5764 Added/corrected ordinals of kernel, gdi, user.
5766 * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
5767 Popup windows will be hidden when minimizing the main frame.
5769 * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
5770 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5771 Changed the loading of typelib files to use a memory mapping instead
5772 of reading the file bit by bit.
5774 * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5775 DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
5776 path component even if a match already occurred.
5778 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5779 Fixed prototype for OleTranslateColor.
5781 * files/file.c: Matthew Cline <matt@nightrealms.com>
5782 Added WARN messages on open errors.
5784 * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5785 The maximum size of the buffer is 1024 bytes in Win32.
5787 2000-02-16 Alexandre Julliard <julliard@winehq.com>
5789 * 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:
5790 Moved SystemHeap allocations to the process heap.
5792 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
5793 Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
5795 * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
5796 Send WM_HELP message when F1 is pressed.
5798 * 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:
5799 Alastair McKinstry <Alastair.McKinstry@digital.com>
5800 Added support for the following celtic languages: Irish Gaelic, Scots
5801 Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
5803 2000-02-14 Alexandre Julliard <julliard@winehq.com>
5805 * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
5806 Juergen Schmied <juergen.schmied@debitel.net>
5807 Added stub for CoResumeClassObjects.
5809 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
5810 - added argument printing to stubs
5811 - replaced memcmp by IsEqualGUID
5812 - implemented GetCapabilities for Mouse and Keyboard
5814 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
5815 ioctlsocket() now returns success if the app sets nonblocking mode for
5816 WSAAsyncSelect()-ed sockets.
5818 * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5819 Fixed FreeBSD compile.
5821 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5822 - fixed crash on mci channel tracing
5823 - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
5825 2000-02-13 Alexandre Julliard <julliard@winehq.com>
5827 * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
5828 Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
5830 * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
5831 Dave Pickles <davep@nugate.demon.co.uk>
5832 Added definition for STILL_ACTIVE.
5834 * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
5835 Juergen Lock <nox@jelal.kn-bremen.de>
5836 Added configure check for the unix domain sockaddr length.
5838 * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
5839 Fixed CDROM_Audio_Seek for non-linux systems.
5841 * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
5842 GetObjectA() now rejects GDI handles which are invalid.
5844 * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
5845 VERSION_GetSystemDLLVersion crashed when being called on a .so.
5847 * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
5848 Display the system popup menu when clicking with the right mouse
5849 button in the window caption.
5851 * dlls/ole32/clipboard.c: Removed check for class existence.
5853 * 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:
5854 Alexandre Julliard <julliard@codeweavers.com>
5855 Removed superfluous GlobalFindAtom calls.
5857 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5858 Reading of ri blocks.
5859 Better error handling.
5861 * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
5862 Check that ci->hWindowMenu is not zero before using it.
5864 * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
5865 David Howells <David.Howells@nexor.co.uk>
5866 Implemented isw*() wctype.h functions.
5868 * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5869 Better error messages.
5871 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
5872 Fixed off-by-one error.
5874 * 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:
5875 Moved global atoms to the server (based on the work of Sergei
5876 Turchanov <turchanov@otvprim.ru>).
5878 2000-02-12 Alexandre Julliard <julliard@winehq.com>
5880 * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
5881 Added a PTEXTMETRIC[A|W] definition.
5883 * include/windef.h: Matthew Cline <matt@nightrealms.com>
5884 Added typedefs for PSHORT and PUSHORT.
5886 * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5887 Protect EndDialog() from invalid window handles.
5889 * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
5890 Lionel Ulmer <lionel.ulmer@free.fr>
5891 Replaced fprintfs by proper debug macros and fixed some compilation warnings.
5893 2000-02-10 Alexandre Julliard <julliard@winehq.com>
5895 * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
5896 Added GUIDs, defines, and structures for DirectX7.
5898 * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
5899 Oleg Korda <oleg@isp.nsc.ru>
5900 Added Russian translation.
5902 * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
5903 Added missing goto in switch statement.
5905 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
5906 Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
5908 * 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:
5909 Optimized debugging API to reduce code size.
5911 * 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:
5912 Removed extra includes from ole.h and wingdi.h.
5915 Jeremy White <jwhite@codeweavers.com>
5916 Removed #include of wingdi.h and windef.h from winuser.h (and resolved
5917 the resulting compilation failures).
5919 2000-02-07 Alexandre Julliard <julliard@winehq.com>
5921 * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
5922 Make CLSIDFromString return a CLSID of zeros instead of crashing when
5923 passed a null pointer.
5925 * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5926 Fixed unconditional use of JOYDEV.
5928 * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
5929 Michael Cardenas <michael_cardenas@deneba.com>
5930 Added a bunch of macros needed for compiling Winelib apps.
5932 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
5933 Added ListView_EditLabel macros.
5935 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
5936 Changed import to ordinal.
5938 * include/wine/obj_shellfolder.h:
5939 Juergen Schmied <juergen.schmied@debitel.net>
5940 Added IPersistFolder2 interface.
5942 * 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:
5943 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5944 - implemented serial numbers for audio CDs and data CDs
5945 - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
5947 - split debug channel cdaudio into cdrom and mcicda
5950 * dlls/oleaut32/olefont.c, include/olectl.h:
5951 Sean Langley <seanl@corel.ca>
5952 Made OleCreateFontIndirect have the same signature (exactly) as the
5953 header file. Added olepro32 dll stubs.
5955 * 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:
5956 Sean Langley <seanl@corel.ca>
5959 * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
5962 * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
5963 Extended the winmm joystick API calls to support the new Linux
5966 * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
5967 Added context functions for FreeBSD.
5969 * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
5970 Fix for the system tray, Icon and popup menu's now work.
5972 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
5973 Use window properties instead of window long, also use them to
5974 determine if we really own a window and can destroy it.
5975 The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
5976 Set paintable flag for application passed cooperative/drawing window.
5977 GetDisplayMode: We might have and do support 2 backbuffers.
5979 * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
5980 Running object table are not using 0 as a valid index anymore.
5982 * controls/static.c: Luc Tourangeau <luc@macadamian.com>
5983 Implementation of Static OwnerDraw.
5985 * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
5986 Height calculation was 1 off in ImageList_Read.
5988 2000-02-03 Alexandre Julliard <julliard@winehq.com>
5990 * 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:
5993 * 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:
5994 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5995 Added .spec files for all libtest/ and programs/ WineLib apps.
5996 Updated all Makefiles to use .spec files and new resource handling.
5998 * 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:
5999 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6000 Added .spec keyword 'mode' to allow creating built-in EXE modules.
6001 Use built-in EXE modules for WineLib apps (instead of ELF modules).
6002 Removed dummy ELF module creation.
6003 Removed LIBRES handling.
6005 * programs/notepad/main.c:
6006 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6007 Fixed memory overwrite bug.
6009 * include/windef.h, include/wine/windef16.h:
6010 Jeremy White <jwhite@codeweavers.com>
6011 Moved definitions such as BOOL16 and INT16 from windef.h into
6014 * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
6015 GetNumberFormatA implementation added.
6017 * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
6018 Save and restore cursor in WriteConsoleOutputA.
6020 * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
6021 Alex Priem <alexp@sci.kun.nl>
6022 - Implementation of WM_SETFORMAT
6023 - Reworked drawing/selection
6024 - Implementation of WM_KEYDOWN
6026 * include/miscemu.h, msdos/int09.c, msdos/int16.c:
6027 Ove Kaaven <ovek@arcticnet.no>
6028 Added INT_Int16ReadChar and made int09 handle special keys.
6030 * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
6031 Added alphanumeric mode to the VGA emulation.
6032 Use service thread for the periodic refresh.
6034 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
6035 Cleanup VGA refresh when terminating.
6037 * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
6038 Handle backspace correctly.
6040 2000-01-31 Alexandre Julliard <julliard@winehq.com>
6042 * configure, Make.rules.in, */Makefile.in:
6043 Build most dlls as separate shared libraries.
6045 2000-01-30 Alexandre Julliard <julliard@winehq.com>
6047 * configure.in, include/config.h.in, server/context_i386.c, configure:
6048 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6049 Added configure check for sys/reg.h.
6051 * dlls/comctl32/imagelist.c, include/imagelist.h:
6052 Marcus Meissner <marcus@jet.franken.de>
6053 Overlay indices are signed shorts (-1 means no overlay)
6054 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
6055 (ImageList_Read) We can read a NxM bitmap from the stream and have
6056 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
6058 (others) removed some potential operator precendence problems.
6060 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
6061 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
6063 * 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:
6064 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6065 Moved debugger to libwine to make it available to WineLib apps.
6066 Try to invoke external debugger if internal debugger crashes.
6067 Try to handle early invocation of debugger more gracefully.
6069 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
6070 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6071 Mark initial process as 32-bit for WineLib apps.
6072 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
6073 Removed unused thread event.
6075 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6076 - Windows skips the '\t' and ' ' at the beginning and end of section
6077 key names of .INI files.
6078 - Fixed Get/WritePrivateProfileStructA():
6079 - (re-)translate the binary data into ASCII hex chars
6080 - add checksum / checking of it
6082 ----------------------------------------------------------------
6083 2000-01-30 Alexandre Julliard <julliard@winehq.com>
6085 * configure.in, include/config.h.in, server/context_i386.c, configure:
6086 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6087 Added configure check for sys/reg.h.
6089 * dlls/comctl32/imagelist.c, include/imagelist.h:
6090 Marcus Meissner <marcus@jet.franken.de>
6091 Overlay indices are signed shorts (-1 means no overlay)
6092 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
6093 (ImageList_Read) We can read a NxM bitmap from the stream and have
6094 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
6096 (others) removed some potential operator precendence problems.
6098 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
6099 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
6101 * 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:
6102 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6103 Moved debugger to libwine to make it available to WineLib apps.
6104 Try to invoke external debugger if internal debugger crashes.
6105 Try to handle early invocation of debugger more gracefully.
6107 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
6108 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6109 Mark initial process as 32-bit for WineLib apps.
6110 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
6111 Removed unused thread event.
6113 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6114 - Windows skips the '\t' and ' ' at the beginning and end of section
6115 key names of .INI files.
6116 - Fixed Get/WritePrivateProfileStructA():
6117 - (re-)translate the binary data into ASCII hex chars
6118 - add checksum / checking of it
6120 * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
6121 Juergen Schmied <juergen.schmied@debitel.net>
6122 - fixes, loading of settings per user
6123 - autodetecting of windows registry version
6125 * 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:
6126 Francois Gouget <fgouget@psn.net>
6127 The COM virtual tables must use the
6128 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
6130 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
6131 Made int9 handler add keystroke to BIOS keyboard buffer.
6133 * loader/dos/dosmod.c, loader/dos/dosmod.h:
6134 Ove Kaaven <ovek@arcticnet.no>
6135 dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
6137 * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
6138 Added a couple of prototypes.
6140 * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
6141 Add information about code pages to default registry.
6143 * configure.in, Make.rules.in, configure:
6144 Patrik Stridvall <ps@leissner.se>
6145 - Unixware (Solaris) linker typo fixed
6146 - Solaris (and possibly Unixware) specific linker support for the
6147 GNU:ism --[no-]whole-archive
6148 - Solaris make specific makefile fix
6150 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
6151 Solaris support for {set,get}_thread_context added.
6153 2000-01-29 Alexandre Julliard <julliard@winehq.com>
6155 * server/context_i386.c:
6156 Added our own user_regs_struct definition for better compatibility.
6158 * controls/button.c, windows/dialog.c:
6159 Dmitry Timoshkov <dmitry@sloboda.ru>
6160 Correct the behaviour of the accelerator keys in dialogs according to
6163 * 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:
6164 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6165 Link only a single .rc file with application.
6167 * 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:
6168 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6169 - add some documentation items
6173 * 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:
6174 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6175 - support for reading labels and serial nums from device
6176 - "reasonable" misc/cdrom.c device handling
6177 - much improved audio CD support
6178 - serial number overwrite bug fix
6181 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
6182 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6185 * dlls/ole32/ole2.spec, server/process.c:
6186 Patrik Stridvall <ps@leissner.se>
6187 Fixed minor issues found by winapi_check.
6189 * tools/winapi_check/*:
6190 Patrik Stridvall <ps@leissner.se>
6192 - Moved some of the API specifications from the global file to the
6195 * include/imagelist.h, dlls/comctl32/imagelist.c:
6196 Marcus Meissner <marcus@jet.franken.de>
6197 Implemented ImageList_Read (not 100% correct in regarding to setting
6199 Filled out unknown members of ILHEAD.
6200 Started reordering IMAGELIST to make it Windows binary compatible.
6202 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
6203 nIconIndex == -1 should return nr of available icons, not 0.
6205 * Makefile.in: Fixed building of dosmod and wineclipsrv.
6208 Bug fix: added temp structure to cope with debug traces during thread
6211 * 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:
6214 * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
6215 Use a per-thread buffer and write(2) for debug traces.
6216 Removed debug_dumpstr.
6218 2000-01-27 Alexandre Julliard <julliard@winehq.com>
6220 * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
6223 * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
6224 Get HCU name from unix user name.
6226 * 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:
6227 Implemented GetThreadSelectorEntry through the server.
6229 2000-01-26 Alexandre Julliard <julliard@winehq.com>
6231 * dlls/winmm/lolvldrv.c:
6232 Dynamically load version.dll in MMDRV_GetDescription32.
6234 * dlls/ole32/ole2.c:
6235 Use a linked list instead of a DPA for the hook list.
6237 * windows/x11drv/clipboard.c:
6238 Use a linked list instead of a DPA to manage pixmaps.
6240 * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
6241 Gerard Patel <g.patel@wanadoo.fr>
6242 Returns an error if trying to write to a stream opened for read.
6244 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6245 Add a newbie warning for slashes in the search Path= of wine.conf.
6247 * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
6248 Wait for ShmCompletion during Flip.
6250 * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
6251 Made --enable-dll the default.
6252 Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
6253 Cleaned up install targets in main Makefile.
6255 * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
6257 2000-01-25 Alexandre Julliard <julliard@winehq.com>
6259 * 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:
6260 Use argv[0] to locate the server executable.
6262 * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
6263 Alexandre Julliard <julliard@codeweavers.com>
6264 Share the system heap between different address spaces. Made process
6265 heap per-address space instead of per-process.
6267 * 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:
6268 Alexandre Julliard <julliard@codeweavers.com>
6269 Made the server listen for new clients on a Unix socket in
6270 $HOME/.wine. Newly started wine processes now attach to an existing
6271 server if one is running.
6273 * files/profile.c, include/options.h:
6274 Added PROFILE_GetConfigDir function.
6276 2000-01-24 Alexandre Julliard <julliard@winehq.com>
6278 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
6279 Changed the server to return STATUS_* error codes.
6281 * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
6282 Built a complete translation table for RtlNtStatusToDosError.
6284 * include/winerror.h, include/winnt.h: Added some error codes.
6286 * windows/nonclient.c:
6287 Use GetProcAddress instead of calling ShellAboutA directly.
6289 2000-01-23 Alexandre Julliard <julliard@winehq.com>
6291 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
6292 Merged dlls/ver into dlls/version.
6294 * 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:
6295 Juergen Schmied <juergen.schmied@debitel.net>
6296 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
6297 NtAllocateLocallyUniqueId
6298 - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
6299 RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
6300 RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
6301 RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
6302 RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
6303 RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
6304 RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
6305 RtlValidSid, RtlxUnicodeStringToOemSize
6306 - corrected most RtlString* functions, added documentation
6307 - more fixes and partial implementations
6309 * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
6310 Ove Kaaven <ovek@arcticnet.no>
6311 Added -dxgrab command line option, which confines cursor motion to the
6312 DirectX primary surface.
6314 * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
6315 Replaced some weird C constructs (char[]="" ) with more compatible ones.
6316 Added another NULL ptr check in _OnOpen.
6318 * 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:
6319 Moved winsock implementation to dlls/winsock.
6321 * dlls/*/.cvsignore:
6322 Marcus Meissner <marcus@jet.franken.de>
6323 Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
6325 * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
6326 Corrected arguments to VirtualFree().
6328 * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
6329 Dmitry Timoshkov <dmitry@sloboda.ru>
6330 Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
6333 * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
6334 Map WM_MENUSELECT 32->16 bits for closing menu.
6336 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
6337 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
6339 * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
6340 Implemented (Register|Get|Revoke)ActiveObject from the docs.
6342 * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
6343 Ove Kaaven <ovek@arcticnet.no>
6344 Supercharged XShm implementation for DirectDraw.
6346 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6347 Bugfix: missing NULL pointer checks.
6349 * loader/pe_image.c:
6350 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6351 Check for MZ header before trying to decipher the PE header.
6353 * relay32/kernel32.spec:
6354 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6355 Export GetLongPathName[A|W].
6357 * memory/global.c, memory/heap.c:
6358 Guy Albertelli <galberte@neo.lrun.com>
6359 Fix problems with GlobalHandle and GlobalFree so results match Win98.
6360 Restructure HEAP_ValidateInUseArena, HeapValidate, and add
6361 HEAP_IsRealArena to eliminate *bogus* error messages.
6363 * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6364 Actually print return value of message.
6366 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
6367 Corrected arguments in DIB_DeleteDIBSection.
6369 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
6370 Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
6371 help of James Feeney <james@nurealm.net>.
6373 2000-01-20 Alexandre Julliard <julliard@winehq.com>
6375 * 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:
6376 Alexandre Julliard <julliard@codeweavers.com>
6377 Added Get/SetThreadContext support through the server.
6379 2000-01-18 Alexandre Julliard <julliard@winehq.com>
6381 * 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:
6382 Added debugstr_guid function and used it to replace
6383 WINE_StringFromCLSID in all debugging messages.
6385 * dlls/winmm/wineoss/audio.c:
6386 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6387 Always initialize lpWaveHdr->lpNext to NULL.
6388 Don't fail on strange fragment sizes.
6390 2000-01-17 Alexandre Julliard <julliard@winehq.com>
6392 * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
6393 Add some defines needed for Unicode to Ascii conversions.
6395 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
6396 Better error handling, less keys held open.
6398 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
6399 EnumDisplayModes must pass lPitch.
6401 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
6402 Validate the menu handles.
6404 * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
6405 Rounds to the lowest integer, not the nearest.
6407 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6408 Fixed race between Win16 parent and child for first rescheduling
6409 of child process. This fixes WinExec returning too early.
6411 2000-01-16 Alexandre Julliard <julliard@winehq.com>
6413 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
6414 Use --whole-archive to force linking all of libwine.a. into wine.
6416 * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
6417 Added automatic registration of built-in DLLs.
6419 2000-01-15 Alexandre Julliard <julliard@winehq.com>
6421 * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
6422 Fixed IPX detection.
6424 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
6425 New implementation of the win95 registry loader.
6427 * dlls/advapi32/registry.c:
6428 Juergen Schmied <juergen.schmied@debitel.net>
6429 If there is enough space in the buffer and the type is REG_SZ and the
6430 string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
6432 * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
6433 Display the external modules after the internal modules in crash report.
6435 * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
6436 Made SetVolumeLabel report failure on CD-ROM drives.
6438 * documentation/status/directplay:
6439 Peter Hunnisett <hunnise@nortelnetworks.com>
6440 Updated documentation.
6442 * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
6443 Eric Pouech <Eric.Pouech@wanadoo.fr>
6444 Replaced Wine specific DRIVER_GetType by a correct implementation of
6447 * configure, configure.in, include/wine_gl.h:
6448 Lionel Ulmer <lionel.ulmer@free.fr>
6449 - (ugly) fix for the 'Xmd.h' problem
6450 - fix the detection of DGA 2 in configure script
6452 * include/thread.h, scheduler/thread.c:
6453 Juergen Schmied <juergen.schmied@debitel.net>
6454 - added NT fields to TEB
6455 - moved tls-fields and some wine specific fields to a higher offset
6456 - added some documentation
6457 - initialisation of the UnicodeString
6459 * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
6460 Add HAVE_SOUNDCARD_H to support OpenBSD.
6462 * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
6463 Peter Hunnisett <hunnise@nortelnetworks.com>
6464 - Added some missing EMR record types and updated and fixed others
6465 - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
6466 - Added header for SetICMMode
6467 - Added ability to play more enhanced metafile records
6469 * graphics/enhmetafiledrv/init.c:
6470 Peter Hunnisett <hunnise@nortelnetworks.com>
6471 Store reference hdc size into enhanced metafile header when creating.
6473 * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
6474 Marcus Meissner <marcus@jet.franken.de>
6477 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
6478 Removed DeleteObject call left over from previous patch.
6480 * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
6481 Fixed bad register constraint in InterlockedCompareExchange.
6483 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
6484 Added prototypes for the NT synchronization functions
6485 InterlockedCompareExchange and InterlockedExchangeAdd.
6487 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6488 Don't access 'wm->modname' after the modref has been flushed.
6490 * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
6491 Added null check in GlobalHandle.
6493 2000-01-12 Alexandre Julliard <julliard@winehq.com>
6495 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
6496 Removed a dependency between oleaut32 and comctl32.
6498 * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
6501 * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
6502 Fixed macro definition of IDirectDrawSurface_Restore.
6503 Added defines for Ddraw's WaitForVerticalDisplay().
6505 * include/dsound.h: Steve Langasek <vorlon@dodds.net>
6506 Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
6507 IDirectSoundBuffer_Unlock.
6509 * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
6510 Missing Winelib declarations for AUXCAPS.
6512 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6513 Fix (harmless) assembler warnings.
6515 * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6516 Fix problem with initialization (reported by Andreas Mohr).
6518 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
6519 InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
6521 ----------------------------------------------------------------
6522 Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
6524 * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
6525 Non-Linux compile fix.
6527 * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
6528 DOSFS_DoGetFullPathName would underflow (p would get past the
6529 beginning of buffer) if given the name "//..".
6530 Regrouped the handling of the directory separators.
6531 Directory separators in the returned path are now alway a single "\"
6532 which simplifies the handling of ".." in the name.
6534 * dlls/advapi32/registry.c:
6535 Juergen Schmied <juergen.schmied@debitel.net>
6536 Corrected behaviour of RegOpenKey in case of failure.
6538 * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
6539 Juergen Schmied <juergen.schmied@debitel.net>
6540 - removed copying of HKEY_USERS to HKEY_CURRENT_USER
6541 - HKEY_CURRENT_USER is now subkey of HKEY_USERS
6542 - changed query_key_info_request to return the key name too (NtQueryKey needs this)
6543 - the rootkeys (MACHINE and USER) do have names
6545 * include/gdi.h, objects/dc.c, objects/gdiobj.c:
6546 Gerard Patel <g.patel@wanadoo.fr>
6547 Avoid deleting of the default 1x1 bitmap for memory DCs.
6549 * 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:
6550 Built-in DLLs resources are now specified in spec file.
6551 Removed unnecessary flags in built-in DLLs tables.
6553 * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
6554 Erez Volk <erez@gmx.net>
6555 Added stubs for some BiDi API functions.
6557 * dlls/winmm/mciwave/mciwave.c:
6558 Bradley Baetz <bbaetz@student.usyd.edu.au>
6559 Fixed race condition between app and wine in WAVE_mciPlay.
6561 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
6562 Stop menu tracking when clicking on the menu bar where there is no
6565 * win32/newfns.c: Erez Volk <erez@gmx.net>
6566 Better error reporting.
6568 Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
6570 * graphics/x11drv/xfont.c:
6571 Backed out scalable bitmap change (gives ugly results).
6573 * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
6574 GetMenuString should return itemlength on 0 nMax or NULL str
6575 InsertItem pos=-1, flags = 0 should append item
6576 (thanks to Sander van Leeuwen)
6578 * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
6579 David Elliott <dfe@netnitco.net>
6580 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
6581 Added critical section around code dealing with global variables.
6582 Added a few comments about how ASPI is supposed to work.
6583 Copy sense info into the correct place (right after the fixed 16-byte CDB).
6584 Now returns target status (many Windows apps won't even look at the
6585 sense are unless they get an error code).
6586 Added SC_ABORT_SRB FIXME.
6587 Added SC_GET_DISK_INFO place holder for clarity.
6588 Updated Linux SG interface structure to include new kernel 2.2
6591 * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
6592 Look for our header files first, then for systems headers.
6594 * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
6595 The new filedialog stuff does not handle template. So do not call if
6598 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
6599 Avoid problems during changing the Z-order if the window and the
6600 window to insert after are the same.
6602 * libtest/expand.c, libtest/hello5.c:
6603 Marcus Meissner <Marcus.Meissner@caldera.de>
6604 Removed GUI junk from expand.c, so you can use it in commandline mode.
6607 * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
6608 Patrik Stridvall <ps@leissner.se>
6609 Fixed some issues found by winapi_check.
6611 * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
6612 Patrik Stridvall <ps@leissner.se>
6613 - Added support for auto allocated ordinals
6614 - Fixed varargs (16 bit) bug
6617 * dlls/version/info.c:
6618 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6619 Fixed alignment problem with VERSION_INFO members.
6621 Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
6623 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
6624 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
6625 of the $X_EXTRA_LIBS are required.
6627 * windows/defwnd.c, windows/painting.c:
6628 Patrik Stridvall <ps@leissner.se>
6629 - Made FillRect behave like it does on Windows
6630 - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
6631 - Added some comments on how Windows behaves
6633 * windows/winhelp.c: Peter Ganten <peter@ganten.org>
6634 Check if winhelp is already running; use winhlp32.exe or winhelp.exe
6635 depending on the emulated version, relase win16lock before calling
6638 * AUTHORS, include/authors.h:
6639 Updated authors list from the Changelog. Please let me know if you
6642 * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
6643 TrueType clarification.
6645 * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
6646 Lionel Ulmer <lionel.ulmer@free.fr>
6647 - detect if the OpenGL implementation defines the paletted texture and
6648 color table extensions
6649 - small warning fixes
6650 - fix the double '-lXxf86dga' when having DGA 2.0
6652 * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
6653 Some comm clean up, much more error messages, only use TIOCOUTQ if
6654 defined [wine-bugs/104], tried implementing SetCommTimeouts.
6656 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
6657 - When processing WM_PAINT messages, the treeview might sometimes use
6658 the wrong hdc. Fixed.
6659 - Better checking for TREEVIEW_INFO *infoPtr=NULL.
6660 Similar to code in toolbar.c
6661 - Other small fixes (subclassed edit control).
6663 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6664 Bugfix: uninitialized pointer caused crashes.
6666 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
6667 Made virus warning a bit more drastic, since some people don't believe us.
6669 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
6670 Some comm clean up, much more error messages, only use TIOCOUTQ if
6671 defined [wine-bugs/104], tried implementing SetCommTimeouts.
6673 * files/profile.c: Rein Klazes <rklazes@casema.net>
6674 Implement WritePrivateProfileSectionA().
6676 * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
6677 Fix for compilers that don't support 'long long' (From Ove Kaaven).
6679 Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
6681 * scheduler/thread.c, server/thread.c:
6682 Moved allocation of the socket pair for a new thread to the server.
6684 * server/debugger.c: Made debug events and contexts standard objects.
6685 Use sleep_on to wait on debug events.
6687 * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
6688 Made sleep_on usable from all requests.
6690 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
6691 Eric Pouech <Eric.Pouech@wanadoo.fr>
6692 Added more MIDI messages 16<=>32 mapping.
6693 Fixes some bugs in buffers handling and index for MAPPER.
6695 * include/callback.h, if1632/thunk.c:
6696 Eric Pouech <Eric.Pouech@wanadoo.fr>
6697 Removed the obsoleted CallTimeFuncProc, CallDriverProc,
6700 * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
6701 Eric Pouech <Eric.Pouech@wanadoo.fr>
6702 Put back visible minimum timer resolution to 1 ms.
6703 Decorrelate the service thread resolution from the user required timer
6704 & visible minimum resolutions.
6705 Removed the Callback.TimeFuncProc entry.
6707 * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
6708 Give +0+0 as a default position for the desktop window.
6710 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
6711 Convert mmio to allow the use of 32 bit mmio procedures.
6713 * 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:
6714 Juergen Schmied <juergen.schmied@debitel.net>
6717 * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
6718 Patrik Stridvall <ps@leissner.se>
6719 Fixed some issues found by winapi_check.
6721 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
6722 Patrik Stridvall <ps@leissner.se>
6723 Updated winapi_check to handle the new additions.
6725 * dlls/comctl32/monthcal.c, include/monthcal.h:
6726 Chris Morgan <cmorgan@wpi.edu>
6727 James Abbatiello <abbeyj@wpi.edu>
6728 Implemented WM_SIZE message support. Optimized drawing to use
6729 precalculated size values rather than recalculating during each call
6730 of MONTHCAL_Refresh.
6732 * relay32/user32.spec, windows/dialog.c:
6733 Juergen Schmied <juergen.schmied@debitel.net>
6734 Corrected parameter count for DialogBoxIndirectParamAorW.
6736 * controls/scroll.c: Rein Klazes <rklazes@casema.net>
6737 Don't show the scrollbar if SetScrollinfo() is called with only the
6738 SIF_DISABLENOSCROLL flag.
6740 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
6741 Added extra US keymap with the infamous phantom key.
6743 * Makefile.in, dlls/winmm/wineoss/Makefile.in:
6744 Eric Pouech <Eric.Pouech@wanadoo.fr>
6745 Use a uniform naming scheme for driver modules.
6747 * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
6748 Encapsulated Wine internal data into an ifdef __WINE__.
6750 * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
6751 Eric Pouech <Eric.Pouech@wanadoo.fr>
6752 Moved the 16 bit driver functions callout into the dir.
6754 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6755 Added support for WODM_BREAKLOOP message.
6757 * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6758 Removed extraneous ERR message.
6760 * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6761 Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
6763 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6764 Use case insensitive comparison while searching for new modules.
6766 * dlls/ntdll/ntdll.spec:
6767 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6768 Added spec entry for _itoa.
6770 * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
6771 Bertho Stultiens <bertho@panter.soci.aau.dk>
6772 Generated labels of resource names must be unique throughout the
6775 * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6776 "resultp" can be NULL in SendMessageTimeout*().
6778 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
6779 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6780 - prevent mem leak of CRTDLL_acmdln_dll
6781 - better argument parsing
6782 - last xargv entry has to be NULL
6783 - return value is environment pointer instead of NULL
6784 - added a spec entry for bsearch()
6786 Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
6788 * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
6789 Peter Ganten <peter@ganten.org>
6790 Implemented WaitForInputIdle.
6792 * misc/ddeml.c, windows/win.c:
6793 Fixed potential buffer overflows (spotted by Francois Gouget).
6795 * 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:
6796 Make use of automatic ordinal allocation.
6798 * 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:
6799 Moved poll handling to the generic part of the server objects.
6800 Fixed busy waiting on POLLERR events.
6801 Merged struct client into struct thread.
6803 Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
6805 * 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:
6808 * 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:
6809 Francois Gouget <fgouget@psn.net>
6810 Buffer overflows and strncpy fixes.
6812 * loader/pe_image.c:
6813 PE_FindExportedFunction: use a binary search for function names.
6815 Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
6817 * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
6818 Fixed/commented out duplicate entry point names.
6820 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
6821 Added support for automatic ordinal allocation.
6822 Output list of function names in sorted order.
6823 Added support for nameless (ordinal-only) entry points.
6824 Cleaned up error handling.
6826 * 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:
6827 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6828 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
6829 Map a few Unicode chars to the first 0xff in psdrv.
6830 Don't expect x11drv to display Unicode chars yet.
6832 * 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:
6833 Francois Gouget <fgouget@psn.net>
6834 Wrapped some strings in a debugstr_* call.
6835 Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
6836 Removed redundant 'L's for Unicode strings.
6837 Tried to harmonize the traces a little bit.
6839 * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
6840 debugstr_w now returns something looking like 'L"xxxx"...'
6842 * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
6843 FILEDLG95_HandleCustomDialogMessages:
6844 - for the three handled messages we must return the required buffer size
6845 - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
6846 - fixed multiple potential buffer overflows.
6847 FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
6848 FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
6849 leading to a buffer overflow.
6851 Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
6853 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6854 Added support for playing more record types (still more to come).
6856 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
6857 Better support very long strings by avoiding to copy them in a fixed
6858 size buffer (one exception partly remains: callback strings).
6859 Raise the buffer size to 512 characters.
6860 Merge the handling of item 0 and other items together in GetItemA to
6861 reduce code duplication.
6863 * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6864 Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
6866 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
6867 Cast the unsigned int to signed, or NEAR_MATCH will not work.
6869 * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
6870 Eric Pouech <Eric.Pouech@wanadoo.fr>
6871 Fixed first/last playable frame referencing.
6873 * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
6874 Eric Pouech <Eric.Pouech@wanadoo.fr>
6875 Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
6876 Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
6878 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
6879 Test pointers passed to copyrect for NULL.
6881 * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6882 Restore erroneously deleted lines.
6884 * dlls/comctl32/comctl32undoc.c:
6885 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6886 DPA_DeletePtr was resizing the array to a too small size.
6888 * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6889 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
6890 client area is less than the icon spacing.
6892 * documentation/linux-fat-permissions:
6893 Steven Elliott <elliotsl@mindspring.com>
6894 Added a document that describes configuring FAT filesystem permissions
6897 * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
6898 NT allocates one page as TEB. Some native NT-dlls are using this.
6900 * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6901 Don't skip usable X fonts. Add support for koi8 fonts.
6903 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
6904 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
6905 crash if the handle is INVALID_HANDLE_VALUE.
6907 * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
6908 Changed the "this_is_a_syntax_error" error message to a more specific
6911 Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
6913 * 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:
6914 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6915 Move Bezier code out of x11drv into commmon GDI code; if any driver
6916 does not implement PolyBezier[To] the curve is approximated to lines
6917 and drawn with Polyline.
6918 Implement many GDI-Path recording functions (at least the win9x subset).
6919 Implement FlattenPath and FillPath.
6921 * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
6922 Fixed ordinal numbering and added new spec stub.
6924 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
6925 Readded Xpm autoconf checks.
6927 * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
6928 EnumSystemLocalesA should look for registry values, not subkeys.
6930 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
6931 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
6933 * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
6934 Corrected background color and fixed leaking GDI brush.
6936 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
6937 NT loader: don't stop loading a hive when an error occurs.
6939 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6940 PlayMetaFile and EnumMetaFile should work if the hdc is a
6943 * README: Juergen Lock <nox@jelal.kn-bremen.de>
6944 Updated the FreeBSD notes, the LDT patch finally made it into -current.
6946 * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
6947 If lpTitle==NULL and cbBuf==0 then we must return the required buffer
6950 * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
6951 Shaun Morris <shaun@blueneptune.com>
6952 Implemented _TrackMouseEvent for the TME_LEAVE flag.
6954 * graphics/ddraw.c, graphics/ddraw_private.h:
6955 Lionel Ulmer <lionel.ulmer@free.fr>
6956 Adds resolution / depth switching with DGA 2.0.
6958 ----------------------------------------------------------------
6959 Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
6961 * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
6962 Fixed handling of DGA2.0 keyboard events.
6964 * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
6965 Eric Pouech <Eric.Pouech@wanadoo.fr>
6966 Added the ability to open several streams on the same driver.
6967 Added a few acmMetrics options.
6969 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6970 SysStringLen can get a NULL pointer (and shall return 0).
6972 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6973 Now using notification for detecting when a WAVEHDR has been played
6975 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6976 Enhanced synchronization between playback thread and stop/close commands
6977 Now using notification for detecting when a WAVEHDR has been played
6979 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6980 ComboBox should not send bogus messages to edit buddy and to itself.
6982 * files/dos_fs.c: Peter Ganten <peter@ganten.org>
6983 Fixed GetShortPathNameA.
6985 * Makefile.in, configure, configure.in:
6986 Moses DeJong <dejong@cs.umn.edu>
6987 Fixed missing libwine.so symlink during install. Set the runtime
6990 * windows/dialog.c: Murali Pattathe
6991 GetNextDlgGroupItem: needs to check the control parent is the main dialog.
6992 GetNextTabItem: make sure this control is visible and not disabled.
6995 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6996 Fixed cmd line length calculation.
6998 * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
6999 Lionel Ulmer <lionel.ulmer@free.fr>
7000 - added support of DGA-2.0 events
7001 - fixed the leaving of DGA-2.0 mode
7003 * controls/menu.c, include/menu.h, windows/winproc.c:
7004 Rein Klazes <rklazes@casema.net>
7005 In win32 a WM_MENUSELECT message should contain the position when the
7006 item refers to a submenu, not the submenu's handle as in win16.
7008 * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7009 Fixed arg types of FIXMEs.
7011 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
7012 Check for passed invalid window handle in DefMDIChildProc*.
7014 * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7015 Fix no. of arguments in a WARN statement.
7017 * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7018 Allows DrawText(16|A|W) to get a NULL string as parameter.
7020 * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
7021 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7022 Fixed compiler warnings.
7024 * controls/listbox.c, misc/registry.c, misc/version.c:
7025 Marcus Meissner <marcus@jet.franken.de>
7026 Removed 2 useless include winversion.h
7027 Do not make autodetected version fix on first calls if it is Win31.
7029 * dlls/shell32/shell32.spec:
7030 Juergen Schmied <juergen.schmied@debitel.net>
7031 Added StrNCpyA, StrNCpyW.
7033 * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
7034 Message translation WM_CREATE fixed.
7036 Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
7038 * 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:
7040 Implementation of a proxy ODBC32 dll.
7042 * 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:
7043 Kai Morich <kai.morich@bigfoot.de>
7044 Marcus Meissner <marcus@jet.franken.de>
7045 Added systray support.
7046 Swallow the windows systray icons into kpanel systray if KDE/KWM is
7049 * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
7050 Juergen Schmied <juergen.schmied@debitel.net>
7051 Added loader for NT registry files.
7053 * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
7054 Juergen Schmied <juergen.schmied@debitel.net>
7055 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
7058 * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
7059 Peter Hunnisett <hunnise@nortelnetworks.com>
7060 - Implemented GetEnhMetaFilePaletteEntries
7061 - Added fixme stubs for SetMetaRgn and GetMetaRgn
7062 - Added support for playing several enhanced metafile records
7063 - Added beginnings of implementation for playing the rest of the
7064 enhanced metafile records
7066 * 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:
7067 Patrik Stridvall <ps@leissner.se>
7068 Improved the TTY driver.
7070 * files/file.c: Peter Ganten <peter@ganten.org>
7071 Return an error if lpOverlapped is provided to ReadFile / WriteFile.
7073 * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
7074 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
7076 * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
7077 Bradley Baetz <bbaetz@student.usyd.edu.au>
7078 The wavemap driver wasn't passing the callback type to the
7079 DriverCallback routine correctly.
7081 * files/tape.c: Added missing WINAPIs.
7083 * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
7084 If we have registry entries, use them. Never mind which version we
7087 * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
7088 Patrik Stridvall <ps@leissner.se>
7089 Fixed some issues found by winapi_check.
7091 * 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:
7092 Patrik Stridvall <ps@leissner.se>
7093 Minor fixes and additions.
7095 * loader/ne/resource.c:
7096 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7097 Bugfix: Added missing 'return' statement.
7099 * dlls/commdlg/filedlg95.c:
7100 Juergen Schmied <juergen.schmied@debitel.net>
7103 Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
7105 * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
7106 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7107 Perform 16/32A/32W message mapping for posted messages.
7109 * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
7110 Chris Morgan <cmorgan@wpi.edu>
7111 James Abbatiello <abbeyj@wpi.edu>
7112 Added stubs for the WinNT tape backup functions.
7114 * debugger/msc.c, debugger/source.c:
7115 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7116 Parse CodeView type/symbol info with 32-bit type indices.
7117 Added (partial) support for VC 5/6 .PDB files.
7118 Fixed treatment of source file names containing path.
7120 * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
7121 Fixed off-by-one error.
7123 * scheduler/process.c:
7124 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7125 Bugfix: Show main window if CreateProcess was called without the
7126 STARTF_USESHOWWINDOW flag.
7128 * loader/pe_image.c:
7129 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7130 Implemented PE_UnloadLibrary().
7132 * include/dinput.h, windows/dinput.c:
7133 Lionel Ulmer <lionel.ulmer@free.fr>
7134 - do not loose initial auto-repeat status when acquiring the keyboard more
7136 - support of DirectX 7's DIMOUSESTATE2 structure
7138 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
7139 Marcus Meissner <Marcus.Meissner@lst.de>
7140 Added NtPowerInformation stub.
7142 * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
7143 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
7145 Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
7147 * 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:
7148 Dimitrie O. Paun <dimi@cs.toronto.edu>
7149 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
7150 Use the default version of FIXME, ERR, WARN, TRACE for the default
7153 * include/module.h, loader/module.c, scheduler/process.c:
7154 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7155 Delay sending debug events until process initialization is complete.
7157 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
7158 Updated, added chapter on configuration and architecture.
7160 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
7161 - Fix MMIO_{Open,Rename} to check the filename (of the form
7162 file.ext+ABC) for the correct mmio procedure to use.
7163 - mmioStringToFOURCC now converts to uppercase if asked to, and handles
7164 strings of length < 4.
7166 * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7167 Fix problem with EN_UPDATE notification sent by edit control.
7169 Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
7171 * 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:
7172 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7173 Added .rc file support for Win16 NE modules.
7174 Moved display.c and mouse.c to separate dll directories.
7176 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7177 Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
7179 Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
7181 * 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:
7182 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7183 Fixes several bugs in gdi path handling.
7184 Adds *Path functions to dc funcs table + add EnhMetaFile recording.
7185 Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
7186 funcs table to enable proper enhmetafile recording.
7187 The current position update in *To functions is now handled by the
7188 main function and not in the drivers.
7189 Move USER functions from graphics/painting.c -> windows/painting.c
7191 * 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:
7192 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7193 - the OLE version returned was too low
7194 - renamed OABuildVersion16 to OaBuildVersion16
7197 * files/drive.c: Peter Ganten <peter@ganten.org>
7198 Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
7199 if the buffer size is not large enough.
7201 * controls/button.c, windows/dialog.c:
7202 Dmitry Timoshkov <dmitry@sloboda.ru>
7203 Remove hack for keyboard messages in dialogs.
7205 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
7206 Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
7207 Implementation for VWin32 Int31/DPMI dispatch call.
7208 Fixed "dangling else" compiler warning.
7210 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
7211 Whenever we do an strncpy we should make sure we put a '\0' at the end
7214 * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
7215 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7216 Added Thread32First/Next stubs.
7218 * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
7219 Moved wineserver's buffer & buffer_size at the end of TEB so that IE
7220 doesn't overwrite them.
7222 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7225 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7226 Added support for WAVE_FORMAT_QUERY flag in wodOpen.
7228 * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7229 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
7231 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7232 Fixed MCI_OPEN command for types like "CDAUDIO!H:".
7234 * graphics/ddraw_private.h, graphics/ddraw.c:
7235 Marcus Meissner <marcus@jet.franken.de>
7236 Merged _all_ lpClipper into common_surface.
7237 Add NULL ptr check to SetClipper.
7238 Some more debug output.
7240 * include/config.h.in, misc/port.c, configure, configure.in:
7241 Marcus Meissner <marcus@jet.franken.de>
7242 Use the real glibc openpty if present.
7244 * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7245 Added typedef to insure compilation on all gcc&egcs versions.
7247 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
7248 Fixed _copy_registry().
7250 * 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:
7251 Juergen Schmied <juergen.schmied@debitel.net>
7252 Added some constants for Spanish.
7254 * include/module.h, loader/ne/module.c, loader/ne/segment.c:
7255 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7256 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
7257 just for the first one.
7258 Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
7260 * if1632/user.spec, windows/user.c:
7261 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7262 Added USER.DllEntryPoint().
7264 * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
7265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7266 Call 16-bit instead of 32-bit UserSignalProc entry point.
7267 Don't load USER32.DLL unless requested by the program.
7268 Bugfix: Pass the correct thread ID to UserSignalProc.
7270 * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7271 Fixed crash when map fails.
7273 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7274 Show use of undocumented messages.
7276 * 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:
7277 Lionel Ulmer <lionel.ulmer@free.fr>
7278 - removed keyboard auto-repeat when DInput acquires it
7279 - removed some (now) obsolete fixme's
7281 * graphics/ddraw_private.h, graphics/ddraw.c:
7282 Marcus Meissner <marcus@jet.franken.de>
7283 Moved lpClipper into common_directdrawsurface struct
7284 Release old clipper on new set
7286 * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
7287 Eric Pouech <Eric.Pouech@wanadoo.fr>
7288 Fake MIDI_IO_STATUS support in midi in open
7289 Fixed bug in midi in while reading data
7291 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7292 Fixed infinite loop for 0-length wavehdrs.
7294 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7295 Fixed buggy playback for non PCM files
7296 Added support for from & to indexes for playback
7297 Now using double wavehdr for better output
7298 Cleaned-up internal structs and removed last 16 bit API adherence
7300 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7301 Tried to reduce echo in playSound API (using two wavehdr instead of
7304 * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7305 Added callback mechanisms for MIDI IN.
7307 * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
7308 Eric Pouech <Eric.Pouech@wanadoo.fr>
7309 Fixed improper acm streams closing.
7311 * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7312 Debug traces cosmetic fixes.
7314 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
7315 Fixed some errors (thanks to F Gouget for reporting them).
7316 Added some bits on thunking and resources for DLLs.
7318 Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
7320 * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
7321 Lionel Ulmer <lionel.ulmer@free.fr>
7322 First support of DGA 2.0 for DirectDraw.
7324 * include/winuser.h, relay32/user32.spec, win32/newfns.c:
7325 Erez Volk <erez@gmx.net>
7326 Stubs for Get/SetProcessDefaultLayout.
7328 * files/profile.c, relay32/kernel32.spec:
7329 Marcus Meissner <marcus@jet.franken.de>
7330 Stub for CloseProfileUserMapping.
7332 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
7333 Use DInput's internal mouse event handler to handle the GetDeviceState
7336 * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
7337 waveHdr.lpData was eventually HeapFree()ed uninitialized.
7339 * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
7340 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
7343 * 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:
7344 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7345 Fixed 32-bit module name handling to conform better to Win9x.
7346 Removed OFSTRUCT passing during process creation sequence.
7347 Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
7349 * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
7350 Michael McCormack <mccormac@aals27.alcatel.com.au>
7351 Added code to some service functions (some untested), fixed
7352 declaration of service main function.
7354 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
7362 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
7363 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7364 Added stubs for several MRU list functions and documented some others.
7366 * server/file.c: Marcus Meissner <marcus@jet.franken.de>
7367 Flush handle in any access mode.
7369 * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7370 Fixes off by one error in item insertion.
7372 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
7373 Allow 1% deviation from specified sampling rate for some soundcards.
7375 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
7376 Suppressed the inclusion of OpenGL headers.
7378 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
7379 - Added stub for conversion from meta to enhance meta files.
7380 - Implemented GetEnhMetaFileBits for enhanced meta files.
7382 * graphics/ddraw.c, graphics/ddraw_private.h:
7383 Peter Hunnisett <hunnise@nortelnetworks.com>
7384 Improved stubs for the ddraw clipper routines.
7386 Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
7388 * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
7390 * server/event.c, server/file.c:
7391 Fixed get_event_obj/get_file_obj to use the process parameter (thanks
7394 * server/process.h, scheduler/process.c, server/process.c:
7395 Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
7397 * 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:
7398 Implemented waitable timers.
7400 Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
7402 * tools/bin2res.c: Bug fixes.
7404 * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
7410 Lots of bug fixes and new features in property sheets.
7412 * 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:
7413 Niels Kristian Bech Jensen <nkbj@image.dk>
7414 Compiler warnings fixed.
7416 * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
7417 Give the app back the exact font name it asked for.
7419 * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
7420 Prevent a crash if messages are sent to a toolbar window before
7421 WM_NCCREATE or after WM_DESTROY.
7423 * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
7424 Updated Spanish MM error string translation.
7426 * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
7427 Alex Priem <alexp@sci.kun.nl>
7428 - (final?) update of TreeView_* macro's.
7429 - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
7431 - custom draw enhancements
7432 - implementation of state images
7433 - implementation of TVS_CHECKBOXES
7435 * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
7436 Fixed some visual toolbar bugs.
7438 * README: Juergen Lock <nox@jelal.kn-bremen.de>
7439 Added notes about Wine-related FreeBSD kernel patches.
7441 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7442 Use RegQueryInfoKey to count number of printers.
7444 * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
7445 Don't try to call towupper() when there's no wctype.h.
7447 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7448 When combobox selection changes, update its edit box accordingly.
7450 * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7451 Notify parent of listbox if requested.
7453 Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
7455 * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
7457 * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
7458 Set/use fs/gs from the sigcontext struct, the corresponding kernel
7459 change now finally has been MFC'd to -stable.
7461 * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
7462 Mention free Truetype font servers (Xfstt and xfsft).
7464 * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
7465 Note what to do with the winedefault.reg in the file.
7467 * win32/device.c: Peter Ganten <peter@ganten.org>
7468 Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
7469 _PageChangePermissions() and _PageFree() using the
7470 Virtual*()-Functions (with the great help of Ulrich Weigand).
7472 * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
7475 * misc/registry.c: Several bug fixes in save_key().
7477 * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7478 Fixed some bogus error detection for RegEnumValue[AW] and
7479 RegQueryValueEx[AW].
7481 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
7482 Peter Hunnisett <hunnise@nortelnetworks.com>
7483 - Added global data mutual exclusion
7484 - Removed hack for creating processes suspended now that it's implemented
7485 - Fixed ordinal numbering and added spec stubs
7486 - Fixed EnumConnections callback to fill in all parameters with valid data
7487 - Made direct play allocation/deallocation follow the same pattern as
7490 * dlls/win87em/emulate.c:
7491 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7492 Several improvements.
7494 * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7495 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
7497 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
7498 Made win16 serial comms less of a CPU hog.
7500 * 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:
7501 Store all object names as Unicode in the server.
7503 Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
7505 * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
7506 Added wine.conf option for new format registry files.
7507 Added optional periodic saving of the registry.
7509 * misc/registry.c, server/registry.c:
7510 Added support to the server for loading new format (version 2) files.
7512 * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
7514 * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
7515 Added current context to the exception debug event sent to the server.
7517 * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
7518 Fixed handling of debug events on thread/process exit.
7520 * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
7521 Raise an exception when a critical section wait failed.
7523 Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
7525 * 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:
7526 Patrik Stridvall <ps@leissner.se>
7529 * dlls/comctl32/imagelist.c, include/imagelist.h:
7530 Eric Kohl <ekohl@abo.rhein-zeitung.de>
7531 - first 'dummy' implementation of ImageList_Read
7533 * include/rebar.h, dlls/comctl32/rebar.c:
7534 Eric Kohl <ekohl@abo.rhein-zeitung.de>
7535 - added version messages
7537 * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
7538 - implemented LBItemFromPt
7540 * include/commctrl.h, dlls/comctl32/listview.c:
7541 Eric Kohl <ekohl@abo.rhein-zeitung.de>
7542 - implemented simple column order array functionality
7543 - implemented some virtual listview notifications
7545 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
7546 Eric Kohl <ekohl@abo.rhein-zeitung.de>
7547 - minor update to mru list functions
7548 - stubs for COMCTL32_411 to COMCTL32_413
7550 * dlls/comctl32/toolbar.c, include/toolbar.h:
7551 Eric Kohl <ekohl@abo.rhein-zeitung.de>
7552 - added version messages and some simple get/set messages.
7553 - added unicode messages
7555 * 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:
7556 Juergen Schmied <juergen.schmied@debitel.net>
7557 - made IShellFolder a aggregable object
7558 - SHCoCreateInstance can create CSIDL_FSFolder now
7559 - browsing into folders on the desktop implemented
7560 - corrected returnvalue of Ico_ExtractIconEx
7561 - fixed SHGetDataFromIDList to return data of simple pidls
7563 * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
7564 Moses DeJong <dejong@cs.umn.edu>
7565 Added implementation for WSARecvEx function. This is a Microsoft
7566 specific extension to the winsock API.
7568 * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
7569 Juergen Schmied <juergen.schmied@debitel.net>
7570 Corrected wrong parameter counts for WNetCachePassword and
7571 WNetEnumCachedPasswords.
7573 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
7574 Ian Schmidt <ischmidt@cfl.rr.com>
7575 Added stub for DllInstall().
7577 * 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:
7578 Changed to use new server-side registry support.
7580 * 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:
7581 Added registry support to the server.
7583 * tools/make_requests:
7584 Differentiate tracing functions between request and reply.
7585 Added possibility to have dumping functions for specific types.
7587 Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
7589 * include/server.h, scheduler/client.c:
7590 Added server_call_noerr function that avoids touching the last error.
7592 * include/winerror.h: Added a few registry error codes.
7594 * graphics/x11drv/xfont.c, objects/font.c:
7595 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7596 Removed some unaligned accesses.
7598 * dlls/commdlg/filedlg95.c:
7599 Juergen Schmied <juergen.schmied@debitel.net>
7600 - the fodInfos were used before initialized
7601 - lpTemplateName can be a resource id
7602 - if lpTemplateName is a string don't free the original one
7604 * 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:
7605 Niels Kristian Bech Jensen <nkbj@image.dk>
7606 Removed extra #include statements.
7609 Fixed MoveFileExA behavior when target file does not exist.
7611 * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
7612 Gustavo Junior Alves <twinfo@bestway.com.br>
7613 Added Portuguese language support.
7615 * dlls/comctl32/monthcal.c, include/monthcal.h:
7616 Chris Morgan <cmorgan@wpi.edu>
7617 James Abbatiello <abbeyj@wpi.edu>
7618 Implemented current day circling. Fixed many bugs in the month
7619 calender control including control spacing and alignment. Fixed
7620 defines monthcal.h. Optimized control drawing and removed many
7621 extranious redraws. Improved control behavior. Fixed inconsistent
7622 formatting in both .c and .h files.
7625 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7626 Flush current profile before using a newly opened one.
7628 * memory/selector.c:
7629 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7630 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
7632 * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
7633 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7634 Stub for GetFontData16.
7636 * windows/display.c, if1632/display.spec:
7637 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7638 Added some ordinals and GetDriverResourceID().
7640 * server/process.c, server/ptrace.c: Portability fixes.
7642 * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
7644 * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
7645 Fixed compile error.
7647 * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
7648 Implemented StartServiceCtrlDispatcherA according to DispatcherW.
7650 * Makefile.in: Make sure we clean dlls/ too.
7652 * dlls/advapi32/service.c:
7653 Michael McCormack <mccormac@aals27.alcatel.com.au>
7654 Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
7655 of QueryServiceStatus.
7657 * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
7660 * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
7661 Error reporting fix.
7663 * tools/bug_report.pl:
7664 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7665 Changed default relay line number from 100 to 200.
7667 * dlls/comctl32/toolbar.c, include/commctrl.h:
7668 Eric Pouech <Eric.Pouech@wanadoo.fr>
7669 Added undocumented feature to InsertButtonA.
7670 Added dropdown button support.
7672 * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7673 Fixed play back of uncompressed AVI file.
7674 Fixed exiting conditions.
7676 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7677 Fixed a crash in IDirectDrawSurface:BltFast.
7679 * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
7680 Eric Pouech <Eric.Pouech@wanadoo.fr>
7681 Fixed forwarding and handling messages directed to the mappers.
7683 * loader/ne/module.c, loader/ne/segment.c, include/module.h:
7684 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7685 Simplified hInstance creation/handling.
7686 Fixes problems with self-loaders creating DGROUP themselves.
7688 * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
7689 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7690 Add stubs for Get/SetLayout().
7692 * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
7693 Jim Aston <jima@corel.ca>
7694 Added stub for StgSetTimes.
7696 * dlls/shell32/shlmenu.c:
7697 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7698 SHFind_InitMenuPopup is supposed to return a pointer.
7700 * dlls/icmp/icmp_main.c:
7701 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7702 u_int[16|32]_t might not be defined.
7704 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7705 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
7706 set to LPSTR_TEXTCALLBACK.
7707 - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
7709 ----------------------------------------------------------------
7710 Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
7712 * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
7714 * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7715 Fixed hash function.
7717 Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
7719 * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7720 The adwInfo[0] field was no longer used on mmioOpen (may contain file
7723 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
7724 Eric Pouech <Eric.Pouech@wanadoo.fr>
7725 Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
7726 FreePropVariantArray.
7728 * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7729 Removed suicide code when playback thread's father dies.
7731 * 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:
7732 Juergen Schmied <juergen.schmied@metronet.de>
7733 - the colums in the shellview are now created depending on the
7734 attributes of the folder object shown
7735 - get all attributes from the shellfolder instead directly from the idlist
7736 - header fields localized (only engl. and german till now)
7739 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
7740 Juergen Schmied <juergen.schmied@metronet.de>
7741 - corrected control positions
7742 - use the icons from comctl32 for the buttons
7744 * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
7745 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7746 Bugfix: relay/snoop debugging was broken by last patch ...
7748 * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
7749 Moved ptrace support to ptrace.c. Tried to improve portability.
7751 * server/debugger.c: Bug fixes.
7753 * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7754 Fixed some unresolved externals on non-Intel archs.
7756 * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
7757 Added missing WINAPI attribute to two forward declarations.
7759 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
7760 Removed leftover #undefs.
7762 * dlls/winmm/mcicda/mcicda.c:
7763 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7764 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
7766 * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
7767 Work around glibc bug, that does not handle latin-1 umlauts.
7769 Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
7771 * 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:
7772 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7773 Adapted to new register function handling.
7775 * tools/build.c, include/stackframe.h, include/winnt.h:
7776 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7777 Modified Win32 register function handling.
7779 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
7780 Francois Gouget <fgouget@psn.net>
7781 Use BSD headers for ICMP portability.
7783 * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
7784 Juergen Schmied <juergen.schmied@debitel.net>
7785 - inserted markers for the bin2res tool
7786 - reformated hexdump in shres.rc
7788 * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
7789 Juergen Schmied <juergen.schmied@debitel.net>
7790 New tool to convert the binary resources in *.rc files (hexdumps) from
7793 * 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:
7794 Patrik Stridvall <ps@leissner.se>
7795 Added better missing function emulation.
7797 * 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:
7798 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7799 Made debugger compile and marginally work on non-Intel archs.
7801 * dlls/ntdll/exception.c, include/winnt.h:
7802 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7803 Moved GET_IP macro to winnt.h
7805 * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
7806 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7807 Move PostScript driver docs to documentation/ . Add instructions on
7808 how to use regapi to get information into the registry. Supply sample
7811 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
7812 Klaas van Gend <klaas@vangend.demon.nl>
7813 Implemented the PrintSetup dialog box for the PrintDlgA.
7815 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
7816 Added validations for page index before using it.
7818 * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
7819 - fixed the index of the item chosen in the filter combo box
7820 - added support for the OFN_OVERWRITEPROMPT flag
7821 - fixed positioning of controls in the user-defined templates
7823 * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
7824 Added support for WriteProcessMemory through the server.
7826 * server/mapping.c, server/object.h: Added get_page_size function.
7828 Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
7830 * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
7831 Added support for ReadProcessMemory through the server.
7833 * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
7834 Added support for CREATE_SUSPENDED flag in CreateProcess.
7836 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
7837 Implemented VWin32 VxDCall mechanism and 2 calls.
7839 * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
7840 Fixed joystick scaling.
7842 * 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:
7843 Gustavo Junior Alves <twinfo@bestway.com.br>
7844 Use constants IDOK and IDCANCEL in .rc files.
7846 * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7847 Portability fix: renamed PTRACE_* into PT_*.
7849 * relay32/kernel32.spec, win32/device.c:
7850 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7851 Allow for buggy apps that call the wrong VxDCall routine.
7853 * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
7854 Complete stub for RasEnumEntries by saying we have 0 entries.
7856 * include/debugstr.h, misc/debugstr.c:
7857 Jeremy White <jwhite@codeweavers.com>
7858 Add debugstr_hex_dump to allow display hex dumps of data in any
7862 Added use_ptrace flag to disable ptrace usage. Should eventually be
7863 made into an option.
7865 * 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:
7866 Juergen Schmied <juergen.schmied@debitel.net>
7867 Made the buttons in the filedlg change when selecting a different
7868 view type by the context menu, cleanup.
7870 * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
7871 Julio Cesar Gazquez <jgazquez@dld.net>
7872 Added Spanish (pure Castillan) MM error string translation.
7874 * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
7875 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7876 Added signal handling for SPARC / Solaris.
7878 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7879 Comment out explicit call to SHELL_SaveRegistry since winelib programs
7880 now exit properly. Change several NULLs to '\0's. Fix some spelling.
7882 * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
7883 Fixed XShm completion event leak.
7885 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7886 Fixed recursion count while calling midiStream(Pause|Restart).
7888 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7889 Fix save_check_tainted to properly scan the tree so that all tainted
7892 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
7893 Bernd Paysan <bernd.paysan@gmx.de>
7894 Added a stub for setjmp.
7896 Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
7899 Don't crash when we get a SIGCHLD for a removed thread.
7901 * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
7902 Solaris compile fixes.
7904 * dlls/ntdll/exception.c, include/winnt.h:
7905 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7906 (Preliminary) CONTEXT structure for SPARC added.
7908 * include/process.h, loader/module.c, scheduler/debugger.c:
7909 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7910 Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
7912 * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7913 When decommitting, remap zero pages using MAP_FIXED.
7915 * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
7916 CoGetClassObject should complain about not being able to do
7917 out-of-process servers *only* if the application doesn't include the
7920 * misc/version.c, controls/edit.c, include/winversion.h:
7921 Rein Klazes <rklazes@casema.net>
7922 Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
7923 disabled edit control if the application expects a windows version
7924 before WIN95 and NT40.
7926 * include/winbase.h, relay32/kernel32.spec, files/file.c:
7927 Moshe Vainer <moshev@easybase.com>
7928 Stub for GetOverlappedResult.
7930 * 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:
7931 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7932 Determine expected_version of PE buddies from the SubsystemVersion.
7934 * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
7935 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7936 Bugfix: Exception handlers are *not* WINAPI.
7938 Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
7940 * server/process.c, server/select.c, server/thread.c, server/thread.h:
7941 Preliminary ptrace support.
7944 Remap zero-pages when decomitting a page range (based on a patch by
7947 * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
7948 Install the wine server in $(bindir) and exec it from there.
7950 Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
7952 * server/debugger.c:
7953 Do not free the handles once they have been sent to the client (thanks
7956 * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7957 Fixed crash when asked to use strings identified by resource id
7960 * windows/dce.c: Jim Aston <jima@corel.ca>
7961 When window class has CS_CLASSDC style we should not remove the DC
7962 when destroying the window.
7964 * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
7965 Patrik Stridvall <ps@leissner.se>
7968 * 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:
7969 Patrik Stridvall <ps@leissner.se>
7970 Minor fixes and reorganizations.
7972 * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
7973 Patrik Stridvall <ps@leissner.se>
7974 Removed obsolete files no longer in use.
7976 * 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:
7977 Ove Kaaven <ovek@arcticnet.no>
7978 DirectX-XShm now waits for the X server to finish the previous frame
7979 before sending another frame down its pipe, avoiding the X server
7980 overload and resulting slowness that used to be.
7982 * 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:
7983 Juergen Schmied <juergen.schmied@debitel.net>
7984 - unified templates for the open and the save dlg
7985 - replaced buttons with a toolbar
7987 * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
7988 Juergen Schmied <juergen.schmied@debitel.net>
7989 - new interface declaration for IShellfolder2
7990 - added this interface to all shell folders
7991 - small fixes to shellview (crash with native comdlg32)
7993 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
7994 Fixed the relocation hack in PE_InitTls. Added some more for the other
7995 pointerfields in the TLS entry. (With testing help from Jussi
7996 Jumppanen <jussij@zeusedit.com>).
7998 * relay32/user32.spec, windows/user.c, include/winuser.h:
7999 Marcus Meissner <marcus@jet.franken.de>
8000 Added ChangeDisplaySettingsExA stub and some flag defines.
8002 * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
8003 Added the hex triplets to the console color definitions.
8005 * 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:
8006 Lionel Ulmer <lionel.ulmer@free.fr>
8007 Added the possibility to have mouse movements reported relative to
8008 Wine's mouse driver.
8010 * 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:
8011 Francois Gouget <fgouget@psn.net>
8012 Added ICMP DLL implementation.
8014 * 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:
8015 Juergen.Schmied@debitel.net
8016 - Bugfix: Styles were evaluated as expressions. The NOT in combination
8017 with style flags was not overwriting the default styles like WS_VISIBLE.
8018 Solved by introducing own rules for parsing styles.
8020 * controls/combo.c: Jim Aston <jima@corel.ca>
8021 Fixed the height of the ComboBox drop list.
8023 * windows/dialog.c: David Grant <davidgra@corel.ca>
8024 Windows sends WM_GETDLGCODE only in response to keyboard messages
8025 (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
8027 * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
8028 - Added missing __attribute__ ((com_interface)) for IUnknown with.
8029 ICOM_USE_COM_INTERFACE_ATTRIBUTE
8030 - Small addition to comments surrounding
8031 ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
8033 * ole/ole2nls.c, if1632/ole2nls.spec:
8034 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8035 Implementation of RegisterNLSInfoChanged.
8037 * scheduler/critsection.c, windows/queue.c, memory/heap.c:
8038 James Abbatiello <abbeyj@wpi.edu>
8039 Addresses issues with multiple processes accessing non-global critical
8042 * server/sock.c: Jeremy White <jwhite@codeweavers.com>
8043 Fixed bug in WINSOCK_accept when no event is present.
8045 * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
8046 Rein Klazes <rklazes@casema.net>
8047 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
8049 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
8050 Ulrich Czekalla <ulrichc@corel.ca>
8051 Implementation of custom dialog messages and notifications.
8053 * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
8054 - Proper initialization of cchTextMax field was added for
8055 TVN_GETDISPINFO notification message.
8056 - TVM_SETITEM should update 'mask' field to synchronize it with
8059 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8060 If PageSize/InputSlot entry doesn't contain an options translation
8061 string use the option name instead.
8063 * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8064 Fixed SetTitleA when string resources were to be loaded.
8066 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
8067 - Fixed an error for scrolling in Listview (sometimes a column would
8068 not be visible) due to my last checkin.
8069 - Fixed an error for the header control when the Listview is resized with WM_SIZE
8070 - Fixed the scrolling for small and large icon (this broke because of
8071 the use of SB_PAGE in scrollInfo)
8072 - Added a patch made by Noomen Hamza to update the item width when
8075 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
8076 Handle socket creation errors.
8078 * controls/menu.c: Karl Lessard <karll@corel.com>
8079 When a popupmenu is currently active on the screen, it shouldn't
8080 remove mouse click messages that don't belong to it from the queue.
8082 * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
8083 Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
8084 sockets to it (otherwise windows stay around when wine hangs).
8086 Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
8088 * loader/main.c: Fixed -debugmsg +server.
8090 * scheduler/handle.c:
8091 Added special handling for the stdio handles in CloseHandle.
8094 Made all handles multiple of 4. Fixed semantics for pseudo-handles.
8096 * server/debugger.c:
8097 Free the handles of the event structure in the right process (thanks
8100 * 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:
8101 Peter Hunnisett <hunnise@nortelnetworks.com>
8102 - Added dplayx LibMain for initialization of all dplayx 'global' data
8103 - Added start for global data manipulation
8105 - Added some missing header file definitions
8106 - Added the ansi versions of dplay and dplobby
8107 - Fixed invalid macro for IDirectPlay4
8108 - Cleaned up compiler warnings
8109 - More implementation, bug fixes and critical region protection
8111 * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
8112 Never send a WM_CLOSE message to a popup window.
8114 * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
8115 Check if the window is managed before trying to give it focus.
8117 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
8118 Enhanced linux joystick api detection slightly.
8120 * windows/x11drv/keyboard.c:
8121 Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
8122 Added Polish keyboard support.
8124 * graphics/win16drv/prtdrv.c:
8125 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8126 Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
8128 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8129 Add `Cassette' to PPD -> windows printer-bin mapping.
8131 * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
8132 Modified lstrcpynWtoA to put terminating null at end of string, not
8135 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
8136 Removed duplicate macro definitions for the IStorage and IStream COM
8139 * windows/defwnd.c: Karl Lessard <karll@corel.com>
8140 Fixed COLOR_MAX definition for new Win32 values.
8142 * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
8143 Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
8145 * dlls/comctl32/listview.c, include/listview.h:
8146 Ulrich Czekalla <ulrichc@corel.ca>
8147 Set proper item focus on DeleteItem.
8148 Clean up edit label implementation.
8150 * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
8151 Fixed a long standing (and annoying) typo, that prevented
8152 GetDiskFreeSpaceA from working...
8154 * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8155 Enable safe reading of registry file, even if file is broken.
8157 * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
8158 Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
8160 ----------------------------------------------------------------
8161 Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
8163 * scheduler/client.c: Set close-on-exec flag on server socket.
8165 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
8166 Added explanation on creating a new DLL.
8168 * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
8169 Better version autodetection.
8171 * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
8172 Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
8174 * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
8175 Fail when LPRECT contains negative values.
8177 * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
8178 On ConfigureNotify, find the first visible window above the current one.
8180 * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
8181 Corrected operand sizes for the "enter" instruction.
8183 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8184 PSM_ADDPAGE returns TRUE or FALSE.
8186 * 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:
8187 Eric Pouech <Eric.Pouech@wanadoo.fr>
8188 Made msacm32 really load ACM drivers.
8190 * graphics/painting.c: Jim Aston <jima@corel.ca>
8191 Prevent FillRgn from using a NULL pointer.
8193 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8194 Fixed a few problems with RegEnumKey*.
8196 * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
8197 Implementation of user defined templates.
8199 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
8200 IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
8202 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
8203 Do not clear the drawing area for etched static controls.
8204 Replaced our own drawing stuff in etched static controls by DrawEdge.
8206 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
8207 In report view mode of the listview control, implemented the
8208 horizontal scrollbar functionality.
8210 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
8211 Fixed a small bug in the behavior of maximized MDI children.
8213 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8214 Rewrite of EnumPrinters.
8216 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8217 Fill in the hwndFrom field of the NMHDR structure when sending
8220 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8221 When reading a profile entry remove trailing quote when there's an
8224 * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
8225 Return correct height and width for stock fonts in GetObject.
8227 * programs/avitools/aviplay.c: Compile fix.
8229 * programs/wcmd/.cvsignore: Added wmcdrc.h
8231 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
8232 Added support for the addition and removal of custom I/O preocedures.
8234 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
8235 Abey George<abey@macadamian.com>
8236 Implemented ProgIDFromCLSID.
8238 * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
8239 Thuy Nguyen <thuy@macadamian.com>
8240 Wizard mode property sheets have a tab control.
8242 * 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:
8243 Eric Pouech <Eric.Pouech@wanadoo.fr>
8244 Added built-in msacm.drv and midimap.drv drivers.
8246 * 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:
8247 Patrik Stridvall <ps@leissner.se>
8248 - Minor fixes and reorganizations.
8249 - Added checks for documentation inconsistencies.
8251 * 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:
8252 Patrik Stridvall <ps@leissner.se>
8253 Added missing configuration #if:s and #includes:s.
8255 * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
8256 Patrik Stridvall <ps@leissner.se>
8257 Fixed documentation.
8259 * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
8260 Solaris make doesn't like unnecessary \.
8262 * 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:
8263 Francois Gouget <fgouget@psn.net>
8264 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
8266 * windows/win.c, windows/x11drv/wineclipsrv.c:
8267 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8268 Fixed a couple of compiler warnings.
8270 * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
8271 A crash would occur if the file type in report mode was empty.
8273 * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
8274 Changed the initialisation of the KeyState array.
8276 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8277 Better handling of newlines in FormatMessage*.
8279 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8280 Fix (some) bad behavior with buffer underrun.
8282 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8283 Fixed PlaySound proc for non PCM content.
8285 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
8286 - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
8287 - Treeview: colors returned by TVM_GET**COLOR are mixed up.
8289 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
8290 Clicking the combo box would cause a crash if it was empty.
8292 * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
8293 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8294 It appears that StartDoc sends the STARTDOC escape with the DOCINFO
8295 structure pointed to with the output data parameter.
8297 * graphics/fontengine.c, if1632/gdi.spec:
8298 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8299 Stub for EngineRealizeFontExt (used by the win98 pscript driver).
8301 * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
8302 Selected button within tab control will be painted with the right
8305 * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
8306 Do not send two PSN_KILLACTIVE messages.
8308 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
8309 ini variables do not like ; comments after them (they are not shell
8310 scripts). Fixed a typo in one of the names.
8312 Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
8314 * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
8315 Francois Gouget <fgouget@psn.net>
8316 Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
8317 a COM interface one never has to name the lpVtbl field explicitly.
8319 * dlls/oleaut32/ole2disp.c:
8320 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8321 SysAllocStringLen16 needs to handle NULL pointers, too.
8324 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8327 * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
8328 Fixed small typos and slightly outdated comments.
8330 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
8331 Ian Schmidt <ischmidt@cfl.rr.com>
8332 Partial implementation of the Shell32 call Win32DeleteFile(), required
8335 * 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:
8336 Added dependency on winestub.o
8338 Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
8340 * 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:
8341 Patrik Stridvall <ps@leissner.se>
8342 - Added missing configuration #if:s and #includes:s.
8343 - Minor configuration related changes.
8345 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
8346 Made LoadHomeRegistryFiles default to TRUE.
8348 * 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:
8349 Patrik Stridvall <ps@leissner.se>
8350 Made the include files self-sufficient.
8352 * tools/winapi_check/*:
8353 Patrik Stridvall <ps@leissner.se>
8354 - Fixed the long long problem.
8355 - Added configure include consistancy checking.
8356 - Added progress indicator.
8357 - Began splitting up the win16api.dat and win32api.dat files.
8358 - Added various minor checks.
8361 * 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:
8362 Patrik Stridvall <ps@leissner.se>
8363 Added spec file declarations for already implemented functions.
8365 * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
8366 Patrik Stridvall <ps@leissner.se>
8367 Added Win16 variants of existing Win32 functions.
8369 * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
8370 Solaris compile fix.
8372 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
8373 Remove prefixing by a tilde for GetTempFileName 32bits.
8375 * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
8376 Added missing include.
8378 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8379 Warn users to use -the -desktop option together with the native user DLLs.
8381 * loader/resource.c:
8382 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8383 Return the size of the needed resource when buffer is NULL for LoadString().
8385 * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
8386 Francis Beaudet <francis@macadamian.com>
8387 Enabled the persistent clipboard server.
8389 * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
8390 Improved registry isolation possibilities.
8393 Eric Pouech <Eric.Pouech@wanadoo.fr>
8394 Split the multimedia/ directory into dlls/ subdirectories.
8396 * 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:
8397 Gustavo Junior Alves <alves@correionet.com.br>
8398 More Portuguese language support.
8400 * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
8401 Fixed top-down DIB handling in StretchDIBits32().
8403 * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
8404 Added macro definitions for memory allocation.
8406 * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
8407 Ulrich Czekalla <ulrichc@corel.ca>
8408 Make sure that all calls use the extended structures which are a
8409 superset of the regular structures.
8411 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
8412 Added the functionality of the thumb track.
8414 * windows/focus.c: Adrian Thurston <adriant@corel.com>
8415 Do not set focus to a disabled window.
8417 * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
8418 Fixed an entry in the keyboard translation table for Ctrl-Break.
8420 * include/debugdefs.h, scheduler/debugger.c:
8421 Ulrich Czekalla <ulrichc@corel.ca>
8422 New channel 'debugstr' used to print OutputDebugString API calls.
8424 * windows/nonclient.c, windows/x11drv/event.c:
8425 Noomen Hamza <noomen@macadamian.com>
8426 Popup windows will be hidden when we minimize a main frame or shown
8427 when we maximize or restore a minimized main frame.
8429 Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
8431 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
8432 PropertySheet didn't destroy page dialog's window while removing page.
8434 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
8435 Update the item width upon a new column in the header control.
8437 * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
8438 Reorder parameters to fix position of base reg relative to exception
8441 * documentation/Makefile.in: Fixed typo.
8444 Francois Gouget <fgouget@psn.net>
8445 Define the COM macros even in C++.
8447 * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
8448 Fixed loop with WM_SYSCHAR.
8450 * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
8451 Fixed tooltips positioning.
8453 * graphics/x11drv/dib.c: Re-applied lost change.
8455 * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8456 Ignore wrong hInstance.
8458 * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
8459 Robert 'Admiral' Coeyman <admiral@corner.net>
8460 Report non-hercules video. Turned on int 2a.
8462 * include/file.h, include/winbase.h, loader/module.c, files/file.c:
8463 Jim Aston <jima@corel.ca>
8464 Fixed compiling with STRICT.
8466 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
8467 Proper resource support for dialog title.
8469 * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
8470 Fixed some wrong defines.
8472 * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
8473 Copy bitmaps properly.
8475 * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
8476 Eric Pouech <Eric.Pouech@wanadoo.fr>
8477 Allow loading of modules debug information after first invocation of
8480 * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
8481 Jim Aston <jima@corel.ca>
8484 * include/listview.h, dlls/comctl32/listview.c:
8485 Ulrich Czekalla <ulrichc@corel.ca>
8486 Implementation of edit labels.
8488 * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
8489 Ove Kaaven <ovek@arcticnet.no>
8490 Fixed some anonymous union accesses.
8492 * controls/listbox.c: Abey George <abey@macadamian.com>
8493 Draw the item text from the top of the item rect.
8495 * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
8496 Pierre Mageau <pierre@macadamian.com>
8497 Fixed the ascending and descending sort order for the File Dialog.
8499 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
8500 - adds calling application defined callback function once PropertSheet
8501 Dialogbox has been initialized just after creating the tab control
8502 - handle the case when pszCaption specifies a resource instead of a string
8504 * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
8505 Juergen Schmied <juergen.schmied@metronet.de>
8506 - removed all unnecessary "winapi" from internal _IL* functions
8507 - better parameter checking for shellfolder
8508 - removed dead code from shv_bg_contextmenu
8510 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
8511 Jim Aston <jima@corel.ca>
8512 Added another anonymous union using the DUMMYUNIONNAME style.
8514 * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
8515 Properly copy text into user supplied buffer.
8517 * 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:
8518 Ove Kaaven <ovek@arcticnet.no>
8519 Winsock rewrite. Sockets are now proper win32 handles.
8520 Internal structures are now really internal.
8522 * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
8523 Tab control doesn't refresh tab area on TCM_SETCURSEL.
8525 * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
8526 Ulrich Czekalla <ulrichc@corel.ca>
8527 Implemented StrRChrA.
8529 * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
8530 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8531 Bugfix: Perform proper process shutdown on 'quit' and error.
8533 * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
8534 Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
8536 * include/winuser.h: Jim Aston <jima@corel.ca>
8539 * windows/dialog.c: Adrian Thurston <adriant@corel.com>
8540 Protect against wrong return value from WM_INITDIALOG.
8542 * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
8543 Removed an illegal character.
8545 * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
8546 Now inits the policy cache when shell32 is first instantiated.
8547 Matches Windoze behavior.
8549 * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
8550 Ian Schmidt <ischmidt@cfl.rr.com>
8551 Real implementation of SHRestricted(), clarified SHInitRestricted()'s
8552 role a little, added policy data table.
8554 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
8555 Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
8557 * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
8558 Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
8560 * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
8561 The property sheet dialog needs flag WS_VISIBLE.
8563 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
8564 Set the default view button to List in the FileDialog.
8566 * loader/ne/module.c:
8567 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8568 Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
8570 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8571 Fixed potential crash in string variable printing.
8573 * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8574 Added WM_GETFONT support.
8576 * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
8577 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8578 Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
8580 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8581 Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
8582 mmioDescend offset and alignment issues).
8584 * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
8585 We are supposed to delete the palette object with the DeleteObject
8588 * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
8589 Listview items will be drawn with the right item dimensions.
8591 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
8592 Some small corrections to the ExtTextOut function.
8594 * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
8595 Make sure that the drop effect of a DnD operation is set to
8596 DROPEFFECT_NONE if the user cancelled the operation.
8598 * dlls/comctl32/animate.c, include/animate.h:
8599 Eric Pouech <Eric.Pouech@wanadoo.fr>
8600 First working version.
8602 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8603 Added the mute capability to most control lines.
8605 * windows/win.c: Rein Klazes <rklazes@casema.net>
8606 Use the module handle, if CreateWindowEx is called with
8609 * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
8610 Added missing prototypes for StrRetToBuf(A|W).
8612 Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
8614 * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
8617 * objects/dib.c: Backed out previous change (breaks with metafiles).
8619 * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
8620 Ove Kaaven <ovek@arcticnet.no>
8621 Added socket interface to wineserver.
8623 * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
8624 Eric Pouech <Eric.Pouech@wanadoo.fr>
8625 Correct filename for kernel module is KRNL386.EXE.
8627 * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
8628 Eric Pouech <Eric.Pouech@wanadoo.fr>
8629 Added missing (and now required) filename directive.
8631 * tools/build.c, include/builtin32.h:
8632 Eric Pouech <Eric.Pouech@wanadoo.fr>
8633 Added filename to 32 bit builtin module descriptors.
8635 * if1632/builtin.c, relay32/builtin32.c:
8636 Eric Pouech <Eric.Pouech@wanadoo.fr>
8637 Fix loading of modules: now search key is module's filename, not
8640 * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
8641 Pierre Mageau <pierre@macadamian.com>
8642 When an error occurred in a property sheet because of invalid data,
8643 clicking on another tab, would activate the new tab but keep the
8644 original property sheet.
8646 * 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:
8647 Juergen Schmied <juergen.schmied@metronet.de>
8648 - implemented sorting the listview by clicking on the column header
8649 - implemented the context menu entrys for sorting
8650 - some more functions to gather data form pidls
8652 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
8653 Juergen Schmied <juergen.schmied@metronet.de>
8654 Removed linking by GetProcAddress for StrRetToBuf sinc not all
8655 versions of shlwapi exporting this function.
8657 * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
8658 James Abbatiello <abbeyj@wpi.edu>
8659 Removes extraneous comparison of data pointed to by the relocation
8660 offset when no relocation entries exist.
8662 * if1632/wprocs.spec, loader/ne/module.c:
8663 Marcus Meissner <Marcus.Meissner@lst.de>
8664 WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
8665 BLINKER selfextracting executables).
8667 * windows/dialog.c: Abey George <abey@macadamian.com>
8668 Changed EndDialog to behave like as in Windows.
8669 Call SetWindowPos instead of ShowWindow in EndDialog.
8671 * windows/winpos.c: Abey George <abey@macadamian.com>
8672 Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
8673 Code for activating and setting focus to other windows when a window
8674 is hidden, is moved to ShowWindow from SetWindowPos.
8675 Activate the top level window if it's not active in ShowWindow(SW_SHOW).
8677 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8678 Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
8680 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8681 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
8682 dimensions are equal).
8684 * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
8685 Gustavo Junior Alves <alves@correionet.com.br>
8686 Added Portuguese language support.
8688 * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
8689 Francois Gouget <fgouget@psn.net>
8690 Use the COM macros rather than directly accessing the lpvtbl field.
8692 * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
8693 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8694 Use LoadString16 for FormatMessage16 and handle
8695 FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
8697 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
8698 Some adjustments to ExtTextOut.
8700 * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
8701 Stephane Lussier <stephane@macadamian.com>
8702 Fixed the clipping for the postscript driver and turned it on (by setting
8703 PSDRV_SetDeviceClipping in the function table).
8705 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8706 Account for the trailing NULL in GetLogicalDriveStringsA.
8708 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
8709 Fixed a typo in a function declaration.
8711 * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
8712 Added Hungarian keyboard support.
8714 * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
8715 We have to activate MDI child windows.
8717 * dlls/commdlg/filedlg.c:
8718 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8719 Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
8722 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
8723 Correct usage of a scratch array in X11DRV_PolyBezier.
8725 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
8726 Make WM_GETTEXTLENGTH return length for dropdownlist combos.
8728 * controls/button.c: Francois Boisvert <francois@macadamian.com>
8729 Removed FillRect in the ownerdrawn button procedure.
8731 * windows/x11drv/event.c: Abey George <abey@macadamian.com>
8732 Make sure the Focus Out window is still the Foreground window before
8733 doing SetForegroundWindow(0) in Event_FocusOut.
8735 * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
8736 James Abbatiello <abbeyj@wpi.edu>
8737 Fixes problems with color drift when switching to/from
8738 logical/physical colors.
8740 * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
8741 Mouse position is signed.
8743 * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
8744 Set the COLOR_3DLIGHT system color to the right window default value.
8746 * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8747 Small hack to check if we need to relocate the TLS directory or not
8748 (some seem to need this pointer relocateable, some already do relocate
8751 * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
8752 Relink subdirectory objects on Makefile.in/Make.rules.in change.
8754 * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
8755 Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
8757 * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
8758 Don't ref NULL ptrs in debug.
8760 * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
8761 If the joydevice is not present, do not create a DirectInputDevice.
8763 * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
8764 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8765 Map PrintDlg16 to PrintDlgA.
8767 * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
8770 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
8771 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
8774 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
8775 Prevent self referencing next pointer during insert.
8777 * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
8778 Added some missing definitions.
8780 * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
8781 Klaas van Gend <klaas@vangend.demon.nl>
8782 Added Dutch to the languages supported by MCI.
8784 * documentation/status/internationalisation:
8785 Klaas van Gend <klaas@vangend.demon.nl>
8786 Updated status of internationalisation.
8788 * loader/pe_image.c:
8789 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8790 Bugfix: *Don't* resolve PE imports if asked not to ...
8792 * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8793 Bugfix: DdeNameService was broken.
8795 * loader/ne/module.c:
8796 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8797 Bugfix: When loading an executable module fails, don't perform module
8798 cleanup before the corresponding task is destroyed.
8800 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
8801 Klaas van Gend <klaas@vangend.demon.nl>
8802 Moved bitmap resource to language-independent resource file.
8804 * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8805 Added warning for future VERSION_GetVersion() (mis-)users and made
8806 OSVERSIONINFO warning more detailed.
8808 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
8809 Marcus Meissner <Marcus.Meissner@caldera.de>
8810 Added stubs for RevokeActiveObject, GetActiveObject, fixed
8811 RegisterActiveObject stub argtypes.
8813 * windows/x11drv/keyboard.c:
8814 Marcus Meissner <Marcus.Meissner@caldera.de>
8815 Added german keyboard layout with "nodeadkeys" option enabled (just to
8816 apostrophes are switched).
8818 * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
8819 Marcus Meissner <Marcus.Meissner@caldera.de>
8820 Stub for VideoCapDriverDescAndVer.
8822 * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8823 Replicate CreateDirectory() LastError workaround for the LFN part.
8825 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8826 Also escape characters >=0x80 within the wineregistry savefile.
8828 * dlls/wnaspi32/winaspi32.c:
8829 Marcus Meissner <Marcus.Meissner@caldera.de>
8830 Don't use malloc/free in winaspi32.
8832 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8833 Use 1 macro for rgbbitdepth -> byte determination.
8834 xshm/image creation now uses 1/8 of the space for every image.
8836 * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
8837 Replaced double ChangeDisplaySettingsA by (Ex)[AW].
8839 Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
8841 * if1632/builtin.c, loader/module.c, loader/ne/module.c:
8842 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8843 Bugfix: Don't call GetVersionExA too early, to avoid breaking
8844 automatic emulated Windows version detection.
8846 * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
8847 Rein Klazes <rklazes@casema.net>
8848 First implementation of LoadTypeLibEx().
8850 * if1632/mmsystem.spec, multimedia/mmsystem.c:
8851 Marcus Meissner <marcus@jet.franken.de>
8852 Added stub for WMMMIDIRUNONCE called by midimap.drv.
8854 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
8855 Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
8856 following WSACleanup will already free the structures.
8858 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
8859 Create DirectSound object even without sounddevice. Games can be
8860 played without sound, but not without DirectSound object (tested with
8863 * 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:
8864 Patrik Stridvall <ps@leissner.se>
8865 Fixed some of the issues reported by winapi-check, by adding arguments
8868 * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
8869 Added ability to call winapi_check from the Makefiles.
8871 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
8872 Modification due to problems with winapi-check.
8874 * 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:
8875 Patrik Stridvall <ps@leissner.se>
8876 - Adapted to changes in Wine.
8877 - Minor improvements.
8879 Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
8881 * server/event.c, server/object.h:
8882 Made event manipulation routines public.
8884 * 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:
8885 Peter Hunnisett <hunnise@nortelnetworks.com>
8886 - Moved dplay and dplayx to a proper home in the dlls directory.
8887 - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
8888 - Implemented a class factory for dplay and dplobby. COM interfaces
8889 now work for dp and dpl.
8890 - Added a few more entries to dplayx.spec files. How do you find the
8891 ordinals? I just guessed :(
8892 - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
8893 - Included some missing header file definitions.
8894 - Implemented the dplay dll in terms of the dplayx dll. I haven't
8895 tested it so it may not work...
8896 - A few bug fixes and a little new implementatioe.n
8897 - Updated document with a more detailed implementation plan.
8899 * windows/win.c: Noomen Hamza <noomen@macadamian.com>
8900 Rewrite the ShowOwnedPopups function with a safety algorithm.
8902 * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
8903 Make ExecFocusedItem return -1 on failure.
8905 * graphics/ddraw.c, multimedia/dsound.c:
8906 Peter Hunnisett <hunnise@nortelnetworks.com>
8907 - Changed return code for failure on *_DllGetClassObject to
8908 CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
8909 - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
8910 - Changed "return 0;" with S_OK or DS_OK as appropriate.
8912 * dlls/ntdll/signal_i386.c:
8913 Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
8915 * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8916 Remember the allocated string to free it.
8918 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
8919 Force recalculation of menu when calling InsertMenuItem.
8921 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
8922 Ian Schmidt <ischmidt@cfl.rr.com>
8923 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
8924 Explorer work better.
8926 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8927 Fixed typo in hDrv for sending message.
8929 Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
8931 * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
8932 Eric Pouech <Eric.Pouech@wanadoo.fr>
8933 Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
8936 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8937 Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
8939 Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
8941 * multimedia/mixer.c, multimedia/mmaux.c:
8942 Eric Pouech <Eric.Pouech@wanadoo.fr>
8943 Check for OSS driver presence and return error accordingly.
8945 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8946 Got rid of hack on MIDHDR's reserved field for 16/32 bit
8949 * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8950 Fixed crash with mapper loading.
8951 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
8954 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8955 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
8958 * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
8961 * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
8962 Fix integer based resource id assumption.
8963 Add support for string based type ids.
8965 * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
8966 Added some basic Winsock2 definitions.
8968 * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
8969 Added EXCEPT_EVENT to wineserver select loop.
8971 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
8972 Fix for VFAT_IOCTL_READDIR_BOTH.
8974 * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
8975 Small wing enhancement.
8977 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
8978 Return key should not be ignored in multiline edit even if
8979 ES_WANTRETURN flag isn't set.
8981 * include/gdi.h, objects/gdiobj.c:
8982 Francis Beaudet <francis@macadamian.com>
8983 DPtoLP needs to round the result.
8984 Fixed MulDiv to deal better with negative numbers.
8986 * windows/painting.c: Francis Beaudet <francis@macadamian.com>
8987 rcPaint has to be returned in logical coordinates but was intersected
8988 with a client rectangle in device coordinates.
8990 * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
8993 * files/drive.c: Abey George <abey@macadamian.com>
8994 Made GetCurrentDirectory return long name of the current directory.
8996 * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
8997 Use an extra bit in the button status byte to flag whether the
8998 DefButtonWndProc should process the WM_LBUTTONUP message.
9000 * 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:
9001 Moved all signal support to a new platform-specific file.
9002 Make use of the per-thread signal stack (Juergen Lock).
9003 Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
9005 ----------------------------------------------------------------
9006 Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
9008 * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
9009 Noel Borthwick <noel@macadamian.com>
9010 Added clipboard server.
9012 * 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:
9013 Patrik Stridvall <ps@leissner.se>
9014 Made a new improved version of winapi-check in perl.
9017 Implemented uppercasing functions (based on a patch by Robert
9020 * 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:
9021 Patrik Stridvall <ps@leissner.se>
9022 Fixed some of the issues reported by winapi-check.
9024 * misc/comm.c: Patrik Stridvall <ps@leissner.se>
9025 Modification due to problems with winapi-check.
9027 * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
9028 WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
9029 closed after loosing the focus.
9031 * objects/dib.c: Francois Boisvert <francois@macadamian.com>
9032 CreateDIBitmap creates a monochrome bitmap only when the first color of the
9033 colormap is black followed by white. Otherwise it creates a color bitmap.
9035 * windows/defwnd.c, windows/nonclient.c:
9036 Noomen Hamza <noomen@macadamian.com>
9037 Non active window should be activated when it gets any
9038 client/non-client double/single left/medium/right mouse click(s).
9040 Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
9042 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9043 Added WINEOSS descriptor.
9045 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9046 MMSYSTEM_GetIData() now dies when no iData is present
9047 Better error recovery when the process attachment fails
9048 PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
9049 Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
9050 Makes use of new lolvldrv.c interfaces
9052 * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
9053 Eric Pouech <Eric.Pouech@wanadoo.fr>
9054 Added lolvldrv.c and oss.c.
9055 Thunks to 16 bit are now generated for the MMSYSTEM module.
9057 * 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:
9058 Eric Pouech <Eric.Pouech@wanadoo.fr>
9059 Added dlls/winmm and dlls/winmm/wineoss directories.
9061 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9062 No longer checking for correct iData in code.
9064 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
9065 Added missing DriverCallBack function.
9067 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
9068 All headers (wave and midi functions) are now seen as segptr.
9069 Added stub for joyGetPosEx16().
9071 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9072 Added some missing defines.
9074 * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9075 Now using the same structs for low-level drivers as Windows do.
9077 * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
9078 Eric Pouech <Eric.Pouech@wanadoo.fr>
9079 Make it (almost) 32 bit only.
9080 Reflected creation of WINEOSS module.
9082 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9083 Make it (almost) 32 bit only.
9084 Reflected creation of WINEOSS module.
9085 No longer using ERR when no MIDI card is present.
9087 * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9088 Added stub for joyGetPosEx16().
9090 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9091 No longer checking for correct iData in code.
9092 Added look-up tables to command tables (speeds up queries).
9094 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9095 Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
9097 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9098 Now using modReset() instead of tweaking MIDI controls.
9100 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9101 Fixed returned type upon open.
9102 Fixed some bogus error checking.
9104 * multimedia/mcianim.c, multimedia/mciavi.c:
9105 Eric Pouech <Eric.Pouech@wanadoo.fr>
9106 Fixed returned type upon open.
9108 * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
9109 Do not set EH_NONCONTINUABLE.
9111 * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
9112 Morten Eriksen <mortene@sim.no>
9113 Added simple console mode example program which lists information
9114 about the version of Windows we're currently running on.
9116 * loader/module.c: Fixed memory allocation bug.
9118 * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
9119 Fix infinite loop with glastXFocusWindow.
9121 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
9122 Allow creation of empty imagelist.
9124 * objects/palette.c, relay32/gdi32.spec:
9125 Ian Schmidt <ischmidt@cfl.rr.com>
9126 Added partial implementation of GetICMProfileA, required by Paint Shop
9129 * controls/menu.c: Abey George <abey@macadamian.com>
9130 Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
9131 when TPM_NONOTIFY flag is set in TrackPopupMenu.
9133 * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
9134 getpeername() and getsockname() return errors in errno not h_errno.
9136 Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
9138 * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
9139 Patrik Stridvall <ps@leissner.se>
9140 Fixed ANSI C violations.
9142 * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
9143 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9144 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
9146 * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
9147 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9148 Don't create thunk for task signal proc, call it directly.
9150 * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
9151 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9152 DC hook proc thunk management simplified.
9154 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9155 System timer proc thunk creation moved out of if1632/thunk.c.
9157 * scheduler/thread.c:
9158 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9159 Don't create thunk for CreateThread16 proc, call it directly.
9161 * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
9162 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9163 Windows hook proc thunk management simplified.
9165 * include/callback.h, if1632/thunk.c:
9166 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9167 Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
9168 Removed persistent thunk creation routines.
9170 * 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:
9171 Lionel Ulmer <lionel.ulmer@free.fr>
9172 Added the possibility to use DGA 2.0.
9174 * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9175 Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
9177 * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
9178 It's no error to send a WM_COMMAND to MenuHelp.
9180 * files/file.c: Francois Boisvert<francois@macadamian.com>
9181 CreateFileA returns HFILE_ERROR when the filename contains a wild card.
9183 * controls/static.c: Francis Beaudet <francis@macadamian.com>
9184 Fixed display bug in the static control.
9186 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
9187 Message removed when menu tracking finish on a WM_LBUTTONDOWN.
9189 * 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:
9190 Noel Borthwick <noel@macadamian.com>
9191 - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
9192 and native Linux applications.
9193 - Respond to the MULTIPLE selection request target when Wine is the
9195 - Relax type checking for TARGETS selection.
9197 * if1632/builtin.c, loader/module.c:
9198 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9199 Set 'expected_version' of built-in and dummy modules according to
9200 emulated Windows version.
9202 * if1632/relay.c, loader/main.c:
9203 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9204 Make CallTo16 return stub segment owned by KERNEL.
9206 * include/wine/winbase16.h, loader/task.c:
9207 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9208 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
9210 * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
9211 Added some values that were missing in the Swedish nls file.
9213 Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
9215 * graphics/x11drv/dib.c:
9216 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9217 Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
9219 * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
9220 Added missing export.
9222 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
9223 Fixed crash when loading *.ani files.
9225 * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
9226 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9227 Moved bulk of OLE implementation to dlls/ subdirectories.
9229 * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
9230 Send correct WM_MENUSELECT when menu closes.
9232 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
9233 Francois Boisvert <francois@macadamian.com>
9234 Added small feature in the file dialog.
9236 * 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:
9237 Patrik Stridvall <ps@leissner.se>
9238 Added support for anonymous structs/unions on compilers that implement it.
9240 * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
9241 Peter Ganten <ganten@uni-bremen.de>
9242 Stubs for PolyTextOutA/W.
9244 * graphics/x11drv/dib.c, objects/dib.c:
9245 Karl Lessard <ybicubuk@umail.corel.com>
9246 Some more minor GDI fixes.
9248 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
9249 In ImageList_Draw when drawing the bitmap with the transparent flag
9250 set, background color/foreground color should be set to white/black,
9251 when doing bitblt operation with the bitmap mask.
9253 * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
9254 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9255 Extend DRAWMODE struct to win95 spec.
9256 Add some more Escape -> Escape16 conversions.
9258 * graphics/win16drv/prtdrv.c:
9259 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9260 Stop trashing devmode if in and out devmodes are the same.
9262 * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
9263 The MDIClient class must be registered with the IDC_ARROW cursor.
9265 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
9266 Implemented the disabled state of the combobox.
9268 * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
9269 Protect SetMenu from rogue menu handle.
9270 GetMenu16 can just call GetMenu.
9272 * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
9273 Protect MDISetMenu from rogue menu handles.
9275 * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
9276 Tidy up TRACE etc to use default channel.
9278 * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
9279 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9280 Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
9282 * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
9283 Thuy Nguyen <thuy@macadamian.com>
9284 Added support for wizard property sheets.
9286 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9287 Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
9289 * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
9290 - iSelected should be -1 if no item selected (Gerard Patel)
9291 - some of the checks for invalid items where > when they should have been >=
9293 - made InsertItem behave similarly to DeleteItem, ie, if the current item is
9294 after where the item is inserted, increment the selected item (David Luyer)
9296 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9297 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
9299 * debugger/db_disasm.c:
9300 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9301 Bugfix: (E)IP-relative offsets depend on operand, not address, size.
9303 * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
9304 Marcus Meissner <marcus@jet.franken.de>
9305 Added stub implementation for EnumDisplayDevices*.
9307 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
9308 Added SC_GET_DEVTYPE.
9310 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
9311 Added stub for OLE32.DllGetClassObject.
9313 * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
9314 Juergen Schmied <juergen.schmied@metronet.de>
9315 More support for special pidls in SHGetSpecialFolderLocation.
9317 * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
9318 Luc Tourangeau <luc@macadamian.com>
9319 Implemented invisible pens.
9321 * objects/dib.c, graphics/x11drv/dib.c:
9322 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9325 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
9326 Added a case for menu handling in win31.
9328 Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
9330 * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
9331 Karl Lessard <karll@corel.com>
9332 Fixed GetDIBits problems.
9334 * 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:
9335 Patrik Stridvall <ps@leissner.se>
9336 Add support for anonymous struct/unions on compilers that implement it.
9338 Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
9340 * controls/button.c, controls/uitools.c:
9341 Dennis Bj|rklund <dennisb@cs.chalmers.se>
9342 Fixed win9x look on checkboxes and radiobuttons.
9344 * 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:
9345 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9346 Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
9347 Remove relays for win16drv from CallBack table, instead use build to
9348 generate them directly in graphics/win16drv/prtdrv.c.
9349 If Printer AbortProc is 16bit then allocate thunk and store that as a
9350 32bit proc in DC. Setting of abortprocs now done in the correct place
9351 (i.e. not in the driver).
9353 * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
9354 Relaxed parameter checking for GetDIBits.
9356 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9357 Fixed last error code when trying to load unknown VxD with CreateFile.
9359 * dlls/shell32/shell32_main.c:
9360 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9361 Pretend successful execution of SHELL_NotifyIcon*().
9363 * controls/menu.c, relay32/user32.spec:
9364 Eric Pouech <Eric.Pouech@wanadoo.fr>
9365 Added MenuItemFromPoint stub.
9367 * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9368 Fixed off by one allocation error (DPA and DSA).
9370 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9371 Fixed crash in PlaySound thread.
9373 Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
9375 * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
9376 For Win 3.x applications, if they have either horizontal or vertical
9377 scrollbars, enable both.
9379 * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
9380 Patrik Stridvall <ps@leissner.se>
9381 Eliminated warnings.
9383 * controls/combo.c, controls/listbox.c:
9384 Pierre Mageau <pierre@macadamian.com>
9385 Set the mouse capture on the combo listbox.
9387 * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
9388 - fixed the creation of back-buffers in DGA mode
9389 - added a check on the validity of the Locking rectangle
9390 - fixed the enumeration for DX-6.0
9392 * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
9393 Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
9395 * controls/button.c: Abey George <abey@macadamian.com>
9396 Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
9397 BS_CHECKBOX, BS_AUTO* styles.
9399 Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
9401 * 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:
9402 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9403 Winspool DocumentProperties and DeviceCapabilities should now work on
9404 native 16 bit drivers.
9406 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9407 Fixes DeviceCapabilities for DC_PAPERSIZE.
9408 Various fixes for OpenPrinter and EnumPrinters.
9409 Separation of GetPrinter in preparation for unification with EnumPrinters.
9411 * graphics/psdrv/ppd.c, include/wingdi.h:
9412 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9413 Add support for a large number of different paper sizes to PostScript
9416 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
9417 Added definitions of COM objects for D3D 6.x support.
9419 * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
9420 If there is not an exact match found for the requested font name,
9421 instead of using the first font defined for the printer, map some
9422 common font families (e.g. Arial -> Helvetica), and search again.
9424 * if1632/kernel.spec, if1632/thunk.c:
9425 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9426 Fixed bug in CBClient routines by storing the SEGPTR in the global
9427 table and translating it on every use.
9429 * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
9430 Changed the pixmap to look like the windows default application icon.
9432 * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
9433 Stop crash in GetDiskFreeSpaceEx.
9435 * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
9436 Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
9437 handled by the window manager.
9439 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9440 Implemented the behavior around the ES_WANTRETURN style in the edit
9443 * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
9444 Pressing the delete key using an extended keyboard with numlock on is
9445 not generating anymore a WM_CHAR message.
9447 * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
9448 Fixed pattern matching in PathMatchSpecA/W
9450 * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
9451 Tabbing in the listview of the shellview.
9453 * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
9454 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
9455 LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
9457 Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
9459 * dlls/shell32/shell32_main.c:
9460 Juergen Schmied <juergen.schmied@metronet.de>
9461 Fixed crash in detach sequence.
9463 * dlls/shell32/shlfolder.c:
9464 Juergen Schmied <juergen.schmied@metronet.de>
9465 Fixed wrong return value.
9467 * dlls/crtdll/crtdll_main.c:
9468 Juergen Schmied <juergen.schmied@metronet.de>
9469 Prevent endless loop in except2.
9471 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
9472 Now works around wine never exiting the debugger.
9473 Should put bug reports in the right place now.
9475 * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
9476 Marcus Meissner <Marcus.Meissner@caldera.de>
9477 Added stub for RegisterActiveObject().
9479 * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
9480 Marcus Meissner <marcus@jet.franken.de>
9481 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
9483 Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
9485 * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
9486 Removed __winelib flag.
9488 * 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:
9489 Eric Pouech <Eric.Pouech@wanadoo.fr>
9490 Updated to new MM header organization.
9492 * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
9493 Eric Pouech <Eric.Pouech@wanadoo.fr>
9494 Moved DDK level material to new include/mmddk.h file.
9495 Copied some SDK level material from include/multimedia.h file.
9497 * multimedia/mciwave.c, multimedia/mcimidi.c:
9498 Eric Pouech <Eric.Pouech@wanadoo.fr>
9499 Updated to new MM header organization.
9500 Cleaned-up internal structures (now 32 bit only).
9501 Now using the MMSYSTEM entry points rather than the low level driver
9504 * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
9505 Fix %fs for signal handlers in the FS_sig undefined case (this patch
9506 actually from Ulrich Weigand, I only tested it).
9508 * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
9509 Ron Record <rr@sco.com>
9510 Added support of __thr_errno for reentrance on UnixWare.
9512 * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
9513 No longer needs to calculate its own character size.
9515 * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
9516 Consequential changes to default system font sizes
9518 * graphics/x11drv/xfont.c, include/x11font.h:
9519 Richard Cohen <richard@jubjub.demon.co.uk>
9520 Various fixes for the X11 font mapper, particularly:
9521 - size fonts with negative heights correctly
9522 - calculate average width correctly.
9524 * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
9525 Use a special value in the hotspot coordinate to identify which HICON
9526 are cursors and which are icons.
9528 * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
9529 Modified CBDropDown to find the best height of the listbox.
9531 Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
9533 * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
9534 Added configure check for str[n]casecmp.
9536 * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9537 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
9539 * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9542 * dlls/winspool/info.c, include/winspool.h:
9543 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9544 Added loads of types, defines and declarations to winspool.h.
9546 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
9547 Francois Boisvert<francois@macadamian.com>
9548 Fixed the height of items in the lookin combobox of the filedlg95.
9550 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
9551 Initialize the enabling state variable in the edit.
9553 * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
9554 The fast window frame size should be the same as the frame size used
9555 by NC_DrawFrame function.
9557 * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9558 Fixed compiler warnings.
9560 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9561 lstrncmpi isn't a windows API, use strncasecmp instead.
9564 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
9566 * windows/msgbox.c: Added missing HFONT type.
9568 * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
9569 Pierre Mageau <pierre@macadamian.com>
9570 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
9571 CURSORICON_FindBestIcon changed to find the correct icon.
9572 ImageList_ReplaceIcon now calls CopyImage internally.
9573 Assign a value for the hIconSm CLASS member (using CopyImage).
9575 * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
9576 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
9578 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9579 Give applications a copy of the property sheet dialog template as they
9582 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
9583 Relay exclude lists were not working due to some CharUpperA()
9586 * loader/loadorder.c, wine.ini:
9587 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9588 winspool -> winspool.drv
9590 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
9591 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9592 Implemented StrCmpNIA like the other StrCmpXX functions.
9594 * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
9595 Resolve environment variable when enumerating values.
9597 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9598 The format rect is recalculated for each font change. MoveEnd &
9601 Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
9603 * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
9604 Karl Lessard <karll@corel.com>
9607 Speed up conversion between XImages and DIBSections.
9609 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
9610 Francois Boisvert <francois@macadamian.com>
9611 Some <open> features in the file dialog 95.
9613 * include/winnt.h, scheduler/sysdeps.c:
9614 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9615 Removed global variable pCurrentTeb.
9617 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9618 HEAP_Commit/Decommit were assuming a page size of 4KB
9621 * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9622 A few more DC_ defines from Win2000.
9624 * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9625 Check that lpCreate->lpszName is non-NULL.
9627 * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
9628 More restrictive checks, so DIALOG_IsAccelerator don't loop
9631 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
9632 Menu hides when clicked for a second time.
9634 * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
9635 - select the font into the dc before calculating the extent
9636 - make buttonheight correspond to text height + width to caption
9637 - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
9638 - #defines for DlgItemIds
9639 - implement MB_RETRYCANCEL
9641 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
9642 Keep the enable state in the edit structure instead of calling
9645 * 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:
9646 Noel Borthwick <noel@macadamian.com>
9647 - Implement interprocess clipboard communication.
9648 - Support for the PRIMARY and CLIPBOARD selection atoms.
9649 - Support for the TARGETS selection format.
9650 - Expose native Windows clipboard formats through X selection targets.
9652 * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
9653 Make stock fonts independent of mapping mode.
9654 System font should only be bold for Win31.
9656 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
9657 Removed truncating errors that happen when converting fom dialog units
9660 * windows/winpos.c: Abey George<abey@macadamian.com>
9661 Check new coordinates received in WM_NCCALCSIZE message.
9663 * controls/button.c: Francis Beaudet <francis@macadamian.com>
9664 Slight 1 pixel adjustment on the position of the radio button bitmap.
9666 * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9667 Fixed off by one allocation errors.
9669 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9670 The backspace is now handled in the WM_CHAR message.
9672 * windows/mdi.c, windows/nonclient.c:
9673 Francis Beaudet <francis@macadamian.com>
9674 Make sure that all MDI children have the WS_EX_MDICHILD style set.
9676 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
9677 Fixed prototype order.
9679 * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
9680 Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
9682 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9685 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
9686 Fixed the support for the close button in the ShellAbout dialogs.
9688 * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
9689 Added Dutch resources for PrintDlg32.
9691 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
9692 Klaas van Gend <klaas@vangend.demon.nl>
9693 Completed PrintDlg32 resource stringtable.
9695 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
9696 Added sanity checks in the cleanup code.
9698 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
9699 Completed GetKeyNameText for non-character keys.
9701 * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
9702 Make directories name appear in the BrowseForFolder dialog.
9704 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9705 Do not remove .drv from filenames.
9707 * controls/button.c: Francis Beaudet <francis@macadamian.com>
9708 Fixed a little positioning bug with the checkbox.
9710 * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
9711 Abey George <abey@macadamian.com>
9712 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
9715 * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
9716 Changed snprintf to wsnprintfA to remove unresolved external when
9717 compiling on Solaris/Sun.
9719 * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
9720 Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
9721 equivalents. (WinWord 97, File Open dialog)
9723 * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
9724 Use in GetClassInfoW the same hack for systemclasses as in
9725 GetClassInfoA (winword 97 with native comctl32).
9727 * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
9728 Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
9730 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
9731 Implemented wParam of WM_PAINT msg for edit control.
9733 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9734 Fix off by one error in WINSPOOL_GetOpenedPrinterA.
9736 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
9737 subkey_found did not search for _all_ sub keys.
9739 Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
9741 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
9742 Francois Boisvert <francois@macadamian.com>
9743 Implemented basic browsing in the file name edit of the filedlg 95.
9745 * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
9746 Avoid changing the activation state in EnableMenuItem.
9748 * include/winnt.h: Fixed #ifdef symbol for PowerPC.
9750 * ole/parsedt.c, ole/parsedt.h:
9751 Eric Pouech <Eric.Pouech@wanadoo.fr>
9752 Only declare DateStyle in a single compilation unit.
9754 * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
9755 Added the case of a user defined icon for the sysbutton hittest.
9757 * ole/typelib.c: Rein Klazes <rklazes@casema.net>
9758 Fixed typelib reading to correctly use the offset of the typelib that
9759 is embedded in for example a dll file.
9761 * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
9762 Fixed CreateDIBSection() called with negative height to set the height
9763 positive in the created DIBSECTION, as per MS knowledgebase Q186586.
9765 * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
9766 The paint rectangle return in the PAINTSTRUCT in BeginPaint should
9767 never be bigger than the client area of the window.
9769 * controls/listbox.c: Rein Klazes <rklazes@casema.net>
9770 Make sure that an empty string never matches a listbox entry in
9771 LISTBOX_FindString().
9773 * dlls/version/info.c:
9774 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9777 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9778 Fixed crash when accessing sysmenu.
9780 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9781 Really do a silent backtrace when requested.
9783 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9784 Do not set the address if the symbol is still tagged INVALID.
9786 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9787 Added support for N_BINCL and N_EINCL instructions.
9788 Fixed type parsing (as generated by egcs).
9790 Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
9792 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9793 Use typedef to work around egcs problem.
9795 * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
9796 Removed unnecessary includes from ole related files.
9798 * ole/compobj.c, multimedia/mmsystem.c:
9799 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9800 Adapted to WOW changes.
9802 * 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:
9803 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9804 Moved implementation of WOW routines to single file.
9805 Added all missing WOW routines, fixed WOWCallback16Ex.
9807 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9808 Fixed internal buffer for 16 bit mmio MEM files.
9810 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9811 - some errors in cleaning up values returned by MCI drivers: this
9812 should solve the issues reported with the CD player/writer
9813 - crash when command was requested with automatic open (note, this
9814 will now gracefully report an error, not do the correct thing).
9816 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9817 Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
9820 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9821 Bugfix: EFlags were passed incorrectly by CallFrom16Register.
9823 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9824 Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
9826 * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
9827 Bertho Stultiens <bertho@panter.soci.aau.dk>
9828 Wrc did not check any IDs which are only 16 bit. Common dialogs had some
9829 IDs larger and that caused problems. This is now solved (I hope).
9831 ----------------------------------------------------------------
9832 Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
9834 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
9835 Fixed cursor stretch code.
9837 * memory/selector.c:
9838 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9839 Inhibit wraparound in comparison.
9841 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
9842 Juergen Schmied <juergen.schmied@metronet.de>
9843 New internal dll, exporting already existing path functions.
9845 * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
9846 Francis Beaudet <francis@macadamian.com>
9847 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
9848 for the MSG_InternalGetMessage() call is a WM_TIMER.
9850 * rc/winerc.c, include/resource.h, include/windef.h:
9851 Patrik Stridvall <ps@leissner.se>
9852 GCC 3.0 has not been released yet, but it is good to be prepared.
9854 * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
9855 Added resolution of LVM messages.
9857 * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
9858 Added protection against possible memory corruption.
9860 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
9861 Fixed cursor selection to find the correct cursor when more than one
9864 * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
9865 Thuy Nguyen <thuy@macadamian.com>
9866 Replaced a static ten element array with a dynamic pointer array.
9868 * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
9869 Fix special case when no printer installed.
9871 * dlls/shell32/shell.c, dlls/shell32/shell.spec:
9872 James Juran <jrj120@psu.edu>
9873 New routine DllEntryPoint for shell.dll. Loads shell32.dll,
9874 since most shell.dll functions call their 32-bit counterparts.
9876 * dlls/version/info.c:
9877 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9880 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
9881 EM_SETSEL scrolls if outside of the visible range.
9882 "shift+home" selection improved in the edit control.
9884 * ole/parsedt.c: Removed RCS keyword.
9886 * 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:
9887 Juergen Schmied <juergen.schmied@metronet.de>
9888 More use of rc files for strings and menus, fixes. First internal
9891 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
9892 New interface: DropSource.
9894 * dlls/shell32/shlfolder.c:
9895 Juergen Schmied <juergen.schmied@metronet.de>
9898 * dlls/shell32/shell32_main.c:
9899 Juergen Schmied <juergen.schmied@metronet.de>
9900 Implemented SHGetFileInfo better.
9902 * dlls/shell32/iconcache.c:
9903 Juergen Schmied <juergen.schmied@metronet.de>
9904 Protect cache with critical section.
9905 Removed hack to load icons from external shell32.dll.
9907 * dlls/shell32/dataobject.c:
9908 Juergen Schmied <juergen.schmied@metronet.de>
9909 QueryGetData, EnumFormatEtc implemented.
9911 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
9912 Fixed mapping of file extensions to text.
9914 * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
9915 Fixed ascii/unicode issue for naming of the mutexes.
9916 Made mutex handles global.
9917 Fixed incorrect interpretation of return values of WaitForSingleObject.
9919 * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
9920 First implementation of GetCharacterPlacementA.
9922 * windows/defwnd.c, include/winuser.h:
9923 Thuy Nguyen <thuy@macadamian.com>
9924 Implemented the WM_SETICON and WM_GETICON messages.
9926 * files/drive.c: Morten Eriksen <mortene@sim.no>
9927 FIXME on unimplemented feature made less obtrusive.
9929 * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
9930 Now the conversion in the blt functions round up the result.
9932 * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
9933 Document use of "init" in build-spec.txt, and make build.c print a
9934 warning if someone tries to use "init" in a Win16 spec file.
9936 * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
9937 Make sure we have a dgroup before patching prologs.
9939 * */Makefile.in, */.cvsignore:
9940 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9941 Adapted to glue code generation changes.
9943 * 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:
9944 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9945 Adapted to new-style Wine thunks.
9946 Removed some now unnecessary function pointers.
9948 * include/builtin16.h, include/stackframe.h, tools/build.c:
9949 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9950 CallTo16... / CallFrom16... Wine thunks reorganized:
9951 - Cleaner separation between core and glue code.
9952 - Argument conversion glue code now in C.
9953 - Glue code needed for 16-bit .spec files inlined.
9955 Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
9957 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9958 - implemented GetCommModemStatus
9959 - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
9960 - added more verbose TRACEing
9962 * misc/version.c: Morten Eriksen <mortene@sim.no>
9963 Made GetVersionEx() behave in accordance with the specification with
9964 regard to error handling.
9966 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
9967 Mark G. Adams <madams@livepage.com>
9968 Added stub for DrawDibClose.
9970 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
9971 Fixed the look of the combobox's drop down button when in Win95 look.
9973 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9974 Added support for icons in property sheet tabs.
9976 * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
9977 Bertho Stultiens <bertho@panter.soci.aau.dk>
9978 Version 1.0.14 of wrc.
9980 Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
9982 * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
9984 * 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:
9985 Replaced a few calls to lstr* functions by their CRTDLL or libc
9989 Added an exception handler around a few lstr* functions.
9991 * 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:
9992 Reimplemented multi-byte and wide-chars functions to not depend on
9993 lstr* functions; added a few missing ones; fixed a couple of bugs.
9995 Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
9997 * 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:
9998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9999 Separated Win16 (USER) and Win32 (MPR) network routines.
10000 Moved implementation of MPR to dlls/mpr/.
10001 Added proper headers and stubs for missing MPR routines.
10004 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10005 Improved (sort of) RegFlushKey.
10007 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
10008 If the window is already the topmost window in ShowWindow(SW_SHOW), it
10009 must not be activated.
10011 * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
10012 WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
10014 * windows/dce.c, windows/x11drv/wnd.c:
10015 Stephane Lussier <stephane@macadamian.com>
10016 X11drv SetDrawable function modifies the DC origin, this translation
10017 should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
10019 * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
10020 Set focus to the dialog in EndDialog.
10022 * libtest/Makefile.in: James Juran <jrj120@psu.edu>
10023 Make sure we compile winestub.o before trying to build a Winelib test
10026 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10027 Fixed case sensitivity flag.
10029 * include/commdlg.h, dlls/commdlg/printdlg.c:
10030 Klaas van Gend <klaas@vangend.demon.nl>
10031 Implemented the return of hDevModes and hDevNames in the PRINTDLG
10032 structure of PrintDlgA().
10034 * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
10035 Made hardware_event use win32-conformant parameters.
10037 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
10038 Explicitly load shell32.dll.
10040 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
10041 Take into account icons when determining tab size.
10043 * files/drive.c: Morten Eriksen <mortene@sim.no>
10044 Improved GetDiskFreeSpaceEx() implementation a little bit.
10046 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10047 - added some more Baudrates
10048 - fixed a hang in tcsetattr when the input buffer isn't empty
10049 - added more verbosity for debugging
10051 * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
10052 Handle the case when the button is really small.
10054 * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
10055 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
10056 specify WS_CAPTION.
10058 Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
10060 * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
10061 Marcus Meissner <marcus@jet.franken.de>
10062 Implemented DirectInput Joystick support (tested with WC:Prophecy).
10064 * relay32/kernel32.spec, win32/time.c:
10065 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10066 Implemented SetLocalTime.
10068 * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
10069 Minor fix to the French Canadian keyboard.
10071 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10072 When flipping backbuffer -> frontbuffer, first exchange surfaces, then
10073 copy XImage, since the palette might only be defined in the frontbuffer.
10075 * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
10076 Create sysconfdir on install.
10078 * dlls/stress/.cvsignore: Fixed typo.
10080 * 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:
10081 Got rid of dsprintf and related macros.
10084 Remove the mutex from the thread list when destroying it.
10087 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10088 Moved various DLLs to dlls/
10090 Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
10092 * 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:
10093 Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
10094 aliasing optimization problems.
10096 * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
10097 Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
10099 * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
10100 Removed async I/O support.
10102 * include/comm.h, misc/comm.c:
10103 Use the service thread for comm notifications.
10105 * 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:
10106 Made stack manipulation macros into inline functions.
10107 Changed a few accesses to context registers to avoid potential
10108 aliasing optimization problems.
10110 * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
10111 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
10114 * Makefile.in: Remove wine.conf.man on distclean
10116 ----------------------------------------------------------------
10117 Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
10119 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
10120 Close the right window when clicking on a non active window close
10123 * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
10124 Removed the dependency on "dummy" for wine and wine.sym.
10127 Remove file from cache when flushing it (based on a patch by Ian
10130 * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
10131 Added CONTEXT for ALPHA and MIPS.
10133 * configure.in, Make.rules.in, Makefile.in, configure:
10134 Patrik Stridvall <ps@leissner.se>
10135 Added support for Solaris Lint.
10137 * 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:
10138 Patrik Stridvall <ps@leissner.se>
10139 Fixed some of the issues reported by Solaris Lint.
10141 * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
10142 Solaris C/C++ compile fix.
10144 * 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:
10145 Patrik Stridvall <ps@leissner.se>
10146 Various ANSI C compability fixes.
10148 * 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:
10149 Patrik Stridvall <ps@leissner.se>
10150 Fixed some of the issues reported by winapi-check.
10152 * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
10153 Actually create the man/ subdirectories before installing.
10155 * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
10156 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10157 Implemented KERNEL.447 (WIN32_OldYield16).
10159 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10160 Suspend WND lock before EVENT_Synchronize.
10162 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10163 Create VxD handle only for known VxDs.
10165 * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
10166 Made compilation of *.spec.c files use -fno-builtin regardless of
10169 * 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:
10170 Patrik Stridvall <ps@leissner.se>
10171 Fixed/added missing/wrong function prototypes and made internal
10174 * 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:
10175 Patrik Stridvall <ps@leissner.se>
10176 Fixed missing prototypes and made it work with Solaris X11.
10178 * 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:
10179 Patrik Stridvall <ps@leissner.se>
10180 Eliminated warnings.
10182 * loader/ne/segment.c:
10183 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10184 Fixed the DSEG value in the SEGTABLEENTRY struct.
10186 * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
10187 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10188 Added builtin toolbar bitmaps.
10190 * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
10191 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10192 Some more messages.
10194 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
10195 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10196 Added stub for CryptSetKeyParams().
10198 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
10199 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10200 Added stubs for DAD_SetDragImage() and PathCleanupSpec().
10202 * misc/crtdll.c, relay32/crtdll.spec:
10203 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10204 Added stub for _except_handler2().
10206 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10207 Improved GetRandomRegion().
10209 * controls/menu.c, windows/nonclient.c:
10210 Pascal Lessard <pascal@macadamian.com>
10211 Implemented the system button behavior and associated it to the system
10212 menu in win95. Also permit the SC_CLOSE item to be disabled.
10214 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
10215 Bugfixes and a fake GETBASEIRQ.
10217 * files/async.c: Ove Kaaven <ovek@arcticnet.no>
10218 Made async fds nonblocking.
10220 * windows/mdi.c: Dan Langlois <daniell@corel.com>
10221 Removed an inappropriate if statement from MDI_ChildActivate that
10222 prevented the activation code from executing.
10224 * dlls/comctl32/monthcal.c, include/monthcal.h:
10225 Alex Priem <alexp@sci.kun.nl>
10226 Bugfixes & further updates for the month calendar common control.
10228 * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
10229 Alex Priem <alexp@sci.kun.nl>
10230 Started implementing date/time common control.
10232 * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
10233 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10234 PSDRV_WriteArc shouldn't write a newpath.
10236 * controls/button.c: Rein Klazes <rklazes@casema.net>
10237 Fix handling of WM_LBUTTONDCLICK message for buttons with certain
10240 * windows/dce.c: Abey George <abey@macadamian.com>
10241 Bug fix for updating the clipping region in nested GetDCEx calls.
10243 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
10244 Tried to fix the code for SetWindowPos to erase the background
10247 Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
10249 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
10250 Klaas van Gend <klaas@vangend.demon.nl>
10251 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
10252 don't display yet).
10253 - added status strings.
10254 - added string table for internationalisation of several internal
10257 * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
10258 Removed duplicated defines in winuser.h and commctrl.h. Also corrected
10259 a typo for SW_MAX value.
10261 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
10262 Francis Beaudet <francis@macadamian.com>
10263 Fixed a memory leak in the file dialog.
10265 * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10266 Strip .drv extensions to MODULE_GetLoadOrder.
10268 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
10269 Fixed a memory leak.
10271 * scheduler/process.c, loader/task.c:
10272 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10273 Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
10275 * graphics/psdrv/ps.c, include/psdrv.h:
10276 Luc Tourangeau <luc@macadamian.com>
10277 Added a call to the newpath operator immediately before the arc
10280 * controls/button.c: Pierre Mageau <pierre@macadamian.com>
10281 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
10282 icon needed to be centered when the button is smaller than the bitmap.
10284 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
10285 Fixed a memory leak that occurs when we maximize/minimize an MDI
10288 * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
10289 Added more support for buddy windows in the updown control.
10291 * controls/edit.c: Francis Beaudet <francis@macadamian.com>
10292 Implemented proper win95 support for the WS_BORDER style.
10294 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
10295 Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
10298 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
10299 Fixed the border for the listbox created by the simple combobox.
10301 * ole/compobj.c, if1632/compobj.spec:
10302 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10303 Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
10305 * loader/ne/module.c:
10306 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10307 GetModuleHandle16: treat Win32 modules correctly.
10309 Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
10311 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
10312 Juergen Schmied <juergen.schmied@metronet.de>
10313 Fixed use of StrRetToStrN.
10315 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
10316 Juergen Schmied <juergen.schmied@metronet.de>
10317 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
10319 * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
10320 Added explanation of the current DLL support.
10322 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10323 Bugfix: fixed freshly introduced bug in GlobalLock16.
10325 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
10326 Ian Schmidt <ischmidt@cfl.rr.com>
10327 Added stubs for InitMUILanguage and COMCTL32.410.
10328 Fixed some compiler warnings.
10330 Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
10332 * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
10333 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10334 Added FinalUserInit16/FinalGdiInit16 stubs.
10335 Call out to FinalUserInit in MAIN_EmulatorRun.
10337 * if1632/kernel.spec, memory/selector.c:
10338 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10339 Added IsBadFlatReadWritePtr16().
10341 * controls/edit.c: Abey George <abey@macadamian.com>
10342 Fixed incorrect edit control behaviour in mouse message handling.
10344 * windows/message.c: Abey George <abey@macadamian.com>
10345 Send normal mouse messages to WM_SETCURSOR when non-client mouse
10348 * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
10349 Check if the window has the WS_CLIPSIBLINGS style before using the
10350 DCX_CLIPSIBLINGS flag.
10352 * 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:
10353 Francois Boisvert <francois@macadamian.com>
10354 Implemented the Win95 file open/save dialogs.
10356 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
10357 Do tools/ before any of the other subdirectories, even when doing
10360 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10361 Bugfix: Return selector also in CX from GlobalLock16().
10363 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10364 More gcc bug workarounds.
10366 * graphics/psdrv/ppd.c, include/wingdi.h:
10367 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10368 Added more paper sizes and bin names to PPD parser.
10370 * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
10371 Actually return the number of events in Mouse_GetDeviceData (fixes
10372 Wing Commander Prophecy). Added timestamp and sequence generation,
10373 critical section for mousedata. Disabled mouse warping in
10374 GetDeviceData for now (generates excess mouse events).
10376 Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
10379 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10380 Moved .spec files to corresponding dlls/ directory.
10382 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
10383 Several focus and selection problems in listboxes.
10385 * windows/dce.c: Francis Beaudet <francis@macadamian.com>
10386 Retrieve the clipping region before setting the drawable and reset the
10387 clipping region after.
10389 * 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:
10390 Juergen Schmied <juergen.schmied@metronet.de>
10391 Many fixes/reimplementations.
10393 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
10394 Removed experimental/unused code.
10395 Use ShellFolder to get ViewObjects.
10396 Started cleanup of the contextmenu code.
10398 * dlls/shell32/shlfolder.c:
10399 Juergen Schmied <juergen.schmied@metronet.de>
10400 Complete redesign, split into 3 implementations (Desktop, MyComputer
10401 and filesystem folders). All parsing and binding is done recursive.
10403 * dlls/shell32/shellpath.c:
10404 Juergen Schmied <juergen.schmied@metronet.de>
10405 Implemented SHGetSpecialFolderPathA.
10407 * dlls/shell32/shellord.c:
10408 Juergen Schmied <juergen.schmied@metronet.de>
10409 Implemented SHCreateShellFolderViewEx.
10411 * dlls/shell32/shellole.c:
10412 Juergen Schmied <juergen.schmied@metronet.de>
10413 Removed special CoCreateClassObject and use ole functions instead.
10414 SHCreateDefClassObject implemented.
10416 * dlls/shell32/shelllink.c:
10417 Juergen Schmied <juergen.schmied@metronet.de>
10418 Implemented access to lnk's to a IStream interface.
10420 * dlls/shell32/iconcache.c:
10421 Juergen Schmied <juergen.schmied@metronet.de>
10422 Fixed icon background (was black).
10424 * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
10425 Fixed getting icons from filetypes.
10427 * dlls/shell32/enumidlist.c:
10428 Juergen Schmied <juergen.schmied@metronet.de>
10429 Implemented enumeration of shell extensions, seperated enum stuff for
10430 the 3 seperate shellfolder implementations.
10432 * dlls/shell32/dataobject.c:
10433 Juergen Schmied <juergen.schmied@metronet.de>
10434 Rewrote GetData so support multiple selections.
10436 * dlls/shell32/contmenu.c:
10437 Juergen Schmied <juergen.schmied@metronet.de>
10438 Separated stuff for shv background contextmenu to separate file.
10440 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
10441 New functions to access attributes in HCR.
10443 * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
10444 Juergen Schmied <juergen.schmied@metronet.de>
10445 New file. Seperate implementation of the shellview background
10448 * include/wine/undocshell.h:
10449 Juergen Schmied <juergen.schmied@metronet.de>
10450 New file. Contains functions not in the official headers but widely
10451 used from other dlls.
10453 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
10454 Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
10456 * Makefile.in: Make sure we build tools first.
10458 * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
10459 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10460 Relay code for Win16 register functions converts arguments.
10461 New 'interrupt' keyword added (for Win16 interrupt handlers).
10462 Adapted .spec files and implementations of register routines.
10464 * 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:
10465 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10466 {Start|End}{Doc|Page} go through DCfuncs.
10467 Implement these in the PostScript driver.
10468 Change PSDRV_Escape to use them.
10470 * loader/dos/dosvm.c:
10471 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10472 Work around 'local extern declaration with attribute' gcc bug.
10474 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
10475 Implementation of SetEventNotification for the mouse driver.
10477 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
10478 Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
10480 * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
10481 Fixed incomplete proto.
10483 * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
10484 New keys nessesary for running the new shell32.
10486 * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10487 Use GDI APIs to access bitmap info.
10489 * graphics/psdrv/clipping.c:
10490 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10491 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
10493 Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
10495 * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
10496 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10497 Unify startup sequence for Wine and WineLib.
10499 * windows/clipboard.c, include/clipboard.h, memory/global.c:
10500 Noel Borthwick <noel@macadamian.com>
10501 Fix bug with pasting Wine clipboard content to external applications,
10502 by storing clipboard data on the shared system heap.
10504 * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
10505 Draw an additional white bit for each invert bit of a cursor.
10507 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
10508 While handling the X FocusIn message in managed mode, if the window
10509 has been disabled revert the X focus back to the last focus window.
10511 * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
10512 Francois Boisvert<francois@macadamian.com>
10513 Implemented TREEVIEW_InsertItemW.
10515 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10516 Implemented ExtEscape.
10518 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
10519 Trying to fix parallel make by doing direct subdir/subdir.o rules.
10521 * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
10522 Sylvain St-Germain <sylvain@macadamian.com>
10523 Fixed inconsistency in conditions that determines if a window requires
10526 * graphics/x11drv/xfont.c, include/x11font.h:
10527 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10528 For large font sizes call XLoadQueryFont with a 100 pixel high font
10529 and rescale the metrics.
10531 * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
10532 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10533 Implement handling of 32 bit AbortProc.
10535 * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
10536 Lionel Ulmer <lionel.ulmer@free.fr>
10537 Suppressed compiler warning by using the 'unused' attribute.
10539 * debugger/Makefile.in, debugger/external.c:
10540 Kevin Holbrook <kwh@neosoft.com>
10541 Added utility function to invoke external debugger.
10543 * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
10544 Eric Pouech <Eric.Pouech@wanadoo.fr>
10545 Added WINMM resources.
10547 * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
10548 Eric Pouech <Eric.Pouech@wanadoo.fr>
10549 Removed obsoleted mcistring.c.
10550 Added support for resources.
10552 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
10553 Eric Pouech <Eric.Pouech@wanadoo.fr>
10554 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
10555 MCI_STATUS) for mciSendString.
10557 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10558 Spread the use of MM crit sect.
10560 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10561 Moved some MCI functions to mci.c.
10562 Now loads error messages from string table.
10563 Spread the use of MM crit sect.
10565 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10566 Added parsing & storing of command tables.
10567 Merged some MCI functions from mmsystem.c.
10569 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10570 Removed some no longer used prototypes.
10571 Added command tables to MCI structure.
10573 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10574 Fixed buggy prototype.
10576 * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
10577 Avoid crashing on a bad symbol address of 0x0000.
10579 * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
10581 * 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:
10582 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10583 Removed MODULE_GetWndProcEntry16().
10584 Use 32-bit window procedures in COMMDLG instead.
10586 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
10587 Fixed cut&paste bug.
10589 * 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:
10590 Paul Quinn <paulq@corel.ca>
10591 Add a few stubs, some C++ compatibility, and fix a few types.
10593 * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
10594 Declare only one instance of GUID_NULL.
10596 * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
10597 Fixed various problem with ImageList_Draw.
10599 * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
10600 Re-enable the owner window in the EndDialog().
10602 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
10603 Fixed notifications.
10605 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10606 Always retrieve Callout routines using GetProcAddress().
10608 * windows/defwnd.c: Abey George <abey@macadamian.com>
10609 Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
10611 * windows/x11drv/keyboard.c:
10612 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10613 Fixed compiler warning.
10615 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10616 Let through more flags to EnumPrinters.
10617 Fixes for GetPrinter/GetPrinterDriver.
10619 * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
10620 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10621 Fix stupid `rubbish at end of %%Title' bug.
10622 Don't complain about palette relative RGBs.
10623 If output param to CreateDC is NULL default to `LPT1:' - Hack.
10625 Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
10627 * configure, configure.in, include/config.h.in, include/wine_gl.h:
10628 Lionel Ulmer <lionel.ulmer@free.fr>
10629 Better detection of OpenGL.
10631 * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
10632 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10633 Bugfix: Reverted CallTo16 routines to STDCALL convention.
10635 * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10636 String to GetTextExtentPoint is not necessarily 0 terminated.
10637 Fix function name `32's in comments - API naming madness makes this
10640 * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
10641 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10643 Update graphics/psdrv/README.
10644 Add warnings to DRIVER_GetDriverName.
10646 * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10647 Fixed some bad ptr occurrence in this class WndProc.
10649 * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
10650 Lionel Ulmer <lionel.ulmer@free.fr>
10651 - Added a new option 'noxshm'
10652 - Added a 16bpp -> 32 bpp conversion function
10654 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
10655 Change color gray text to 128 128 128 for win9x look.
10657 Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
10659 * scheduler/debugger.c:
10660 Do not output text in OutputDebugStrAW when not being debugged
10662 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
10663 MDIDestroyChild: MDI window menu item was deleted only if the current
10664 destroyed child was active.
10666 * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
10667 Reset disabled style for the dialog boxes set on property pages.
10669 * 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:
10670 Bertho Stultiens <bertho@akhphd.au.dk>
10671 - Generalized the distinction between 2 and 4 byte integers slightly through
10672 a new parser state. The is now a warning when a 2 byte integer is larger
10673 than 16 bit (and is truncated).
10674 - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
10675 this type will work as expected.
10676 - Added generalized language/version/characteristics support to the DLGINIT
10679 Ulrich Czekalla <ulrichc@corel.ca>
10680 - Added support for DLGINIT resource-type.
10681 - Added string continuation and embedded quoting.
10682 - Added numeric IDs for icons in controls.
10684 Eric Pouech <Eric.Pouech@wanadoo.fr>
10685 - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
10687 Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
10689 * misc/Attic/string.c, misc/Makefile.in:
10690 Albert den Haan <albertd@corel.ca>
10691 Remove string.c because all of its functions were moved to crtdll.c
10692 where they belonged.
10694 * 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:
10695 Patrik Stridvall <ps@leissner.se>
10696 Make it possible to compile with GNU C's -I- option.
10698 * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10699 Work around gcc sig11 fault.
10701 * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
10702 Fixed rounding in MulDiv.
10704 * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
10705 Luc Tourangeau <luc@macadamian.com>
10706 - implementation of SetDeviceClipping
10707 - coordinate system origin fix
10709 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10710 Work-around for compiler bug.
10712 * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
10713 Alex Priem <alexp@sci.kun.nl>
10714 - Implementation of simple comctl32 v5.0 changes.
10715 - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
10717 * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
10718 Added pointer validation and additional sanity check to IsValidSid().
10720 * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10721 Small fix in UITOOLS95_DrawRectEdge().
10722 Also a fix to draw scrollbar-buttons more like in win9x.
10724 * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10725 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
10726 afterwards, but a copy of it.
10728 * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10729 Check better that handles are actual handles to a region.
10731 * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
10732 Stop DCE_GetVisRect dereferencing a null wndPtr.
10734 * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
10735 James Juran <jrj120@psu.edu>
10736 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
10737 Updated README and man page.
10738 Split documentation for wine.conf into new wine.conf(5) manpage.
10740 * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
10741 Noel Borthwick <noel@macadamian.com>
10742 Implemented the OLE Clipboard API.
10744 * windows/winpos.c: Abey George <abey@macadamian.com>
10745 Validate the parent with the child window client rectangle when the
10746 parent's update region is not empty.
10748 * include/win.h, windows/painting.c:
10749 Francis Beaudet <francis@macadamian.com>
10750 Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
10752 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
10753 Fixed fake WM_LBUTTONUP message.
10755 * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
10756 Added version information for Win98.
10758 * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
10759 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
10761 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10762 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
10763 are now stored uppercase.
10765 * controls/button.c: Francis Beaudet <francis@macadamian.com>
10766 Implemented the BS_ICON style.
10768 * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
10769 CreateDialogParamA should not call CreateDialogParamW, because
10770 that'd create a dialog box with a Unicode dialog procedure...
10772 * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10773 Win9x look & feel on scrollbars.
10775 * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
10776 Thuy Nguyen <thuy@macadamian.com>
10777 Introduced a [psdrv] section in wine.conf with a ppdfile value
10778 specifying the path and name of the PPD file.
10780 * dlls/comctl32/updown.c, include/updown.h:
10781 Sylvain St-Germain <sylvain@macadamian.com>
10782 Implementation of the updown buddy windproc subclassing for the
10783 handling of keyboard up and down arrow.
10785 * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
10786 Updated documentation to reflect renamed header.
10788 * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
10789 Added missing include netinet/tcp.h, for TCP_NODELAY.
10791 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
10794 Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
10796 * include/module.h, loader/ne/module.c:
10797 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10798 Add WINAPI for EntryAddrProc.
10800 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
10801 Minor bug fixes in DdeNameService, also changes to move towards
10804 * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
10805 Win9x look & feel on buttons and a fix for ownerdrawn buttons
10806 (background set to COLOR_BTNFACE).
10808 * if1632/kernel.spec:
10809 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10810 GlobalSmartPageUnlock() stub added.
10812 * 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:
10813 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10814 Use position-independent code in assembly glue when building .so.
10815 Include if1632/ and graphics/win16drv/ into WineLib.
10816 Move miscemu/emulate.c into dlls/win87em/.
10818 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10819 Changed way of allocation open mci drivers (array => list); this list
10820 is now stored on a per process basis.
10822 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
10823 Eric Pouech <Eric.Pouech@wanadoo.fr>
10824 Removed fixed size array to store specific data (now using
10825 mci(Set|Get)DriverData to store specific data).
10826 Make use of default debugtools.h channel.
10827 Added CALLBACK attribute to DriverProc.
10829 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10830 Changed way of allocation open mci drivers (array => list).
10831 First valid ID for mci devices is now 1 (some progs were testing this
10833 Started implementing mci command table resources.
10834 Handled closing on MCI_ALL.
10836 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10837 Removed fixed size array to store specific data (now using
10838 mci(Set|Get)DriverData to store specific data).
10839 Deferred opening of low-level device until play is requested.
10841 * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10842 Fixed return value for 'open' command.
10843 Changed way of allocation open mci drivers (array => list).
10845 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10846 Removed fixed size array to store specific data (now using
10847 mci(Set|Get)DriverData to store specific data).
10848 Fixed mmio chunk lookup on odd size 'fmt ' chunks.
10850 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10851 Uniformized use of fd to midi device.
10852 Now allocating memory on system heap.
10853 Fixed bug when stopping all notes.
10855 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10857 Changed way of allocation open mci drivers (array => list).
10858 Started implementing mci command table resources.
10860 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10861 No longer calling mm timers callbacks with mm timer crit sect locked.
10863 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
10864 ERROR_MORE_DATA requires to write the needed number of bytes into the
10865 lpcchX value (verified against NT3.51 advapi32.dll).
10867 * include/winnt.h, win32/device.c:
10868 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10869 Fixed some CONTEXT86 vs. CONTEXT mismatches.
10871 * include/neexe.h, loader/ne/segment.c:
10872 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10873 Added support for 32-bit NE code segments.
10875 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10876 Fix a hang when we process WM_STYLECHANGED.
10877 Small optimization in TREEVIEW_DrawItem.
10878 Fix debugging crash in TREEVIEW_Expand.
10880 Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
10882 * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
10883 Added missing prototype for ILFindChild().
10885 * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
10886 Eric Pouech <Eric.Pouech@wanadoo.fr>
10887 Compiler warnings fix.
10889 * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10892 * if1632/kernel.spec, loader/task.c:
10893 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10894 Fixed bugs introduced by 'register' and 'return' function changes.
10896 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10897 Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
10898 level physical surfaces (verified for XLIB with WC Prophecy).
10900 Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
10902 * 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:
10903 Take advantage of the new registers saved in the STACK16FRAME to turn
10904 some 'register' functions into normal functions.
10905 Removed the few remaining 'return' functions to simplify relay
10908 * 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:
10909 Marcus Meissner <marcus@jet.franken.de>
10910 Removed the old, historical and no longer working IPC support.
10912 * 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:
10913 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10914 Modularized CallFrom/To16 routines. Adapted dependent routines,
10915 16-bit snoop/relay debugging, and make rules.
10917 * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
10918 Revert last change in window activation on mouse click.
10920 * memory/global.c: Rein Klazes <rklazes@casema.net>
10921 Fixed a case when GlobalSize did not return zero after an error.
10923 Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
10925 * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
10926 Renamed static global variable 'iovec' to 'myiovec'.
10928 * 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:
10929 Howard Abrams <howard@cs.nps.navy.mil>
10930 Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
10932 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10933 Create dialog window using CreateWindowEx16/W depending on template
10934 type, not dialog procedure type.
10936 * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
10937 Made IShellFolder::fnParseDisplayName return a relative pidl.
10939 * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
10940 Alex Priem <alexp@sci.kun.nl>
10941 First try at the month calendar common control. Main features
10944 * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
10945 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10946 Implemented GetPrinterA and GetPrinterDriverA.
10948 * controls/button.c: Luc Tourangeau <luc@macadamian.com>
10949 Added BN_CLICKED notification in WM_SETFOCUS.
10951 * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
10952 Juergen Schmied <juergen.schmied@metronet.de>
10955 * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
10956 Juergen Schmied <juergen.schmied@metronet.de>
10957 Implemented StrToOleStrN.
10958 Fixed crash in ShellExecuteEx.
10959 Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
10960 Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
10962 * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
10963 Juergen Schmied <juergen.schmied@metronet.de>
10964 IStream interface for file access.
10966 * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
10967 Juergen Schmied <juergen.schmied@metronet.de>
10968 Fixed crash during second DLL_PROCESS_DETACH if the dll
10969 refcount reached zero after the second one (memory freed twice).
10971 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
10972 Juergen Schmied <juergen.schmied@metronet.de>
10973 Some more pidl-types.
10974 Implementation of ILIsParent.
10976 * dlls/shell32/shelllink.c:
10977 Juergen Schmied <juergen.schmied@metronet.de>
10978 Completely rewritten. IPersistStream interface implemented.
10980 * dlls/shell32/shellole.c:
10981 Juergen Schmied <juergen.schmied@metronet.de>
10982 DLLGetClassObject/Classfactory: create objects by CLSID not IID.
10984 * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10985 Bugfix: exit() replaced by ExitProcess().
10987 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10988 Bugfix: correctly cope with end > 0xfffe.
10990 * library/winestub.c:
10991 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10992 Call ExitProcess() after WinMain() returns.
10994 * loader/ne/module.c:
10995 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10996 Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
10997 Don't try to call WEP of dummy modules in FreeLibrary16().
10999 * include/winreg.h, misc/registry.c:
11000 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11001 Added `const's to some registry API functions.
11003 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
11004 Added a couple of DirectX CLSID entries. This makes Unreal completely
11005 independent of a windows installation.
11007 * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
11008 GetTimeFormat() should return LocalTime not SystemTime.
11010 * 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:
11011 Dave Pickles <davep@nugate.demon.co.uk>
11012 FOR and IF commands added.
11013 MOVE command added, but no wildcard support.
11015 Fixed TIME (was reporting in GMT).
11018 * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
11019 Sometimes the text on a tab control got truncated.
11021 * controls/combo.c: Abey George <abey@macadamian.com>
11022 Fixed the height of the dropped list when there are few items in the
11025 * 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:
11026 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11027 Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
11028 calling XFlush() instead.
11030 * 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:
11031 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11032 Added patterned brushes (level 2 PostScript only).
11033 Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
11035 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
11036 Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
11037 to use the same code path.
11039 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11040 Fix InitTask() to work if DGROUP was manually resized.
11042 * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
11043 Ian Schmidt <irsman@iag.net>
11044 Added stub for SetThreadToken(), required by Office 2000.
11046 * include/commdlg.h:
11047 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11048 Bugfix: COMMDLG hook procedures were not CALLBACK.
11050 * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
11051 It is possible for a stream to have both small block and big block
11054 * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
11055 Made string compare case insensitive in GetModuleHandle16() as a
11056 quick fix for WinWord 6.
11058 * misc/network.c, relay32/mpr.spec:
11059 Juergen Schmied <juergen.schmied@metronet.de>
11060 Added stub for WNetGetUniversalName[A|W].
11062 * graphics/x11drv/palette.c:
11063 Juergen Schmied <juergen.schmied@metronet.de>
11064 Fixed crash due to invalid GDI_Obj.
11066 * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
11067 Fixed crash due to invalid pointer.
11069 ----------------------------------------------------------------
11070 Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
11072 * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
11073 Converted to the new debug interface, using script written by Patrik
11076 * 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:
11077 Patrik Stridvall <ps@leissner.se>
11078 Started on an implementation of Win64 for use on 64 bit platforms.
11080 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
11081 Windows should be activated in these cases:
11082 1- when we click on non active window.
11083 2- when we cancel a moving or resizing of a non active window.
11085 * documentation/distributors:
11086 Marcus Meissner <Marcus.Meissner@caldera.de>
11087 Added sample wine.conf.
11089 * 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:
11090 Patrik Stridvall <ps@leissner.se>
11091 Moved code to the X11 driver.
11093 * include/winuser.h, loader/resource.c, relay32/user32.spec:
11094 Joshua Thielen <thielen@netperson.net>
11095 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
11097 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11098 WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
11100 * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
11101 Fixed check for whether to call SetWindowPos when showing a window
11104 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
11105 Check for complete lcid or just the primary language id in the
11106 registry lookups (fixes one FirstClassClient 32 problem).
11108 * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
11109 Fixed a problem with apps that override the default behaviour on
11110 WM_MOUSEACTIVATE message (main window was not activated).
11112 * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
11113 When enumerating resource, only use the lower 31 bit of the name as
11114 the offset (for the highest bit is '1'). Should fix wine-net/257.
11116 * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
11117 Patrik Stridvall <ps@leissner.se>
11118 Fixes for compile on non-Intel platforms.
11120 * 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:
11121 Patrik Stridvall <ps@leissner.se>
11122 Fixed/moved/added missing/wrong function prototypes.
11124 * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
11125 Henrik Olsen <henrik@iaeste.dk>
11126 Cleanup of the Danish support.
11128 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
11129 Fix a bug in SetWindowPos to prevent parent from erasing its child
11130 painting area when parent window and child window don't have
11131 WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
11133 * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
11134 Make defwndproc erase the correct location.
11136 Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
11138 * 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:
11139 Marcus Meissner <marcus@jet.franken.de>
11140 some small include fixes, some checks for NULL ptrs,
11141 loader/elf.c: fixed the "lib" insertion
11142 crtdll: added fsopen()
11143 dinput: return that we are attached.
11145 * controls/button.c: Reverted previous change.
11147 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
11148 Cancel pending notifications when EM_SETMODIFY is called.
11150 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
11151 Fix a crash when doing sorted inserts at top level.
11153 * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
11154 Reworked nonclient drawing code. Win31 look now works more like real
11155 Win31, so apps like Delphi 1.0 no longer go into infinite recursion
11156 etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
11157 (e.g. WS_EX_WINDOWEDGE is still not handled).
11159 * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
11160 SM_C[XY]FRAME is BorderWidth + 1.
11162 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11163 Bugfix: LocalInit with start == 0 always places heap at end of segment.
11165 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11166 Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
11168 * 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:
11169 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11170 On NE process creation, move major part of NE EXE module loading and
11171 NE instance creation into the child process.
11173 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
11174 Window style updates.
11176 * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
11177 Some enhancements, and removal of C++ constructs.
11179 * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
11180 Marcus Meissner <marcus@jet.franken.de>
11181 Implemented chains of surfaces. This allows an unlimited number
11182 of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
11185 * files/file.c, relay32/kernel32.spec:
11186 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11187 Added UnlockFileEx stub.
11189 * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
11190 Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
11191 Added missing 61762 entry on system resources in Spanish and
11192 Catalonian languages.
11194 * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
11195 Make GetScrollInfo return scroll pos when program requests thumb pos
11196 outside drag operation.
11198 Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
11200 * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11201 Converted to the new debug interface.
11203 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
11204 ReadConsoleA: use ir as pointer to (req+1).
11206 * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
11207 Remove the validated child area from the update region of parent for
11208 windows without WS_CLIPCHILDREN style.
11210 * debugger/db_disasm.c:
11211 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11212 Bugfix: Grp8 instructions have *byte* BitOffset operand.
11214 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11215 Bugfix: missing WINAPIs added.
11217 * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
11218 OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
11220 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
11221 Return ERROR_DISK_FULL for WriteFile.
11223 * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
11224 Fixed missing return after about dialog.
11226 Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
11228 * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
11229 Converted to the new debug interface, using script written by Patrik
11232 * 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:
11233 Changed CONTEXT into CONTEXT86 everywhere we really want an i386
11235 Added #ifdef __i386__ around accesses to 386 registers in the generic
11238 * include/winnt.h: Added CONTEXT86 definition.
11239 Added PowerPC context as an example (not tested).
11241 * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
11242 Fixes for non-i386 compiling.
11245 Patrik Stridvall <ps@leissner.se>
11248 Made the include files self-sufficient.
11249 Some Solaris fixes.
11251 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
11252 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11253 Fixed DPA_LoadStream and improved DPA_Merge.
11255 * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
11256 Added check for invalid parent item.
11258 * dlls/shell32/shellord.c, relay32/shell32.spec:
11259 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11260 Added SHDoDragDrop() stub.
11262 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
11263 Improved GetRandomRegion().
11265 * misc/network.c, relay32/mpr.spec:
11266 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11267 Added WNetRemoveCachedPassword() stub.
11269 * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
11270 Store buddy window.
11272 * include/tooltips.h, dlls/comctl32/tooltips.c:
11273 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11274 Started WM_NOTIFYFORMAT support.
11276 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
11277 Better ComboBoxEx placement.
11279 * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
11280 Ensure that the command-line passed to the various *CreateProcess
11281 functions contains the path to the program being invoked.
11283 * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
11284 Prevent bad window X error.
11286 * windows/mdi.c, windows/sysmetrics.c:
11287 Abey George <abey@macadamian.com>
11288 The system menu icon on a MDI child window was corrupted when the
11289 child frame window is maximized within the main frame when the wine
11290 look is Windows 95.
11292 * controls/scroll.c, windows/defwnd.c:
11293 Slava Monich <Slava.Monich@netmanage.com>
11294 In case if scrollbar has the same background color as the window
11295 it belongs to, it needs to be filled with 0x55aa bitmap brush.
11297 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11298 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
11300 * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
11301 Fix (well kludge around) FreeBSD's `Invalid address' errors.
11303 * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
11304 James Abbatiello <abbeyj@wpi.edu>
11305 Draw a 3D border around edit controls when not in WIN31_LOOK.
11307 * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
11308 James Abbatiello <abbeyj@wpi.edu>
11309 Only draw a black border around normal buttons when in WIN31_LOOK.
11311 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11312 Fixed alignment and position when looking for mmio chunks.
11314 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11315 No longer using global vars (shared data) for mm timers, but a
11316 specific structure for each attached process.
11317 Fixed alignment and position when looking for mmio chunks.
11318 Fixed WAVE mapper handling in waveGetCaps.
11320 * include/multimedia.h, multimedia/time.c:
11321 Eric Pouech <Eric.Pouech@wanadoo.fr>
11322 No longer using global vars (shared data) for mm timers, but a
11323 specific structure for each attached process.
11325 * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
11326 Wrote a small document on how to package WINE for distributors.
11328 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
11329 SetCursorPos() function was called with a window coordinates
11332 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11333 Fixed null ptr deref introduced in last patch.
11335 * if1632/ole2.spec, ole/ole2.c:
11336 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11337 Kind of implemented OleMetaFilePictFromIconAndLabel.
11339 * include/toolbar.h, dlls/comctl32/toolbar.c:
11340 Chris Morgan <cmorgan@wpi.edu>
11341 James Abbatiello <abbeyj@wpi.edu>
11342 Fixed various problems related to bitmaps and flat toolbars.
11344 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11345 James Abbatiello <abbeyj@wpi.edu>
11346 Fixed problems with disappearing text.
11348 * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
11349 James Abbatiello <abbeyj@wpi.edu>
11350 Complete rewrite of messaging code to implement/fix all input behaviors.
11351 Fixed a few fixmes.
11353 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
11354 Dave Pickles <davep@nugate.demon.co.uk>
11355 Added more batch functionality, including the CALL GOTO and SHIFT
11356 commands plus batch command arguments.
11358 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
11359 Updated to reflect current status.
11361 * loader/ne/module.c:
11362 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11363 NE_LoadFileModule: Free module when NE_LoadDLLs fails.
11365 * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
11366 Thuy Nguyen <thuy@macadamian.com>
11367 Implemented the underline and strikeout text attributes for the Wine
11370 * windows/win.c: Pascal Lessard <pascal@macadamian.com>
11371 EnableWindow doesn't release the capture of a child window.
11373 * Makefile.in: James Juran <jrj120@psu.edu>
11374 Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
11377 * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
11378 Remove the WM_LBUTTONUP message from the queue after selecting a mouse
11381 * 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:
11382 Further server optimizations:
11383 - merged request and reply structures
11384 - build requests directly into the buffer to avoid a copy
11386 Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
11388 * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
11389 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
11390 Standard dialog boxes resources and OLE strings are now in cp1251 encoding
11391 Font mapper does not anymore use fonts in -koi8-r encoding
11392 Font mapper now recognises fonts in -windows-* encodings (these are
11393 provided by xfstt TrueType server)
11394 Font mapper now sees max 16384 fonts (was 2048)
11396 * relay32/builtin32.c:
11397 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11398 Share the HMODULE of built-in modules over all processes.
11399 Use the cached HMODULE to speed up relay debugging.
11400 Display the multi-instantiation warning only for 'dangerous' DLLs.
11402 * scheduler/process.c:
11403 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11404 Load USER32.DLL before calling UserSignalProc.
11406 * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11407 Use separate service for each windows timer.
11409 * if1632/compobj.spec, ole/compobj.c:
11410 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11411 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
11413 * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
11414 Eric Pouech <Eric.Pouech@wanadoo.fr>
11415 Thou shalt not use C++ comments.
11417 * include/driver.h, windows/driver.c:
11418 Eric Pouech <Eric.Pouech@wanadoo.fr>
11419 Moved to new trace interface.
11420 Fixed driver closing.
11422 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11423 Better handling of double quotes in MCI string commands.
11425 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11426 Fixed memory leak in mci structures.
11428 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11429 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
11431 * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11432 Added missing GDI heap unlock.
11433 Moved to new debug interface.
11435 * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11436 Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
11437 OFN_EXPLORER bits set.
11439 * dlls/comctl32/imagelist.c:
11440 Francois Boisvert <francois@macadamian.com>
11441 Modified ImageList_LoadImageA to check the case where cx is set to zero.
11443 * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
11444 Added Swiss french keyboard layout.
11446 * server/select.c: Dump server objects on SIGHUP.
11448 * 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:
11449 Made server communication faster by using a shared memory block.
11450 A few other optimizations in request processing in the server.
11451 Moved automatically generated request definitions to server.h and
11452 removed include/server/request.h.
11454 * 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:
11455 Merged THDB and TEB structures.
11456 Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
11458 * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
11461 Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
11463 * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
11464 Fixed Winelib compilation.
11466 Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
11468 * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
11469 Include instruction emulation in Winelib.
11471 * include/wine/exception.h, win32/except.c: A few optimizations.
11473 * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
11475 * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
11478 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
11479 Debugger is now called by exception handling.
11480 Added 'pass' command to pass exceptions to the app.
11482 * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
11483 Moved signal handling to exception.c, generate exceptions on signals.
11484 Added hook for debugger in exception handling (temporary).
11486 * 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:
11487 Pablo Saratxaga <srtxg@ping.be>
11488 Walloon language update.
11490 * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
11491 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11492 - Do not call XConfigureWindow if SetWindowPos was called due to a
11493 received ConfigureNotify event (to avoid recursion).
11494 - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
11496 - Set XSizeHint.win_gravity to StaticGravity for managed windows.
11499 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11502 * loader/pe_image.c:
11503 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11504 Fix compiler warning.
11506 * documentation/Makefile.in, Makefile.in:
11507 Alexander V. Lukyanov <lav@long.yar.ru>
11508 Install wine.man from current directory.
11509 Remove wine.man on distclean, not on clean.
11511 ----------------------------------------------------------------
11512 Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
11514 * dlls/comctl32/listview.c, include/listview.h:
11515 Chris Morgan <cmorgan@wpi.edu>
11516 James Abbatiello <abbeyj@wpi.edu>
11517 Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
11519 * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
11520 James Abbatiello <abbeyj@wpi.edu>
11521 Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
11523 * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
11524 James Abbatiello <abbeyj@wpi.edu>
11525 Adds some undocumented behavior to TREEVIEW_GetItemA().
11527 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
11528 Fixed ambigous else/brace problem, moved "name" computation in
11529 CreateProcess _before_ outputting it in the FIXME_()s.
11531 * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
11532 Do not reuse a passed CONST RECT * pointer.
11534 * windows/x11drv/mouse.c:
11535 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11536 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
11537 used with native USER ...
11539 * loader/pe_image.c, scheduler/process.c:
11540 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11541 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
11542 replaced it by a somewhat less broken hack :-/
11544 * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
11545 Fixed small memory corruption.
11547 Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
11550 Patrik Stridvall <ps@leissner.se>
11551 Mad the include files idempotent using a consistent macro naming
11554 * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
11555 Avoid painting destroyed windows.
11557 * dlls/*.c, if1632/*.c, loader/*.c:
11558 Converted to the new debug interface, using script written by Patrik
11561 * 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:
11562 Patrik Stridvall <ps@leissner.se>
11563 Added missing/wrong includes.
11565 * 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:
11566 Patrik Stridvall <ps@leissner.se>
11567 Removed direct references to CLASS internals.
11569 * include/process.h, misc/version.c, scheduler/process.c:
11570 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11571 Rearrange winver detection code and cache the winver value we
11572 determined in the PDB to speed up.
11574 * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
11575 Draws a border around windows with old win31 style (only ws_border) in
11578 * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
11579 Patrik Stridvall <ps@leissner.se>
11580 Added CINTERFACE and NONAMELESSUNION support.
11583 Patrik Stridvall <ps@leissner.se>
11584 Added extern "C" if __cplusplus is defined.
11586 * include/combo.h, controls/combo.c, controls/listbox.c:
11587 Francis Beaudet <francis@macadamian.com>
11588 Fixed a few behaviors of the combobox that were broken.
11590 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
11591 Guy Albertelli <galberte@neo.lrun.com>
11592 Add new "walk" command options to list processes and modref's.
11594 * graphics/x11drv/dib.c:
11595 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11596 X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
11597 and negative lines.
11599 * 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:
11600 Patrik Stridvall <ps@leissner.se>
11601 Changed xxx(VOID) to xxx(void).
11603 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11604 - simplified internal data
11605 - thread safe access to internal structures
11606 - fixed bug on ONE_SHOT timers
11607 - deferred service thread call until really needed (no longer on WINMM
11608 or MMSYSTEM attachement)
11610 * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
11611 Eric Pouech <Eric.Pouech@wanadoo.fr>
11612 Made the service thread instanciable in every process.
11614 * Make.rules.in, Makefile.in, configure, configure.in:
11615 James Juran <jrj120@psu.edu>
11616 Use Autoconf to find path to ldconfig.
11618 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
11619 Fixed a problem with the LoadTypeLib method.
11621 * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
11622 Use @sysconfdir@ for the default registries in misc/registry.c too.
11624 * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
11625 Added generic pixel converter for 8->24.
11627 * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
11628 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
11629 were expanded to WORD incorrectly.
11631 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
11632 Ove Kaaven <ovek@arcticnet.no>
11633 Various DPMI fixes and preliminary DPMI raw mode switch handler.
11635 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
11636 Fixed imprecision in the MDI tiling functionality.
11638 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11639 Open files with more appropriate sharing mode.
11641 * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11642 Small fixes for EnhMetaFile playback.
11644 * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
11645 Fixed an error and an off-by-one bug in DSA_SetItem(). This
11646 eliminates some crashes with Win98 native SHELL32.
11648 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11649 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
11652 * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
11653 dwDataSize needs to be reset before each RegQueryValueEx() call.
11655 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
11656 Don't ignore application-requested primary buffer flags.
11658 * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
11659 Clear high word of %esp when returning from CallFrom16.
11661 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
11662 Implementation of EV_RXFLAG.
11664 * windows/winpos.c, windows/x11drv/event.c:
11665 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11666 Better implementation of [GS]etForegroundWindow.
11667 Fixed focus handling on inter-thread activation.
11668 Adapted FocusIn/Out event handling to per-queue focus.
11670 * loader/ne/module.c:
11671 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11672 Release Win16Lock during PROCESS_Create.
11674 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
11675 ImageList_GetIcon bug fix.
11677 * win32/time.c: Rein Klazes <rklazes@casema.net>
11678 Corrected a problem in GetTimeZoneInformation() due a change to
11679 mktime() in glibc-2.1.1 when daylight saving time is in effect.
11681 * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
11682 Changed K&R C function definition to ANSI C.
11684 * graphics/psdrv/bitmap.c, include/psdrv.h:
11685 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11686 PSDRV_StretchDIBits should use logical co-ords.
11687 Some versions of ghostscript seem to eat one too many characters of
11688 image data. Add a '%' to the output file to work around this.
11690 * relay32/wnaspi32.spec:
11691 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11692 Fixed WNASPI32 ordinals.
11694 * include/winbase.h:
11695 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11696 Added the function definitions of GetStartupInfo*().
11698 * documentation/status/dde, misc/ddeml.c:
11699 Keith Matthews <keith_m@sweeney.demon.co.uk>
11700 1st cut implementation of DdeNameService (omits monitor callback)
11701 1st cut implementation of DdeKeepStringHandle (probably complete)
11702 DdeInitializeW - minor changes to initialise service names structure
11703 DdeGetLastError - start of proper last error retrieval
11704 DdeCreateStringHandle16 - added code for default codepage where not
11706 Various documentary/comment corrections.
11708 Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
11710 * include/process.h, memory/environ.c, scheduler/process.c:
11711 Use the normal environment routines to build the env db of the initial
11714 * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
11715 Return console handles in alloc_console request.
11716 Fixed read_console_input parameters to conform to the reply structure
11719 Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
11721 * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11722 Fixed CreateCompatibleBitmap when called with 0 width or height.
11724 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11725 Fixed mmioDescend when called with a parent chunk.
11727 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
11728 Trying to fix sigaltstack() problem reported by Debian users.
11729 SIGTRAP might be undefined (beos).
11731 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
11732 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
11733 Fixed TLB_FindTlb (strstr on binary data will not work).
11735 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
11736 Fixed >> and * operator precedence problem.
11738 * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11739 Fixed order for entering critical sections (X11 vs. WndLock) when
11740 calling X11DRV_MOUSE_SetCursor.
11742 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11743 Consult ne.operating_system field for NE files in GetBinaryType().
11745 * server/process.c: Fixed initial process refcount.
11747 Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
11749 * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
11750 Forced commit to get rid of the vendor branch
11752 * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
11754 * programs/regapi/regapi.c:
11755 Avoid use of strncmpi (reported by Ron Cemer).
11757 * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
11758 Moved inclusion of winestring.h to winebase.h.
11759 Added Winelib macros for lstrncmp functions.
11761 * controls/scroll.c: Ron Cemer <roncemer@gte.net>
11762 Fixes for several bugs in which portions of the scrollbar were not
11763 being redrawn correctly, the focus rectangle was not being correctly
11764 removed from the thumb before redrawing, etc.; added complete Win9x
11765 and WinNT look and feel support.
11767 * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
11768 Fixes for Win9x and WinNT look and feel.
11770 * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
11771 James Abbatiello <abbeyj@wpi.edu>
11772 Fixed response of GetFullPathNameA when buffer==NULL.
11774 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11775 CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
11777 * 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:
11778 Dave Pickles <davep@nugate.demon.co.uk>
11779 Added Wine command-line interpreter.
11781 * if1632/thunk.c, include/callback.h, misc/callback.c:
11782 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11783 Removed Callback.CallTaskRescheduleProc().
11785 * include/main.h, miscemu/main.c, tools/build.c:
11786 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11787 Switch stacks in CALL32_Init().
11789 * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
11790 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11791 16-bit scheduler reorganized: run all tasks in their own thread.
11792 Process creation sequence adapted to new scheduler.
11794 * include/services.h, loader/main.c, scheduler/services.c:
11795 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11796 Removed SERVICE_Exit().
11798 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11799 Release WND lock before calling PostEvent16().
11801 * include/wnaspi32.h:
11802 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11805 * dlls/wnaspi32/winaspi32.c:
11806 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11807 ASPI_ExecScsiCmd: better return value and verbose error when no device
11810 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
11811 Use SearchPath to test for existance of programs in lpCmdLine
11812 processing. For lpApplName do not append ".exe" and use
11813 DOSFS_GetFullName to locate the program. Move module find process
11814 after flag testing and provide quick exit if not found.
11816 * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
11817 Implemented dialog units -> pixels conversion very close to how it's
11818 actually done by Windows.
11820 Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
11822 * 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:
11823 Paul Quinn <paulq@corel.ca>
11824 Some non-threatening fixes to some headers, as well as some casting
11825 changes that make winelib more win32 code compatible.
11827 * files/drive.c, include/winbase.h, relay32/kernel32.spec:
11828 <davep@nugate.demon.co.uk>
11829 Stub for SetVolumeLabel().
11831 * windows/message.c:
11832 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11833 Add back lost treatment of HWND_TOPMOST.
11835 * windows/x11drv/event.c:
11836 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11837 Try to improve ConfigureNotify event processing.
11839 * objects/pen.c: Joshua Thielen <thielen@netperson.net>
11840 Allow pens with styles greater than PS_INSIDEFRAME to be created with
11843 * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
11844 Rein Klazes <rklazes@casema.net>
11845 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
11846 ITypeLib2 and ITypeInfo2 methods.
11848 * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
11849 Allow NULL as argument to SysFreeString in accordance with SDK.
11851 * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
11852 - more up-to-date description of source tree
11853 - better example of required comments for an API implementation
11854 - replacement of WINE_PACKED by "pshpack1.h", etc.
11855 - naming conventions for non-api calls and types
11856 - location conventions for non-api header files and prototypes
11858 * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
11859 Robert W Hall <bobh@n-cantrell.demon.co.uk>
11862 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11863 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
11865 * windows/x11drv/event.c, windows/x11drv/wnd.c:
11866 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11867 Fixed potential memory corruption in EVENT_QueryZOrder.
11868 Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
11870 * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
11871 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
11873 * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
11874 o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
11875 o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
11876 CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
11877 parameter to ShowWindow(). Some apps (CALC.EXE for Win98
11878 is one of them) use this undocumented feature to create
11879 hidden window with WS_VISIBLE style set.
11881 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
11882 Ian Schmidt <irsman@iag.net>
11883 Added partial implementation for DPA_LoadStream and stub for
11884 DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
11885 the partial implementation and parameter information.
11887 * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
11888 Make it possible to link Wine statically (at least on RedHat 6.0).
11890 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11891 When looking into sys menu, check if items are present before
11894 * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
11895 Autoconfigure the directories in the manpage.
11897 * 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:
11898 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11899 Removed DummyMotionNotify EVENT driver routine.
11901 * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
11902 Marcus Meissner <marcus@jet.franken.de>
11903 Autoconfigure the directories in the manpage.
11905 * files/file.c, include/winbase.h, relay32/kernel32.spec:
11906 James Juran <jrj120@psu.edu>
11907 Add stub for LockFileEx (KERNEL32.513).
11909 * documentation/status/internationalisation:
11910 Klaas van Gend <klaas@vangend.demon.nl>
11911 Current status of Wine on internationalisation.
11913 * controls/button.c: Rein Klazes <rklazes@casema.net>
11914 Do not process WM_LBUTTONUP message in ButtonWndProc()
11915 when the mouse is not captured.
11917 * graphics/psdrv/init.c, objects/dc.c:
11918 Noel Borthwick <noel@macadamian.com>
11919 From CreateCompatibleDC, pass the device name associated with the
11920 source DC in order to allow PSDRV_CreateDC to locate the printer info
11923 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11924 Added some digital video interface
11925 Fixed a few bugs (device names are no longer converted to upper case,
11926 added call back window, all structures moved to 32 bit...).
11928 * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11929 Workaroung gcc 2.7.2.x sig 11 issue.
11931 * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
11932 Eric Pouech <Eric.Pouech@wanadoo.fr>
11933 Added (still incomplete) handling of MCI_BREAK command.
11935 * documentation/no-windows: James Juran <jrj120@psu.edu>
11936 Updated documentation/no-windows.
11938 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11939 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
11940 using a faster generic routine and some inline assembly for i386
11943 Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
11945 * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
11946 Made handle table a separate object.
11947 Global handle table is no longer bound to a process.
11948 Removed special handling of the initial process.
11950 * server/main.c, server/object.c, server/object.h:
11951 Added optional debugging code in object management.
11953 Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
11955 * 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:
11956 Got rid of THREAD_InitDone.
11957 Made THREAD_Current() inline.
11958 Moved server tid into TEB.
11960 * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
11961 Reimplemented the CheckRadioButton function.
11963 * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
11964 James Abbatiello <abbeyj@wpi.edu>
11965 Fixed incorrect lookup of background color.
11967 * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
11968 Chris Morgan <cmorgan@wpi.edu>
11969 James Abbatiello <abbeyj@wpi.edu>
11970 Fixed problems when using multiple style flags together.
11972 * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
11973 James Abbatiello <abbeyj@wpi.edu>
11974 Fixed a problem when using string resources as tooltext.
11976 * windows/win.c: Francis Beaudet <francis@macadamian.com>
11977 Fixed a behavior of the focus when a parent window is disabled.
11979 * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
11980 Fixed a bug which causes the PolyBezier to not be updated on redraw
11981 (when you want them to be).
11983 * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
11984 Remove unnecessary warning in TranslateAccelator.
11987 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
11990 * 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:
11991 Paul Quinn <paulq@corel.ca>
11992 ver.h is a legacy header. winver.h should be used instead.
11994 * dlls/tapi32/phone.c, misc/crtdll.c:
11995 Marcus Meissner <marcus@jet.franken.de>
11996 Fixed some warnings.
11998 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
11999 Luc Tourangeau <luc@macadamian.com>
12000 - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
12001 - Implemented LVM_FINDITEM message.
12002 - Added some new window styles.
12003 - Fixed some bugs and extended a number of existing functions.
12004 - Modified selection functions to support area selection (for group
12005 selection in LVS_ICON and LVS_SMALLICON).
12007 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12008 Fixed a couple of missing event notifications. Some more debugging
12011 * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
12012 Icelandic keyboard support.
12014 * graphics/ddraw_private.h, graphics/ddraw.c:
12015 Lionel Ulmer <ulmer@directprovider.net>
12016 - better debug output for surface creation
12017 - added (experimental) DIBSection implementation of GetDC / ReleaseDC
12019 * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
12022 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
12023 Support TPM_RETURNCMD in TrackPopupMenu.
12025 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
12026 Fix <return> key (somehow we get a control keystate).
12028 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12029 Fixed compilation erros on non-Linux systems.
12031 * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12032 Added missing TRACE define when NO_DEBUG_MSGS was defined.
12034 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
12035 Added missing WINAPI for SHValidateUNC.
12037 * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
12038 Adapted to the new dll resource handling by Bertho Stultiens.
12040 Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
12042 * misc/shell.c: Release the Win16Lock before calling WinExec.
12044 * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
12045 Removed process argument to PROCESS_CallUserSignalProc.
12047 * scheduler/process.c:
12048 Moved remaining initialisations to the new process context.
12049 Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
12050 Changed PROCESS_CallUserSignalProc to avoid accessing another process
12053 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
12054 Added support for dumping variable-size data of server replies.
12055 Added cmd_line and cmd_show in new_process request.
12057 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
12058 fixed builtin mmsystem.dll init sequence
12060 * multimedia/Attic/init.c, multimedia/Makefile.in:
12061 Eric Pouech <Eric.Pouech@wanadoo.fr>
12062 removed obsoleted init.c source file
12064 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12065 removed unnecessary MCI drivers entry point
12066 added undocumented mmsystem functions
12068 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12069 moved to new trace interface
12070 now calling time init function from mmsystem and/or winmm entry point
12072 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12073 included DLL init sequence (from obsoleted init.c)
12074 fixed builtin mmsystem.dll init sequence
12075 fixed PlaySound when used with an asynchronous audio driver
12076 fixed midiStream functions for Stop/Pause/Restart functions
12077 fixed error handling in waveOutOpen with QUERY_FORMAT flag
12079 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12080 included midi init sequence (from obsoleted init.c)
12081 moved to new trace interface
12082 simplified code with using new configuration constant (HAVE_OSS_MIDI)
12083 fixed erroneous warnings
12085 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12086 included mci init sequence (from obsoleted init.c)
12087 moved to new trace interface
12089 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12090 output: better internal thread interface (orthogonalization of states and events)
12091 output: removed use of DSP_IOCTL_GETOSPACE
12092 output: fixed latency in reset messages handling
12093 output: replaced some polling mechanisms with blocking ones
12094 output: fixed get/set volume functions
12096 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12097 moved to the new debug interface
12098 fixed bugs in pause/play/stop functions
12099 fixed signature of driver entry point
12101 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12102 moved to the new debug interface
12103 fixed bugs in pause/play functions
12104 fixed signature of driver entry point
12106 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12109 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12110 Remove extraneous winuser16.h.
12112 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12113 Changed printf into TRACE.
12115 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12118 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12119 Check when backtracking the stack if frames are correct (readable).
12121 * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
12122 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12123 Moved WINSOCK network IO event handling to special thread.
12124 Removed EVENT_WaitNetEvent, introduced a global scheduler event.
12126 * miscemu/main.c, scheduler/process.c:
12127 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12128 Wait until child initialized before returning from PROCESS_Create.
12130 * relay32/kernel32.spec, win32/kernel32.c:
12131 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12132 Use register functions with arguments for LogApiThk...
12134 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12135 James Abbatiello <abbeyj@wpi.edu>
12136 Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
12137 variable in LISTVIEW_GetNextItem.
12139 Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
12141 * 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:
12142 Use the new debug functions to send debug events at appropriate places.
12143 Pass the process creation flags to PROCESS_Create.
12145 * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
12146 Implemented the Win32 debug API functions.
12148 * 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:
12149 Added debug events support.
12151 ----------------------------------------------------------------
12152 Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
12154 * 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:
12155 Converted to the new debug interface, using script written by Patrik
12158 * scheduler/process.c:
12159 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12160 Bugfix: dwFlags must describe target process in UserSignalProc.
12162 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
12163 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
12166 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12167 James Abbatiello <abbeyj@wpi.edu>
12168 LISTVIEW_KeyDown: Invalidate the listview window only when the
12169 selected item changes.
12171 * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
12172 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12173 Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
12174 (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
12175 and SSConfirmSmallStack (KERNEL.704).
12177 * if1632/display.spec, windows/display.c:
12178 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12179 Fix typo (wrong DISPLAY.CheckCursor ordinal).
12180 Superfluous FIXME converted to TRACE in CheckCursor.
12182 * relay32/relay386.c:
12183 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12184 Bugfix: syslevel relay check was too strict.
12186 * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
12187 Do not use pagesize aligned size_low to grow mapped file, but original
12188 size_low. (fixes Heises Index Register)
12190 Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
12192 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12193 - added some more debug output
12194 - corrected a slight bug in DGA DirectDraw creation
12196 * windows/win.c: Francis Beaudet <francis@macadamian.com>
12197 Fixed a major memory leak in the window management code.
12199 * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12200 In SetWindowPos if changing Z order and child window not yet in its
12201 parent list, do not link it in WINPOS_ShowIconTitle, check for retval
12204 * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
12205 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
12208 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12209 Don't freeze other thread while it may hold the X critical section.
12211 * include/display.h, loader/main.c, windows/display.c:
12212 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12213 Added UserRepaintDisable16().
12215 * windows/dinput.c, windows/message.c:
12216 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12217 Removed EVENT_WaitNetEvent() calls.
12219 * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12220 Added IsUserIdle16().
12222 * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
12223 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12224 Adapted to EVENT_ driver changes.
12226 * loader/task.c, scheduler/synchro.c:
12227 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12228 Adapted to event synchronization changes.
12230 * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
12231 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12232 Moved X input event handling out of EVENT_WaitNetEvent and into
12233 service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
12234 driver. Changed winContext to hold HWND instead of WND *.
12236 * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12237 Don't change Z-order of child windows when activating.
12239 * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
12240 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12241 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
12242 Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
12244 * configure, configure.in, include/acconfig.h, include/config.h.in:
12245 Eric Pouech <Eric.Pouech@wanadoo.fr>
12246 Create a new configuration manifest constant HAVE_OSS_MIDI.
12248 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
12249 Fixed silly EINTR bug with starting dosmod.
12251 * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
12252 Should compare to X11 constant "None" since a colormap is an X
12253 Resource ID and not a pointer.
12255 * controls/listbox.c: Paul Quinn <paulq@corel.ca>
12256 Stop a listbox bug that causes a div by zero when the item height
12257 is zero. Doesn't solve the root of the problem though.
12259 * dlls/shell32/shell32_Pt.rc:
12260 Andre Malafaya Baptista <Malafaya@milenio3.pt>
12261 About dialog translated to Portuguese.
12263 * if1632/thunk.c: James Juran <jrj120@psu.edu>
12264 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
12266 * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12267 Check if dc has been created before using it.
12269 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12270 Add a few more 32->16 Escape conversions.
12272 * relay32/relay386.c, if1632/relay.c:
12273 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12274 Check for syslevel violations while relay debugging.
12276 * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
12277 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12278 Improved syslevel handling, store currently held syslevels in thread
12279 database, WIN_CritSection converted to syslevel.
12281 * include/windows.h: Joshua Thielen <thielen@netperson.net>
12282 Added mmsystem.h include.
12284 * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
12285 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12286 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
12287 MapProcessHandle; stub for BUNNY_351.
12289 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12290 Handle proc == NULL in THUNK_SetDCHook correctly.
12293 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12294 Added support for the undocumented combination
12295 GetPrivateProfileStringA(section == NULL, entry == NULL, ...
12297 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
12298 James Abbatiello <abbeyj@wpi.edu>
12299 Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
12301 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12302 James Abbatiello <abbeyj@wpi.edu>
12303 Implemented GetNextItem for the Listview control.
12305 * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
12306 Expire timers on expiry time too, not just after.
12308 * 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:
12309 Paul Quinn <paulq@corel.ca>
12310 Microsoft com vtable compatibility workaround for g++. Basically adds
12311 an optional 8 bytes padding to COM objects where the RTTI would be.
12313 * 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:
12314 Marcus Meissner <marcus@jet.franken.de>
12315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
12316 GetSystemMetrics(SM_xx), removed no longer needed includes of
12319 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
12320 Added INT_Int16AddChar.
12322 * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12323 Bugfix: Prevent null-pointer dereference in TRACE argument list in
12326 * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12327 Fixed wrong NE module registration so that resources work.
12329 * if1632/thunk.c, tools/build.c, win32/kernel32.c:
12330 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12331 Set %ebx to point to real 16-bit stack in CBClientThunkSL.
12332 Pass %esi back-and-forth in CBClientThunkSL(Ex).
12333 Copy modified buffers back after return from FT_Thunk.
12334 Fix broken recognition of LS thunklets.
12336 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
12337 Marcus Meissner <marcus@jet.franken.de>
12338 Removed use of win.h, sysmetrics.h and associated WINE USER internal
12339 variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
12341 * 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:
12342 Eric Kohl <ekohl@abo.rhein-zeitung.de>
12343 Toolbar customization dialog (take one).
12345 * windows/win.c: Francis Beaudet <francis@macadamian.com>
12346 Fixed GetTopWindow so it will correctly handle the NULL parameter.
12348 * include/process.h, loader/module.c:
12349 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12350 Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
12351 Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
12354 * if1632/mmsystem.spec, multimedia/mmsystem.c:
12355 Marcus Meissner <marcus@jet.franken.de>
12356 Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
12358 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
12359 Ove Kaaven <ovek@arcticnet.no>
12360 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
12361 on the correct address space. Added DOSMEM_MovePointers() that
12362 relocates selectors when the DOS address space changes (i.e. when
12363 dosmod is spawned, particularly from Win16 apps that uses DPMI to
12364 execute real-mode code). More complete DOS device implementation.
12366 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
12367 Ove Kaaven <ovek@arcticnet.no>
12368 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
12369 (DOSVM idle message loop), and fields hConInput and hConOutput.
12371 * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
12372 Add some null checking in the Get/SetBitmapBits functions.
12374 * misc/crtdll.c, relay32/crtdll.spec:
12375 Marcus Meissner <marcus@jet.franken.de>
12376 Added init function for CRTDLL, allocate stdio/stderr/stdout on
12377 DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
12380 * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
12381 Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
12383 * misc/winsock.c: James Juran <jrj120@psu.edu>
12384 Print a more effective (and visible) error message when an application
12385 can't create a socket with type == SOCK_RAW.
12387 * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12388 Some more defines for multimedia.
12390 * msdos/vxd.c, win32/device.c:
12391 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12392 Some stubs for pccard vxd to debug the native shell32.
12394 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
12395 Use service thread for "true" multimedia timers.
12396 Removed implementation of fake multimedia timers.
12397 Set minimum resolution to 10 ms (the timing resolution of the Linux
12398 kernel). Fixed a couple of flaws.
12400 * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12401 Implemented printing out of some structures.
12403 Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
12405 * server/select.c, server/socket.c:
12406 Set only the client socket in non-blocking mode instead of all fds;
12407 should avoid problems with stdio handles.
12409 Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
12411 * 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:
12412 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12413 Implement DocumentProperties, DeviceCapabilities, beginnings of
12414 Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
12415 Split off WINSPOOL into its own directory.
12416 Several functions added to DC_Funcs.
12417 Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
12419 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
12420 glide2x loadorder is "so,native".
12422 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
12423 Improved shortcuts - follows jumps in trying to avoid switching to
12424 real mode unnecessarily.
12426 * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
12427 Updated and improved instructions.
12429 * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
12430 Made "Wine-dbg>set *seg:off = val" work (previously only
12431 "Wine-dbg>set *off = val" worked).
12433 * multimedia/mcimidi.c, multimedia/mciwave.c:
12434 Jukka Kangas <jtkangas@nic.fi>
12435 When opening the file we don't need MMIO_EXCLUSIVE
12436 rights. MMIO_DENYWRITE should be sufficient.
12438 * dlls/shell32/shellpath.c:
12439 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12440 Prevent crash in stub of SheGetDirW.
12442 * dlls/shell32/shlmenu.c:
12443 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12444 Further implementation of the FileMenu.
12446 * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12447 Set the default menu item of the window menu
12449 * wine.ini: James Juran <jrj120@psu.edu>
12450 Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
12451 accordance with Linux 2.2 Changes file.
12453 * if1632/kernel.spec, loader/module.c:
12454 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12455 Release Win16Lock when calling LoadLibrary32 from 16-bit code.
12457 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12458 Fixed THUNK_SetDCHook when using native USER.
12460 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12461 Bugfix: FT_PrologPrime was broken due to relay changes.
12463 * misc/network.c, relay32/mpr.spec:
12464 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12467 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12468 Suspend window locks before calling hook procedure.
12470 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12471 Fixed window refcount handling in GetNextDlgGroupItem.
12473 * controls/button.c:
12474 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12475 Removed superfluous WIN_ReleaseWndPtr.
12477 * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
12478 Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
12479 previous one. (reported by Ove)
12481 Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
12483 * include/winbase.h, include/winnt.h:
12484 Added a few missing debug event definitions.
12486 * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
12487 Adapted to new select interface.
12488 Fixed bug in *_signaled routines that could cause busy-waiting in the
12491 * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
12492 Changed select interface, separated timeouts from file descriptors.
12494 * server/handle.c, server/handle.h, server/process.c, server/process.h:
12495 Moved process structure definition to process.h.
12496 Added suspend/resume_process.
12497 Moved handle table back into the process structure.
12499 * scheduler/client.c, server/trace.c, include/server.h:
12500 Added TEB in init_thread request.
12502 Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
12505 Tried to add an error message when crashing on a selector load because
12506 of missing LDT sharing between threads (untested).
12508 * 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:
12509 Server reorganization:
12510 - moved request handlers to the specific C files
12511 - moved handle management to handle.c
12512 - moved server private includes to server/ instead of include/server/
12514 * Make.rules.in: Get include files from the current directory first.
12516 Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
12518 * 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:
12519 Marcus Meissner <marcus@jet.franken.de>
12520 Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
12521 removed unnecessary win.h includes, added syslevel.h to queue.c.
12523 * controls/combo.c: Francois Boisvert <francois@macadamian.com>
12524 Changed CBGetDroppedControlRect to be compliant with Windows API.
12526 * include/wine/exception.h, win32/except.c:
12527 Fixed a few bugs, and improved the exception macros (based on
12528 suggestions by Sergei Turchanov).
12530 * 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:
12531 Converted to the new debug interface, using script written by Patrik
12534 * 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:
12535 Converted to the new debug interface.
12537 * windows/painting.c:
12538 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12539 Fixed invalid window refcount handling in RDW_Paint().
12541 * windows/message.c: Noel Borthwick <noel@macadamian.com>
12542 Fix a deadlock with the system message queue by ensuring the system message
12543 queue is unlocked while the actual message is being processed.
12545 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12546 Check if in depth-conversion mode before returning an error message
12547 in IDirectDrawPaletteImpl_GetEntries.
12549 Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
12551 * 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:
12552 Lionel Ulmer <ulmer@directprovider.net>
12553 Replaced all the Mesa specific code by GLX code. Should work now on
12554 any OpenGL implementation.
12556 * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
12557 Added Italian keyboard support.
12559 * graphics/enhmetafiledrv/graphics.c:
12560 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12561 Fixed a couple of memcpy errors.
12563 * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12564 Small fix to help native win95 PrintDlg on the way.
12566 * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
12567 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12568 Implemented InsertInASPIChain and fixed minor things.
12570 * windows/x11drv/mouse.c:
12571 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12572 Fixed quite ill window locking code.
12574 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
12575 Fixed an infinite loop in ChildWindowFromPointEx.
12578 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
12579 - prevent crash when GetMenuDefaultItem is called on empty menu
12580 - set default item on system menu
12582 * 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:
12583 Adapted for new register functions support (ESP_reg in register
12584 functions now points after the arguments).
12586 * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
12587 Win32 register functions can now have arguments.
12588 Simplified relay debugging for register functions.
12590 * relay32/kernel32.spec, win32/device.c:
12591 VxDCall functions do not need to be 'register'.
12593 Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
12595 * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
12597 * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
12598 Added macros and definitions for using exception inside Wine or
12601 * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
12602 Moved some exception definitions to winnt.h and ntddk.h.
12604 * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
12605 Added missing WINAPI for the callback procs.
12607 * include/sig_context.h: Added ERROR_sig.
12609 * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
12612 * misc/winsock.c, include/winsock.h:
12613 Marcus Meissner <marcus@jet.franken.de>
12614 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
12615 replaced all pwsi->err references.
12617 * loader/pe_image.c: Changed some error handling a bit.
12619 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
12620 Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
12622 * relay32/kernel32.spec, relay32/ntdll.spec:
12623 Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
12626 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
12627 Added import declaration for Win32 built-ins.
12629 Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
12631 * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
12632 Added support for forwarded ordinals in built-in dlls.
12634 Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
12637 Fixed request size for alloc_console and free_console.
12639 * 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:
12640 Improved exception handling.
12641 Based on the work of Sergey Turchanov <turchanov@usa.net>.
12644 Use OpenFile() to test for file existence, so that the path gets
12647 * server/select.c: Ove Kaaven <ovek@arcticnet.no>
12648 Restart interrupted select() (happens with -pg).
12650 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
12651 Fixed off-by-one bug in memory access check.
12653 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12654 More debug output for RegQueryInfoKey.
12656 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
12657 Fixed a couple of bugs (silent backtrace not totally silent, crashes
12658 when the stack is corrupted or similar).
12660 ----------------------------------------------------------------
12661 Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
12663 * 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:
12664 Jean-Louis Thirot <thirot@univ-brest.fr>
12665 Added graphical configuration tool wineconf.tcl.
12667 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
12668 Ignore ESC[%dc reports generated by 8bit control codes.
12669 Open console even if we already have one in the process.
12671 * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
12672 Fixed off by 1 error in section code (did not return len-2 on buffer
12673 overflow in some cases, but len-1).
12675 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
12678 * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
12679 Fixed palette handling for true/high-color X11.
12681 * loader/ne/module.c:
12682 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12683 Fixed extension handling in LoadLibrary16.
12685 * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
12686 Alex Korobka <alex@aikea.ams.sunysb.edu>
12687 Rearranged PAINT_RedrawWindow() so that it first recursively updates
12688 invalid regions and only then starts sending out messages. This should
12689 help with reentrancy during message processing and now it needs just
12690 one (or none) scratch region for all there is to do. Also, small fixes
12691 for SetWindowPos().
12693 * configure, configure.in: Added check for missing __i386__ definition.
12695 * 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:
12696 Patrik Stridvall <ps@leissner.se>
12699 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
12700 Pass PROPSHEETPAGE to propertypage dialog as lParam.
12702 * 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:
12703 Patrik Stridvall <ps@leissner.se>
12706 * 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:
12707 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12708 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
12709 to bring wingdi.h almost upto a complete NT4.0 interface.
12710 Fix return value of SetRectRgn().
12712 * 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:
12713 Michael Veksler <mveksler@techunix.technion.ac.il>
12714 Removed #include "wine/winuser16.h" and use "struct tag????" instead.
12716 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
12717 Improved Wine debugger backtrace. New features:
12718 - Displays ebp, in case you want to check stackframes manually
12719 - Detects far calls even when windows apps don't mark them
12720 - Tracks CallFrom16/CallTo16 relaying (thunking)
12722 * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
12723 Bugfix: get_sobasename was off by one pointer increment.
12725 * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
12726 Fixed implicit type warning.
12728 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
12729 Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
12731 * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
12732 Francis Beaudet <francis@macadamian.com>
12733 Second part of the OLE datacache implementation.
12735 * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
12736 Ove Kaaven <ovek@arcticnet.no>
12737 Moved DOS List of Lists initialization, and added the beginnings of
12738 the DOS device structures.
12740 * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
12741 Noomen Hamza <noomen@macadamian.com>
12744 * ole/hglobalstream.c, relay32/ole32.spec:
12745 Thuy Nguyen <thuy@macadamian.com>
12746 Implemented GetHGlobalFromStream.
12748 * include/thread.h, scheduler/thread.c:
12749 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12750 Call THREAD_FreeTHDB as service thread callback.
12752 * include/message.h, loader/task.c, windows/timer.c:
12753 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12754 Removed TIMER_SwitchQueue.
12756 * debugger/memory.c:
12757 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12758 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
12761 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
12762 Stop winelib programs on fault instead of endless faultlooping.
12764 * Makefile.in: James Juran <jrj120@psu.edu>
12765 Run ldconfig in make install if using --enable-dll.
12766 Cleaned up uninstall_lib as well.
12768 * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
12769 Thuy Nguyen <thuy@macadamian.com>
12770 Implementation of IStorage supported by an implementation of
12771 ILockBytes on top of an HGLOBAL.
12773 * files/profile.c, relay32/kernel32.spec:
12774 Marcus Meissner <marcus@jet.franken.de>
12775 Return the correct value from GetPrivateProfileSectionA.
12776 Copy/convert back the buffer in GetPrivateProfileSectionW.
12777 Replace some output pointers str/wstr->ptr in kernel32.spec.
12779 * loader/task.c, scheduler/process.c:
12780 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12781 Some initialization sequence bugfixes:
12782 - Initialize process crst for 16-bit processes.
12783 - Don't crash due to uninitialized stack frames in WineLib.
12784 - Map system DLLs before calling UserSignalProc.
12785 - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
12787 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12788 Call Callout routines directly when using builtin USER.
12790 * loader/pe_image.c:
12791 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12792 Bugfix: all PE modules were marked 'internal'.
12794 * include/dce.h, objects/dc.c, windows/dce.c:
12795 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12796 Check for busy DCE moved to DCHook16().
12798 * include/win.h, loader/main.c, windows/win.c:
12799 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12800 Initialize WIN_CritSection earlier.
12802 * dlls/comctl32/trackbar.c, include/trackbar.h:
12803 Luc Tourangeau <luc@macadamian.com>
12804 Removed the timer that was used to queue TRACKBAR_Refresh calls.
12805 Removed all direct calls to TRACKBAR_Refresh (except from within the
12806 WM_PAINT handling section) and replaced them by calls to
12808 Fixed a bug in the TRACKBAR_SetPos function.
12809 Fixed the behavior for different types of mouse input.
12811 * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
12812 Implemented toolbar multirow button layout.
12814 * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
12815 Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
12817 * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
12818 Implemented OleTranslateColor.
12820 * include/winuser.h, windows/input.c:
12821 Francis Beaudet <francis@macadamian.com>
12822 Changed the return value of GetKeyboardState and SetKeyboardState from
12825 * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
12826 Prevented LISTBOX_RepaintItem from repainting a non visible item.
12828 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12831 * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12832 Bugfix for TRACE in UnregisterClass.
12834 Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
12836 * include/Attic/propsheet.h: No longer necessary.
12838 Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
12840 * objects/dc.c, windows/dce.c, include/dce.h:
12841 Francis Beaudet <francis@macadamian.com>
12842 Check if DC is busy before deleting it.
12845 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12846 GetMailslotInfo is supposed to check for pointer validity.
12848 * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12849 Possible crash in select_loop() fixed.
12851 * include/services.h, loader/task.c, scheduler/services.c:
12852 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12853 Fixed various stupid bugs in services thread routines.
12854 Added SERVICE_Exit routine to kill the services thread.
12856 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12857 Inverted class/channel in __(SET|GET)_DEBUGGING macros.
12859 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12860 Correct implementation of GetWindowThreadProcessId().
12862 * if1632/mmsystem.spec, multimedia/mmsystem.c:
12863 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12864 Added PlaySound16, sndPlaySound16.
12866 * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
12867 Fixes winproc deadlock for win16.
12869 Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
12871 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12872 Fixed some deadlock(s) in message sending.
12874 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12875 cleaned up debug channels to use default one (mmsys)
12876 more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
12877 fixed callback bug in midiStream functions
12878 fixed compilation bug with egcs
12879 changed to the new debug channel interface
12881 * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12882 small range fixes for OSS driver
12883 changed to the new debug channel interface
12885 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12886 first (working) shot at OSS mixer low level interface
12887 changed to the new debug channel interface
12889 * misc/network.c, relay32/mpr.spec:
12890 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12891 Fixed off-by-one ordinals in MPR.
12892 Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
12894 * loader/module.c, if1632/relay.c:
12895 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12896 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
12898 * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12899 Load system DLLs into WineLib applications.
12901 * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12902 Small update to the PostScript encoding vector.
12904 * loader/module.c, loader/task.c: Bug fixes.
12906 Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
12908 * scheduler/process.c:
12909 Moved a few more initialisations to the new process context.
12911 * loader/task.c: Don't initialise the stacks for 32-bit processes.
12913 * miscemu/main.c: Only check number of tasks after first message.
12914 Use a 16-bit module for creating the initial task.
12916 * include/authors.h, AUTHORS:
12917 Updated authors list from the Changelog. Please let me know if you
12918 have been left out.
12920 * loader/task.c, scheduler/process.c:
12921 Converted to the new debugging interface (done with the help of the
12922 script written by Patrik Stridvall).
12923 Some changes to the initialisation sequence for 32-bit processes.
12926 Converted to the new debugging interface (done with the help of the
12927 script written by Patrik Stridvall).
12929 * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
12930 Misc fixes and improvements.
12932 * include/config.h.in, configure, configure.in:
12933 Added check for -lmmap for OS/2.
12935 * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
12936 Francis Beaudet <francis@macadamian.com>
12937 Fixed a few bugs in the OLE storage implementation, added a new set of
12938 trace statements for the OLE storage related methods and introduced a
12939 new debug channel for the storage subsystem.
12941 * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
12942 Michael Veksler <mveksler@techunix.technion.ac.il>
12943 Removed redundant include of winbase.h from winuser16.h.
12944 Moved types from winbase.h to winuser16.h .
12946 * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
12947 - default item handling
12948 - small drawing fixes
12950 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
12951 Klaas van Gend <klaas@vangend.demon.nl>
12952 More implementation of PrintDlgA.
12953 Conversion of resource identifiers of Print32 window to comply to the
12956 * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12957 Don't crash if queuing an APC on a thread that doesn't wait.
12959 * windows/timer.c, windows/x11drv/event.c, include/message.h:
12960 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12961 Use SERVICES callback to implement Windows timers.
12962 Timer expiration handling removed from EVENT_WaitNetEvent loop.
12964 * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12965 Call SetLastError in HeapCompact().
12967 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
12968 Added prototype for TryEnterCriticalSection.
12970 * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
12971 Make all structures packed and removal of some WINE_PACKED.
12973 * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
12974 Pushbuttons should only be rounded in Win31 look.
12976 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
12977 - default item handling
12978 - small drawing fixes
12980 * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
12981 Fixed an unbalanced windows lock/unlock sequence in
12982 WINPOS_ActivateOtherWindow.
12984 * include/debugdefs.h: enhmetafile added
12986 * 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:
12987 Eric Pouech <Eric.Pouech@wanadoo.fr>
12988 - got rid of all the internal MM tweaks to load builtin MCI
12989 drivers. They are all seen as drivers, loaded as DLLs and standard
12990 module loadorder is used to know which type to use (builtin vs
12992 - first full working implementation of mmThread??? functions (to
12993 support gracefully native MCI drivers).
12994 - support of mmShowMMCPLPropertySheet.
12995 - fix of some heap validate bugs (thanks to Ulrich for reporting them).
12997 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
12998 Fix CreateProcessA to implement correct actions on ambiguous command
12999 line names (try longer and longer strings).
13001 * 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:
13002 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13003 Started implementing Enhanced MetaFile driver.
13005 * 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:
13006 Francis Beaudet <francis@macadamian.com>
13007 Implemented the OLE object default handler and data cache.
13009 * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
13010 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13011 Several improvements to Enhanced MetaFile playback.
13013 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13014 Only try to append ".dll" if a library is loaded implicitely.
13016 * dlls/shell32/shellord.c:
13017 Michael Veksler <mveksler@techunix.technion.ac.il>
13018 Fix TRACE formatting warnings.
13020 * dlls/shell32/shlfolder.c:
13021 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13022 Fixed a small syntax problem.
13024 * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
13025 - better stubs for Get/Set special (Progman/Taskman) window functions
13027 * relay32/user32.spec, windows/message.c:
13028 Juergen Schmied <juergen.schmied@metronet.de>
13029 - new SendMessageCallbackW
13030 - some fixme's for missing A<->W conversion
13032 * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
13033 Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
13035 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
13036 Bugfix for EnumPrinters level 2.
13038 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
13039 Correct logic in GetKeyNameText.
13041 * documentation/bugreports:
13042 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13043 Removed +snoop from documentation/bugreports.
13045 Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
13047 * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
13048 LoadImageW fixed for hicolor displays.
13050 * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
13051 Marcus Meissner <marcus@jet.franken.de>
13052 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
13054 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
13055 James Abbatiello <abbeyj@wpi.edu>
13056 Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
13057 to handle wide character strings properly. Fix of our previous patch
13058 for null pointer checking.
13060 * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
13061 Thuy Nguyen <thuy@macadamian.com>
13062 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
13063 the ILockBytes interface based on an HGLOBAL.
13065 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
13066 Fixed a bug in CoRegisterClassObject.
13068 * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
13069 Removed some flickering when inserting or deleting buttons.
13071 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13072 James Abbatiello <abbeyj@wpi.edu>
13073 Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
13074 between lpItem and lpLVItem. Now compares the pszText string of the
13075 lpItem and lpLVItem structs. Fixes a bug where the old and new item
13076 have the same attributes but their text differs and GetItemChanges()
13077 compares them as equal.
13079 * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
13080 Thuy Nguyen <thuy@macadamian.com>
13081 Added support for adding and removing pages dynamically from a
13084 * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
13085 Marcus Meissner <marcus@jet.franken.de>
13086 Removed the gotos from the WndProcs, always use a small wrapper that
13087 locks the window, calls the real wndproc, unlocks the window.
13089 * dlls/shell32/contmenu.c:
13090 Juergen Schmied <juergen.schmied@metronet.de>
13091 Fixed default menu item.
13093 * win32/code_page.c, misc/ddeml.c:
13094 Juergen Schmied <juergen.schmied@metronet.de>
13098 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13099 Added a missing LeaveCriticalSection.
13101 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
13102 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
13103 TranslateMDISysAccel16.
13105 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13106 Fixed off-by-one bug in async output buffers.
13108 * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
13109 Fixed a little Drag and Drop bug.
13111 ----------------------------------------------------------------
13112 Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
13114 * include/config.h.in, configure, configure.in:
13115 Marcus Meissner <marcus@jet.franken.de>
13116 Added autoconf check for "inline". You can now use it, it will be
13117 defined to (empty) for compilers that do not have it.
13119 * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13120 Don't include alloca.h.
13122 * README, documentation/wine.man: James Juran <jrj120@psu.edu>
13123 Update to reflect recent changes and discussions.
13125 * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13126 The load order parser should not always complain about extensions.
13128 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
13129 - align magic buttons right
13130 - shortcuts alignment working again
13132 * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13133 Fixed loading of native NE dlls.
13135 Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
13137 * memory/heap.c: Fixed __builtin_return_address arg.
13140 Patrik Stridvall <ps@leissner.se>
13141 Fixed ANSI compabillity.
13144 Bertho Stultiens <bertho@panter.soci.aau.dk>
13145 Built-in dlls now have resources attached via the PE-header like
13146 normal dlls. This enables the use of the resource API.
13149 Use $HOME instead of getpwuid for user's home directory.
13150 Fixed messed up indentation.
13152 * graphics/x11drv/xfont.c:
13153 Use $HOME instead of getpwuid for user's home directory.
13156 Patrik Stridvall <ps@leissner.se>
13157 #pragma pack(?) changed to #include "*pack*.h"
13159 * 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:
13160 Jim Aston <jima@corel.ca>
13161 Added some missing #defines I've run across.
13163 * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13164 Ignore trailing dots on file names.
13166 * 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:
13167 Ove Kaaven <ovek@arcticnet.no>
13168 Added a possibility to let the internal debugger use a separate
13169 heap. Not enabled by default, change #if in include/debugger.h to use
13170 this (the heap allocator is very slow).
13172 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13173 wine.conf should not overrule content of burned in data in
13176 * graphics/mapping.c: Karl Lessard <karll@corel.com>
13177 SetMapMode should not reset the window and viewport origins to 0.
13179 * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
13180 Allow to automatically copy part of wine.ini into generated file.
13181 Small perl enhancement (work in strict mode).
13182 Small updates in heuristics.
13184 * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
13185 Upgraded to have a decent multimedia DLLs configuration.
13187 * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
13188 Bertho Stultiens <bertho@akhphd.au.dk>
13189 - Fixed a counting bug in the win32 count and sort routine.
13190 - Fixed sort order of resources (must be name before ordinal).
13191 - Shuffled a couple of global variables so that built-in dlls now can
13192 load resources through the proper PE interface.
13194 * include/windef.h, include/winreg.h:
13195 Adrian Thurston <adriant@corel.ca>
13196 Added support for strict handles. Only works on machines where
13197 sizeof(UINT) == sizeof(void*).
13199 * scheduler/process.c:
13200 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13201 Initialize process critical section in the correct process context.
13203 * scheduler/critsection.c:
13204 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13205 Warn if wrong process tries to enter critical section.
13206 Better implementation of Reinitialize/UninitializeCriticalSection
13207 (still not quite correct).
13209 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
13210 debug.h must be last in list of includes.
13212 * loader/ne/module.c:
13213 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13214 Return 32-bit module in GetModuleHandle16() if appropriate.
13216 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13217 Fixed crash when status was read with cd-rom tray open.
13219 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13220 Fixed a bug in msg conversion.
13222 * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13223 Prevent crash when nMinRange > nMaxRange.
13225 * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13226 Added some missing manifest constants for Queue Status functions (QS_????).
13228 * controls/button.c, controls/edit.c, windows/mdi.c:
13229 Eric Pouech <Eric.Pouech@wanadoo.fr>
13230 Added missing WIN_ReleaseWndPtr.
13232 * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
13233 James Abbatiello <abbeyj@wpi.edu>
13234 More appropriate default size for fonts with invalid sizes.
13236 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13237 James Abbatiello <abbeyj@wpi.edu>
13238 Implemented SetColumnWidth for ListView control.
13240 * documentation/config: Adam Sacarny <magicbox@bestweb.net>
13241 Added new documentation for the configuration file.
13244 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13245 Improved VERSION_GetVersion.
13247 * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
13248 Added Swedish keyboard layout.
13250 * 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:
13251 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13252 General tidy up of the MetaFile driver - make sure that everything
13253 goes through the DCFuncs table.
13255 * misc/toolhelp.c, if1632/kernel.spec:
13256 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13257 Add a stub for GlobalMasterHandle.
13259 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
13260 Much nicer way to select wine's location.
13261 Option to disable creation of debugging output.
13262 Debugging output is now created in directory script was started in.
13264 * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
13265 Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
13266 style were appearing with a title bar. According to the docs for
13267 WS_DLGFRAME a window with this style cannot have a title bar.
13269 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
13270 Use DllOverrides from wine.ini as defaults also in
13271 loadorder.c (merged in some MM dlls lines from Eric Poeuch).
13273 * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13274 Fixed some bogus infinite expiration time.
13276 * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
13277 - consolidate both cases of !pending in WaitNetEvent
13278 - select() returns -1 not 0 on error in WaitNetEvent
13280 * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
13281 Made HeapValidate threadsafe, and added some macros to track callerEIP
13283 Added HEAP_xrealloc.
13285 Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
13287 * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
13288 Marcus Meissner <marcus@jet.franken.de>
13289 autoconf fixes and cleanups (check for dlopen() in libc too).
13291 * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
13292 Francis Beaudet <francis@macadamian.com>
13293 Implemented CreateStreamOnHGLOBAL.
13296 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13297 Let CoSetState() accept state == NULL.
13299 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
13300 Juergen Schmied <juergen.schmied@metronet.de>
13301 Made internal format more compatible.
13303 * dlls/shell32/shlfolder.c:
13304 Juergen Schmied <juergen.schmied@metronet.de>
13307 * windows/class.c, windows/dce.c, controls/combo.c:
13308 Guy Albertelli <galberte@neo.lrun.com>
13309 Fix locking with proper calls to WIN_ReleaseWndPtr.
13311 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
13312 Don't malloc/free for every mixing operation, use the same buffer over
13315 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
13316 James Abbatiello <abbejy@wpi.edu>
13317 HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
13318 text strings as null strings, as Windows does. Fixes wine crash on
13319 startup of CuteFTP.
13321 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
13322 Set (when registry loaded) data to "\0" and length to 2 in empty
13323 string value case, in place of setting data to NULL and length to 0,
13324 and this is without initializing output buffer parameter of
13327 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13328 Added Panose defines and EXTLOGFONT[A|W].
13330 Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
13333 Patrik Stridvall <ps@leissner.se>
13334 Fixed ANSI compabillity.
13336 * 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:
13337 Michael Veksler <mveksler@techunix.technion.ac.il>
13338 Removed some includes of 16 bit API.
13340 * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
13341 Adrian Thurston <adriant@corel.ca>
13342 ICOMization of remaining interfaces.
13344 * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
13345 Fixed bug with tooltips stealing focus whenever a tooltip was created,
13346 shown, hidden or tracked. The SetWindowPos calls needed to have the
13347 SWP_NOACTIVATE flag set additionally.
13349 * objects/clipping.c: Karl Lessard <karll@corel.com>
13350 Fixed coordinates conversion in OffsetClipRgn.
13352 * include/objbase.h: Adrian Thurston <adriant@corel.ca>
13353 Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
13355 * relay32/kernel32.spec, scheduler/handle.c:
13356 Marcus Meissner <marcus@jet.franken.de>
13357 CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
13359 * 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:
13360 Juergen Schmied <juergen.schmied@metronet.de>
13361 Moved stuff to the right place.
13363 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
13364 Fixed syscolors for win 3.1.
13366 * files/profile.c, if1632/kernel.spec:
13367 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13368 Added missing profile KERNEL routines (call 32-bit versions).
13370 * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13371 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
13372 entry table layout.
13374 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13375 Add Enhanced MetaFile record structures.
13377 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
13378 Thuy Nguyen <thuy@macadamian.com>
13379 First patch implementing property sheets.
13381 * relay32/gdi32.spec:
13382 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13383 Bugfix: GDI32.100-104 are ordinal-only routines.
13384 Added stubs for some Win98 GDI32 routine.
13385 Re-numbered all named exports (lexicographically).
13387 * graphics/driver.c:
13388 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13389 Added prototypes (stubs) for GDI32.100-104.
13391 * 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:
13392 Juergen Schmied <juergen.schmied@metronet.de>
13393 - more checks for valid pidl formats
13395 * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
13396 Juergen Schmied <juergen.schmied@metronet.de>
13397 - corrected parameter count for SHGetSettings
13398 - stub SHValidateUNC
13400 * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13401 #else branch compile fix.
13403 * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
13404 Bertho Stultiens <bertho@panter.soci.aau.dk>
13405 Change wine's dlopen search-patch strategy not using the environment
13406 and added #if:s to seperate the code out if libdl isn't availble.
13408 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
13409 Added a check for a NULL pointer in CoFreeUnusedLibraries.
13411 * relay32/builtin32.c:
13412 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
13413 Include debug.h last (ERR() macro problem on Solaris).
13415 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
13416 Fixed a sizing bug in the combobox control.
13418 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13419 Bugfix: Internal NE entry point tables were bad (one huge bundle).
13421 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
13422 Initialize the output buffer parameters to 0 in RegQueryValue*
13423 functions. This is important specially when there's no data to return.
13425 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13426 Do not increment module refCount if self is loaded from within
13427 DllEntryPoint during the attach notification.
13429 Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
13431 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
13432 - protect TRACE against NULL-ptr
13433 - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
13435 * dlls/comctl32/toolbar.c:
13436 Juergen Schmied <juergen.schmied@metronet.de>
13439 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13440 Reimplementation of GetModuleHandle16 according to how win95 handles
13441 it (thanks to Marcus Meissner <marcus@jet.franken.de>).
13443 * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13444 Corrected wrong return values of built-in loader to work with the
13447 Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
13449 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
13450 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13451 Implemented recording of StretchDIBits and SetDIBitsToDevice and
13452 playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
13454 * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
13455 Bertho Stultiens <bertho@panter.soci.aau.dk>
13456 Removed non-portable hacks and replaced them with more general
13459 * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
13460 Code added to re-evaluate stale DC information in DCE cache.
13462 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13463 Attach notifications must be send after all recursive dependencies are
13464 loaded and not before.
13466 * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
13469 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13470 Fixed playing position when required by track number.
13472 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
13473 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
13475 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
13476 Native toolhelp will not work (missing GLOBALMASTERHANDLE).
13478 * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
13481 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
13482 Test for static was reversed.
13485 Patrik Stridvall <ps@leissner.se>
13486 New debug scheme with explicit debug channels declaration.
13488 Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
13490 * loader/ne/module.c: Removed extra call to TASK_StartTask.
13492 * include/acconfig.h, include/config.h.in, configure, configure.in:
13493 Removed check for union semun; cleaned up a bit.
13495 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
13496 Added env ptr to new_process request
13498 * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
13499 Juergen Schmied <juergen.schmied@metronet.de>
13500 - use fonts/fontsizes given by SystemParametersInfo
13501 - drawing/alignment fixes, win98 style for menubar
13502 - ownerdrawn menus are working now for the first time
13503 - complete constants magic items
13504 - use right owner for popupmenus
13505 - new: Get/SetMenuInfo
13506 - implemented: Get/SetMenuContextHelpId
13507 - more flags for Get/SetMenuItemInfo
13509 * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
13510 Make DOSFS_MatchLong match a search string ending in '*.' to a zero
13511 extension file name, allowing Mathcad to run.
13513 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13514 Fixed memory freeing.
13516 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
13517 Renamed cmdlgr.h to cmdlgtst.h.
13519 * scheduler/critsection.c: Added timeout to critical section waiting.
13521 * include/thread.h, scheduler/sysdeps.c:
13522 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13523 Merged Linux/FreeBSD reentrant errno handler, added Solaris.
13524 Preliminary support for Solaris low-level threads (LWPs) added.
13526 * configure, configure.in, include/acconfig.h, include/config.h.in:
13527 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13528 Reentrant libc check for Solaris added.
13529 Fixed reentrant X11 check for FreeBSD and Solaris.
13530 Added check for Solaris low-level thread routines.
13532 * loader/ne/module.c:
13533 Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
13536 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
13537 Automatic install script, which automatically configures and compiles
13538 wine and regapi, runs tools/wineconf to generate a configuration file
13539 if one does not already exist, and uses regapi to install the default
13542 * documentation/gui, windows/win.c, windows/winpos.c:
13543 Eric Pouech <Eric.Pouech@wanadoo.fr>
13544 Properly handling cases like calling SetWindowPos while processing
13547 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13548 Fixed a few bugs (typos from cut & paste & invalid heap block
13551 * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13554 * 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:
13555 Bertho Stultiens <bertho@panter.soci.aau.dk>
13556 Reorganization of the loader to correctly load and free libraries and
13557 implementation of load order to load different types of libraries.
13559 * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
13560 Updated commandline changes of -dll option and wine.conf entries.
13562 * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
13563 Updated the example with the new configuration entries.
13565 * dlls/shell32/shell32_main.c:
13566 Bertho Stultiens <bertho@panter.soci.aau.dk>
13567 Bugfix: free loaded library not before exit.
13569 * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
13570 Bertho Stultiens <bertho@panter.soci.aau.dk>
13571 New files to support load order and partial stubs for elfdlls.
13573 * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
13574 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13575 Fixes for upside-down DIBs.
13577 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13578 Changed 'GetDisplayMode' to return the mode previously set by
13579 'SetDisplayMode' (and not the current monitor mode).
13581 * include/tab.h, dlls/comctl32/tab.c:
13582 Luc Tourangeau <luc@macadamian.com>
13583 -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
13584 TCM_SETITEMSIZE and TCM_DELETEITEM.
13586 * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
13587 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
13588 returns 0, it is interpreted as if it were 256.
13590 * loader/module.c, scheduler/process.c:
13591 Kevin Holbrook <kwh@neosoft.com>
13592 Fix ambiguous else warning.
13594 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
13595 Loading color values from the registry fixed.
13597 * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
13598 - Removed all floating point math.
13599 - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
13600 - Implemented source and dest color-keying for 8, 16, and 32 bit color.
13601 - Implemented some trivial raster operations.
13602 - Minimized inner loops for maximum speed.
13603 - Use memcpy whenever possible.
13605 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13606 Reduced fragment size.
13607 Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
13608 Fixed buffer underrun recovery.
13609 Fixed bug in wodReset()/wodClose().
13611 * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13612 Simplify propertyNameCmp() and fix a warning in the way by removing
13613 CRTDLL__wcsupr() calls.
13615 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
13616 DdeNameService: expansion of stub to trap unused instanceids at start of run.
13617 DdeGetLastError: catch 'not initialized' situation and return correct response.
13618 DdeFreeStringHandle: complete test for error set by previous call of
13619 something and ignore it, also release handle table mutex on normal exit.
13620 DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
13621 handle table mutex on normal exit.
13623 * include/wnet.h, misc/network.c:
13624 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13625 Don't announce the WNetDirectoryNotify capability WNetGetConnection.
13626 Change the return value for local files.
13628 * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13629 Add "win.h" to fix implicit function declaration warnings.
13631 * console/interface.c, include/console.h:
13632 Marcus Meissner <marcus@jet.franken.de>
13633 Only declare console "driver" once, use external refs elsewhere.
13635 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
13636 When the vertical scrollbar is removed, the background was not
13637 properly repainted.
13639 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
13640 Disable AC bit on receiving alignment exceptions.
13642 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
13643 SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
13645 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
13646 While handling the WM_DELETEWINDOW client message check if a window
13647 has been disabled and if so prevent an SC_CLOSE message from being
13650 * windows/dce.c: Noel Borthwick <noel@macadamian.com>
13651 Make access to the DCE list thread safe by ensuring we have acquired
13652 the Windows lock before using it.
13654 Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
13656 * resources/.cvsignore: Changed for renamed files
13658 * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
13659 Michael Veksler <mveksler@techunix.technion.ac.il>
13662 * 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:
13663 Pablo Saratxaga <pablo.sarachaga@ping.be>
13664 Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
13665 -> Pt; to conform to standard names for those languages).
13667 * configure, configure.in, relay32/Makefile.in:
13668 Marcus Meissner <marcus@jet.franken.de>
13669 Add -fno-builtin when compiling with gcc in relay32/ subdir.
13671 * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
13672 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13673 - Implemented proper ("real", compressed) Win16 entry tables.
13674 - Fixed MyAlloc (AKA NE_AllocateSegment).
13675 - Implemented PatchCodeHandle16.
13677 * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
13678 Robert Pouliot <krynos@clic.net>
13679 A few patches to help Wine to compile on OS/2.
13681 Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
13683 * 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:
13684 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13685 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
13686 global memory handles). Fixed disk-based MetaFiles. Better
13687 separation between MetaFile playback and the metafiledrv.
13689 * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
13690 _CIpow argument order was confirmed with Starcraft v1.05.
13692 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
13693 Clarified a few points.
13695 * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13696 Added IOCTL function 0x440d/0x72.
13698 * relay32/kernel32.spec, scheduler/critsection.c:
13699 Bertho Stultiens <bertho@panter.soci.aau.dk>
13700 UnitializeCriticalSection partial stub implementation.
13702 * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13703 Added missing proto for GetExitCodeThread.
13705 * include/driver.h, include/wine/keyboard16.h:
13706 Michael Veksler <mveksler@techunix.technion.ac.il>
13707 Added missing windef.h includes.
13709 * windows/input.c, include/winuser.h:
13710 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
13711 ReleaseCapture() is supposed to return a BOOL value.
13713 * configure, configure.in, include/config.h.in, loader/signal.c:
13714 Marcus Meissner <marcus@jet.franken.de>
13715 FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
13716 reentrant concerning errno. Revert unneeded FreeBSD hack to
13717 loader/signal.c from last patch.
13719 * windows/x11drv/keyboard.c:
13720 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13721 index == 3 corresponds to Alt-Gr + Shift.
13723 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
13724 More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
13725 and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
13726 DdeCreateStringHandleA.
13728 * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
13729 Pavel Roskin <pavel_roskin@geocities.com>
13730 Fixed ugly disabled controls and black background in Write and Lotus
13733 * controls/button.c, include/button.h, include/winuser.h:
13734 Pascal Lessard <pascal@macadamian.com>
13735 Implement the button with bitmaps.
13737 * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
13738 Stephane Lussier <stephane@macadamian.com>
13739 Implementation of IStorage::CopyTo and IStream::CopyTo.
13741 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13742 Bugfix: Always release the Win16Lock in TASK_Reschedule.
13744 * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
13745 Solved a deadlock between global lock and wnd lock in event.c.
13747 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
13748 Typo that broke Solaris compile fixed.
13750 * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
13751 Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
13753 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
13754 Fix scancodes for NumLock and Num-/.
13755 Fix MapVirtualKey() (maptype=2) to return proper ascii code.
13756 Reworked GetKeyNameText() again.
13758 * graphics/psdrv/font.c:
13759 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13760 Limit lastChar to 0xff in PSDRV_GetCharWidth.
13762 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
13763 Missing WINAPI for RegisterSystemThread.
13765 Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
13767 * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13768 Fixed "Display Combination" call.
13770 * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13771 Fixed a crash due to invalid OpenComm return value for busy comm port.
13772 Cleaned up/fixed several things.
13774 * windows/win.c: Francois Boisvert<francois@macadamian.com>
13775 Enabled thread safeness for wnd structure code.
13777 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13778 Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
13780 * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
13781 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13782 Added new CLIENT_DebuggerRequest routine, implemented support for
13783 DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
13784 Run wine server in the main wine process.
13785 Bugfix: never free initial thread!
13787 * scheduler/process.c, include/process.h:
13788 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13789 Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
13791 * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
13792 Teached TIMER_GetNextExpiration that a timer that has already expired
13793 (but not processed yet) HAS already expired...
13795 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
13796 Default values for registry.
13798 * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
13799 Optimized code for SetImageBits_X, making bitmap creation faster.
13801 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
13802 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
13804 * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
13805 Marcus Meissner <marcus@jet.franken.de>
13806 - Started multithreading for FreeBSD (incomplete, but some
13807 applications now at least start up again).
13808 - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
13809 - CR2 on pagefault gets passed in sc_err (some kind of kludge in
13810 FreeBSD owns fault handling we can use)
13812 * include/selectors.h, memory/global.c, memory/selector.c:
13813 Made SELECTOR_ReallocBlock preserve the current selector access rights
13814 (problem reported by Andreas Mohr).
13816 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13817 Use services thread instead of timer signals.
13819 * server/thread.c, scheduler/synchro.c:
13820 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13821 Allow user APCs with NULL 'func' (just wake up the thread).
13823 * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
13824 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13825 Implemented 'kernel services thread'.
13827 * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
13828 Klaas van Gend <klaas@vangend.demon.nl>
13829 Added stub for PrinterProperties.
13831 * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
13832 Juergen Schmied <juergen.schmied@metronet.de>
13833 Implemented NtTerminateProcess and NtDisplayString.
13835 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13836 FreeLibrary partial implementation.
13838 * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
13839 Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
13840 Wars) now works perfectly with Wine's crtdll. Wrote a test
13841 implementation of _CIpow too, which those who do have Brood Wars can
13842 report on, so it can be implemented correctly.
13844 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
13845 Partial implementation for GetKeyNameText for new keyboard structure.
13847 * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
13850 * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
13851 Added missing ReadClassStg prototype.
13853 * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13854 - Fix comments after the big renaming (xxxx32y --> xxxxy).
13855 - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
13856 Avoid ugly type casting, and fix compilation warnings of wsprintf.c
13858 * documentation/status/dde:
13859 Keith Matthews <keith_m@sweeney.demon.co.uk>
13860 Status document for DDE/Ddeml.
13862 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13863 Added event callback mechanism.
13864 Introduction of MCI yield procs.
13865 Updated (prepare|unprepare)header functions (wave, midi) to allow
13866 correct callback mechanisms.
13867 Made midiStreamXXX functions working.
13868 First try at mmThreadXXX functions.
13870 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13871 Updated (prepare|unprepare)header functions to allow correct callback
13874 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13877 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13878 New method for structure conversion (16 <-> 32).
13879 More MCI structures correctly mapped.
13880 Introduction of MCI yield proc and break facility.
13882 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13883 Updated (prepare|unprepare)header functions to allow correct callback
13884 mechanisms. Implemented waveOut playback as asynchronous.
13886 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13887 Started implementation of mmThreadXXX functions.
13889 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13890 Added a few missing defines (MIDI, WAVE, callbacks).
13891 Structures for midiStreamXXX functions.
13893 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13894 Updated (prepare|unprepare)header functions (wave, midi) to allow
13895 correct callback mechanisms. Added wine specific entry for mmThreadXXX
13896 functions thread starting point.
13898 * include/wine/obj_storage.h:
13899 Michael Veksler <mveksler@techunix.technion.ac.il>
13900 Introduce STATSTG16 - a 16 bit variant of STATSTG.
13902 * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
13903 Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
13905 * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
13906 Fixed menu type setting in SetMenuItemInfo32_common().
13908 * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
13909 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13910 Send USIG_PROCESS_CREATE signal.
13911 Bugfix: GetProcessDword offset -8 should return parent process ID.
13913 * relay32/user32.spec, windows/user.c:
13914 Bertho Stultiens <bertho@panter.soci.aau.dk>
13915 Added RegisterSystemThread stub.
13917 * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
13918 Francis Beaudet <francis@macadamian.com>
13919 Implemented the CoCreateInstanceEx method.
13921 * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
13922 Fixed crash due to a value of name length 0, value length 0 at the end
13925 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
13926 Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
13929 * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
13930 - updated because of the splitting of interface/implementation
13931 - updated to use ICOM_THIS
13933 * include/dplay.h, include/dplobby.h, ole/guid.c:
13934 Francois Gouget <fgouget@psn.net>
13935 - use the latest ICOM macros
13936 - moved the IDirectPlayLobby interface to dplobby.h
13937 - removed all the implementation aspects since they need to be
13940 * include/dsound.h, multimedia/dsound.c:
13941 Francois Gouget <fgouget@psn.net>
13942 ICOMisation of the DirectSound API.
13944 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
13945 Juergen Schmied <juergen.schmied@metronet.de>
13946 - reorganised icon extracing from files
13947 - made extracting from ne and ico files working
13948 - IPersistFile interface for IExtractIcon
13950 * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
13951 Fixed buffer overrun.
13953 * include/cursoricon.h, objects/cursoricon.c:
13954 Juergen Schmied <juergen.schmied@metronet.de>
13955 Changed ressource dir structures.
13956 Adapted FindBestIccon/FindBestCursor.
13958 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
13959 Loading the color schema for registry.
13961 Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
13963 * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
13964 Marcus Meissner <marcus@jet.franken.de>
13965 Reimplemented winsock asynchronous DNS services. No longer use a
13966 fork()ed process, but either a service thread or inline blocking calls
13967 for non-threading architectures. (Makes Free Agent16 work again.)
13969 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
13970 <ewill@ncal.verio.com>
13971 - color and font dialogs now actually do something interesting,
13972 and force a redraw when successful. Background color is adjustable.
13973 Text color is also adjustable, but the user has to set the CF_EFFECTS
13975 - text is output left-right centered, baseline, at the middle
13976 of the window, and moves with the window. Text font is adjustable.
13977 - Success and failure MessageBox calls for Color, Font, Open,
13978 and Save have been removed or suppressed. They annoyed me after
13979 awhile, and I suspect they annoyed others, too. Use my tool! :-)
13980 - cmdlgtst now has the full pathname in the upper left corner; which may
13981 assist in debugging certain problems -- or it may not. :-)
13982 - usage dialog added
13984 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
13985 Corrected debug output.
13987 * windows/driver.c, relay32/winmm.spec:
13988 Eric Pouech <Eric.Pouech@wanadoo.fr>
13989 Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
13991 Added stub for GetDriverFlags.
13993 * windows/user.c, relay32/user32.spec:
13994 Sergey Turchanov <turchanov@usa.net>
13995 Stubs for CloseDesktop and CloseWindowStation.
13997 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13998 GetModuleFromPath now checks for loaded modules via filenames which
13999 were specified without a path.
14001 * misc/registry.c, include/winreg.h:
14002 Sylvain St.Germain <sylvain@macadamian.com>
14003 Implementation of HKU key saving and loading. Add new supported data
14004 type in debug_print_value.
14006 * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
14007 Juergen Schmied <juergen.schmied@metronet.de>
14008 New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
14009 Small change how to get icons for listview.
14011 * include/shlobj.h, relay32/shell32.spec:
14012 Juergen Schmied <juergen.schmied@metronet.de>
14013 ILLoadFromString and SHGetSettings implemented.
14015 * dlls/shell32/shellord.c:
14016 Juergen Schmied <juergen.schmied@metronet.de>
14017 SHGetSettings implemented.
14018 ExitWindowsDialog() simulated by Messagebox.
14020 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
14021 ILLoadFromString implemented.
14023 * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
14024 Richard Mortimer <remitrom@my-dejanews.com>
14025 Added missing *IsDark entries into PALETTE_Driver instance
14028 * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
14029 Fixed X11DRV_MOUSE_WarpPointer initial value.
14031 * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
14032 Ensure that the bitmap is properly initialized when created with the
14033 LR_CREATEDIBSECTION flag.
14035 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
14036 Fixed the messaging problem of the edit box for node label edition.
14037 Substituted WM_PAINT for InvalidateRect.
14038 Some graphical fixes.
14040 * misc/main.c: James Juran <jrj120@psu.edu>
14041 Check for drivers==NULL before trying to delete them at exit. This
14042 could happen if the emulator initialization failed for some reason and
14043 the drivers hadn't been initialized yet.
14045 * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
14046 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14047 Call InitApp16 (using Callout) for initial process.
14049 * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14050 Clear invalid selectors also in CallTo16 relay code.
14052 * programs/notepad/Es.rc:
14053 Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
14054 Revised Spanish resources.
14056 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
14057 Fixed window locking bug in CalcChildScroll.
14059 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
14060 Fixed fake multimedia timers. Grim Fandango is now able to start up
14061 when under favorable conditions. The preview movie on the Brood Wars
14062 disc now plays, too.
14064 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
14065 Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
14066 instead of returning the right buffersize.
14068 Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
14070 * files/directory.c: galberte <galberte@neo.rr.com>
14071 Fixed SearchPathA return value.
14073 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
14074 Lionel Ulmer <ulmer@directprovider.net>
14075 - clean-up of texture 'loading'
14076 - added SetColorKey callback for already loaded textures
14078 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
14079 Fixed a problem pointed out by Kevin Holbrook.
14081 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
14082 commctrl.h must include prsht.h.
14084 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
14087 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
14088 Added a new implementation of the ICOM macros that use Microsoft style
14089 virtual methods to implement the COM interfaces in C++.
14091 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
14092 Correction of Mutex handling in DdeInitializeW for cases other than
14093 1st call. Addition of instance handling to DdeCreateStringHandleA,
14094 DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
14095 cut implementation of DdeUnitialize, move of internal structure defs
14096 in from ddeml.h. Removed non-ANSI comment.
14098 * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
14099 Moved internal structures to ddeml.c, also removed non-ANSI comments,
14100 and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
14102 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
14103 James Abbatiello <abbeyj@wpi.edu>
14104 Fixed memory leaks in mixerOpen16/mixerClose,
14105 midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
14106 midiInOpen16/midiInClose16.
14108 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
14109 Added sanity check for whitespace in file names, various other fixups.
14111 Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
14113 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
14114 WM_MOUSEMOVE implementation bug fix.
14116 * windows/x11drv/keyboard.c:
14117 José Marcos López <jose.lopez@upcnet.upc.es>
14118 Added Spanish keyboard layout.
14120 * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
14121 Fixed the modem control part of EscapeCommFunction16.
14123 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
14124 Added missing goto.
14126 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
14127 Marcus Meissner <marcus@jet.franken.de>
14128 EnumCalendarInfoA stub.
14130 Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
14132 * windows/mouse.c, windows/keyboard.c:
14133 Francois Boisvert <francois@macadamian.com>
14134 Suspend the window locks before DefKeybEventProc and
14137 * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
14138 Joerg Mayer <jmayer@telesun2.telemation.de>
14139 More #pragma fixes (idea Ove Kaaven, mistakes are mine).
14141 * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14142 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
14143 WM_CREATE messages.
14145 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
14146 Added some SetLastError()s in GetProcAddress() and LoadLibrary().
14148 * misc/crtdll.c, relay32/crtdll.spec:
14149 Christian Schlaile <up9n@rz.uni-karlsruhe.de>
14150 Implemented makepath, rand() returns correct range, fixed fputc.
14152 * files/file.c, include/file.h, msdos/int21.c:
14153 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
14154 Moved _lcreat16_uniq to int21.c
14156 * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
14157 Pavel Roskin <pavel_roskin@geocities.com>
14158 Casts to (SEGPTR) removed. They did nothing anyway.
14159 Includes added or removed where necessary.
14160 Win16 functions replaced with their Win32 counterparts. Comments added
14161 where it was impossible.
14162 CALLBACK added where necessary. Some declarations fixed.
14163 Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
14164 DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
14165 Listbox enabled in hello3.
14167 * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14168 Updated French keyboard.
14170 * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
14171 Fancier version of hello.c courtesy of Huw Davies.
14173 * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
14174 Fixed compilation of the Control panel.
14176 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
14177 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
14178 the dead key mapping stuff to the actual mapping code too. Prettied
14179 up the fixme message. Added a check where if the keys of two layouts
14180 match exactly, the one with the best-matching keycode order is chosen,
14181 so that the QWERTY and Dvorak layouts can be distinguished.
14183 * win32/device.c, relay32/kernel32.spec:
14184 Eric Pouech <Eric.Pouech@wanadoo.fr>
14185 Added (empty) stub for OpenVxDHandle.
14187 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14188 mmioOpen() now handles correctly MMIO_PARSE flag.
14190 * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
14191 Background color fix when disabled or read only.
14193 * windows/win.c: Francois Boisvert <francois@macadamian.com>
14194 Transfered the window struct memory release from WIN_DestroyWindow to
14197 * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
14198 DLGITEMTEMPLATE structure had one too many member.
14200 * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14201 Prevent crash in debugger.
14203 Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
14205 * controls/combo.c, controls/listbox.c, include/combo.h:
14206 Francis Beaudet <francis@macadamian.com>
14207 Implemented the Win95 look and feel.
14209 * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
14210 Wrote a basic implementation of the WM_PRINT message.
14212 * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
14213 Francois Boisvert <francois@macadamian.com>
14214 Suspend all windows locks before the control is passed to the
14216 Also fixed some bugs in dce.c
14218 * Make.rules.in, Makefile.in:
14219 Joerg Mayer <jmayer@telesun2.telemation.de>
14220 - Remove some old rc make stuff
14221 - "make clean" omitted some include subdirs
14223 * relay32/ddraw.spec, graphics/ddraw.c:
14224 Lionel Ulmer <ulmer@directprovider.net>
14225 Added DllClassFactory to DirectDraw.
14227 Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
14229 * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
14230 Split off keysym/deadchar -> char mapping, use it in DetectLayout.
14232 * 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:
14233 Alex Korobka <alex@aikea.ams.sunysb.edu>
14234 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
14235 mode go through window manager, small bugfixes for menu and window
14236 code, extended clipboard driver model to handle formats other than
14239 * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
14240 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
14241 true for multiline controls too, as my tests show.
14243 * dlls/comctl32/listview.c, include/listview.h:
14244 Luc Tourangeau <luc@macadamian.com>
14245 Added support for icon and smallicon views.
14247 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
14248 Made DOSVM_GetTimer survive EAGAIN errors...
14250 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
14251 Implemented async comm buffers (but probably not bugfree), and along
14252 with them, the functionality of async event notifications, mong them
14253 EnableCommNotification. Removed a previous hack that was faking the
14254 buffers, since we now have real buffers...
14256 * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
14257 Added CN_* flags used in WM_COMMNOTIFY.
14259 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14260 Implement the EnumAttachedSurface method.
14262 * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
14263 Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
14264 OleDestroyMenuDescriptor along with a bunch of internally used methods
14265 and data structures.
14267 * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
14268 Adrian Thurston <adriant@corel.ca>
14269 initguid.h should only contain the macro that defines the guids.
14270 Added olectl.h to guid.c so some needed guids get defined.
14271 Made GUID_NULL an actual guid set to 0,0,0...
14273 * if1632/gdi.spec, objects/gdiobj.c:
14274 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14275 Added GdiSignalProc() stub.
14277 * 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:
14278 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14279 Added USER32.UserSignalProc to Callout table.
14280 Implemented built-in UserSignalProc().
14281 Don't announce Win3.1-style USER handler any more.
14283 * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
14284 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14285 Implemented PROCESS_CallUserSignalProc().
14286 Send USER signals at various appropriate places.
14287 Moved [GS]etProcessDword() to scheduler/process.c.
14289 * 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:
14290 Juergen Schmied <juergen.schmied@metronet.de>
14291 All 19 FileMenu_* functions, some as stubs, some implemented.
14293 * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
14294 Juergen Schmied <juergen.schmied@metronet.de>
14295 SHCLSIDFromString, StrToOleStr implemented.
14296 RLBuildListOfPaths stub.
14298 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
14299 Juergen Schmied <juergen.schmied@metronet.de>
14300 DllGetVersion (not yet exported).
14301 Small change to SHAppBarMessage.
14303 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14304 Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
14306 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14307 Added StackEnter() and StackLeave() stubs
14309 * multimedia/mci.c, multimedia/mmsystem.c:
14310 Eric Pouech <Eric.Pouech@wanadoo.fr>
14311 Starting implementation of MCI creator tasks
14312 Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
14313 Better implementation of mmTaskCreate16
14315 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14316 Added creator task to MCI struct.
14318 * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
14319 Replaced 0xC000 by symbolic constants.
14321 * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
14322 Fixed small ==, != mixup.
14324 * windows/defdlg.c, windows/defwnd.c:
14325 Luc Tourangeau <luc@macadamian.com>
14326 Implemented WM_NOTIFYFORMAT.
14328 * loader/elf.c: Marcus Meissner <marcus@mud.de>
14329 "foo" was not translated to "foo.so" in elf loader.
14331 * include/bitmap.h, objects/bitmap.c:
14332 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14333 LoadBitmap16()/LoadImage16() calling sequence simplified.
14335 * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
14336 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14337 Allow NULL NE resource handler; call the default handler directly.
14338 Removed WPROCS / Callbacks support for WineLib resource handlers.
14340 * include/process.h, relay32/utthunk.c:
14341 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14342 Made Universal Thunk list per-process, not system global.
14344 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
14345 Additional macro definitions.
14347 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
14348 Implemented TCM_ADJUSTRECT.
14350 * msdos/int09.c, msdos/ioports.c:
14351 Michael Veksler <mveksler@techunix.technion.ac.il>
14352 Removed "implicit declaration" warnings.
14354 * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
14355 Fixed OpenGL devices implementation.
14357 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14358 In UserYield16, when current thread is a 32 bit one which hold the
14359 Win16Lock, must take care of a LockCount > 1.
14362 Patrik Stridvall <ps@leissner.se>
14363 More code moved to the X11 driver (bitmap and palette and misc).
14365 ----------------------------------------------------------------
14366 Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
14368 * include/winbase.h, include/wingdi.h:
14369 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14370 Move DM* defines from winbase.h -> wingdi.h.
14372 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14373 Fixed QueryInterface functions for IDirect3D 1 and 2.
14375 * ole/nls/Attic/dnk.nls: Apparently no longer needed.
14377 * 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:
14378 Dimitrie O. Paun <dimi@cs.toronto.edu>
14379 Changed some debug messages from one channel to another, to clean up a
14380 bit the debug channel usage.
14382 * loader/module.c: Jess Haas <paranoid07@hotmail.com>
14383 Fixed CreateProcessA so it can handle commandlines with arguments and
14386 * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
14387 Fixed GetModuleHandle16.
14389 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
14390 Added Russian keyboard support.
14392 * include/winuser.h, relay32/user32.spec, windows/user.c:
14393 Lionel Ulmer <ulmer@directprovider.net>
14394 Added stub for SetSystemCursor.
14396 * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
14397 SetFileAttributesA: "implemented" setting of directory flag as test of
14400 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
14401 Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
14404 * 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:
14405 Paul Quinn <paulq@corel.ca>
14406 Aaron Barnes <aaronb@corel.ca>
14407 Adrian Thurston <adriant@corel.ca>
14408 Bundle of new stubs.
14410 * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
14411 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14412 Added missing WINAPIs.
14414 * relay32/kernel32.spec, win32/newfns.c:
14415 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14416 Added CreateIoCompletionPort stub.
14418 * windows/queue.c, windows/message.c:
14419 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14420 Call EVENT_Pending() to flush X11 output queue before blocking in
14421 MsgWaitForMultipleObjects().
14422 Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
14423 Protect system queue access in hardware_event().
14425 * 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:
14426 Francois Boisvert<francois@macadamian.com>
14427 Fixed some bugs in thread safeness for wnd struct.
14429 * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
14430 Pavel Roskin <pavel_roskin@geocities.com>
14431 Made libtest/hello3 work again, now with Windows-compatible resource
14434 * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
14435 Jiuming Luo <jiuming_luo@yahoo.com>
14436 Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
14437 then deleted the duplicated typedefs (in imm.h and mmsystem.h).
14439 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
14440 Rewrote EnumPrintersA, added CriticalSection around Registry reads and
14441 implemented PRINTER_INFO_2 request.
14443 * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
14444 Added Swiss German keyboard layout.
14446 * 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:
14447 Juergen Schmied <juergen.schmied@metronet.de>
14448 - adjusted printing of refcounts to be equal
14449 - cleaning up icon cache on PROCESS_DETACH
14450 - fixed ascii/unicode use in SH/ILCreateFromPath
14451 - fixed small memory leak in shellview
14453 * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
14454 Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
14456 * programs/cmdlgtst/cmdlgtst.c:
14457 Pavel Roskin <pavel_roskin@geocities.com>
14460 * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
14461 Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
14463 * 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:
14464 Alex Korobka <alex@aikea.ams.sunysb.edu>
14465 Moved hrgnUpdate from client to window coordinates, made nonclient
14466 painting depend on the update region, reworked SetWindowPos() and
14467 RedrawWindow() to speed up update region calculation, made -desktop
14468 work properly, added WM_CANCELMODE here and there, fixed several
14469 window activation bugs that crept in since the last time.
14471 * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
14472 Fixed occasional loss of SendMessage() return value.
14474 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14475 Added initialisation of the pixmap_depth field in
14476 Xlib_DirectDrawCreate.
14478 * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
14481 * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
14482 Added stub for int2f 4b.
14484 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
14485 James Abbatiello <abbeyj@wpi.edu>
14486 Fixed memory leak in waveOutOpen/waveOutClose.
14488 * graphics/psdrv/escape.c:
14489 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14490 More Escapes for the PostScript driver.
14492 Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
14494 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
14495 Francois Gouget <fgouget@psn.net>
14496 Adapted to the interface/implementation separation.
14497 Now uses ICOM_THIS to access the implementation structures.
14498 Replaced 'this' with 'This' for ICOM_THIS.
14499 Direct access to the virtual table has been eliminated too.
14501 * graphics/d3d_private.h, graphics/ddraw_private.h:
14502 Francois Gouget <fgouget@psn.net>
14503 Updated to include all the implementation aspects that were previously
14504 in the public includes.
14506 * graphics/vga.c: Francois Gouget <fgouget@psn.net>
14507 Removed direct access to the virtual table
14509 * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
14510 Removed all implementation aspects.
14511 Modified to use the latest ICOM macros.
14512 Added the macros for use in C.
14513 Added the method parameter names (when I had them).
14515 * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
14516 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14517 Fixed sequence of DLL_PROCESS_DETACH notification calls.
14518 Moved PE_MODREF flags to WINE_MODREF level.
14519 Better handling of LoadLibraryEx flags.
14520 PE_InitTls() changed to work only on the current thread.
14522 * include/server.h, scheduler/process.c, server/trace.c:
14523 Added cmd line in new_process request.
14525 * scheduler/thread.c:
14526 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14527 All threads created with CreateThread are 32-bit threads.
14529 * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
14530 Juergen Schmied <juergen.schmied@metronet.de>
14531 Reading of binary streams implemented (SHOpenRegStream).
14533 * msdos/int25.c, msdos/int26.c:
14534 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14535 Fixed int25 & int26 error code.
14537 * loader/task.c, windows/queue.c:
14538 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14539 Allow UserYield16 to be called from 32-bit thread.
14541 * include/oledlg.h, include/winbase.h:
14542 Albert Den Hann <albertd@corel.ca>
14543 Additional macro definitions.
14545 * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
14546 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14547 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
14549 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14550 Fixed metafile recording of CreatePatternBrush.
14552 Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
14554 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
14555 Pascal Lessard <pascal@macadamian.com>
14556 Change the AddBitmap function. Implement flat toolbar. Change
14557 CreateToolbarEx. Implement partially the hot buttons for toolbar.
14560 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14561 Implemented Get Shift Flags function.
14563 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
14566 * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
14567 Changed stdlib.h to string.h.
14569 * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
14572 * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
14573 David Luyer <luyer@ucs.uwa.edu.au>
14574 Changed "strings.h" to "string.h".
14576 * graphics/x11drv/bitblt.c, windows/nonclient.c:
14577 Randy Weems <rweems@home.com>
14578 Fixed off-by-one error if bitblt width or height is negative.
14580 * dlls/comctl32/tab.c, include/tab.h:
14581 Francis Beaudet <francis@macadamian.com>
14583 - showing the selected tab as highlighted
14584 - support for drawing the focus rectangle
14585 - basic keyboard support
14586 - support for a tab with horizontal scrolling.
14588 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14589 Thread-safe implementation of profile functions (Windows and Wine).
14591 * include/message.h, loader/main.c, windows/timer.c:
14592 Stephane Lussier <stephane@macadamian.com>
14593 Made the timer code thread safe.
14595 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
14596 Fixed possible endless loop.
14598 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
14599 Fixed LB_GETCURSEL message to return LB_ERR on empty list.
14601 * 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:
14602 Juergen Schmied <juergen.schmied@metronet.de>
14603 Use the new header for COM definitions.
14605 * dlls/shell32/shellord.c, relay32/shell32.spec:
14606 Juergen Schmied <juergen.schmied@metronet.de>
14607 New stub shell_654.
14609 * include/treeview.h, dlls/comctl32/treeview.c:
14610 Sylvain St.Germain <sylvain@macadamian.com>
14611 Implementation of TVM_SORTCHILDRENCB.
14612 Implementation of TVI_SORT insertion.
14613 Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
14614 Fix problems related to TVIS_EXPANDEDONCE.
14616 * dlls/comctl32/comctl32undoc.c:
14617 Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
14618 Fix problem in DPA_QuickSort where the sort order was inverted.
14620 * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
14621 Ove Kaaven <ovek@arcticnet.no>
14622 Added infrastructure and definitions for general-purpose event and IRQ
14623 handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
14624 event message loop, message handling, CLI/STI handling, and minimal
14627 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
14628 Added handling of SIGUSR2 for the new event interruption handling,
14629 bumping up the protocol revision. Made some debug messages not be
14630 output when it's not necessary.
14632 * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
14633 Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
14635 * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
14636 Ove Kaaven <ovek@arcticnet.no>
14637 Added int 0x09 and int 0x33.
14639 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
14640 Implemented a int 0x33 handler, with a minimal implementation of the
14641 mouse routines, including callbacks.
14643 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
14644 Implemented a int 0x09 handler, and a scancode queue that simulates
14645 IRQ 1 in the dos box.
14647 * include/docobj.h: Paul Quinn <paulq@corel.ca>
14648 Creation of docobj.h.
14650 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14651 Allow depth of DIB to differ from depth of bitmap in GetDIBits.
14653 Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
14655 * debugger/editline.c: Abort on input error.
14657 * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
14658 Population of oledlg.
14660 * windows/x11drv/event.c, windows/painting.c:
14661 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14662 Add IsWindow() checks after SendMessage() returns.
14664 * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
14665 Fixed a small bug in int10.
14667 * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
14668 COMBO_Size: maintain the height of the RectCombo when the window is
14671 * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
14672 Paul Quinn <paulq@corel.ca>
14673 Added various definitions.
14674 Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
14676 * include/windef.h: Jim Aston <jima@corel.ca>
14677 Added a few empty macros.
14679 * include/cursoricon.h, objects/cursoricon.c:
14680 Marcus Meissner <marcus@jet.franken.de>
14681 CURSORICON_Destroy: missing WINAPI added.
14683 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
14684 Added translation for SO_RCVTIMEO (as seen by IE4).
14686 Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
14688 * server/process.c: Create startup info for the initial process.
14690 * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
14691 Added server pid and tid in init_thread request, and use them in
14694 * 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:
14695 Noomen Hamza <noomen@macadamian.com>
14697 - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
14698 GenericCompositeMoniker
14699 - IRunningObjectTable interface, and
14700 - IBindCtx interface.
14702 * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
14703 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14704 Added StretchDIBits for the PostScript driver.
14706 * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
14707 Added missing ending pragma pack.
14709 * misc/comm.c: Rein Klazes <rklazes@casema.net>
14710 Corrected small bug in GetCommState16. Parity check can be disabled
14711 even when a parity bit is used. SetCommState16() can override baudrate
14712 setting in wine.conf.
14714 Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
14716 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14717 Bugfix: cope with quoted arguments for CreateProcess().
14719 * loader/resource.c:
14720 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14721 Fixed typo in SizeofResource().
14723 * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14724 lstrcpyA can't use strcpy.
14726 * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
14727 Marcus Meissner <marcus@jet.franken.de>
14728 Added -dll option for winelib programs. (Note: will not print warnings
14729 on failure currently).
14731 * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14734 * loader/pe_image.c, msdos/int21.c:
14735 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14738 * if1632/mmsystem.spec, relay32/winmm.spec:
14739 Eric Pouech <Eric.Pouech@wanadoo.fr>
14740 Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
14742 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14743 Started calling mixer as a 32 bit low level driver (no longer 16 bit)
14744 Added support for yield proc in mci struct
14745 Added mmTaskXXX16 and mmThreadXXX16 functions
14746 Refreshed implementation of 16 bit native & asynchronous MCI driver
14747 command (through mmtask.tsk).
14749 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14750 Fixed a few bugs. Started implementing mixerMessage as a 32 bit
14751 function (no longer 16 bit).
14753 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14754 Implemented mciExecute.
14756 * include/multimedia.h, multimedia/mci.c:
14757 Eric Pouech <Eric.Pouech@wanadoo.fr>
14758 Added yield proc members to mci struct.
14760 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14761 Added mixer specfic error codes, fixed type in function name.
14763 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14764 Fixed return codes for default driver proc.
14766 * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
14767 Made LB_GETCURSEL return focus_item if no item has been selected.
14769 * windows/x11drv/keyboard.c:
14770 Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
14771 Added Finnish keyboard layout.
14773 * 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:
14774 Veksler Michael <mveksler@techunix.technion.ac.il>
14775 Removed winuser16.h from x11drv.h.
14777 * include/winspool.h, misc/printdrv.c:
14778 Klaas van Gend <klaas@vangend.demon.nl>
14779 Implementation of EnumPrintersA, info level 4 and 5.
14781 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
14782 Check if the build is stripped, and die if it is.
14783 Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
14784 (thanks Ryan Cumming!).
14786 * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
14787 Fixed "reached end of non void..." warnings.
14789 * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
14790 MessageBox32A -> MessageBoxA
14792 * loader/module.c, relay32/kernel32.spec:
14793 Sergey Turchanov <turchanov@usa.net>
14794 Implementation for FreeLibraryAndExitThread.
14795 Made GetBinaryType = GetBinaryTypeA.
14797 * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
14798 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14799 Run Win32 processes in their own threads.
14800 Process exit sequence adapted.
14802 Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
14804 * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
14805 Changed process initialisation to use the new server requests.
14806 Started to move the process init to the right context, not finished yet.
14808 * 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:
14809 Added new_process and init_process request.
14810 Split out process creation from thread creation.
14811 Changed server initialisation to ensure that we always have a current
14814 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
14815 One small error corrected and the 102th key...
14817 * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
14818 Made commerror and eventmask local to each port (for win16), made the
14819 win16 routines use port indices instead of UNIX fds (this should make
14820 some Visual Basic stuff and similar garbage start working), moved some
14821 stuff around (win16 routines at top of file, win32 routines at
14822 bottom), made a couple of win32 routines use win32 handles, and added
14823 a few hints as to how to implement asynchronous buffers, based on
14824 which EnableCommNotification can eventually be implemented.
14826 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
14827 Fixed prototypes of a couple of comm routines.
14829 * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14832 * windows/win.c: Francis Beaudet <francis@macadamian.com>
14833 Clear update region before WM_NCDESTROY.
14835 * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
14836 Got rid of SYSTEM_LOCK macros.
14838 Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
14840 * misc/main.c: No longer need to delete system heap critical section.
14842 Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
14844 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
14845 Added a check for desktop in SHGetFileInfo.
14847 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14848 Fixed some bugs in MCI message mapping (32A => 16).
14850 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
14851 Fixed WIN_SendDestroyMsg.
14853 * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
14854 Removed definitions for FIONREAD and FIONBIO.
14856 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14857 Fixes some return values for DefDriverProc.
14859 * programs/regapi/regFixer.pl:
14860 Sylvain St.Germain <sylvain@macadamian.com>
14861 Removed the chop command that was there to get rid of dos ^M.
14862 The script now process only unix file format.
14864 * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14865 Hide dialog windows created by CreateDialog* in EndDialog just as
14868 * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
14869 Set type of destination variant in VariantChangeTypeEx function.
14871 * windows/x11drv/keyboard.c:
14872 Bertho Stultiens <bertho@panter.soci.aau.dk>
14873 Fixed Danish keyboard layout.
14875 Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
14877 * 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:
14878 Marcus Meissner <marcus@jet.franken.de>
14879 Lots of warning fixed, one missing WINAPI in ddraw.c added.
14881 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
14882 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
14884 * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
14885 msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
14887 * relay32/kernel32.spec, misc/toolhelp.c:
14888 Marcus Meissner <marcus@jet.franken.de>
14889 Added Module32* stubs.
14891 Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
14893 * windows/x11drv/keyboard.c:
14894 Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
14895 Added Portuguese keytable.
14897 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
14898 Added Canadian French keyboard layout.
14900 * windows/x11drv/keyboard.c:
14901 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14902 Added UK keyboard layout.
14904 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
14905 <paranoid07@hotmail.com>
14906 Fixed/implemented various interrupt functions.
14908 * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
14909 Marcus Meissner <marcus@jet.franken.de>
14910 Fixed some warnings. removed some unneccessary includes, removed one
14911 direct WND* access in controls/menu.c.
14913 * windows/win.c: Francis Beaudet <francis@macadamian.com>
14914 Implemented a more defensive version of WIN_SendDestroyMsg.
14916 * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
14917 Install headers from $(SRCDIR).
14919 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
14920 Removed the obsolete ICOM macros.
14922 * include/vfw.h: Francois Gouget <fgouget@psn.net>
14923 Moved the APIs closer to the corresponding COM interface, removed two
14924 duplicates and added 2-3 macros for A/W APIs.
14926 * msdos/int15.c: <paranoid07@hotmail.com>
14927 Added some stubs for int15 functions.
14929 * windows/message.c, windows/queue.c:
14930 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14931 Inter-thread SendMessage() bugfixes:
14932 - Insert new message to be received at the *end* of the SM_PENDING_LIST.
14933 - Do *not* process received messages in ReplyMessage().
14934 - Clear the QS_SMRESULT flag only immediatedly before waiting.
14936 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
14937 Return error if not a valid OLE compound file.
14939 * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
14940 Fix crash if lpuCurDirLen or lpuDestDirLen==0.
14942 * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
14943 Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
14946 Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
14948 * 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:
14949 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14950 Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
14952 * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
14953 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14954 Pass new arguments (suspend/inherit) to the server.
14956 * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
14957 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14958 Handle suspend/resume_thread requests in phase STARTING correctly.
14959 Set initial suspend count for threads created with CREATE_SUSPENDED.
14960 Set 'inheritable' flag for process/thread handles.
14962 * 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:
14963 Marcus Meissner <marcus@jet.franken.de>
14964 Removed no longer necessary win.h include, added now necessary other
14965 includes (win.h used only by UPDOWN now).
14967 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
14968 debug.h must be last, or we get ERR() macro problems again.
14970 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
14971 Fixed a slight bug that was included in the change from WND ptr to
14974 * loader/main.c, misc/callback.c:
14975 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14976 Fix compiler warnings.
14978 * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
14979 Sylvain St.Germain <sylvain@macadamian.com>
14980 Fixed some graphical problems of the treeview and added support LMB
14981 click on +/- sign to open and close.
14982 Fixed a bug in imagelist where the last image could not be displayed.
14984 * windows/x11drv/event.c:
14985 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14986 Avoid unnecessary error messages.
14988 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14989 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
14990 match buggy Windows behaviour.
14992 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14993 Corrected bug in enumeration function.
14995 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
14996 Fixed bug introduced in WIN_FindWindow.
14998 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
14999 0 is a valid index for a tab item.
15000 CreateSolidBrush takes a COLORREF as a parameter.
15001 Tab controls were always displayed in the top left corner.
15003 Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
15005 * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
15006 Francois Gouget <fgouget@psn.net>
15007 Updated the interfaces to use the latest ICOM macros.
15009 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
15012 * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
15013 Eric Pouech <Eric.Pouech@wanadoo.fr>
15014 Moved all MCI internal functions/variables/macros to mci.c.
15015 Changed some interface names.
15017 * include/digitalv.h, multimedia/mciavi.c:
15018 Eric Pouech <Eric.Pouech@wanadoo.fr>
15019 Make use of digitalv.h file.
15021 * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15022 Changed how list of loadable MCI drivers is obtained.
15024 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
15025 Describes in newbie terms how to add new keyboard layouts.
15027 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
15028 Better comments, and added ANSI codepages in table.
15029 US keyboard contributed by Uwe Bonnes.
15030 French keyboard contributed by Eric Pouech.
15031 German keyboard contributed by Ulrich Weigand.
15032 Danish keyboard contributed by Bertho Stultiens.
15034 * 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:
15035 Klaas van Gend <klaas@vangend.demon.nl>
15036 - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
15037 - Some header inclusion cleanup.
15039 * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
15040 Eric Pouech <Eric.Pouech@wanadoo.fr>
15043 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15044 Makes use of new CDAUDIO_Seek() function.
15046 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15047 Various fixes for MSCDEX traps.
15049 * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15050 Added new function CDAUDIO_Seek().
15052 * include/driver.h, windows/driver.c:
15053 Eric Pouech <Eric.Pouech@wanadoo.fr>
15054 Better 16/32 bit driver messages mapping and handling.
15055 Better protection against bad handles.
15057 * include/peexe.h, loader/resource.c:
15058 Marcus Meissner <marcus@jet.franken.de>
15059 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
15062 * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
15063 Fixed make install.
15065 ----------------------------------------------------------------
15066 Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
15068 * 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:
15069 Francois Boisvert <francois@macadamian.com>
15070 Made access to the wnd struct thread-safe.
15072 * */*: Jim Aston <asto0001@algonquinc.on.ca>
15073 Renamed wintypes.h to windef.h.
15075 * memory/heap.c: Make the system heap critical section global.
15078 Fixed Makefile up-to-date check to avoid relinking all the object
15081 * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
15082 Reimplemented some code without using X11.
15084 * graphics/ddraw.c, relay32/ddraw.spec:
15085 Patrik Stridvall <ps@leissner.se>
15086 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
15088 * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
15089 Added tracing for delayed imports and removed the fixme.
15091 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
15092 Better implementation of GetShortPathNameA/W.
15094 * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
15095 Allow the file names and paths for the registry files (user.reg and
15096 system.reg) to be specified in a [Registry] section of wine.ini or
15099 * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
15100 Fix OemToAnsiBuff for real Win31 behavior.
15102 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
15103 First attempt at supporting different keyboard layouts with their
15104 correct scancode mapping.
15106 * 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:
15107 Sylvain St.Germain <sylvain@macadamian.com>
15108 Added command line tool to access the registry.
15110 * rc/winerc.c: Fixed compilation.
15112 * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
15113 Ignore generated files.
15115 * programs/notepad/lcc.h: Fixed make depend.
15117 * 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:
15118 Paul Quinn <paulq@linuxmaster.hungrycats.org>
15119 Many new defines, and structs to help compile MFC. As well as a few
15120 OLE corrections from earlier.
15122 * loader/ne/module.c:
15123 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15124 Make GetModuleHandle16 only look for module names, not path names.
15126 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
15127 Added some more vga video modes.
15129 * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
15130 Prevent X11 errors when XCreateWindow is called with zero width or
15133 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
15134 Added metafile support for ExtFloodFill.
15136 * controls/button.c:
15137 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
15138 Paint gray text on gray background in checkboxes/radiobuttons by
15139 stippling. Also changed the brush used in this case to give better
15140 readability with X fonts.
15142 * 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:
15143 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15144 Implemented (nearly) all TAPI functions as stubs.
15146 * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
15147 Michael McCormack <Michael.McCormack@alcatel.com.au>
15148 Basic support for WIN32 serial communications API.
15149 Modify DOSFS_OpenDevice to allow opening of COM ports.
15150 Change Win32 comm functions to accept file handle.
15151 Add declaration of COMSTAT32 structure.
15153 * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
15154 Fixed a silly VGA-emulation palette bug.
15156 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
15157 Fixed a couple of ugly warnings (caused by ugly errors).
15159 * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15162 * 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:
15163 Juergen Schmied <juergen.schmied@metronet.de>
15164 - IShellFolder and IEnumIDList are using the new COM headers
15165 - fixed sort order for folders and drives
15167 * README: Ove Kaaven <ovek@arcticnet.no>
15168 Corrected location of FAQ.
15170 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
15171 Fully implemented Direct Console Input.
15173 Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
15175 * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
15176 Marcus Meissner <marcus@jet.franken.de>
15177 Fixed newly introduced and some leftover warnings.
15179 * include/wingdi.h: Francois Gouget <fgouget@psn.net>
15180 It is now possible to use the standard macros for GetTextExtentPoint
15181 and GetTextExtentPoint32.
15183 * include/prsht.h: Francois Gouget <fgouget@psn.net>
15184 Fixed some SendMessage32A that escaped the renaming.
15186 * include/ole2.h: Francois Gouget <fgouget@psn.net>
15187 On windows ole2.h includes oleauto.h and some programs depend on this.
15189 * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
15190 Fixes in the SysAllocString functions prototypes. It's mostly 'const'
15191 problems that prevent regular code from compiling.
15193 * 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:
15194 Pavel Roskin <pavel_roskin@geocities.com>
15195 File open dialog now uses icons instead of bitmaps.
15197 * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
15198 Updated AVI* class interface to new ICOM_ methods.
15200 * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
15201 Some fixes and additions.
15203 * 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:
15204 Marcus Meissner <marcus@jet.franken.de>
15205 Started on avifil32 implementation (only stubs currently).
15207 * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
15208 Reimplemented DrawFocusRect without using X11.
15210 * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
15211 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15212 Implemented mode setting things as well as VESA additions and other
15213 things. Cleaned up DOSMEM_BiosData handling.
15215 * include/wine/obj_olefont.h, ole/olefont.c:
15216 Francis Beaudet <francis@macadamian.com>
15217 Implemented the IPersistStream interface on the OLE font object.
15219 * miscemu/emulate.c:
15220 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15221 Make function BX=6 round ST0 to integer.
15223 * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
15224 Adrian Thurston <adriant@corel.ca>
15225 - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
15226 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
15227 - Added some missing structures and definitions to wingdi.h
15228 - Added proper defines for GetCharWidthsXXX
15229 - Added c++ protection to wingdi.h
15231 * 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:
15232 Juergen Schmied <juergen.schmied@metronet.de>
15233 - mostly cleanup after the renaming
15234 - implemented SHILCreateFromPath
15235 - small changed to SHGetFileInfo
15237 * include/prsht.h, include/winuser.h:
15238 Bertho Stultiens <bertho@panter.soci.aau.dk>
15239 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
15240 structure for compatibility.
15242 * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
15243 Bertho Stultiens <bertho@panter.soci.aau.dk>
15244 Moved error codes to cderr.h.
15246 * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
15247 Fix CreateProcess to handle lpCommandline better.
15249 * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
15250 Change GetStartupInfoA/W to return the real StartupInfo.
15252 * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
15253 Handle null wndPtr for mdi window.
15255 * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
15256 Fixed a couple of missing #defines for Win32 API functions with
15257 ASCII/Unicode versions.
15259 * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
15260 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15261 Implemented UTRegister and UTUnRegister.
15263 * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
15264 <keith_m@sweeney.demon.co.uk>
15265 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
15266 bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
15267 DdeSetQualityOfService, DdeSetUserHandle.
15268 Corrected heap handling in DdeInitializeW, refined CreateMutex error
15272 * if1632/olecli.spec, include/ole.h, ole/olecli.c:
15273 Pavel Roskin <pavel_roskin@geocities.com>
15274 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
15275 OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
15276 OleRevertClientDoc, OleEnumObjects.
15278 * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
15279 Definition for OleCreateLinkFromClip was incorrect.
15281 * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
15282 Mask out the upper 12 bits from the resourceid, just like win95 does.
15284 * BUGS: Ove Kaaven <ovek@arcticnet.no>
15285 Updated bug list by my knowledge of them.
15287 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
15288 StgCreateDocfile accepts NULL as a file name.
15290 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
15291 Added support for alternate DIBBITBLT layout.
15293 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
15294 Buffer size bug in LocateDebugInfoFile.
15296 * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15297 Improved "error" message readability.
15299 * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
15301 * dlls/comctl32/listview.c: Fixed make depend
15303 Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
15305 * 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:
15306 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15307 Replaced direct access to the WND structure by corresponding calls to
15310 * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
15311 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15312 Fixed some bugs introduced by the automated renaming.
15314 * resources/.cvsignore: Added sysres_Ru.s
15316 * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
15317 Luc Tourangeau <luc@macadamian.com>
15318 Changed the listview control to add the report view and fix some bugs
15321 * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
15322 Removed use of WND struct.
15324 * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
15325 Added #ifdef HAVE_WCTYPE_H.
15327 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
15328 Removed direct access to the WND struct.
15330 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
15331 Message translation for WM_WININICHANGE.
15333 * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
15334 obm_closed_95 should not be drawn inverted.
15336 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
15337 Removed direct access to the WND struct.
15339 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
15340 Thuy Nguyen <thuy@macadamian.com>
15341 Improved performance.
15343 * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
15344 Create a new DC in GetDCEx when none are available.
15346 * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
15347 Stephane Lussier <stephane@macadamian.com>
15348 Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
15350 * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
15351 Changed the button state to "up" as soon as it is known that the
15352 selection has been cancelled, so the button is redrawn in the "up"
15355 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
15356 Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
15358 Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
15360 * 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:
15361 Paul Quinn <paulq@corel.ca>
15362 Added a lot of new OLE interfaces.
15364 * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
15365 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
15366 Added support for Russian language.
15368 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15369 Temporary fix: Activate 16-bit system timer callback routines, but
15370 skip calling them if timer signal occured while current thread was
15371 holding the Win16Lock (to prevent 16-bit stack corruption).
15373 * include/syslevel.h, scheduler/syslevel.c:
15374 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15375 Implemented _ConfirmWin16Lock (KERNEL32.96).
15377 * graphics/ddraw.c, include/ddraw.h:
15378 Lionel Ulmer <ulmer@directprovider.net>
15379 - some clean up in handling of depth
15380 - more depth conversion routines for X11 (15, 16 and 32 -> 8)
15382 * include/queue.h, windows/message.c, windows/queue.c:
15383 Stephane Lussier <stephane@macadamian.com>
15384 Implemented SendMessageTimeout() functions.
15386 * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
15387 Marcel Baur <mbaur@g26.ethz.ch>
15388 Added Boyer-Moore text search.
15390 * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
15391 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15392 Added USER.DestroyIcon32 to Callout struct.
15394 * include/module.h, loader/ne/convert.c:
15395 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15396 Deleted NE_FreePEResource().
15398 * include/user.h, loader/main.c, loader/module.c, windows/user.c:
15399 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15400 Adapted to cursor/icon handling changes.
15402 * loader/ne/resource.c, loader/resource.c:
15403 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15404 Allow accessing both NE and PE resources with both 16- and 32-bit API.
15405 Hook cursor/icon destruction into FreeResource (like Win95).
15407 * include/cursoricon.h, objects/cursoricon.c:
15408 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15409 Implemented Win95-style shared cursor/icon cache.
15410 Merged NE and PE resource handling.
15412 * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
15413 Pavel Roskin <pavel_roskin@geocities.com>
15414 Fixed folder bitmap colors for 8bpp.
15416 * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
15417 Windows doesnt allow dashed and dotted lines > 1.
15419 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
15420 Fixed a reference-counting problem in the external lock mechanism.
15422 * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
15423 Fixed a simple bug in the implementation of the ShellView objects.
15425 * dlls/shell32/shell32_main.c, include/shell.h:
15426 Sergey Turchanov <turchanov@usa.net>
15427 Added some extra CSIDLs.
15429 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15430 Bugfix: Allow lpCommandLine == NULL in CreateProcess().
15432 * windows/x11drv/keyboard.c:
15433 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15434 Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
15436 * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
15437 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15438 Avoid unnecessary GraphicsExpose events.
15440 * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
15441 Fixed index calculations of the upper and lower bounds of a safearray.
15442 Fixed a wrong initialization of the VT sizes array.
15444 * ole/ole2.c, relay32/ole32.spec:
15445 Francis Beaudet <francis@macadamian.com>
15446 Implementation of the ReleaseStgMedium method.
15448 Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
15450 * 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:
15451 Juergen Schmied <juergen.schmied@metronet.de>
15452 - sorted API by groups
15453 - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
15454 - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
15455 RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
15456 - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
15457 RtlTimeFieldsToTime
15459 * include/ntddk.h, include/ntdef.h, include/winnt.h:
15460 Juergen Schmied <juergen.schmied@metronet.de>
15461 Many new prototypes.
15463 * loader/resource.c, include/module.h:
15464 Juergen Schmied <juergen.schmied@metronet.de>
15465 Fix use of wrong prototype from ntdll.h.
15467 * dlls/advapi32/security.c:
15468 Juergen Schmied <juergen.schmied@metronet.de>
15469 Make more functions just calling down to ntdll.
15470 New: GetSecurityDescriptorSacl.
15472 * graphics/psdrv/afm.c:
15473 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15474 Accept "Normal" as a valid AFM weight.
15476 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
15477 Smarter way of searching for a free block.
15479 * windows/message.c:
15480 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15481 Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
15483 * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
15484 Corrected cast so hello5 compiles again.
15486 * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
15487 Don't copy lpstrFileTitle if given NULL pointer for this.
15488 Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
15490 * misc/winsock.c, include/winsock.h:
15491 Marcus Meissner <marcus@jet.franken.de>
15492 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
15494 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
15495 __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
15496 removed additional "eax" from clobber list, so egcs-current likes it.
15498 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
15499 CreateFileMapping SetLastError(0)s on newly created mappings.
15501 Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
15503 * 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:
15504 Klaas van Gend <Klaas@vangend.demon.nl>
15505 Create a new subdirectory for the common dialog box DLL and move all
15506 code from /misc/commdlg.c to this directory. Also made a start in
15507 documenting the API calls.
15509 * 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:
15510 Marcus Meissner <marcus@jet.franken.de>
15511 More include optimizations.
15513 * 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:
15514 Marcus Meissner <marcus@jet.franken.de>
15515 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
15516 additional {}. Rewrote GetCreationModeFromSTGM so we don't get
15517 "possible use of uninitialized variable".
15519 * include/mmsystem.h, include/multimedia.h:
15520 Marcus Meissner <marcus@jet.franken.de>
15521 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
15523 * files/directory.c, msdos/int21.c:
15524 Marcus Meissner <marcus@jet.franken.de>
15525 Changed CreateDirectory LastError returns to match Win32 (found out by
15526 experiment). Adapted int21 CreateDirectory call to still return the
15527 correct DOS error codes according to Ralph Brown.
15529 * graphics/ddraw.c, relay32/ddraw.spec:
15530 Lionel Ulmer <ulmer@directprovider.net>
15531 - added function DirectDrawEnumerateEx
15532 - added (or corrected) check for the return value of the enumeration functions
15534 * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
15535 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
15537 * multimedia/mcicda.c:
15538 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
15539 Added missing <sys/types.h>.
15541 * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
15542 Added the button states as returned by IsDlgButtonChecked().
15545 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15546 Added support for quoted file names in CreateProcess().
15548 * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
15549 CLIENT_WaitReply: don't clear last error on success; fixed callers
15550 accordingly (based on a patch by Juergen Schmied).
15552 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
15553 Added some support and stubs for VESA to msdos/int10.c.
15555 * 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:
15556 Marcus Meissner <marcus@jet.franken.de>
15557 More include optimisations and fixes.
15559 * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
15560 open_object should return ERROR_FILE_NOT_FOUND when the named object
15563 * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15564 Better error message.
15566 * 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:
15567 Use server handles directly for Win32 handles. Removed use of K32OBJ.
15569 * 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:
15570 David Luyer <luyer@ucs.uwa.edu.au>
15571 - fixed missing stdlib.h and string.h includes everywhere
15572 - removed a couple of unneeded stdlib.h and stdio.h includes
15574 * 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:
15575 Process and thread id now use the server-side id instead of an
15576 obfuscated pointer.
15578 * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
15579 Ove Kaaven <ovek@arcticnet.no>
15580 The Windows GUI behaviour tester used on the Windows computer. It was
15581 used with Borland C++ 4.52, but should be easy to adapt to Winelib by
15582 whoever feels like it; I haven't, I just released this useful test app
15583 in case it would benefit other developers.
15585 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
15586 This file details the results (message traces) the GUI behaviour
15587 tester app gave under real Windows for various events. It was useful
15588 for some of my debugging at least, perhaps it could be of some use to
15589 other Wine GUI debuggers as well.
15591 * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
15592 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
15593 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
15594 needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
15595 defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
15598 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15599 GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
15602 * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
15603 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15604 Adapted to CreateProcess changes.
15606 * loader/ne/module.c:
15607 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15608 NE modules adapted to CreateProcess changes.
15609 LoadModule16/LoadLibrary16 reorganization.
15611 * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
15612 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15613 Process creation sequence reorganized:
15614 - Removed instance data segment for all but NE modules.
15615 - Check binary type in CreateProcess before loading module.
15616 - Unix process creation moved from WinExec to CreateProcess.
15617 - Bugfix: fill in thdb->teb.htask16 member correctly.
15619 * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
15620 - Code to return default language code as keyboard layout.
15621 - Implemented other stubs associated with keyboard layout:
15622 GetKeyboardLayoutNameA, ActivateKeyboardLayout,
15623 LoadKeyboardLayout[AW], GetKeyboardLayoutList.
15625 * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
15626 Klaas van Gend <klaas@vangend.demon.nl>
15627 Preliminary implementation of the PrintDlgA stub.
15629 * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
15630 Now compliant to the Dutch standards.
15632 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
15633 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
15635 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
15636 Fixed a couple of dosmem block resize bugs.
15638 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15639 - no more 3D capabilities if Direct3D support is not compiled in
15640 - some debug messages clean-up (replaced fprintfs by DUMPs)
15642 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
15643 We got passed a NULL Dialect ptr and accessed it unprotected.
15645 * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
15646 Added support for mappings with no associated file.
15648 * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
15649 Removed dst_handle in duplicate_handle request.
15650 Added inherit flag in create_mapping request.
15652 * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
15653 Francis Beaudet <francis@macadamian.com>
15654 Implemented support for arrays and safe arrays in VARIANT data
15655 structures. Also moved the SAFEARRAY definition (yet again) to the
15658 * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15659 Fixed Filesystem documentation.
15661 * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
15662 Pavel Roskin <pavel_roskin@geocities.com>
15663 Made folder icons gray-yellow instead of blue.
15665 * windows/message.c: Francis Beaudet <francis@macadamian.com>
15666 Order of send message processing was not respected and the message
15667 stacked last finished after the message stacked first.
15669 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
15670 Added checks to guard against NULL active window.
15672 * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
15673 Don't check children of disabled or invisible controls for dialog
15674 keyboard accelerators. Fixes problems with dialogs with tab boxes.
15676 * ole/compobj.c, relay32/ole32.spec:
15677 Francis Beaudet <francis@macadamian.com>
15678 Implemented the CoTaskMemRealloc API. Also clean-up around that API
15681 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
15682 Added a missing Release.
15683 STGM_CREATE should translate to CREATE_ALWAYS.
15685 ----------------------------------------------------------------
15686 Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
15688 * DEVELOPERS-HINTS: Updated for new naming conventions.
15690 * */*: Large-scale renaming of all Win32 functions and types to
15691 use the standard Windows names.
15693 ----------------------------------------------------------------
15694 Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
15696 * misc/main.c: Albert den Haan <albertd@corel.ca>
15697 For various reasons some of our libwine executables must have a "." in
15698 their file names. The "." causes trouble when the file name is used as
15699 the class name for an X resource as wine does for command line parsing
15703 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
15704 GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
15706 * include/gdi.h, include/heap.h, include/wintypes.h:
15707 David Luyer <luyer@ucs.uwa.edu.au>
15708 Added __attribute__ ((unused)) on static inline functions declared in
15711 * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
15712 Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
15713 which uses my bug_report.pl script.
15714 Added info on a command that can be run on all shells to print debug
15715 msgs to a file and not to xterm.
15718 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
15719 Needs thread.h for non-Linux.
15721 * include/win.h, windows/win.c:
15722 Francois Boisvert <francois@macadamian.com>
15723 Adding of new functions to make the wnd struct thread safe. Adding of
15724 irefCount in wnd struct.
15726 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
15727 Michael Veksler <mveksler@techunix.technion.ac.il>
15728 Added configure check for getbkgd and define HAVE_GETBKGD.
15730 * 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:
15731 Paul Quinn <paulq@corel.ca>
15732 Many interface declarations that originated from oleidl.h, oaidl.h and
15733 ocidl.h separated into somewhat relevant obj_* files.
15735 * files/drive.c, ole/compobj.c, resources/sysres.c:
15736 Michael Veksler <mveksler@techunix.technion.ac.il>
15737 Fixed warning and compilation errors.
15739 * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
15740 Removed includes of wine/* headers.
15742 * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
15743 Made message "Resource not found" WARN.
15745 * dlls/shell32/contmenu.c, include/shlobj.h:
15746 Adrian Thurston <adriant@COREL.CA>
15747 - Use the new COM definition macros in the header.
15748 - Put the implementation of the object in the contmenu.c.
15749 - Make appropriate name changes in contmenu.c.
15751 * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
15752 Zygo Blaxell <zygob@corel.ca>
15753 Modifies parameter list of a couple of functions to comply with SDK.
15755 * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
15756 ScrollDC32 modified to return rect in logical coordinate.
15758 * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
15759 Adds C++ nameless union support to tagVARIANT.
15761 * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
15762 Adrian Thurston <adriant@COREL.CA>
15763 Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
15764 Removed a redundant include.
15765 Added some c++ protection.
15767 Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
15769 * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
15770 Juergen Schmied <juergen.schmied@metronet.de>
15771 Changed pidl structure to match the pidl's used in lnk-files.
15773 * dlls/shell32/shelllink.c:
15774 Juergen Schmied <juergen.schmied@metronet.de>
15775 Implemented reading of *.lnk-files.
15777 * include/wine/obj_shelllink.h:
15778 Juergen Schmied <juergen.schmied@metronet.de>
15779 new file, including the IShellLink definition.
15781 * 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:
15782 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15783 Modified process creation sequence: call PE_CreateModule in the
15784 context of the new process (in TASK_CallToStart).
15785 Changed all PE/Module routines so as to always operate on the current
15786 process; adapted all callers.
15788 * 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:
15789 Marcus Meissner <marcus@jet.franken.de>
15790 Optimized away more includes, readded some #includes for necessary
15793 * msdos/int2f.c: <smil@mechatronika.hu>
15794 Added low-level Netware installation check.
15796 * include/console.h, console/interface.c, console/ncurses.c:
15797 Joseph Pranevich <jpranevich@lycos.com>
15798 Added GetBackgroundColor call to the console struct. Will be used
15801 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
15802 Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
15803 (Interrupt list did not have correct.)
15805 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
15806 Added stubs for two missing methods of DInput.
15808 * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
15811 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
15812 Added support for larger files.
15814 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15815 Fixes buffer overrun problems with GetDIBits.
15817 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
15818 Fixed some SendMessage bugs.
15820 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
15821 Fix COM_ExternalLockFreeList to do not fail with an empty list.
15823 Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
15825 * misc/Makefile.in, misc/string.c:
15826 Zygo Blaxell <zblaxell@furryterror.org>
15827 Implemented some CRTDLL string functions.
15829 * 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:
15830 Marcus Meissner <marcus@jet.franken.de>
15831 Some more recursive include fixes/optimizations.
15833 * 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:
15834 Juergen Schmied <juergen.schmied@metronet.de>
15835 - eliminated one element of the pidl struct (dwSFGAO)
15836 - changed some superflous FIXME
15838 * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
15839 Juergen Schmied <juergen.schmied@metronet.de>
15840 - header uses the last macros now
15841 - rewrote IDropTarget according to the new COM headers
15842 (was local declared not using the already written prototypes)
15843 - corrected Drop method (wrong parameter count)
15845 * windows/dinput.c: Francois Gouget <fgouget@psn.net>
15846 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
15847 Added the interface implementation structures.
15848 I remembered from an email that even when asked for a
15849 IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
15850 considered that we would only implement the latter. The
15851 IDirectInputDeviceA_xxx methods have been renamed to
15852 IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
15853 implementation as before.
15854 Renamed the implementation structures to XxxImpl.
15856 * include/dinput.h: Francois Gouget <fgouget@psn.net>
15857 Use latest COM macros
15858 Defined the IDirectInputDeviceA interface independently from
15859 IDirectInputDevice2A.
15860 Removed the 32 suffix of the interfaces. Hopefully this will not
15861 cause any problem with the renaming.
15862 Moved the implementation specific stuff to dinput.c (well, the
15863 interfaces at least).
15865 Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
15867 * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
15868 Changed initial process creation to avoid memory allocations.
15869 Removed a few unused fields in PDB and THDB.
15871 * scheduler/client.c, scheduler/thread.c:
15872 Removed thread queue functions.
15873 Changed initial thread creation to avoid memory allocations.
15874 Moved server startup to THREAD_CreateInitialThread.
15876 * scheduler/synchro.c:
15877 Removed use of per-thread wait_struct, cleaned up a bit.
15879 * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
15881 * include/winnt.h: Added a few exception codes.
15883 * 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:
15884 Michael Veksler <mveksler@techunix.technion.ac.il>
15885 - Fix headers to include less or smaller header files.
15886 - Fix header and source files to include missing header files to avoid
15887 warnings and errors.
15889 * loader/signal.c, memory/ldt.c, misc/port.c:
15890 Marcus Meissner <marcus@jet.franken.de>
15891 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
15892 wine_sigaction __PIC__ cases, since "g" will not work with
15893 -fomit-frame-pointer ("g" is referenced using %esp which was
15894 invalidated before). Bug found and (other) fix suggested by
15895 <daniel@mat.utfsm.cl> Daniel Serpell.
15897 * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
15898 Added missing WINAPIs.
15900 * 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:
15901 Stephane Lussier <stephane@macadamian.com>
15902 Fix problem where you need mouse activity to unlock some 16 bits
15903 thread with multi-threaded apps.
15905 Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
15907 * 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:
15908 Francis Beaudet <francis@macadamian.com>
15909 Implemented the OleCreateFontIndirect method and the associated COM
15910 object. That object supports the IFont and IDispatch interfaces.
15912 * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
15913 Marcus Meissner <marcus@jet.franken.de>
15914 Problems reported by Donald Page, PR 105-107.
15916 * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
15917 More commenting, better debugging of color problems, and support for
15918 the new TerminalType option in wine.ini. This allows us to select
15919 which terminal type we are really using so that we can, for example,
15920 use its color capabilities.
15922 * console/interface.c, include/console.h:
15923 Joseph Pranevich <jpranevich@lycos.com>
15924 Support for the new InitialRows andf InitialColumns options in wine.ini
15925 (Generic replacement for XtermResolution option...)
15927 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
15928 Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
15930 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
15931 Removal of obsolete XtermResolution option.
15933 * documentation/console, wine.ini:
15934 Joseph Pranevich <jpranevich@lycos.com>
15935 Add information about the new wine.conf options.
15937 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15938 Fixed backtrack issue on 16bit code.
15940 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15941 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
15943 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15944 Fixed comment for Wine documentation.
15946 * include/server.h, include/server/request.h, server/request.c, server/trace.c:
15947 Added get/set_handle_info request.
15949 * graphics/x11drv/dib.c:
15950 Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
15952 * 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:
15953 Bertho Stultiens <bertho@panter.soci.aau.dk>
15954 Fix a couple of 64bit platform problems and speed up compilation. See
15955 tools/wrc/CHANGES for details.
15957 * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
15958 mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
15959 correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
15961 * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
15962 Added a check for the existence of wine.sym before installing it.
15964 * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
15965 Francis Beaudet <francis@macadamian.com>
15966 Added some new stubs for the OLE menu descriptor methods.
15968 Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
15970 * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
15971 Fixed message filtering check.
15973 * 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:
15974 Juergen Schmied <juergen.schmied@metronet.de>
15975 - made the security functions consistent. advapi calls down to ntdll now
15976 - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
15977 SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
15978 - nt-header cleanup
15980 * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
15981 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15982 Fixed a few broken includes.
15984 * windows/nonclient.c: Reverted broken close button change.
15986 * 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:
15987 Jeff Garzik <jgarzik@pobox.com>
15988 Added missing string.h include.
15990 * loader/ne/module.c:
15991 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15992 Only append .dll if no extension yet.
15994 * windows/message.c: Francis Beaudet <francis@macadamian.com>
15995 Temporary fix suggested by Ulrich to allow the
15996 MsgWaitForMultipleObject method to be called from 16 bit threads.
15998 * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
15999 Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
16000 case it's sent to a window that doesn't handle it (i.e. not MDI
16003 * include/dce.h, windows/dce.c, windows/winpos.c:
16004 Ove Kaaven <ovek@arcticnet.no>
16005 Added extra child arguments to DCE_GetVisRgn() to be able to handle
16006 PARENTDC class style combined with CLIPCHILDREN window style, to
16007 prevent mis-redraws in Free Agent 16-bit.
16009 * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
16010 Don't hang on the last child if it's not wanted.
16012 * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
16013 Partial stub implementation of undocumented KERNEL routine PK16FNF,
16014 needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
16016 * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
16017 Fix redraw problems for ChooseColor dialog.
16019 * */*.c: Marcus Meissner <marcus@jet.franken.de>
16020 Removed a lot of occurences of windows.h (and added necessary other
16023 * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
16024 Francois Gouget <fgouget@psn.net>
16027 * include/dsound.h, multimedia/dsound.c:
16028 Francois Gouget <fgouget@psn.net>
16029 Changed the first parameter from LPGUID (Windows headers) to REFGUID.
16030 This makes it a 'const GUID*' which means DirectSoundCreate must not
16033 * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
16034 Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
16035 include/wine/obj_base.h)
16037 Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
16039 * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
16040 Stephane Lussier <stephane@macadamian.com>
16041 - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
16042 to support thread-safeness, and nested SendMessage.
16043 - Addition of ReplyMessage32.
16045 * windows/x11drv/wnd.c:
16046 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16047 Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
16049 * misc/commdlg.c, resources/sysres_En.rc:
16050 Pascal Lessard <pascal@macadamian.com>
16051 Applied the changes of the resulting color of the choose color dialog.
16052 Initialize values in the choose color dialog.
16054 * include/wine/obj_base.h, include/wine/obj_marshal.h:
16055 Francois Gouget <fgouget@psn.net>
16056 Removed references to ICOM_INHERITS.
16058 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
16059 Thuy Nguyen <thuy@macadamian.com>
16060 Fixed bug with read-only files.
16062 * multimedia/mciavi.c, multimedia/mcimidi.c:
16063 Marcus Meissner <marcus@jet.franken.de>
16064 Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
16066 * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
16067 dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
16069 * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
16070 Francois Gouget <fgouget@psn.net>
16071 Modified so that they do not use the VTABLE_FUNC macros that performed
16072 casts of all methods put in the jump table. I find it too risky to use
16073 such macros because nothing guarantees that you actually put the right
16074 method at the right place or that the prototype is right.
16076 * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
16077 Francois Gouget <fgouget@psn.net>
16078 Updated to use the latest COM macros. Defined more interfaces and API
16081 * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
16082 Francois Boisvert<francois@macadamian.com>
16083 Implementation of the pushed close button.
16085 Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
16087 * 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:
16088 Francois Gouget <fgouget@psn.net>
16089 Moved some definitions to their proper include file.
16091 * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
16092 Francois Gouget <fgouget@psn.net>
16093 Fixed some ICOM_INHERIT stuff and added new related API functions.
16095 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
16096 Added new API. Part of it was in 'include/objbase.h' before and part
16097 of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
16098 perfect but it's better than having it in 'include/objbase.h'.
16100 * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
16101 Francois Gouget <fgouget@psn.net>
16102 Fixed a number of warnings concerning the matching of the printf
16103 format string and the associated parameters (actually it's mostly
16106 * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
16107 Marcus Meissner <marcus@jet.franken.de>
16108 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
16109 mciLoadCommandResource32: second arg is wide string
16110 mciGetDriverData: spec has just one long argument
16112 * 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:
16113 Francois Gouget <fgouget@psn.net>
16114 Changed ICOM_THIS definition.
16116 * dlls/version/info.c, include/ver.h:
16117 Bertho Stultiens <bertho@panter.soci.aau.dk>
16118 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
16119 The VS_VERSION_INFO is a simple define and would cause confusion.
16120 Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
16122 * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
16123 "Configure finished" message suggests to call make when make depend
16126 * */*: Marcus Meissner <marcus@jet.franken.de>
16127 Optimized include/*.h: (recursively) include all headers needed by
16128 this .h file, but only those. Necessary fixes to a lot of .c files,
16129 started optimizing "windows.h" away from some of them. Moved
16130 GetCurrentTask prototype to wine/winbase16.h.
16132 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
16133 Luc Tourangeau <luc@macadamian.com>
16134 Preliminary listview control implementation.
16136 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
16137 Give the context menu its proper behaviour and modify TrackPopupMenu
16138 to comply with windows API.
16140 * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
16141 GetUpdateRect should return client coordinates unless the window was
16142 created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
16143 in which case the result should be in logical coordinates.
16145 * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
16146 Added the actual definitions of the interfaces.
16148 * include/servprov.h: Francois Gouget <fgouget@psn.net>
16149 Converted to the new COM declaration 'standard' for better
16150 compatibility with C code implementating that interface.
16152 * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
16153 Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
16156 * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
16157 Defined IDropTarget for ShellFolder. Implemented the Constructor,
16158 Destructor, AddRef, Release and QueryInterface methods.
16160 * memory/selector.c, if1632/kernel.spec:
16161 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16162 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
16164 Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
16166 * include/msacm.h, include/winuser.h:
16167 Douglas Ridgway <ridgway@winehq.com>
16168 c2man doesn't like extra semicolons.
16170 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
16171 Resetting X focus should not be done with SetFocus32. Called
16172 the windowing (X11) driver's SetFocus routine directly instead.
16173 This apparently fixes a big heap of user interface problems.
16175 ----------------------------------------------------------------
16176 Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
16178 * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
16179 Eric Pouech <Eric.Pouech@wanadoo.fr>
16180 Changed some functions prototypes (were returning void).
16182 * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
16183 Fixed some Winelib names.
16185 * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
16186 Juergen Schmied <juergen.schmied@metronet.de>
16187 Corrected prototypes func() ->func(void).
16189 * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
16190 Brian Joseph Czapiga <root@glacid.com>
16191 Fixed a few #ifdefs.
16193 * windows/scroll.c, windows/x11drv/wnd.c:
16194 Jerome Vouillon <vouillon@claranet.fr>
16195 Make a correct use of clipping rectangles.
16197 * include/bitmaps/ocr_cross:
16198 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16199 Added white border.
16201 * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
16202 Implemented better output for indirect calls.
16204 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
16205 Fixed typo in winmm.spec.
16207 * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
16208 Gavriel State <gavriels@COREL.CA>
16209 A few non-x86 Winelib fixes.
16211 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
16212 Do not print 'wine: no executeable found' if we did execute something.
16214 * programs/notepad/*:
16215 Marcel Baur <mbaur@g26.ethz.ch>
16216 - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
16217 - Improved printing support (not yet complete)
16218 - Improved file drag and drop (should now work)
16219 - General code cleanup
16221 * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
16222 Eric Pouech <Eric.Pouech@wanadoo.fr>
16223 Fixed bugs on MCI notification (callback info are copied before
16224 asynchronous return) - make use of it in MCI wave and midi.
16225 Implemented mci(Set|Get)DeviceID(16|32) functions.
16227 * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
16228 Since SetParent now hides/shows, explicitly invalidating DCs in the
16229 parent change operation should no longer be necessary.
16231 * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
16232 Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
16235 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16236 Moved VGA port access check at the beginning in order to improve
16237 performance a little bit.
16239 * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
16240 Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
16242 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
16243 Added comments. Think I've fixed INT 10/08 (Get Character and
16244 Attribute at Cursor).
16246 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
16247 Added configuration options XtermProgram and XtermResolution.
16250 * documentation/console, wine.ini:
16251 Joseph Pranevich <jpranevich@lycos.com>
16252 New examples/documentation for console configuration options.
16254 * 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:
16255 Joseph Pranevich <jpranevich@lycos.com>
16256 Moved initialization until later. Also moved around code a bit to be
16259 * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
16260 Added possibility to load .stabs/.stabstr sections from PE dlls.
16261 Unfortunately my samples use currently typedefs which wine-dbg does
16262 not understand, so no actual parsing.
16264 * 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:
16265 Bertho Stultiens <bertho@panter.soci.aau.dk>
16266 Change a couple of names that would conflict after all 32[AW] suffixes
16267 are removed. Structures defined in both mmreg.h and mmsystem.h are
16268 protected with #ifdef:s as in MS' headers.
16270 * misc/imm.c: Patrik Stridvall <ps@leissner.se>
16271 Fixed wrong typecasts.
16273 * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
16276 * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
16277 Fix for X11 includes detection.
16279 * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
16280 Marcus Meissner <marcus@jet.franken.de>
16281 Added possibility to load .stabs/.stabstr sections from PE dlls.
16282 Unfortunately my samples use currently typedefs which wine-dbg does
16283 not understand, so no actual parsing.
16285 * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
16286 Marcus Meissner <marcus@jet.franken.de>
16287 Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
16289 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
16290 Juergen Schmied <juergen.schmied@metronet.de>
16291 Implementation of ConvertDefaultLocale32.
16293 * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16294 WIN31 Look still needs a close button on the left of the menu bar.
16296 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
16297 Changed SetWindowPos32 to force the update of the non-client area.
16299 Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
16301 * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
16302 Bertho Stultiens <bertho@panter.soci.aau.dk>
16303 Fixed a couple of faulty names used in wine and typos so that it will
16304 compile again after conversion from 32[AW] naming to [AW] naming.
16306 * 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:
16307 Marcus Meissner <marcus@jet.franken.de>
16308 Moved the if1632/signal.c stuff into loader/signal.c, adapted function
16309 pointers for wine_debug and INSTR_EmulateInstruction.
16311 * ole/compobj.c: Francois Gouget <fgouget@psn.net>
16312 All guid 'REFxxx' types already have a 'const' inside them.
16314 * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
16315 Marcus Meissner <marcus@jet.franken.de>
16316 Some warnings fixed, one useless VERSION warning removed (winelib).
16319 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16320 RegFlushKey: wrong error code.
16322 * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16323 Adds a warning message if permissions not sufficient.
16325 * 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:
16326 Eric Pouech <Eric.Pouech@wanadoo.fr>
16327 Added support for MCI AVI driver
16328 Added some fixes mixer functions
16329 Fixed MCI string comparison (thanks to Lionel ULMER)
16330 No longer using 16 bit USER functions (use their 32 bit counter part)
16332 Added function sndPlaySound32W
16334 * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
16335 Francois Gouget <fgouget@psn.net>
16336 Added the actual interface definitions to the obj_marshal.h skeleton
16337 file. Also defined the associated C API.
16339 * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
16340 Use global synchronization objects, to be able to use it in different
16341 processes (not only the process which create the synchro object).
16343 * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
16344 Set hwndActiveChild when maximizing a mdi child window because it is
16345 not set when maximizing a window other than the active child.
16347 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
16348 Change the GetMenuItemRect to comply with windows API.
16350 * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
16351 James Juran <jrj120@psu.edu>
16352 Created include/Makefile.in to separate header file installation from
16353 the top-level Makefile.
16355 * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
16356 Thuy Nguyen <thuy@macadamian.com>
16357 - Fixed a small block depot bug.
16358 - Implemented converting from small blocks to big blocks.
16359 - Validated file attributes and flags.
16360 - Fixed a bug for larger files.
16362 * resources/.cvsignore: added sysres_Nl
16364 * 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:
16365 Francis Beaudet <francis@macadamian.com>
16366 Implemented the OLE Drag and Drop target registration mechanism and
16367 the DoDragDrop loop to perform the DnD operation.
16369 * windows/mdi.c, controls/menu.c, include/menu.h:
16370 Francois Boisvert <francois@macadamian.com>
16371 Implemented the WIN31 Look mdi buttons and also some defines for the
16374 * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
16375 Ian Schmidt <irsman@iag.net>
16376 Added entries for most Crypt* calls.
16377 Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
16381 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16382 An app left junk in the undo buffer of an edit control upon creation.
16384 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
16385 Changed SetParent32 to adhere to Windows behaviour (mostly),
16386 which should also keep it from leaving garbage around.
16388 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
16389 Implementation of a simple linked list (static) that stores and counts
16390 references to COM objects.
16392 * include/objbase.h, include/wtypes.h:
16393 Francois Gouget <fgouget@psn.net>
16394 Make the REFxxx types const even in C. Also add FMTID.
16396 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
16397 Don't call EVENT_DummyMotionNotify for hidden windows.
16399 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
16400 Fix some thread-safeness problem when accessing the system message
16403 * windows/input.c, include/winuser.h, relay32/user32.spec:
16404 Marcus Meissner <marcus@jet.franken.de>
16405 Implemented MapVirtualKeyEx (ticket 21).
16406 Ignore keyboard layout for now.
16408 * include/objidl.h, include/wine/obj_clientserver.h:
16409 Francois Gouget <fgouget@psn.net>
16410 Added the actual interface definitions to the obj_clientserver.h
16413 * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
16414 Juergen Schmied <juergen.schmied@metronet.de>
16415 - documented most of the undocumented functions in nt.c
16416 - implemented RtlGetDaclSecurityDescriptor
16417 - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
16418 - stubs for NtRaiseException, RtlRaiseException (this both will crash)
16420 Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
16422 * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
16423 Juergen Schmied <juergen.schmied@metronet.de>
16424 Small fixes to compile with the headers (mostly nt-security).
16426 * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
16427 Juergen Schmied <juergen.schmied@metronet.de>
16428 Made nt-related types compatible, throw out wine-specific types.
16430 * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16431 Use MONITOR_... instead of DESKTOP_... routines to get screen
16432 dimensions; these work also with native USER.
16434 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
16435 WM_ACTIVATE default processing should set window focus.
16436 Should fix focus problems in non-managed mode.
16438 Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
16440 * 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:
16441 Klaas van Gend <klaas@vangend.demon.nl>
16442 Added support for the Dutch language.
16444 * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
16445 Adrian Thurston <adriant@corel.ca>
16446 Zygo Blaxell <zblaxell@corel.ca>
16447 Move property sheets from commctrl.h into into prsht.h.
16449 * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
16450 Lionel Ulmer <ulmer@directprovider.net>
16451 Added 'objbase.h' to prevent compiler warnings.
16453 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16454 Better detection of XShm errors (should now run on remote displays).
16456 * multimedia/mmsystem.c:
16457 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16458 Fixes mixerGetID16/32 problems/errors.
16460 * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
16461 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
16462 declarations must surrender or prepare to be met with deadly force :-)
16464 * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
16465 Added new functions (from Win98)
16466 Added comments with the parameter types for future use with dllglue
16468 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16469 Set the flags for GetVolumeInformation32A.
16471 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
16472 FindWindow failed for 32 bit windows with style != WS_CHILD.
16474 Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
16476 * 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:
16477 Paul Quinn <paulq@corel.ca>
16478 Albert Den Haan <albertd@corel.ca>
16479 Moves files from print.h to winspool.h for better SDK header compliance
16480 for Winelib programs.
16482 * 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:
16483 Albert Den Haan <albertd@corel.ca>
16484 Adrian Thurston <athursto@corel.ca>
16485 Paul Quinn <paulq@corel.ca>
16486 Zygo Blaxell <zygob@corel.ca>
16487 Miscellaneous patches to header files. All of these are supposedly there
16488 to help build Winelib applications.
16490 * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
16491 Adrian Thurston <athursto@corel.ca>
16492 Paul Quinn <paulq@corel.ca>
16493 Zygo Blaxell <zygob@corel.ca>
16494 More types we need for compiling Winelib/MFC applications.
16496 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
16497 Adrian Thurston <adriant@corel.ca>
16498 More types for common controls. Needed for Winelib.
16500 * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
16501 Francois Gouget <fgouget@psn.net>
16502 Better set of macros for defining the COM interfaces.
16504 * dlls/advapi32/security.c, relay32/advapi32.spec:
16505 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16506 Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
16508 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16509 Fixed debug output to follow '-debugmsg' flags.
16511 Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
16513 * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
16514 Michael Veksler <mveksler@techunix.technion.ac.il>
16515 Added missing includes to avoid warnings/errors.
16517 * 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:
16518 Michael Veksler <mveksler@techunix.technion.ac.il>
16519 Moved everything out of windows.h.
16521 * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
16522 Brad Pepers <brad@linuxcanada.com>
16525 * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
16526 Stephane Lussier <stephane@macadamian.com>
16527 -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
16528 So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
16529 with this patch. Unicode version of those functions is currently only
16530 calling the ASCII version.
16531 -Fixed queue signaling using a new EVENT object in the queue for 32 bits
16532 thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
16535 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16536 GetMetaFileBitsEx should work in bytes not words.
16538 * include/shlobj.h: Francois Gouget <fgouget@psn.net>
16539 DllGetClassObject should take a REFCLSID not an LPCLSID.
16541 * objects/dib.c, include/global.h, memory/virtual.c:
16542 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16543 Change fault handler 'addr' argument to LPCVOID.
16545 * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16546 Call VIRTUAL_HandleFault if read/write returns EFAULT.
16548 * dlls/comctl32/treeview.c:
16549 Bertho Stultiens <bertho@panter.soci.aau.dk>
16550 Fix typo to map GetTextExtentPoint to the correct 32A version.
16552 * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
16553 Marcus Meissner <marcus@jet.franken.de>
16554 Some small bugfixes, added more PE relocation types (for WinCE mostly),
16555 some console prototypes, -dll is useful for winelib too, regtest
16558 * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
16559 Paul Quinn <paulq@corel.ca>
16560 GetCursorPos is actually a BOOL.
16562 * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
16563 Adrian Thurston <adriant@corel.ca>
16564 More types, C++ protection, and a typo correction for mmsystem.h.
16566 * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16567 Move the #define of DUMMYUNIONNAME* to before they are used.
16568 Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
16569 Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
16570 Define "TV_ITEM" to agree with you-know-who's documentation.
16572 * dlls/version/info.c:
16573 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16574 NULL is a valid argument as handle for GetFileVersionInfoSize32A.
16576 * include/dinput.h, windows/dinput.c:
16577 Lionel Ulmer <ulmer@directprovider.net>
16578 Added buffered device access for DInput's mouse driver.
16580 * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
16581 Wrong access on server handle was demanded (GENERIC_READ instead of
16584 * dlls/shell32/shellord.c:
16585 Juergen Schmied <juergen.schmied@metronet.de>
16586 Better implementation (takes strings or res-id's now).
16588 * dlls/version/resource.c:
16589 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16590 Bugfix: NULL pointer check for output parameters.
16592 * dlls/shell32/brsfolder.c:
16593 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16594 Fixed two pointer/integer mismatch warnings.
16596 * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16599 * console/xterm.c, win32/console.c:
16600 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16601 wine_openpty is not properly declared (either missing or mismatched
16602 declarations) in both places where it is used.
16604 * include/wingdi.h, objects/dib.c:
16605 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16606 Fix types of GetDIBits functions (LPSTR should be LPVOID).
16608 * graphics/x11drv/dib.c:
16609 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16610 Fixes several problems with SetDIBitsToDevice if xSrc != 0.
16611 Thanks to Ian Schmidt for the logs.
16613 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
16614 The systems buttons (minimize/restore/close) now appear on the menu
16615 bar of mdi application.
16617 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
16618 Implemented the magic menu items id's used by windows when inserting
16619 the minimize/maximize/close buttons in the menu bar of an application.
16621 * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
16622 Adds support for EMR_STRETCHDIBITS in EMFs.
16624 * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
16625 Fixed image size and line size, added 8bit color/palette handling.
16627 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
16628 Fixed formatting of code
16629 Now changes to directory of program to be run before starting wine
16631 * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
16632 Stephane Lussier <stephane@macadamian.com>
16633 - Cleaned up the message queue when a thread exit (but not the process).
16634 - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
16635 queue link list is corrupted.
16637 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
16638 Sounds were cut off due to integer overflow. Fixed.
16640 * include/windowsx.h: Paul Quinn <paulq@corel.ca>
16641 Added windowsx.h for Winelib.
16643 Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
16645 * 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:
16646 <ewill@ncal.verio.com>
16647 Added common dialogs test program.
16649 * 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:
16650 Noel Borthwick <noel@macadamian.com>
16651 Added management and allocation of the PERQUEUEDATA structure.
16653 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
16654 Lionel Ulmer <ulmer@directprovider.net>
16655 - added a dump of the palette creation flags
16656 - changed palette creation code in vga.c to prevent useless error
16659 * documentation/wine.man, files/drive.c, wine.ini:
16660 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16661 Use vfat/win95 as default.
16663 * 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:
16664 Marcus Meissner <marcus@jet.franken.de>
16665 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
16666 aviinfo and aviplay programs.
16668 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16669 Continued hack to win32/console.c, so that the IDA Pro Disassembler
16670 works again. Needs much more work however.
16672 * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
16673 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
16676 * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
16677 Added missing ULONG to static const OFFSET_xx.
16679 Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
16681 * documentation/wine.man: James Juran <jrj120@psu.edu>
16682 Various manpage updates, including the incorrect statement about glibc
16685 * documentation/debugging: James Juran <jrj120@psu.edu>
16686 Fix pointer to the Windows Disassembler 32. Thanks to Herbert
16687 Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
16689 * dlls/msacm32/driver.c:
16690 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16691 Another usage of non-portable functions...
16694 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16695 Some values of pBiosData added/fixed.
16697 * 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:
16698 Patrik Stridvall <ps@leissner.se>
16699 Moved some more code to the X11 driver.
16701 * 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:
16702 Patrik Stridvall <ps@leissner.se>
16703 TTY driver changes.
16705 * 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:
16706 Patrik Stridvall <ps@leissner.se>
16707 X11 driver changes.
16709 * 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:
16710 Patrik Stridvall <ps@leissner.se>
16711 Non-X11 compile fix for generated code.
16713 * include/monitor.h, windows/multimon.c:
16714 Patrik Stridvall <ps@leissner.se>
16715 Implementation of the new monitor abstraction.
16717 * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
16718 Patrik Stridvall <ps@leissner.se>
16719 New TTY driver for GDI.
16721 * configure, configure.in, include/acconfig.h, include/config.h.in:
16722 Patrik Stridvall <ps@leissner.se>
16723 - Added the graphics/ttydrv directory.
16724 - Don't search for reentrant X when X doesn't exist.
16725 - Added config options HAVE_LIBXXPM
16726 - Added checks if the header files also exist for some libraries
16728 Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
16730 * 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:
16731 Francois Gouget <fgouget@psn.net>
16732 Replaced references to interfaces.h by wine/obj_xxx.h headers instead
16733 since these headers already provide the necessary definitions.
16735 * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
16736 Eric Pouech <Eric.Pouech@wanadoo.fr>
16737 Removed references to obsolete msdos/cdrom.c file.
16738 Make use of new Wine internal CD ROM interface.
16740 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16741 Fixed tracks indexing in mcicda.c
16742 Make use of new Wine internal CD ROM interface.
16744 * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
16745 Eric Pouech <Eric.Pouech@wanadoo.fr>
16746 New Wine internal interface for handling CD Rom (especially audio CD
16749 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
16750 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16751 Change a few types to match you-know-who's declarations.
16752 HTREEITEM is a struct _TREEITEM FAR*
16753 GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
16754 Adjustment of Wine C code to match the new types included.
16756 * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16757 Fixed GET_LZ_STATE macro.
16759 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
16760 Lionel Ulmer <ulmer@directprovider.net>
16761 Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
16763 * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
16764 Albert den Haan <albertd@corel.ca>
16765 Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
16767 * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
16768 reslen could be used uninitialised in GetFileResource32 (fixes some
16769 strange VerQueryValue crashes).
16771 * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
16772 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
16773 LOCALE_IINTLCURRDIGITS.
16775 * memory/selector.c, relay32/kernel32.spec:
16776 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16777 Bugfix: Preserve EAX in UnMapSLFixArray().
16779 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16780 Fixes little pointer bug in DPA_DeletePtr().
16782 * if1632/kernel.spec, memory/string.c:
16783 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16784 Implemented KERNEL.434 (UnicodeToAnsi).
16786 * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16787 GetDiskFreeSpaceEx32A can get null pointers and still not crash.
16789 * graphics/psdrv/driver.c:
16790 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16791 Clear up args to PSDRV_AdvancedSetupDialog.
16793 * graphics/x11drv/xfont.c:
16794 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16795 Reduce MAX_FONT_SIZE to 1000.
16797 Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
16799 * 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:
16800 Added input queue to server-side console object,
16801 read/write_console_input requests, and use them for
16802 Read/WriteConsoleInput.
16804 * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
16805 Fix to allow for recvmsg() returning less data than is needed.
16807 * include/toolhelp.h, include/windows.h:
16808 Attempt at fixing the MAX_PATH multiple definition problem.
16810 ----------------------------------------------------------------
16811 Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
16813 * include/module.h, loader/ne/resource.c:
16814 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16815 Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
16816 usable by the VERSION code.
16818 * include/pe_image.h, loader/pe_resource.c:
16819 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16820 Added GetResDirEntryA for use by the VERSION code.
16822 * misc/Attic/ver.c, misc/Makefile.in:
16823 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16824 Removed old VER.DLL code.
16826 * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
16827 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16828 Implementation of VERSION.DLL. Based on old misc/ver.c.
16829 - Accessing PE version info resources should work correctly now.
16830 - Fixed memory leaks.
16831 - Clean separation of 16- and 32-bit parts.
16834 * Makefile.in, configure, configure.in, dlls/Makefile.in:
16835 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16836 Add new subdirectories dlls/ver and dlls/version.
16838 * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
16839 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16840 Implementation of VER.DLL. Thunks up to VERSION.DLL.
16842 * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
16843 IsCharAlpha32A: use look-up table from ole2nls.c.
16845 * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
16846 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
16847 NORM_IGNORESYMBOLS in string mapping mode.
16849 * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
16850 Create X window for child windows reparented to be top level windows.
16852 * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
16853 Juergen Schmied <juergen.schmied@metronet.de>
16854 Stub for PathQualify32[A|W].
16856 * graphics/d3dmaterial.c, graphics/ddraw.c:
16857 Lionel Ulmer <ulmer@directprovider.net>
16858 Babrian Viktor <v@ulysses.sch.bme.hu>
16859 - added support for ColorKeying during blits
16860 - miscellaneous fixes
16862 * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
16863 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
16864 Added an implementation of MRSW locks.
16866 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
16867 Added missing includes (the PSP handling was incorrect, as the
16868 MZ_SUPPORTED definition was missing). Added a simple handler for
16869 direct console input, which needs to be improved.
16871 * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
16874 * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
16875 List handles WaitForMultipleObjects is waiting for when running with
16878 * dlls/advapi32/security.c, relay32/advapi32.spec:
16879 Juergen Schmied <juergen.schmied@metronet.de>
16880 Stub for GetSecurityDescriptorControl.
16882 * relay32/user32.spec, windows/user.c:
16883 Juergen Schmied <juergen.schmied@metronet.de>
16884 Stub for GetUserObjectSecurity.
16886 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
16887 Implemented handling of REG_MULTI_SZ and fixed small bug in
16890 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
16891 Every EM_GETLINE send between a 32W to a 32A window returned
16892 incomplete values before (the first 2 chars where cut away).
16894 * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16895 Fix typo in SetWindowPos32.
16897 Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
16899 * include/builtin32.h, misc/main.c, relay32/builtin32.c:
16900 Marcus Meissner <marcus@jet.franken.de>
16901 Enable/disable relay32 debugging on the fly. Start app with
16902 -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
16904 * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
16905 Lionel Ulmer <ulmer@directprovider.net>
16906 Added check for the presence of Mesa's header files.
16908 * multimedia/audio.c, multimedia/dsound.c:
16909 Andreas Mohr <a.mohr@mailto.de>
16910 Fixed error messages.
16912 * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
16913 Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
16915 * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
16916 SetParent should link the window at the start of the list.
16918 * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
16919 In Window SetWindowPos with SWP_HIDEWINDOW does not remove
16920 the focus from the focus window; ShowWindow with SW_HIDE does.
16921 So move the code that does this from SetWindowPos to ShowWindow.
16923 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
16924 Check for NULL in lstrcpy* (Windows uses real exception handlers).
16926 * Makefile.in: James Juran <juran@cse.psu.edu>
16927 Don't install include files when --disable-lib is used.
16929 * relay32/winmm.spec:
16930 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16931 Added WINMM joy* .spec entries.
16933 * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16937 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16940 * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16943 * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
16944 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16945 Some interrupt enhancements.
16948 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16949 implemented timer latching
16951 temporary "fix" for Linux's coarse timer resolution
16953 * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
16954 Francis Beaudet <francis@macadamian.com>
16955 Implemented the startup-shutdown mechanism for the COM subsystem.
16956 Implemented the Class object registration mechanism.
16958 * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
16960 * 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:
16961 Francis Beaudet <francis@macadamian.com>
16962 Added an implementation of the OLE structured storage. The main
16963 features of this implementation are:
16964 - Can open storages created in Windows.
16965 - Can create new storages that the windows libraries can
16967 - Provides all the functionality to create/open/remove and
16968 rename streams and storages inside the main storage object.
16970 * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
16971 Ove Kaaven <ovek@arcticnet.no>
16972 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
16973 through a function pointer instead. Added a few traces. Fixed the
16974 "Memory corruption !" message in DGA mode. Commented out an
16975 unnecessary TSXF86VidModeSetViewPort that caused my X server to
16976 act up, relying on TSXF86DGASetViewPort instead.
16978 * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
16979 Marcus Meissner <marcus@jet.franken.de>
16980 Some more warnings and bugs fixed.
16982 * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
16985 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
16986 Alex Priem <alexp@sci.kun.nl>
16987 - The usual bugfixes.
16988 - Better unicode support (only defines, currently)
16989 - Drag & drop implemented.
16990 - LPSTR_TEXTCALLBACK should work now.
16991 - First start at custom draw code.
16993 * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
16994 Make sure that the keystate received by the WM_XBUTTONUP and
16995 WM_XBUTTONDOWN matches the message. In X, the keystate is changed
16996 after the message is processed. In Windows, it is changed before.
16998 * dlls/advapi32/security.c, dlls/advapi32/service.c:
16999 Matthew Becker <mbecker@glasscity.net>
17002 * win32/file.c: Berend Reitsma <berend at asset-control.com>
17003 SetFileAttributes32A changed to make file writeable when
17004 FILE_ATTRIBUTE_READONLY is not set.
17006 * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
17007 Joseph Pranevich <jpranevich@lycos.com>
17008 Preliminary color console support.
17010 * 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:
17011 Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
17012 Updated Finnish language support.
17014 Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
17016 * 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:
17017 Marcus Meissner <marcus@jet.franken.de>
17018 Updated msvideo. New program 'icinfo [-about] [-configure]' to
17019 query installed (win32) compressors. Started on AVIFILE support.
17021 Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
17023 * 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:
17024 Noomen Hamza <noomen@macadamian.com>
17025 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
17028 * debugger/dbg.y, debugger/debug.l:
17029 NF Stevens <norman@arcady.u-net.com>
17030 Implemented the symbolfile command (as mentioned by the help
17031 command). This reads a symbol file in the format generated by nm.
17033 * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
17035 - Added direct play ascii interfaces.
17036 - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
17038 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
17039 Fixed FILE_VIEW struct initialisation.
17041 * include/dosexe.h:
17042 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17043 Fixed non-i386 compile.
17045 * 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:
17046 James Juran <jrj120@psu.edu>
17047 Commented out unused variables to prevent needless compiler warnings.
17049 * include/ddeml.h, misc/ddeml.c:
17050 Keith Matthews <keith_m@sweeney.demon.co.uk>
17051 1st cut implementation of DdeInitialize32W and supporting code.
17053 * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
17054 Matthew Becker <mbecker@glasscity.net>
17055 Documentation standardizations.
17057 * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
17058 Stephane Lussier <stephane@macadamian.com>
17059 - Made the message queue access to be thread safe. (Using two new
17060 functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
17061 instead of GlobalLock16()).
17062 - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
17065 * 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:
17066 Marcus Meissner <marcus@jet.franken.de>
17067 Fixed a lot of warnings for possible problems.
17069 * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
17072 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
17073 Fixed various bugs.
17074 Made newbie mode easier.
17076 * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
17077 Marcus Meissner <marcus@jet.franken.de>
17078 Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
17080 * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
17081 Switch ncurses.h/curses.h include (works better for FreeBSD).
17083 * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
17084 Fixed loading of win32 drivers.
17086 Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
17088 * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
17090 * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17091 Temporary #if 0'ed part for builtin modules in MSACM to make it
17092 compile with the patch for loadable drivers.
17094 * include/driver.h, relay32/winmm.spec, windows/driver.c:
17095 Eric Pouech <Eric.Pouech@wanadoo.fr>
17096 Added support for loading drivers in Wine.
17098 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
17099 A perl script to produce a bug report with little hassle.
17101 * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
17102 Added (dummy) Death/Resurrection calls to DisplayDib.
17104 * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
17105 Allocate a DOS handle if we open a normal file with LZOpenFile16.
17107 * graphics/ddraw.c, include/ddraw.h:
17108 Lionel Ulmer <ulmer@directprovider.net>
17109 - added depth conversion routines (only 8bpp -> 16 bpp for now)
17110 - added support of DEPTH_FILL for Blits
17111 - added some flags in GetCaps to get some games working
17113 * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
17114 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17115 Implemented GetIconInfo16 -> call to GetIconInfo32.
17117 * scheduler/client.c: Commented out EXEC_SERVER
17119 * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
17120 3 missing WINAPI added.
17122 * 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:
17123 Juergen Schmied <juergen.schmied@metronet.de>
17126 * dlls/comctl32/treeview.c, include/commctrl.h:
17127 Juergen Schmied <juergen.schmied@metronet.de>
17128 Changed some treeview related definitions.
17130 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
17131 Juergen Schmied <juergen.schmied@metronet.de>
17132 Implemented SHBrowseForFolder() dialog.
17134 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17135 Fixed typo in type (removed quite a few warnings).
17137 * dlls/advapi32/security.c, relay32/advapi32.spec:
17138 Marcus Meissner <marcus@jet.franken.de>
17139 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
17140 Return NULL from OpenThreadToken.
17142 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17143 Do not endlessly loop in CONSOLE_get_input after EOF.
17144 Create xterm even if stdin is not a terminalhandle.
17145 SetConsoleCursorPosition: Only make complex console on row change,
17146 ignore interline positioning (so the cygwin cmdline tools do not
17147 create xterms unnecessary)
17149 * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17150 Make sure DrvGetPrinterData returns the correct data if cbData <= 1
17152 * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
17153 Stephane Lussier <stephane@macadamian.com>
17154 - Changing MESSAGEQUEUE structure according to Ulrich proposition.
17155 - One message queue for every thread needing it.
17156 - Messages in the message queue are now stored in a linked list
17157 - Messages are allocated in the system heap.
17158 - Messages in the message queue are 32 bits (MSG32).
17159 - All read/write operations regarding messages in the message queue are
17162 Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
17164 * 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:
17165 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17166 Fixed several bugs and typos.
17168 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17171 * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
17172 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17173 New drag list control.
17175 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17176 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
17178 * dlls/comctl32/progress.c, include/progress.h:
17179 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17180 Added WM_[G/S]ETFONT handling.
17182 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17183 Added WM_COMMAND and WM_NOTIFY handling.
17185 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17186 Fixed redraw bug for tracking tooltips.
17188 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17189 Added some messages to the rebar control.
17191 * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
17192 Several internal functions won't compile when the conditional
17193 #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
17194 comes out false. I moved the conditionals around so that
17195 the file would at least compile. Not sure if it does the
17196 right thing on non-linux/FreeBSD/NetBSD systems.
17198 * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
17199 Moved process.h higher up the include list, to avoid a problem with
17200 "ERR" being redefined in sys/regset.h.
17202 * misc/comm.c: Geoff Clare <gwc@root.co.uk>
17203 The B57600 and B115200 symbols are not defined in Unixware.
17205 * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
17206 Change SW_??? options on list box scrolling so that they match what
17209 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
17210 Moved DOS handle allocation slightly, to fix potential memory
17211 leaks and lost handles. Also removed some useless init code.
17213 * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
17214 Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
17215 Internal PostScript printer driver improvements.
17217 * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
17218 Changed EDIT_EM_CharFromPos to return line number.
17220 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
17221 Free the private data pointer, THEN set it to NULL.
17223 * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
17226 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
17227 Sylvain St.Germain <sylvain@macadamian.com>
17228 Implementation of the SafeArray family functions.
17230 * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
17231 Guy Albertelli <galberte@neo.lrun.com>
17232 Added stub for SetThreadLocale.
17234 * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
17235 Finished GetTextCharsetInfo routine.
17237 * ole/nls/enu.nls, ole/ole2nls.c:
17238 Guy Albertelli <galberte@neo.lrun.com>
17239 Fixed FIXME in EnumTimeFormats32W
17240 Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
17243 * documentation/internal-dll, documentation/shell32, documentation/wine.man:
17244 Pascal Cuoq <Pascal.Cuoq@inria.fr>
17247 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
17248 Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
17249 searching for DBG and PDB files.
17251 * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
17252 Fix for files which do not contain exports (fg, EXE) to get processed
17253 for debug information.
17255 * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
17256 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17257 Implemented KERNEL.621 (CBClientThunkSLEx).
17259 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
17260 Marcus Meissner <marcus@jet.franken.de>
17261 Allow switching off/on of debugmsgs in the debugger.
17263 * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
17264 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17265 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
17268 Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
17270 * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
17271 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17272 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
17273 DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
17274 WIN16_PeekMessage32 and WIN16_TranslateMessage32.
17276 * 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:
17277 Juergen Schmied <juergen.schmied@metronet.de>
17278 - some fixes, cleaned up includes, fixed leaks
17279 - clean DllReferenceCount, better DllMain()
17280 - dynamically linking LookupIconIdFromDirectoryEx32 and
17281 CreateIconFromResourceEx32 to USER32
17282 - moved guid's instances to new file shellguid.c
17283 - implemented ShellExecuteEx32W
17285 * ole/Makefile.in, ole/compobj.c, ole/guid.c:
17286 Juergen Schmied <juergen.schmied@metronet.de>
17287 Moved the instance creation of GUID's to a new file.
17288 Size of compobj.o goes down to 1/3; should prevent more sig11's.
17290 * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
17291 New file to instantiate GUID's ms-like.
17293 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
17294 Set private data struct to NULL to expose problems in other code
17295 better. Fixes the XUnmapWindow problems reported by replacing them
17296 with NULL ptr dereferences.
17298 * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
17299 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17302 * files/file.c, include/file.h, loader/dos/dosvm.c:
17303 Marcus Meissner <marcus@jet.franken.de>
17304 DOS programs use handles 0-4 without opening/closing any of those
17305 handles first. Split up Init from AllocDosHandle and call it from
17308 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
17309 Remove configure.in->configure rule (we might not have autoconf).
17311 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
17312 Added "user-friendly" warning for missing X.
17314 * include/ole.h: Fixed GetObject macro problem.
17316 * documentation/status/direct3D:
17317 Lionel Ulmer <ulmer@directprovider.net>
17318 - updated documentation to be in sync with current code
17320 * graphics/d3dmaterial.c, graphics/d3dviewport.c:
17321 Lionel Ulmer <ulmer@directprovider.net>
17322 - various warning and bug fixes
17324 * graphics/d3ddevices.c, graphics/d3dtexture.c:
17325 Lionel Ulmer <ulmer@directprovider.net>
17326 - added more texture formats using OpenGL's packed pixel formats
17328 * graphics/d3dexecutebuffer.c, include/d3d.h:
17329 Lionel Ulmer <ulmer@directprovider.net>
17330 - better support for ExecuteBuffers
17332 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17333 - corrected bug in Z Buffer allocation
17334 - put VIDEOMEMORY flag for all primary surfaces
17335 - put something in a surface after a ReleaseDC
17337 * misc/printdrv.c: Morten Welinder <terra@diku.dk>
17340 * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
17341 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
17343 * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
17344 Check opened enhmetafile for magic values.
17346 * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
17347 Fixed duplicate sound buffer handling. Updated status.
17349 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
17350 New functions lmemcpynAtoW and lmemcpynWtoA for converting
17351 REG_MULTI_SZ (including \0x00)
17352 Better debug output for REG_BINARY and REG_MULTI_SZ
17353 Rewritten RegQueryValueEx32[A|W]
17355 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
17356 Implemented CreateHalftonePalette.
17357 Fixed 3 crashes (1 real, 2 potential).
17359 * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
17360 Marcus Meissner <marcus@jet.franken.de>
17361 Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
17363 * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
17364 Sylvain St.Germain <sylvain@macadamian.com>
17365 DoDragDrop and OleIsCurrentClipboard stub implementation.
17367 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
17368 Make LoadTypeLib stub return failure instead of success.
17370 Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
17372 * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
17373 Marcus Meissner <marcus@jet.franken.de>
17374 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
17375 API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
17377 Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
17379 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
17380 Francis Beaudet <francis@macadamian.com>
17381 There were two copies of the DdeCmpStringHandles (A and W) and that
17382 API does not have 2 versions. Removed the extra version.
17384 Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
17386 * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
17389 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17390 Win32 console needs SYNCHRONIZE access.
17392 * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
17393 Marcus Meissner <marcus@jet.franken.de>
17394 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
17397 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
17398 LCMapStringA: if dstlen is insufficient, return
17399 ERROR_INSUFFICIENT_BUFFER (verified).
17401 * objects/enhmetafile.c, relay32/gdi32.spec:
17402 Marcus Meissner <marcus@jet.franken.de>
17403 Some small fixes to enhmetafiles.
17405 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
17406 Do not call ownerdraw for invalid items (empty focusrects).
17407 Fixes Eudora 16bit empty Inbox problem.
17409 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
17410 Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
17411 these functions with the same logic as the NC_DrawCloseButton function.
17413 * windows/win.c: Noel Borthwick <noel@macadamian.com>
17414 Reparenting a window with SetParent in Windows should cause the child
17415 window being re-parented to be moved up to the topmost in the z-order,
17416 and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
17418 * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
17419 Use external DirectPlay DLLs by default.
17421 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17422 Allow passing task handles to GetThreadQueue() and SetFastQueue().
17424 * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17425 Handle (console) applications that never created a queue correctly
17426 in USER_AppExit(); call InitThreadInput() in InitApp().
17428 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17429 - Fixed creation of message queue in hook API routines.
17430 - Some preparations for thread-local message queues.
17432 * loader/ne/module.c:
17433 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17434 Check module name length in ModuleNext().
17436 * windows/x11drv/event.c:
17437 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17438 Use Callout to call RedrawWindow32.
17440 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
17441 Clear DOS extended error only for funcs >=0x2f (thanks to Dave
17444 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17445 Unified palette create, do allocate colorcells on init for DGA.
17447 Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
17449 * 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:
17450 Hacked server-side device support
17451 Added user APCs support.
17452 Many changes to the xterm console to make use of the server (not
17454 Moved some other small stuff to the server.
17456 * tools/make_requests: Added long type format.
17458 * server/Makefile.in, server/device.c:
17459 Added server-side device support (only a hack for now).
17461 Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
17464 Recovered log entries from CVS mailing list.
17466 * relay32/ntdll.spec, dlls/ntdll/rtl.c:
17467 Marcus Meissner <marcus@jet.franken.de>
17468 Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
17471 Marcus Meissner <marcus@jet.franken.de>
17472 Handle ERROR_WRITE_PROTECT too in readonly fallback open.
17474 * dlls/advapi32/security.c, relay32/advapi32.spec:
17475 Marcus Meissner <marcus@jet.franken.de>
17476 Added GetSecurityDescriptorLength stub for regedt32.exe.
17478 * debugger/Makefile.in, files/Makefile.in:
17479 Marcus Meissner <marcus@jet.franken.de>
17480 Add "" around -D defines for paths with spaces in them.
17482 * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
17483 Lionel Ulmer <ulmer@directprovider.net>
17484 Cleaned up ColorKey handling.
17486 * objects/metafile.c:
17487 Paul Quinn <paulq@COREL.CA>
17488 METARECORD member rdParam should be rdParm (in win32 sdk)
17489 lots of changes in this source file to reflect this change.
17491 * 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,
17492 relay32/gdi32.spec:
17493 Paul Quinn <paulq@COREL.CA>
17494 Fixed bad defines, added a few types 'n defines.
17496 * windows/dinput.c:
17497 Marcus Meissner <marcus@jet.franken.de>
17498 Disable broken callbacks which lead to crashes.
17500 * multimedia/mcistring.c:
17501 Eric Pouech <Eric.Pouech@wanadoo.fr>
17502 Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
17503 internal structures).
17506 Marcus Meissner <marcus@jet.franken.de>
17507 debug.h needs to be included last since it #undefs ERR for Solaris.
17509 * debugger/debug.l, debugger/memory.c:
17510 Marcus Meissner <marcus@jet.franken.de>
17511 Added /u format to debugger display for UNICODE strings.
17513 * loader/pe_image.c:
17514 Marcus Meissner <marcus@jet.franken.de>
17515 Remove irritating FIXME line no longer needed.
17518 Eric Pouech <Eric.Pouech@wanadoo.fr>
17519 Added missing '\n' in FIXME message.
17521 * graphics/ddraw.c:
17522 Robert Riggs <rriggs@tesser.com>
17523 objbase.h needed for WINE_StringFromCLSID(), fix C function
17524 declarations, install a colormap if we are not managed, release
17525 backbuffers in DGA mode, fix video mode switching logic to avoid
17526 possible NULL pointer dereference.
17529 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17532 * 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:
17533 Better DOS file handle management.
17535 * documentation/common_controls:
17536 Francis Beaudet <francis@macadamian.com>
17537 This should help prevent duplicate work.
17539 * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
17540 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17541 Implemented Death() and Resurrection(), two functions needed by some
17542 TPWin (?) command line tool.
17544 * windows/winproc.c:
17545 Juergen Schmied <juergen.schmied@metronet.de>
17546 Added 32->16 translation for WM_ACTIVATEAPP.
17548 * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
17549 Juergen Schmied <juergen.schmied@metronet.de>
17550 New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
17551 Implementation for SHGetSpecialFolderPath32[A|W].
17554 * console/xterm.c, misc/port.c, win32/console.c:
17555 Joseph Pranevich <jpranevich@lycos.com>
17556 Change all Wine openpty() implementations to match the "standard" and
17557 then make them both call the same code leaving the option to change
17558 that code to call the "standard" openpty() at a later date.
17560 * relay32/kernel32.spec, scheduler/process.c:
17561 Marcus Meissner <marcus@jet.franken.de>
17562 Added SetProcessAffinityMask stub.
17564 * graphics/ddraw.c, include/ddraw.h:
17565 Marcus Meissner <marcus@jet.franken.de>
17566 Fixed the other union misuse too (one less mem corruption)
17567 Re-added XInstallColormap (or non managed does not change palette)
17569 * if1632/kernel.spec, scheduler/synchro.c:
17570 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17571 Added an implementation for KERNEL.495.
17573 * 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:
17574 Lionel Ulmer <ulmer@directprovider.net>
17575 - added bitmask to store which ColorKey structures are valid
17576 - handle many new rendering states, some optimizations in state changes
17577 - 8bit palettized textures now support ColorKeying
17578 - some miscellaneous bug fixes and code rewrite
17581 Noomen Hamza <noomen@macadamian.com>
17582 Fixed the look of the menu so it would be compliant with Win95: modified
17583 the mouse tracking code so it would change the selection every time the
17584 mouse moved over a menu item.
17586 * documentation/how-to-port:
17587 Mike Castle <dalgoda@shell.rt66.com>
17590 * dlls/comctl32/updown.c:
17591 Noel Borthwick <noel@macadamian.com>
17593 - When an edit control buddy was used single digit values were not
17595 - Comma values were not displayed correctly when thousands separation
17599 Tom Bech <tomb@ii.uib.no>
17600 While the debug event messages are not implemented, WaitForDebugEvent
17601 should return FALSE.
17603 * if1632/user.spec, objects/bitmap.c:
17604 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17605 Implemented CopyImage16.
17607 * documentation/bugreports
17608 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17611 * console/generic.c, msdos/int21.c:
17612 Marcus Meissner <marcus@jet.franken.de>
17613 Changed 0x01 to use generic console, fixed 0x0b.
17614 Fixed CONSOLE_GetCharacter (two args swapped).
17616 * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
17617 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17618 Allow specifying module name for NE dummy module.
17620 * loader/pe_image.c
17621 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17622 Set module name of dummy module equal to module name of PE module.
17624 * controls/scroll.c, controls/uitools.c:
17625 Marcus Meissner <marcus@jet.franken.de>
17626 Missing include wine/winuser16.h added.
17629 Marcus Meissner <marcus@jet.franken.de>
17630 Create an actual primary surface for screenbuffer.
17632 ----------------------------------------------------------------
17633 Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
17635 * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
17636 Andreas Mohr <a.mohr@mailto.de>
17637 Added config.sys parser.
17639 * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
17640 Small change in LB_SETCURSEL32 handling (the caret should be moved as
17643 * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
17644 Marcus Meissner <marcus@jet.franken.de>
17645 Use autoconf check for presence of sys/file.h.
17647 * dlls/ntdll/rtl.c, relay32/ntdll.spec:
17648 Marcus Meissner <marcus@jet.franken.de>
17649 Implemented DbgPrint, added ultoa.
17651 * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
17652 PeekConsoleInput & ReadConsoleInput need to return 0 records read in
17653 the case of an invalid handle.
17655 * console/ncurses.c, loader/main.c:
17656 Joseph Pranevich <jpranevich@lycos.com>
17657 More verbose debugging output.
17658 Remove compilation warning.
17660 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17661 Fix up some interrupt calls to return at the data that they are supposed
17662 to. Also increase comment verbosity to help debug things later.
17664 * include/options.h, misc/main.c, misc/version.c:
17665 Andreas Mohr <a.mohr@mailto.de>
17666 Added switch -dosver.
17667 Cleanup for OaBuildVersion().
17669 * libtest/.cvsignore: Added vartest and volinfo
17671 * 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:
17672 Juergen Schmied <juergen.schmied@metronet.de>
17673 Many bugfixes, code cleanup.
17674 Removed a few glitches from the COM patch.
17676 * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
17677 Only destroy window once.
17679 * graphics/ddraw.c, include/ddraw.h:
17680 Marcus Meissner <marcus@jet.franken.de>
17681 - moved drawable to common since it is used by both DGA and Xlib.
17682 (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
17683 - added BltFast sanity checks.
17685 * windows/queue.c, loader/task.c:
17686 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17687 InitApp() call removed from 32-bit application startup;
17688 create task message queue in InitThreadInput() instead.
17690 * loader/ne/convert.c:
17691 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17692 Added accelerator table PE->NE resource conversion.
17694 * debugger/editline.c:
17695 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17696 Restart read() in case of EINTR in TTYget().
17698 * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
17701 * 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:
17702 Bertho Stultiens <bertho@panter.soci.aau.dk>
17703 Wrc version 1.0.8. Toolbar resources are now supported. A couple of
17704 other fixes are also included. See file tools/wrc/CHANGES for details.
17706 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
17709 * 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:
17710 James Juran <jrj120@psu.edu>
17711 Add missing #includes and prototypes to eliminate some implicit
17712 function declaration warnings and 'extern's in .c files.
17714 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
17715 Ove Kaaven <ovek@arcticnet.no>
17716 Check for resizeterm in ncurses.
17718 * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
17719 Francis Beaudet <francis@macadamian.com>
17720 New test program for VARIANT functions.
17722 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17723 Some debug information (PDB) was not mapped when loading a module,
17724 which caused a core in the debugger when it tried to access it.
17726 * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
17727 Links libwine.so.1.0 to libwine.so in Wine's main directory.
17728 Makes Wine compile with --enable-dll again.
17730 Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
17732 * 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:
17733 Francois Gouget <fgouget@multimania.com>
17734 Added a lot of COM interfaces definitions.
17735 Restructured COM header files for better compatibility and clarity.
17737 Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
17739 * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
17740 Make GetFileType work for all handle types.
17742 * win32/device.c: Avoid crash on NULL dev->info.
17744 * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
17745 Alex Priem <alexp@sci.kun.nl>
17746 Added stubs and defines for the flat scrollbar common control.
17748 * include/commctrl.h, dlls/comctl32/datetime.c:
17749 Alex Priem <alexp@sci.kun.nl>
17750 Added some defines needed for custom draw'ing and datetime common
17753 * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
17754 Fixed a small bug in function ExtractIconEx32A.
17756 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
17757 HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
17759 * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17760 Make DeleteFile fail for empty path.
17762 * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17763 Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
17765 * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
17766 Fixed wrong buffer which caused fixups to fail.
17768 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
17769 Lionel Ulmer <ulmer@directprovider.net>
17770 - added all the Direct3D error codes
17771 - added 8bit palettized texture support
17773 * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
17774 ifdefs for defines not in linux 2.0.
17776 * relay32/winspool.spec, misc/printdrv.c:
17777 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17778 Added two stubs for AddPrinterDriver.
17780 * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
17781 Ove Kaaven <ovek@arcticnet.no>
17782 Queue SIGALRM to reduce the "signal 14 lost" complaints.
17783 Added support for reprogramming the DOS timer, and reading back the
17786 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
17787 Wine hangs when registry (corrupted) has lone \ at end of file.
17789 * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
17790 Kostya Ivanov <kostya@warmcat.excom.spb.su>
17791 Small patch that enables Clarion for Windows not to trap while
17794 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
17795 Replace troublesome assignments by memset for whole struct.
17797 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17798 Added handling of the 'palent' field of the CreatePalette procedure.
17800 * documentation/wine.man:
17801 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17802 Added description about including/excluding functions from relay
17805 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17806 Read at least 1 input record in ReadConsoleInputA.
17808 * memory/virtual.c:
17809 Fixed CreateMapping when a mapping with the same name already exists.
17811 Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
17813 * server/file.c: Fixed file destruction when file has no name.
17815 Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
17817 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17818 Warns user if multiple -dll switches are used on command line.
17820 * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
17821 Fixed a leftover HeapFree in the trackbar common control.
17823 * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
17824 Alex Priem <alexp@sci.kun.nl>
17825 Fixed some problems with the tab common control (with thanks to Anders
17826 Carlsson <anders.carlsson@linux.nu>).
17828 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
17829 Alex Priem <alexp@sci.kun.nl>
17830 Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
17831 and some missing defines.
17833 * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
17834 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17835 Use MakeCriticalSectionGlobal on all critical sections used across
17836 process boundaries.
17838 * include/winbase.h, include/windows.h:
17839 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17840 Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
17842 * documentation/wine.man:
17843 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17844 Added environment variables in the man page.
17846 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17847 Fixed args of MZ_CreateProcess.
17849 * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
17850 Andreas Mohr <a.mohr@mailto.de>
17851 Fixed string bug in programs/.
17853 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
17854 Added stupid "action" emulation for hardware timers in ioports.c.
17856 * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
17857 Again a small DOSASPI patch.
17859 * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
17860 Andreas Mohr <a.mohr@mailto.de>
17861 Documentation updates.
17863 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17864 - check if palette is not null when setting a palette
17865 - check if window handle is valid before getting its 'drawable'
17867 * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17868 Prevent core dump with some TTF (when X11 runs with a true type
17871 * server/console.c: Marcus Meissner <marcus@jet.franken.de>
17872 Use stdout for default console output.
17874 ----------------------------------------------------------------
17875 Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
17877 * 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:
17878 Lionel Ulmer <ulmer@directprovider.net>
17879 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
17880 - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
17881 - added stretching to Blt function
17883 * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
17884 Try to autodetect NT4.
17886 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17887 0 means success, all else failure for WaitForSingleObject.
17889 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17890 Do not advance the cursor in certain routines. This cleaned up the
17891 implementation quite a bit.
17893 * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
17894 Set console video mode when loading DOS app. (Eventually, I want to
17895 mimic Windows 9x's behavior by setting the video mode only when non
17896 INT 21 calls are used to allow for arbitrary-sized consoles).
17898 * console/interface.c, console/xterm.c:
17899 Joseph Pranevich <jpranevich@lycos.com>
17900 Xterm driver can now resize the terminal when a mode change is
17903 * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
17904 Long standing scroll bug fixed!
17906 * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
17907 Joseph Pranevich <jpranevich@lycos.com>
17908 Rewrite of configuration system to support "regular" curses as well as
17909 eliminating the --with-ncurses option. Now, ncurses support will be
17910 built in if a compatible library is detected.
17912 * include/wintypes.h, windows/defdlg.c:
17913 NF Stevens <norman@arcady.u-net.com>
17914 Fix the return type of DLGPROC type and mask out the unset highword of
17915 the return when a 16 bit dialog proc is called.
17917 * include/interfaces.h: Rein Klazes <rklazes@casema.net>
17918 Add interface ID's for upcoming ITypeLib implementation.
17920 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
17921 Bugfix for trailing slashes, repetition of '/' or '\' and
17922 SetLastError() in GetFullPathname.
17924 * 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:
17925 Juergen Schmied <juergen.schmied@metronet.de>
17926 Moved ADVAPI32 files to dlls/advapi32.
17927 Added stubs for eventlog functions.
17929 * 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:
17930 Juergen Schmied <juergen.schmied@metronet.de>
17931 New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
17932 Cleanup, some more functions UNICODE ready.
17934 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
17935 SHCloneSpecialIDList implemented.
17936 SHGetDataFromIDListA corrected.
17938 * dlls/shell32/iconcache.c:
17939 Juergen Schmied <juergen.schmied@metronet.de>
17940 Shell_GetCachedImageIndex32[A|W] implemented.
17942 * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
17943 Andreas Mohr <a.mohr@mailto.de>
17944 Implemented raw device access calls for ioctlGenericBlkDevReq()
17945 and therefore moved the core functionality of int2[56].c into files/drive.c.
17947 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
17948 Added automatic CMOS RAM checksum calculation.
17950 * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
17951 Andreas Mohr <a.mohr@mailto.de>
17952 SendASPI32Command32 has to be __cdecl.
17953 Updated documentation/aspi and reverted an ERR back to WARN.
17955 * documentation/bugreports: James Juran <jrj120@psu.edu>
17956 Of course we want the last 100 lines, not the first 100 lines.
17957 Use 'tail' instead of 'head'. Also fix text alignment from
17960 * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
17961 Reading joystick 5 when we only support 4 should fail instead of
17964 * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
17965 Playing a non-existent CD should fail instead of crash.
17967 * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
17968 Check for necessary configure reruns for Makefile and Make.rules
17971 * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
17972 Emulates ins/outs correctly for DOS programs.
17974 * 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:
17975 Implemented file sharing checks in the server.
17976 Added set file time server request.
17977 Overall clean up of the file handling (DOS device handling is now
17978 broken, should be redone).
17980 Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
17982 * memory/virtual.c:
17983 Fixed bug in CreateFileMapping when name is not NULL.
17985 * server/request.c: Fixed CHECK_STRING display.
17987 Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
17989 * if1632/kernel.spec, memory/local.c:
17990 Richard A Lough <ralough.ced@dnet.co.uk>
17991 Put return value of LocalAlloc in CX too.
17993 * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
17994 Protect against multiple includes.
17996 * dlls/shell32/iconcache.c: Use proper system directory.
17998 * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
18000 * 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:
18001 Michael Veksler <mveksler@techunix.technion.ac.il>
18002 Moves more stuff from windows.h.
18003 - include/winuser.h - interface relevant to user32.spec
18004 - include/wine/winuser16.h - the old 16 bit interface (internal use)
18005 - include/winbase.h - some minor updates to keep things coherent.
18006 - Lot of other files made to include wine/winuser16.h, which is no
18007 longer included from windows.h
18009 * scheduler/handle.c: Fixed CloseHandle() on global handles.
18011 * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
18012 James Juran <jrj120@psu.edu>
18013 Add some information to the man page and README file.
18014 Make documentation/win95look say [Tweak.Layout] instead of
18016 Fix incorrect command given in documentation/bugreports.
18017 Standard error was not being redirected, so most of the
18020 * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
18021 Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
18023 * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
18024 Initialize lpdwNeeded.
18027 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
18028 Include stuff even if not on __i386__ for debug defines.
18031 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
18032 Another // comment fixed.
18035 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
18036 Need <errno.h> for errno decl. on Solaris.
18038 * include/wingdi.h, include/x11font.h, objects/font.c:
18039 Douglas Ridgway <ridgway@winehq.com>
18040 Implement TranslateCharsetInfo, change charset type to BYTE.
18042 * controls/combo.c, controls/listbox.c, include/combo.h:
18043 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
18044 Better CB_SETCURSEL message handling.
18046 * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
18047 Moved MsgWaitForMultipleObject implementation to USER routines, using
18048 a normal Win32 event.
18050 * tools/make_requests: Send debugging output to stderr.
18052 * 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:
18053 Cleaned up and removed some no longer used code.
18055 * memory/virtual.c: Use server file mapping objects.
18057 * 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:
18058 Added server-side file mapping object support.
18061 Hacked stdio functions to use Win32 file handles. Still needs a proper
18064 * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
18065 Use Win32 file handles instead of Unix ones.
18067 * 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:
18068 Take into account handle inheritance flag.
18070 Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
18072 * debugger/db_disasm.c:
18073 Changed db_task_printsym to always print a full address, no matter
18074 what the operand size is.
18076 * scheduler/critsection.c: Re-implemented using a real semaphore.
18078 * 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:
18079 Removed client-side wait functions; all waiting is now done through
18082 * 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:
18083 Added change notifications.
18084 Added global handle support.
18086 Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
18088 * include/thread.h, scheduler/synchro.c:
18089 Changed server wait logic a bit.
18092 Hacks to support server-side console. Should be redone properly
18095 * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
18096 Reimplemented Read/WriteFile to use server file descriptors.
18097 Removed file position hack as it is wrong for Win32 (should be redone
18100 * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
18101 Added anonymous pipe support
18103 * 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:
18104 Added several file server requests
18105 Added server-side pipes and consoles
18107 Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
18109 * 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:
18110 Added beginnings of server-side file handling.
18111 Added -debugmsg +server support.
18112 Better server request dumping for varargs requests.
18114 * windows/x11drv/wnd.c:
18115 Fixed SetFocus that was broken when moved to x11drv.
18117 * 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:
18118 Added add_queue/remove_queue to server object operations.
18119 Moved select() loop functions to select.c.
18121 Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
18123 * programs/regtest/regtest.c:
18124 Renamed ERR macro to avoid confusing the make_debug script.
18126 * 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:
18127 Juergen Schmied <juergen.schmied@metronet.de>
18128 Fixed tons of incomplete prototypes, assignment's of pointer with
18129 different signedness, superflous ',' and ';' in structures, wrong
18130 return-types, lose of digits and some small glitches.
18132 * graphics/x11drv/xfont.c, include/x11font.h:
18133 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
18134 Cleaned up font encoding handling. Added 'Ignore#' option to the
18135 [fonts] section. Also, file with cached metrics now has the value of
18136 $DISPLAY appended to the filename.
18138 * 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:
18139 Marcus Meissner <marcus@jet.franken.de>
18140 Changed // comments to /* */ so WINE compiles with non-gcc compilers
18143 * 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:
18144 Patrik Stridvall <ps@leissner.se>
18145 Moved more things to the X11 driver.
18147 * include/wingdi.h, objects/brush.c:
18148 Francois Gouget <fgouget@multimania.com>
18149 Fixed the prototype of CreateDIBPatternBrushPt
18151 * include/windows.h: Francois Gouget <fgouget@multimania.com>
18152 Removed the CN_xxx macros since they are not used, do not correspond to
18153 any Windows define and conflict with MFC defines.
18154 windows.h must provide all the definitions contained in winbase.h
18155 Some Xxx32 functions did not have the associated Xxx macro.
18157 * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
18158 Added a typedef for __int64 which is a builtin Visual C++ type
18159 Added a typedef for PUINT
18161 * include/objbase.h: Francois Gouget <fgouget@multimania.com>
18162 REFIID was not defined.
18164 * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
18165 Pavel Roskin <pavel_roskin@geocities.com>
18166 configure first checks whether it is possible to compile IPX code with
18167 Glibc headers. If it fails, next check determines whether direct inclusion
18168 of <linux/ipx.h> works.
18170 * include/tchar.h: Francois Gouget <fgouget@multimania.com>
18171 Provides the mappings. MBCS and Unicode functions are not implemented.
18172 Standard (SBCS) functions may exist or not, with the same or a different
18175 * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
18176 Alex Priem <alexp@sci.kun.nl>
18177 IPaddress common control implementation. First try; needs more work to
18178 remove boring bugs.
18180 Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
18182 * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
18183 Juergen Schmied <juergen.schmied@metronet.de>
18184 Fixed the TEXT redefined warnings.
18186 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
18187 Hook into the (stubbed) resize code in msdos int10.
18189 * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
18190 Joseph Pranevich <jpranevich@lycos.com>
18191 Add support for selection of console mode drivers to use using the
18192 -console option. Currently "tty", "ncurses", and "xterm" are
18194 Add stubs for resizing the screen on mode changes.
18196 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
18197 Jean-Claude Cote <jean-claude@macadamian.com>
18198 Partial implementation for the following DDE APIs:
18199 DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
18200 DdeQueryString, DdeUninitialize.
18202 Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
18204 * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
18205 Jean-Claude Cote <jean-claude@macadamian.com>
18206 Added VarDateFromStr API.
18208 * dlls/comctl32/trackbar.c, include/trackbar.h:
18209 Alex Priem <alexp@sci.kun.nl>
18211 - Vertical trackbars supported now
18212 - TBS_BOTH support (goes along with partial cleanup of drawing code)
18213 - Use COMCTL32 heap instead of system heap
18215 * graphics/ddraw.c, include/ddraw.h:
18216 Peter Hunnisett <hunnise@nortelnetworks.com>
18217 Added all clipper&3d stubs.
18218 Starting ColorKey support.
18219 Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
18220 Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
18221 Added SurfaceEnum dwFlags.
18223 * include/dplay.h, multimedia/dplay.c:
18224 Peter Hunnisett <hunnise@nortelnetworks.com>
18225 Added macros to header file for easier function calling.
18226 Changed implementation a little bit.
18227 Added stubs for dplay3. Still need to break into A and W versions.
18229 * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
18230 CreateFile32A was only allowing console opens on CONIN$/OUT$. This
18231 has been changed to have a case insensitive compare.
18233 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
18234 Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
18236 * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
18237 Jean-Claude Cote <jean-claude@macadamian.com>
18238 Implemented the GetBinaryType API function.
18240 * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
18241 Ove Kaaven <ovek@arcticnet.no>
18242 Added some new dosmod communication possibilities, including
18243 activating a dosmod-specific setitimer(), and the capture of some
18244 common signals, which is returned to Wine (previously a SIGILL
18245 would just cause a "dosmod sync lost" without explanation, now it
18246 invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
18247 SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
18248 be reported by -debugmsg +relay instead of -debugmsg +int. And
18249 fixed non-i386 compilation of dosmod. (Anything else?!)
18251 * loader/main.c, windows/win.c:
18252 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18253 Desktop window queue handling adapted.
18255 * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
18256 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18257 Queue handling adapted to new queue routines.
18259 * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
18260 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18261 Implemented stub for InitThreadInput.
18262 Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
18264 * loader/task.c, miscemu/main.c:
18265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18266 Use Callout table instead of direct GetProcAddress.
18267 UserYield moved to USER.
18269 * include/callback.h, misc/callback.c, if1632/thunk.c:
18270 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18271 Callout table (for KERNEL->USER calls) added.
18272 Callbacks->CallPostAppMessageProc removed.
18274 * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
18275 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18276 Handle non-hardware X events correctly with native USER
18277 (removed reference to MESSAGEQUEUE from KERNEL code).
18278 Handle Expose events with native USER.
18281 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18284 * win32/time.c: Rein Klazes <rklazes@casema.net>
18285 Fix small problem in GetTimeZoneInformation().
18287 * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
18288 Lowest scan code seems to be 1, not zero.
18290 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18291 Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
18293 * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
18294 Juergen Schmied <juergen.schmied@metronet.de>
18297 * dlls/shell32/iconcache.c:
18298 Juergen Schmied <juergen.schmied@metronet.de>
18299 Fixes crash when running without external shell32.dll.
18301 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18302 More messages [LB_*,EM_*] translated 32A from/to 32W.
18304 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
18305 Dest buffer was printed out as str.
18307 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
18308 Getting strings with VerQueryValue32W was broken. Complete
18309 reconstruction of the function.
18311 * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18312 Fix number and type of args in debugging statements.
18314 * ole/storage.c: Marcus Meissner <marcus@mud.de>
18315 IStorage32 vtable was missing 3 stub entries.
18317 Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
18319 * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
18320 Douglas Ridgway <ridgway@winehq.com>
18321 Documentation for TranslateCharsetInfo.
18323 * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
18324 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18325 Make the DOSASPI part use the excellent DPMI RMCB implementation done
18326 by Ove Kaaven, which makes the code _much_ cleaner.
18328 * Make.rules.in, Makefile.in, configure, configure.in:
18329 Todd Vierling <tv@pobox.com>
18330 Use -lwine for linking.
18332 * windows/message.c, windows/queue.c:
18333 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18334 Bugfix: always clear QS_... from *both* changeBits and waitBits.
18335 Bugfix: queue->hSendingTask is *queue* handle, not task handle.
18337 * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
18338 François Gouget <gouget@metaintegration.net>
18339 First step to make it possible to call COM interfaces from C++ code in
18342 * dlls/comctl32/treeview.c, include/treeview.h:
18343 Alex Priem <alexp@sci.kun.nl>
18344 Preliminary tooltip support.
18345 WM_SETFONT/GETFONT added.
18347 Use COMCTL32 heap instead of system heap.
18349 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18350 Implemented PolylineTo.
18352 * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
18353 The Zw... Functions in ntdll.dll are just alternate entry
18354 points for the same functions as the Nt... function of the
18355 same names. Changed ntdll.spec to match this.
18357 * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
18358 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18359 Reorganized PE module loading to prepare for elf-dll loader.
18360 WINE_MODREF creation moved to one central location.
18361 Bugfix: correctly select native/built-in version if .DLL
18362 extension is missing in LoadLibrary call.
18364 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18365 Changed error values MCI_INTERNAL to their correct values.
18367 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18370 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18371 No longer sending directly messages to DriverProc but rather go through
18372 MCI layer (required for open/close).
18374 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18375 Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
18376 for pointing out the bug, see the fix in mcistring.c)
18377 Fixed MCI seeking on CD audio.
18379 * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
18380 Stubs for WaitNamedPipe[A|W].
18382 * 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:
18383 Juergen Schmied <juergen.schmied@metronet.de>
18386 * dlls/shell32/shellord.c:
18387 Juergen Schmied <juergen.schmied@metronet.de>
18388 Stub Control_FillCache_RunDLL.
18390 * dlls/shell32/shell32_main.c:
18391 Juergen Schmied <juergen.schmied@metronet.de>
18392 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
18394 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
18395 ILAppend seems to work now.
18397 * relay32/kernel32.spec, win32/kernel32.c:
18398 Juergen Schmied <juergen.schmied@metronet.de>
18399 Stubs for WaitNamedPipe[A|W].
18401 Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
18403 * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18404 Fix GetTempPath32 if count=0.
18406 * 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:
18407 Todd Vierling <tv@pobox.com>
18408 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
18409 (run autoconf after this). Note that the check has been altered to break
18410 out of the AC_CHECK_HEADERS after the first match - this is so
18411 <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
18412 with the emulated ossaudio.
18413 - check for <soundcard.h> along with the other two in a mutually-exclusive
18414 manner in the various *.c files that need it; change include of
18415 "mmsystem.h" to "multimedia.h" so this logic is all in one place
18416 - change mcicda.c to allow for CD audio manipulation on NetBSD. This
18418 * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
18419 ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
18420 neither splitting with #-directives nor a two-arg ioctl work;
18421 * changing the #if logic to allow both FreeBSD and NetBSD to share the
18422 appropriate code blocks
18423 - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
18424 (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
18425 Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
18427 * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
18428 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
18429 Set the class hints for managed windows.
18431 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
18432 Bugfix: GetFullPathName sets lpFilePart only when the last element
18433 does not end with '\'.
18435 * 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:
18436 Paul Quinn <paulq@COREL.CA>
18437 Lots of new defines and stubs.
18439 * Make.rules.in, Makefile.in, configure, configure.in:
18440 Todd Vierling <tv@pobox.com>
18441 These patches add support for --enable-dll on NetBSD, and may even do so for
18442 FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
18443 mycroft@netbsd.org for doing this work!
18445 * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
18446 Global constructors using `.section .ctors' are bogus for NetBSD's
18447 assembler. Use the appropriate `.stabs' when on NetBSD.
18449 * ole/variant.c: Todd Vierling <tv@pobox.com>
18450 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
18451 Fixed some constants that are too big for a plain `int'.
18453 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
18454 Check for MAXFLOAT if FLT_MAX isn't there.
18456 * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
18457 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
18458 using --enable-dll.
18460 * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
18461 Veksler Michael <mveksler@techunix.technion.ac.il>
18462 Move declarations from windows.h to wingdi.h and winuser.h.
18464 Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
18466 * 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:
18467 Marcus Meissner <marcus@jet.franken.de>
18468 Made async IO (SIGIO) stuff from WINSOCK generic useable.
18469 Added async IO support to FILE and CONSOLE objects.
18471 * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
18472 Prevent segfault in setsockopt when optname is SO_LINGER and optval is
18475 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
18476 Juergen Schmied <juergen.schmied@metronet.de>
18479 * dlls/shell32/iconcache.c:
18480 Juergen Schmied <juergen.schmied@metronet.de>
18481 SHMapPIDLToSystemImageListIndex try's to determine and load the exact
18482 icon for files (by type) now.
18484 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
18485 New HCR_GetDefaultIcon (internal).
18487 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
18488 Ove Kaaven <ovek@arcticnet.no>
18489 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
18490 RMcall shortcuts independent of dosmod. SS had been left out of
18491 the REALMODECALL copy routines for some reason, fixed now. Also
18492 cleaned up a few compiler warnings.
18494 * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
18495 Added ability to specify X fonts used for Helv and Tms Rmn typefaces
18496 with DefaultSerif and DefaultSansSerif INI keys.
18498 * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
18499 Bertho Stultiens <bertho@panter.soci.aau.dk>
18500 - Added a global label for elf-dll linking and a long with the resource
18501 size and a long with the directory size.
18502 - Killed an annoying warning since version 1.0.0 in parser.y about a
18503 var being used before init.
18505 * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
18506 Juergen Schmied <juergen.schmied@metronet.de>
18507 Adds the IPersistFile Interface to IShellLink[W] and gave both own
18510 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
18511 (ReadConsole32A): small and stupid bug fixed
18512 (WriteConsoleOutput): bug fixed (attributes may change within lines)
18513 and enhanced speedwise by using buffering.
18514 (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
18516 * misc/crtdll.c, relay32/crtdll.spec:
18517 Marcus Meissner <marcus@jet.franken.de>
18518 _ultoa implemented.
18520 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
18521 Small hack to get rid of annoying err:resource: message for
18524 * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
18525 Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
18528 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
18529 Save the original video mode before going fullscreen and restore it
18530 when the last DirectDraw_Release is called. Also fix a problem where
18531 the viewport wasn't set to 0,0.
18533 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
18534 Made more cross-platform by changing ->_fileno to fileno().
18536 * windows/win.c: NF Stevens <norman@arcady.u-net.com>
18537 Fix the Z-order of maximized/minimized child windows.
18539 * graphics/x11drv/xfont.c:
18540 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18541 XLFDs should be well-formed (14 hyphens) to match scalable fonts.
18542 Stop slant field becoming wildcarded too early.
18544 * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
18545 (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
18547 * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18548 Hack OLE_GetFormat* to return something if datelen = 0.
18549 Remove unnecessary WINAPI's.
18551 ----------------------------------------------------------------
18552 Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
18554 * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
18555 Patrick Spinler <spinler.patrick@mayo.edu>
18556 Implemented CreateToolhelp32Snapshot, including two of the routines
18557 using snapshots, Process32First and Process32Next.
18559 * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
18560 Justin Bradford <justin@ukans.edu>
18561 Most of the currency variant conversion functions implemented.
18562 Minor bugfixes and header tidying.
18564 * 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:
18565 Marcus Meissner <marcus@jet.franken.de>
18566 Added RasEnumConnections stub.
18568 * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
18569 Juergen Schmied <juergen.schmied@metronet.de>
18570 Bugfix in PathCombine32[A|W].
18571 View menu in explorer and on right mouse button is working now.
18573 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
18574 Implemented ILGetDisplayName.
18576 * dlls/shell32/classes.c, dlls/shell32/shellord.c:
18577 Juergen Schmied <juergen.schmied@metronet.de>
18578 Started implementation of ShellExecuteEx32A.
18581 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
18582 Juergen Schmied <juergen.schmied@metronet.de>
18583 Moved menu resources to rc-file.
18585 * include/pe_image.h, ole/ole2nls.c, win32/file.c:
18586 Marcus Meissner <marcus@jet.franken.de>
18587 Two debug messages clarified, one useless prototype removed.
18589 * include/oleauto.h, ole/variant.c:
18590 Marcus Meissner <marcus@jet.franken.de>
18591 294 missing WINAPI added.
18593 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
18594 Kill swapped out (wine) processes too and truncate diff after some xxx
18597 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
18598 Fixed SetLastError with wrong value.
18600 * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
18601 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18602 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
18603 misc/printdrv.c and fix a few compile warnings.
18605 * 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:
18606 Andreas Mohr <a.mohr@mailto.de>
18607 Fixed a bunch of compiler warnings.
18609 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
18610 Added Win32 synchro to FILEs (useful only for terminal handles).
18612 Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
18614 * 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:
18615 Francis Beaudet <francis@macadamian.com>
18616 Sylvain St-Germain <sylvain@macadamian.com>
18617 Thuy Nguyen <thuy@macadamian.com>
18620 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18621 Let the System_Time_Selector clock tick.
18623 * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
18624 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18625 Adapted to CreateSystemTimer interface change.
18627 * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
18628 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18629 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
18630 (NOTE: 16-bit callbacks still don't work!)
18632 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
18633 - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
18634 the child window so that the system menu is set correctly.
18635 - In MDICascade and MDITile use WM_MDIRESTORE message
18636 to restore maximized window so that system menu is
18639 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
18640 Jean-Claude Cote <jean-claude@macadamian.com>
18641 Added implementation of the VARIANT APIs.
18643 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18644 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
18646 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
18647 handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
18648 better handling of LPSTR_TEXTCALLBACK32A
18649 TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
18651 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18652 Warn if two .exes conflict with each other and the second does not
18653 have relocation records.
18655 * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18656 Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
18657 contain '/','\\' or ':'.
18659 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
18660 Fixed a potential crash if a usable video mode is not detected.
18662 * tools/make_authors: Script to generate authors files
18664 * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
18665 Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
18666 as well as AddRef(), GetCapabilites(), EnumObjects(),
18667 GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
18668 and RunControlPanel() for IDirectInputDevice.
18670 * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
18671 Set window focus in _common_IDirectDraw_SetDisplayMode().
18673 * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
18674 Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
18676 * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
18677 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18678 Removed deferred Expose events handling.
18680 * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18681 Don't clip VisRgn against X desktop.
18683 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18684 LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
18686 * graphics/x11drv/xfont.c:
18687 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18688 Sanity check on font size.
18690 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
18691 Missing parentheses added.
18693 Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
18695 * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
18696 Marcus Meissner <marcus@jet.franken.de>
18697 Enhanced Win32 Console (XTERM)
18698 - inputhandling enhanced (keys and mouseclicks)
18699 - win32 synchronization (partial)
18700 - lots of enhancements to drawing functions
18701 - simple/complex console (simple-stdin/stdout -> complex-xterm).
18703 * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
18704 Joseph Pranevich <jpranevich@lycos.com>
18705 Add a driver to open up a new xterm window whenever console output is
18706 needed. Derived from console/win32.c but we are not yet ready to merge
18707 the code completely.
18709 * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
18710 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18711 Improved the handling of font encodings.
18713 * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
18714 Implemented DPMI RMCBs using the DOS subsystem, and a few other
18715 improvements. Also, some special-cased shortcut paths will allow some
18716 common real-mode call/RMCB combinations to work even without calling the
18717 DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
18718 even on platforms that cannot use dosmod.
18720 * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
18721 Marcus Meissner <marcus@jet.franken.de>
18722 Some unnecessary #include and messages removed.
18724 * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18725 Some small corrections to EnumSystemLocales32AW
18727 Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
18729 * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
18730 Tried another kludge for the Xmd.h problem.
18732 * 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:
18733 Stephen Crowley <crow@debian.org>
18734 Added fullscreen DGA support.
18736 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18737 Fixed dummy entries in MAIN_ParseLanguageOption().
18739 * include/mmsystem.h, multimedia/mcicda.c:
18740 Brian Gerst <bgerst@quark.vpplus.com>
18741 Properly implement MCI_CDA_STATUS_TYPE_TRACK.
18742 Fix an off-by-one bug with MCI_STATUS_LENGTH.
18744 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
18745 Superflous WINAPI removed.
18747 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18748 Warn about invalid entrypoints (created by viruses) which result in
18751 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18752 Create X11 palette on DirectDrawSurface::SetPalette, not before (we
18753 might not have an X11 window yet).
18755 * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
18756 Move TWEAK_Init from USER to GDIInit.
18758 * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
18759 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18760 Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
18761 printing functions.
18763 * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18766 * graphics/x11drv/text.c:
18767 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18768 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
18769 or charExtra are non-zero.
18771 * 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:
18772 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18773 Replace GRAPH_ functions with Win SDK equivalents.
18775 Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
18777 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
18778 Reverted previous patch.
18780 * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
18781 Don't define MZ_SUPPORTED on non-i386 platforms.
18783 * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
18784 Fixed DPMI_CallRMProc (I think).
18786 * misc/network.c, relay32/mpr.spec:
18787 Marcus Meissner <marcus@jet.franken.de>
18788 Stub for NPSGetProviderHandleA.
18790 * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
18791 The scancode Windows send for extended keys is the scancode of the
18792 unextended equivalent of the key, plus the extended flag.
18794 * dlls/winaspi/winaspi16.c:
18795 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18796 Fixed a real mode problem.
18798 * loader/ne/module.c:
18799 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18800 NE_MODULE.stack_size was set to a ridiculously small value of 5.
18801 Windows sets 0x1400 in such cases for programs.
18803 * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18804 We don't yet want the static control to call DestroyIcon.
18806 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
18807 Added case for GCW_ATOM int GetClassLong32A.
18809 * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
18810 Stub for WNetOpenEnum32W.
18812 * multimedia/dsound.c, relay32/dsound.spec:
18813 Robert Riggs <rriggs@tesser.com>
18814 More general code cleanup for readability.
18815 A few more parameter validation checks.
18816 Return DS_OK rather than 0 in a number of functions.
18817 Fixed primary buffer ref count bug in CreateSoundBuffer().
18818 Handle 1-3 byte sound fragments that would cause buffer overruns.
18819 Clear primary buffer with a neutral value instead of always 0
18820 (because 128 is neutral for 8-bit sound).
18821 Fix bug with mixing 8-bit sound into the primary buffer.
18822 Broke out the main block in DSOUND_thread() to another function for
18824 Handle "no audio" and "audio busy" cases properly when initializing
18825 dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
18827 * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
18828 Made variables optimized into registers accessible.
18830 * relay32/user32.spec:
18831 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18832 The spec definition for MonitorFromWindow was wrong.
18834 * msdos/int21.c: Stefan Leichter <sle@camline.com>
18835 File handle bug fix.
18837 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18838 Added paragraph about different dll versions and structure sizes.
18840 * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18841 Added missing TOOLINFO structure.
18843 * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
18846 * 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:
18847 Andreas Mohr <a.mohr@mailto.de>
18848 - Several kernel.spec return type mismatch fixes
18849 - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
18850 - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
18851 - LocalNotify() basic support
18852 - Fixes for local heap handling with heap handles created by Virtual*()
18854 * graphics/x11drv/xfont.c:
18855 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18856 Bugfix: -microsoft-symbol encoding was not recognized.
18858 * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18859 Bugfix: WIN_ResetQueueWindows would skip some windows.
18861 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18862 Allow recursively reentering CALL32_LargeStack.
18864 * 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:
18865 Patrik Stridvall <ps@leissner.se>
18866 Added the new TTY driver.
18868 * 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:
18869 Patrik Stridvall <ps@leissner.se>
18870 Moved more code to the X11 driver.
18872 Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
18874 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
18875 Joseph Pranevich <jpranevich@lycos.com>
18876 Call the new console driver for some routines. This is not completely
18877 done yet and more for testing purposes.
18879 Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
18881 * 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:
18882 Joseph Pranevich <jpranevich@lycos.com>
18883 Added console support.
18885 * 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:
18886 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18887 Move OEM resources to the x11drv.
18889 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
18890 Opening a file in a directory which doesn't exist returns
18891 ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
18893 * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
18894 Handle atoms "# non number" (oracle client).
18896 Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
18898 * if1632/kernel.spec, misc/error.c:
18899 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18900 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
18901 Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
18902 Added names for some undocumented exports.
18904 * memory/global.c, if1632/thunk.c:
18905 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18906 Implemented GlobalChangeLockCount (KERNEL.365).
18908 * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
18909 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18910 Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
18912 * if1632/gdi.spec, objects/gdiobj.c:
18913 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18914 Implemented GdiFreeResources (GDI.609).
18916 * include/dsound.h, multimedia/dsound.c:
18917 Robert Riggs <rriggs@tesser.com>
18918 Fixed 8-bit WAV format handling (it is unsigned data).
18919 Fixed off-by-one checks for buffer wrap.
18920 Increment ref count for primary buffer in CreateSoundBuffer().
18921 Added DSBPN_OFFSETSTOP support to position notification code.
18922 Lots of minor parameter validation checks.
18923 Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
18924 and IDirectSound_GetSpeakerConfig().
18925 Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
18927 Lots of thread locking for DirectSound buffers.
18928 Dealloc primary buffer when dsound is deallocated.
18930 * include/wintypes.h:
18931 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18932 Added the TEXT() and MAKELRESULT() definitions.
18934 * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
18937 * Makefile.in: James Juran <jrj120@psu.edu>
18938 Revert misguided change to install_lib that broke -disable-lib
18941 * misc/main.c, include/windows.h:
18942 Juergen Schmied <juergen.schmied@metronet.de>
18943 New parameter SPI_GETDRAGFULLWINDOW.
18944 One missing break in SPI_GETDRAGFULLWINDOW.
18946 * dlls/shell32/pidl.c, relay32/shell32.spec:
18947 Juergen Schmied <juergen.schmied@metronet.de>
18948 New functions ILGlobalClone/ILGlobalFree.
18950 * documentation/printing:
18951 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18952 Add a note about WinPrinters.
18954 * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
18955 Marcus Meissner <marcus@jet.franken.de>
18956 Added some stubs, some ptr->str conversions.
18958 * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
18959 Lionel Ulmer <ulmer@directprovider.net>
18960 - added definition of DirectDrawCreateClipper.
18961 - more versatile support of surfaces / better surface description support.
18963 * 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:
18964 Juergen Schmied <juergen.schmied@metronet.de>
18965 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
18966 New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
18967 Stubs SHWaitForFileToOpen, PathFindOnPath.
18969 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
18970 Small changes to print the strings in the relay-trace.
18972 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
18973 The class name needs to be converted to a getptr.
18975 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18976 Fixed memory/status recovery when error occured in MIDI_mciOpen.
18977 Fixed support for RMID files in MIDI_mciOpen.
18978 Fixed bug for playing MIDI files with tempo changes. Sound output is
18979 now correct, but length of tracks (and therefore of whole file) is not
18981 Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
18983 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18984 Fixed memory/status recovery when error occured in WAVE_mciOpen.
18985 Changed error values (INTERNAL => INVALID_FILE) when file cannot
18988 * multimedia/msvideo.c, relay32/msvfw32.spec:
18989 Juergen Schmied <juergen.schmied@metronet.de>
18990 Stubs for MCIWndCreate[A|W].
18992 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
18993 VerQueryValue, bugfix: we cant convert binary data with
18994 HEAP_strdupWtoA (\VarFileInfo\Translation).
18996 Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
18998 * relay32/advapi32.spec, win32/advapi.c:
18999 Juergen Schmied <juergen.schmied@metronet.de>
19000 Stubs for EnumServiceStatus32, small changes.
19002 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
19003 Load now the first icon from the *.ani file instead of crashing.
19005 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
19006 Fix warnings in miscemu/main.c.
19008 * include/windows.h:
19009 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19010 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
19011 - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
19012 - added the function definition for StartPage,EndPage,GetCommMask,
19013 GetCommModemStatus and PurgComm,WaitCommEvent.
19015 * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
19016 Fixed activation/Focus message order problem when creating a new HWND.
19018 * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
19019 Paul Quinn <PaulQ@corel.com>
19020 Implementation of ChildWindowFromPointEx functions.
19022 * misc/registry.c: Gavriel State <gavriels@corel.com>
19023 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
19025 * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
19026 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19027 GetSystemPaletteEntries returns palette size if entries==NULL.
19028 Use this instead of COLOR_GetSystemPaletteSize.
19030 * relay32/dsound.spec, multimedia/dsound.c:
19031 Marcus Meissner <marcus@jet.franken.de>
19032 Implemented class factory for dsound.
19034 * relay32/kernel32.spec, misc/comm.c:
19035 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19036 - fixed a minimal error in GetCommMask definition.
19037 - adds stubs for GetCommModemStatus and WaitCommEvent.
19039 * include/xmalloc.h, library/winestub.c:
19040 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19041 Fixes for C++ Winelib compilation.
19043 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
19044 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
19046 Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
19048 * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
19049 James Juran <jrj120@psu.edu>
19050 Documentation updates.
19052 * Makefile.in: James Juran <jrj120@psu.edu>
19053 Fixed 'make install' to really check for libwine.a before installing
19056 * graphics/ddraw.c, include/options.h, misc/main.c:
19057 Stephen Crowley <crow@debian.org>
19058 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
19060 * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
19061 Improved GetDiskFreeSpace32A().
19063 Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
19065 * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19066 Remove included color.h.
19068 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19069 Remove unnecessary check for entrypoint address (test binary was
19070 infected by a virus which uses invalid PE loading stuff).
19072 * graphics/painting.c, relay32/gdi32.spec:
19073 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19074 Added stubs for Startpage and EndPage.
19076 * if1632/thunk.c, objects/dc.c:
19077 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19078 Removed some unnecessary FIXME outputs.
19080 * if1632/kernel.spec, loader/task.c:
19081 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19082 Implemented KERNEL.602 and stub for KERNEL.490.
19084 * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19085 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
19087 Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
19089 * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
19090 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19093 * loader/ne/resource.c, include/module.h, loader/resource.c:
19094 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19095 Moved ...Resource16 routines to loader/resource.c.
19096 Implemented accessing PE-file resources with 16-bit resource routines.
19098 * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
19099 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19100 Implementation of PE->NE resource conversion routines (KERNEL.615-618).
19102 * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
19103 Francis Beaudet <francis@macadamian.com>
19104 Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
19105 and SysStringLen(). Ensure that the BSTR objects were allocated
19106 according to the Windows documentation.
19108 * 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:
19109 Juergen Schmied <juergen.schmied@metronet.de>
19110 Moved existing path - functions to shellpatch.c.
19111 New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
19112 PathSetDlgItemPath32A|W.
19114 * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
19115 Juergen Schmied <juergen.schmied@metronet.de>
19116 Moved existing IShellLink class. New stubs for IShellLinkW.
19118 * 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:
19119 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19120 Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
19122 * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
19123 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19124 Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
19125 registers (used by DeviceIoControl). Adapted all users.
19127 * include/winioctl.h, win32/device.c:
19128 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19129 Implemented (most) VWin32.VxD DeviceIoControl routines.
19131 Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
19133 * include/thread.h, scheduler/thread.c:
19134 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19135 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
19137 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19138 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
19141 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19142 Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
19143 Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
19145 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19146 Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
19147 Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
19149 * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
19150 Don't match against Symbol or Nil fonts.
19152 * memory/global.c: Stephen Crowley <crow@debian.org>
19153 Return the "buffers" and "cached" memory as free since it is
19154 deallocated when a program needs it anyway.
19156 * windows/dialog.c, include/windows.h:
19157 Juergen Schmied <juergen.schmied@metronet.de>
19158 Bugfix: SetDlgItemText32 returns BOOL not void.
19160 * relay32/user32.spec, windows/user.c:
19161 Juergen Schmied <juergen.schmied@metronet.de>
19162 New stubs GetUserObjectInformationA|W.
19164 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
19165 Removed left over 'show' and useless deadbeef checking which doesn't
19168 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19169 Adjust broken entrypoint addresses. (win98 notepad.exe)
19171 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
19172 Updated according to development.
19174 * if1632/mmsystem.spec, relay32/winmm.spec:
19175 Eric Pouech <Eric.Pouech@wanadoo.fr>
19176 Some new stubs (midiStreamXXX functions, some mci functions, and
19177 some mmio functions).
19179 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19180 Moved MCI part to mcimidi.c ; added DriverProc.
19182 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19183 Moved MCI part to mciwave.c ; added some error checking ; added
19186 * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
19187 Eric Pouech <Eric.Pouech@wanadoo.fr>
19188 Added mcimidi and mciwave.
19190 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19191 Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
19194 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19195 Starting writing MCI part ; fixed bug in MCI_INFO command.
19197 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19198 Added some missing stubs in 32 bit part.
19200 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19201 Made use of new 16/32 MCI message handling in mmsystem.c.
19203 * include/mmsystem.h, include/multimedia.h:
19204 Eric Pouech <Eric.Pouech@wanadoo.fr>
19205 Added some new functions/structures definitions.(I couldn't get all
19206 the manifest constants values that MS was referring to in its specs...
19207 if someone has them...)
19209 * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19210 Added some error checking ; made use of new 16/32 MCI message handling
19211 in mmsystem.c ; fixed bug in MCI_INFO command.
19213 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19214 Added some error checking ; made use of new 16/32 MCI message
19215 handling in mmsystem.c.
19216 Added Win95 command to handle cd-rom with both data and audio ; fixed
19217 bug in MCI_INFO command ; shadowing MCI status for devices that can't
19218 get current status ; fixed status not being updated on cd change.
19220 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19221 Factorized 16/32 bit MCI function by using message mapping from 16
19222 to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
19223 mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
19224 yet working. Fixed some issues regarding asynchronous MCI commands ;
19225 fixed MCI_SYSINFO command.
19227 * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
19230 Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
19232 * 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:
19233 Juergen Schmied <juergen.schmied@metronet.de>
19236 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19237 New function: _ILGetExtension.
19239 * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
19240 Juergen Schmied <juergen.schmied@metronet.de>
19241 New file. HKEY_CLASSES_ROOT handling.
19243 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19246 * 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:
19247 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19248 Added Unicode support (at least partially).
19250 * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
19251 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19252 Added IOleAdviseHoler interface (still a dummy) and fixed
19253 CreateOleAdviseHolder().
19255 * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
19256 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19257 Added global subclassing atom, used by tooltips and updown (not yet).
19259 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19260 Improved layout code.
19262 * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
19263 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19264 Fixed ImageList_LoadImage().
19266 * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19267 Added CMEM_SETITEM32A and message forwarding to combobox.
19269 * ole/moniker.c, relay32/ole32.spec:
19270 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19271 Added stub for CreateItemMoniker().
19273 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19274 Fixed some undocumented function names and implemented DPA_Merge
19277 * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19278 Enabled double click for buttons.
19280 * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19281 Added command and return constants used by WM_NOTIFYFORMAT.
19283 * 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:
19284 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19285 Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
19287 * include/options.h, misc/main.c, ole/ole2nls.c:
19288 Juergen Schmied <juergen.schmied@metronet.de>
19289 Small fixes to get the default language to a sensible value.
19292 * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
19293 Douglas Ridgway <ridgway@winehq.com>
19294 Miscellaneous small fixes.
19296 * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
19297 Andreas Mohr <a.mohr@mailto.de>
19298 Added Win16 implementation for GetRegionData().
19300 * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
19301 Enhanced OABuildVersion() to return different version values for
19304 * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
19305 Added INT21_ParseFileNameIntoFCB() and some other things to get
19306 COMMAND.COM working.
19308 * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
19309 Added missing entry for GetNumberFormatW.
19311 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
19312 Checking for NULL-pointer.
19314 * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
19315 Robert Pouliot <krynos@clic.net>
19316 Better OLE support in French languages.
19318 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
19319 Implementation of CreateProcess32W.
19321 * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
19322 Queuing of deferred Expose events.
19324 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
19325 LB_GETTEXT: Handle passed NULL buffer.
19327 * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
19328 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
19331 * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
19332 Marcus Meissner <marcus@jet.franken.de>
19333 Turn mega double switch into static table (reduces compile time).
19335 * AUTHORS, include/authors.h: Added Robert Riggs.
19337 * include/d3d.h: Robert Riggs <rriggs@tesser.com>
19338 include ddraw.h, questionable fix for questionable struct/union
19339 construct in MS's D3DVECTOR definition.
19341 * include/dsound.h: Robert Riggs <rriggs@tesser.com>
19342 More flags (DirectX 5.2), DirectSound3DListener and
19343 DirectSound3DBuffer structures, include some required files
19344 (windows.h, compobj.h, and d3d.h).
19346 * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
19347 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
19348 primary buffer is implemented closer to what the SDK docs specify,
19349 other SDK documented behaviour enforced. Completed the devcaps list.
19351 * misc/crtdll.c, relay32/crtdll.spec:
19352 Juergen Schmied <juergen.schmied@metronet.de>
19353 New stubs strdate, strtime.
19355 * memory/selector.c:
19356 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19357 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
19359 * misc/comm.c: Cliff Wright <cliff@snipe444.org>
19360 Fixed a mask set, and other parity setting bugs for serial ports.
19362 * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
19363 Added BSDI sigcontext definitions.
19365 * windows/class.c: Rein Klazes <rklazes@casema.net>
19368 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
19369 Remove now useless RELAY_ShowDebugmsgsRelay check.
19371 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19372 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
19373 directory, for they seem to be relocated by the standard relocating
19374 mechanism. (Explicitly checked one program using it)
19376 * dlls/shell32/shellord.c, include/shell.h:
19377 Marcus Meissner <marcus@jet.franken.de>
19378 PathAddBackshlash, PathRemoveBackslash: argument is not constant.
19380 * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
19381 Check wndPtr for NULL.
19383 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19384 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
19386 * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
19387 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19388 Takes print spooler functions out of win16drv.
19389 Allows the PostScript driver to go into libwine.
19391 * if1632/gdi.spec, objects/brush.c, objects/palette.c:
19392 Ian Schmidt <irsman@iag.net>
19393 Added stubs for two undocumented GDI routines, SetMagicColors and
19394 SetSolidBrush. This allows Win98 native USER to start up.
19396 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
19397 Fixed the DGA detection code in ddraw. You don't need root access,
19398 having r+w access to /dev/mem is enough.
19400 * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
19401 Marcus Meissner <marcus@jet.franken.de>
19402 DirectDraw status updated.
19403 Use cooperative window for drawing in xlib implementation if possible.
19404 Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
19406 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
19407 Micro patch for AltGr key on german keyboards.
19409 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
19410 Fixes error handling (SetLastError() and return value).
19412 * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
19413 Partially complete GetTextCharsetInfo and corrects return values for
19414 this family of functions.
19416 Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
19418 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
19421 * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19422 Fixed retrieval of invalid palette data in GetDIBits().
19424 * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
19425 Allow SWP_HIDEWINDOW to be called on windows that are already hidden
19426 without unmapping them again.
19428 * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
19429 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
19430 outside desktop window with gtwin.exe (Dutch banking program).
19432 * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
19435 * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
19436 Fixed bug in StretchDIBits32 (wrong origin).
19438 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
19441 * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
19442 Lionel Ulmer <ulmer@directprovider.net>
19443 Some corrections to the handling of off-screen buffers.
19444 Correction to the EnumDisplayModes function.
19445 Added XShm support to Xlib driver.
19446 Open a DirectX window even when using the DGA driver.
19448 * 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:
19449 Juergen Schmied <juergen.schmied@metronet.de>
19450 Cleanup, small fixes, a few new stubs.
19452 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
19453 Handling for listviewstyles, view mode buttons in filedialogs
19454 enabled and handled.
19455 New listview columns Size, Type, Modified for reportview
19456 created and handled.
19458 * dlls/shell32/if_macros.h:
19459 Juergen Schmied <juergen.schmied@metronet.de>
19460 New file, wrapper for IShellBrowser class.
19462 * dlls/shell32/iconcache.c:
19463 Juergen Schmied <juergen.schmied@metronet.de>
19464 New file, some helper functions for icon cache.
19465 Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
19466 Shell_GetImageList in this file.
19468 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
19469 Juergen Schmied <juergen.schmied@metronet.de>
19470 Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
19472 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
19473 LoadLibraryEx: show a warning when called with unimplemented parm.
19475 * miscemu/instr.c: Cleaned up a bit.
19477 * memory/selector.c, miscemu/instr.c, tools/build.c:
19478 Marcus Meissner <marcus@jet.franken.de>
19479 Clean invalid selectors on the pop %xs from the STACKFRAME itself
19480 instead of using linked list hack.
19482 * Makefile.in: Removed gets message.
19484 * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
19485 Added Thai nls-resources.
19487 * 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:
19488 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19489 Display the language id for "XXX not supported for your language"
19491 Added all languages and sublanguages for languages supported in
19492 resources/sysres_Xx.
19494 * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
19495 Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
19497 * ole/moniker.c: Gavriel State <gavriels@corel.com>
19498 Ensure that CreateFileMoniker functions don't return a bogus moniker
19501 * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
19502 Added code to manage Ascii and WideChar class names, and to return the
19503 names in the GetClassInfo functions.
19505 * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
19506 Fix to Linux IPX so compiles on non-linux platforms.
19508 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
19509 Own X11 errorhandler to locate X11 errors. Useful only with -sync.
19511 Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
19513 * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
19514 Juergen Schmied <juergen.schmied@metronet.de>
19515 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
19517 * 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:
19518 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19519 Moved X11 mouse cursor handling to the DISPLAY driver.
19521 * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
19522 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19523 Some fixes to Wine startup/termination sequence with native USER.
19524 Do not call built-in USER signal handler when using native USER.
19526 * debugger/break.c, include/debugger.h, include/task.h:
19527 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19528 Bugfix: -debug didn't work anymore after the last startup sequence patch.
19530 * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19531 Fixed list insertion bug in CoLoadLibrary().
19533 * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
19534 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19535 Added stubs for several VxDs / interrupts.
19537 * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
19538 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19539 Should get win16drv AbortProc working. Hopefully.
19541 * windows/input.c, windows/keyboard.c:
19542 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19543 Moved GetKeyboardLayoutName16 to windows/input.c.
19545 * include/imagehlp.h, include/winnt.h, include/wintypes.h:
19546 Patrik Stridvall <ps@leissner.se>
19547 Moved some declarations from imagehlp.h to common include files.
19549 * relay32/kernel32.spec, win32/thread.c:
19550 Rein Klazes <rklazes@casema.net>
19551 Added implementations for InterlockedExchangeAdd() and
19552 InterlockedCompareExchange().
19554 * win32/console.c, objects/dib.c, objects/enhmetafile.c:
19555 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19556 Fixes a few of the many compiler warnings.
19558 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
19559 Emulate "mov cr4,eax" (tombraider 3 demo).
19561 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19562 Do not enumerate D3D devices we can't handle anyway.
19563 Return bitmasks for hi/truecolor depths in EnumDisplayModes.
19565 * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
19566 Marcus Meissner <marcus@jet.franken.de>
19567 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
19568 just once at creation time.
19570 * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
19571 Pavel Roskin <pavel_roskin@geocities.com>
19572 Added stubs for CoRevokeClassObject and OleSetClipboard.
19574 * windows/win.c: Per Ångström <pang@mind.nu>
19575 EnumTaskWindows16: Basing the selection on a window's task is not only
19576 more straightforward than comparing message queues, it also works
19577 better for Win32 applications.
19579 * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19580 Changed some of the message classes.
19582 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
19583 Special case handling of : Shift + arrow, shift + home, ...
19584 X returns a char for it, but Windows doesn't. Ignore X char.
19585 Also added some documentation.
19587 * include/winsock.h, misc/winsock.c:
19588 Stephen Langasek <vorlon@dodds.net>
19589 Bugfixes for IPX code and preliminary groundwork for other address
19592 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
19593 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
19594 lookup (Registry is case insensitive).
19596 * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
19597 Juergen Schmied <juergen.schmied@metronet.de>
19598 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
19599 StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
19600 RtlTimeToTimeFields.
19602 * include/windows.h, ole/ole2nls.c:
19603 Juergen Schmied <juergen.schmied@metronet.de>
19604 Stub for GetNumberFormat32W.
19606 * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
19609 * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
19610 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
19611 to be in nominative case.
19613 * windows/queue.c: Per Ångström <pang@mind.nu>
19614 Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
19615 an invalid size parameter.
19617 * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
19618 Added correct implementation of GetCaps, changed Play and Stop handling
19619 of positions indexes, suppressed warnings.
19621 * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
19622 Corrected bug in TRACE function.
19624 * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
19625 Lionel Ulmer <ulmer@directprovider.net>
19626 Corrected bug in DirectDrawSurface creation and handling for driver
19629 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
19630 Wine keyboard and mouse have now their own UIDs.
19632 * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19633 Fix allocation size in CreateDIBPatternBrush*.
19635 ----------------------------------------------------------------
19636 Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
19638 * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
19639 Fixed keystroke accelerators in dialogs which have controls containing
19640 other controls as child windows.
19642 * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
19643 Juergen Schmied <juergen.schmied@metronet.de>
19644 Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
19645 16->32 bit conversion.
19647 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19648 Prevent CreateDIBSection from seg faulting when one dimension of
19651 * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
19652 Stephen Langasek <vorlon@dodds.net>
19653 Support for IPX networking via winsock under Linux.
19655 * relay32/gdi32.spec, graphics/painting.c:
19656 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19657 Added a stub for StartDocA and EndDoc.
19659 * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
19660 James Sutherland <JamesSutherland@gmx.de>
19661 More complete implementation of the SetCtrlHandler() function (and the
19662 related console functions).
19664 * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
19665 Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
19668 * graphics/vga.c, include/vga.h, msdos/ioports.c:
19669 Ove Kaaven <ovek@arcticnet.no>
19670 Simulate the VGA vertical refresh.
19672 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19673 Added support of source and destination rectangles in Blit function.
19675 * include/dinput.h, windows/dinput.c:
19676 Lionel Ulmer <ulmer@directprovider.net>
19677 Added device type constants and used them in device enumeration
19680 * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19681 API documentation says that RegEnumKeyEx, RegEnumValue and
19682 RegQueryInfoKey takes the size of the buffers as characters.
19684 * ole/compobj.c: Added missing #include "config.h"
19686 * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
19687 Justin Bradford <justin@ukans.edu>
19688 Replaces CoCreateGuid stub with an implementation of DCE's UUID
19689 specification. Also removes some unnecessary code from StringFromCLSID.
19691 * include/commctrl.h, include/winbase.h, include/wintypes.h:
19692 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19693 Added an extern "C" safeguard.
19695 * include/commdlg.h, include/windows.h, windows/input.c:
19696 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19697 - adds GetExitCodeProcess
19698 - corrects the return-type of GetKeyState
19699 - corrects the winelib definition of IsDialogMessage
19700 - adds winelib definitions for PrintDlg
19702 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
19703 ExtSelectClipRgn fix: RGN_DIFF did not work.
19705 * objects/cursoricon.c, windows/event.c, windows/message.c:
19706 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19707 Adapted to new input event handling.
19709 * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
19710 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19711 USER-side part of input event handling: contains implementation of
19712 keybd_event and mouse_event, and USER-related code removed from
19713 windows/event.c and windows/keyboard.c.
19715 * windows/display.c:
19716 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19717 Stubs for DISPLAY.DRV removed from keyboard.c.
19719 * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
19720 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19721 Implementation of MOUSE.DRV (contains some code taken from
19724 * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
19725 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19726 Implementation of KEYBOARD.DRV (code mostly taken from previous
19727 windows/keyboard.c).
19729 * loader/main.c, loader/task.c, miscemu/main.c:
19730 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19731 Bugfix: really *do* switch to the initial task's stack.
19732 CallLargeStack mechanism re-enabled.
19734 * include/debug.h, include/debugdefs.h:
19735 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19736 New Files. Added 'date and time picker' and 'month calendar' control
19737 dummies. They are used by Outlook Express.
19739 * ole/ole2.c, relay32/ole32.spec:
19740 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19741 Added stub for CreateBindCtx() and added missing CoGetClassObject()
19742 to *.spec file. Makes Internet Explorer 4.01 happy ;-)
19744 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19745 Little improvement.
19747 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19748 Added preliminary hit testing. Makes regedit.exe happy ;-)
19750 * documentation/common_controls, dlls/comctl32/imagelist.c:
19751 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19752 Improved documentation and fixed typos.
19754 * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
19755 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19756 Added DrawStatusText32AW() and CreateStatusWindow32AW().
19758 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19759 Improved display and layout code.
19761 * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
19762 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19763 New Files. Added 'date and time picker' and 'month calendar' control
19764 dummies. They are used by Outlook Express.
19766 Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
19768 * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
19769 Charles Suprin <csuprin@lynx.dac.neu.edu>
19770 Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
19772 * graphics/x11drv/graphics.c:
19773 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19774 Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
19775 which it did if either ellipse dimension was zero.
19777 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19778 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
19781 * relay32/mpr.spec, misc/network.c:
19782 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19783 Added stub WNetEnumCachedPasswords.
19785 * msdos/int21.c, msdos/int25.c:
19786 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19787 Made this file DOSMOD friendly.
19789 * loader/ne/segment.c, loader/pe_image.c:
19790 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19791 Unified "No implementation for..." warnings.
19793 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
19794 monodebg.vxd used by some Origin programs implemented.
19796 * objects/bitmap.c:
19797 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19798 Fail if less then one entire line requested in GetBitmapBits32.
19800 * windows/winproc.c: Rein Klazes <rklazes@casema.net>
19801 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
19803 * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
19804 John Richardson <jrichard@zealand.mv.com>
19805 Implementation of CoLoadLibrary, CoFreeAllLibraries,
19806 CoFreeUnusedLibraries, CoFreeLibrary.
19807 Fixed misspelling of CoUninitialize.
19809 * programs/clock/ChangeLog, programs/clock/main.c:
19810 Robert Pouliot <krynos@clic.net>
19811 Fixes for other languages.
19813 Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
19815 * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
19816 Fix wide character functions to return character count in character
19817 quantities not byte quantities. Make RegQueryInfoKey and
19818 RegQueryInfoKey behave correctly in win95 mode.
19820 * include/dinput.h, windows/dinput.c:
19821 Lionel Ulmer <ulmer@directprovider.net>
19822 Changed mouse button mapping and check size of return buffer.
19824 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
19825 ExtSelectClipRgn() with RGN_COPY copies the wrong region.
19827 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19828 Fixed an error in the implementation of FILE_ShareDeny.
19830 * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
19831 Marcus Meissner <marcus@jet.franken.de>
19832 Solaris redefines ERR and CS, fixed occurances.
19833 Solaris has TRAPNO in its sigcontext, added to sig_context.h
19835 * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
19836 Eric Pouech <Eric.Pouech@wanadoo.fr>
19837 Made mmioSetBuffer callable from 16 and 32 bit code.
19839 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
19840 Fixed wrong arg type.
19842 * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
19843 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19844 Moved X11 DIB stuff to x11drv.
19846 * win32/code_page.c:
19847 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19848 The API for WideCharToMultiByte says that the src-string has only to be
19849 treated as NULL-terminated if srclen is -1.
19851 * include/win.h, windows/event.c, windows/win.c:
19852 Ove Kaaven <ovek@arcticnet.no>
19853 Made sure ConfigureNotify is processed before Expose, deferring the
19854 Expose event if necessary, thus working around a WM flaw with virtual
19855 desktop scrolling in -managed mode.
19857 * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
19858 Translated in French (not so good anyhow) message for the mark on
19861 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
19862 Changed the default from 0 to 0x409 (eng-us).
19864 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
19865 Two missing WINAPIs.
19867 * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
19868 Fixed one wrong parameter.
19870 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
19871 Fixed --disable-lib.
19873 Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
19875 * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
19876 Constants for controls in common dialogs.
19878 Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
19880 * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
19881 Fixed some compiler warnings.
19883 Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
19885 * 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:
19886 Jesper Skov <jskov@cygnus.co.uk>
19887 egcs 'ambiguous else' warnings fixes.
19889 * include/toolhelp.h, include/windows.h, scheduler/process.c:
19890 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19891 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
19892 definition to toolhelp.h.
19894 * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
19895 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19896 Run Winelib applications as 32-bit processes in the initial task.
19897 Simplified/removed several special 'if (__winelib)' cases in
19898 Wine main code obsoleted by that change.
19900 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19901 Call mouse driver callback also if windows are not registered with X
19902 (if using native USER.EXE).
19904 * memory/atom.c, include/atom.h:
19905 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19906 Adapted to separation between KERNEL and USER.
19908 * 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:
19909 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19910 Implemented new Wine startup sequence, separating startup into
19911 KERNEL/USER/GDI related parts, allowing native replacement.
19912 Implemented initial 'kernel' task.
19914 * include/ole.h, include/winerror.h, ole/compobj.c:
19915 John Richardson <jrichard@zealand.mv.com>
19916 Implementation of InprocServer32 CoGetClassObject.
19918 * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
19919 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19922 * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
19924 * 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:
19925 Patrik Stridvall <ps@leissner.se>
19926 Started moving some X11 window management code to windows/x11drv.
19928 * if1632/user.spec, windows/dialog.c, windows/winproc.c:
19929 Ove Kaaven <ovek@arcticnet.no>
19930 Fixed IsDialogMessage16.
19932 * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
19933 Tell people to ignore the 'gets' warning. Some will listen.
19935 * graphics/x11drv/bitmap.c, windows/graphics.c:
19936 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19937 A couple of small fixes to my bitmap patch.
19939 * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
19940 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19941 Allow the user to put a mark in the debug log by adding a item in the
19942 SYSMENU. The messages needs implementation in all other languages than
19943 English and German.
19945 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19946 Give tempfile a different name even if they are created in the same
19947 second. Removed some fixmes from the ShareDeny stuff.
19949 * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
19950 Rein Klazes <rklazes@casema.net>
19951 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
19952 extended style is specified. Also implemented CreateMDIWindow32A()
19953 call - single thread only -.
19955 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
19956 Erred in the bit macros in treeview.c. Shiftcounts were wrong.
19958 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19959 Detection of the end of imports with Characteristics 0 fail for Borland
19960 programs (which seem to have always characteristics 0). Changed to algorithm
19961 to something a bit more intelligent.
19963 * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
19964 Added CoFreeLibrary stub.
19966 * README: Updated FAQ location.
19968 * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19969 Implement SEGPTR conversion for STARTDOC in Escape32().
19971 * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19972 Bugfix: SetDCState did not reset clipping region to empty.
19974 * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
19975 Fixed small off by one error in GetComputerName32W, always killed the
19976 last character of a hostname.
19978 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
19979 Don't HeapFree() colormap if we didn't allocate one.
19981 * 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:
19982 Marcus Meissner <marcus@jet.franken.de>
19983 Added stubs for user32,advapi32 functions.
19985 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
19986 Marcus Meissner <marcus@jet.franken.de>
19987 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
19989 * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
19990 Changed many WARN()s related to internal Wine memory failures to
19993 * if1632/kernel.spec, scheduler/process.c:
19994 Andreas Mohr <a.mohr@mailto.de>
19995 Added .spec entry for KERNEL.RegisterServiceProcess.
19997 * if1632/display.spec, windows/keyboard.c:
19998 Andreas Mohr <a.mohr@mailto.de>
19999 Added stub for CheckCursor().
20001 * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
20002 Fix for non-modal dialog closing.
20004 * windows/dinput.c: David Faure <faure@kde.org>
20005 Rewrote the two routines using the vkey->scancode array to use
20006 keyc2vkey for each keycode, instead. Not tested.
20007 Removed unused IDirectInputDeviceA_GetDeviceState.
20008 Fixed warning in TRACE() call.
20010 * windows/keyboard.c: David Faure <faure@kde.org>
20011 Deleted the vkey->sancode array, because QWERTY specific.
20012 Back to using the X keycode instead as the scancode. Tested.
20014 * graphics/psdrv/init.c:
20015 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20016 Print a message if the PostScript driver can't find a PPD file.
20018 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
20019 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
20020 (DOS apps/games using this mode comes up now, although you can't
20021 really do anything with them (yet?).)
20023 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20024 Use macro V86_FLAG.
20026 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
20027 Set default video mode to 3 (80x25 color).
20029 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
20030 Ignores a couple of signals.
20032 * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
20033 Ove Kaaven <ovek@arcticnet.no>
20034 Moved VGA-emulating DirectX code from dispdib.c to a separate
20035 file. Made it use a system timer and trap I/O accesses to the VGA
20036 DAC registers to accommodate DisplayDib-using programs that try to
20037 access the VGA hardware directly.
20039 * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
20040 Ove Kaaven <ovek@arcticnet.no>
20041 Indirection for INSTR_EmulateInstruction for use by DOS code.
20042 Added support for a 55Hz system timer, letting DOS apps calibrate
20043 their delay loops and such. Calls INSTR_EmulateInstruction for
20044 instruction emulation (principally I/O port access). Added macro
20047 Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
20049 * windows/dinput.c, multimedia/dsound.c:
20050 Marcus Meissner <marcus@jet.franken.de>
20053 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
20054 Removed the FIXME() and moved SetLastError(0) to the end (so that
20055 GetTempFileName et.al. can't overwrite it).
20057 * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
20058 Marcus Meissner <marcus@jet.franken.de>
20059 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
20062 * windows/mdi.c: Rein Klazes <rklazes@casema.net>
20063 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
20064 style, should not be shown at creation nor activated unless the
20065 WS_VISIBLE flag is set.
20067 * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
20068 Bugfix for fixup_imports: Enable checking for terminating import
20069 struct with Characteristics bitfield set to 0.
20071 * windows/win.c: Rein Klazes <rklazes@casema.net>
20072 Delay linking newly created window in linked list until after the
20073 WM_NCCREATE message.
20075 * files/file.c: Rein Klazes <rklazes@casema.net>
20076 Small bug in FILE_InUse does not do a release on every acquired file
20079 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
20080 lpszName of NULL is handled (removes some warnings).
20082 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
20083 Now allows specification of a start directory on the cmdline.
20085 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
20086 Gets rid of the arch-dependent bit operations (tested on Linux and
20089 Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
20091 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
20092 A dest buffer was printed out as string.
20094 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
20095 Corrected 2 wrong definitions.
20097 * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
20098 Patrick Spinler <spinler.patrick@mayo.edu>
20099 Added stubs for Process32First/Process32Next.
20101 * 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:
20102 François Gouget <gouget@metaintegration.net>
20103 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
20104 headers prototypes.
20106 * 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:
20107 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20108 Added pBitmapBits and pCreateBitmap to the GDI function table and
20109 moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
20111 * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
20112 Juergen Schmied <juergen.schmied@metronet.de>
20113 New SHGetSimpleIDListFromPath32AW.
20114 Unicode-safe: PathFindFilename32AW.
20116 * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
20117 IExtractIcon had an extra c in a struct definition.
20119 * relay32/dplay.spec:
20120 John Richardson <jrichard@zealand.mv.spamless.com>
20121 Added entry for DirectPlayEnumerate.
20123 * ole/nls/sky.nls, ole/ole2nls.c:
20124 Juergen Schmied <juergen.schmied@metronet.de>
20125 Added Slovak nls-resources.
20127 * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20128 Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
20129 CreateRoundRectRgn.
20131 Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
20133 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
20134 EnumDisplayModes* returns a static list of modes with all depths
20135 (helps hexen2demo), ChangeDisplaySettings returns true all the time.
20137 * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
20138 Marcus Meissner <marcus@jet.franken.de>
20139 Stub for midiOpenStream (helps hexen2demo).
20141 * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
20142 Robert Pouliot <krynos@clic.net>
20143 Small patch for better French support.
20145 * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20146 Bugfix: memory overwrite bug.
20148 Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
20150 * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
20151 32-bit clipboard support.
20153 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20154 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
20157 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
20158 Fixed a minor problem with the menus for mdi child windows.
20160 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20161 Removed no longer necessary commented out code, destroy old window
20162 when SetDisplayMode is called again, EnumDisplayModes now returns
20163 all possible modes (using a static list).
20165 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
20166 Anon shared mapping fixed for file sharing.
20168 ----------------------------------------------------------------
20169 Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
20171 * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
20172 Fixes for LANG_NEUTRAL.
20175 Added some padding to the PDB for ill-behaving apps (problem reported
20178 * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
20179 Jonathan Buzzard <jab@hex.prestel.co.uk>
20180 Added a new debugging channel io to allow read/writes on a port to be
20183 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
20184 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
20185 ignored. 0x00 is used for generated key events only.
20187 * windows/message.c, windows/queue.c:
20188 Douglas Ridgway <ridgway@winehq.com>
20189 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
20190 GetMessagePos, GetMessageTime.
20192 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
20193 Delete the filename for the mapping instantly.
20195 * dlls/shell32/shellord.c, relay32/shell32.spec:
20196 Michael Poole <poole@graviton.res.cmu.edu>
20197 Stub for SHSimpleIDListFromPath.
20199 * loader/task.c: Fixed bug in SwitchStackTo.
20201 Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
20203 * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
20204 Check if scrollbar and parent are visible before redraw.
20206 * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
20207 Kai Morich <kai.morich@darmstadt.netsurf.de>
20208 Added Drag*32 functions.
20210 * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
20211 Added Drag&Drop from KDE app to 16/32 bit Windoze app.
20213 * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
20214 Added FIXME message in PostMessage32x if parameters are truncated
20215 when calling PostMessage16.
20217 * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
20218 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20219 Added support for global handles, implemented ConvertToGlobalHandle.
20220 Allocate startup data and 16-bit stack for initial process.
20222 * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
20225 * 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:
20226 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20227 Added Spanish resources.
20229 * ole/nls/euq.nls, resources/sysres_Es.rc:
20230 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20233 * relay32/kernel32.spec, scheduler/process.c:
20234 Marcus Meissner <marcus@jet.franken.de>
20235 LoadLibraryExW spec added (function was there).
20236 SetProcessPriorityBoost stub added.
20238 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
20239 Compile fix for Solaris.
20241 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
20242 Ove Kaaven <ovek@arcticnet.no>
20243 Implemented DisplayDib.
20245 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
20246 Hack to support integer ids in all static controls.
20248 * include/dinput.h, windows/dinput.c:
20249 Lionel Ulmer <ulmer@directprovider.net>
20250 Beginning of mouse support in DirectInput (only "standard" mouse
20251 configuration supported for now).
20253 * include/*.h, dlls/comctl32/*.c:
20254 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20255 Added xxx_Unregister() functions to all common controls.
20257 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
20258 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20259 Some minor improvements and fixes.
20261 * dlls/comctl32/rebar.c, include/rebar.h:
20262 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20263 Improved the rebar control.
20265 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20266 Added support for transparent and tracking tooltips.
20268 * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20269 Fixed a popup menu selection bug.
20271 * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20272 Fixed DrawCaption16() and DrawCaptionTemp16().
20274 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
20277 * 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:
20278 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20279 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
20280 SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
20283 * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
20284 Joseph Pranevich <knight@baltimore.wwaves.com>
20285 Added support for int17 and int19.
20287 * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
20288 Stubs for dos mode reboot interrupt.
20290 * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
20291 Some printer stubs for DOS added.
20293 * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
20294 More stubs added. These changes are only partially mine, I just made
20297 * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
20298 Added some traces and cleaned up a couple of things.
20300 * 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:
20301 Juergen Schmied <juergen.schmied@metronet.de>
20302 Changed some string-shell32 functions to 32AW, parameter are
20303 os depending 32A or 32W (-winver nt351 or nt40), some new functions.
20304 Some fixes in ole2nls.
20305 New OLE2NLS_CheckLocale() to handle Locale_User_Default and
20306 Locale_System_Default.
20307 Shell32 now dynamicly links to DPA_*(), comdlg32 works again
20308 (comctl32 heap alloc patch broke it).
20310 * include/winversion.h, misc/version.c:
20311 Juergen Schmied <juergen.schmied@metronet.de>
20312 Added VERSION_IsOsUnicode().
20314 * scheduler/handle.c:
20315 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20316 More off-by-one errors fixed.
20318 * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
20319 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20320 File sharing fixes.
20322 Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
20324 * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
20327 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
20328 Fixed DOS environment passing.
20330 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
20331 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
20333 * include/font.h, objects/font.c, objects/gdiobj.c:
20334 Juergen Schmied <juergen.schmied@metronet.de>
20335 New FONT_GetObject32W(), GetObject32W().
20337 * relay32/user32.spec, win32/ordinals.c, windows/user.c:
20338 Juergen Schmied <juergen.schmied@metronet.de>
20339 New stub RegisterTaskList.
20340 New function EnumDisplaySettings32W().
20342 * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
20343 More parameter checking in RltCopySid.
20345 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20346 More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
20348 * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
20349 Ove Kaaven <ovek@arcticnet.no>
20350 Added new dll avifil32.dll.
20352 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
20353 Ove Kaaven <ovek@arcticnet.no>
20354 First shot at DPMI realmode calls.
20357 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20358 Fixed several bugs with DLL initialization.
20360 Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
20362 * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
20363 Added ordinal for two syslevel functions.
20365 * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
20366 Another missing WINAPI.
20368 * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
20369 Small corrections in mmio declarations.
20371 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20372 Take virtual sizes in account for the total vma size.
20374 * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
20375 Add some more NLS definitions for the Romanian language.
20377 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
20378 Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
20379 to work. 'Adjust' caps flags accordingly.
20381 * ole/compobj.c, relay32/ole32.spec:
20382 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
20383 Stub for CoCreateGuid().
20385 * dlls/comctl32/treeview.c, multimedia/mcicda.c:
20386 Brian Litzinger <brian@litzinger.com>
20389 * libtest/.cvsignore, libtest/Makefile.in:
20390 Petter Reinholdtsen <pere@minerva.cc.uit.no>
20391 Make sure hello3res.h is generated even if 'make depend' never has
20394 * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
20395 Fixed moving and sizing of child windows.
20397 * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
20398 Marcus Meissner <marcus@jet.franken.de>
20399 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
20401 Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
20403 * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
20404 Ove Kaaven <ovek@arcticnet.no>
20405 Added indirection for ctx_debug to the DOS loader, so Winelib works
20408 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
20409 Support anon shared mappings using temporary files (wont be deleted
20412 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
20413 Was freeing the incorrect pointers -> crash in mallocs/frees.
20415 * files/dos_fs.c, relay32/kernel32.spec:
20416 Marcus Meissner <marcus@jet.franken.de>
20417 DefineDosDevice stub added.
20419 * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
20420 Added a default program option in wine.conf in section [programs] key
20423 * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
20424 Better fix for this_is_a_syntax_error.
20427 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20428 Added the entries for LOCALE_SISO639LANGNAME and
20429 LOCALE_SISO3166CTRYNAME.
20431 * documentation/wine.man: James Juran <jrj120@psu.edu>
20434 * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
20435 Fixed wrong ordinals.
20437 * objects/region.c: NF Stevens <norman@arcady.u-net.com>
20438 Fixed a bug in RectInRegion.
20440 Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
20442 * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
20443 Removed an incorrect error message.
20445 * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
20446 Make sure the access functions are always used to get label and serial
20449 Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
20451 * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
20452 Fixed bug on platforms were buffers returned by getenv() shall not be
20453 free()'ed. Added French (default) in locale handling.
20455 * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
20456 Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
20457 compile-time error message make more sense.
20459 * scheduler/handle.c:
20460 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20461 Fixed off by one error in HANDLE_GetObjPtr.
20463 ----------------------------------------------------------------
20464 Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
20466 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20467 Try to implement the OF_SHARE_XXX options.
20468 Move the mode translations to functions.
20470 * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
20471 Matthew Becker <mbecker@glasscity.net>
20472 Documentation updates.
20474 * ole/compobj.c, relay32/ole32.spec:
20475 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20476 Added stub for CoSetState32.
20478 * miscemu/main.c: Chad Powell <pxpx@usa.net>
20479 Added ability to read a startup program from wine.ini file.
20480 Put it in section [programs] key Startup.
20482 * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
20483 Alex Priem <alexp@sci.kun.nl>
20484 Further improvements.
20486 * include/cursoricon.h, objects/cursoricon.c:
20487 Turchanov Sergey <turchanov@usa.net>
20488 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
20489 drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
20491 * include/bitmap.h, objects/bitmap.c:
20492 Turchanov Sergey <turchanov@usa.net>
20493 Fixed LoadImage to support almost all LR_ flags.
20495 * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
20496 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
20497 COLOREFs had red part zeroed) that made plenty of cyan colors, minor
20498 bug fixes, changes to support LR_ flags.
20500 * include/global.h, memory/virtual.c:
20501 Turchanov Sergey <turchanov@usa.net>
20502 Added VIRTUAL_MapFileW to map file to memory in one function call.
20504 * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
20505 Turchanov Sergey <turchanov@usa.net>
20506 Moved Multimonitor API declarations to windows.h.
20508 * 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:
20509 Turchanov Sergey <turchanov@usa.net>
20510 Implemented DefDriverProc32 from winmm.dll.
20512 * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
20513 Alex Korobka <korobka@ams.sunysb.edu>
20514 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
20517 * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
20518 Juergen Schmied <juergen.schmied@metronet.de>
20519 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
20520 buffer only when necessary.
20521 Updated deu.nls and some LCTYPES in winnls.h.
20523 * if1632/relay.c: Rein Klazes <rklazes@casema.net>
20524 CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
20527 Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
20529 * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
20530 Reduced huge (1GB) heap creation that caused Starcraft to fail.
20532 * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
20533 Patrik Stridvall <ps@leissner.se>
20534 Compile fix for Solaris.
20536 * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
20537 Compile fix for non OSS systems.
20539 * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
20540 Compile fix for non XF86-DGA systems.
20542 * libtest/Makefile.in, libtest/volinfo.c:
20543 Petter Reinholdtsen <pere@td.org.uit.no>
20544 New file to test DRIVE_GetLabel.
20546 * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
20547 Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
20548 32bit cdaudio bit support before it can be removed...
20550 * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
20551 Added a bunch of stubs for ddraw suface routines. All stubs for
20552 surface present now.
20553 Commented out message pump calls. I don't see a reason for them being
20554 there. Everything works fine with -desktop and -managed still has
20555 problems. Disagreements?
20557 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
20558 Fixed GetLocaleInfo32A for other languages than en_uk.
20559 Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
20560 last but not least the first argument lcid where is all about...
20562 * 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:
20563 Marcus Meissner <marcus@jet.franken.de>
20564 Fixed some more missing WINAPIs (hopefully correct).
20566 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
20567 Fixed the = -> == bug.
20569 * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
20570 Shell parameters (config.sys) and ANSI support stubs.
20572 * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
20573 Added int16.c and int29.c.
20575 * include/miscemu.h, msdos/interrupts.c:
20576 Joseph Pranevich <knight@baltimore.wwaves.com>
20577 More interrupts that can be done from DOS mode.
20579 * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
20580 Added int29 (Fast Write to Screen) support.
20582 * msdos/int16.c, include/debug.h, include/debugdefs.h:
20583 Joseph Pranevich <knight@baltimore.wwaves.com>
20584 Added int16 (Keyboard) support, mostly stubs.
20586 Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
20588 * 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:
20589 Juergen Schmied <juergen.schmied@metronet.de>
20590 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
20591 SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
20592 SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
20593 SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
20594 SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
20596 * misc/ntdll.c, relay32/ntdll.spec:
20597 Dietmar Kling <dietmar.kling@usa.net>
20598 Added undocumented function RtlOpenCurrentUser.
20600 * 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:
20601 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20602 Renamed all LPIMAGE_* types to PIMAGE_*.
20604 Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
20606 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
20607 Fixed an error when an owned window activates its owner during
20610 * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
20611 Closing a dialog using the menu bar ("x" or "-" button or windows
20612 menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
20613 normal windows when DestroyWindow() is called.
20615 * dlls/shell32/pidl.c:
20616 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
20617 Added missing WINAPIs.
20619 * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
20620 Juergen Schmied <juergen.schmied@metronet.de>
20621 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
20622 RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
20623 GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
20626 * relay32/ntdll.spec, misc/ntdll.c:
20627 Juergen Schmied <juergen.schmied@metronet.de>
20628 New stubs NtQueryInformationThread, NtQueryInformationToken,
20629 RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
20631 * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
20632 Fixed PlaySound to start its thread the right way.
20634 Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
20636 * controls/combo.c, controls/listbox.c:
20637 Alex Korobka <korobka@ams.sunysb.edu>
20638 CB_SETCURSEL and some other fixes.
20640 * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
20641 Better QUEUE_FlushMessages().
20643 * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
20644 Moshe Vainer <moshev@easybase.com>
20645 Partial implementation of GetOutlineTextMetrics32A.
20646 Added structures for OUTLINETEXTMETRICS.
20648 * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
20649 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20650 Do not clip source rectangle even by visible region for bitblts.
20651 Added field 'totalExtent' to WIN_DC_INFO.
20653 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20654 Added stub for VMM PM API AH=026[de] (never say 'safe mode').
20656 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20657 Bugfix: Local32Free caused free handles list corruption.
20659 * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
20660 Fixed --disable-debug config option.
20662 Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
20664 * relay32/shell32.spec, dlls/shell32/shellord.c:
20665 Petter Reinholdtsen <pere@td.org.uit.no>
20666 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
20667 and FileIconInit() needed by Win95 explorer.
20669 Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
20671 * windows/dialog.c, controls/button.c, controls/menu.c:
20672 Norman Stevens <norman@arcady.u-net.com>
20673 Improving keyboard handling, including accelerator keys in dialog
20674 boxes. Also fixes enter key in Agent32 edit box.
20676 Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
20678 * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
20679 Added support in file dialog boxes handling for filters like
20682 * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
20683 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20684 Implemented new PE DLL initalization code, trying to call the
20685 DllEntryPoint routines always in correct order :-)
20686 Bypass snooping when getting data buffer addresses (thunk buffers,
20687 __GP handlers) and for 32-bit routines directly called from 16-bit
20688 (due to stack address size problems).
20690 * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
20691 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20692 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
20693 Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
20695 * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
20696 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20697 Implemented (partially) the KERNEL Thunklet API and Callback Client
20698 API (KERNEL.560-568,604-612,619-622).
20699 Added stubs for K228, K237, KERNEL.365, KERNEL.447.
20701 * objects/bitmap.c, if1632/gdi.spec:
20702 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20703 Stubs for CreateUser(Discardable)Bitmap16.
20705 * memory/heap.c, include/winnt.h:
20706 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20707 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
20709 * memory/global.c, include/windows.h:
20710 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20711 GlobalFix16 is supposed to return selector to the memory area.
20713 * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
20714 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20715 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
20717 * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
20718 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20719 Use emergency TEB selector to avoid debugger crashes when stepping
20720 through relay stubs (or when FS is invalid otherwise).
20722 * windows/event.c, windows/keyboard.c:
20723 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20724 MOUSE.DRV routines moved to event.c. Call mouse event procedure.
20726 * 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:
20727 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20728 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
20729 coordinates relative to the device, not the DC origin. This is
20730 necessary to correctly implement GetClipRgn16 and InquireVisRgn.
20731 SelectVisRgn also expects region in device-relative coordinates.
20732 Adapted the rest of Wine to this coordinate change.
20733 Implemented ExtSelectClipRgn.
20735 * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
20736 Andreas Mohr <100.30936@germany.net>
20739 * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
20740 Andreas Mohr <100.30936@germany.net>
20741 Yet another small self-loader fix.
20743 * files/drive.c: Andreas Mohr <100.30936@germany.net>
20744 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
20745 correctly due to current drive being set too late.
20747 * Make.rules.in: Patrik Stridvall <ps@leissner.se>
20748 Use $(AS) instead of $(CC) to compile .s files.
20750 * 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:
20751 Patrik Stridvall <ps@leissner.se>
20752 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
20754 * 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:
20755 Patrik Stridvall <ps@leissner.se>
20756 Started the implementation of IMAGEHLP.DLL.
20758 * 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:
20759 Patrik Stridvall <ps@leissner.se>
20760 Started the implementation of MSACM.DLL and MSACM32.DLL.
20762 * win32/device.c: Patrik Stridvall <ps@leissner.se>
20763 Removed things that were earlier added by mistake.
20765 * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
20766 The implementation of mmioWrite is now called instead of the stub.
20768 * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
20769 Juergen Schmied <juergen.schmied@metronet.de>
20770 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
20772 * relay32/shell32.spec, dlls/shell32/shell32_main.c:
20773 Juergen Schmied <juergen.schmied@metronet.de>
20774 New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
20775 Implemented: SHGetPathFromIDList32W.
20776 Changed PathCombine.
20778 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
20779 New structures DVASPECT, TYMED, IDLList.
20780 Shell specific clipboard formats.
20782 * relay32/winspool.spec, misc/printdrv.c:
20783 Juergen Schmied <juergen.schmied@metronet.de>
20784 Stub EnumPrintersW.
20786 * dlls/shell32/dataobject.c:
20787 Juergen Schmied <juergen.schmied@metronet.de>
20788 Implemented first functions.
20790 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
20791 Juergen Schmied <juergen.schmied@metronet.de>
20792 New class IDLList "Item ID List List" (internal).
20794 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
20795 Small changes (uses HIWORD/LOWORD).
20797 * windows/dialog.c, relay32/user32.spec:
20798 Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
20799 Stub CreateDialogIndirectParamAorW.
20801 * Makefile.in, configure, configure.in:
20802 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
20803 Don't install object files when --disable-lib is selected.
20805 * debugger/hash.c, debugger/msc.c:
20806 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
20807 Don't print name for 32 bit lib multiple times.
20808 Clean up printing in DEBUG_ProcessDeferredDebug.
20810 * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
20811 David Luyer <luyer@ucs.uwa.edu.au>
20814 * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
20815 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
20817 * 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:
20818 Matthew Becker <mbecker@glasscity.net>
20819 Documentation corrections/standardizations.
20821 * 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:
20822 Eric Pouech <eric.pouech@lemel.fr>
20823 Started coding 32 bit MCI handling.
20824 Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
20825 Wrote MCI MIDI support.
20827 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
20828 Yet another improvement to the bezier code.
20830 * windows/message.c: Rein Klazes <rklazes@casema.net>
20831 GetTickCounts() has a granularity in windows of 25 msec's.
20832 Girotel's serial communication appears to depend on it, so I guess
20835 * misc/comm.c: Rein Klazes <rklazes@casema.net>
20836 Update the modemn status bit that indicates whether the RLSD line is
20837 active in every call to GetCommError(). This is not the proper place,
20838 but since wine doesn't do any event-stuff...
20839 Fixed some TRACE call's faced with non zero terminated strings.
20840 Restore the terminal state at CloseCommt to the state it was at
20841 OpenComm(), so the modem will go off-hook.
20843 * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
20844 GetModuleFileName32A() returns long filename if app sets osversion >=
20845 4.0. Also moved the long filename hackery to GetLongPathName32A() so
20846 it can be used by win32 programs.
20848 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
20849 GetLongPathName32A() returns dos format long filename instead of unix
20852 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20855 * relay32/shell32.spec, dlls/shell32/shellord.c:
20856 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20857 Added SHFlushClipboard.
20859 * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
20860 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20861 Fixed some undocumented functions.
20862 Changed algorithm in DPA_QuickSort().
20863 Fixed heap creation/destruction and control [un]registration in
20866 * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20869 * include/tooltips.h, dlls/comctl32/tooltips.c:
20870 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20871 Added tracking support and fixed loading of resource strings.
20872 Added unregister code.
20874 * 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:
20875 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20876 Added IPAddress and NativeFont controls.
20878 * include/imagelist.h, dlls/comctl32/imagelist.c:
20879 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20880 Some minor improvements.
20882 * include/toolbar.h, dlls/comctl32/toolbar.c:
20883 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20884 Improved drawing and placement code. Explorer style common dialogs are
20887 * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20888 Fixed bug in DrawIconEx32().
20890 * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20891 Improved GetSystemInformation32[A/W].
20893 * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
20894 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20895 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
20896 Fixed handling of WS_EX_TOOLWINDOW.
20898 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20901 * windows/event.c, windows/keyboard.c, include/keyboard.h:
20902 David Faure <faure@kde.org>
20903 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
20904 activated. Uses the new KEYBOARD_UpdateOneState.
20905 Fixed a problem with menu accelerators (Alt-letter generates a down
20906 arrow event which beeps if not filtered).
20907 Speeded up ToAscii16/32() a little bit.
20909 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
20910 Ove Kaaven <ovek@arcticnet.no>
20911 Made Wine's debugger work satisfactorily with DOS apps.
20912 Perhaps dereferencing work better for Win16 apps too now, but
20913 it appears the debugger core wasn't designed for segmentation.
20915 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20916 Simulates DPMI memory map by converting lower-MB segment base
20917 addresses as necessary. Implemented allocating/freeing DOS memory
20918 blocks. Added XMS hook. (DPMI remains disabled by default until
20919 someone implements the raw mode switch entry points pkunzip needs.)
20921 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
20922 I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
20923 can't keep working around flaws in it like this (now stdio
20924 was getting closed when programs close handles >=5)
20926 * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
20927 Ove Kaaven <ovek@arcticnet.no>
20928 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
20929 seems to work fine under Wine.
20931 * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
20932 Ove Kaaven <ovek@arcticnet.no>
20933 Moved some system dependencies to loader/dos/dosvm.c. Implemented
20934 environmental argv[0] passing to DOS apps. Added XMS hooks.
20936 * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
20937 Added a memset() to prevent a debugger segfault caused by
20938 uninitialized pointers in the stabs lookup tables.
20940 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20943 * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
20944 Added RtlAllocateAndInitializeSid entry.
20946 * 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:
20947 Marcus Meissner <marcus@jet.franken.de>
20948 Generic dynamic dll loader using dl*() API.
20949 Includes: stdcall->cdecl mapping ability, snooping.
20950 (Tested only with glide2x.dll -> libglide2x.so)
20952 * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
20953 Marcus Meissner <marcus@jet.franken.de>
20954 Added win32 enhanced functionality to timer callbacks.
20956 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20957 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
20958 does at least a bit of keyboard input.
20960 * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
20961 Should display again.
20963 Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
20965 * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
20966 Implemented DS_CENTER dialog style.
20968 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20969 Added function to build the Windows numeric language ID from language,
20970 code, charset and dialect strings, like used by Unix LANG variable.
20972 * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
20973 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20976 * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
20977 Fixed a lot of bugs in ddraw.c to make xlib support work.
20978 Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
20980 * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
20981 Added DC object type to the list of valid objects that can be deleted
20984 Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
20987 Starting new format changelog (older changes moved to
20988 documentation/ChangeLog.OLD).