1 ----------------------------------------------------------------
2 2000-12-22 Alexandre Julliard <julliard@winehq.com>
4 * windows/clipboard.c, windows/x11drv/clipboard.c:
5 Gerard Patel <gerard.patel@asi.fr>
6 Cancel a few changes to get back basic text clipboard functionality.
8 * dlls/winmm/mmsystem.c, include/wine/winbase16.h, windows/message.c, windows/queue.c, windows/winhelp.c:
9 Eric Pouech <Eric.Pouech@wanadoo.fr>
10 Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
14 No longer try to load builtin library when loadorder is 'so'.
16 * Make.rules.in, configure, configure.in, dlls/Makedll.rules.in, library/Makefile.in, tsx11/Makefile.in, unicode/Makefile.in, unicode/wine_unicode.def:
17 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
18 Use dllwrap for building shared libraries in cygwin.
20 * server/async.c, server/console.c, server/file.c, server/handle.c, server/mapping.c, server/pipe.c, server/registry.c, server/request.c, server/serial.c, server/sock.c, server/thread.c:
21 Avoid dup'ing file descriptors when not necessary.
22 Do not send fd to the client if ops->get_fd() fails.
25 Fixed copy/paste bug (thanks to Gerard Patel).
27 * dlls/dsound/dsound_main.c:
28 Ove Kaaven <ovek@transgaming.com>
29 More intelligent DirectSound prebuffering. By tracking the
30 last-written position of streaming buffers, it attempts to avoid
31 prebuffering past this position unless necessary; this may avoid a
32 number of sound problems in various situations. Merged HEL and HAL
33 mixing code, which should reduce the HEL mode's CPU usage slightly.
35 * windows/win.c: Joerg Mayer <jmayer@loplof.de>
36 Warn when FindWindow needs to check other processes windows.
38 * documentation/Makefile.in:
39 Joerg Mayer <jmayer@loplof.de>
40 Don't suppress error messages.
42 * dlls/ntdll/critsection.c:
43 Joerg Mayer <jmayer@loplof.de>
44 Add %fs info to the critical section timeout message.
46 * include/debugtools.h:
47 Dmitry Timoshkov <dmitry@codeweavers.com>
48 Remove redundant ';' at the end of line.
51 Dmitry Timoshkov <dmitry@codeweavers.com>
52 Fix remaining signed/unsigned mismatches.
54 * dlls/ntdll/om.c, files/file.c, include/server.h, include/thread.h, loader/ne/module.c, memory/virtual.c, scheduler/client.c, scheduler/handle.c, scheduler/thread.c, server/console.c, server/debugger.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/object.h, server/pipe.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
55 Use a separate FIFO pair for server requests that don't need to pass a
57 Associate file descriptors with handles on the server side so that we
58 don't need to pass the fd every time the client wants to use it.
61 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
62 Native IMM32.DLL crashes wine - use builtin DLL.
64 * relay32/builtin32.c:
65 Andreas Mohr <amohr@codeweavers.com>
66 Print all problems as ERR() except for "could not open" library, which
69 * dlls/ddraw/dsurface/main.c:
70 Marcus Meissner <marcus@jet.franken.de>
71 IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
74 * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/driver.c, windows/focus.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/multimon.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/rect.c, windows/scroll.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c, windows/winhelp.c, windows/winpos.c, windows/winproc.c, windows/caret.c, windows/class.c, windows/clipboard.c, windows/cursoricon.c:
75 Patrik Stridvall <ps@leissner.se>
76 Various documentation fixes.
79 Removed the dummy mouse event in SetWindowPos.
81 * dlls/kernel/kernel32.spec, dlls/user/user32.spec:
82 Eric Pouech <Eric.Pouech@wanadoo.fr>
83 Added some 16 bit entry points needed by multimedia DLLs.
85 * windows/win.c, windows/x11drv/event.c, include/file.h, include/wine/winbase16.h, loader/resource.c, memory/global.c, memory/local.c, objects/metafile.c, controls/edit.c, dlls/kernel/wowthunk.c, dlls/winmm/mmio.c, files/file.c, graphics/win16drv/init.c:
86 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
88 * graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, include/x11drv.h:
89 Ove Kaaven <ovek@transgaming.com>
90 Gavriel State <gav@transgaming.com>
91 More DIB section copy-blitting improvements: Handle 8bpp DIBs, DC
92 mapping modes, and clipping. Take advantage of the DIBsection's
93 XShmImage mechanism to get a really fast blit to the display.
95 2000-12-21 Alexandre Julliard <julliard@winehq.com>
97 * dlls/user/user.spec:
98 Patrik Stridvall <ps@leissner.se>
99 Fixed some issues found by winapi_check.
101 * tools/winapi_check/win16/user.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
102 Patrik Stridvall <ps@leissner.se>
103 - Minor API file update.
105 - Added new option on --documentation-ordinal (off by default).
106 - Added new option on --documentation-pedantic (off by default).
108 * dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
109 Marcus Meissner <marcus@jet.franken.de>
110 Handle errors for IDsDriver_GetPosition.
111 Report DSERR_UNINITIALIZED on non-opened WineOSS audio device.
113 * dlls/winmm/Makefile.in, dlls/winmm/driver.c, windows/driver.c:
114 Eric Pouech <Eric.Pouech@wanadoo.fr>
115 Cleaned up the code a bit.
117 * dlls/winmm/wineoss/audio.c:
118 Ove Kaaven <ovek@transgaming.com>
119 Enable the DirectSound HAL for sound drivers that do not report
120 DSP_CAP_REALTIME. Set precision of these to 256 bytes (about 3ms).
122 * dlls/oleaut32/typelib.c:
123 Francois Jacques <francoisj@macadamian.com>
124 - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
125 - TLB_LoadTypeLib: ref count problem.
126 - ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
127 - ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
128 - ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
129 - TLB loader functions now trace in "typelib" channel.
130 - Improved traces in AddRef/Release and improved dump_* functions for
134 Dmitry Timoshkov <dmitry@codeweavers.com>
135 Don't write to buffer with zero length.
136 Removed some unused function parameters.
138 * dlls/crtdll/crtdll_main.c:
139 Dmitry Timoshkov <dmitry@codeweavers.com>
140 Do not free the not owned error string.
142 * dlls/oleaut32/safearray.c:
143 Francois Jacques <francoisj@macadamian.com>
144 Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
145 checks: an array has at least one dimension.
146 Updated validCoordinates, where SafeArrayGetLBound was called on
149 * dlls/winmm/lolvldrv.c:
150 Eric Pouech <Eric.Pouech@wanadoo.fr>
151 Rewrote the allocation of MM driver descriptors.
153 * objects/enhmetafile.c:
154 Eric Kohl <ekohl@codeweavers.com>
155 Use handle to palette instead of index for EMR_SELECTPALETTE.
156 Implemented simple case for EMR_EXTSELECTCLIPRGN.
158 2000-12-20 Alexandre Julliard <julliard@winehq.com>
160 * dlls/ntdll/debugtools.c:
161 Fixed debug routines to work before the process heap is created.
164 Do not call thread attach/detach routines during process exit to avoid
167 * graphics/x11drv/dib.c:
168 Gerard Patel <gerard.patel@asi.fr>
169 Set the color mask with BI_BITFIELD dibs, don't use the
170 application-provided value.
172 * memory/global.c, controls/edit.c:
173 Dmitry Timoshkov <dmitry@codeweavers.com>
174 Make new edit control allocate its buffers with granularity 32 byte.
175 Ensure that all copied strings are 0 terminated.
178 Guy L. Albertelli <galberte@neo.lrun.com>
179 - print out WM_NOTIFY message code if we know it.
180 - print out memory past end of NMHDR structure for the size of
181 the normal NMxxxxx structure associated with the message code.
182 - setup notify code table for common, REBAR, TOOLBAR, and COMBOEX (at
185 2000-12-19 Alexandre Julliard <julliard@winehq.com>
187 * memory/global.c: Set last error in GlobalUnlock.
189 * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
190 Andrew Johnston <ajohnston@switch.com>
191 Documentation update.
193 * dlls/user/exticon.c, dlls/version/resource.c, include/winnt.h, library/loader.c, loader/pe_resource.c:
194 François Gouget <fgouget@codeweavers.com>
195 DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
197 * documentation/printing.sgml:
198 Stefan Leichter <Stefan.Leichter@camline.com>
199 Added description of printerports section of the win.ini file for wineps.drv.
201 * include/wine/obj_connection.h:
202 James Hatheway <james@macadamian.com>
203 Fix IConnectionPointContainer interface macros.
205 * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
206 Francois Jacques <francoisj@macadamian.com>
207 Implementation of Dispatch API.
209 * dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, tools/winapi_check/win32/crtdll.api:
210 Jon Griffiths <jon_p_griffiths@yahoo.com>
211 - Add several mbcs and CP 932 functions, fix some existing calls
212 - Bug fixes, -W warnings and winapi_check updates.
213 - Don't be so strict setting default locale, store codepage
216 Include stdlib.h instead of wchar.h.
218 * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
219 Marcus Meissner <marcus@jet.franken.de>
220 shlwapi forwarders for SetWindowLongW and CallWindowProcW.
222 * dlls/user/user32.spec:
223 Dmitry Timoshkov <dmitry@codeweavers.com>
224 New unicode edit control.
227 Dmitry Timoshkov <dmitry@codeweavers.com>
228 Protect against NULL buffer in the profile functions.
231 Dmitry Timoshkov <dmitry@codeweavers.com>
232 New unicode edit control.
234 * ole/ole2nls.c, tools/bin2res.c, tools/wrc/genres.c, tools/wrc/parser.y, windows/clipboard.c, windows/dialog.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, include/win.h, include/winpos.h, misc/tweak.c, msdos/int09.c, msdos/int33.c, controls/icontitle.c, dlls/commdlg/filedlgbrowser.c, dlls/dsound/dsound_main.c, dlls/msvideo/drawdib.c, dlls/ole32/clipboard.c, dlls/ole32/ole2nls.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/stubs.c, dlls/richedit/rtf.h, dlls/user/user_main.c, dlls/winmm/joystick/joystick.c, dlls/winmm/time.c:
235 François Gouget <fgouget@codeweavers.com>
236 winuser.h now requires that we include winbase.h first.
239 François Gouget <fgouget@codeweavers.com>
240 Added CreateWindowStation.
243 François Gouget <fgouget@codeweavers.com>
244 Removed the 'extern "C" { ... }' statement. It is not supposed to be
248 François Gouget <fgouget@codeweavers.com>
249 Moved a misplaced 'extern "C" { ... }' statement.
251 * library/port.c, include/tchar.h, include/winnt.h, include/wtypes.h:
252 François Gouget <fgouget@codeweavers.com>
253 Added better support for Unicode:
254 Added support for 16-bit wchar_t
255 Added support for rewriting 4-byte Unicode literals to 16bit Unicode
257 * dlls/user/exticon.c, dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/winnt.h, loader/pe_resource.c, configure, configure.in:
258 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
259 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
261 * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
262 Gerard Patel <gerard.patel@asi.fr>
263 Stub for DllDebugObjectRPCHook.
265 * dlls/oleaut32/typelib.c:
266 Gerard Patel <gerard.patel@asi.fr>
267 Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
268 ITypeInfo_fnGetContainingTypeLib.
270 * dlls/comctl32/tooltips.c:
271 Gerard Patel <gerard.patel@asi.fr>
272 Do not send a WM_NOTIFYFORMAT to a non-existent owner.
274 * server/atom.c, 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/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/timer.c, server/trace.c, files/file.c, include/server.h, scheduler/process.c, server/async.c:
275 Merged the get_read_fd and get_write_fd requests.
277 * dlls/dinput/mouse/main.c:
278 Marcus Meissner <marcus@jet.franken.de>
279 Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
282 François Gouget <fgouget@codeweavers.com>
283 _str{dec,inc}: Cast the parameters to the proper type first
284 Added definitions for _tfinddata*
286 * include/objbase.h, include/winnt.h:
287 François Gouget <fgouget@codeweavers.com>
288 Moved some of the STDMETHOD/STDAPI to winnt.h.
289 Moved the EXTERN_C macro to winnt.h.
290 Added a '#ifndef __WINE__' around the remaining macros.
293 François Gouget <fgouget@codeweavers.com>
294 Removed some of the SECURITY_xxx types.
297 François Gouget <fgouget@codeweavers.com>
298 Added SetUserObjectSecurity.
300 * include/commctrl.h:
301 Guy L. Albertelli <galberte@neo.lrun.com>
302 Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
304 2000-12-18 Alexandre Julliard <julliard@winehq.com>
306 * dlls/imm32/Makefile.in, dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/main.c:
307 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
308 Implemented keyboard layout and context - far from complete.
311 Morten Welinder <terra-wine@diku.dk>
312 (strcasecmp): Conform to ANSI specs for toupper.
313 (strncasecmp): Ditto. Also do not use side-effects in macro args.
314 (wine_openpty): Plug descriptor leak. Always set errno on failure.
315 (wine_anon_mmap): Fix comment location.
318 Morten Welinder <terra-wine@diku.dk>
319 (parse_options): Allow GNU-like option arguments like
320 "--desktop=800x600". (Not perfect -- we don't allow shorthands.)
322 * tools/winebuild/import.c, configure, configure.in:
323 Patrik Stridvall <ps@leissner.se>
326 * dlls/comctl32/rebar.c:
327 Guy L. Albertelli <galberte@neo.lrun.com>
328 - Implement drag for vertical rebars (drag up and down).
329 - Better algorithims for inserting new bands - matches native version
331 - Make drawing of rebar attempt to match native pixel by pixel (note
332 this does not fix the embedded controls in each band - they still are
333 as good or bad as before.)
334 - Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
335 _DELETINGBAND, _DELETEDBAND).
337 * dlls/comctl32/comboex.c:
338 Guy L. Albertelli <galberte@neo.lrun.com>
339 Pass WM_COMMAND and WM_NOTIFY to parent as received.
341 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
342 Gerard Patel <gerard.patel@asi.fr>
343 Change the current directory as the user browses the directory tree.
345 * dlls/crtdll/file.c:
346 David Elliott <dfe@infinite-internet.net>
347 Changed typo va_list to valist.
350 Gerard Patel <gerard.patel@asi.fr>
351 Allow for the dialog font size to be set directly in pixels.
354 Gerard Patel <gerard.patel@asi.fr>
355 WM_GETMINMAXINFO track min size should be used in SetWindowPos also
358 * dlls/msvideo/msvideo_main.c:
359 Marcus Meissner <marcus@jet.franken.de>
360 Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
362 2000-12-16 Alexandre Julliard <julliard@winehq.com>
364 * dlls/shell32/shellpath.c, memory/environ.c, dlls/setupapi/devinst.c, dlls/setupapi/setupx_main.c:
365 Patrik Stridvall <ps@leissner.se>
366 Fixed some issues found by winapi_check.
368 * tools/winapi_check/win16/setupx.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imm32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/olecli.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
369 Patrik Stridvall <ps@leissner.se>
370 - Minor API file update.
371 - Turned on --documentation-arguments by default.
373 * dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/spawn.c, dlls/crtdll/crtdll_main.c, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec:
374 Jon Griffiths <jon_p_griffiths@yahoo.com>
375 - Fix _fullpath & splitpath, winapi_check fixes
376 - Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
377 _wtoi & _wtol (fwd),scanf,_timezone_dll
379 * windows/x11drv/event.c, dlls/dinput/mouse/main.c, include/input.h, windows/cursoricon.c, windows/input.c, windows/winpos.c:
380 Avoid a couple of dependencies on input.c internal variables.
382 * dlls/crtdll/file.c:
383 Fixed infinite loop in CRTDLL__fcloseall.
385 * dlls/imm32/Makefile.in, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm_private.h, dlls/imm32/main.c:
386 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
387 Implemented some APIs and IME class - far from complete.
390 Marcus Meissner <marcus@jet.franken.de>
391 Check for NULL before doing IsEqualGUID().
394 Eric Pouech <Eric.Pouech@wanadoo.fr>
395 Fixed loading of 16 bit MCI drivers (for command tables).
396 Fixed alias handling in mciSendString.
398 * dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
399 Andreas Mohr <amohr@codeweavers.com>
400 - don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
401 - corrected VcpClose .spec
403 2000-12-15 Alexandre Julliard <julliard@winehq.com>
405 * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
406 Allocate entry points dynamically to allow for a larger number of
409 * dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c, dlls/imm32/memory.c, dlls/imm32/string.c:
410 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
411 Implemented some DDK APIs - far from complete.
414 Francois Gouget <fgouget@codeweavers.com>
415 Create a symbolic link to ole/libuuid.a.
418 Francois Gouget <fgouget@codeweavers.com>
419 Always link with uuid.
421 * controls/listbox.c:
422 Ulrich Czekalla <ulrichc@codeweavers.com>
423 Only capture mouse when an item is selected.
425 * include/ntdef.h, include/windef.h, include/winnt.h:
426 François Gouget <fgouget@codeweavers.com>
427 Moved some macros like NULL, FALSE to winnt.h
428 Moved the anonymous struct/unions to winnt.h
429 Moved calling convention macros to winnt.h
430 Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
431 Moved HANDLE and DECLARE_HANDLE to winnt.h
432 Moved structure packing macros to winnt.h
434 * include/ddraw.h, include/winbase.h, server/snapshot.c:
435 François Gouget <fgouget@codeweavers.com>
436 Needs to include windef.h.
439 François Gouget <fgouget@codeweavers.com>
440 Added OleIsCurrentClipboard and OleSetClipboard.
443 François Gouget <fgouget@codeweavers.com>
444 Fixed the prototype of GetClassFile.
447 Gerard Patel <gerard.patel@asi.fr>
448 Don't return last active popup if it is pointing to a deleted window.
450 * documentation/wine.man.in, misc/options.c:
451 Andreas Mohr <amohr@codeweavers.com>
452 Improved usage message.
454 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/server.h, memory/registry.c, server/registry.c, server/request.c, server/request.h, server/trace.c:
455 Converted enum_key_value request to the new request mechanism.
458 Huw D M Davies <hdavies@codeweavers.com>
459 Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
461 * dlls/comctl32/tab.c:
462 Aric Stewart <aric@codeweavers.com>
463 Fixed some difficulties with the font on vertical tabs. Also plugged a
466 * dlls/comctl32/header.c:
467 Ulrich Czekalla <ulrichc@codeweavers.com>
468 Mark width as valid when we send HDN_ENDTRACKA.
471 Huw D M Davies <hdavies@codeweavwers.com>
472 Check to see whether any ancestor windows are drop targets.
475 Huw D M Davies <h.davies1@physics.ox.ac.uk>
478 * include/winnt.h, loader/pe_image.c:
479 François Gouget <fgouget@codeweavers.com>
480 Changed the type of Function to PDWORD as on Windows.
482 * dlls/dplayx/dplaysp.h:
483 François Gouget <fgouget@codeweavers.com>
484 Removed the declspec specifier.
486 * dlls/ntdll/ntdll.spec, misc/options.c, miscemu/main.c, miscemu/wine.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
487 Added support for Unicode applications in winebuild.
488 Removed cuiexe_no_main hack.
489 Avoid stdcall function declarations inside functions because of gcc bug.
492 Martin Pilka <mpilka@codeweavers.com>
493 - registry loading speed up (reduced client <-> server communication)
494 - make the code a bit more understandable
496 2000-12-14 Alexandre Julliard <julliard@winehq.com>
498 * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
499 Jon Griffiths <jon_p_griffiths@yahoo.com>
500 Added "ignore" directive for skipping individual symbol resolution.
502 * dlls/commdlg/cdlg_Ru.rc:
503 Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
504 Added more Russian support.
506 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.spec, dlls/winnls/.cvsignore, dlls/winnls/Makefile.in, dlls/winnls/winnls.c, dlls/winnls/winnls.spec, dlls/winnls/winnls32.spec:
507 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
508 Added a spec file for 16bit imm.
509 Added spec files for winnls and winnls32.
511 * include/wine/winbase16.h:
512 Added inline definition for MapSL.
514 * tools/wineshelllink:
515 Andreas Mohr <amohr@codeweavers.com>
516 Fixed an unquoted string.
518 * files/directory.c, files/drive.c:
519 Lawson Whitney <lawson_whitney@juno.com>
520 Add strerror() to the "Could not stat" and "Invalid path" startup
523 * scheduler/sysdeps.c:
524 Commented out large stack init now that thread stacks are at least 1Mb.
527 Marcus Meissner <marcus@jet.franken.de>
528 If DirectDrawCreate gets passed a IDirectDraw{2,4,7} interface, get
529 this interface and do not use IDirectDraw.
531 * dlls/comctl32/comctl32.spec, dlls/kernel/kernel32.spec, dlls/shell32/shell32.spec:
532 Francois Gouget <fgouget@codeweavers.com>
533 Removed the name of APIs exported by ordinal.
535 * dlls/kernel/nls/hun.nls:
536 Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
539 2000-12-13 Alexandre Julliard <julliard@winehq.com>
541 * documentation/Makefile.in, documentation/architecture.sgml, documentation/authors.ent, documentation/bugs.sgml, documentation/build.sgml, documentation/compiling.sgml, documentation/configuring.sgml, documentation/consoles.sgml, documentation/cvs-regression.sgml, documentation/db2html-winehq, documentation/debugger.sgml, documentation/debugging.sgml, documentation/default.dsl, documentation/dlls.sgml, documentation/documentation.sgml, documentation/fonts.sgml, documentation/getting.sgml, documentation/i18n.sgml, documentation/implementation.sgml, documentation/installing.sgml, documentation/introduction.sgml, documentation/ole.sgml, documentation/opengl.sgml, documentation/packaging.sgml, documentation/patches.sgml, documentation/porting.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml, documentation/tools.sgml, documentation/wine-doc.sgml, documentation/winehq.dsl, documentation/winelib-user.sgml:
542 John R. Sheets <jsheets@codeweavers.com>
543 Documentation update.
545 * dlls/odbc32/proxyodbc.c, include/wine/library.h, include/wine/port.h, library/loader.c, library/port.c, loader/elf.c, loader/module.c, relay32/builtin32.c:
546 James Abbatiello <jabbey@codeweavers.com>
547 Work around glibc 2.1.x dlopen bug (again).
549 * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h:
550 Andreas Mohr <amohr@codeweavers.com>
551 - implemented proper LDD/LDID handling
552 - implement Ctl*Ldd(), Ctl[GS]etLddPath, GenInstall (no real operations
553 yet, I want help), InstallHinfSection
554 - Stubbed out DiGetClassDevs16 (needed for e.g. Monkey Island 3 ;)
555 - many new .spec stubs
557 * dlls/shell32/shellole.c, include/wine/obj_base.h:
558 Andreas Mohr <amohr@codeweavers.com>
559 SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
560 badly fail with E_INVALIDARG in case native OLE32 is used.
562 * include/Makefile.in, include/mapi.h, include/mapidefs.h:
563 François Gouget <fgouget@codeweavers.com>
564 Added mapi.h with the definitions needed by the MFC.
566 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
567 Eric Kohl <ekohl@codeweavers.com>
568 Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
571 Eric Pouech <Eric.Pouech@wanadoo.fr>
572 Fixed path resolution for a/b.c source files.
574 * controls/listbox.c:
575 Louis Philippe Gagnon <louisphilippe@macadamian.com>
576 Invalidate the focus rect when a listbox is resized.
578 * scheduler/process.c, scheduler/syslevel.c, tools/winebuild/spec16.c, win32/except.c, windows/dce.c, windows/nonclient.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/gdi.h, include/ldt.h, include/miscemu.h, include/selectors.h, misc/lstr.c, msdos/dosaspi.c, msdos/int25.c, msdos/int26.c, objects/gdiobj.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c, debugger/dbgmain.c, dlls/commdlg/filedlg95.c, dlls/gdi/gdi_main.c, dlls/oleaut32/oleaut.c, dlls/user/resource.c, dlls/winaspi/winaspi32.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
579 Removed some unnecessary includes.
582 * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
583 Use getpagesize() instead of VIRTUAL_GetPageSize().
585 * windows/win.c, windows/winhelp.c, windows/winproc.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, objects/bitmap.c, objects/font.c, objects/metafile.c, scheduler/thread.c, windows/class.c, windows/cursoricon.c, windows/defwnd.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/painting.c, windows/scroll.c, misc/error.c, msdos/devices.c, include/wine/mmsystem16.h, include/wine/port.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, loader/resource.c, loader/task.c, memory/atom.c, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/local.c, memory/selector.c, memory/string.c, dlls/winmm/mcianim/mcianim.c, dlls/winsock/async.c, files/file.c, graphics/escape.c, graphics/mapping.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/digitalv.h, include/mmddk.h, include/ole.h, include/stackframe.h, include/user.h, include/wingdi.h, include/winnt.h, dlls/user/lstr.c, dlls/user/text.c, dlls/user/wsprintf.c, dlls/version/ver16.c, dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c, dlls/wineps/escape.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.spec, dlls/kernel/debugger.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/msvideo/msvideo_main.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/oleaut32/ole2disp.c, dlls/olecli/olecli.spec, dlls/olecli/olecli_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/gdi/gdi.spec, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/commdlg/cdlg.h, controls/edit.c, controls/listbox.c, controls/menu.c, controls/combo.c:
586 Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
587 Fixed a few ptr/segptr mismatches.
588 Moved CONV_RECT/POINT macros to wingdi16.h.
590 * debugger/debug.l, dlls/comctl32/header.c, dlls/oleaut32/typelib.c, dlls/serialui/confdlg.c, dlls/winspool/info.c, objects/enhmetafile.c, windows/winpos.c:
593 * windows/driver.c, dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h:
594 Eric Pouech <Eric.Pouech@wanadoo.fr>
595 Split driver functions into USER (16 bit part) and WINMM (32 bit part).
596 Fixed some bugs in 16 bit part as well.
597 Now correctly parsing the system.ini extra parameters.
599 * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
600 Marcus Meissner <marcus@jet.franken.de>
601 Fixed crtdll compile problem regarding fpos_t in glibc2.2.
603 * dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
604 Jon Griffiths <jon_p_griffiths@yahoo.com>
605 - Implement console I/O
606 - Support temporary files, add tmpfile, rmtmp
607 - spawn* functions: fix args, add cwait, searchenv
609 * programs/clock/main.c:
610 Eric Pouech <Eric.Pouech@wanadoo.fr>
611 Removed a crash in program/clock.
613 * dlls/comctl32/header.c:
614 Eric Kohl <ekohl@rz-online.de>
615 Fixed crash of WinZip 8.0 due to invalid image list handle.
618 Francois Gouget <fgouget@codeweavers.com>
619 Define NULL as in Win32.
621 * dlls/msvideo/msvideo_main.c:
622 Eric Pouech <Eric.Pouech@wanadoo.fr>
623 Return values from DRV_ENABLE should not be checked.
625 * dlls/kernel/format_msg.c:
626 Eric Pouech <Eric.Pouech@wanadoo.fr>
627 FormatMessageA wasn't properly handling the %ls modifier.
629 * dlls/comctl32/toolbar.c:
630 Andreas Mohr <amohr@codeweavers.com>
631 Invalid buttons are "hidden".
633 * dlls/shell32/shellpath.c:
634 Andreas Mohr <amohr@codeweavers.com>
635 Move all values of SHGetSpecialFolderPathA into an array, add some
636 other registry locations and improve the number of supported CSIDLs.
638 * dlls/commdlg/filedlg95.c:
639 Ian Pilcher <pilcher@concentric.net>
640 Changed FILEDLG95_OnOpen to "double terminate" the returned string if
641 OFN_ALLOWMULTISELECT is set.
643 2000-12-12 Alexandre Julliard <julliard@winehq.com>
645 * scheduler/process.c, if1632/relay.c, include/main.h, loader/main.c, misc/main.c, misc/options.c, ole/ole2nls.c, relay32/builtin32.c, dlls/kernel/kernel_main.c:
648 * relay32/relay386.c, relay32/snoop.c:
649 Use __ASM_GLOBAL_FUNC directly in i386-only code.
651 * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
652 Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
654 * include/drive.h, include/winbase.h, misc/cdrom.c, msdos/int11.c, msdos/int13.c, msdos/int17.c, msdos/int21.c, msdos/int2f.c, controls/combo.c, controls/listbox.c, dlls/commdlg/filedlg.c, dlls/shell32/shell.c, dlls/user/network.c, files/drive.c:
655 Use the DRIVE_* API constants instead of the DRIVETYPE enum.
656 Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
658 Cleaned up a few dependencies on internal drive.c functions.
660 * configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/config.h.in, include/dinput.h:
661 Marcus Meissner <Marcus.Meissner@caldera.de>
662 Added preferences to dinput drivers (so we can have two joystick
663 drivers). Implemented a joystick driver for the Linux 2.4
666 * include/winnls.h, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/locale.c, dlls/crtdll/time.c:
667 Jon Griffiths <jon_p_griffiths@yahoo.com>
668 - Implemented setlocale parsing and LC_TYPE behavior.
669 - Implemented isleadbyte, snprintf.
670 - Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
672 * include/shellapi.h:
673 Francois Gouget <fgouget@codeweavers.com>
674 Added a prototype for SHAppBarMessage.
677 Dimitrie O. Paun <dimi@cs.toronto.edu>
678 Fixed indentation problems resulting from automatic renaming, other
681 * dlls/comctl32/tab.c:
682 Gerard Patel <gerard.patel@asi.fr>
683 Use DrawText to display text in horizontal tabs.
686 Martin Pilka <mpilka@codeweavers.com>
687 Changed the condition so it also works in case when sscanf returns EOF.
689 2000-12-11 Alexandre Julliard <julliard@winehq.com>
691 * windows/user.c, memory/environ.c, memory/selector.c, memory/virtual.c, misc/version.c, miscemu/main.c, msdos/dpmi.c, msdos/vxd.c, relay32/relay386.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, dlls/crtdll/exit.c, dlls/crtdll/spawn.c, dlls/crtdll/time.c, dlls/kernel/utthunk.c, include/Makefile.in, include/ldt.h, include/module.h, include/process.h, include/winbase.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c:
692 Moved all Wine internal definitions out of process.h.
694 * tools/winebuild/spec32.c:
695 Output the exports table in assembly code to make it possible to
696 export C++ mangled names.
699 Implemented RtlAcquirePebLock and RtlReleasePebLock.
702 Gerard Patel <gerard.patel@asi.fr>
703 Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
705 * windows/x11drv/clipboard.c, windows/x11drv/event.c, include/clipboard.h, windows/clipboard.c, windows/queue.c, windows/user.c:
706 Dmitry Timoshkov <dmitry@codeweavers.com>
707 Add CF_UNICODETEXT as primary text clipboard format.
708 Use [x11drv].TextCP for interchange with X.
710 2000-12-10 Alexandre Julliard <julliard@winehq.com>
712 * programs/Makeprog.rules.in:
713 Dennis Bjorklund <db@zigo.dhs.org>
714 Remove old link before creating the new one.
716 * windows/x11drv/event.c, windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/controls.h, dlls/user/resources/user32.rc, dlls/user/user_main.c, include/button.h, include/combo.h, include/desktop.h, include/dialog.h, include/mdi.h, include/menu.h, include/scroll.h, include/static.h, include/win.h, include/x11drv.h, windows/Makefile.in, windows/class.c, windows/defdlg.c, windows/dialog.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/sysparams.c, windows/user.c, windows/win.c, windows/winpos.c, windows/winproc.c, Make.rules.in, controls/Makefile.in, 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, controls/widgets.c:
717 Moved most builtin controls structures into their respective C file.
718 Created new controls.h file private to user32.dll and moved remaining
719 builtin controls definitions there.
721 2000-12-09 Alexandre Julliard <julliard@winehq.com>
723 * dlls/ntdll/ntdll.spec, include/elfdll.h, loader/Makefile.in, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
724 Removed no longer used elfdll loader.
726 * windows/class.c, windows/message.c, dlls/winmm/wineoss/mixer.c, include/queue.h, include/wnaspi32.h, misc/main.c, dlls/oleaut32/ole2disp.c, README:
727 Andreas Mohr <amohr@codeweavers.com>
729 - add offsets to ASPI struct defines
732 * dlls/oleaut32/safearray.c:
733 Andreas Mohr <amohr@codeweavers.com>
734 Don't fail on pointer address checking when foreign heap.
737 Andreas Mohr <amohr@codeweavers.com>
738 Removed duplicate defines.
740 * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
741 Andreas Mohr <amohr@codeweavers.com>
742 Fixed MessageBox() usage.
744 * dlls/winaspi/winaspi32.c:
745 Andreas Mohr <amohr@codeweavers.com>
748 2000-12-07 Alexandre Julliard <julliard@winehq.com>
751 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
752 Added handlers for some IME messages in DefWindowProc.
754 * dlls/commdlg/filedlg95.c:
755 Gerard Patel <gerard.patel@asi.fr>
756 Fileokstring notification should be sent to the custom child dialog,
757 not to the main dialog.
759 * dlls/ntdll/ntdll.spec:
760 Andrew Lewycky <andrew@transgaming.com>
761 Ove Kaaven <ovek@transgaming.com>
762 De-stub sin() and cos().
763 Add noimport flag to sin(), cos(), and pow().
765 * windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user.spec, include/button.h, include/class.h, include/win.h, include/wine/winuser16.h, include/x11drv.h, windows/class.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/user.c, windows/win.c, controls/button.c, controls/desktop.c, controls/widgets.c:
766 Removed dependencies on the internals of the CLASS structure.
767 Added support for having both ASCII and Unicode window procedures for
770 * windows/defdlg.c, windows/winproc.c:
771 Removed calls to WIDGETS_IsControl.
774 Francois Gouget <fgouget@codeweavers.com>
775 Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
776 Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
777 GOPHER_ATTRIBUTE_ENUMERATOR.
779 * include/winsock.h, tools/winemaker:
780 Francois Gouget <fgouget@codeweavers.com>
781 Added a prototype for closesocket.
783 * dlls/commdlg/printdlg.c:
784 Marcus Meissner <marcus@jet.franken.de>
785 Fixed handling of DialogBoxIndirectParamA return value.
787 2000-12-06 Alexandre Julliard <julliard@winehq.com>
789 * documentation/wine.conf.man.in, documentation/wine.man.in, files/profile.c, README, wine.ini:
790 Added automatic translation of the config file to the new
791 format. Updated documentation.
793 * include/wine/port.h:
794 Added define for S_ISLNK if missing.
796 * tools/winebuild/spec16.c, tools/winebuild/spec32.c:
797 Don't make the spec file constructors static so that they don't get
800 * include/bitmap.h, include/x11drv.h, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/text.c:
801 Ove Kaaven <ovek@transgaming.com>
802 Andrew Lewycky <andrew@transgaming.com>
803 Gavriel State <gav@transgaming.com>
804 DIB section improvements; UpdateDIBSection has been replaced with
805 LockDIBSection and UnlockDIBSection, for improved thread safety.
806 DIB_Status_* is now driver-independent, and there's a new
807 DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
808 pitch. Slight optimization of DIBsection->display BitBlt.
810 * dlls/kernel/nls/heb.nls, misc/options.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
811 Michael Veksler <mveksler@techunix.technion.ac.il>
812 Add basic NLS information needed for Hebrew.
814 * dlls/kernel/nls/cym.nls:
815 Huw D M Davies <h.davies1@physics.ox.ac.uk>
816 Welsh needs iso8859-14.
818 * windows/x11drv/event.c:
819 Ove Kaaven <ovek@arcticnet.no>
820 Use SendNotifyMessage() for WM_SYNCPAINT.
823 James Juran <jamesjuran@alumni.psu.edu>
824 Return a maximum registry size of 32 MB in NtQuerySystemInformation.
826 * documentation/samples/config:
827 Added sample config file in the new format.
829 * configure, configure.in:
830 Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
833 * tools/winebuild/import.c:
834 Eric Pouech <Eric.Pouech@wanadoo.fr>
835 Now prints line number for 'x.dll imported but no symbols used' warning.
838 Louis Philippe Gagnon <louisphilippe@macadamian.com>
839 Update internal controls on WM_WINDOWPOSCHANGED.
841 * dlls/ntdll/ntdll.spec, misc/Makefile.in, misc/ext_debugger.c, Makefile.in, debugger/Makefile.in, debugger/ext_debugger.c, debugger/winedbg.c:
842 Build the debugger as a .so.
844 * dlls/shell32/Makefile.in, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi_main.c, include/dplay.h, ole/Makefile.in, ole/uuid.c, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/ddraw/Makefile.in, dlls/ddraw/main.c, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx_main.c, dlls/dsound/Makefile.in, dlls/dsound/dsound_main.c, dlls/ole32/Makefile.in, dlls/ole32/oleobj.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c, Make.rules.in, Makefile.in:
845 Created a small static library in ole/libuuid.a that contains all the
846 UUID definitions (with the help of Francois Gouget).
848 * tools/wmc/Makefile.in, tools/wrc/Makefile.in, dlls/crtdll/Makefile.in, dlls/lzexpand/Makefile.in, dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in, dlls/version/Makefile.in, if1632/Makefile.in, libtest/Makefile.in, programs/Makeprog.rules.in, programs/avitools/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, dlls/Makedll.rules.in, dlls/comctl32/Makefile.in:
849 Use libwine and libwine_unicode directly from their build directory
850 instead of using symlinks.
852 * dlls/x11drv/Makefile.in, dlls/x11drv/x11drv_main.c, include/ts_shape.h, 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/ts_xvideo.h, tools/make_X11wrappers, tsx11/.cvsignore, tsx11/Makefile.in, tsx11/locking.c, tsx11/ts_shape.c, 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, tsx11/ts_xvideo.c, Make.rules.in, Makefile.in, configure, configure.in:
853 Build tsx11 layer as a separate shared library.
855 2000-12-05 Alexandre Julliard <julliard@winehq.com>
857 * dlls/odbc32/proxyodbc.c, if1632/builtin.c, library/loader.c, loader/elf.c, relay32/builtin32.c:
858 Always pass lower-case filenames to wine_dll_load().
859 Clear dlerror() before and after calls to dlopen/dlsym to work around
860 a glibc bug (thanks to James Abbatiello for tracking the bug).
862 * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
863 Nerijus Baliunas <nerijus@users.sourceforge.net>
864 Fixed Serbian language code page.
867 Aric Stewart <aric@codeweavers.com>
868 Fixed a problem where the string in a combo box flickers if you
869 rapidly reset the content and then replace the content.
872 Andreas Mohr <amohr@codeweavers.com>
873 Better error message for forwards.
875 * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
876 Aric Stewart <aric@codeweavers.com>
877 Added Chinese resources.
880 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
881 Added some missing definitions.
883 * dlls/rpcrt4/rpcrt4_main.c:
884 Stefan Leichter <Stefan.Leichter@camline.com>
885 Compile fix for gcc 2.7.2.3.
887 * Make.rules.in, configure, configure.in:
888 Dimitrie O. Paun <dimi@cs.toronto.edu>
889 Use the approriate command for combining .o files.
892 Dmitry Timoshkov <dmitry@codeweavers.com>
893 Removed the code duplication.
896 Rein Klazes <rklazes@casema.net>
897 Don't forget to map the message in WINPROC_MapMsg16To32W().
899 * relay32/builtin32.c:
900 Andreas Mohr <amohr@codeweavers.com>
901 Fixed dlerror() check to use strstr().
904 Dimitrie O. Paun <dimi@cs.toronto.edu>
905 Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
908 Dimitrie O. Paun <dimi@cs.toronto.edu>
909 - overwrite (rather than append) the output file if we have no separator
910 - avoid output if there is nothing to do
912 * dlls/user/user32.spec, include/winuser.h, windows/input.c:
913 Ken Coleman <ken_coleman@iname.com>
914 Added a first-cut version of MapVirtualKeyExW() that has the same
915 functionality (and limitations) as the ANSI version.
918 Andreas Mohr <amohr@codeweavers.com>
919 wineinstall didn't create the default no-windows directory /c
920 when just pressing enter.
922 * graphics/x11drv/dib.c:
923 Guy L. Albertelli <galberte@neo.lrun.com>
924 - correct number of colormap entries looked at in GetDIBColorTable.
925 - correct number of colormap entries processed in SetDIBColorTable.
927 * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
928 Rein Klazes <rklazes@casema.net>
929 Somes fixes for Dutch locales.
931 * dlls/imm32/imm32.spec:
932 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
935 2000-12-02 Alexandre Julliard <julliard@winehq.com>
937 * ANNOUNCE, ChangeLog, include/version.h:
940 ----------------------------------------------------------------
941 2000-12-02 Alexandre Julliard <julliard@winehq.com>
944 Andreas Mohr <amohr@codeweavers.com>
945 Check the attributes of the *current* section, not only the attributes
946 of the *first* section...
949 Fixed WINPROC_GetPtr() to always pass the start of the block to
952 * scheduler/process.c:
953 Display an error message if loading a Winelib app failed (suggested by
956 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
957 Francois Gouget <fgouget@free.fr>
958 Use the DUMMYUNIONNAME macros so that the headers can be used in
961 * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
962 Aric Stewart <aric@codeweavers.com>
963 Added ASCII-only version of toupper, tolower, strcasecmp and the like
964 for file and module I/O.
966 * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
967 Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
970 * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
971 Patrik Stridvall <ps@leissner.se>
972 Added/modified documentation for function arguments.
974 * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
975 Patrik Stridvall <ps@leissner.se>
976 Minor API files update.
978 * dlls/commdlg/filedlg95.c:
979 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
980 FileOpenDlgProc95: notify application of changed selection after
983 * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
984 Eric Pouech <Eric.Pouech@wanadoo.fr>
985 Fixed bugs when tray was open.
988 Dmitry Timoshkov <dmitry@codeweavers.com>
989 Added several additional to/from unicode message mappings.
991 * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
992 Always put the dll constructor in the .init section, and like the
993 .spec.o file first to ensure correct calling order of the constructors.
995 * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
996 Francois Gouget <fgouget@codeweavers.com>
997 Fixed miscellaneous typos, syntactic and grammatical errors.
999 * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
1000 Francois Gouget <fgouget@codeweavers.com>
1001 Fixed the case of "Winelib".
1003 * documentation/winemaker.man:
1004 Francois Gouget <fgouget@codeweavers.com>
1005 Fix the Winelib case.
1006 The linking aspects have been solved by the last winebuild update ->
1007 removed from the todo list.
1008 The configure script has been updated -> removed from the todo list.
1011 Francois Gouget <fgouget@codeweavers.com>
1012 If there is a single target, it should also get the 'project_settings
1014 If a subdirectory is called 'include' then add it to the include path.
1016 * windows/winproc.c:
1017 Dimitrie O. Paun <dimi@cs.toronto.edu>
1020 * include/winuser.h:
1021 Dmitry Timoshkov <dmitry@codeweavers.com>
1022 Added several clipboard formats.
1025 Dennis Björklund <db@zigo.dhs.org>
1026 Compile fix for building wine outside the source tree.
1028 * dlls/wininet/internet.c:
1029 Andreas Mohr <amohr@codeweavers.com>
1030 InternetCloseHandle didn't return TRUE in all appropriate cases.
1033 Andreas Mohr <amohr@codeweavers.com>
1034 Added a --winver nt40 hint to VxD error message.
1036 * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
1037 Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
1041 Louis Philippe Gagnon <louisphilippe@macadamian.com>
1042 - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
1043 release it on a WM_RBUTTONUP
1044 - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
1045 - Use parent-relative coordinates when calling NC_HandleNCHitTest
1047 2000-12-01 Alexandre Julliard <julliard@winehq.com>
1049 * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
1050 Patrik Stridvall <ps@leissner.se>
1051 Added/modified documentation for function arguments.
1053 * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
1054 Patrik Stridvall <ps@leissner.se>
1055 Fixed Win16 documentation not fixed because of a bug in winapi_check.
1057 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
1058 Patrik Stridvall <ps@leissner.se>
1059 Fixed some issues found by winapi_check.
1061 * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1062 Patrik Stridvall <ps@leissner.se>
1063 - Fixed a bug concerning Win16 documentation.
1064 - Fixed some bugs concerning argument documentation
1065 - Minor API files update
1067 * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
1068 Removed some unnecessary includes.
1070 * include/module.h, include/neexe.h, include/wine/winbase16.h:
1071 Moved useful NE format definitions to winbase16.h.
1073 * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
1074 Dimitrie O. Paun <dimi@cs.toronto.edu>
1075 Modified winebuild to use the __ASM_FUNC macro for greater portability.
1077 * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
1078 Moved the few remaining functions in wprocs.dll to kernel.dll.
1079 No longer load wprocs.dll unconditionally.
1080 Restored default interrupt handler behavior (reported by Andreas Mohr).
1082 * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
1083 Finished separation of shell32 and wsock32.
1085 * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
1086 Dimitrie O. Paun <dimi@cs.toronto.edu>
1087 Supply dummy getrlimit if absent.
1089 * dlls/kernel/kernel.spec:
1090 Eric Pouech <Eric.Pouech@wanadoo.fr>
1091 Fixed segstr to str proto.
1093 * debugger/debugger.h, debugger/types.c:
1094 Eric Pouech <Eric.Pouech@wanadoo.fr>
1095 Cleaned up internal types definition.
1098 Eric Pouech <Eric.Pouech@wanadoo.fr>
1099 Improved stabs loading (now using recursive parsing, required by stabs
1100 generated by latest gcc versions).
1103 Eric Pouech <Eric.Pouech@wanadoo.fr>
1104 Work around for deref issues (least impact solution taken, even if issues remain).
1106 * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
1107 Aric Stewart <aric@codeweavers.com>
1108 A number of additions to the nls files. Also one correction, we had
1109 895 for the Czech default codepage but according to microsoft it
1112 * tools/winelauncher.in:
1113 Jeremy White <jwhite@codeweavers.com>
1114 Make winelauncher work better for source tree builds.
1115 Make winelauncher detect the lack of a ~/.winerc file and prompt the
1117 Pass command line parameters a bit more graciously; improves
1118 interaction with gmc and kfm.
1120 * windows/x11drv/wnd.c:
1121 Marcus Meissner <marcus@jet.franken.de>
1122 Added the KDE 2 beta and final method of specifying systray windows.
1124 2000-11-30 Alexandre Julliard <julliard@winehq.com>
1126 * controls/listbox.c:
1127 Louis Philippe Gagnon <louisphilippe@macadamian.com>
1128 Don't update scrollbars when processing WM_DESTROY.
1130 * windows/winproc.c:
1131 Check for NULL handle before calling HeapValidate.
1133 * documentation/winemaker.man:
1134 Francois Gouget <fgouget@codeweavers.com>
1135 Bring the man page in line with the latest version of winemaker.
1138 Francois Gouget <fgouget@codeweavers.com>
1139 - In interactive mode, don't ignore invalid options, ask the user again
1140 - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
1141 - Pass the global defines and include path to WRC
1142 - Base the cleanup on the OBJS variable so that it works even if the
1143 sources are in a subdirectory
1146 Francois Gouget <fgouget@codeweavers.com>
1147 - Fix the handling of relative include/library paths
1148 - In interactive mode, print "./" for the top level directory rather
1149 than an empty string
1150 - We don't need to force a space before assignments
1151 - Align TOPSRCDIR & co like all the other assignements
1152 - Compile Dlls first (dependencies would do it more or less anyway)
1153 - Wording change in the usage
1155 * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
1156 Finished separation of advapi32.
1158 * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
1159 Finished separation of ole32.
1161 * dlls/comctl32/comctl32undoc.c:
1162 Guy L. Albertelli <galberte@neo.lrun.com>
1163 Implement better version of DPA_Merge.
1165 * dlls/wininet/ftp.c:
1166 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1167 Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
1170 Andreas Mohr <amohr@codeweavers.com>
1171 Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
1173 * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
1174 David Elliott <dfe@infinite-internet.net>
1175 Remove libXXXX.so.1.0 lines from .cvsignore files.
1177 * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
1178 Finished separation of comclt32 and comdlg32.
1180 * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
1181 Fixed progman internal dependencies and build it like the other
1184 * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
1185 Export a few 16-bit functions needed by higher-level dlls.
1187 * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
1188 Export the wine server functions from ntdll.
1190 * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, 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:
1191 Patrik Stridvall <ps@leissner.se>
1192 - Added new option --documentation-arguments
1193 - Minor API files update
1195 * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
1196 Patrik Stridvall <ps@leissner.se>
1197 Don't include windows.h internally.
1199 * documentation/wine.man.in, misc/version.c:
1200 Andreas Mohr <amohr@codeweavers.com>
1201 Added alias capability to --winver.
1202 win2000 is the official value.
1204 * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
1205 Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
1206 Added a hack in MapLS to recognize such allocations and use the heap
1207 selector in this case.
1209 * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
1210 Removed dependencies on Wine internal functions.
1212 * windows/winproc.c:
1213 Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
1215 * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
1216 Removed "elfdll" load order option and updated documentation.
1218 2000-11-29 Alexandre Julliard <julliard@winehq.com>
1220 * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
1221 Dimitrie O. Paun <dimi@cs.toronto.edu>
1222 Do not include sys/ptrace.h and sys/user.h unconditionally.
1223 Other portability fixes.
1225 * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
1226 Brian Teague <bteague@rice.edu>
1227 Add a stub for the CAPS1 capability in GetDeviceCaps.
1228 Define the CAPS1 bit flags in wingdi.h
1229 Make various calls to GetDeviceCaps in DLLS use #defined values.
1231 * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
1232 Renamed CallTo16* functions to wine_call_to_16* and export them from
1235 * dlls/commdlg/filedlg.c:
1236 Gerard Patel <gerard.patel@asi.fr>
1237 Fixed returned length of files.
1239 * configure.in, debugger/stabs.c, include/config.h.in, configure:
1240 Dimitrie O. Paun <dimi@cs.toronto.edu>
1243 * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
1244 Cleaned up some more dependencies on Wine internal functions.
1246 * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
1247 Added implementation of lstat to port.c.
1250 Kees Schoenmakers <keess@milltronics.com>
1251 Added HASP device stub.
1254 Lionel Ulmer <lionel.ulmer@free.fr>
1255 Fixed the size of the large_handles array.
1257 * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
1258 Dimitrie O. Paun <dimi@cs.toronto.edu>
1259 Fixed a few compilation warnings.
1261 * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
1262 Andreas Mohr <amohr@codeweavers.com>
1263 WM_SETTEXT should return TRUE on success.
1266 Andreas Mohr <amohr@codeweavers.com>
1267 VirtualQuery should return 0 for all addresses >= 0xc0000000.
1269 * dlls/comctl32/listview.c:
1270 Aric Stewart <aric@codeweavers.com>
1271 Ownerdata listviews were not clearing previously selected items when a
1272 new item is set as selected using SetItem and the listview has
1275 2000-11-28 Alexandre Julliard <julliard@winehq.com>
1277 * windows/x11drv/keyboard.c:
1278 Aric Stewart <aric@codeweavers.com>
1279 We were returning characters for various CTRL + Symbol keystrokes
1280 which should not return characters.
1283 Marcus Meissner <Marcus.Meissner@caldera.de>
1284 linux-2.4.0-test10 now calls 'flags' as 'features'.
1287 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1288 Slightly rearrange WIN16/WIN32A/WIN32 window creation.
1290 * controls/button.c, controls/widgets.c:
1291 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1292 Made button control fully unicode aware.
1294 * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
1295 Andreas Mohr <amohr@codeweavers.com>
1296 - fix crash in SETUPX_TranslateLDID()
1297 - implement custom LDID lookup
1299 * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
1300 Got rid of the Wine internal lstrcpy* functions and of winestring.h.
1302 * documentation/wine.man.in:
1303 Andreas Mohr <amohr@codeweavers.com>
1306 * memory/heap.c, include/heap.h:
1307 Made HEAP_strdup* functions inline (temporary).
1309 * dlls/winspool/info.c, win32/newfns.c:
1310 Moved EnumPortsA to dlls/winspool.
1312 2000-11-27 Alexandre Julliard <julliard@winehq.com>
1315 Dimitrie O. Paun <dimi@cs.toronto.edu>
1316 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
1318 * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
1319 Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
1320 relay stubs if debugging is on.
1322 * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
1323 Dimitrie O. Paun <dimi@cs.toronto.edu>
1324 Test if we need to put the .type directive inside a .def directive.
1326 * dlls/ddraw/dsurface/main.c:
1327 Marcus Meissner <marcus@jet.franken.de>
1328 Truncate dest blit rectangle down to surface size.
1330 * dlls/winmm/wineoss/midi.c:
1331 Marcus Meissner <marcus@jet.franken.de>
1332 WARN() about missing /dev/sequencer, it's too confusing for newbies.
1334 * graphics/x11drv/oembitmap.c:
1335 Andreas Mohr <amohr@codeweavers.com>
1336 Also mention xpm-devel in the error msg.
1338 * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
1339 Add FloatingPointProcessor empty entry to the registry.
1342 Louis Philippe Gagnon <louisphilippe@macadamian.com>
1343 When processing mouse messages in MENU_TrackMenu, use the coordinates
1344 in lParam instead of those in MSG::pt.
1346 * loader/pe_image.c:
1347 Display the name of the function when import failed.
1349 * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
1350 Fixed a few dependencies on 16-bit or internal functions. Fixed a few
1353 * dlls/winsock/socket.c, dlls/winmm/mmio.c:
1354 Fixed SEGPTR_GET usage.
1356 * dlls/user/user32.spec:
1357 Added entry for PrivateExtractIconsA.
1359 * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
1360 Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
1361 DisposeLZ32Handle and use them to replace file.c internal functions.
1362 Renamed WOW* functions into K32WOW*.
1364 * dlls/kernel/toolhelp.spec:
1365 Added entry for TerminateApp16.
1367 * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
1368 Changed GetProcAddress16 and 16-bit resource functions to take normal
1369 pointers instead of SEGPTRs.
1370 Removed WIN16_GetTempDrive.
1372 * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
1373 Andreas Mohr <amohr@codeweavers.com>
1374 - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
1375 and *document* it (win98 was not documented previously)
1376 - OaBuildVersion: add value for NT4 SP6
1379 * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
1380 Jon Griffiths <jon_p_griffiths@yahoo.com>
1381 - configure tests for finite()/fpclass(), fixes BSD compile
1382 - winapi_check updates, fix errno in more math calls
1384 * win32/except.c, include/toolhelp.h, loader/task.c:
1385 Andreas Mohr <amohr@codeweavers.com>
1386 Implemented TerminateApp needed for DBase 5.0.
1387 Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
1390 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1391 General clean up of the edit control: removed transfer of unused
1392 variables, fixed signed/unsigned mismatches.
1394 * tools/winebuild/parser.c:
1395 Francois Gouget <fgouget@codeweavers.com>
1396 The init function can be called main.
1399 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1400 GlobalAlloc as GlobalAlloc16 should round size to 32.
1401 Call SetLastError in GlobalLock.
1403 2000-11-26 Alexandre Julliard <julliard@winehq.com>
1405 * dlls/win32s/win32s16.c, memory/selector.c:
1406 Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
1409 * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
1410 Removed dependency on 16-bit file I/O functions.
1412 * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
1413 Moved wsprintf functions to dlls/user.
1415 * controls/scroll.c:
1416 Chris Morgan <cmorgan@codeweavers.com>
1417 Don't draw scrollbars if their client rectangle is empty.
1419 * dlls/winsock/socket.c:
1420 Marcus Meissner <marcus@jet.franken.de>
1421 Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
1424 Marcus Meissner <marcus@jet.franken.de>
1425 Removed strange checkj for !filename, so we don't get section NULL
1428 * loader/pe_image.c:
1429 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1430 Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
1432 * dlls/comctl32/updown.c:
1433 Dimitrie O. Paun <dimi@cs.toronto.edu>
1434 Corrected default values with help from Ulrich Czekalla.
1436 * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
1437 Added entry point flags -noimport, -norelay, -ret64 and -i386.
1438 Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
1440 Made parser more robust against truncated files.
1442 * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
1443 Dimitrie O. Paun <dimi@cs.toronto.edu>
1444 Make sure all files using config.h constants actually #include "config.h"
1446 * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
1447 Patrik Stridvall <ps@leissner.se>
1448 Fixed some issues found by winapi_check.
1450 * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
1451 Patrik Stridvall <ps@leissner.se>
1452 Minor API files update.
1454 * tools/winebuild/import.c:
1455 Marcus Meissner <marcus@jet.franken.de>
1456 The __wine_call_from_16_ calls in the import table should use a valid
1457 segment for dereferencing their pointer (using CS).
1459 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
1460 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1461 Added checking for netdb.h.
1462 Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
1464 * include/x11drv.h, graphics/x11drv/dib.c:
1465 Dimitrie O. Paun <dimi@cs.toronto.edu>
1466 Do not compile code that makes use of the X Shm extension.
1468 2000-11-25 Alexandre Julliard <julliard@winehq.com>
1470 * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
1471 Moved GET_IP out of winnt.h.
1473 * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
1474 Vasily I. Volchenko <FoodTechnologist@pisem.net>
1475 Added Russian language support.
1476 Fixed bug of file browsing operation (filepath length corrected).
1478 * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
1479 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1480 Added checking for mmap.
1482 * tools/wrc/utils.c:
1483 Added a few missing languages.
1485 * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
1486 Nerijus Baliunas <nerijus@users.sourceforge.net>
1487 Added missing locales to locale_rc.rc.
1489 * graphics/x11drv/dib.c:
1490 Ove Kaaven <ovek@transgaming.com>
1491 Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
1493 * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
1494 Francois Jacques <francoisj@macadamian.com>
1495 - support for arguments with referenced types
1496 - imported type libraries
1499 - ref count problems
1500 - memory leaks fixed
1502 * dlls/crtdll/crtdll_main.c:
1503 Marcus Meissner <marcus@jet.franken.de>
1504 glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
1506 * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
1507 Fixed GetLargestConsoleWindowSize return type for Winelib apps.
1509 * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
1510 Added a few forwards.
1512 * dlls/user/misc.c, dlls/user/user32.spec:
1515 * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
1516 Ove Kaaven <ovek@transgaming.com>
1517 Implemented Get/SetDIBColorTable.
1519 * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
1520 Nerijus Baliunas <nerijus@users.sourceforge.net>
1521 Completed lvi.nls and lth.nls.
1523 * windows/message.c:
1524 Ove Kaaven <ovek@arcticnet.no>
1525 Check whether senderQ is NULL before trying to lock it.
1527 * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
1528 Jon Griffiths <jon_p_griffiths@yahoo.com>
1529 - Fix ctype(), make is* functions binary compatible
1530 - Add 13 functions, set errno in math calls
1532 * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
1533 Patrik Stridvall <ps@leissner.se>
1534 Fixed some issues found by winapi_check.
1536 * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
1537 Patrik Stridvall <ps@leissner.se>
1538 Minor API files update.
1540 * include/comcat.h, include/rpc.h:
1541 Francois Gouget <fgouget@codeweavers.com>
1542 Include the same headers as on Windows.
1544 * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
1545 Francois Gouget <fgouget@codeweavers.com>
1546 compobj.h is a synonym for objbase.h
1547 Moved all the other contents to dlls/ole32/compobj_private.h
1549 * dlls/comctl32/header.c:
1550 Eric Kohl <ekohl@codeweavers.com>
1551 Added notification format handling.
1553 * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
1554 Ove Kaaven <ovek@arcticnet.no>
1555 Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
1557 * windows/x11drv/keyboard.c:
1558 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1559 Fixed ToUnicode TRACE message.
1561 * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
1562 Jon Griffiths <jon_p_griffiths@yahoo.com>
1563 - Add math calls: scalb, fpclass, nextafter, logb, _CI*
1564 - Add futime, utime, purecall, getpid
1566 * dlls/ntdll/misc.c:
1567 Jon Griffiths <jon_p_griffiths@yahoo.com>
1568 NTDLL__CIpow returns double, not LONG.
1570 * dlls/winmm/wineoss/audio.c:
1571 Stephane Lussier <stephane@macadamian.com>
1572 - Read all the fragments available, not only one fragment before
1573 going back to sleep.
1574 - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
1575 recording. If this command is not supported by the device, read 4
1576 bytes in the sound device instead.
1579 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1580 Add support for national characters as accelerators in dialogs.
1582 * windows/message.c:
1583 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1584 Always generate unicode CHAR messages.
1586 * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
1589 * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
1590 Andreas Mohr <amohr@codeweavers.com>
1593 * include/wine/wingdi16.h:
1594 Andreas Mohr <amohr@codeweavers.com>
1595 Added GdiSeeGdiDo16.
1598 Andreas Mohr <amohr@codeweavers.com>
1599 Removed double ANYSIZE_ARRAY define.
1602 Francois Gouget <fgouget@codeweavers.com>
1603 When autodetected the MFC were still generating wrappers.
1604 Fixed inconsistencies in the use of 'no' in the option names.
1605 Updated the MFC link-list (configure.in).
1606 Made the Makefile.in layout more readable.
1608 * dlls/comctl32/updown.c:
1609 Dimitrie O. Paun <dimi@cs.toronto.edu>
1610 Update comments, cleanup warning messages.
1612 * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
1613 Dimitrie O. Paun <dimi@cs.toronto.edu>
1614 Include config.h in files that test for constants defined in it.
1616 * dlls/kernel/comm.c:
1617 Dimitrie O. Paun <dimi@cs.toronto.edu>
1618 Avoid using TIOCM_* constants if not available.
1620 * include/wine/obj_base.h:
1621 Dimitrie O. Paun <dimi@cs.toronto.edu>
1622 Fixed typo in macro ICOM_METHOD11 parameter list.
1624 * dlls/imagehlp/modify.c:
1625 Eric Kohl <ekohl@codeweavers.com>
1626 Implemented PE file checksum calculation.
1628 * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
1629 Eric Kohl <ekohl@codeweavers.com>
1630 Removed calls to internal (non-exported) wine functions.
1632 * dlls/kernel/locale_rc.rc:
1633 Aric Stewart <aric@codeweavers.com>
1634 Added the turkish locale.
1636 * windows/x11drv/clipboard.c:
1637 Ulrich Czekalla <uczekalla@codeweavers.com>
1638 Allow for zero-length string selections.
1640 * dlls/comctl32/header.c:
1641 Ulrich Czekalla <uczekalla@codeweavers.com>
1642 Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
1645 Andreas Mohr <amohr@codeweavers.com>
1646 CompareStringW returned wrong results sometimes.
1649 Dimitrie O. Paun <dimi@cs.toronto.edu>
1650 We no longer have an ole/nls directory.
1652 * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
1653 Marcus Meissner <marcus@jet.franken.de>
1654 Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
1656 * windows/message.c:
1657 Ove Kaaven <ovek@transgaming.com>
1658 Implemented SendNotifyMessage().
1660 * tools/wineinstall:
1661 Andreas Mohr <amohr@codeweavers.com>
1662 Made wineinstall a bit more verbose.
1664 * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
1665 WinG was written for 8bpp DIBs, so some apps assume that, so always
1666 recommend 8bpp, regardless of the actual display depth.
1668 * graphics/painting.c:
1669 Marcus Meissner <marcus@jet.franken.de>
1670 GetPixel needs to return CLR_INVALID if not inside clipping region.
1672 * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
1673 Marcus Meissner <marcus@jet.franken.de>
1674 Added OLE32.DllRegisterServer stub.
1676 * dlls/avifil32/avifile.spec:
1677 Ove Kaaven <ovek@arcticnet.no>
1678 Routed a couple of 16-bit avifile.dll handlers to the 32-bit
1679 handlers... well, works for Civilization II.
1681 * dlls/ntdll/ntdll.spec:
1682 Marcus Meissner <marcus@jet.franken.de>
1683 Added pow() forward.
1686 Marcus Meissner <marcus@jet.franken.de>
1687 Don't test !HIWORD values for pointerness.
1690 Dimitrie O. Paun <dimi@cs.toronto.edu>
1691 Fixed compilation warning on Cygwin.
1693 * dlls/comctl32/comctl32undoc.c:
1694 Marcus Meissner <marcus@jet.franken.de>
1695 MultiByteToWideChar() returns characters, not bytes.
1697 * dlls/oleaut32/variant.c:
1698 Francois Jacques <francoisj@macadamian.com>
1699 Implemented VT_EMPTY to VT_BSTR type coercion.
1701 * include/ole2.h, include/oleauto.h:
1702 Marcus Meissner <marcus@jet.franken.de>
1703 Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
1705 * dlls/kernel/format_msg.c:
1706 Marcus Meissner <marcus@jet.franken.de>
1707 Handle %ls same as %s.
1709 * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
1710 Marcus Meissner <marcus@jet.franken.de>
1711 Added stub for DCIOpenProvider.
1713 2000-11-16 Alexandre Julliard <julliard@winehq.com>
1715 * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
1716 Avoid linking with ntdll where possible.
1718 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
1719 Removed calls to Wine internal functions.
1721 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
1722 Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
1724 2000-11-15 Alexandre Julliard <julliard@winehq.com>
1726 * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
1727 Moved standard syslevel APIs declaration to winbase.h.
1728 Use exported syslevel function wherever possible.
1729 Moved SEGPTR declaration to windef16.h.
1731 * include/winproc.h, windows/message.c, windows/winproc.c:
1732 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1733 Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
1734 WM_SYSDEADCHAR messages.
1736 * tools/winebuild/main.c:
1737 Francois Gouget <fgouget@free.fr>
1738 Allow the user to stick the option and its argument together.
1740 * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
1741 Jon Griffiths <jon_p_griffiths@yahoo.com>
1742 - Complete the implementation of heap functions
1743 - Forward j0,j1,jn,y0,y1,yn math calls to libc
1744 - Add strnextc, pass text flag in creat, winapi_check fixes
1746 * controls/widgets.c:
1747 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1748 Prepare switching to unicode of builtin widgets.
1750 * include/wine/obj_base.h:
1751 James Hatheway <james@macadamian.com>
1752 Increase number of parameters possible for ICOM_* macros to 11.
1755 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1756 Skip directories when loading debug symbols.
1758 * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
1759 Eric Pouech <Eric.Pouech@wanadoo.fr>
1760 Improved internal module handling (module now have a size, map of
1761 loaded module is clearer, better error reporting, seperated module
1762 loading code from symbol extraction).
1764 * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
1765 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1766 Remove redundant includes.
1767 Eliminate use of USER internal structures.
1769 * dlls/comctl32/tab.c:
1770 Eric Kohl <ekohl@codeweavers.com>
1771 Use internal unicode strings.
1772 Added unicode messages.
1774 * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
1775 Eric Kohl <ekohl@codeweavers.com>
1776 New unicode support functions.
1778 * tools/winebuild/spec16.c:
1779 Dimitrie O. Paun <dimi@cs.toronto.edu>
1782 * dlls/ole32/compobj.c:
1783 Marcus Meissner <marcus@jet.franken.de>
1784 Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
1787 Marcus Meissner <marcus@jet.franken.de>
1788 RegSetValueEx16 might get passed 0 as count of databytes, determine
1789 string length for ourselves in this case.
1791 * include/objbase.h, include/unknwn.h:
1792 Francois Gouget <fgouget@codeweavers.com>
1793 Match the Windows header dependencies.
1795 * windows/sysmetrics.c:
1796 Francois Gouget <fgouget@codeweavers.com>
1797 SM_ARRANGE is ARW_HIDE, i.e. 8
1800 Francois Gouget <fgouget@codeweavers.com>
1801 Distinguish between IMPORTS and LIBRARIES.
1802 Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
1803 PROGRAMS to EXES to match.
1804 Added a '-i' option for importing a Winelib library. '-l' is still
1805 there but is only used for linking in the Unix sense.
1806 Disabled the 'wrapper' options. It will be removed as a separate
1808 No longer link with all of Wine's libraries.
1809 Import the same default set of dlls as Visual Studio.
1810 Avoid duplicate imports when generating the .spec file.
1811 Updated the way winebuild is used.
1812 Link applications as libraries and create a symbolic link to wine.
1813 Detect where 'wine' is located in the configure script.
1814 Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
1815 XFILES, DLLS (configure.in)
1816 Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
1817 Removed the rules pertaining to spec files from the Make.rules.
1818 Updated the clean command to remove the symbolic links.
1820 * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
1821 Marcus Meissner <marcus@jet.franken.de>
1822 Added some rpcrt4 stubs.
1824 * dlls/x11drv/x11drv_main.c:
1825 Jeremy White <jwhite@codeweavers.com>
1826 Allow desktop=N in the [x11drv] section of .winerc, instead of
1827 defaulting to desktop=640x480.
1829 2000-11-14 Alexandre Julliard <julliard@winehq.com>
1831 * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
1832 Moved LDT handling to libwine.so. Changed the interface to use the
1833 exported LDT_ENTRY structure.
1835 2000-11-13 Alexandre Julliard <julliard@winehq.com>
1837 * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
1838 Temp hack: do not import dlls that we link with at the ELF level.
1840 * dlls/kernel/kernel32.spec:
1841 Fixed copy/paste typo spotted by Dimitrie O. Paun.
1843 * dlls/comctl32/rebar.c:
1844 Guy L. Albertelli <galberte@neo.lrun.com>
1845 Implement dragging on gripper to expand and compress bands. Actual
1846 moving bands to different rows will be later.
1848 * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
1849 Mike McCormack <mike_mccormack@looksmart.com.au>
1850 - created server object for handling async i/o
1851 - implemented WaitCommEvent with the EV_RXCHAR flag
1852 - implemented GetOverlappedResult
1854 * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
1855 Export the CallFrom16xxx functions from kernel32. Renamed them
1856 __wine_call_from_16 to follow the naming convention.
1858 * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
1859 Do not warn for unused imported dlls when forwards to the same dlls
1862 * tools/winebuild/spec32.c:
1863 Don't include wine internal functions in the relay debugging table.
1866 Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
1868 * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
1869 Replaced a few internal functions by exported ones.
1871 * scheduler/pthread.c:
1872 Ove Kaaven <ovek@arcticnet.no>
1873 Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
1875 * configure, configure.in:
1876 Marcus Meissner <marcus@jet.franken.de>
1877 Since we can no longer built .a files:
1878 - remove -disable/-enable-dll option
1879 - error and abort if no suitable shared library linking is possible
1882 Francois Gouget <fgouget@codeweavers.com>
1883 Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
1884 Added AC_PATH_HEADER and AC_PATH_LIBRARY
1885 Better header/library detection. Now works if things are already in
1886 the include/library path
1887 Look for the wine/MFC headers and libraries in more places so that it
1888 works out of the box if Wine/MFC is installed in a standard place
1889 (although there is not really a standard place yet for the MFC)
1890 Renamed the '--with-xxx' options to have simpler more natural names
1891 Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
1893 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
1894 When a Win16 app sets a selector base to low DOS memory, make sure low
1895 DOS memory is mapped first.
1897 * msdos/interrupts.c:
1898 Ove Kaaven <ovek@arcticnet.no>
1899 Use the virtual real-mode interrupt table if low DOS memory isn't
1902 * include/miscemu.h, msdos/dosmem.c:
1903 Ove Kaaven <ovek@arcticnet.no>
1904 Reorganized DOS memory remapping slightly, so that the real-mode
1905 interrupt table can exist even when low DOS memory isn't mapped,
1906 and is copied down along with the BIOS area whenever it is mapped.
1907 Added DOSMEM_SystemBase() which returns a pointer to the virtual
1908 real-mode interrupt table and BIOS data segment.
1909 Allowed DOSMEM_Init(TRUE) to be called more than once.
1911 2000-11-12 Alexandre Julliard <julliard@winehq.com>
1913 * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/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, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
1914 Start using import tables for dlls that can already support it.
1916 * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
1917 Raise an exception for unimplemented 16-bit entry points too.
1918 Added check for duplicate names in 16-bit spec files.
1920 * win32/except.c, winedefault.reg:
1921 The debugger "Auto" registry value should be a string.
1923 * dlls/x11drv/x11drv_main.c, wine.ini:
1924 Andreas Mohr <amohr@codeweavers.com>
1925 Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
1929 Eric Pouech <Eric.Pouech@wanadoo.fr>
1930 Make use of Windows structure for COFF info.
1931 Fixed a few issues in COFF loading.
1932 Cleaned up the code.
1935 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1936 Fix for APIs that don't have any ordinal (ordinal=@).
1938 * dlls/winspool/info.c:
1939 Stefan Leichter <Stefan.Leichter@camline.com>
1940 Made WINSPOOL_GetPrinterDriver work again.
1942 2000-11-11 Alexandre Julliard <julliard@winehq.com>
1944 * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
1945 Joerg Mayer <jmayer@loplof.de>
1946 Get rid of some warnings about unused variables, signed/unsigned
1947 comparisons and incomplete initializations.
1949 * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
1950 Nerijus Baliunas <nerijus@users.sourceforge.net>
1951 Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
1952 8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
1954 * dlls/comctl32/animate.c:
1955 Andreas Mohr <amohr@codeweavers.com>
1956 Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
1958 * configure, configure.in:
1959 Eric Pouech <Eric.Pouech@wanadoo.fr>
1960 Added another detection of strength-reduce bug in GCC.
1962 2000-11-10 Alexandre Julliard <julliard@winehq.com>
1964 * 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/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
1965 Build most programs as .so files.
1967 * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
1968 Added Makeprog.rules.in containing rules for building Winelib
1971 * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
1972 Dimitrie O. Paun <dimi@cs.toronto.edu>
1973 Use variable argument macros when compiling with gcc.
1975 * tools/winelauncher.in:
1976 Jeremy White <jwhite@codeweavers.com>
1977 Make winelauncher smarter about finding the Wine libraries and
1978 binaries. Change the color scheme. Handle launches with no
1979 arguments, correctly handle invocation as a mime-type handler from
1982 * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
1983 Francois Gouget <fgouget@codeweavers.com>
1984 Use DUMMYxxxNAME for anonymous struct/unions.
1987 Francois Gouget <fgouget@codeweavers.com>
1988 Added missing pointer types: Pxxx or LPxxx
1989 Fixed the definition of FONTENUMPROC
1990 Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
1992 Added missing definitions: PC_TRAPEZOID
1993 Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
1995 * include/winuser.h:
1996 Francois Gouget <fgouget@codeweavers.com>
1997 Added some STN_xxx macros.
2000 Francois Gouget <fgouget@codeweavers.com>
2001 HICON and HCURSOR should be interchangeable.
2003 * include/commctrl.h:
2004 Francois Gouget <fgouget@codeweavers.com>
2005 Added LPUDACCEL and HDF_RTLREADING.
2008 Francois Gouget <fgouget@codeweavers.com>
2009 Convert include statements of not-found files to lower case by
2011 Added --no-lower-include option to override the above
2012 Beautified the interactive mode output to make it easier to follow
2013 Interactive mode: support the --mfc and --wrap options for both
2014 projects and targets
2015 Fixed the mfc/wrap propagation between project and targets (goes both
2017 Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
2018 Don't put the stdafx.cpp file in the list of files to compile (it's
2019 just there for pre-compiled headers, yuk)
2020 Fixed LD_LIBRARY_PATH when linking an application with a library from
2022 Don't forget 'extra' sources when looking for a file for configure.in
2023 Renamed the '--no-makefile' option to '-no-generated-file'
2025 * documentation/winemaker.man:
2026 Francois Gouget <fgouget@codeweavers.com>
2027 Document the --lower-include options.
2028 Document the --no-generated-files options.
2030 * relay32/builtin32.c: Repaired relay debugging.
2032 * dlls/Makedll.rules.in:
2033 We do not need to set SOVERSION for dlls.
2035 * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
2036 Build test programs as .so files. Added missing imports.
2038 * include/wine/library.h, library/loader.c, scheduler/process.c:
2039 Added support for loading a Winelib app linked as a .so from the wine
2040 launcher, based on the value of argv[0].
2042 * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
2043 Don't link libwine_unicode into all dlls.
2045 * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
2046 Fixed language handling. Removed some dependencies on Wine internals.
2048 * wine.ini: Andreas Mohr <amohr@codeweavers.com>
2049 Added an explanation for the directory symlink stuff.
2051 * dlls/winspool/info.c:
2052 Stefan Leichter <Stefan.Leichter@camline.com>
2053 Corrected used registry key.
2055 * dlls/wininet/http.c:
2056 Huw D M Davies <hdavies@codeweavers.com>
2057 Initialize nSocketFD to INVALID_SOCKET.
2059 2000-11-09 Alexandre Julliard <julliard@winehq.com>
2061 * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
2062 Added some missing imports.
2064 * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
2065 Added support in winebuild for resolving function imports (-sym option).
2066 Added -L option for locating imported dlls.
2067 Changed generated exe init code to use __wine_get_main_args.
2069 * dlls/ntdll/ntdll.spec, misc/options.c:
2070 Added __wine_get_main_args to retrieve command-line arguments for the
2074 Don't strip the library extension if it's not ".dll".
2076 * configure, configure.in:
2077 Fixed NetBSD dll check.
2078 Added check for -Bsymbolic.
2079 Fixed LDSHARED definition to support undefined SONAME.
2081 * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
2082 Eric Kohl <ekohl@codeweavers.com>
2083 Added header control cursors and drag list arrow icon.
2085 * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
2086 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
2087 Added Russian resources to the Postscript driver.
2089 * dlls/comctl32/propsheet.c:
2090 Dmitry Timoshkov <dtimoshkov@codeweavers.com>
2091 Make a copy of the dialog resource before correcting styles.
2093 2000-11-08 Alexandre Julliard <julliard@winehq.com>
2095 * include/wine/library.h, library/loader.c, relay32/builtin32.c:
2096 Do builtin modules fixups in library/loader.c before calling the
2099 * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
2100 Check all Callouts function pointers for NULL before using them.
2101 Don't load USER dll if not needed by the application.
2103 * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
2104 Jon Griffiths <jon_p_griffiths@yahoo.com>
2105 - Implemented 73 CRT functions
2106 - Reimplemented file I/O using Win32 calls
2107 - Set errno/doserrno in most calls
2109 * dlls/wininet/ftp.c:
2110 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2111 Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
2113 * programs/winemine/main.c:
2114 Added middle mouse button handling.
2116 * dlls/user/.cvsignore: Removed .s files.
2118 * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
2119 Francois Gouget <fgouget@codeweavers.com>
2120 Moved things to the proper rpcxxx.h header.
2121 Added some type definitions used by the MFC.
2123 * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
2124 Francois Gouget <fgouget@codeweavers.com>
2125 We must include windef.h before wtypes.h (directly or indirectly).
2127 * include/winuser.h:
2128 Francois Gouget <fgouget@codeweavers.com>
2129 Added DM_REPOSITION.
2131 * include/winbase.h:
2132 Francois Gouget <fgouget@codeweavers.com>
2133 We must include stdarg.h.
2134 Added a few missing exception related types.
2137 Francois Gouget <fgouget@codeweavers.com>
2138 We must include ctype.h so that applications get isalnum & co.
2140 * include/commdlg.h:
2141 Francois Gouget <fgouget@codeweavers.com>
2142 Added CC_SOLIDCOLOR and CC_ANYCOLOR.
2144 * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
2145 Moved builtin dll registration to libwine.
2146 Changed process initialization to not load imported dlls too early.
2148 * dlls/comctl32/listview.c:
2149 Aric Stewart <aric@codeweavers.com>
2150 Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
2152 * windows/x11drv/keyboard.c:
2153 Aric Stewart <aric@codeweavers.com>
2154 ToUnicode: ignore CTRL+number keystrokes.
2156 * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
2157 Added new library.h header for libwine definitions.
2158 Added getpagesize() and wine_anon_mmap() portability functions.
2160 2000-11-07 Alexandre Julliard <julliard@winehq.com>
2162 * scheduler/pthread.c:
2163 pthread_atfork: don't call critical section functions before
2164 initialization is done.
2167 Fixed 0/-1 mixup for indicating no mapping handle.
2169 * controls/uitools.c, include/tchar.h:
2170 Francois Gouget <fgouget@free.fr>
2171 Fixed typos in comments.
2173 * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
2174 Eric Kohl <ekohl@codeweavers.com>
2175 Implemented toolbar customization dialog.
2177 * dlls/comctl32/updown.c:
2178 Eric Kohl <ekohl@codeweavers.com>
2179 Implemented new messages.
2182 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2183 - Take OMAP records into account to correct symbol addresses.
2184 - Understand CodeView data embedded in the PE file itself.
2185 - Understand NB11 signature CodeView data.
2186 - No more bogus 'timestamp mismatch' errors.
2187 - General cleanup / removal of duplicate code.
2190 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2191 Added missing IMAGE_DEBUG_MISC definition.
2193 * dlls/wininet/ftp.c:
2194 Huw D M Davies <hdavies@codeweavers.com>
2195 Send the local ip address with the PORT command and not that of the
2197 Fix handling of multi-line responses.
2198 Read a response after the STOR command.
2200 * dlls/comctl32/listview.c:
2201 Aric Stewart <aric@codeweavers.com>
2202 Implemented the RedrawItems message for a listview.
2204 * dlls/wineps/afm.c:
2205 Dmitry Timoshkov <dmitry@sloboda.ru>
2206 New path for AFM documentation on the net.
2209 Francois Gouget <fgouget@codeweavers.com>
2210 Fix the include path handling in get_real_include_name
2211 Modified get_real_include_name so that it can follow an include path
2212 starting with $(TOPSRCDIR)
2213 Indent the debug messages a bit more so that winemaker's is still
2214 readable when they are on
2215 The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
2216 The MFC include path must contain the path to the ATL headers
2219 * dlls/comctl32/tab.c:
2220 Francois Gouget <fgouget@free.fr>
2221 Use DrawFocusRect to draw the focus rectangle.
2223 * dlls/winaspi/aspi.c:
2224 Andreas Mohr <amohr@codeweavers.com>
2225 - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
2226 CD-ROM drives that are doing mad things with spaces
2227 - add ERR()s in case of parsing problems
2229 * include/bitmaps/wine_small.xpm:
2230 Aric Stewart <aric@codeweavers.com>
2231 Added 16x16 wine logo.
2233 2000-11-06 Alexandre Julliard <julliard@winehq.com>
2235 * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
2236 Removed SUBDIRS in winmm Makefile.
2238 * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
2239 James Hatheway <james@macadamian.com>
2240 Added stubs and setupapi.h.
2242 * dlls/comctl32/comboex.c:
2243 Marcus Meissner <marcus@jet.franken.de>
2244 CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
2247 * documentation/Makefile.in, documentation/winemaker.man:
2248 Francois Gouget <fgouget@codeweavers.com>
2249 Winemaker's man page initial release.
2251 * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
2252 Better error message when an include file is not found by makedep.
2253 Added support for .mc extension.
2254 Do not try to open *.tab.h and *.mc.rc include files.
2256 * dlls/user/Makefile.in:
2257 Added missing dependency for 16-bit resource files.
2259 * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
2260 Use .mc.rc extension for rc files generated by the message compiler.
2263 Andreas Mohr <amohr@codeweavers.com>
2264 Get ELF_LoadLibraryExA back into a working state.
2266 * dlls/winspool/info.c:
2267 Stefan Leichter <Stefan.Leichter@camline.com>
2268 Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
2269 AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
2270 registry entrys of Win9[58] and WinNT printer drivers.
2273 Francois Gouget <fgouget@free.fr>
2274 Take into account the sunken border for Win98 look.
2275 Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
2276 because Win9x does it).
2277 Leave a 1 pixel gap above menu bar items for symetry (and because
2280 2000-11-05 Alexandre Julliard <julliard@winehq.com>
2282 * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
2283 Lionel Ulmer <lionel.ulmer@free.fr>
2284 - reorganized DInput DLL
2285 - added stubbing for DInput 7a
2286 - 'fixed' the mouse problem in Fallout
2288 * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
2289 Huw D M Davies <hdavies@codeweavers.com>
2290 Added DnD cursors as ole32 resources.
2292 * include/spy.h, windows/message.c, windows/spy.c:
2293 Dmitry Timoshkov <dmitry@sloboda.ru>
2294 Added the ability to see names of the virtual key codes.
2296 * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
2297 Jeremy White <jwhite@codeweavers.com>
2298 Added a winelauncher shell script which makes the process of running
2299 Wine a little nicer for an end user. The intent of winelauncher is to
2300 be used inside of a distribution package.
2302 * tools/Makefile.in, tools/winemaker:
2303 Francois Gouget <fgouget@codeweavers.com>
2304 New script for porting Windows source code to WineLib.
2306 * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
2307 Declare debug channels in all dlls that need them; added imports of
2308 ntdll where necessary.
2310 * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
2311 New debug channel mechanism allowing decentralized channel
2314 * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
2315 Added debug_channels support.
2317 * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
2318 Patrik Stridvall <ps@leissner.se>
2319 Optimized {,p}MoveTo{,Ex}{,16}.
2321 * windows/dce.c: Francois Gouget <fgouget@free.fr>
2322 Added comment explaining why we have an ERR rather than a WARN.
2325 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2326 Added missing #include <sys/types.h>.
2328 * dlls/comctl32/comboex.c:
2329 Marcus Meissner <marcus@jet.franken.de>
2330 Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
2331 WM_GETTEXT down to combo box.
2333 * windows/sysparams.c:
2334 James Abbatiello <jabbey@codeweavers.com>
2335 Cleanup SystemParametersInfo<16|A|W>.
2338 James Abbatiello <jabbey@codeweavers.com>
2339 Don't reset MF_POPUP flag in SetMenu().
2342 James Abbatiello <jabbey@codeweavers.com>
2343 Fix test for pending message in QUEUE_ReceiveMessage().
2345 * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.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/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
2346 Allocate DC objects on the process heap, and removed WIN_DC_INFO
2347 structure (based on a patch by Ken Coleman).
2349 2000-11-04 Alexandre Julliard <julliard@winehq.com>
2351 * dlls/shell32/shelllink.c:
2352 Removed leftover debug output.
2354 * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
2355 Andreas Mohr <amohr@codeweavers.com>
2356 - fix inf file open/close
2357 - do NOT return handles based on list offset
2358 - we might want to use HEAP_strdupA instead of assigning string pointers...
2359 - implement (more or less) GenFormStrWithoutPlaceholders
2361 * documentation/wine.man.in:
2362 Lawson Whitney <lawson_whitney@juno.com>
2363 Protect the backslashes we mean to have show from groff.
2365 * dlls/comctl32/comctl32undoc.c:
2366 Marcus Meissner <marcus@jet.franken.de>
2367 Fixed off by one error in DPA handling, added some warnings.
2370 Dimitrie O. Paun <dimi@cs.toronto.edu>
2371 Use debugging API instead of outputing to stderr directly.
2373 * dlls/ddraw/dsurface/main.c:
2374 Andreas Mohr <amohr@codeweavers.com>
2375 Avoid division by zero.
2377 * dlls/comctl32/rebar.c:
2378 Marcus Meissner <marcus@jet.franken.de>
2379 Pass up WM_DRAWITEM messages to parent.
2381 2000-11-02 Alexandre Julliard <julliard@winehq.com>
2383 * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
2384 Create Gnome/KDE desktop and menu entries from IShellLink
2385 interface. Based on the work of James Thomson and Dusan Lacko.
2387 * dlls/comctl32/treeview.c:
2388 Aric Stewart <aric@codeweavers.com>
2389 Treeview item sorting could mess up the visibleOrder of the items.
2391 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
2392 Marcus Meissner <marcus@jet.franken.de>
2393 Move focus recalculation out of the window destroy recursion
2394 so we do not send WM_SETFOCUS to already destroyed windows.
2397 Dmitry Timoshkov <dmitry@sloboda.ru>
2398 Do not invert "magic" bitmap menu items.
2400 * tools/find_debug_channels:
2401 Francois Gouget <fgouget@free.fr>
2402 Make sure to carefully quote file names.
2404 * dlls/comctl32/toolbar.c:
2405 Marcus Meissner <marcus@jet.franken.de>
2406 Swap CalcToolbar and paint rectangle computation to the correct order.
2408 * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
2409 Dave Pickles <davep@cyw.uklinux.net>
2410 Pause command interpreter while executing a console-mode app.
2412 2000-11-01 Alexandre Julliard <julliard@winehq.com>
2414 * files/directory.c:
2415 Fixed SearchPath to handle a ';'-separated path as first argument.
2418 Andreas Mohr <amohr@codeweavers.com>
2419 Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
2422 * windows/cursoricon.c:
2423 Marcus Meissner <marcus@jet.franken.de>
2424 DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
2426 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
2427 Juergen Schmied <juergen.schmied@debitel.net>
2428 Export SHGetSettings by name. New stub for shell.68.
2430 * dlls/comctl32/rebar.c:
2431 Marcus Meissner <marcus@jet.franken.de>
2432 Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
2435 * objects/metafile.c:
2436 Andreas Mohr <amohr@codeweavers.com>
2437 Use GDISelectPalette16 instead of SelectPalette and
2438 GDIRealizePalette16 instead of RealizePalette in order to get rid of
2441 * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
2442 Andreas Mohr <amohr@codeweavers.com>
2443 Dimitrie O. Paun <dimi@cs.toronto.edu>
2444 Patrik Stridvall <ps@leissner.se>
2445 Various warning fixes.
2447 * graphics/painting.c, graphics/path.c, include/path.h:
2448 Mark Dufour <m.dufour@student.tudelft.nl>
2449 Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
2450 Ellipse work with an open path.
2453 Dmitry Timoshkov <dmitry@sloboda.ru>
2454 Make bitmap menu items look like in windows when selected,
2455 i.e. inverted and hilited (in Win98 look).
2457 * controls/scroll.c:
2458 Francois Gouget <fgouget@free.fr>
2459 Check for SB_CTL before displaying a caret.
2461 * dlls/kernel/format_msg.c:
2462 Do not truncate high word of message id.
2464 * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
2465 Juergen Schmied <juergen.schmied@debitel.net>
2466 Better handling of custom templates and hooks.
2469 * dlls/comctl32/toolbar.c:
2470 Marcus Meissner <marcus@jet.franken.de>
2471 Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
2472 recalculated due to InvalidateRect()->WM_PAINT anyway).
2474 * dlls/user/user32.spec:
2475 Patrik Stridvall <ps@leissner.se>
2476 Fixed issue found by winapi_check.
2478 * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
2479 Patrik Stridvall <ps@leissner.se>
2480 Minor API files update.
2482 * windows/x11drv/keyboard.c:
2483 Gabriel Garcia <GarciaG@origenes.com.ar>
2484 Added Latin American layout.
2486 * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
2487 Lawson Whitney <lawson_whitney@juno.com>
2488 Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
2489 Redirected forward of shlwapi.54 to gdi32.CreateICW.
2491 2000-10-31 Alexandre Julliard <julliard@winehq.com>
2493 * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
2494 Francois Gouget <fgouget@free.fr>
2495 Use PS_ALTERNATE rather than PS_DOT.
2496 Use Rectangle to draw focus rectangles.
2498 * objects/pen.c: Francois Gouget <fgouget@free.fr>
2499 Allow pens with styles greater than PS_INSIDEFRAME to be created with
2500 CreatePenIndirect and ExtCreatePen.
2502 * graphics/x11drv/pen.c:
2503 Francois Gouget <fgouget@free.fr>
2504 Use sizeof for maintainability.
2506 * dlls/comctl32/rebar.c:
2507 Guy L. Albertelli <galberte@neo.lrun.com>
2508 Ignore RBBS_BREAK style on first band.
2510 * graphics/x11drv/init.c:
2511 Francois Gouget <fgouget@free.fr>
2512 Fixed a few device caps values.
2515 David Elliott <dfe@infinite-internet.net>
2516 _nt_parse_nk() should not close keys that it does not open.
2519 Francois Gouget <fgouget@free.fr>
2520 Set the thickness of stock pens to 0 so that they are not scaled.
2522 * dlls/comctl32/listview.c:
2523 Aric Stewart <aric@codeweavers.com>
2524 Fixed cancels editing of a listview label if the listview is
2527 * windows/syscolor.c:
2528 Francois Gouget <fgouget@free.fr>
2529 Fixed the value of some system colors.
2531 * dlls/comctl32/rebar.c:
2532 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2533 Fix for avoiding subtraction from unsigned zero.
2535 * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
2536 Peter Ivanyi <ivanyi@internet.sk>
2537 Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
2539 * controls/scroll.c:
2540 Francois Gouget <fgouget@free.fr>
2541 Hide the caret only on the first WM_KEYDOWN.
2543 * dlls/dinput/dinput_main.c:
2544 Andreas Mohr <amohr@codeweavers.com>
2545 Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
2546 Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
2548 * dlls/comctl32/treeview.c:
2549 Susan Farley <susan@codeweavers.com>
2550 Under some conditions its necessary to explicitly show the
2554 Dmitry Timoshkov <dmitry@sloboda.ru>
2555 Display an ERR on errors while initializing USER.
2557 * dlls/kernel/time.c:
2558 Rein Klazes <rklazes@casema.net>
2559 Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
2561 * dlls/comctl32/comboex.c:
2562 Guy L. Albertelli <galberte@neo.lrun.com>
2563 Handle special case where itemID = -1 (special focus rect draw).
2565 * dlls/shell32/shres.rc:
2566 Andreas Mohr <amohr@codeweavers.com>
2567 Fix insufficient rect width value in resource file.
2570 Guy L. Albertelli <galberte@neo.lrun.com>
2571 Need to get any outstanding input prior to returning number.
2573 * tools/wineinstall:
2574 Ove Kaaven <ovek@arcticnet.no>
2575 Some bugfixes, another function for packaging, and some text
2576 reformatting from Eric Maryniak.
2578 * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
2579 Removed obsolete TOOLSUBDIRS dependency.
2581 * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/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/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
2582 Added import of ntdll.
2584 * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
2585 Build ntdll as a real dll, including everything that was previously in
2586 libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
2588 2000-10-29 Alexandre Julliard <julliard@winehq.com>
2591 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2592 DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
2594 * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
2595 Dimitrie O. Paun <dimi@cs.toronto.edu>
2596 Fixed a few compilation warnings
2598 * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
2599 Joerg Mayer <jmayer@loplof.de>
2600 Move inline and static to the beginning of declarations.
2602 * dlls/comctl32/comboex.c:
2603 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2604 COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
2607 Lionel Ulmer <lionel.ulmer@free.fr>
2608 Added a '-inifile' option to specify the location of the wine.ini file
2609 used in the building of the new wine.ini file.
2612 Juergen Schmied <juergen.schmied@debitel.net>
2613 - enable loading of pdb files named in NB10 records of a dbg file
2614 - disable timestamp check for pdb files
2617 Marcus Meissner <marcus@jet.franken.de>
2618 Quieten VxDCall_VMM output.
2620 * tools/wineinstall:
2621 Ove Kaaven <ovek@arcticnet.no>
2622 wineinstall improvements, mostly for usage in package postinstall
2625 * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
2626 Patch flat cs of 16-bit entry points if current %cs is different from
2627 compiled value, and retrieve flat ds from a global variable. This
2628 should avoid problems with win4lin kernels.
2630 * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
2631 David Elliott <dfe@infinite-internet.net>
2632 Added basic working stubs of new Windows 2000 API functions.
2634 * include/local.h, memory/local.c:
2635 Removed unused LOCAL_LockSegptr.
2637 * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
2638 Use GetStockObject() instead of the magic STOCK_* handles.
2641 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2642 DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
2645 * dlls/shell32/shell32_main.c:
2646 Dave Pickles <davep@cyw.uklinux.net>
2647 Implement SHGFI_EXETYPE function of SHGetFileInfo.
2649 * windows/winhelp.c:
2650 Marcus Meissner <marcus@jet.franken.de>
2651 Report errors on WinHelp() failures.
2653 * dlls/comctl32/comboex.c:
2654 Guy L. Albertelli <galberte@neo.lrun.com>
2655 - improved trace information
2656 - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
2657 WM_MEASUREITEM, WM_DRAWITEM
2658 - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
2659 WM_CREATE, WM_DESTROY
2660 - above changes correct window rectangle, draws items, and creates
2663 * dlls/comctl32/rebar.c:
2664 Guy L. Albertelli <galberte@neo.lrun.com>
2665 - correct processing of RBBS_BREAK style.
2666 - handle cases where cyChild was set to -1 by appl. - undocumented.
2667 - remove special code for Comboboxex problem (now solved).
2668 - fix some painting problems
2670 2000-10-28 Alexandre Julliard <julliard@winehq.com>
2673 Francois Gouget <fgouget@free.fr>
2674 Return the correct value for dwTotalVirtual.
2675 Return a more plausible value for dwAvailVirtual.
2677 * misc/cpu.c: Francois Gouget <fgouget@free.fr>
2678 Return a more plausible value for MinimumApplicationAddress.
2680 * tools/winebuild/main.c, server/context_i386.c:
2681 Federico Schwindt <fgsch@core-sdi.com>
2684 * dlls/ole32/itemmoniker.c:
2685 Marcus Meissner <marcus@jet.franken.de>
2686 CreateItemMoniker may get NULL as szDelim, some cleanups.
2688 * dlls/ole32/storage32.c:
2689 Marcus Meissner <marcus@jet.franken.de>
2690 Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
2691 instead of accessing IUnknown.
2693 * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
2694 Huw D M Davies <hdavies@codeweavers.com>
2695 Stub for HttpSendRequestExA.
2697 * controls/combo.c, dlls/commdlg/filedlg95.c:
2698 Andreas Mohr <amohr@codeweavers.com>
2699 - set the item height not only for the listbox, but also for the text field
2700 - center text vertically
2703 * dlls/user/Makefile.in:
2704 Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
2705 Don't assume we are building in the source tree, but allow make to
2706 locate resources/display.rc and resources/mouse.rc via VPATH.
2708 2000-10-26 Alexandre Julliard <julliard@winehq.com>
2710 * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
2711 Raise an exception when a stub entry point is called.
2713 * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
2714 Removed unused STRUCT32_NCCALCSIZE functions.
2716 * windows/input.c, controls/menu.c:
2717 Dmitry Timoshkov <dmitry@sloboda.ru>
2718 Ask application to reinitialize its menu before processing an
2721 * dlls/shell32/shellpath.c:
2722 Martin Pilka <mpilka@codeweavers.com>
2723 "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2725 * dlls/ntdll/signal_i386.c:
2726 Fixed typo due to merge error.
2728 * dlls/oleaut32/typelib.c:
2729 Francois Jacques <francoisj@macadamian.com>
2730 Updated the load process so that all typelibs (and not just the first
2731 one, as it used to) stored in a DLL can be loaded.
2733 * graphics/painting.c:
2734 Mark Dufour <m.dufour@student.tudelft.nl>
2735 Implemented PolyDraw() and AngleArc().
2737 2000-10-26 Alexandre Julliard <julliard@winehq.com>
2739 * ANNOUNCE, ChangeLog, include/version.h:
2742 ----------------------------------------------------------------
2743 2000-10-26 Alexandre Julliard <julliard@winehq.com>
2745 * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
2746 Raise an exception when a stub entry point is called.
2748 * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
2749 Removed unused STRUCT32_NCCALCSIZE functions.
2751 * windows/input.c, controls/menu.c:
2752 Dmitry Timoshkov <dmitry@sloboda.ru>
2753 Ask application to reinitialize its menu before processing an
2756 * dlls/shell32/shellpath.c:
2757 Martin Pilka <mpilka@codeweavers.com>
2758 "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2760 * dlls/ntdll/signal_i386.c:
2761 Fixed typo due to merge error.
2763 * dlls/oleaut32/typelib.c:
2764 Francois Jacques <francoisj@macadamian.com>
2765 Updated the load process so that all typelibs (and not just the first
2766 one, as it used to) stored in a DLL can be loaded.
2768 * graphics/painting.c:
2769 Mark Dufour <m.dufour@student.tudelft.nl>
2770 Implemented PolyDraw() and AngleArc().
2772 2000-10-25 Alexandre Julliard <julliard@winehq.com>
2774 * windows/x11drv/keyboard.c:
2775 Dmitry Timoshkov <dmitry@sloboda.ru>
2776 Added an another special case handling for Shift+[NumPad]DEL.
2778 * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
2779 Kristoffer Gleditsch <toffer@ping.uio.no>
2780 Added LDFLAGS to linking of wine-related binaries.
2782 * dlls/ttydrv/user.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec, include/user.h, include/x11drv.h, windows/input.c, windows/keyboard.c, windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec:
2783 Dmitry Timoshkov <dmitry@sloboda.ru>
2784 Replaced ToAscii by ToUnicode in the User driver interface.
2786 * dlls/ddraw/ddraw/x11.c:
2787 William Waghorn <wwaghorn@litany.demon.co.uk>
2788 xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
2789 of the XF86VidModeModeLine structure.
2791 * controls/scroll.c:
2792 Francois Methot <francoism@macadamian.com>
2793 Added support of blinking thumb as found in Windows scrollbar.
2795 * dlls/oleaut32/typelib.c:
2796 Francois Jacques <francoisj@macadamian.com>
2797 Updated typelib loader. Typelib contents can be stored as multibyte
2798 strings. However, they are always returned to the application as BSTR,
2799 e.g. UNICODE strings. All strings are now stored as BSTR instead of
2802 * include/module.h, loader/module.c, loader/pe_image.c:
2803 Andreas Mohr <amohr@codeweavers.com>
2804 Free the Win16 dummy module and wm->deps.
2806 * graphics/x11drv/graphics.c:
2807 Mark Dufour <m.dufour@student.tudelft.nl>
2808 X11DRV_DrawArc: swap the start and end points when drawing in
2809 clockwise direction.
2812 Aviad Pineles <paviad@netvision.net.il>
2813 Avoid infinite loop in CreateRoundRectRgn().
2815 * Make.rules.in, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/resources/.cvsignore, dlls/user/resources/display.rc, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc, dlls/user/resources/mouse.rc16, if1632/builtin.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec16.c, tools/winebuild/utils.c:
2816 Added support for loading .res files for 16-bit resources.
2818 * relay32/builtin32.c:
2819 Removed no longer used structure definition.
2821 * tools/wrc/writeres.c:
2822 16-bit resource size must be scaled by alignment.
2824 * dlls/comctl32/tab.c:
2825 Chris Morgan <cmorgan@codeweavers.com>
2826 Implement TCS_VERTICAL style. Fix tab borders to have shading that
2827 matches Windows. Center image and text in tabs. Size tabs to
2828 completely fill each row with multiline style. Fix positioning of
2829 tabs for TCS_BOTTOM style. Fix various drawing issues.
2831 * dlls/comctl32/treeview.c:
2832 Susan Farley <susan@codeweavers.com>
2833 - When inserting an item, do not invalidate the area above the new
2835 - The debug function that verifies the tree after each insertion
2836 should be disabled by default.
2838 * dlls/dsound/dsound_main.c:
2839 Andreas Mohr <amohr@codeweavers.com>
2840 Reimplement patch by Marcus Meissner ('98) to "fix" problems with
2841 DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
2843 * dlls/winmm/wineoss/audio.c:
2844 Andreas Mohr <amohr@codeweavers.com>
2845 Transform device open error TRACE()s into WARN(); better error msgs.
2848 Rein Klazes <rklazes@casema.net>
2849 In SWP_DoNCCalcSize() when determining whether the client area has
2850 moved, use the client coordinates as they are: not relative to its
2853 * windows/sysparams.c:
2854 Andreas Mohr <amohr@codeweavers.com>
2855 Added SPI_GETWINDOWSEXTENSION.
2857 * scheduler/process.c:
2858 Jeremy White <jwhite@codeweavers.com>
2859 Added support for a WINELOADER environment variable which allows the
2860 specification of a different binary loader.
2862 2000-10-24 Alexandre Julliard <julliard@winehq.com>
2864 * include/module.h, loader/pe_resource.c:
2865 Removed GetResDirEntryA/W.
2867 * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
2868 Implement InternalExtractIcon by calling PrivateExtractIcons instead
2869 of duplicating all the code.
2871 * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
2872 Added codepage translation based on the language id (based on a patch
2873 by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
2876 Aric Stewart <aric@codeweavers.com>
2877 Converted menu string handling to Unicode.
2879 * dlls/winsock/ws2_32.spec:
2880 Aric Stewart <aric@codeweavers.com>
2881 Added forward for WSAResetEvent.
2883 * dlls/winsock/socket.c:
2884 Rein Klazes <rklazes@casema.net>
2885 Convert the value of level when setsockopt is called with
2888 * misc/options.c, server/request.c, dlls/dsound/dsound_main.c, dlls/odbc32/proxyodbc.c, dlls/wineps/init.c, if1632/thunk.c, loader/task.c:
2889 Patrik Stridvall <ps@leissner.se>
2890 Explicitly initialize structures.
2892 * objects/palette.c:
2893 Patrik Stridvall <ps@leissner.se>
2894 - Explicitly initialize structures.
2895 - Fixed strange code probably caused by a merge conflict.
2897 * dlls/winmm/wineoss/audio.c:
2898 Francois Jacques <francoisj@macadamian.com>
2899 - All audio device handles are initialized to -1 and set to -1 when closed.
2900 - WINE_WM_HEADER event should *NOT* make the recording thread start. The
2901 thread should only start through waveInStart. The application calling
2902 waveInAddBuffer might not be in a state to provide another buffer in
2903 a period of time short enough to avoid buffer underrun in widRecorder
2905 - widRecorder - improved robustness of widRecorder to avoid some data
2906 loss that occured when not reading one full fragment from the OSS
2909 * dlls/ddraw/ddraw/x11.c:
2910 Patrik Stridvall <ps@leissner.se>
2911 Fixed some warnings.
2914 Patrik Stridvall <ps@leissner.se>
2915 Added some missing defines for non-Linux.
2917 * tools/winebuild/res32.c:
2918 David Elliott <dfe@infinite-internet.net>
2919 Fixed OFFSETOF macro definition for gcc 2.96.
2921 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
2922 James Hatheway <james@macadamian.com>
2923 Added stubs for CryptGenRandom(), CryptReleaseContext().
2926 Susan Farley <susan@codeweavers.com>
2927 Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
2928 NOEDITNOTIFY flag, as these msgs can come directly from the app to the
2931 * objects/enhmetafile.c:
2932 Dmitry Timoshkov <dmitry@sloboda.ru>
2933 Make EnumEnhMetaFile work.
2935 * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
2936 Chris Morgan <cmorgan@codeweavers.com>
2937 Implemented RpcStringFreeA and UuidToStringA.
2939 2000-10-23 Alexandre Julliard <julliard@winehq.com>
2941 * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/uninstaller.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/winemine.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, relay32/builtin32.c, tools/makedep.c, dlls/user/resources/.cvsignore, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, if1632/Makefile.in, libtest/.cvsignore, libtest/Makefile.in, libtest/hello3.spec, programs/avitools/Makefile.in, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/msacm/.cvsignore, dlls/msacm/msacm32.spec, dlls/serialui/.cvsignore, dlls/serialui/serialui.spec, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/user32.spec:
2942 Build Win32 resources as .res files and dump them into the .spec.c file.
2944 * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
2945 Added support for loading Win32 .res files.
2947 * configure, configure.in, dlls/user/disp.rc, dlls/user/mouserc.rc, dlls/user/resources/TODO, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc16, dlls/user/resources/user32.rc, dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc, dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc, dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc, dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc, dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc, dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc, dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc, dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc, dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Wa.rc:
2948 Moved all USER resources to new dlls/user/resources directory.
2950 * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
2951 Duplicate resource directory searching routines instead of calling
2952 pe_resource.c internal functions.
2953 Made GetFileResource16 and GetFileResourceSize16 callable directly
2954 instead of defining extra internal functions.
2956 * dlls/user/exticon.c:
2957 Duplicate resource directory searching routines instead of calling
2958 pe_resource.c internal functions.
2960 * tools/wrc/writeres.c:
2961 Fixed duplication of typename in 16-bit assembly output.
2964 Fixed multibyte handling in HEAP_strdupAtoW.
2966 * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
2967 Andreas Mohr <amohr@codeweavers.com>
2968 Always open/close the CD-ROM device for every Windows API CD-ROM
2972 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2973 Do not send EN_UPDATE to multi-line edit controls.
2976 Francois Gouget <fgouget@free.fr>
2977 Fixed the text color of higlighted menu bar item for the Win98 look.
2978 Clicking on a separator should not close the menu.
2979 Do not right align 'bitmap' items and the help menu for the Win9x look
2983 Marcus Meissner <marcus@jet.franken.de>
2984 If we have a drive pointing to /, we must not remove the final / or we
2985 get the current directory doubled.
2987 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/x11_private.h, include/ddraw.h:
2988 Marcus Meissner <marcus@jet.franken.de>
2989 Added some basic IDirectDraw7 interface support, fixed argument count
2990 of IDirectDraw{4,7}_SetDisplayMode defines.
2993 Louis Philippe Gagnon <louisphilippe@macadamian.com>
2994 - Calculate changes in the client area relative to the window
2995 instead of its parent when using SWP_EX_PAINTSELF.
2996 - With SWP_EX_PAINTSELF, copy only if client area changed, since a
2997 window can't move relative to itself.
2998 - In SWP_DoNCCalcSize, when determining if the client area
2999 changed, use values relative to the window itself, not its parent.
3001 * objects/region.c, windows/painting.c, windows/scroll.c:
3002 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3003 Fixed painting problems in non-MM_TEXT modes.
3005 2000-10-22 Alexandre Julliard <julliard@winehq.com>
3007 * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
3008 Joerg Mayer <jmayer@loplof.de>
3009 Reduce the number of warnings about missing initializers.
3011 * dlls/commdlg/cdlg32.c:
3012 Marcus Meissner <marcus@jet.franken.de>
3013 Got rid of misleading "No Tls Space" error message.
3016 Patrik Stridvall <ps@leissner.se>
3017 Fixed issue found by winapi_check.
3019 * dlls/dinput/dinput_main.c:
3020 Patrik Stridvall <ps@leissner.se>
3021 Fixed some warnings.
3023 * include/process.h:
3024 Patrik Stridvall <ps@leissner.se>
3025 Use intermediate typedef.
3027 * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win16/typelib.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msacm32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api:
3028 Patrik Stridvall <ps@leissner.se>
3029 Minor API files update.
3031 * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
3032 Guy L. Albertelli <galberte@neo.lrun.com>
3033 Added wParam and lParam as parameters in SPY_ExitMessage
3034 Added dump for the STYLECHANG[ING|ED] messages.
3035 Dump structures on exit only if message allows changes.
3038 Andreas Mohr <amohr@codeweavers.com>
3039 - Print CS reg at crash MessageBox (needed for Win16 programs).
3040 - Add "hint" for debugger setup.
3042 * debugger/Makefile.in, debugger/winedbg.spec:
3043 Eric Pouech <Eric.Pouech@wanadoo.fr>
3044 Added advapi32 to imported DLLs list.
3046 * dlls/msacm/pcmconverter.c:
3047 Eric Pouech <Eric.Pouech@wanadoo.fr>
3048 Added more conversion routines (rate conversion is implemented).
3049 Cleaned up the code.
3052 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3053 PDB symbol header format depends only on version code.
3055 * dlls/comctl32/listview.c:
3056 Marcus Meissner <marcus@jet.franken.de>
3057 Do not set the iSubItem part of the struct for LVM_HITTEST,
3058 applications only need to pass memory space up to iItem.
3060 * README: Andreas Mohr <amohr@codeweavers.com>
3061 Mention that you need the X11 devel files.
3063 * dlls/ddraw/main.c:
3064 Marcus Meissner <marcus@jet.franken.de>
3065 DirectDrawCreateEx() should already return the interface for the
3068 * dlls/ddraw/ddraw/dga2.c:
3069 Lionel Ulmer <lionel.ulmer@free.fr>
3070 Change the width / height parameter on a SetDisplayMode.
3072 * dlls/commdlg/filedlg.c:
3073 Gerard Patel <g.patel@wanadoo.fr>
3074 Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
3075 + miscellaneous fixes.
3077 * dlls/user/exticon.c:
3078 Marcus Meissner <marcus@jet.franken.de>
3079 Added two checks for out of range pointer accesses.
3082 Eric Pouech <Eric.Pouech@wanadoo.fr>
3083 Fixed floating point data printing and made basic types reading more
3086 * dlls/comctl32/imagelist.c:
3087 Jason Mawdsley <jason@macadamian.com>
3088 Fixed some flickering that was occurring in the image list control
3091 * dlls/winmm/wineoss/audio.c:
3092 Andreas Mohr <amohr@codeweavers.com>
3093 Added sleep time calculation for the wodPlayer thread.
3094 Changed the wodPlayer thread messaging to use its own fast 30 entries
3097 * include/winbase.h:
3098 Andreas Mohr <amohr@codeweavers.com>
3099 Removed redundant thread priority defines.
3101 2000-10-19 Alexandre Julliard <julliard@winehq.com>
3103 * include/process.h:
3104 Peter Hunnisett <hunnise@nortelnetworks.com>
3105 Added crt/msvcrt thread prototypes.
3107 * dlls/winmm/mciwave/mciwave.c:
3108 Francois Jacques <francoisj@macadamian.com>
3109 Added asynchronous recording in MCI layer.
3111 * include/winuser.h:
3112 Dmitry Timoshkov <dmitry@sloboda.ru>
3113 Added support for AZERTY keyboard layout.
3115 * dlls/winmm/wineoss/midi.c:
3116 Andreas Mohr <amohr@codeweavers.com>
3117 Sequencer error message fix.
3119 * dlls/comctl32/listview.c:
3120 James Hatheway <james@macadamian.com>
3121 Fix messages sent when right-clicking in a blank (non-item) area of a
3124 * loader/pe_image.c:
3125 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3126 Pass the correct hFile to PE_CreateModule.
3128 * dlls/comctl32/header.c:
3129 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3130 Draw text and icons, implement ordering functions, allow reordering
3131 with mouse and fix the WM_NOTIFY target.
3133 * windows/x11drv/keyboard.c:
3134 Dmitry Timoshkov <dmitry@sloboda.ru>
3135 Added support for AZERTY keyboard layout.
3137 * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
3138 <ewill@ncal.verio.com>
3139 Changed GROUP to PROGGROUP.
3141 * files/dos_fs.c, files/file.c, include/winnt.h:
3142 Andreas Mohr <amohr@codeweavers.com>
3143 Skip directory symlinks in DOSFS_FindNextEx.
3145 * dlls/wineps/escape.c: Brian Pirie
3146 Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
3148 * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
3149 Francois Gouget <fgouget@codeweavers.com>
3150 Added/fixed missing extern "C".
3152 * console/interface.c:
3153 Francois Gouget <fgouget@codeweavers.com>
3154 Fixed a char/NULL comparison.
3156 * include/winerror.h:
3157 Francois Gouget <fgouget@codeweavers.com>
3158 Added the {HRESULT,SCODE}_SEVERITY macros.
3160 * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
3161 Use a binary search to find entries in resource directories.
3162 Fixed GetResDirEntryA/W prototypes.
3164 * dlls/shell32/iconcache.c, include/winuser.h:
3165 Call PrivateExtractIcon in user32 instead of duplicating the code.
3167 * dlls/winmm/wineoss/audio.c:
3168 Francois Jacques <francoisj@macadamian.com>
3169 Should test unixdev against -1 (see wodOpen/widOpen).
3170 widRecorder: bytesRead is now tested against (DWORD) -1.
3173 Andreas Mohr <amohr@codeweavers.com>
3174 Back out my ELFDLL_dlopen patch and add a warning for future misguided
3178 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3179 Allow freeing locked global memory handles.
3182 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3183 Watch out for DefMDIChildProc calls on non-MDI-child windows.
3185 * graphics/x11drv/oembitmap.c:
3186 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3187 Don't hold the X11 lock while calling GDI object routines.
3189 * dlls/x11drv/x11drv_main.c:
3190 Lionel Ulmer <lionel.ulmer@free.fr>
3191 Do not do any GLX calls on a display that does not support GLX.
3193 * dlls/comctl32/listview.c:
3194 Chris Morgan <cmorgan@codeweavers.com>
3195 Recalculate nItemHeight when LVS_SETIMAGELIST is called. Fixes icons
3196 being chopped off in the file dialog window. Align items to top and
3197 refresh after sorting, as windows does.
3199 * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
3200 Chris Morgan <cmorgan@codeweavers.com>
3201 Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
3203 * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplobby.c:
3204 Peter Hunnisett <hunnise@nortelnetworks.com>
3205 - Add proper message reply mechanism and sp player data storage
3206 - More implementation and fixes
3208 * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
3209 Francois Gouget <fgouget@codeweavers.com>
3210 Added support for three levels of nesting of the 'pragma pack'
3213 2000-10-17 Alexandre Julliard <julliard@winehq.com>
3215 * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
3216 Ove Kaaven <ovek@arcticnet.no>
3217 Implemented DOS INT21 AH=4B (EXEC).
3219 * windows/x11drv/keyboard.c, include/winuser.h:
3220 Dmitry Timoshkov <dmitry@sloboda.ru>
3221 Added support for keyboard input in various locales.
3223 * dlls/comctl32/listview.c:
3224 Chris Morgan <cmorgan@codeweavers.com>
3225 Implement LVM_SETITEMPOSITION32.
3227 * dlls/comctl32/treeview.c:
3228 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3229 Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
3232 * include/commctrl.h:
3233 Guy L. Albertelli <galberte@neo.lrun.com>
3234 Added flag and notification definitions for ComboBoxEx.
3236 * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
3237 Andreas Mohr <amohr@codeweavers.com>
3238 Implemented old Win 2.x string functions.
3240 * dlls/ddraw/ddraw/x11.c:
3241 Lionel Ulmer <lionel.ulmer@free.fr>
3245 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3246 Add appropriate casts to caddr_t for the third parameter of ptrace().
3248 2000-10-15 Alexandre Julliard <julliard@winehq.com>
3250 * loader/dos/dosvm.c:
3251 Ove Kaaven <ovek@arcticnet.no>
3252 Fixed a couple of recent bugs, and added some more safeguards (could
3253 be handy for portability anyway) and trace statements.
3255 * server/process.c, server/registry.c, server/serial.c, server/trace.c, tools/make_requests, scheduler/process.c, misc/registry.c, memory/registry.c, include/server.h, dlls/kernel/comm.c, files/dos_fs.c, dlls/advapi32/registry.c:
3256 Converted a few more server requests to the new mechanism.
3258 * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
3259 Fixed a few prototypes.
3261 * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
3262 Set selector 0000H base to 0xf0000 until the first 64K are
3265 * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
3266 Eric Pouech <Eric.Pouech@wanadoo.fr>
3267 Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
3268 were used ; destination buffer doesn't have a fixed size).
3269 Fixed FormatMessage parameter warnings (it's now a va_list*).
3271 * dlls/ddraw/ddraw/dga.c:
3272 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3273 Remove unused variable orig_mode.
3275 * dlls/comctl32/updown.c:
3276 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3277 Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
3280 * dlls/comctl32/datetime.c:
3281 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3282 Localization and expect leapdays when looking for the length of a
3285 * dlls/comctl32/monthcal.c:
3286 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3287 Localization and many changes to behaviour and outlook.
3289 * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
3290 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3291 Split out resources that might be localized.
3292 Added German resources.
3294 * dlls/comctl32/comctl32.h:
3295 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3296 Added additional resource IDs.
3298 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
3299 Marcus Meissner <marcus@jet.franken.de>
3300 Stubbed LookupAccountNameA.
3302 * dlls/ddraw/main.c:
3303 Marcus Meissner <marcus@jet.franken.de>
3304 Return "default" DirectDraw driver if we have at least one driver
3307 * windows/nonclient.c:
3308 Dmitry Timoshkov <dmitry@sloboda.ru>
3309 Fixed behaviour of window's system buttons.
3311 * dlls/user/resource.c:
3312 Rein Klazes <rklazes@casema.net>
3313 LoadStringA inserts terminating null in the buffer when the string
3314 resource is an empty string or when it can not be found.
3316 2000-10-13 Alexandre Julliard <julliard@winehq.com>
3318 * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
3319 Chris Morgan <cmorgan@codeweavers.com>
3320 Implemented the IDC_HAND cursor.
3322 * dlls/kernel/format_msg.c, include/winbase.h:
3323 Francois Gouget <fgouget@codeweavers.com>
3324 Fixed the signature of the FormatMessage APIs.
3326 * include/Makefile.in, include/mcx.h, include/winbase.h:
3327 Francois Gouget <fgouget@codeweavers.com>
3328 The MODEM stuff has been spun off to its rightful place: mcx.h.
3330 * include/winnt.h, include/winsock.h, include/windows.h:
3331 Francois Gouget <fgouget@codeweavers.com>
3332 Completed/corrected the list of include files.
3333 Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
3336 Francois Gouget <fgouget@codeweavers.com>
3337 Added a NOGDI protection.
3338 Replaced _MAX_PATH with MAX_PATH.
3339 #undef can be used directly on TRANSPARENT.
3342 Francois Gouget <fgouget@codeweavers.com>
3343 Must include objbase.h.
3345 * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
3346 Francois Gouget <fgouget@codeweavers.com>
3347 HFILE is an int, not a regular HANDLE.
3349 * include/winuser.h:
3350 Andreas Mohr <a.mohr@mailto.de>
3353 * dlls/ddraw/ddraw/x11.c:
3354 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3355 Fixed incorrect format string.
3357 * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
3358 Chris Morgan <cmorgan@codeweavers.com>
3359 Added changing mouse cursor when over a help topic link.
3361 * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
3362 Marcus Meissner <marcus@jet.franken.de>
3363 Implemented DirectInputCreateEx.
3365 * dlls/comctl32/treeview.c:
3366 Louis Philippe Gagnon <louisphilippe@macadamian.com>
3367 Do not send a WM_CONTEXTMENU message when a TreeView receives a
3370 * if1632/findfunc, tools/findfunc:
3371 Lawson Whitney <lawson_whitney@juno.com>
3372 Make findfunc look for .spec files, and put it with the other tools.
3375 Guy Albertelli <galberte@neo.lrun.com>
3376 Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
3377 and IsBad[Read|Write]Ptr.
3379 * dlls/comctl32/commctrl.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/shell32/shell32_main.c, dlls/shell32/shlfolder.c, dlls/winmm/wineoss/audio.c, loader/loadorder.c, memory/registry.c:
3380 Andreas Mohr <amohr@codeweavers.com>
3381 - stupid spelling fixes
3382 - some more loadorder array work
3384 * dlls/ole32/stg_stream.c, files/drive.c, files/file.c, include/ntddk.h, dlls/kernel/time.c, dlls/ntdll/large_int.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
3385 Added a few more large integer functions.
3387 * dlls/gdi/gdi32.spec, objects/dc.c:
3388 Marcus Meissner <Marcus.Meissner@caldera.de>
3389 Stubbed GetDeviceGammaRamp.
3392 Peter Hawkins <peter@hawkins.emu.id.au>
3393 Added DOS int 21h function 4452h support (DR-DOS version check).
3395 * graphics/x11drv/dib.c:
3396 Ove Kaaven <ovek@arcticnet.no>
3397 Fill in the dsBmih.biSizeImage field of DIBSections with the
3398 calculated bitmap size.
3400 * dlls/winmm/wineoss/midi.c:
3401 Chris Morgan <cmorgan@wpi.edu>
3402 Indicate that the MIDI error message only affects programs that need MIDI.
3405 Andreas Mohr <amohr@codeweavers.com>
3406 Get rid of shared heap fixme messages.
3407 Slightly corrected my heap commit patch (Xilinx).
3409 * loader/dos/dosvm.c:
3410 Ove Kaaven <ovek@arcticnet.no>
3411 Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
3412 purposefully shuffle the interrupt vectors around.
3414 * dlls/comctl32/treeview.c:
3415 Susan Farley <sfarley@codeweavers.com>
3416 To improve custom-drawn items, add focus border to itemRects and do
3419 * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/kernel_main.c, files/dos_fs.c, include/comm.h, include/msdos.h, misc/Makefile.in, misc/comm.c, msdos/int11.c:
3420 Mike McCormack <mike_mccormack@looksmart.com.au>
3421 Moved comm.c into kernel32.
3424 Francois Gouget <fgouget@codeweavers.com>
3425 Claim that our headers conform to the version 5.0.
3428 Francois Gouget <fgouget@codeweavers.com>
3429 The string fields in PROPSHEETPAGEA should be ANSI strings.
3432 Francois Gouget <fgouget@codeweavers.com>
3433 Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
3435 * include/commctrl.h:
3436 Francois Gouget <fgouget@codeweavers.com>
3437 Added the missing TVINSERTSTRUCT synonyms.
3438 Added missing CBEIF_xxx definitions.
3440 * dlls/oleaut32/ole2disp.c, include/oleauto.h:
3441 Francois Gouget <fgouget@codeweavers.com>
3442 Fixed the signature of SysAllocStringByteLen.
3444 * dlls/comctl32/status.c, include/win.h, include/winuser.h, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
3445 Susan Farley <sfarley@codeweavers.com>
3446 Status bars on managed windows should not have SIZEGRIP style.
3449 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3450 Make reg the default output chanel.
3452 * dlls/winsock/socket.c:
3453 Rein Klazes <rklazes@casema.net>
3454 Ignore setsockopt calls that make the size of the receive buffer too
3457 * dlls/comctl32/listview.c:
3458 Stephane Lussier <stephane@macadamian.com>
3459 Subitems of listviews were not painted with the right background when:
3460 -LVS_EX_FULLROWSELECT style is defined
3462 -Listview doesn't have the focus.
3465 Stephane Lussier <stephane@macadamian.com>
3466 After accept is called on the socket, the listening socket needs to be
3469 * memory/registry.c:
3470 Marcus Meissner <marcus@jet.franken.de>
3471 Check for buffer overflows on data returns from RegQueryValueExA.
3473 * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
3474 Changed repne to repnz for Solaris assembler.
3476 2000-10-12 Alexandre Julliard <julliard@winehq.com>
3478 * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
3479 Francois Gouget <fgouget@codeweavers.com>
3480 Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
3482 Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
3485 * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
3486 Francois Gouget <fgouget@codeweavers.com>
3487 Added many missing *Pxxx types.
3488 Removed a few *LPxxx types that are not supposed to be there (in
3489 particular LPICONINFO).
3490 Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
3492 WINHELP and PE_ACCEL are internal types.
3493 MULTIKEYHELP and HELPWININFO both have an A and W variant.
3494 NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
3495 Added missing ARW_xxx defines (for sysmetrics).
3498 Francois Gouget <fgouget@codeweavers.com>
3499 ROTFLAGS have their own ifdef protection, take them out of the
3500 _SECURITY_DEFINED ifdef block.
3503 Francois Gouget <fgouget@codeweavers.com>
3504 Added a declaration for GetEnhMetaFileDescription.
3506 * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
3507 Added Fonts registry key.
3510 Eric Pouech <Eric.Pouech@wanadoo.fr>
3511 Fixed regression for debugger startup event creation.
3513 * dlls/comctl32/toolbar.c:
3514 Chris Morgan <cmorgan@codeweavers.com>
3515 Fix depressed state with flat toolbars so pressing the buttons draws
3516 the button in a depressed state. Fix bitmap offsets, fixes bitmap
3517 offset problems in file common dialog.
3519 * dlls/comctl32/treeview.c:
3520 Susan Farley <sfarley@codeweavers.com>
3521 On InsertItem with TVI_FIRST, the check for resetting firstVisible
3522 must be done *before* the parent's firstChild changes.
3524 * dlls/ddraw/dsurface/x11.c:
3525 Lionel Ulmer <lionel.ulmer@free.fr>
3526 Support non-buffered overlays.
3528 * dlls/comctl32/rebar.c:
3529 Guy L. Albertelli <galberte@neo.lrun.com>
3530 Rewrite to support rows of bands.
3531 Draw separators between bands in rows and between rows.
3532 Support text and background color and color propagation.
3533 Improve layout code.
3534 Make fMask in internal structure the indicator of valid information.
3535 Fix size of grippers.
3536 Add debugging traces for future.
3538 * dlls/comctl32/header.c:
3539 Serge Ivanov <sergei@corel.com>
3542 * dlls/comctl32/listview.c:
3543 Stephane Lussier <stephane@macadamian.com>
3544 - Background should not be drawn if the background color is CLR_NONE.
3545 - Don't change the size to 0 for the header control of listview with
3546 LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
3547 header control is enough.
3549 * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
3550 Marcus Meissner <marcus@jet.franken.de>
3551 Added 16 (565) -> 15 (555) bit depth converter.
3553 * graphics/x11drv/codepage.c:
3554 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3555 Added support for cp936.
3557 * relay32/relay386.c: Work-around for gcc bug.
3559 * dlls/ddraw/ddraw/x11.c:
3560 Lionel Ulmer <lionel.ulmer@free.fr>
3561 Implememnted GetFourCCCodes.
3563 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
3564 Marcus Meissner <marcus@jet.franken.de>
3565 Enable XF86vmode switching possible for X11 too.
3567 * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/pcmconverter.c, dlls/msacm/wineacm.h:
3568 Eric Pouech <Eric.Pouech@wanadoo.fr>
3569 Added PCM converter internal driver.
3570 A few driver handling fixes.
3572 * configure, configure.in:
3573 Lionel Ulmer <lionel.ulmer@free.fr>
3574 Fixed the OpenGL detection code.
3577 Juergen Schmied <juergen.schmied@debitel.net>
3578 Fixed loading of symbols from libraries.
3580 * win32/file.c: Rein Klazes <rklazes@casema.net>
3581 Prevent SetFileAttributeA from making directory read-only.
3583 * include/windef.h, include/wine/obj_base.h:
3584 Francois Gouget <fgouget@codeweavers.com>
3585 Enable anonymous struct/union support by default in both C and C++.
3586 Disable them for compilers known not to support them.
3587 Disable them for the WINE code.
3589 * include/dde.h, include/winuser.h:
3590 Francois Gouget <fgouget@codeweavers.com>
3591 Added four DDElParam functions.
3592 Now needs an 'extern "C"' protection for C++.
3594 * dlls/user/ddeml.c:
3595 Francois Gouget <fgouget@codeweavers.com>
3596 Fix the parameter types and comments of the DDElParam functions.
3598 * include/winbase.h, include/wininet.h:
3599 Francois Gouget <fgouget@free.fr>
3600 Removed stray A/W from invocations of WINELIB_NAME_AW.
3603 Mike McCormack <mike_mccormack@looksmart.com.au>
3604 Removed dependency on globals LPT[] and COM{}.
3606 * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
3607 Francois Gouget <fgouget@free.fr>
3608 Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
3610 * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
3611 Replace null bytes by spaces in WriteConsoleOutputA call.
3613 * dlls/winmm/mcicda/mcicda.c:
3614 Andreas Mohr <a.mohr@mailto.de>
3615 MCICDA didn't open/close the door when calling the command without
3616 valid parameter block (i.e. == NULL).
3618 * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
3619 Stephane Lussier <stephane@macadamian.com>
3620 Implementation of OleLockRunning function.
3622 * dlls/comctl32/listview.c:
3623 Aric Stewart <aric@codeweavers.com>
3624 Corrected some segvs that occur with ownerdata listviews.
3627 Marcus Meissner <marcus@jet.franken.de>
3628 Return values are reversed in failure/rgdata == NULL case in
3629 GetRegionData (was merge error by me).
3631 * win32/except.c, winedefault.reg:
3632 Andreas Mohr <a.mohr@mailto.de>
3633 Changed debugger launching to auto per default.
3635 * dlls/kernel/nls/dan.nls:
3636 Niels Kristian Bech Jensen <nkbj@image.dk>
3637 Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
3639 * dlls/winmm/wineoss/audio.c:
3640 Marcus Meissner <marcus@jet.franken.de>
3641 Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
3643 2000-10-03 Alexandre Julliard <julliard@winehq.com>
3645 * include/drive.h, scheduler/process.c, files/drive.c:
3646 Use special environment variables to transmit the cwd of the various
3647 drives to child processes (based on a patch by Andreas Mohr).
3649 * include/msacm.h, include/tchar.h, include/wininet.h:
3650 Francois Gouget <fgouget@codeweavers.com>
3651 Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
3652 WINELIB_NAME_AW macros.
3654 * include/oleauto.h:
3655 Francois Gouget <fgouget@codeweavers.com>
3656 Added some missing 'SysAllocString' prototypes.
3657 Added some missing 'TypeLib' prototypes.
3659 * dlls/oleaut32/typelib.c:
3660 Francois Gouget <fgouget@codeweavers.com>
3661 Fixed some prototypes.
3663 * include/bitmaps/ocr_ibeam:
3664 Aric Stewart <aric@codeweavers.com>
3665 Added a white border around the I-beam cursor.
3667 2000-10-02 Alexandre Julliard <julliard@winehq.com>
3670 Lawson Whitney <lawson_whitney@juno.com>
3671 Protect GlobalHandle() against bad parameters.
3674 Fixed backtrace for apps that never called down to 16-bit code.
3676 * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
3677 Make sure that we skip tasks with missing hInstance.
3679 * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
3680 Introduced a new arena flag called GA_DOSMEM to distinguish between
3681 DOSMEM and normal "windows" global mem.
3683 * dlls/winmm/mmio.c:
3684 Francois Jacques <francoisj@macadamian.com>
3685 Bug fixes in mmio, related to buffering in record mode.
3687 2000-10-02 Alexandre Julliard <julliard@winehq.com>
3689 * ChangeLog, include/version.h, ANNOUNCE:
3692 ----------------------------------------------------------------
3693 2000-10-02 Alexandre Julliard <julliard@winehq.com>
3696 Lawson Whitney <lawson_whitney@juno.com>
3697 Protect GlobalHandle() against bad parameters.
3700 Fixed backtrace for apps that never called down to 16-bit code.
3702 * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
3703 Make sure that we skip tasks with missing hInstance.
3705 * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
3706 Introduced a new arena flag called GA_DOSMEM to distinguish between
3707 DOSMEM and normal "windows" global mem.
3709 * dlls/winmm/mmio.c:
3710 Francois Jacques <francoisj@macadamian.com>
3711 Bug fixes in mmio, related to buffering in record mode.
3713 * server/registry.c, server/request.h, server/trace.c, memory/registry.c, include/ntddk.h, include/server.h, dlls/ntdll/reg.c, dlls/advapi32/registry.c:
3714 Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
3717 * dlls/kernel/kernel32.spec:
3718 Forward all large integer functions to ntdll.
3721 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3722 GetDateFormatA: Check range and recalculate wDayOfWeek.
3723 OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
3724 LOCALE_S(ABBREV)DAYNAMEx.
3726 * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
3727 Patrik Stridvall <ps@leissner.se>
3728 Fixed some issues found by winapi_check.
3730 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/wnaspi32.api, tools/winapi_check/win16/mmsystem.api, tools/winapi_check/win16/setupx.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/modules.dat:
3731 Patrik Stridvall <ps@leissner.se>
3732 - Support for stdcall64
3733 - Minor API updates.
3735 * loader/loadorder.c:
3736 Andreas Mohr <a.mohr@mailto.de>
3737 Beautified the loadorder array (group DLLs according to functionality,
3738 add group header comments, ...), added builtin x11drv and winaspi.
3740 * dlls/msacm/internal.c:
3741 James Hatheway <james@macadamian.com>
3742 Silence unneeded exception to allow easier ACM debugging.
3744 2000-10-01 Alexandre Julliard <julliard@winehq.com>
3746 * include/server.h, memory/registry.c, server/registry.c, server/request.h, server/trace.c, tools/make_requests, dlls/advapi32/registry.c, dlls/ntdll/reg.c:
3747 Converted some of the registry server requests to the new request
3750 * win32/time.c, dlls/ntdll/Makefile.in, dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/time.c, include/ntddk.h, include/winnt.h, scheduler/timer.c, dlls/kernel/time.c:
3751 Implemented a bunch of large integer functions in ntdll.
3753 * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
3754 Added stdcall64 entry point type to allow correct relay debugging
3755 support for functions that return 64-bit values.
3757 2000-09-29 Alexandre Julliard <julliard@winehq.com>
3759 * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
3760 Make sure we commit enough memory in a new subheap.
3762 * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
3763 Stefan Leichter <Stefan.Leichter@camline.com>
3764 - moved some code from WINSPOOL_GetPrinterDriver into new function
3765 WINSPOOL_GetDriverInfoFromReg
3766 - bug fix in function GetPrinterDirectoryW: free local variable not
3767 the one from function interface
3768 - implemented EnumPrinterDriversA|W
3770 * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
3771 Fixed the default value handling (trailing spaces of the default value
3773 section == NULL, key_name == NULL undoc. feature is only valid in Win32.
3775 * dlls/ntdll/sync.c, include/ntddk.h, loader/task.c, scheduler/Makefile.in, scheduler/critsection.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/syslevel.c, win32/Makefile.in, win32/except.c, win32/kernel32.c, win32/newfns.c, win32/process.c, win32/time.c, dlls/kernel/Makefile.in, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/time.c:
3776 Moved a bunch of routines to kernel32.dll (with the help of
3779 * objects/palette.c:
3780 Andreas Mohr <a.mohr@mailto.de>
3781 GDISelectPalette16 checked GetObjectType() return value for
3782 PALETTE_MAGIC instead of OBJ_PAL.
3784 * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
3785 Francois Gouget <fgouget@codeweavers.com>
3786 Moved DLLVERSIONINFO to shlwapi.h.
3788 * dlls/shell32/shell.c:
3789 Andreas Mohr <a.mohr@mailto.de>
3790 Let InternalExtractIcon16 load icons from builtin DLLs.
3792 * dlls/comctl32/toolbar.c:
3793 Francois Gouget <fgouget@codeweavers.com>
3794 Modified the bitmap centering algorithm to take the button's border
3797 * windows/timer.c, include/message.h, windows/message.c:
3798 Stephane Lussier <stephane@macadamian.com>
3799 Before calling the timer window proc, make sure it is valid.
3801 * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
3802 Removed a few dependencies on kernel32 functions.
3804 * dlls/ntdll/ntdll.spec, include/ntddk.h, include/winbase.h, scheduler/critsection.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/critsection.c:
3805 Moved critical section implementation to ntdll.
3807 * windows/x11drv/Makefile.in, win32/Makefile.in, windows/Makefile.in, scheduler/Makefile.in, tsx11/Makefile.in, relay32/Makefile.in, resources/Makefile.in, objects/Makefile.in, ole/Makefile.in, misc/Makefile.in, miscemu/Makefile.in, msdos/Makefile.in, loader/ne/Makefile.in, memory/Makefile.in, loader/Makefile.in, loader/dos/Makefile.in, graphics/x11drv/Makefile.in, if1632/Makefile.in, graphics/win16drv/Makefile.in, graphics/enhmetafiledrv/Makefile.in, graphics/metafiledrv/Makefile.in, files/Makefile.in, graphics/Makefile.in, console/Makefile.in, controls/Makefile.in, Make.rules.in:
3808 Moved $(MODULE).o rule out of Make.rules into the individual
3811 * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
3812 Mike McCormack <mike_mccormack@looksmart.com.au>
3813 Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
3816 Sergei Ivanov <sergei@corel.com>
3817 Fixed return values of GetRegionData.
3819 * dlls/comctl32/toolbar.c:
3820 Susan Farley <sfarley@codeweavers.com>
3821 Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
3822 WM_COMMAND for the button has been sent, rather than before.
3824 * dlls/winmm/winmm_res.rc:
3825 Francois Jacques <francoisj@macadamian.com>
3826 Use waveaudio, not waveform.
3828 * dlls/ole32/compobj.c:
3829 Huw D M Davies <hdavies@codeweavers.com>
3830 Fix a couple of TRACE messages.
3833 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3836 * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
3837 Francois Gouget <fgouget@codeweavers.com>
3838 Fix the return type of mixerMessage16.
3841 Francois Gouget <fgouget@codeweavers.com>
3842 Renamed VS_USER_INFO to VS_USER_DEFINED.
3844 2000-09-27 Alexandre Julliard <julliard@winehq.com>
3846 * include/builtin32.h, miscemu/.cvsignore, miscemu/Makefile.in, miscemu/main.c, miscemu/wine.spec, relay32/builtin32.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in:
3847 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
3848 Generate the import table directly in PE format.
3849 Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
3852 * dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/user32.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/winsock/ws2_32.spec, dlls/Makefile.in, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec:
3853 Added a few missing imports.
3855 * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
3856 Francois Gouget <fgouget@codeweavers.com>
3857 Added various type and macro definitions that are needed to compile
3860 * dlls/winmm/wineoss/midi.c:
3861 Eric Pouech <Eric.Pouech@wanadoo.fr>
3862 Store a copy of MIDIOPENDESC information instead of pointer.
3864 * dlls/winmm/mmsystem.c:
3865 Eric Pouech <Eric.Pouech@wanadoo.fr>
3866 Unlock win16 crst while thunking up to 32 bit dll.
3868 * dlls/wininet/internet.c:
3869 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3870 Include <unistd.h> for prototype of select().
3873 Stephane Lussier <stephane@macadamian.com>
3874 Socket returned by accept function of Microsoft API should keep the
3875 properties of the listening socket. This is also true for non-blocking
3879 Dmitry Timoshkov <dmitry@sloboda.ru>
3880 If window was not resized and not moved, repaint only itself excluding
3883 * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
3884 Generate Win32 dll descriptor structure in the .spec.c file so that we
3885 don't need to depend on builtin32.h.
3887 * include/Makefile.in, include/mouse.h, include/zmouse.h:
3888 Jeremy White <jwhite@codeweavers.com>
3889 Created zmouse.h, moved wheel code from mouse.h into it.
3891 * dlls/winmm/mcicda/mcicda.c:
3892 James Abbatiello <abbeyj@wpi.edu>
3893 MCI_STATUS_LENGTH on Windows returns one frame less than the total
3894 track length for the last track on a CD. This also affects queries
3895 for the total length of the CD.
3897 * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
3898 Fixed a few non portable zero-size array declarations.
3901 Marcus Meissner <marcus@jet.franken.de>
3902 Have the UNIX cwd follow the current directory on the current drive.
3904 * windows/x11drv/event.c:
3905 Stephane Lussier <stephane@macadamian.com>
3906 On reception of a FocusOut event, don't deactivate the application if the
3907 next window to get the focus is a Wine window.
3909 2000-09-26 Alexandre Julliard <julliard@winehq.com>
3911 * documentation/status/directplay, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/Makefile.in, dlls/dplayx/Makefile.in:
3912 Peter Hunnisett <hunnise@nortelnetworks.com>
3913 - Remove winmm hack in dplay code
3914 - Fix up some missing holes in the code
3915 - More message implementation
3916 - Status documentation update
3918 * Make.rules.in, Makefile.in:
3919 Marcus Meissner <Marcus.Meissner@caldera.de>
3920 Migrate $LDFLAGS from configure to Makefile and into main wine
3923 * relay32/builtin32.c:
3924 Andreas Mohr <a.mohr@mailto.de>
3925 Display an ERR() in case of undefined symbols.
3927 * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
3928 Andreas Mohr <a.mohr@mailto.de>
3929 Started some basic work on the more or less undocumented SETUPX
3932 * dlls/comctl32/toolbar.c:
3933 Susan Farley <sfarley@codeweavers.com>
3934 Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
3935 pressed flags on WM_CAPTURECHANGED.
3938 Marcus Meissner <marcus@jet.franken.de>
3939 WORD is unsigned, so we need to transalte 0xffff into -1.
3941 * windows/x11drv/event.c, win32/console.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/nonclient.c, windows/win.c, include/wine/winuser16.h, msdos/dosaspi.c, msdos/xms.c, ole/ole2nls.c, include/wine/exception.h, include/wine/keyboard16.h, include/wine/mmsystem16.h, include/wine/obj_base.h, include/wine/winaspi.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winnet16.h, include/wine/winsock16.h, include/winbase.h, include/wincon.h, include/windef.h, include/wingdi.h, include/winnls.h, include/winproc.h, include/winsock.h, include/winsock2.h, include/winuser.h, include/winver.h, include/wnaspi32.h, include/wownt32.h, include/wtypes.h, include/neexe.h, include/nonclient.h, include/ntsecapi.h, include/ole.h, include/ole2.h, include/oleauto.h, include/shellapi.h, include/task.h, include/thread.h, include/toolhelp.h, include/vfw.h, include/win.h, include/winaspi.h, include/aspi.h, include/basetsd.h, include/builtin16.h, include/cdrom.h, include/clipboard.h, include/commdlg.h, include/dce.h, include/ddeml.h, include/dinput.h, include/file.h, include/global.h, include/local.h, include/lzexpand.h, include/message.h, include/miscemu.h, include/mmddk.h, include/mmsystem.h, include/module.h, include/msacm.h, include/Makefile.in, if1632/snoop.c, dlls/winspool/info.c, files/file.c, dlls/winsock/socket.c, dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/winemm.h, dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c, dlls/win32s/w32sys.c, dlls/version/ver16.c, dlls/user/ddeml.c, dlls/user/ddeml16.h, dlls/user/bidi16.c, dlls/shell32/pidl.h, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/setupapi/setupx_main.c, dlls/shell32/pidl.c, dlls/rpcrt4/rpcrt4_main.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h, dlls/msvideo/drawdib.c, dlls/msacm/msacm_main.c, dlls/msacm/msacmdrv.h, dlls/msacm/wineacm.h, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c, dlls/gdi/bidi16.c, dlls/gdi/printdrv.c, dlls/kernel/stress.c, dlls/dsound/dsound_main.c, dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/comctl32/updown.c, dlls/comctl32/status.c, dlls/comctl32/treeview.c, dlls/comctl32/progress.c, controls/listbox.c, controls/menu.c, controls/scroll.c:
3942 Moved all Win16 definitions out of the standard Windows headers.
3944 * loader/pe_resource.c:
3945 Dmitry Timoshkov <dmitry@sloboda.ru>
3946 Avoid crashes if 16-bit module handle was passed to the 32-bit
3947 resource enumerator.
3949 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, include/ddraw.h, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, wine.ini:
3950 Lionel Ulmer <lionel.ulmer@free.fr>
3951 Added support for DirectDraw overlays using the XVideo extension.
3953 * graphics/x11drv/codepage.c:
3954 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3956 Add checking for invalid DBCS trailer bytes.
3958 * include/commctrl.h:
3959 Marcus Meissner <marcus@jet.franken.de>
3960 Fixed some commctl header issues reported in newsgroup.
3962 * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
3963 A few includes cleanup.
3965 * programs/regapi/regapi.c, programs/winhelp/macro.c, programs/notepad/dialog.c, loader/main.c, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_propertystorage.h, include/wine/obj_queryassociations.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h, include/wine/obj_shellview.h, include/wine/obj_storage.h, include/wine/undocshell.h, include/wine/obj_cache.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h, include/wine/obj_contextmenu.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h, include/wine/obj_enumidlist.h, include/wine/obj_errorinfo.h, include/wine/obj_extracticon.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_oleobj.h, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, include/dlgs.h, include/main.h, include/ocidl.h, include/ole2.h, include/oleauto.h, include/oleidl.h, include/shell.h, include/shlobj.h, include/shlwapi.h, include/windows.h, dlls/shlwapi/regstream.c, dlls/oleaut32/olefont.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/classes.c, dlls/shell32/enumidlist.c, dlls/shell32/memorystream.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shellfolder.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/systray.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.h, dlls/oleaut32/connpt.c, dlls/comctl32/imagelist.c, dlls/commdlg/cdlg.h, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c:
3966 Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
3968 2000-09-25 Alexandre Julliard <julliard@winehq.com>
3970 * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
3971 Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
3973 * relay32/relay386.c, relay32/snoop.c, win32/device.c, windows/keyboard.c, windows/winproc.c, msdos/dpmi.c, msdos/int10.c, msdos/int13.c, msdos/int15.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, msdos/xms.c, loader/ne/module.c, loader/ne/segment.c, memory/instr.c, memory/selector.c, misc/error.c, misc/system.c, msdos/devices.c, msdos/dosaspi.c, include/miscemu.h, include/winnt.h, loader/dos/dosvm.c, loader/task.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c, dlls/ntdll/rtl.c, dlls/user/mouse.c, if1632/relay.c, if1632/snoop.c, debugger/registers.c:
3974 Removed some of the XXX_reg macros now that we are using the standard
3975 CONTEXT86 structure everywhere.
3977 * windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/timer.c, win32/console.c, misc/comm.c, misc/cpu.c, misc/main.c, misc/version.c, ole/ole2nls.c, scheduler/event.c, loader/module.c, loader/ne/convert.c, loader/ne/resource.c, memory/atom.c, memory/environ.c, memory/registry.c, memory/virtual.c, misc/cdrom.c, files/dos_fs.c, files/profile.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, include/winbase.h, dlls/shlwapi/path.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/shell32/shellpath.c, dlls/shell32/shv_item_cmenu.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/ole2.c, dlls/kernel/format_msg.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/crtdll/mbstring.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, controls/listbox.c, controls/menu.c:
3978 Removed inclusion of wine/winestring.h from winbase.h and added it to
3979 the C files that need it.
3981 2000-09-24 Alexandre Julliard <julliard@winehq.com>
3983 * msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int09.c, msdos/int2f.c, msdos/int33.c, memory/instr.c, loader/dos/dosvm.c, loader/dos/module.c, loader/task.c, include/ldt.h, include/miscemu.h, include/winnt.h, include/dosexe.h:
3984 Moved most global data out of the LPDOSTASK structure.
3985 Allocate DPMI real-mode segments globally at startup.
3986 Try to allocate DOS memory at address 0.
3988 * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
3989 Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
3993 Gerard Patel <g.patel@wanadoo.fr>
3994 Locks the virtual views linked list.
3996 * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
3997 Rein Klazes <rklazes@casema.net>
3998 Make calls to gethostbyname, gethostbyaddr, getservbyname,
3999 getservbyport, getprotobyname and getprotobynumber thread-safe.
4001 * graphics/x11drv/xfont.c:
4002 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4003 Use appropriate charset if facenames of font is known.
4004 Use CP_ACP if DEFAULT_CHARSET is requested.
4006 * controls/listbox.c:
4007 Gerard Patel <g.patel@wanadoo.fr>
4008 In WM_DRAWITEM, always calls the app with a valid current focus_item.
4010 * debugger/winedbg.c, debugger/stack.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/expr.c, debugger/db_disasm.c, debugger/break.c:
4011 Improved support for vm86 mode.
4013 * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
4014 Added support for exception handling while in vm86 mode.
4015 Fixed a couple of bugs in vm86 support.
4017 * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
4018 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4019 Fixed format strings.
4021 * dlls/comctl32/commctrl.c:
4022 Francois Gouget <fgouget@free.fr>
4023 Added set WS_CHILD and CCS_TOP to the toolbar's style.
4024 TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
4027 * dlls/comctl32/toolbar.c:
4028 Francois Gouget <fgouget@free.fr>
4029 The size of the comctl32 internal bitmaps is 24x24 not 26x26.
4032 * tools/wrc/parser.l, tools/wrc/README.wrc:
4033 Francois Gouget <fgouget@free.fr>
4034 Filenames may contain '/' and '\'.
4037 2000-09-22 Alexandre Julliard <julliard@winehq.com>
4039 * dlls/comctl32/listview.c:
4040 Chris Morgan <cmorgan@codeweavers.com>
4041 Paint background before drawing item and subitems. Paint any area of
4042 the control not occupied by items. Early out of LISTVIEW_RefreshXXX
4043 if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
4046 * windows/x11drv/event.c, windows/x11drv/keyboard.c, server/main.c, server/object.h, server/process.c, server/trace.c, scheduler/process.c, misc/main.c, include/options.h, include/server.h, include/x11drv.h, dlls/x11drv/x11drv_main.c:
4047 Andreas Mohr <a.mohr@mailto.de>
4048 Make GetTickCount not use the whole Unix epoch (since 1970) any more,
4049 since that crashed several games or caused problems with them as they
4050 aren't used to a high Windows uptime of more than 24.9 days.
4052 * scheduler/client.c:
4053 Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
4054 Added S_ISFIFO check for Solaris.
4057 Francois Gouget <fgouget@codeweavers.com>
4058 Added a macro for _declspec (backward compatibility synonym of
4060 Removed the dllimport and dllexport macros.
4062 * include/objbase.h:
4063 Francois Gouget <fgouget@codeweavers.com>
4064 Must include 'stdlib.h'.
4066 * include/commctrl.h:
4067 Francois Gouget <fgouget@codeweavers.com>
4068 Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
4070 * dlls/wineps/Makefile.in, dlls/wineps/driver.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc, dlls/wineps/wineps.spec, dlls/wineps/wps_En.rc, dlls/wineps/wps_xx.rc, dlls/wineps/.cvsignore, dlls/Makefile.in:
4071 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4072 Paper size and orientation prop sheet for wineps.
4075 Susan Farley <sfarley@codeweavers.com>
4076 Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
4079 * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
4080 Fixed WinExec16 to handle quoted filenames correctly.
4082 * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
4083 Damyan Ognyanoff <Damyan@rocketmail.com>
4084 IErrorInfo is now derived from IUnknown.
4086 * dlls/comctl32/listview.c:
4087 Aric Stewart <aric@codeweavers.com>
4088 Correct some situations with listview selections. Specifically fixed
4089 situations where in an OWNERDATA listview the selection ranges become
4090 invalid if the number of items is changed. Additional fixes a few
4091 problems resulting in loops in RemoveAllSelections.
4093 * include/mmsystem.h, include/wingdi.h, include/winuser.h:
4094 Francois Gouget <fgouget@free.fr>
4095 Added a few missing macros, types and prototypes.
4098 Francois Gouget <fgouget@free.fr>
4099 New file. All RC files generated by VC6 include afxres.h which in turn
4102 * windows/queue.c, windows/message.c, windows/nonclient.c:
4103 Andreas Mohr <a.mohr@mailto.de>
4104 Spelling, trace fixes.
4107 Andreas Mohr <a.mohr@mailto.de>
4108 Added SetLastError() in GetEnvironmentVariableA.
4110 * graphics/x11drv/text.c:
4111 Damyan Ognyanoff <Damyan@rocketmail.com>
4112 Added error correction when using symbol offsets.
4114 * dlls/winmm/mciseq/mcimidi.c:
4115 Eric Pouech <eric.pouech@voila.fr>
4116 Fixed reentrancy issues in play/stop operations.
4118 * dlls/commdlg/cdlg_xx.rc:
4119 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4120 Fix PrintDlg collate icons. Add orientation icons.
4122 * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
4123 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4124 Stubs for shlwapi.151 and shlwapi.153.
4126 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
4127 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4128 Stub for CoIsOle1Class.
4130 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
4131 Huw D M Davies <hdavies@codeweavers.com>
4132 Set close on exec() flag at times when we leave /dev/dsp and
4133 /dev/sequencer open.
4135 * dlls/comctl32/tab.c:
4136 Susan Farley <sfarley@codeweavers.com>
4137 Added support for FLATBUTTON style tabs.
4138 Made width of BUTTON style tabs no less than 2x their height.
4139 Expanded focus rect to be just inside the border.
4141 * dlls/kernel/toolhelp.c:
4142 Andreas Mohr <a.mohr@mailto.de>
4143 Add FIXMEs for all these nice completely unimplemented TOOLHELP
4146 * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
4147 fixed the win95 registry loader to have somewhat stricter checking.
4149 * dlls/comctl32/toolbar.c:
4150 Chris Morgan <cmorgan@codeweavers.com>
4151 Fixed button image to be offset to the center of the button horizontally,
4152 visible with WinZip and CuteFTP 4.0. Fixed compile warnings from format type
4153 specifiers in two TRACE's. Removed TRACE in TOOLBAR_GetItemRect(). Added
4154 button width to TRACE in TOOLBAR_CalcToolbar().
4156 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
4157 Chris Morgan <cmorgan@codeweavers.com>
4158 Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was
4159 being called with RDW_UPDATENOW, forcing immediate painting. Added
4160 redrawing logic to STATUSBAR_SetTextW().
4162 * dlls/comctl32/treeview.c:
4163 Chris Morgan <cmorgan@codeweavers.com>
4164 Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge. Optimize
4165 redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
4167 * relay32/builtin32.c:
4168 Francois Gouget <fgouget@free.fr>
4169 Raised MAX_DLLS to 100.
4171 2000-09-19 Alexandre Julliard <julliard@winehq.com>
4173 * include/commctrl.h, include/oleauto.h, include/prsht.h, include/shellapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winsock2.h, include/winsvc.h, include/wtypes.h, dlls/comctl32/propsheet.c, dlls/shell32/shell32.spec, dlls/shell32/systray.c, dlls/advapi32/service.c:
4174 Peter Hunnisett <hunnise@nortelnetworks.com>
4175 - Added some missing WINELIB_NAME_AW definitions, types and messages
4176 - Small prototype fixes
4179 Rein Klazes <rklazes@casema.net>
4180 Catch EXCEPTION_PRIV_INSTRUCTION exception too.
4182 * dlls/comctl32/listview.c:
4183 Stephane Lussier <stephane@macadamian.com>
4184 Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
4185 should set lParam to a NMLISTVIEW instead of a NMHDR. According to
4186 MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
4189 * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
4190 Fixed window lock problem in SetMenu().
4192 * objects/metafile.c: Henning Hoffmann
4193 Avoid deadlocks in EnumMetaFile.
4195 * dlls/oleaut32/typelib.c:
4196 Gerard Patel <g.patel@wanadoo.fr>
4197 Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
4199 2000-09-18 Alexandre Julliard <julliard@winehq.com>
4201 * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
4204 * dlls/ntdll/signal_i386.c, include/wine/exception.h:
4205 Added preliminary support for switching to vm86 mode with proper
4208 * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
4209 Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
4211 * dlls/comctl32/toolbar.c:
4212 Chris Morgan <cmorgan@wpi.edu>
4213 Change FIXME("Button size set after button in toolbar\n") in
4214 SetButtonSize() to WARN as quite a few applications are doing this
4215 after adding each button to the toolbar and there is no way we can
4218 * dlls/ddraw/dsurface/dga.c:
4219 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4220 Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
4223 Mike McCormack <mike_mccormack@looksmart.com.au>
4224 - removed redundant functions COMM_Get(Read/Write)Fd
4225 - corrected the name of 16bit functions in comments
4226 - removed unused static variable
4228 * README: Andreas Mohr <a.mohr@mailto.de>
4229 - prefer wineinstall
4230 - mention debugger setup (temporary)
4232 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
4233 Mike McCormack <mike_mccormack@looksmart.com.au>
4234 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
4237 * dlls/comctl32/listview.c:
4238 Stephane Lussier <stephane@macadamian.com>
4239 Sorting items in a listview using LVW_SORTITEMS is only sorting the items
4240 and not the subitems. This patch fix this issue. I've remove the temporary
4241 Sortlist, it was not necessary to create another list, and it was buggy.
4243 2000-09-16 Alexandre Julliard <julliard@winehq.com>
4245 * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
4246 Removed a couple of unused functions in the Callout structure.
4248 * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
4249 Moved Select/RealizePalette implementation to USER and use
4250 pfnSelect/RealizePalette function pointers in GDI.
4251 Make sure the palette handle is valid in GDISelectPalette16 (thanks to
4254 * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
4255 Mike McCormack <mike_mccormack@looksmart.com.au>
4256 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
4258 * dlls/wineps/objects.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/objects.c, graphics/x11drv/objects.c, include/gdi.h, objects/dc.c, objects/gdiobj.c, windows/syscolor.c, dlls/ttydrv/objects.c:
4259 Andreas Mohr <a.mohr@mailto.de>
4260 Added support for non-deletable system brushes and pens created by
4263 * dlls/winsock/socket.c:
4264 John Gilmore <gnu@toad.com>
4265 Cleaned it up so that code paths which have unsupported WS_SO values
4266 never actually pass them to Unix system calls.
4268 * dlls/kernel/kernel32.spec, memory/virtual.c:
4269 Andreas Mohr <a.mohr@mailto.de>
4270 Added VirtualAllocEx.
4272 * include/winbase.h:
4273 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4274 Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
4276 * dlls/comctl32/tab.c:
4277 Andreas Mohr <a.mohr@mailto.de>
4278 Fixed tab control to use HTTRANSPARENT when mouse hits client area,
4279 but not tab control buttons.
4281 * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
4282 Silence some bogus error message.
4284 * include/winsock.h:
4285 Jeremy White <jwhite@codeweavers.com>
4286 Adjusted to allow MFC compilation; prevent definition of struct fd_set
4287 which conflicts with the fd_set typedef.
4289 * include/winuser.h:
4290 Jeremy White <jwhite@codeweavers.com>
4291 Added PWNDCLASS definition.
4293 * dlls/comctl32/listview.c:
4294 Stephane Lussier <stephane@macadamian.com>
4295 Allow having a transparent background text color for the listview.
4298 Dimitrie O. Paun <dimi@cs.toronto.edu>
4299 Use the system local time if lpTime=NULL.
4301 2000-09-13 Alexandre Julliard <julliard@winehq.com>
4303 * dlls/kernel/thunk.c:
4304 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
4305 Update ESP correctly on return from flat thunk routines.
4307 * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
4308 Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
4309 Modified CallTo16Register routines to update register context after
4310 call returns. Callers adapted.
4312 * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
4313 Huw D M Davies <hdavies@codeweavers.com>
4314 Add some Str* prototypes to shlwapi.h.
4316 * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
4317 Chris Morgan <cmorgan@wpi.edu>
4318 Merged main Wine changes into Corel's treeview control rewritten by
4319 Serge Ivanov and Andrew Lewycky. Fixed item focus behavior to match
4320 Windows. Fixed item selection when un/expanding items. Implemented
4321 WM_SETREDRAW. Added Corel's COMCTL32_CreateToolTip() helper function
4324 * windows/painting.c, controls/button.c:
4325 Serge Ivanov <sergei@corel.ca>
4326 (Merged by Marcus Meissner <marcus@jet.franken.de>)
4327 Fixed problem with origin for DST_COMPLEX style.
4328 Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
4330 Added handling of BS_MULTILINE style, label alignment
4331 styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
4332 pushbuttons for now), and BS_PUSHLIKE.
4334 Modified label drawing procedure: now all kinds of buttons
4335 use common BUTTON_DrawLabel function. Actual label drawing is
4336 performed by DrawStateW function.
4338 GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
4340 * dlls/ddraw/ddraw/main.c:
4341 Lionel Ulmer <lionel.ulmer@free.fr>
4342 Upgrade also 15bpp to 16bpp surfaces.
4344 2000-09-12 Alexandre Julliard <julliard@winehq.com>
4347 James Hatheway <james@macadamian.com>
4348 KDE 1.x has problems with using XShapeCombineMask when there was no
4351 * controls/scroll.c:
4352 Gerard Patel <g.patel@wanadoo.fr>
4353 SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
4356 * include/wine/unicode.h:
4357 Added missing __volatile__.
4359 * dlls/ddraw/ddraw/x11.c, dlls/gdi/gdi.spec, files/file.c, misc/main.c, scheduler/process.c, windows/message.c, controls/button.c, debugger/break.c, debugger/winedbg.c, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c:
4360 Andreas Mohr <a.mohr@mailto.de>
4361 - fixes debugger output
4362 - get rid of wrong comments
4364 - .spec spelling fix
4365 - improve warning message
4367 * dlls/kernel/kernel32.spec, win32/time.c:
4368 Andreas Mohr <a.mohr@mailto.de>
4369 "implemented" GetSystemTimeAdjustment.
4372 Huw D M Davies <hdavies@codeweavers.com>
4373 Don't try to delete a wndclass background brush if it's a COLOR_*
4376 * windows/nonclient.c:
4377 Mike McCormack <mike_mccormack@looksmart.com.au>
4378 Make sure NC_HandleNCCalcSize returns a valid rectangle.
4379 Painting fails if the rectangle is invalid.
4381 * dlls/comctl32/listview.c:
4382 Chris Morgan <cmorgan@wpi.edu>
4383 Hide the vertical scrollbar when listview style is LVS_LIST.
4385 * include/winuser.h:
4386 Jeremy White <jwhite@codeweavers.com>
4389 * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
4390 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4391 Use tpXXX instead of tbXXX in tagTHREADENTRY32.
4393 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
4394 Lionel Ulmer <lionel.ulmer@free.fr>
4395 Fixed DGA / DGA 2 palette creation.
4397 * graphics/x11drv/text.c:
4398 Gerard Patel <g.patel@wanadoo.fr>
4399 Fix a memory leak in X11DRV_GetTextExtentPoint.
4401 ----------------------------------------------------------------
4402 2000-09-10 Alexandre Julliard <julliard@winehq.com>
4404 * scheduler/client.c:
4405 Added WINESERVER environment variable to allow overriding the normal
4406 server search sequence.
4408 * files/directory.c:
4409 Removed chdir("/") until we have proper Unix cwd management.
4411 * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
4412 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
4414 * loader/ne/module.c:
4415 Andreas Mohr <a.mohr@mailto.de>
4416 Fixed NE_LoadExeHeader error handling.
4419 Eric Pouech <Eric.Pouech@wanadoo.fr>
4420 Fixed loader - broken search for already loaded modules.
4423 Eric Pouech <Eric.Pouech@wanadoo.fr>
4424 Fixed fallback code for StretchBlt on RLE DIBs with gaps.
4426 2000-09-09 Alexandre Julliard <julliard@winehq.com>
4428 * documentation/fonts.sgml:
4429 Marcus Meissner <marcus@jet.franken.de>
4430 Fixed bdftopcf command.
4432 * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
4433 Eric Pouech <Eric.Pouech@wanadoo.fr>
4434 Added *Filter* functions.
4437 * dlls/comctl32/tab.c:
4438 Marcus Meissner <marcus@jet.franken.de>
4439 Implemented TCM_GETROWCOUNT.
4441 * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
4442 Francois Gouget <fgouget@codeweavers.com>
4443 Added the missing library dependencies.
4445 * include/Makefile.in, include/cguid.h:
4446 Peter Hunnisett <hunnise@nortelnetworks.com>
4450 Lionel Ulmer <lionel.ulmer@free.fr>
4451 Do not support DGA when DirectVideo not present.
4454 Dmitry Timoshkov <dmitry@sloboda.ru>
4455 Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
4457 * controls/listbox.c:
4458 Mike McCormack <mike_mccormack@looksmart.com.au>
4459 Avoid divide by zero when listbox set to zero height.
4462 Dmitry Timoshkov <dmitry@sloboda.ru>
4463 Simplify a bit MDI child window creation.
4466 Dmitry Timoshkov <dmitry@sloboda.ru>
4467 GetMenu might be used to get child window id.
4469 2000-09-07 Alexandre Julliard <julliard@winehq.com>
4471 * windows/x11drv/keyboard.c:
4472 Giovanni Pancotti <giovanni.pancotti@cedecra.it>
4473 Italian keyboard fixes.
4475 * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
4476 DOSFS_MatchLong ignored several things about file mask matching for
4479 * include/wine/unicode.h:
4480 Erik Hofman <erik.hofman@a1.nl>
4481 Added missing const to external tables definitions.
4483 * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
4484 Mike McCormack <mike_mccormack@looksmart.com.au>
4485 Added serial port object to the server.
4487 * dlls/comctl32/tooltips.c:
4488 Francois Jacques <francoisj@macadamian.com>
4489 - Make sure tooltips are hidden before deleting them.
4490 - Glitch happened while moving from a tooltip to another (fixed).
4492 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
4493 Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
4495 * graphics/x11drv/codepage.c:
4496 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4497 Added support for cp949.
4499 2000-09-06 Alexandre Julliard <julliard@winehq.com>
4501 * memory/atom.c: Fixed cut&paste typo.
4503 * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
4504 Lionel Ulmer <lionel.ulmer@free.fr>
4505 Added possibility to use XVideo.
4507 * dlls/comctl32/listview.c, include/commctrl.h:
4508 Aric Stewart <aric@codeweavers.com>
4509 Implemented both customdraw message sending and handling (based off
4510 the treeview method) as well as LVS_OWNERDRAWFIXED.
4512 * dlls/comctl32/comctl32undoc.c:
4513 Mike McCormack <mike_mccormack@looksmart.com.au>
4514 Fixed a bug (incorrect size in memmove) that I introduced with an
4515 earlier patch. Tested with wordview.
4517 * tools/wineinstall:
4518 Phil Cole <ukpgc@p.cole.easynet.co.uk>
4519 Added two directories to default non-windows install.
4521 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
4522 Andreas Mohr <a.mohr@mailto.de>
4523 Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
4524 Better error messages.
4526 * dlls/shell32/systray.c:
4527 James Hatheway <james@macadamian.com>
4528 Systray should keep a copy of its icons.
4530 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
4531 Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
4532 (thanks to Berend Ozceri for finding the problem).
4534 * windows/mdi.c: Serge Ivanov
4535 Delay destroying menu entry until all messages are sent.
4537 2000-09-04 Alexandre Julliard <julliard@winehq.com>
4540 Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
4542 * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
4543 Patrik Stridvall <ps@leissner.se>
4544 Fixed some issues found by winapi_check.
4546 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
4547 Patrik Stridvall <ps@leissner.se>
4548 Minor API files update.
4550 * graphics/x11drv/xfont.c:
4551 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4552 Add jisx0212 encoding.
4553 Remove FIXMEs for implemented DBCS handling.
4555 * windows/x11drv/keyboard.c:
4556 Mike McCormack <mike_mccormack@looksmart.com.au>
4557 Added missing comma.
4559 * dlls/comctl32/comctl32undoc.c:
4560 Mike McCormack <mike_mccormack@looksmart.com.au>
4561 Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
4563 2000-09-02 Alexandre Julliard <julliard@winehq.com>
4566 Marcus Meissner <marcus@jet.franken.de>
4567 Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
4569 * scheduler/process.c:
4570 Andreas Mohr <a.mohr@mailto.de>
4571 Avoid crash on empty command-line.
4574 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4575 Added two missing casts.
4577 * dlls/comctl32/animate.c:
4578 Jean-Claude Batista <jcb@macadamian.com>
4579 Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
4581 2000-09-01 Alexandre Julliard <julliard@winehq.com>
4583 * if1632/builtin.c, relay32/builtin32.c:
4584 Avoid buffer overflows in builtin dll loading (with the help of Dmitry
4587 * windows/mdi.c: Henning Hoffmann
4588 Augment menu when a mdi window starts maximized.
4590 * windows/mdi.c: Francis Beaudet
4591 MDI Patch which fixes problems in PR, QP, WP and Paradox.
4593 * dlls/dsound/dsound_main.c:
4594 James Abbatiello <abbeyj@wpi.edu>
4595 Don't use copies of critical sections made by memcpy()
4596 Added missing WINAPIs
4598 * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
4599 James Abbatiello <abbeyj@wpi.edu>
4600 Fix for debugger disassembly being off by one byte after using nexti
4601 on a "call" instruction.
4603 * dlls/winsock/socket.c:
4604 Stephane Lussier <stephane@macadamian.com>
4605 When checking the socket return by the server request, we should do a
4608 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
4609 James Hatheway <james@macadamian.com>
4610 Implemented CoGetPSClsid().
4612 2000-08-31 Alexandre Julliard <julliard@winehq.com>
4615 Phil Cole <ukpgc@p.cole.easynet.co.uk>
4616 The Path variable in the created .winerc must be in dos format.
4618 * tools/wineinstall:
4619 Phil Cole <ukpgc@p.cole.easynet.co.uk>
4622 * dlls/commdlg/filedlg95.c:
4623 Andreas Mohr <a.mohr@mailto.de>
4624 Fixed a string buffer overflow.
4626 * dlls/comctl32/animate.c:
4627 Jean-Claude Batista <jcb@macadamian.com>
4628 - improved ACS_TRANSPARENT and ACS_CENTER support
4629 - added RLE8 incremental decompression
4630 - each animation is now controlled by its own Windows thread
4631 - added use of Critical Sections in the WM_PAINT handler.
4634 Marcus Meissner <Marcus.Meissner@caldera.de>
4635 Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
4638 * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
4639 Converted a lot of server requests to the new exception handling
4642 2000-08-30 Alexandre Julliard <julliard@winehq.com>
4644 * dlls/ddraw/dsurface/x11.c:
4645 Fixed non-OpenGL compile.
4647 * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.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, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
4648 Added exception handling wrapper to a number of server requests.
4649 Changed a few requests to use the new vararg mechanism.
4651 2000-08-29 Alexandre Julliard <julliard@winehq.com>
4653 * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
4654 Andreas Mohr <a.mohr@mailto.de>
4655 Fixed verbose CD-ROM serial number warnings and some spelling errors.
4657 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
4658 Peter Hunnisett <hunnise@nortelnetworks.com>
4659 Newbie friendly error message for 3D creation failure.
4661 * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
4662 Peter Hunnisett <hunnise@nortelnetworks.com>
4663 - More implementation
4664 - Should be able to enumerate sessions anywhere with at least tcp/ip
4666 * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
4667 Added the data structures and macros that will be needed to support
4668 reentrant server requests.
4670 * windows/message.c, windows/queue.c, windows/input.c:
4671 Andreas Mohr <a.mohr@mailto.de>
4672 - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
4673 - fix a crash in QUEUE_RemoveSMSG()
4674 - convert some queue WARN() to ERR()
4677 * controls/listbox.c, dlls/comctl32/listview.c:
4678 Andreas Mohr <a.mohr@mailto.de>
4679 Always call LISTVIEW_SetSelection() for an item, even if that item
4680 has been selected before, in order to let other items get erased.
4682 * graphics/x11drv/text.c:
4683 Albert den Haan <albertd@corel.com>
4684 Convert the Unicode Character id to a glyph id in
4685 X11DRV_GetTextExtentPoint.
4687 * graphics/x11drv/xfont.c:
4688 Albert den Haan <albertd@corel.com>
4689 - enhanced reporting of unsupported X font encodings
4690 - added -cp-*- data to font encoding lookup structures
4692 2000-08-28 Alexandre Julliard <julliard@winehq.com>
4694 * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
4695 Peter Ganten <peter@ganten.org>
4696 - Always store the full path name of 32bit modules in WINE_MODREF
4697 - Add the possibility to use path names with the --dll command line
4699 - Add the possibility to use the --dll command line option several
4701 - Note: The colon-sign is now exchanged with the plus-sign, as it is
4702 part of dos path names.
4704 * tools/wineinstall:
4705 Andreas Mohr <a.mohr@mailto.de>
4706 Added a wine rpm uninstall section to wineinstall.
4708 * windows/nonclient.c:
4709 Francois Methot <francoism@macadamian.com>
4710 Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
4712 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
4713 Lionel Ulmer <lionel.ulmer@free.fr>
4714 - added ARGB 1555 format
4715 - fixed refcount problem for Add/DeleteAttachedSurface
4717 * server/registry.c:
4718 Albert den Haan <albertd@corel.com>
4719 Fixed typo in HKEY_CURRENT_CONFIG name.
4721 * dlls/kernel/messages/winerr_enu.mc:
4722 Dmitry Timoshkov <dmitry@sloboda.ru>
4723 Add missing message to winerr_enu.mc.
4725 * dlls/kernel/wowthunk.c:
4726 James Abbatiello <abbeyj@wpi.edu>
4727 Increase number of supported args for WOW_CallProc32W16 from 11 to 13
4728 (for CreateService).
4730 * dlls/kernel/wprocs.spec, msdos/vxd.c:
4731 James Abbatiello <abbeyj@wpi.edu>
4732 Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
4734 2000-08-26 Alexandre Julliard <julliard@winehq.com>
4736 * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
4737 Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
4739 * dlls/ntdll/reg.c, include/ntddk.h:
4740 Simplified root key handling now that the server supports a real root
4741 key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
4743 * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
4744 Fixed debugstr_as/us prototypes.
4746 * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
4747 Andreas Mohr <a.mohr@mailto.de>
4748 - made the MIDI sequencer error message much better for confused users
4749 to be found on #WineHQ
4750 - use strerror instead of errno at important places
4751 - got rid of HAVE_STRERROR macro
4752 - removed some #include:s (hopefully I didn't break anything)
4754 * dlls/comctl32/imagelist.c:
4755 Andreas Mohr <a.mohr@mailto.de>
4756 Replaced cCurImage by cMaxImage.
4758 * dlls/comctl32/propsheet.c:
4759 Andreas Mohr <a.mohr@mailto.de>
4760 "Fixed" horribly misaligned pages in property sheets of apparently
4761 newer InstallShields.
4763 * dlls/wineps/init.c:
4764 Dmitry Timoshkov <dmitry@sloboda.ru>
4765 Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
4766 "WINEPS.DRV" to allow an easy configuring for users.
4768 * graphics/x11drv/codepage.c:
4769 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4770 implements DrawText for cp932.
4772 * dlls/user/ddeml.c:
4773 Andreas Mohr <a.mohr@mailto.de>
4774 Don't make DDEML mutexes global any more.
4776 * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
4777 Added a real root key and simplified creation of the HKEY_* special root keys.
4778 Do not prefix all keys with the name of the top key when saving to a file.
4779 Try to load $WINEPREFIX/config into the Wine config branch at startup.
4781 * 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/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
4782 Eric Pouech <Eric.Pouech@wanadoo.fr>
4783 Implemented most of '*Format*' API.
4784 Improved internal object and messages handling.
4785 Started some '*Filter*' functions.
4786 Fixed standard headers for Winelib.
4789 2000-08-25 Alexandre Julliard <julliard@winehq.com>
4791 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
4792 Fixed Rtl* string functions for proper MBCS/codepage support. Added a
4795 * dlls/kernel/kernel_main.c, scheduler/process.c:
4796 Moved TASK_Create call to KERNEL initialisation routine.
4797 Clear last error code before calling main entry point (reported by
4800 * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
4801 Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
4804 * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, 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, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
4805 Peter Hunnisett <hunnise@nortelnetworks.com>
4806 - Implemented loading and initialization of service providers
4807 - Created service provider COM object
4808 - Lots of dplay/dplobby implementation/fixes
4809 - Clean up of ole/guid.c
4811 * objects/dc.c: Backed out font codepage change.
4813 * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
4814 Andreas Mohr <a.mohr@mailto.de>
4815 Minor cosmetic changes.
4817 * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
4818 Cleanup and speedup of init code.
4821 Gerard Patel <g.patel@wanadoo.fr>
4822 Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
4825 * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
4826 Backed out font codepage change.
4828 * dlls/ddraw/helper.c:
4829 Lionel Ulmer <lionel.ulmer@free.fr>
4830 Fixed the displaying of the FOURCC codes in _dump_pixelformat.
4832 * dlls/winmm/wineoss/audio.c:
4833 Eric Pouech <Eric.Pouech@wanadoo.fr>
4834 Fixed recording format settings (16 bit was broken) and reentrancy
4837 * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
4838 Eric Pouech <Eric.Pouech@wanadoo.fr>
4839 Improved a bit the folder browsing implementation.
4841 * include/winbase.h:
4842 Matthew Lake <MasterR_L@yahoo.com>
4845 * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
4846 Bertho Stultiens <bertho@akhphd.au.dk>
4847 Fixed a LALR(2) problem while scanning usertype resources which had
4848 identifiers for both name and type.
4851 Marcus Meissner <Marcus.Meissner@caldera.de>
4852 Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
4855 * dlls/ddraw/ddraw/main.c:
4856 Lionel Ulmer <lionel.ulmer@free.fr>
4857 Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
4860 Andreas Mohr <a.mohr@mailto.de>
4861 GetObjectA: unlock the object again even in case of failure.
4863 2000-08-23 Alexandre Julliard <julliard@winehq.com>
4865 * include/wine/exception.h:
4866 Fixed finally handler name.
4869 Fixed RegisterClass last error code on atom creation failure.
4871 * graphics/x11drv/xfont.c:
4872 Cleaned up major ugliness in __lfCheckSum.
4874 * dlls/comctl32/listview.c:
4875 Susan Farley <sfarley@codeweavers.com>
4876 Large caption icons should end in '...' when they are abbreviated.
4878 * dlls/comctl32/animate.c:
4879 Francois Methot <francoism@macadamian.com>
4880 For the transparency issue, implemented a switch-case for the bitcount
4881 (bit per pixel) of the animation files.
4883 * dlls/comctl32/trackbar.c:
4884 Aric Stewart <aric@codeweavers.com>
4885 Wine was not drawing trackbars with minimum ranges of more than 0
4888 2000-08-22 Alexandre Julliard <julliard@winehq.com>
4890 * dlls/oleaut32/typelib.c:
4891 Francois Jacques <francoisj@macadamian.com>
4892 - removed unnecessary recursion
4893 - upon query failure on main primary lcid and secondary lcid,
4894 attempts a query on system lcid (0)
4896 * dlls/wininet/internet.c, if1632/snoop.c:
4897 Marcus Meissner <marcus@jet.franken.de>
4898 Fixed some warnings.
4901 James Abbatiello <abbeyj@wpi.edu>
4902 Fixes for reading latched values with ports 0x40-0x43.
4904 * dlls/ddraw/dsurface/main.c:
4905 James Abbatiello <abbeyj@wpi.edu>
4906 Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
4907 surface with no attached surfaces.
4909 * dlls/kernel/format_msg.c:
4910 James Abbatiello <abbeyj@wpi.edu>
4911 Allow FormatMessage to load Unicode string resources.
4913 * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
4914 Added APC support in waitable timers.
4916 * graphics/bitblt.c, graphics/x11drv/bitblt.c:
4917 Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
4920 2000-08-21 Alexandre Julliard <julliard@winehq.com>
4922 * ANNOUNCE, ChangeLog, include/version.h:
4925 ----------------------------------------------------------------
4926 2000-08-21 Alexandre Julliard <julliard@winehq.com>
4928 * include/winbase.h, scheduler/process.c:
4929 Andreas Mohr <a.mohr@mailto.de>
4930 - don't return FALSE for system process changes
4931 - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
4933 * dlls/comctl32/listview.c:
4934 Aric Stewart <aric@codeweavers.com>
4935 Beginning of some simple optimization of the listview
4936 drawing. Specifically it reduces flicker when selection changes.
4938 * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
4939 Transform every ERR() to WARN() in MakeProcInstance.
4941 * dlls/kernel/kernel_main.c:
4942 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4943 Call WriteOutProfiles16 to make sure that last profile gets written.
4945 * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
4946 Gerard Patel <g.patel@wanadoo.fr>
4947 Disable the owner of a modal dialog box just before creating the
4951 Marcus Meissner <marcus@jet.franken.de>
4952 (from IBM TopPage patch) return correct error for already existing
4955 * windows/winproc.c:
4956 Gerard Patel <g.patel@wanadoo.fr>
4957 Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
4960 Gerard Patel <g.patel@wanadoo.fr>
4961 Enables showing of hidden windows when the app ask *only* to maximize it.
4963 2000-08-20 Alexandre Julliard <julliard@winehq.com>
4965 * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
4966 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4967 Handle the codepage of fonts if supported by the graphics driver.
4969 * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
4970 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4971 Added internal charsets for supporting DBCS charsets.
4974 Fixed GDI locking in GetDeviceCaps.
4976 * dlls/shell32/systray.c:
4977 Kai Morich <mail@kai-morich.de>
4978 Fixed bug in repeatedly iconisation, code cleanup.
4980 * graphics/x11drv/init.c:
4981 Marcus Meissner <marcus@jet.franken.de>
4982 Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
4985 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
4986 Chris Morgan <cmorgan@wpi.edu>
4987 Implemented DuplicateIcon().
4989 * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
4990 Stubbed INT 15 function 84h.
4992 * include/win.h, windows/win.c, windows/x11drv/event.c:
4993 Louis Philippe Gagnon <louisphilippe@macadamian.com>
4994 - Separate application calls to ShowOwnedPopups from Wine calls (in
4995 EVENT_MapNotify) by introducing an internal function.
4996 - Fix ShowOwnedPopups so it sends messages with the same parameters as
4999 * dlls/comctl32/treeview.c:
5000 Chris Morgan <cmorgan@wpi.edu>
5001 Removed direct calls to TREEVIEW_Refresh().
5003 * objects/enhmetafile.c:
5004 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5005 Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
5008 * include/main.h, misc/main.c, ole/ole2nls.c:
5009 Dmitry Timoshkov <dmitry@sloboda.ru>
5010 Added new language detection scheme that uses NLS data base instead of
5013 * loader/pe_resource.c:
5014 Dusan Lacko <dlacko@codeweavers.com>
5015 Pass the type/name as a C string instead of an
5016 IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
5018 2000-08-19 Alexandre Julliard <julliard@winehq.com>
5020 * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.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/xfont.c, include/dc.h, include/gdi.h:
5021 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5022 Albert den Haan <albertd@corel.com>
5023 Added syslevel locking for GDI operations.
5024 Propagate the changes through the graphics code.
5027 Ed Snow <ed_snow@ttmengineering.com>
5028 Corrected serial number generation for CD's with 1 or 2 tracks.
5030 2000-08-18 Alexandre Julliard <julliard@winehq.com>
5032 * misc/cdrom.c, files/dos_fs.c:
5033 Stefan Leichter <Stefan.Leichter@camline.com>
5034 Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
5035 Device entry for drive in wine.conf).
5037 * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
5038 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5039 Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
5041 * dlls/comctl32/status.c:
5042 Marcus Meissner <Marcus.Meissner@caldera.de>
5043 Fixed STATUS_GetTextW in regard to NULL pointers.
5045 * graphics/win16drv/prtdrv.c:
5046 Dmitry Timoshkov <dmitry@sloboda.ru>
5047 Append .DRV to name only if no extension present.
5050 Dmitry Timoshkov <dmitry@sloboda.ru>
5051 Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
5053 * dlls/winmm/wineoss/mixer.c:
5054 Ed Snow <ed_snow@ttmengineering.com>
5055 Clean out the hack on BASS/TREBLE and suppress them in the mask as was
5056 recommended oh so long ago.
5058 * dlls/comctl32/toolbar.c:
5059 Chris Morgan <cmorgan@wpi.edu>
5060 - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
5061 determine whether we need to call InvalidateRect() with bErase of TRUE or
5062 FALSE. Reduces background erases in non-text toolbars by 80-85%.
5063 - Fixed button state not being updated properly when LBUTTONDOWN and cursor
5065 - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
5066 with a source code comment.
5067 - Removed unecessary call to TOOLBAR_CalcToolbar() in
5068 TOOLBAR_GetItemRect(). Optimized TOOLBAR_CalcStrings(). Fixes very
5069 slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
5071 - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
5073 * scheduler/synchro.c:
5074 Mike McCormack <mike_mccormack@looksmart.com.au>
5075 Save GET_APCS data before calling any asynchronous procedure calls, in
5076 case the server is called during the APC.
5078 * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
5079 Gerard Patel <g.patel@wanadoo.fr>
5080 Turns the handling to pure 16 bits, remove references to dialog.h.
5082 * dlls/winspool/info.c:
5083 Albert den Haan <albertd@corel.com>
5084 Remove unused critical section global variable PRINT32_RegistryBlocker.
5086 * dlls/commdlg/filedlg.c:
5087 Gerard Patel <g.patel@wanadoo.fr>
5088 Avoids changing 2 levels when clicking .. in the directory list.
5090 * dlls/kernel/kernel32.spec, win32/console.c:
5091 Chris Morgan <cmorgan@wpi.edu>
5092 Stubbed SetConsoleInputExeNameA/W.
5094 * dlls/comctl32/status.c:
5095 Gerard Patel <g.patel@wanadoo.fr>
5096 WM_GETFONT should return a real font handle instead of NULL.
5098 2000-08-16 Alexandre Julliard <julliard@winehq.com>
5100 * loader/pe_image.c:
5101 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
5102 WATCOM compiled programs leave VirtualSize to zero which triggers the
5103 virus check. Use SizeOfRawData instead.
5105 * dlls/comctl32/animate.c:
5106 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
5107 Implemented ACS_CENTER for animation controls.
5109 * loader/pe_image.c:
5110 Avoid going past the end of the relocation section. Skip sanity checks
5111 for empty relocation blocks.
5113 * dlls/comctl32/animate.c:
5114 Francois Methot <francoism@macadamian.com>
5115 Implemented background transparency on animation control for avi
5116 composed of 8 bpp(or less) image. I added support for 8 bpp or more,
5117 but it has not been tested.
5119 * dlls/ole32/ole2.c:
5120 Louis Philippe Gagnon <louisphilippe@macadamian.com>
5121 While dragging, catch keyboard messages between WM_KEYFIRST and
5122 WM_KEYLAST, not just WM_KEYFIRST.
5124 * dlls/kernel/wowthunk.c:
5125 Peter Ganten <peter@ganten.org>
5126 If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
5127 anyway, since it might be a builtin module.
5129 * dlls/shell32/shell32_main.c:
5130 Marcus Meissner <marcus@jet.franken.de>
5131 Missed the first character of every argument in CommandLineToArgv.
5133 * dlls/winspool/info.c:
5134 Gerard Patel <g.patel@wanadoo.fr>
5135 Add an error message if devmode structure in registry is invalid;
5136 attempt to provide plausible values.
5138 2000-08-15 Alexandre Julliard <julliard@winehq.com>
5140 * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
5141 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5142 Fixed for DBCS(cp932/cp949) codepage conversion.
5143 Implemented cp932 handling partly(but still incomplete).
5144 Added supporting multiple fonts for DBCS handling.
5146 * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
5147 Eric Pouech <Eric.Pouech@wanadoo.fr>
5148 Enhanced ELF files lookup for symbolic info.
5151 Eric Pouech <Eric.Pouech@wanadoo.fr>
5152 Fixed regression in break command.
5154 2000-08-14 Alexandre Julliard <julliard@winehq.com>
5156 * dlls/commdlg/filedlg.c:
5157 Gerard Patel <g.patel@wanadoo.fr>
5158 Fix return value to 16 bits for 16 bit hook; remove leading space for
5161 * windows/message.c:
5162 Peter Ganten <peter@ganten.org>
5163 Threads without active or focus window should not receive keyboard
5166 * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
5167 Implemented SEC_IMAGE mappings and shared PE sections (with the help
5170 * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
5171 Moved CharUpper* and CharLower* functions to dlls/user.
5173 * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
5174 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5175 Added support for special treatments (use 2 or more fonts, codepage
5176 conversion, etc...) for DBCS text.
5178 * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
5179 Dmitry Timoshkov <dmitry@sloboda.ru>
5180 Add "FullWindowDrag" feature for not managed windows.
5183 Susan Farley <sfarley@codeweavers.com>
5184 Update the edit box before rolling up the listbox, so the
5185 selection isn't lost.
5187 * libtest/Makefile.in:
5188 Marcus Meissner <marcus@jet.franken.de>
5189 Added missing referenced dlls for libtest.
5191 * dlls/comctl32/listview.c:
5192 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
5193 LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
5194 text in its own buffer.
5196 * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
5197 Cleaned up a few inter-dll dependencies. Added a few imports.
5199 * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
5200 Replaced all lstr* calls from inside Wine code by their str* equivalent.
5203 Replaced global Callbacks structure by appropriate glue code
5204 generation. Removed a few unused entries in the Callout structure.
5206 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
5207 Replaced VERSION_* calls by exported API equivalents.
5209 * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
5210 Replaced global Callbacks structure by appropriate glue code
5211 generation. Removed a few unused entries in the Callout structure.
5214 Gerard Patel <g.patel@wanadoo.fr>
5215 Added load address for the shared memory of BDE (Borland database
5218 * scheduler/client.c:
5219 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5220 Fix for starting server from the current directory.
5222 * graphics/x11drv/xfont.c:
5223 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5224 Added checking for broken font cache.
5225 Added supporting for iso10646 encoding.
5227 2000-08-11 Alexandre Julliard <julliard@winehq.com>
5229 * scheduler/client.c, server/request.c:
5230 Made server startup more robust against races caused by a previous
5231 server terminating at the same time.
5233 * configure, configure.in, tools/c2man.pl:
5234 Mike_McCormack@looksmart.com.au
5235 Created default c2man compatible perl script for generating
5236 documentation, in case c2man isn't installed.
5238 * dlls/comctl32/listview.c:
5239 Aric Stewart <aric@codeweavers.com>
5240 Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
5241 cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
5242 and fixed a problem where sub items where not being properly
5243 associated with their item for virtual list views.
5245 * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
5246 Added Unicode ctype support.
5248 * dlls/comctl32/updown.c, include/commctrl.h:
5249 Moved NM_UPDOWN definition to commctrl.h.
5251 * relay32/relay386.c:
5252 Peter Ganten <peter@ganten.org>
5253 The user driver functions might be called with the window lock held.
5255 * include/module.h, loader/pe_resource.c, loader/resource.c:
5256 Dmitry Timoshkov <dmitry@sloboda.ru>
5257 Make FindResource and FindResourceEx fully windows compatible.
5260 Damyan Ognyanoff <Damyan@rocketmail.com>
5261 Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
5263 * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
5264 Added UTF-8 conversion support.
5266 * windows/x11drv/wnd.c:
5267 Stephane Lussier <stephane@macadamian.com>
5268 Instead of not doing the Z ordering when the application asks to place
5269 the window under a zero-sized window, now the window above the
5270 zero-sized window, is used to do the Z ordering.
5272 * dlls/commdlg/filedlg95.c:
5273 Dmitry Timoshkov <dmitry@sloboda.ru>
5274 Initialize lpstrInitialDir to really bogus value to restore original
5278 Ove Kaaven <ovek@transgaming.com>
5279 Added a few more anonymous union definitions.
5281 * include/guiddef.h:
5282 Ove Kaaven <ovek@transgaming.com>
5283 Fixed C++ operators return value.
5285 * dlls/crtdll/crtdll_main.c:
5286 Ove Kaaven <ovek@arcticnet.no>
5287 Implemented fopen() append mode, and a really cheesy fscanf()
5290 * dlls/shell32/shlfileop.c:
5291 Dmitry Timoshkov <dmitry@sloboda.ru>
5292 1. Make buffer for message large enough to hold very long file names.
5293 2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
5294 implementation specific behaviour.
5295 3. Show actual message to user, not non-formatted one.
5297 2000-08-10 Alexandre Julliard <julliard@winehq.com>
5299 * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
5300 Merged clipboard driver into USER driver.
5301 Moved all ttydrv source files to dlls/ttydrv.
5302 Load functions pointer for the USER driver from the graphics driver
5303 dll with GetProcAddress.
5305 2000-08-09 Alexandre Julliard <julliard@winehq.com>
5307 * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
5308 Removed some unnecessary #includes and dll dependencies.
5310 * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
5311 Make PDB, ENVDB and STARTUPINFO global variables.
5312 Added 'module' field in PDB, and removed Wine-specific fields.
5314 * misc/version.c, scheduler/services.c:
5315 Removed winver and service_table from the PDB and made them static
5318 * include/file.h, loader/dos/dosvm.c, files/file.c:
5319 Removed the DOS handles table from the PDB and made it a static
5322 * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
5323 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
5325 * dlls/oleaut32/typelib.c:
5326 Francois Jacques <francoisj@macadamian.com>
5327 - Avoid null-pointer exceptions by testing listnodes validity before doing
5328 any work with those.
5329 - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
5330 the TLB constructor which initializes TLBContext::length to that
5332 - For non-standard pointed types, td[3] is always 0. I observed that
5333 the type is stored at td[2]/8 and not td[3]/8.
5334 - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
5335 type with no inherited interfaces. If the implemented types linked list
5336 is empty, set pRefType as 0 and return S_OK.
5338 * include/wine/obj_oleaut.h:
5339 James Hatheway <james@macadamian.com>
5340 Fixed typo in the IDispatch_GetTypeInfo macro.
5342 * dlls/comctl32/tooltips.c:
5343 Huw D M Davies <hdavies@codeweavers.com>
5344 Fix some remaining problems with tooltips.
5346 * configure.in, configure:
5347 Marcus Meissner <marcus@jet.franken.de>
5348 Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
5349 fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
5351 * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
5352 Moved a few non-standard headers into their respective dlls.
5354 * include/Makefile.in:
5355 Install all standard Windows includes, plus some from the wine subdir.
5357 * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, 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/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
5358 Removed all non-standard common control headers from the include
5361 * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
5362 Moved struct32.c to windows directory.
5364 2000-08-08 Alexandre Julliard <julliard@winehq.com>
5366 * relay32/builtin32.c:
5367 Make sure builtin dlls are never freed since we don't support dlclose
5370 * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
5371 Small dll interfaces cleanups.
5373 * configure, configure.in, include/wine_gl.h:
5374 Marcus Meissner <marcus@jet.franken.de>
5375 Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
5376 using mesa-3.2 even without glext.h.
5378 * dlls/comctl32/listview.c, include/listview.h:
5379 Aric Stewart <aric@codeweavers.com>
5380 Reworked how selections are kept track of in the list view. Selections
5381 are now listed as a sorted range of paired integers.
5383 * dlls/comctl32/tooltips.c:
5384 Louis Philippe Gagnon <louisphilippe@macadamian.com>
5385 When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
5386 toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
5387 valid window handle).
5389 * documentation/HOWTO-winelib:
5390 Wilbur N. Dale <wilbur.dale@lumin.nl>
5391 Added description of using DLLs with WineLib.
5394 John R. Sheets <jsheets@codeweavers.com>
5395 Converted Wine documentation to SGML format.
5397 2000-08-07 Alexandre Julliard <julliard@winehq.com>
5399 * controls/icontitle.c:
5400 Marcus Meissner <marcus@jet.franken.de>
5401 Initialize 'str' in ICONTITLE_GetTitlePos.
5403 * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
5404 Fixed resource functions to work with 32-bit modules that don't have a
5405 16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
5407 * programs/uninstaller/main.c:
5408 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5409 Add an edit control showing the command line of the currently selected
5413 Huw D M Davies <hdavies@codeweavers.com>
5414 WINPOS_WindowFromPoint should respect hrgnWnd.
5416 * loader/pe_image.c:
5417 Peter Ganten <peter@ganten.org>
5418 Set up exe_modref before loading implicitly linked dlls.
5420 * dlls/kernel/format_msg.c:
5421 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5422 Prevent endless looping in linebreak handling.
5424 * dlls/ddraw/ddraw/x11.c:
5425 Marcus Meissner <marcus@jet.franken.de>
5426 If we are looking for an existing pixmap format, we do not need the
5427 same bitsperpixel (fixes depth 15/bitspixel 16 mode).
5430 Ove Kaaven <ovek@transgaming.com>
5431 Added a few DirectInput 7 definitions and C++ fixes.
5433 * dlls/kernel/wowthunk.c:
5434 Peter Ganten <peter@ganten.org>
5435 LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
5437 * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
5438 Marcus Meissner <marcus@jet.franken.de>
5439 Removed local variable shadows warnings.
5441 * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
5442 - Fixed resource functions to work directly from the HMODULE instead of
5444 - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
5445 Eric Pouech and Dusan Lacko).
5446 - Simplified modref structure and handling.
5448 * include/wine/obj_base.h:
5449 Ove Kaaven <ovek@transgaming.com>
5450 Protect the prototypes in here from C++ name mangling...
5452 * dlls/version/install.c:
5453 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5454 VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
5457 Marcus Meissner <marcus@jet.franken.de>
5458 inline must be first attribute in function definition.
5461 Marcus Meissner <marcus@jet.franken.de>
5464 * graphics/x11drv/dib.c:
5465 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5466 X11DRV_DIB_SetImageBits_RLE8: break image lines.
5468 2000-08-06 Alexandre Julliard <julliard@winehq.com>
5470 * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
5471 Added imports of kernel32.dll where necessary.
5473 * Makefile.in, dlls/user/Makefile.in:
5474 Link USER resources into libuser.so.
5477 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5478 Fix for calling ctype functions with Unicode characters.
5480 * dlls/comctl32/toolbar.c:
5481 Chris Morgan <cmorgan@wpi.edu>
5482 Converted all calls to RedrawWindow to InvalidateRect. Previously
5483 RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
5484 immediate WM_PAINT message. Moving to InvalidateRect should let
5485 WM_PAINTs occur normally.
5487 * controls/listbox.c:
5488 Susan Farley <sfarley@codeweavers.com>
5489 Avoid resetting the background color when clearing out blank areas, as
5490 it may have been set to something other than COLOR_WINDOW by the
5493 * windows/x11drv/wnd.c:
5494 Stephane Lussier <stephane@macadamian.com>
5495 Top level windows with 0 width or height are created with a size of 1x1 in
5496 the X11 driver. I've added some code to make sure those windows are never
5497 mapped while the size <= 0.
5499 * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
5500 Moved most USER string functions to dlls/user.
5501 Cleaned up a few more inter-dll dependencies.
5503 * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
5504 Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
5507 2000-08-04 Alexandre Julliard <julliard@winehq.com>
5509 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
5510 Patrik Stridvall <ps@leissner.se>
5511 - Warn about directories specified in modules.dat that are not used.
5512 - Eliminated the warnings caused by the change above.
5513 - Minor API files update.
5516 * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
5517 Patrik Stridvall <ps@leissner.se>
5518 Fixed issues found by winapi_check.
5520 * debugger/stack.c, dlls/comctl32/listview.c:
5521 Patrik Stridvall <ps@leissner.se>
5522 Fixed some warnings.
5524 * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
5525 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5526 Added a few missing imports.
5528 * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
5529 Moved a bunch of functions out of libwine/kernel/gdi into USER.
5531 * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
5532 Removed a few dependencies on GDI internals from USER dll.
5534 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
5535 Added a few missing imports.
5537 2000-08-03 Alexandre Julliard <julliard@winehq.com>
5539 * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
5540 Make USER and GDI separate dlls.
5542 * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
5543 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5544 Fixed the Win16/Win32 structure size/alignment differences of
5545 ws_hostent, ws_protoent, ws_servent, ws_netent.
5547 * dlls/comctl32/tooltips.c, include/tooltips.h:
5548 Huw D M Davies <h.davies@codeweavers.com>
5549 Redo the show/hide logic and add a comment to explain what's going on.
5550 Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
5551 Fix handling of TTDT_AUTOMATIC.
5552 Relayed mouse messages should extract the position from lParam not
5554 SubclassProc now unified with TTM_RELAYEVENT.
5555 Change all lstrcpyxtox to use win32 APIs.
5557 * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
5558 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5559 Changed the AFM metrics structure to use an array instead of a linked
5560 list. This avoids doing two heap allocations for every character, and
5561 reduces the metrics parsing time by approx 25%.
5563 * dlls/wininet/http.c:
5564 John R. Sheets <jsheets@codeweavers.com>
5565 Added "Mime-Version" to standard MIME headers parsed in
5566 HTTP_GetStdHeaderIndex().
5568 * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
5569 Juergen Schmied <juergen.schmied@debitel.net>
5570 Implemented the ErrorInfo interfaces.
5572 * dlls/kernel/Makefile.in:
5573 Added explicit dependency on message files for people who don't run
5576 * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
5577 Moved GUID definitions to their respective dll.
5579 * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
5580 Fixed IShellLinkA/W definitions.
5582 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.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, include/wtypes.h:
5583 Added guiddef.h and moved a few GUID definitions to the correct file.
5585 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
5586 Fixed IsEqualGUID definition.
5588 * include/winnls.h, ole/ole2nls.c:
5589 Dmitry Timoshkov <dmitry@sloboda.ru>
5590 LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
5591 the registry. Instead, use system default values.
5593 * dlls/comctl32/listview.c:
5594 Aric Stewart <aric@codeweavers.com>
5595 - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
5596 - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
5597 if there is only one column.
5598 - Corrected a bug I introduced with an earlier patch which caused
5599 problems with multiple selections.
5601 * dlls/ddraw/convert.c:
5602 Marcus Meissner <marcus@jet.franken.de>
5603 One of the 24/32 convert color masks was wrong.
5605 * dlls/user/user32.spec:
5606 Marcus Meissner <marcus@jet.franken.de>
5607 GetPropA/W have string args.
5609 * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
5610 Added imports of user32/gdi32/kernel32 wherever necessary.
5612 2000-08-01 Alexandre Julliard <julliard@winehq.com>
5614 * include/version.h, ANNOUNCE, ChangeLog:
5617 ----------------------------------------------------------------
5618 2000-08-01 Alexandre Julliard <julliard@winehq.com>
5620 * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
5621 Jeremy White <jwhite@codeweavers.com>
5622 Added WM_TCARD and DWORDLONG.
5624 * dlls/kernel/format_msg.c, tools/wmc/write.c:
5625 Marcus Meissner <marcus@jet.franken.de>
5626 PE_MESSAGE_HEADER.Length contains the header itself too.
5628 * memory/virtual.c: Peter Ganten <peter@ganten.org>
5629 Committing a page of a shared mapping in one process lets it appear
5630 committed in other processes, too. To fake this, we commit them as
5631 soon as they are mapped.
5633 * include/winnt.h, memory/heap.c:
5634 Peter Ganten <peter@ganten.org>
5635 Moved Wine private heap creation flags to other values.
5636 Return system heap when a shared heap is requested.
5638 * files/directory.c:
5639 Only set COMSPEC if not defined already.
5641 * dlls/commdlg/filedlg.c, include/wine/unicode.h:
5642 Gerard Patel <g.patel@wanadoo.fr>
5643 Changed the win31 style file dialog to 32 bits structures and
5646 * dlls/comctl32/treeview.c: Serge Ivanov
5648 Improved drawing of item text, added SHOWSELALWAYS capability.
5650 * dlls/comctl32/listview.c:
5651 Matthew Lake <MasterR_L@yahoo.com>
5652 Fixed a segfault problem using the standard file open dialog box.
5654 * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
5655 Moved MulDiv() and VGA routines out of GDI.
5657 * 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:
5658 Dave Pickles <davep@cyw.uklinux.net>
5659 Added support for ERRORLEVEL.
5660 Most errors reported via FormatMessage().
5661 COPY command now works correctly if output specifier is a directory.
5663 * dlls/comctl32/treeview.c:
5664 Susan Farley <sfarley@codeweavers.com>
5665 More consistent calculation of line height, scrolls a full item on
5668 * dlls/comctl32/listview.c, include/listview.h:
5669 Aric Stewart <aric@codeweavers.com>
5670 Fixed a few bugs including one with setting extended styles and
5672 Implemented the LVS_EX_FULLROWSELECT extended style.
5673 Begin an implementation of virtual list views (LVS_OWNERDATA style
5677 Marcus Meissner <marcus@jet.franken.de>
5678 Removed unnecessary X11 includes from ddraw.h.
5680 * loader/module.c: Peter Ganten <peter@ganten.org>
5681 WinExec16 should not split quoted filenames with spaces.
5683 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
5684 Aric Stewart <aric@codeweavers.com>
5685 Implemented InternetCheckConnectionA.
5687 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
5688 Fixed another non-Linux build failure.
5690 * dlls/crtdll/crtdll.spec:
5691 Marcus Meissner <marcus@jet.franken.de>
5692 Fixed 2 forward entries.
5694 * dlls/comctl32/status.c:
5695 Marcus Meissner <marcus@jet.franken.de>
5696 Removed some flicker by detecting if we set the same value again.
5698 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
5699 Change logic of listbox resizing for 16 bits apps for lists without
5700 LBS_NOINTEGRALHEIGHT style.
5702 * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
5703 Fixed CreateDC to work properly when it is called with a device.
5705 * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
5706 Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
5707 - Support whitespace around commands better, and support the @
5709 - Enhance the set support to unset, display value error correctly
5710 - Enhance the command line support for parms, and env var expansion
5711 - Enhance the echo command to not loose whitespace, and display
5712 output with % signs better
5714 * 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:
5715 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5716 Added an uninstaller for InstallShield, WISE etc.
5718 * windows/x11drv/wnd.c:
5719 Jean-Claude Batista <jcb@macadamian.com>
5720 Provide position hints for window managers.
5722 2000-07-31 Alexandre Julliard <julliard@winehq.com>
5724 * 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:
5725 Cleaned up some more USER dependencies.
5727 * include/wingdi.h, include/winuser.h:
5728 Moved system metrics definitions to winuser.h.
5730 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
5731 Tidyed up stack backtrace code a bit, and added a simple special
5732 case for backtracing from a null EIP.
5734 * files/file.c, server/file.c:
5735 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5736 Fix for 64-bit negative seek value.
5738 * include/module.h, msdos/int2f.c:
5739 Ove Kaaven <ovek@arcticnet.no>
5740 Removed DOS task fields from the NE_MODULE structure.
5743 Skip quoted program name when building command line.
5745 * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
5746 DOS binary support has been restored.
5748 * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
5749 Moved toolhelp implementation into kernel32 dll.
5751 * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
5752 Backed out FindResource language patch.
5754 * loader/dos/dosvm.c, msdos/int09.c:
5755 Ove Kaaven <ovek@arcticnet.no>
5756 Fixed a few problems.
5758 * dlls/kernel/messages/winerr_enu.mc:
5759 Dave Pickles <davep@cyw.uklinux.net>
5760 Added text for all messages included in win95 and winNT.
5762 * dlls/kernel/format_msg.c:
5763 Marcus Meissner <marcus@jet.franken.de>
5764 Added { } around stuff in ADD_TO_T macros.
5766 * include/dosexe.h, loader/dos/module.c:
5767 Ove Kaaven <ovek@arcticnet.no>
5768 Convert DOS (MZ) binary loader to the new DOS process model.
5770 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
5771 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
5772 assembly code a bit, and wrapped it in #ifdef __i386__.
5774 2000-07-30 Alexandre Julliard <julliard@winehq.com>
5776 * 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:
5777 Cleaned up a few USER dependencies.
5779 * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
5780 Ove Kaaven <ovek@arcticnet.no>
5781 Removed hModule parameter from MZ_AllocDPMITask(), and renamed
5782 MZ_KillModule() to MZ_KillTask().
5784 * configure, configure.in:
5785 Create dll/kernel/messages directory.
5787 * include/miscemu.h, msdos/dosmem.c:
5788 Ove Kaaven <ovek@arcticnet.no>
5789 Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
5790 initialize DOS memory properly in the new process model. Made
5791 DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
5793 * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
5794 Removed usage of obsolete pModule->lpDosTask.
5796 2000-07-29 Alexandre Julliard <julliard@winehq.com>
5798 * 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:
5799 Removed some unnecessary inclusions of wingdi.h and winuser.h
5801 * 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:
5802 Removed a few external dependencies from ntdll.
5804 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
5805 Marcus Meissner <marcus@jet.franken.de>
5806 Added CreateTypeLib,LHashValOfNameSys stubs.
5807 Check for correct struct magic before reading out of it.
5809 * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
5810 Marcus Meissner <marcus@jet.franken.de>
5811 Implemented SmoothScrollWindow.
5813 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
5814 Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
5815 of pointers from global heap functions.
5817 * dlls/kernel/format_msg.c:
5818 Marcus Meissner <marcus@jet.franken.de>
5819 Get rid of USER32 functions in KERNEL32.
5821 * include/dosexe.h, loader/dos/dosvm.c:
5822 Ove Kaaven <ovek@arcticnet.no>
5823 Added support for the Win32 Console interface to the main DOSVM event
5824 loop. Cleaned up event dispatching code a bit.
5826 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
5827 Make direct console input routines go through int16, rather than
5828 reading directly from the console driver.
5830 * 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:
5831 Francois Gouget <fgouget@psn.net>
5832 ole32 now requires linking with kernel32
5833 shell32 now requires linking with kernel32 and shlwapi
5835 * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
5836 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5837 We always have strerror, so no need to ifdef HAVE_STRERROR.
5840 Huw D M Davies <hdavies@codeweavers.com>
5843 * configure, configure.in:
5844 Lionel Ulmer <lionel.ulmer@free.fr>
5845 Fix the GLEXT function prototype typedefs detection.
5847 * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
5848 Ove Kaaven <ovek@arcticnet.no>
5849 Let Int09 routines remember a keystroke's ASCII code, if available.
5851 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
5852 Added some int33 function stubs.
5854 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
5855 Changed a few core int10 routines to use the BIOS data segment cursor
5856 positions and the VGA routines, instead of directly accessing the
5859 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
5860 Marcus Meissner <marcus@jet.franken.de>
5861 Implemented OleGetAutoConvert.
5863 * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
5864 Dmitry Timoshkov <dmitry@sloboda.ru>
5865 FindResourceExA/W should search for the specified language resource only.
5866 FindResourceA/W should search for any language resource.
5868 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
5869 Marcus Meissner <marcus@jet.franken.de>
5870 No longer crash when running with DirectDraw with a DDClipper in
5873 * windows/nonclient.c:
5874 Francois Boisvert <francois@macadamian.com>
5875 NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
5876 clicking on a window having a customize non client area.
5878 2000-07-28 Alexandre Julliard <julliard@winehq.com>
5880 * graphics/x11drv/dib.c, include/x11drv.h:
5881 Ove Kaaven <ovek@transgaming.com>
5882 Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
5884 * memory/codepage.c:
5885 Wolfgang Schwotzer <woschwot@gmx.net>
5886 Added NULL pointer checks.
5888 * 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:
5889 Francois Jacques <francoisj@macadamian.com>
5890 - implementation of SetWindowsRgn and GetWindowRgn
5891 - X11DRV and TTYDRV updated with new API SetWindowRgn
5893 * 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:
5894 Ove Kaaven <ovek@arcticnet.no>
5895 Removed the hModule parameter from various DOSMEM routines, the DOSMEM
5896 routines now always use the current memory space.
5898 * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
5899 Fixed some warnings.
5901 * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
5902 Patrik Stridvall <ps@leissner.se>
5903 Minor API files update.
5905 * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
5906 Solaris specific fixes.
5908 * windows/x11drv/event.c, windows/defwnd.c:
5909 Stephane Lussier <stephane@macadamian.com>
5910 Now the service thread is no more in charge of erasing the background
5911 of the Window. Service thread is doing the invalidation part, and the
5912 application thread is doing the erasing part. All this has been
5913 implemented using WM_SYNCPAINT message.
5915 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
5916 Dmitry Timoshkov <dmitry@sloboda.ru>
5917 Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
5919 * windows/x11drv/event.c:
5920 Dmitry Timoshkov <dmitry@sloboda.ru>
5921 Do not crash if window was not found.
5923 * windows/dialog.c, windows/painting.c:
5924 Stephane Lussier <stephane@macadamian.com>
5925 - UpdateWindow should refresh all children that have an update region.
5926 - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
5927 a WM_PAINT eventually for the dialog, no need to force a paint right away.
5928 (based on a patch from James Hatheway in the Corel tree)
5930 * msdos/int21.c, msdos/int2f.c:
5931 Ove Kaaven <ovek@arcticnet.no>
5932 Just get DOS task structure from MZ_Current(), instead of (clumsily)
5933 trying to find and read from the current task's module structures.
5935 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
5936 Make a global asm helper function to handle 32-bit RMCB calls, so we
5937 don't need those complex constraints either.
5939 * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
5940 Always get a hardware message from the system queue in PeekMessage,
5941 even if no such wake bits are set, because in a PeekMessage loop,
5942 there's no sleeping, so the necessary wake bits are never set...
5944 * dlls/oleaut32/olefont.c, include/olectl.h:
5945 Huw D M Davies <hdavies@codeweavers.com>
5946 Add Connection Point support to OLE font objects.
5947 Add some more TRACE()s.
5950 Added 'owner' field to 16-bit spec files to specify the name of the
5951 32-bit dll that contains it.
5953 2000-07-26 Alexandre Julliard <julliard@winehq.com>
5955 * 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:
5956 Merged setupx.dll into setupapi.dll.
5957 Merged sound.dll into winmm.dll.
5958 Merged stress.dll into kernel32.dll.
5960 * 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:
5961 Added a few empty source files so that each dll has at least one C
5964 * 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:
5965 Eric Pouech <Eric.Pouech@wanadoo.fr>
5966 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
5967 - upgraded vfw.h content
5969 * msdos/dpmi.c: Avoid clobbering %ebx.
5971 * loader/ne/module.c:
5972 Return the proper error code when a 16-bit task failed to start
5973 (thanks to Peter Ganten).
5975 * documentation/HOWTO-winelib:
5976 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5977 Adapted to the recent winebuild rename.
5980 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5981 Added detection code for very old Windows (1.1, 2.0, ...) binaries to
5982 MODULE_GetBinaryType().
5984 * 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:
5985 Moved shlwapi routines from shell32.dll to shlwapi.dll.
5987 2000-07-25 Alexandre Julliard <julliard@winehq.com>
5989 * 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:
5990 Make unicode.o into a separate ELF library so that we can use it from
5993 * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
5994 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5995 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
5996 non-existent directory would leave the new drive enabled upon aborting
5997 (fixes CuteFTP install and should fix MANY apps)
5998 This has probably been caused by myself. *brownpaperbag*
5999 - added GetVolumeInformation serial number bug-for-bug compatibility
6000 - corrected Unicode labels (better CD-ROM handling in general)
6001 - moved CD-ROM label detection code to misc/cdrom.c
6002 - possible to use loopback mounted ISO9660 files
6003 - init some uninitialised drive fields
6004 - remove some unnecessary header includes
6007 Susan Farley <sfarley@codeweavers.com>
6008 Don't destroy the caret on SWP_HIDEWINDOW.
6010 * 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:
6011 Dave Pickles <davep@cyw.uklinux.net>
6012 Improved FormatMessage:
6013 - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
6014 - Implemented language search as documented
6015 - Illegal combinations of options trapped.
6016 - Message table for system messages added.
6018 * include/winbase.h, include/winuser.h:
6019 Moved FORMAT_MESSAGE flags definition to winbase.h.
6022 Added rules for message compiler .mc files.
6024 * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
6025 James Hatheway <james@macadamian.com>
6028 * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
6029 Patrik Stridvall <ps@leissner.se>
6030 Fixed issues found by winapi_check.
6032 * 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:
6033 Patrik Stridvall <ps@leissner.se>
6034 Minor API files update.
6036 * 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:
6037 Bertho Stultiens <bertho@akhphd.au.dk>
6038 - Implemented a bug-work-around for Berkeley yacc (byacc) which
6039 does not generate proper default transition rules for non-terminals.
6040 See comments in parser.y how the fix works.
6041 - Changed the error-line/char position to make emacs happy parsing
6042 the position of the error.
6043 - Added comments in the documentation in which order the line-numer
6044 and character-position of the error is written.
6046 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
6047 Use lcall opcodes, so all gas-es understand it...
6049 * 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:
6050 Moved thunking functions off to kernel32.dll.
6052 * 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:
6053 Temporarily moved advapi32 registry support back into libwine.so, and
6054 made advapi32 a separate dll.
6056 * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
6057 Eric Pouech <Eric.Pouech@wanadoo.fr>
6058 fixed a number of long standing bugs:
6059 - segmented expressions didn't display correctly
6060 - using dynamic size array for nested types parsing
6061 - correct display of source code after a crash
6062 factorized some code
6064 * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
6065 Merged wing.dll into gdi32.dll.
6067 * dlls/comctl32/listview.c:
6068 Aric Stewart <aric@codeweavers.com>
6069 Prevent the attempt to draw invalid image indexes.
6070 Provide the two pixel buffer between the image and the label.
6072 * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
6073 Huw D M Davies <hdavies@codeweavers.com>
6074 A generic implemention of IConnectionPoint/IEnumConnections.
6076 * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
6077 Dmitry Timoshkov <dmitry@sloboda.ru>
6078 Make fnt2bdf produce correct fonts.
6080 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
6081 Make int16 read from the BIOS keyboard buffer, not directly from the
6084 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
6085 Fixed broken assembler. Removed support for old protected-mode hack
6086 for running real-mode code on platforms that don't support vm86; the
6087 current CallRM->RMCB shortcut code should take care of all
6088 Wine-supplied RM APIs (such as DOSASPI) anyway.
6090 * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
6091 Perform NE_InitProcess in the context of the new task.
6093 2000-07-24 Alexandre Julliard <julliard@winehq.com>
6095 * 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:
6096 Merged msacm and msacm32 dlls.
6097 Merged win87em and windebug into kernel32.dll.
6099 2000-07-23 Alexandre Julliard <julliard@winehq.com>
6101 * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
6102 Francois Gouget <fgouget@psn.net>
6103 Fixed int/HANDLE mismatches revealed by -DSTRICT.
6104 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
6106 * programs/progman/main.c:
6107 Francois Gouget <fgouget@psn.net>
6108 Fixed WinMain's signature.
6109 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
6110 Removed obsolete references to the Languages array.
6112 * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
6113 Francois Gouget <fgouget@psn.net>
6114 Removed obsolete references to the Languages array.
6116 * programs/clock/main.c:
6117 Francois Gouget <fgouget@psn.net>
6118 Fixed WinMain's signature.
6119 Fixed parameter order for the call to CreateWindow.
6121 * 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:
6122 Francois Gouget <fgouget@psn.net>
6123 Fixed WinMain's signature.
6125 * 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:
6126 Francois Gouget <fgouget@psn.net>
6128 Added missing libraries comctl32 and rpcrt4.
6130 * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
6131 James Hatheway <james@macadamian.com>
6132 Adds an initial WSAIoctl function with support for only the
6133 SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
6134 function to support the WSCNTL_TCPIP_QUERY_INFO command.
6136 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
6137 Eric Pouech <Eric.Pouech@wanadoo.fr>
6138 Compilation fixes for OpenGL.
6140 * Make.rules.in: Mike_McCormack@looksmart.com.au
6141 Corrected c2man flags. It still crashes anyhow :-/
6143 * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
6144 Lionel Ulmer <lionel.ulmer@free.fr>
6145 Detect broken glext.h headers.
6147 * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
6148 Mike_McCormack@looksmart.com.au
6149 Added some basic text display and editing capabilities, cursor
6150 positioning, a bit of scrolling and a text file loader.
6152 * include/tapi.h: Mike_McCormack@looksmart.com.au
6153 Implemented lineGetCountry. (works with HyperTrm.exe)
6155 * 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:
6156 Gerard Patel <g.patel@wanadoo.fr>
6157 Focus handling, visual changes + misc fixes.
6159 * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
6160 Implemented lineGetCountry. (works with HyperTrm.exe)
6162 * include/winbase.h: Francois Gouget <fgouget@psn.net>
6163 Removed duplicate declaration of AddAccessAllowedAce.
6165 * dlls/comctl32/listview.c:
6166 Aric Stewart <aric@codeweavers.com>
6167 Handle the case where the function SetItem is called to select an item
6170 * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
6171 Ove Kaaven <ovek@transgaming.com>
6172 Added a few C++ operators to Direct3D structures, and made some unions
6175 * dlls/winsock/async.c:
6176 Eric Pouech <Eric.Pouech@wanadoo.fr>
6177 Insured that all parameters of async functions are copied before
6178 returnig from request.
6180 * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
6181 Ove Kaaven <ovek@arcticnet.no>
6182 Fix a few typos and such.
6184 * include/d3d.h, include/ddraw.h:
6185 Ove Kaaven <ovek@transgaming.com>
6186 Added some DirectDraw7-related definitions.
6188 * configure, configure.in, include/config.h.in:
6189 Marcus Meissner <marcus@jet.franken.de>
6190 Make non-existence of (f)lex an error.
6192 * 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:
6193 Marcus Meissner <marcus@jet.franken.de>
6194 IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
6196 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
6197 Added a few Win32 definitions.
6199 * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
6200 Reduce scope of "Status" #ifdef hack.
6202 * if1632/relay.c, relay32/builtin32.c:
6203 Ove Kaaven <ovek@arcticnet.no>
6204 Say that "No handler" messages as fatal.
6206 * winedefault.reg: Fixed SharedDir location.
6208 * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
6209 Ove Kaaven <ovek@arcticnet.no>
6210 Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
6213 * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
6214 Eric Pouech <Eric.Pouech@wanadoo.fr>
6215 Fixed first seek on MEM mmio files.
6217 * dlls/commdlg/fontdlg.c:
6218 Gerard Patel <g.patel@wanadoo.fr>
6219 Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
6221 * dlls/wininet/http.c:
6222 John R. Sheets <jsheets@codeweavers.com>
6223 Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
6225 * dlls/wininet/internet.c:
6226 John R. Sheets <jsheets@codeweavers.com>
6227 Put the URL parameter list in with the URL path if the ExtraInfo
6228 buffer isn't specified.
6230 * controls/icontitle.c:
6231 Gerard Patel <g.patel@wanadoo.fr>
6232 Fixed calculation of buffer length after switch of window text to
6235 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
6236 Comment out a nonfunctional DOS part of debugger.
6238 * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
6239 Ove Kaaven <ovek@arcticnet.no>
6240 Added stub for RasHangUpA().
6242 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
6243 DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
6246 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6247 Fixed a few problems.
6249 * dlls/comctl32/toolbar.c:
6250 David Elliott <dfe@infinite-internet.net>
6251 - Changed the temporary buffer for loading resources from 256 to 512
6252 - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
6254 - Use lstrcpynW instead of lstrcpyW
6256 2000-07-16 Alexandre Julliard <julliard@winehq.com>
6258 * ANNOUNCE, ChangeLog, include/version.h:
6261 ----------------------------------------------------------------
6262 2000-07-16 Alexandre Julliard <julliard@winehq.com>
6264 * windows/winproc.c:
6265 Added assembly wrapper for calling window procedures.
6267 * 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:
6268 Get full path of argv[0] before we change directories.
6269 Make sure process names are long path names.
6270 Cleaned up initialisation a bit.
6273 Stephane Lussier <stephane@macadamian.com>
6274 In set_socket_event, the event should be signaled if there's a pending
6275 network event corresponding to the events the application wanted to be
6278 * 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:
6279 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6282 * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
6283 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6284 Doc and trace updates.
6286 * include/process.h, loader/module.c, scheduler/process.c:
6287 Marcus Meissner <marcus@jet.franken.de>
6288 Transmit current directory settings to newly created processes.
6290 * documentation/installation-und-konfiguration.german:
6291 Peter Ganten <peter@ganten.org>
6292 Added German installation and configuration manual.
6294 * windows/x11drv/keyboard.c:
6295 Raul Fernandes <rgf@ieg.com.br>
6296 Added Brazilian keyboard.
6298 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
6299 Set clipping region to client window before owner-drawn painting.
6302 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6303 Added the "SharedDir" registry key.
6305 * 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:
6306 Lionel Ulmer <lionel.ulmer@free.fr>
6307 - fix Direct3D support and a lot of warnings
6308 - add support for DDraw in a window (not optimized yet)
6309 - cleans up OpenGL extensions handling for D3D
6311 * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
6312 Background of SS_SIMPLE static control is not filled (unless it has
6315 * files/directory.c:
6316 Marcus Meissner <marcus@jet.franken.de>
6317 Drop UNIX cwd to / after calculating WINE current directory (to allow
6320 2000-07-15 Alexandre Julliard <julliard@winehq.com>
6322 * graphics/x11drv/dib.c:
6323 Stephane Lussier <stephane@macadamian.com>
6324 New version of the patch from Francois Jacques with a modification of
6325 my own that makes everybody happy :-)
6327 * misc/comm.c, dlls/kernel/kernel32.spec:
6328 Mike McCormack <mike_mccormack@looksmart.com.au>
6329 Hook serialui dll into existing comm functions.
6331 * 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:
6332 Mike McCormack <mike_mccormack@looksmart.com.au>
6333 Implemented serialui dll containing CommConfigDialog,
6334 GetDefaultCommConfig and SetDefaultCommConfig.
6336 * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
6337 Patrik Stridvall <ps@leissner.se>
6338 Fixed some warnings.
6340 * 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:
6341 Patrik Stridvall <ps@leissner.se>
6342 - Minor API files fixes.
6343 - Minor bug fixes and additions.
6345 * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
6346 Patrik Stridvall <ps@leissner.se>
6347 Fixed some issues found by winapi_check.
6349 * controls/button.c:
6350 Dave Hawkes <daveh-wine@cadlink.com>
6351 All standard window controls should have CS_PARENTDC, but should still
6352 clip to the control window.
6354 * windows/message.c:
6355 John R . Sheets <jsheets@codeweavers.com>
6356 We also have to validate the frame to avoid an infinite loop when the
6357 app doesn't call BeginPaint.
6359 * scheduler/handle.c:
6360 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6361 Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
6363 * dlls/winmm/wineoss/mixer.c:
6364 Ed Snow <ed_snow@ttmengineering.com>
6365 Fixes unmuting when unmuted.
6366 Unifies scale reported with scale used for volume control.
6367 Hack for Bass/Treble until better fix is complete.
6369 * graphics/x11drv/xfont.c:
6370 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6371 Added DBCS/unicode encoding templates.
6374 Susan Farley <sfarley@codeweavers.com>
6375 Don't clear selection when initial entry is not in the list.
6377 * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
6378 Made --language behave the same as setting the LANGUAGE environment
6381 * 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:
6382 Huw D M Davies <hdavies@codeweavers.com>
6384 Implement UuidCreate (using existing code from CoCreateGuid).
6385 CoCreateGuid calls UuidCreate.
6388 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6389 Fix for supporting DBCS.
6391 * dlls/comctl32/toolbar.c:
6392 Rob Farnum <rfarnum@mindspring.com>
6393 Ignore iBitmap width when drawing flat toolbar.
6395 * loader/pe_image.c: Peter Ganten <peter@ganten.org>
6396 Fixed a file descriptor leak in the PE loader.
6399 Jean-Claude Batista <jcb@macadamian.com>
6400 Ensure the validity of hOldFocus before calling WIN_GetTopParent.
6402 * graphics/x11drv/xfont.c:
6403 Drew Ronneberg <drew@codon.princeton.edu>
6404 Ignore broken fonts when building cache file.
6406 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
6407 Allow SetWindowLong(... GWL_STYLE) to change visible bit.
6409 * documentation/registry:
6410 Ove Kaaven <ovek@arcticnet.no>D
6411 Text of WWN article "The Registry".
6413 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
6414 David Elliott <dfe@infinite-internet.net>
6415 - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
6416 guessing the command length correctly, and if not, tell's it what's up.
6417 - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
6418 caller to clear the fields.
6419 - Added a new field to HA_Unique content to fix some applications. Will
6420 fix this for good at a later date.
6421 - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
6423 - Added some constants to winescsi.h
6424 (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
6426 * dlls/user/user32.spec, windows/user.c:
6427 Peter Ganten <peter@ganten.org>
6428 Stubs for CreateDesktopA and EnumDesktopWindows.
6430 * loader/loadorder.c:
6431 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6432 Added ws2_32 loadorder.
6434 * tools/winebuild/main.c:
6435 Peter Ganten <peter@ganten.org>
6436 Try to unlink output file before opening it.
6439 Marcus Meissner <marcus@jet.franken.de>
6440 Replaced %s by %p in EDIT_WM_SetText.
6442 * dlls/winsock/ws2_32.spec:
6443 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6444 Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
6446 * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
6447 Add a warning when the normal load address for a win32 program is not
6450 * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
6451 Huw D M Davies <hdavies@codeweavers.com>
6452 OLE picture object implementation.
6455 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6456 Fixed an incorrect format string.
6458 * loader/loadorder.c:
6459 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6460 Added loadorder entry for the Linux glide3x library.
6463 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6464 Added "CommonFilesDir"="C:\Program Files\Common Files".
6466 * debugger/db_disasm.c:
6467 Ian Schmidt <ischmidt@cfl.rr.com>
6468 Added Pentium Pro/2/3/4 conditional move instructions.
6470 2000-07-11 Alexandre Julliard <julliard@winehq.com>
6472 * dlls/kernel/kernel_main.c, memory/codepage.c:
6473 Set ansi/oem/mac code pages from current locale.
6475 * scheduler/client.c:
6476 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6477 Better error message for really clueless newbies.
6479 * dlls/msacm32/msacm32_main.c:
6480 James Hatheway <james@macadamian.com>
6481 Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
6483 * dlls/ddraw/dsurface/main.c:
6484 Marcus Meissner <marcus@jet.franken.de>
6485 Check for NULL flipchain and just return the current surface if it
6488 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
6489 Marcus Meissner <marcus@jet.franken.de>
6490 Implemented _vsnprintf by calling wvsnprintfA.
6493 Stephane Lussier <stephane@macadamian.com>
6494 In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
6497 * dlls/comctl32/toolbar.c:
6498 Chris Morgan <cmorgan@wpi.edu>
6499 Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
6500 is non-zero. Better fix than my previous patch.
6502 2000-07-10 Alexandre Julliard <julliard@winehq.com>
6504 * scheduler/thread.c:
6505 Lazy initialisation of thread locale.
6507 * 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:
6508 Peter Hunnisett <hunnise@nortelnetworks.com>
6509 - Make ref counting a little more efficient
6510 - Correct suspended process resumption
6511 - Don't use sys/queue.h anymore
6512 - Properly initialize the global semaphore across processes
6513 - Create a mapped file for shared data structures
6514 - Change some trace messages
6515 - Allocate dynamic shared data from the mapped file
6516 - Rework setting and retrieving lobby settings from shared memory
6517 - Add infrastructure for syncronization after app launch
6518 - Small documentation update
6519 - Include some stuff missing from header
6520 - Start on dp and dpl message infrastructure
6521 - Unicode versions of player/group commands added
6522 - Combined Connect/ConnectEx and Open/SecureOpen
6523 - More implementation
6525 * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
6526 Dmitry Timoshkov <dmitry@sloboda.ru>
6527 Moved all NLS dependent data to the KERNEL resources.
6529 * scheduler/thread.c:
6530 Juergen Schmied <juergen.schmied@debitel.net>
6531 Moved setting the locale value to the right position.
6533 * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6534 Fixed FormatMessage[A|16] against some buffer overflow cases.
6536 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6537 Removed extraneous trace message.
6539 * debugger/winedbg.c:
6540 Eric Pouech <Eric.Pouech@wanadoo.fr>
6541 Unconditionnally print messages on DLL load breakpoint.
6544 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6545 Fixed winedbg watchpoints.
6547 * dlls/oleaut32/ole2disp.c:
6548 Francois Jacques <francoisj@macadamian.com>
6549 Prevent SysAllocString and SysAllocString16 to perform any processing
6553 Stas Sergeev <stas.orel@mailcity.com>
6554 Make it possible to change the encoding of fonts from the command
6555 line, even if autodetected.
6557 * 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:
6558 Dmitry Timoshkov <dmitry@sloboda.ru>
6559 Convert WND.text field to Unicode.
6560 Add new key to wine.ini in the section [x11drv] - TextCP, which means
6561 code page used for texts passed to X.
6562 Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
6564 * graphics/x11drv/dib.c: Backed out previous patch.
6566 * dlls/user/user32.spec, include/winuser.h, windows/user.c:
6567 Marcus Meissner <marcus@jet.franken.de>
6568 Stub for RegisterDeviceNotificationA.
6570 * dlls/winsock/socket.c:
6571 Gerard Patel <g.patel@wanadoo.fr>
6572 Fakes a negotiation of the winsock version.
6574 * dlls/oleaut32/typelib.c:
6575 Juergen Schmied <juergen.schmied@debitel.net>
6576 - better loading of *.tlb files
6577 - seperated code for loading tlb resource into memory from code for
6578 parsing the tlb resource.
6580 * dlls/ole32/ole2stubs.c:
6581 Juergen Schmied <juergen.schmied@debitel.net>
6582 Implemented OleCreate.
6584 2000-07-09 Alexandre Julliard <julliard@winehq.com>
6586 * windows/class.c: Noomen Hamza <noomen@macadamian.com>
6587 GetClassInfo should return global classes even if the hInstance
6588 parameter is different from the one passed to the RegisterClass
6591 * misc/comm.c: Stefan Leichter <sle@camline.com>
6592 Fixes the BuildCommDCBA function.
6594 * configure, configure.in, include/config.h.in, misc/port.c:
6595 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6596 Added configure check for libutil.h.
6598 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
6599 Make the focus follow the last selected item for multiselect listboxes.
6601 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
6602 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6603 Stub implementation of LHashValOfNameSysA.
6604 Don't crash if we encounter a BSTR with length <= 0.
6605 Fix typos in ITypeLib::GetDocumentation.
6607 * dlls/shell32/shell.c:
6608 Dave Hawkes <daveh-wine@cadlink.com>
6609 With some apps a fault was possible in ExtractAssociatedIcon.
6611 * windows/cursoricon.c:
6612 Dave Hawkes <daveh-wine@cadlink.com>
6613 GetIconInfo did no correctly identify icons from cursors.
6616 Haithem Hmida <haithem@macadamian.com>
6617 Under Windows 95/98/NT, message boxes do not have a default icon.
6620 Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
6623 * 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:
6624 Created separate libraries for dplay, shfolder, shlwapi, wow32 and
6625 wsock32 so that we have at most one Win32 dll in each .so library.
6627 2000-07-08 Alexandre Julliard <julliard@winehq.com>
6629 * graphics/x11drv/dib.c:
6630 Francois Jacques <francoisj@macadamian.com>
6631 Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
6633 Corrected XGetSubImage arguments order.
6635 * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
6636 Matthew Lake <MLake@sunbelt-plb.com>
6637 Added some missing definitions.
6639 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
6640 Francois Jacques <francoisj@macadamian.com>
6641 Implemented SafeArrayGetVarType.
6642 Added a VT_RECORD variant type definition.
6644 * dlls/kernel/kernel32.spec, misc/comm.c:
6645 Stefan Leichter <sle@camline.com>
6646 Started implementation of the functions GetDefaultCommConfigA/W.
6648 * dlls/ddraw/convert.c:
6649 Marcus Meissner <Marcus.Meissner@caldera.de>
6650 Corrected 24->32 conversion. Still only correct for little endian.
6653 Susan Farley <sfarley@codeweavers.com>
6654 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
6657 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6658 Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
6660 * dlls/comctl32/toolbar.c:
6661 Chris Morgan <cmorgan@wpi.edu>
6662 Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
6663 is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
6664 WinZip 8.0 where text is not shifted down by the height of the button
6667 * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
6668 Check the value returned by DIALOG_GetCharSize.
6670 * 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:
6671 Francois Jacques <francoisj@macadamian.com>
6672 Added setupapi shared library and SetupIterateCabinet stub.
6674 * 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:
6675 Bradley Baetz <bbaetz@student.usyd.edu.au>
6676 Implemented a large number of the msvideo dll routines.
6678 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
6679 Gerard Patel <g.patel@wanadoo.fr>
6680 Allow the size of bitmaps to be changed after toolbar buttons have
6683 * dlls/comctl32/propsheet.c:
6684 Slava Monich <Slava_Monich@cnt.com>
6685 On Windows property sheet has DWL_USER dword pointing to a structure
6686 that starts with HWND and PROPSHEETHEADER fields.
6688 * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
6689 Slava Monich <Slava_Monich@cnt.com>
6690 Implementation of Get/SetThreadPriorityBoost.
6692 * documentation/psdriver:
6693 Stefan Leichter <sle@camline.com>
6694 Added documentation on how to setup wine's Buildin Postscript Driver
6695 working with ghostscript (afmfiles, ppdfile).
6697 * debugger/debugger.h, debugger/expr.c, debugger/types.c:
6698 Peter Hunnisett <hunnise@nortelnetworks.com>
6699 - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
6700 expose further bad code
6701 - Print of pointer used as array now works
6703 * dlls/comctl32/listview.c:
6704 James Hatheway <james@macadamian.com>
6705 Only use the column headers to calculate the width of a
6706 LDS_REPORT-type listbox if it actually has column headers.
6707 (ie. LVS_NOCOLUMNHEADER bit is not set.)
6709 * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
6710 BeginDeferWindowPos should allow zero count.
6712 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
6713 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6717 Bradley Baetz <bbaetz@student.usyd.edu.au>
6718 Handle mciSendString("open <mcitype>",...)
6720 * 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:
6721 Bertho Stultiens <bertho@panter.soci.aau.dk>
6722 - Bugfix: Macro expansion of strings would assert an internal error
6723 or a segfault due to a lacking '\0' in the expansion.
6724 - Bugfix: Prevent buffer overflow in reallocation of macro expansion
6726 - Bugfix: Wrc's version information was not passed as numerical to the
6727 preprocessor due to an error in the definition of the macro.
6728 - Relaxed the newline constraint in global LANGUAGE statements, which
6729 was introduced in version 1.1.3, so that some fancy preprocessor
6730 constructs can work.
6731 - Removed the gcc-style #line handling from the resource-parser to the
6732 resource-scanner so that it is possible to include files at any stage
6733 of the source, independent of the parser-state.
6734 - Bugfix: Stringtables were not correctly searched for duplicates
6735 because the language comparison disregarded the sublanguage.
6736 - Eliminated a repetitive warning when writing stringtables with zero
6737 length string entries. These are perfectly valid (but make no sense:-).
6738 Warnings are now only generated during parse in pedantic mode.
6740 * dlls/oleaut32/ole2disp.c:
6741 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6742 Fix SysStringByteLen to really return the length in bytes.
6744 * dlls/comctl32/rsrc.rc:
6745 Slava Monich <Slava_Monich@cnt.com>
6746 Changed the size of property sheet template to be the same as the
6747 original one (was 292x159, now 220x140).
6749 * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
6750 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6751 Implement IDataAdviseHolder.
6753 * dlls/oleaut32/typelib.c:
6754 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6755 Fix typo in ITypeLib::IsName.
6757 * dlls/ole32/hglobalstream.c:
6758 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6759 CreateStreamOnHGlobal should alloc a shared memory block if supplied
6762 * dlls/commdlg/filedlg95.c:
6763 Dmitry Timoshkov <dmitry@sloboda.ru>
6764 Do not crash if there was no files selected and OK button was pressed.
6766 * dlls/dsound/dsound_main.c:
6767 Ove Kaaven <ovek@transgaming.com>
6768 Fix a couple of problems with underruns and stopping/restarting.
6771 Joerg Mayer <jmayer@telesun2.telemation.de>
6772 Fixed the debugmsg help.
6774 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
6775 David Elliott <dfe@infinite-internet.net>
6776 Map each channel on every host to an ASPI controller number.
6777 Store map in HKEY_DYN_DATA.
6779 * dlls/comctl32/comctl32undoc.c:
6780 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6781 DSA_InsertItem returns nIndex, not nItemCount.
6783 * dlls/comctl32/monthcal.c:
6784 Chris Morgan <cmorgan@wpi.edu>
6785 Fixed background redrawing when control is covered. Fixed a really
6786 dumb mistake I made with border drawing many patches ago. Fixed
6787 offset by 1 alignment issues.
6789 * dlls/ddraw/dsurface/main.c:
6790 Marcus Meissner <Marcus.Meissner@caldera.de>
6791 Removed another bad assert and two no longer needed ones.
6793 2000-06-25 Alexandre Julliard <julliard@winehq.com>
6795 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6796 Fixed bad exception handler chain termination.
6798 * windows/x11drv/wnd.c, windows/win.c:
6799 Lawson Whitney <lawson_whitney@juno.com>
6800 Moved zero-sized window hack to x11drv.
6803 Marcus Meissner <marcus@jet.franken.de>
6804 Return "no debugger attached" in NtQueryInformationProcess to satisfy
6805 some copy protection mechanisms.
6807 * dlls/commdlg/colordlg.c:
6808 Eric Pouech <Eric.Pouech@wanadoo.fr>
6809 Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
6811 * dlls/ddraw/dsurface/main.c:
6812 Marcus Meissner <marcus@jet.franken.de>
6813 Fixed two asserts in Blt().
6815 * dlls/ddraw/helper.c:
6816 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6817 Properly cast arguments to printf to match the intended output.
6819 * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
6820 Eric Pouech <Eric.Pouech@wanadoo.fr>
6821 Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
6822 Seeking from SEEK_END was wrong.
6823 Seeking on empty buffer was wrong.
6824 Some installed ioProcs had uninitialized fields.
6825 A few more bits for rename functions.
6827 * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
6828 Eric Pouech <Eric.Pouech@wanadoo.fr>
6829 Added BreakOnDllLoad internal var, cleaned up register validation on
6832 * dlls/comctl32/toolbar.c:
6833 Mike McCormack <Mike_McCormack@looksmart.com.au>
6834 Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
6835 TOOLBAR_SetButtonSize after button added to the toolbar (latter for
6838 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
6839 Set the minimum dropped height to the combo list height if any in
6842 * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
6843 If whitespace or dots are appended to the end of any component in a
6844 path then it should be ignored.
6846 2000-06-24 Alexandre Julliard <julliard@winehq.com>
6848 * loader/module.c, scheduler/process.c, include/process.h:
6849 Make sure the cmdline passed to CreateProcessA is writeable (thanks to
6850 Peter Ganten <peter@ganten.org>).
6852 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
6853 Eric Pouech <Eric.Pouech@wanadoo.fr>
6854 Cleaned up loading/init code in OSS.
6855 Cleaned up getDevCaps in midi part.
6856 Implemented asynchronous waveIn recording using a thread.
6858 * dlls/kernel/kernel32.spec, win32/console.c:
6859 Eric Pouech <Eric.Pouech@wanadoo.fr>
6860 A few missing console stubs.
6862 * dlls/comctl32/animate.c:
6863 Eric Pouech <Eric.Pouech@wanadoo.fr>
6864 Fixed animation loading for RLE encoding.
6866 * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
6867 Juergen Schmied <juergen.schmied@debitel.net>
6868 - removed hack to find the right resource
6869 - updated to use the ICOM macros
6870 - cleaned up use typelib and typelib2 (was mixed up)
6872 * 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:
6873 Juergen Schmied <juergen.schmied@debitel.net>
6874 - fixed reported bugs
6875 - fixed default extensions
6876 - implemented "browse to desktop" button
6878 * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
6879 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6880 GetCommandLine should return non-const strings.
6882 * dlls/kernel/kernel.spec:
6883 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6884 CallProcEx32W should be named _CallProcEx32W.
6887 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6888 Added some stuff saying that this is NOT supported.
6891 Juergen Schmied <juergen.schmied@debitel.net>
6892 Avoid calling the exception handler in some cases.
6894 * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
6895 Juergen Schmied <juergen.schmied@debitel.net>
6896 - many new Path* stubs
6898 - class functions expanding environments variables now
6900 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
6901 Ove Kaaven <ovek@transgaming.com>
6902 Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
6903 driver, and winmm's interface for DirectSound to access it. It
6904 requires the ability to mmap /dev/dsp, to trigger playback, and
6905 sample-accurate position readouts. (If the soundcard's device driver
6906 does not report these capabilities, wineoss will report the HAL as
6907 unavailable and force DirectSound to use its HEL instead.)
6909 * include/mmsystem.h, dlls/dsound/dsound_main.c:
6910 Ove Kaaven <ovek@transgaming.com>
6911 Implemented the DirectSound HAL mode for DMA primary buffers, with a
6912 10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
6913 a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
6914 DirectSound to use (so drivers like wineoss have some way of knowing
6915 what to prepare itself for).
6917 * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
6918 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6919 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
6920 2.0 control.exe and paint.exe.
6922 * include/winuser.h:
6923 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6926 * debugger/winedbg.c:
6927 Eric Pouech <Eric.Pouech@wanadoo.fr>
6928 Don't block endlessly after last debugged process has exited.
6930 * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6931 Added (back) correct behavior for NULL ptrs in CharToOem funcs.
6933 * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6934 Fixed some OOM conditions in GlobalAlloc.
6936 * dlls/ntdll/misc.c:
6937 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6938 Added missing #include <math.h>.
6940 * include/winresrc.h: Removed MIME garbage.
6942 * dlls/ddraw/ddraw/x11.c:
6943 Marcus Meissner <marcus@jet.franken.de>
6944 Create xlib ddsurfaces with correct reference counts.
6946 * 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:
6947 Split bidi16.c and network.c out of misc/ into their respective dlls.
6949 2000-06-23 Alexandre Julliard <julliard@winehq.com>
6951 * 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:
6952 Split the build program in several files.
6953 Renamed it 'winebuild' to avoid possible conflicts.
6954 Cleaned up command-line parsing.
6955 Make it understand -fPIC instead of -pic.
6956 Merged call16.s and call32.s generated files.
6958 * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
6959 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6960 Added more ordinals to KERNEL, GDI, USER and system drivers
6963 * dlls/ddraw/ddraw/dga.c:
6964 Peter Ganten <peter@ganten.org>
6965 _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
6968 * dlls/comctl32/toolbar.c:
6969 Dave Hawkes <daveh-wine@cadlink.com>
6970 Avoid gratuitously changing the ZORDER.
6972 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
6973 Marcus Meissner <marcus@jet.franken.de>
6974 Use correct bpp for the X side of the surface XImages.
6975 Cleaned up Xlib_Surface_Release so it is a bit more readable.
6976 use VirtualAlloc for conversion-programside buffer to simplify
6979 * loader/resource.c:
6980 Dave Hawkes <daveh-wine@cadlink.com>
6981 GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
6982 should return TRUE on success.
6984 * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
6985 Marcus Meissner <marcus@jet.franken.de>
6986 Dump FourCC correctly, print conversion messages, add reference to
6987 ddraw in DDSurface::GetDDInterface.
6989 * dlls/x11drv/x11drv_main.c:
6990 Marcus Meissner <marcus@jet.franken.de>
6991 Restrict nTimeout to 0-32767, since it is a 16bit value in X.
6993 * dlls/ntdll/signal_i386.c:
6994 Dave Hawkes <daveh-wine@cadlink.com>
6995 Exception handling for SIGFPE must always clear the FPU interrupt
6998 * 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:
6999 Moved shared crtdll/ntdll functions into ntdll.
7000 Made crtdll a separate dll.
7002 * 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:
7003 Cleaned up a few inter-dll dependencies.
7005 * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
7006 Patrik Stridvall <ps@leissner.se>
7007 Fixed some issues found by winapi_check.
7009 * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
7010 Patrik Stridvall <ps@leissner.se>
7011 Fixed some warnings.
7013 * 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:
7014 Patrik Stridvall <ps@leissner.se>
7015 - Minor API files fixes.
7016 - Minor bug fixes and additions.
7018 * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
7019 Ove Kaaven <ovek@transgaming.com>
7020 Restructure DirectSound. Remove dsound thread, use MM timers
7021 instead. Implemented the DirectSound HEL, with the ability to
7022 prebuffer 300ms of sound, while maintaining play latency of 40ms, and
7023 the exact playposition (Starcraft cinematics are lip-synched). Some
7024 initial HAL support.
7026 * relay32/builtin32.c:
7027 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7028 Replaced the BUILTIN32_dlopen() ERR() by a WARN().
7030 * include/winresrc.h:
7031 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7032 Added include/winresrc.h for porting with winelib.
7034 * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
7035 Francois Gouget <fgouget@psn.net>
7036 Merged DeviceCapabilities and DeviceCapabilitiesA.
7038 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
7039 Francois Gouget <fgouget@psn.net>
7040 Merged MCIWndCreate and MCIWndCreateA.
7042 * dlls/ole32/compobj.c:
7043 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7044 CLSIDFromString apparently also accepts ProgIDs as an input string.
7046 * include/winuser.h:
7047 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7048 Added SC_ICON/SC_ZOOM (obsolete macros).
7050 * include/wininet.h:
7051 Marcus Meissner <marcus@jet.franken.de>
7052 Added prototypes for new InternetCheckConnection*.
7054 2000-06-20 Alexandre Julliard <julliard@winehq.com>
7056 * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
7057 Cleaned up a few inter-dll dependencies.
7059 * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
7060 Alexander V. Lukyanov <lav@long.yar.ru>
7061 Fixed problems with compilation/install out of source tree.
7063 * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
7064 Noomen Hamza <noomen@macadamian.com>
7065 OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
7066 the CLSID of the OLE object is not found in the registry. Fixed.
7069 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7070 Make WritePrivateProfileSectionA care for "" and NULL as the
7071 string argument. New function PROFILE_DeleteAllKeys.
7073 * dlls/winmm/wineoss/midi.c:
7074 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7075 Fixed format strings.
7077 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
7078 Rein Klazes <rklazes@casema.net>
7079 Fix a crash in winhelp caused by hmemcpy16 without prototype.
7080 Fix some compiler warnings.
7082 * dlls/*/Makefile.in:
7083 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
7085 * dlls/winmm/wineoss/audio.c:
7086 Ove Kaaven <ovek@transgaming.com>
7087 Fixed WHDR_DONE race condition.
7089 * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
7090 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7091 Implemented StrCatBuff.
7094 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7095 Added typedef of DROPFILES.
7097 * include/winerror.h:
7098 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7099 Added ResultFromScode/GetScode (obsolete macros).
7101 * graphics/painting.c:
7102 Dave Hawkes <daveh-wine@cadlink.com>
7103 MoveToEx: return TRUE even if there is no driver implementation.
7105 * dlls/comctl32/status.c:
7106 Gerard Patel <g.patel@wanadoo.fr>
7107 Protect against programs creating parts with negative width.
7109 2000-06-18 Alexandre Julliard <julliard@winehq.com>
7111 * loader/resource.c, msdos/int21.c:
7112 Dmitry Timoshkov <dmitry@sloboda.ru>
7113 Use GetSystemDefaultLangID() instead of WINE_LanguageId.
7115 * 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:
7116 Eric Pouech <Eric.Pouech@wanadoo.fr>
7117 - cleaned-up break handling
7118 - better integration of debugger inner loops (parser & events)
7119 - added attach command
7120 - improved parser so that it can be entered without any process loaded
7121 - added BreakOnFirstChance internal variable
7122 - disabled NE module symbol module (which is broken with ASS)
7123 - misc portability cleanups
7125 * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
7126 Stephane Lussier <stephane@macadamian.com>
7127 - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
7128 function with a SafeArray created with FADF_FIXEDSIZE.
7129 - Added more FADF flags in the .h file.
7130 - FADF flags were defined twice, corrected the situation.
7132 * graphics/x11drv/text.c:
7133 Dmitry Timoshkov <dmitry@sloboda.ru>
7134 Do not assume that double byte font == unicode font.
7136 * 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:
7137 Francois Gouget <fgouget@psn.net>
7138 Added some missing prototypes.
7139 Define the HDRAWDIB handle type.
7141 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
7142 hmemcpy16 is a Win16 API, the macro is hmemcpy.
7144 * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
7145 James Hatheway <james@macadamian.com>
7146 Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
7147 functions already implemented.
7149 * dlls/winmm/mciseq/mcimidi.c:
7150 Eric Pouech <Eric.Pouech@wanadoo.fr>
7151 Fixed port status query.
7153 * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
7154 Added DirectSound device driver header file.
7156 * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
7157 Make the base relocation message a WARN, not a FIXME.
7159 * tools/Makefile.in:
7160 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7161 Distinguish between SUBDIRS and INSTALLSUBDIRS.
7163 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
7164 CB_SETCURSEL should not generate another listbox event after updating
7167 * dlls/comctl32/treeview.c:
7168 Noomen Hamza <noomen@macadamian.com>
7169 WM_PAINT should be processed only by the TREEVIEW_Paint function, so
7170 we don't need to call DefWindowProcA function within TREEVIEW_Paint.
7173 James Hatheway <james@macadamian.com>
7174 We must return the atom of the class in GetClassInfoEx instead of just
7177 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
7178 James Hatheway <james@macadamian.com>
7179 Added a stub for CoCreateFreeThreadedMarshaler().
7181 * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7182 Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
7183 OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
7186 Francois Jacques <francoisj@macadamian.com>
7187 GetSystemMenu called with bRevert argument set to TRUE now returns
7188 NULL as specified in Platform SDK.
7190 * graphics/x11drv/dib.c:
7191 Stephane Lussier <stephane@macadamian.com>
7192 Fixed memory access outside of the range for source bits in 24-bit bitmaps.
7194 2000-06-16 Alexandre Julliard <julliard@winehq.com>
7196 * dlls/ole32/ole32.spec:
7197 Francois Jacques <francoisj@macadamian.com>
7198 Make IIDFromString point to CLSIDFromString.
7200 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
7201 Juergen Schmied <juergen.schmied@debitel.net>
7202 - better error check when importing functions via GetProcAdress
7203 - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
7204 - changed call order when browsing to different folder (crash with native shell)
7205 - removed Move call since IShellview_CreateViewWindow creates it already in
7208 * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
7209 Juergen Schmied <juergen.schmied@debitel.net>
7210 - fixed null-pidl from _ILCreateControl
7211 - some more no-name functions in shlwapi
7213 * dlls/shell32/systray.c:
7214 Francois Jacques <francoisj@macadamian.com>
7215 Keep an internal copy of the icon.
7217 * include/objbase.h: Francois Gouget <fgouget@psn.net>
7218 Reorder the __attribute__ directive in the legacy macros for
7219 compatibility with old g++ compilers.
7221 * graphics/x11drv/dib.c:
7222 Ken Coleman <ken_coleman@iname.com>
7223 Fixes to CreateDIBSection and other areas where biSizeImage is
7224 incorrectly assumed to be correct if it non-zero. This fixes a
7225 crashing problem in Sid Meier's Alpha Centauri.
7227 ----------------------------------------------------------------
7228 2000-06-15 Alexandre Julliard <julliard@winehq.com>
7230 * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
7231 David Lassonde <davidl@macadamian.com>
7232 Implemented the More Windows... menu item for MDI.
7235 Sheri Steeves <sheri@macadamian.com>
7236 Check again for GetNextDlgTabItem after return from WM_INITDIALOG
7237 message in dialog creation.
7239 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
7240 Set clipping region to client window in LISTBOX_Paint.
7243 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7244 More verbose error message.
7247 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7248 cp_mbstowcs: check functions return zero on success.
7251 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7252 GetFullPathName: get "drive" value too for absolute paths.
7255 Frederic Boulanger <frederic@macadamian.com>
7256 CreateSpoolFile is called with a dos name, we have to make sure that
7257 when we create the spoolfile we use the unix name associated to the
7260 * include/winbase.h, misc/comm.c:
7261 Mike McCormack <mike_mccormack@looksmart.com.au>
7262 - add prototypes for serial API functions
7263 - correct existing serial API prototypes incorrectly using DWORD
7265 - define more structures and values in serial API
7267 * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
7268 Added a NULL pointer check within DCE_AddClipRects function.
7270 * loader/resource.c:
7271 Dmitry Timoshkov <dmitry@sloboda.ru>
7272 Optimized implementation of LoadStringA.
7274 * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
7275 Text of WWN article "The X11 driver".
7277 * documentation/HOWTO-winelib:
7278 Wilbur N. Dale <wilbur.dale@lumin.nl>
7279 WineLib does not support Win16. Removed references to Win16 and Win
7280 3.x in the introduction. Standardized capitalization of Wine and
7281 WineLib. Added documentation for compiling a simple "Hello World"
7284 * windows/message.c:
7285 Sheri Steeves <sheri@macadamian.com>
7286 Added setting of cursor postition to MSG_PostToQueue.
7288 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
7289 WM_SETREDRAW should repaint the listbox when set to on if something
7292 2000-06-14 Alexandre Julliard <julliard@winehq.com>
7294 * 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:
7295 Removed @PROGEXT@ (it was broken anyway).
7296 Improved 'make install'.
7297 Cleaned up the main Makefile.
7299 * scheduler/handle.c:
7300 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7301 ConvertToGlobalHandle: fixed handle leak.
7303 * include/options.h:
7304 Fixed options structure definition.
7307 Noomen Hamza <noomen@macadamian.com>
7308 Made SetWindowPos handle the case when inserting a window after itself
7309 (don't need to change the Zorder).
7311 * documentation/opengl:
7312 Lionel Ulmer <lionel.ulmer@free.fr>
7313 Updated OpenGL documentation.
7315 * dlls/olepro32/olepro32.spec:
7316 Gerard Patel <g.patel@wanadoo.fr>
7317 Set the base for the ordinals of olepro32 to 248.
7319 * include/commctrl.h:
7320 Matthew J. Francis <mfrancis@plus.net.uk>
7321 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
7324 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
7326 Added difftime function.
7328 2000-06-13 Alexandre Julliard <julliard@winehq.com>
7330 * 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:
7331 Bertho Stultiens <bertho@panter.soci.aau.dk>
7332 Initial release of the message compiler.
7334 * 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:
7335 Juergen Schmied <juergen.schmied@debitel.net>
7336 - new dll shfolder.dll
7339 * 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:
7340 Bertho Stultiens <bertho@akhphd.au.dk>
7341 - Bugfix: Corrected "off by one" error in the linenumber while parsing
7343 - Bugfix: A segfault would occur if messagetables were parsed without
7344 memory options attached. Also added buffer-overflow safeguard while
7345 converting between byteorders.
7346 - Finished remapping usertype resources onto standars types by tricking
7347 the parser into accepting a different token. The remapping can be
7348 disabled with a new commandline option '-m'.
7349 - Resolved some warning about chars used as index on SGI O2 machine
7350 (the ctype isXXX() routines are macros there).
7353 Bertho Stultiens <bertho@panter.soci.aau.dk>
7354 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
7357 * documentation/opengl:
7358 Lionel Ulmer <lionel.ulmer@free.fr>
7359 OpenGL documentation.
7362 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7363 DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
7364 on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
7365 normally returns the "avail" of the corresponding partition.
7366 Cleaned up GetDiskFreeSpaceA.
7368 * windows/x11drv/wnd.c:
7369 Gerard Patel <g.patel@wanadoo.fr>
7370 Do not change the WS_CHILD style in SetParent.
7372 * 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:
7373 Use the Unicode string functions from wine/unicode.h instead of the
7376 * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
7377 Added a couple of Unicode string routines.
7379 * 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:
7380 Marcus Meissner <marcus@jet.franken.de>
7381 Added 24->32 packed pixel mapping support to convert.
7382 Slightly rewrote the conversion initialisation.
7385 Marcus Meissner <marcus@jet.franken.de>
7386 Strip whitespace from front of profile values.
7388 2000-06-12 Alexandre Julliard <julliard@winehq.com>
7390 * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
7391 Juergen Schmied <juergen.schmied@debitel.net>
7392 Implementation for PrivateExtractIcons, PrivateExtractIconEx.
7394 * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
7395 Juergen Schmied <juergen.schmied@debitel.net>
7396 - implemented Get/SetThreadLocale
7397 - added comment about OleErrorInfo field in TEB
7400 Marcus Meissner <marcus@jet.franken.de>
7401 Added struct offsets so understanding game disassembly is easier.
7403 * dlls/wineps/brush.c:
7404 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7405 If printer only supports level 1 PostScript then complain rather than
7406 trying to use a pattern color space. Thanks to David Goodenough.
7408 * include/wine/obj_base.h:
7409 Marcus Meissner <marcus@jet.franken.de>
7410 Corrected IsEqualGUID prototype.
7412 * dlls/ddraw/dga2.c:
7413 Lionel Ulmer <lionel.ulmer@free.fr>
7414 replaced a DPRINTF by a TRACE
7416 * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
7417 Lionel Ulmer <lionel.ulmer@free.fr>
7418 - moved the 'constructor' into a real DLL init function
7419 - make OpenGL32 dependant on the X11 driver
7421 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
7422 hookThunk was not initialized in GetDcState.
7424 * graphics/x11drv/text.c:
7425 Use the font default char for undefined characters when mapping from
7428 * 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:
7429 Lionel Ulmer <lionel.ulmer@free.fr>
7430 New OpenGL thunk generation script.
7432 * dlls/ddraw/dsurface/x11.c:
7433 Lionel Ulmer <lionel.ulmer@free.fr>
7434 Removed the Release in case of error as we do not AddRef anymore.
7437 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7438 Made the DLL version clash error message more verbose.
7440 * 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:
7441 Reimplemented Unicode case mapping in a slightly more efficient way.
7442 Moved case mapping support to the unicode directory.
7443 Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
7445 2000-06-11 Alexandre Julliard <julliard@winehq.com>
7447 * dlls/comctl32/header.c:
7448 Aric Stewart <aric@codeweavers.com>
7449 We were not properly masking the item that was sent with the message
7450 and also we where not sending the notification at the proper times.
7452 * controls/listbox.c:
7453 Jason Mawdsley <jason@macadamian.com>
7454 Take focus before setting the caret position and selections.
7456 * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
7457 Fix for compiler warning (due to setjmp/longjmp being used for
7458 exception handling).
7460 * controls/button.c:
7461 Sheri Steeves <sheri@macadamian.com>
7462 Added save and reset of SetBKMode values in WM_PAINT.
7463 Added handling of lParam value in BM_SETSTYLE.
7465 * 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:
7466 Francois Gouget <fgouget@psn.net>
7467 Reordered the CALLBACK and WINAPI directives so that it compiles with
7470 * include/vfw.h, include/windef.h:
7471 Francois Gouget <fgouget@psn.net>
7472 - Define HIC in this header rather than in windef.h (this is the
7473 correct thing to do although it is unrelated to the C++ issues).
7474 - WINE_HIC is an internal structure and it won't compile in C++ because
7475 it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
7476 - Reordered the CALLBACK and WINAPI directives so that it compiles with
7479 * include/winspool.h: Francois Gouget <fgouget@psn.net>
7480 Fixed a typo in the name of FreePrinterNotifyInfo.
7482 * 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:
7483 Ulrich Czekalla <ulrichc@corel.ca>
7484 HTTP protocol now supported, InternetCrackUrl fixed, lots of other
7487 * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
7488 Patrik Stridvall <ps@leissner.se>
7489 Fixed some warnings.
7491 * dlls/oleaut32/oleaut32.spec:
7492 Patrik Stridvall <ps@leissner.se>
7493 Fixed some issues found by winapi_check.
7495 * 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:
7496 Patrik Stridvall <ps@leissner.se>
7497 - Minor API files fixes
7498 - Use output prefix instead of high order functions that, for some
7499 reason, leaks memory. The memory usage of winapi_check is now greatly
7501 - Turned on argument kind checking of doubles by default
7503 * dlls/commdlg/comdlg32.spec:
7504 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7505 Remove second import of winspool.drv.
7507 * controls/static.c:
7508 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7509 Add support for icons set by STM_SETIMAGE.
7511 * dlls/wineps/bitmap.c:
7512 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7513 Terminate image data with a '>' [The PSLRM is rather vague about this].
7514 Thanks to Bernd Herd.
7516 * graphics/x11drv/xfont.c:
7517 John Elliot <jce@seasip.demon.co.uk>
7518 Some fonts may have no characters at all for some reason, avoid crashes.
7520 * dlls/dsound/dsound_main.c:
7521 James Abbatiello <abbeyj@wpi.edu>
7522 Add a few more flags to those recognized when doing trace+dsound.
7524 * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
7525 Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
7526 variable, not an input variable.
7528 * graphics/x11drv/dib.c:
7529 James Abbatiello <abbeyj@wpi.edu>
7530 Use XCreateImage/XGetSubImage instead of XGetImage for
7531 X11DRV_DIB_GetImageBits.
7533 2000-06-10 Alexandre Julliard <julliard@winehq.com>
7535 * 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:
7536 Added support for symbol codepage.
7537 Improved handling of undefined codepage characters.
7539 * loader/ne/module.c:
7540 Make sure GetModuleFileName16 does not return garbage even if the path
7541 is not valid (thanks to Andreas Mohr).
7543 * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
7544 Dmitry Timoshkov <dmitry@sloboda.ru>
7545 Assign codepage for every X11 font suffix, and use it for converting
7548 * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
7549 Rewrote codepage support to use the new codepage tables.
7551 * 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:
7552 Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
7554 Minor cosmetic fixes.
7556 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
7557 Ove Kaaven <ovek@transgaming.com>
7558 Call TSXFlush after setting DGA palette, so it updates immediately.
7560 2000-06-09 Alexandre Julliard <julliard@winehq.com>
7562 * 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:
7563 Added a bunch of code page tables for multibyte<->wide char
7564 conversions (with the help of Dmitry Timoshkov).
7566 2000-06-08 Alexandre Julliard <julliard@winehq.com>
7568 * 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:
7569 Dmitry Timoshkov <dmitry@sloboda.ru>
7570 Implement NTDLL.towupper and NTDLL.towlower using already existing
7571 case conversion tables. Replace all direct calls to towupper/towlower
7572 either to NTDLL for core or to CRTDLL if latter already used in the
7575 * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
7576 The implementation of StretchBlt in WINE does not use the foreground and
7577 background color when a bitmap is copied from mono to mono. This is
7578 not the case in the actual implementation under Windows but MSDN did
7581 * dlls/comctl32/status.c:
7582 Aric Stewart <aric@codeweavers.com>
7583 Windows must update the right edge (-1) of the last panel upon drawing
7584 instead of relying on WM_SIZE.
7586 * dlls/comctl32/treeview.c:
7587 Aric Stewart <aric@codeweavers.com>
7588 Properly handle InsertItem with an invalid HTREEITEM. Windows handles
7589 these like a TVI_LAST.
7591 * windows/x11drv/event.c:
7592 Turchanov Sergei <turchanov@otvprim.ru>
7595 * dlls/Makefile.in: Added missing dependency.
7597 * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
7598 Removed the .xcnlnk section hack, and replaced it by another hack in
7599 the debugger CREATE_PROCESS event handling.
7601 * dlls/Makefile.in: Merged mouse dll into USER.
7603 * programs/winhelp/macro.c: Compile fix.
7605 * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
7606 Removed a few unnecessary includes.
7608 * 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:
7609 Merged mouse dll into USER.
7611 * 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:
7612 Simplified wrc flags handling.
7615 Yet another attempt at fixing CW_USEDEFAULT handling.
7618 Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
7620 * debugger/module.c:
7621 Strip path name from dll when adding symbols.
7623 * loader/pe_image.c:
7624 Send full path name and debug information in load_dll event.
7626 * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
7627 Pass the main exe name in the CREATE_PROCESS debug event.
7629 * scheduler/sysdeps.c:
7630 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7631 Make a better guess to find the top of the initial stack.
7632 Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
7634 * windows/cursoricon.c:
7635 Louis-Philippe Gagnon (of Macadamian for Corel)
7636 Search for already loaded CursorIcon was done with the wrong handle,
7637 so it was leaking icons. Fixed.
7639 * 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:
7640 Bertho Stultiens <bertho@akhphd.au.dk>
7641 - Implemented MESSAGETABLE resource type.
7642 - Usertype resources that cause a type-clash with defined resources
7643 are now detected and a warning is generated. Some types should be
7644 rerouted through other code so that they will be (re-)interpreted.
7645 - Bugfix: Line-continuation in strings in resources include a newline.
7646 This `feature' got deleted with the builtin preprocessor, but has been
7647 put back into place (see last changes comment from version 1.1.0).
7648 - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
7650 - Bugfix: Assemblers on some platforms do not use 16bit quantities
7651 for `.word'. This directive is now changed into `.short'.
7652 - All types that accept inline data definitions (a la RCDATA) now
7653 also accept a file specification. This unifies the structure a bit.
7655 2000-06-07 Alexandre Julliard <julliard@winehq.com>
7657 * documentation/dll-overrides:
7658 Ove Kaaven <ovek@arcticnet.no>
7659 Text of WWN article "DLL overrides".
7661 * documentation/HOWTO-winelib:
7662 Wilbur N. Dale <wilbur.dale@lumin.nl>
7663 Added to project. Currently incomplete but will update weekly.
7665 * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
7666 Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
7667 has been sent, to avoid deadlocking the debugger.
7669 * controls/combo.c, include/combo.h:
7670 Serge Ivanov <sergei@corel.ca>
7671 - ComboLBox is always created as child of ComboBox. If ComboBox has style
7672 other than CBS_SIMPLE, parent of listbox is set to desktop.
7673 - In CBDropDown. ComboBox uses only first item to calculate height of
7674 dropped listbox. Also if listbox is empty its height is unmodified
7675 (previously it was set to 0).
7676 - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
7677 - General clean-up. Message order is now more precise (at least
7678 notifications to client); listbox - combobox interaction has slight
7679 differences comparing to Windows.
7681 * controls/edit.c: Serge Ivanov <sergei@corel.ca>
7682 - Removed dependency of edit control from combobox implementation.
7683 - Edit control uses undocumented window style 0x0200 to detect is it a part
7684 of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
7685 window handle (see comments for combo.c below).
7686 - EDIT_CheckCombo - modified for correct handling of keyboard messages.
7687 - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
7688 depends on whether listbox is dropped down. This prevents closing of dialog
7689 if listbox is dropped down and allows combobox to process these keyboard
7692 * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
7693 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
7694 - When user clicks outside of dropped listbox, original selection must be
7696 - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
7697 LB_CARETON message before dropping listbox down (but only for
7698 CBS_DROPDOWNLIST - I don't now why).
7700 * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
7701 Well, SetParent doesn't work properly at all, but at least it must preserve
7702 window ID. In fact it also must preserve window styles, destroy X
7703 counterpart if parent of popup or overlapped window is set to someting
7704 different from Desktop, and lot of other stuff that it must and mustn't do.
7705 But preserving ID is good enough for now.
7707 * include/winuser.h: Serge Ivanov <sergei@corel.ca>
7708 Added undocumented window style.
7710 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
7711 Peter Hunnisett <hunnise@nortelnetworks.com>
7712 - Small update to documentation
7713 - More player/group interface implementation (not tested)
7716 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7717 Don't call MessageBoxA before USER is initialized.
7719 * controls/listbox.c: Stephane Lussier
7722 - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
7723 and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
7724 the size in both cases.
7725 - When the caret index change, items repainting need tp be in this
7727 a) Paint old caret item without the focus
7728 b) Paint old caret item without the selection
7729 c) Paint new caret item with the selection
7730 d) Paint new caret item with the focus.
7731 - When repainting the listbox, we should paint all items regarding if
7732 they are slected or not and then paint after the focus item. So focus
7733 item will end out being painted twice. (That's what Windows does).
7735 * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
7736 mmap() fails with ENODEV on NTFS under Linux.
7738 * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
7739 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7740 PathFindNextComponent: return pointer to NULL and not NULL.
7742 * dlls/comctl32/toolbar.c:
7743 Aric Stewart <aric@codeweavers.com>
7744 Added handling of TBSTYLE_AUTOSIZE.
7746 * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
7747 Patrik Stridvall <ps@leissner.se>
7748 Fixed some warnings.
7750 * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
7751 Patrik Stridvall <ps@leissner.se>
7752 Fixed issues found by winapi_check.
7754 * 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:
7755 Patrik Stridvall <ps@leissner.se>
7756 - Minor API files update.
7757 - Turned on calling convention checking for Win32 functions by
7760 * dlls/comctl32/toolbar.c:
7761 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7762 TOOLBAR_DrawString: catch index== -1 (but not yet handled).
7765 Fixed off-by-one error in string allocation.
7768 Alexandre Julliard <julliard@codeweavers.com> for Corel
7769 The window dimensions have to be initialized before sending the
7770 WM_GETMINMAXINFO message.
7772 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
7773 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7774 Removed mis-aligned accesses during BIOS/DOS data initialization.
7777 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7778 Fixed size of pe_header on machines with non-4K pages.
7780 * if1632/snoop.c, relay32/snoop.c:
7781 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7782 Use "CALL" and "RET" in capital letters for distinction.
7784 * dlls/comctl32/propsheet.c:
7785 Noomen Hamza <noomen@macadamian.com>
7786 The active page should be unchanged when removing an active first page
7787 from a property sheets.
7789 2000-06-04 Alexandre Julliard <julliard@winehq.com>
7791 * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
7792 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7793 Updated support for Solaris/Sparc architecture.
7795 * dlls/comctl32/toolbar.c:
7796 Michael Cardenas <michael_cardenas@deneba.com>
7797 Corrected a potential crash.
7799 * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
7800 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7801 Moved stack switch handling (large stack) to sysdeps.c
7802 Enable exception dispatch while on large stack.
7804 * dlls/comctl32/listview.c:
7805 Chris Morgan <cmorgan@wpi.edu>
7806 Finished the implementation of LISTVIEW_SetColumnWidth. Tested
7807 against windows thoroughly. Fixed bug resulting in unsigned values
7808 being passed into LISTVIEW_SetColumnWidth from the listview window
7809 procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
7810 icons if no icons exist.
7812 * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
7813 Added defines for LVSCW_AUTOSIZE/_USEHEADER.
7815 * dlls/comctl32/header.c:
7816 Chris Morgan <cmorgan@wpi.edu>
7817 Replaced calls to HEADER_Refresh with InvalidateRect.
7819 * dlls/comctl32/toolbar.c:
7820 Eric Kohl <ekohl@rz-online.de>
7821 Started support for menubar-like toolbars.
7823 * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
7824 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7825 Compile fixes for non-i386 archs.
7827 * controls/button.c, controls/uitools.c:
7828 Susan Farley <sfarley@codeweavers.com>
7829 Attempt to paint the checkbox and radio buttons better.
7831 2000-06-03 Alexandre Julliard <julliard@winehq.com>
7833 * dlls/ttydrv/ttydrv_main.c: Fixed warning.
7835 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
7836 Eric Kohl <ekohl@rz-online.de>
7837 Updated to dll version 5.81 (IE 5.01).
7839 * dlls/comctl32/treeview.c:
7840 Eric Kohl <ekohl@rz-online.de>
7841 Implemented TVM_GETITEMW.
7843 * dlls/comctl32/listview.c, include/listview.h:
7844 Jason Mawdsley <jason@macadamian.com>
7845 Added support for typing the filename in the listview control and
7846 having the control select it.
7848 * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
7849 Removed MSG_WineStartTicks (does not work for multiple address spaces
7852 * graphics/enhmetafiledrv/init.c:
7853 Replaced GetDC by CreateDC.
7855 * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
7856 Moved DIB_FixColorsToLoadflags to cursoricon.c.
7858 * documentation/wine.man.in:
7859 Peter Ganten <peter@ganten.org>
7860 Documented the new wine command line and the environment variable
7863 * msdos/dpmi.c, dlls/dsound/dsound_main.c:
7864 Patrik Stridvall <ps@leissner.se>
7865 Fixed some warnings.
7867 * 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:
7868 Patrik Stridvall <ps@leissner.se>
7871 * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
7872 Delay loading of interrupt table functions until they are needed.
7874 * include/miscemu.h, msdos/ioports.c:
7875 Delay initialization of I/O permissions until they are first used.
7877 * 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:
7878 Moved kernel initialization to kernel_main.c
7880 * 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:
7881 Merged display.dll into USER.
7884 Juergen Schmied <juergen.schmied@debitel.net>
7887 * 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:
7888 Dimitrie O. Paun <dimi@cs.toronto.edu>
7889 Start to separate KERNEL out of libwine.
7891 2000-06-02 Alexandre Julliard <julliard@winehq.com>
7893 * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
7894 Susan Farley <sfarley@codeweavers.com>
7895 Preserve WM hints that were set during window creation by calling
7896 XGetWMHints prior to XSetWMHints.
7898 * include/commdlg.h:
7899 Michael Cardenas <michael_cardenas@deneba.com>
7900 Added a few message crackers.
7902 * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
7903 Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
7904 statements, to autogenerated wine.conf.
7906 * 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:
7907 Juergen Schmied <juergen.schmied@debitel.net>
7908 - Rewrite of the shell related parts of the dialog to use the already
7909 in shell32implemented functions (ShellFolder/Path*). Eliminated direct
7911 - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
7912 some dlls per *.spec file
7913 - Most OpenFile Flags (OFN_*) should work properly now
7914 - The edit box should work right with all stuff entered in it like
7915 ..\temp\file.txt or just c: to change a drive
7916 - Optimized DataObject handling
7917 - Some bugs fixed, should work with native shell32 again.
7918 - Stubs for PrintDlgEx
7920 2000-06-01 Alexandre Julliard <julliard@winehq.com>
7922 * 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:
7923 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7924 Lots of spelling fixes that accumulated in my tree again, made several
7925 error msgs more verbose, doc updates.
7927 * 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:
7928 Juergen Schmied <juergen.schmied@debitel.net>
7929 - New (some stubs): SHGetFolderLocation, PathAddExtension,
7930 PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
7931 SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
7932 - Many string functions implemented
7933 - Some stubs for exports by ordinal
7935 * loader/pe_image.c:
7936 Juergen Schmied <juergen.schmied@debitel.net>
7937 Give a error message if a forwarded export is not resolved.
7939 * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
7940 Juergen Schmied <juergen.schmied@debitel.net>
7941 Implemented FindFirstFileEx, cleaned old implementation up.
7943 * controls/widgets.c:
7944 Louis-Philippe Gagnon (of Macadamian for Corel)
7945 Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
7946 Static window class was registered without the CS_DBLCLKS style (which it
7949 * scheduler/process.c:
7950 Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
7952 * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
7953 Peter Hunnisett <hunnise@nortelnetworks.com>
7954 - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
7955 - Added some SoundCapture stubs
7956 - Changed REFIID to LPCGUID in a few places as per MS header file
7958 * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
7959 Juergen Schmied <juergen.schmied@debitel.net>
7960 Stub for RtlConvertSidToUnicodeString.
7962 * controls/static.c: Serge Ivanov <sergei@corel.ca>
7963 MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
7964 SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
7966 * dlls/winsock/socket.c:
7967 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7970 2000-05-31 Alexandre Julliard <julliard@winehq.com>
7972 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
7973 Set a default size for windows when CW_USEDEFAULT is used.
7975 2000-05-30 Alexandre Julliard <julliard@winehq.com>
7977 * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
7978 Zoran Dzelajlija <jelly@srk.fer.hr>
7979 Basic Croatian language support.
7981 * controls/edit.c: Serge Ivanov
7982 Returning DLGC_WANTALLKEYS for multiline edit control was not good because
7983 it breaks navigation in dialogs.
7985 * dlls/dsound/dsound_main.c:
7986 Peter Hunnisett <hunnise@nortelnetworks.com>
7987 - Fixed some initialization/destruction and reference counting
7988 - Added a little more debugging information
7990 * tools/font_convert.sh:
7991 Peter Ganten <peter@ganten.org>
7992 Added a shell-script for easier font-installation.
7994 * 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:
7995 Dimitrie O. Paun <dimi@cs.toronto.edu>
7996 Separate wineps out of Wine's core.
7998 * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
7999 Peter Hunnisett <hunnise@nortelnetworks.com>
8000 - Added a little more dll level debugging and small changes
8001 - Start on group and player interfaces
8003 * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
8004 Peter Hunnisett <hunnise@nortelnetworks.com>
8005 - Add another way to create a 3d listener interface.
8006 - Fix up some reference counting bugs and interface creation bugs
8007 - Add DirectSoundEnumerateW stub
8008 - Add DirectSoundCaptureEnumerate{A,W} stubs
8010 * dlls/comctl32/datetime.c, include/datetime.h:
8011 Chris Morgan <cmorgan@wpi.edu>
8012 Added 3D border around control. Fixed monthcal control popup. Added
8013 WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
8014 Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
8015 date is now displayed properly for DTS_SHORTDATEFORMAT.
8017 * dlls/comctl32/monthcal.c:
8018 Chris Morgan <cmorgan@wpi.edu>
8019 Removed all direct calls to MONTHCAL_Refresh() and replaced with
8020 either RedrawWindow or InvalidateRect. Optimized drawing using
8021 RedraWindow and update regions. Fixed "Today" date bug where year was
8022 only one digit. Fixed drawing of circle drawn next to "Today". Fixed
8023 moving to previous or next month by clicking on days belonging to
8024 previous or next months.
8026 * relay32/kernel32.spec, win32/console.c:
8027 Ulrich Czekalla <ulrichc@corel.com>
8028 Add stub for SetConsoleOutputCP.
8031 Marcus Meissner <marcus@jet.franken.de>
8032 Add a ; needed by some YACCs.
8034 * dlls/ddraw/dsurface/x11.c:
8035 Lionel Ulmer <lionel.ulmer@free.fr>
8036 Install the colormap only if it was created.
8039 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8040 Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
8042 * dlls/opengl32/wgl.c:
8043 Lionel Ulmer <lionel.ulmer@free.fr>
8044 Implemented wglShareLists and wglGetCurrentDC.
8046 * 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:
8047 Moved idle event handling to the server.
8050 Use GetStartupInfoA() instead of accessing process structure
8054 Make sure initial task is not marked as 32-bit.
8057 Make child processes inherit command-line options through the
8058 WINEOPTIONS environment variable.
8060 * windows/win.c: Serge Ivanov
8061 SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
8063 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
8064 Dimitrie O. Paun <dimi@cs.toronto.edu>
8065 Moved DISPDIB out of the kernel into GDI.
8067 * controls/combo.c, include/combo.h:
8068 David Grant <davidgra@corel.ca>
8069 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
8070 - Edit text must be selected only if CB is in focus.
8071 - If CB has edit control we have to call CBUpdateEdit to update its
8072 contents. Invalidating textRect will not force updating of child
8073 edit control, obviously.
8074 - We have to protect ourselves from changing selection in listbox when
8075 we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
8076 EN_CHANGE will not reselect item in the lisbox.
8078 * dlls/gdi/gdi_main.c:
8079 Dimitrie O. Paun <dimi@cs.toronto.edu>
8080 Add include for LoadLibrary.
8082 * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
8083 Turchanov Sergei <turchanov@otvprim.ru>
8084 Implemented local atoms in the server.
8086 * if1632/builtin.c: Do not load wineps on startup.
8089 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8092 * controls/combo.c: Owen Wang
8093 When you click on an icon to open a combo box, you would expect it to
8094 be enabled so you can choose something in it. In Wine this was not
8095 guaranteed since your default flags could get lost in the process-heap
8098 2000-05-29 Alexandre Julliard <julliard@winehq.com>
8100 * 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:
8101 Exec a separate wine binary for every win32 process so that they run
8102 in separate address spaces.
8103 Run 16-bit tasks as Win32 threads, not processes.
8105 2000-05-26 Alexandre Julliard <julliard@winehq.com>
8107 * include/version.h, ANNOUNCE, ChangeLog:
8110 * controls/listbox.c: Serge Ivanov
8111 - Added handling of WM_MOUSEACTIVATE message
8112 - Added in_focus field to internal listbox's structure. This flag is set on
8113 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
8114 GetFocus function were replaced with checks of this flag.
8115 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
8118 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
8119 Peter Hunnisett <hunnise@nortelnetworks.com>
8120 Started local name server framework.
8122 * 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:
8123 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8124 Add PrintSetup dialog and support for hooks and templates.
8125 Move 16 bit api definitions out of commdlg.h to cdlg.h
8127 ----------------------------------------------------------------
8128 2000-05-26 Alexandre Julliard <julliard@winehq.com>
8130 * controls/listbox.c: Serge Ivanov
8131 - Added handling of WM_MOUSEACTIVATE message
8132 - Added in_focus field to internal listbox's structure. This flag is set on
8133 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
8134 GetFocus function were replaced with checks of this flag.
8135 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
8138 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
8139 Peter Hunnisett <hunnise@nortelnetworks.com>
8140 Started local name server framework.
8142 * 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:
8143 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8144 Add PrintSetup dialog and support for hooks and templates.
8145 Move 16 bit api definitions out of commdlg.h to cdlg.h
8147 * controls/edit.c: Henning Hoffmann
8148 Don't send EN_CHANGE after painting the edit.
8149 Send it wherever text is changed.
8151 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
8152 Moved the EN_UPDATE notification out of the paint handler. Instead,
8153 the notification is sent when an InvalidateRect is made after
8156 * dlls/comctl32/tooltips.c:
8157 Francois Methot (Macadamian)
8158 Fixed the blank color palette tooltip bug by triggering a refresh of
8159 the tooltip with UpdateWindow function instead of calling directly the
8162 * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
8163 James Juran <juran@cse.psu.edu>
8164 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
8166 2000-05-25 Alexandre Julliard <julliard@winehq.com>
8169 Do not clear suffixes list (breaks BSD make).
8171 * dlls/winspool/info.c, include/winspool.h:
8172 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8173 Move winspool to unicode.
8176 * dlls/comctl32/trackbar.c:
8177 Aric Stewart <aric@codeweavers.com>
8178 Reworked the thumb drawing code, thumb calculation code, channel
8179 calculation code, and corrected some bugs in how tics are drawn and
8180 how clicks are handled.
8183 Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
8184 Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
8186 * dlls/comctl32/toolbar.c:
8187 Chris Morgan <cmorgan@wpi.edu>
8188 Use clipping regions to reduce the amount of processing performed when the
8189 toolbar is repainting. Reduces processing by approximately 85-95% in most
8192 * dlls/comctl32/treeview.c:
8193 Gerard Patel <g.patel@wanadoo.fr>
8194 Fixes crash when calling Treeview_EndEditLabelNow and no node is
8197 2000-05-24 Alexandre Julliard <julliard@winehq.com>
8199 * dlls/comctl32/flatsb.c:
8200 Susan Farley <sfarley@codeweavers.com>
8201 Defer to standard scrolling APIs for non-flatSB specific functions so
8202 that flatSBs show up and behave properly, just not with flat properties.
8204 * graphics/x11drv/dib.c:
8205 Rob Farnum <robf@codeweavers.com>
8206 Separate out the 32bit case from the 24bit case, and copy 3bytes of
8207 source for every 4bytes of input, into the destination for the 24bit
8210 * include/winbase.h, include/winnt.h, win32/file.c:
8211 Francois Gouget <fgouget@psn.net>
8212 Sorted out a few misplaced definitions.
8213 Added some missing definitions related to file handling and virtual
8214 memory manipulation.
8215 Added IsTextUnicode.
8217 * dlls/comctl32/treeview.c:
8218 Aric Stewart <aric@codeweavers.com>
8219 Added handling for TVS_SINGLEEXPAND.
8221 * dlls/comctl32/tab.c:
8222 Aric Stewart <aric@codeweavers.com>
8223 Corrected the problem where a tab control marked multiline but has
8224 only one tab was being justified to fill the whole tab space.
8226 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
8227 Commented out broken __asm__, added comments where it is broken.
8229 * dlls/comctl32/listview.c:
8230 Martin Fuchs <martin-fuchs@gmx.net>
8231 Inserted a missing call to SetWindowPos(). With this change the header
8232 control is visible again in list views with report style.
8234 * Make.rules.in, tools/wrc/Makefile.in:
8235 Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
8237 2000-05-23 Alexandre Julliard <julliard@winehq.com>
8239 * windows/message.c:
8240 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8241 Send a normal mouse message code in WM_PARENTNOTIFY, even if the
8242 actual message was a non-client one.
8244 * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
8245 Patrik Stridvall <ps@leissner.se>
8246 Fixed issues found by winapi_check.
8248 * 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:
8249 Patrik Stridvall <ps@leissner.se>
8251 - Better headers and prototype checking
8252 - Prototype checking now called --prototype instead of --headers
8253 - New options --headers-{duplicated,misplaced} for
8254 duplicated/misplaced functions checking of the headers.
8257 * Make.rules.in, configure, configure.in:
8258 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8259 If system doesn't have OpenGL, don't refer to libopengl32.so.
8261 * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
8262 Abey George (of Macadamian/Corel)
8263 When you open files with Embedded objects, they were not getting drawn
8264 correctly. When you paste OLE objects with presentation data, they
8265 were not getting drawn correctly.
8267 * controls/menu.c: Rob Farnum <robf@codeweavers.com>
8268 Post a WM_CANCELMODE message to wake up the internal menu handling
8269 code. This fixes the problem of a menu being orphaned when the parent
8270 window disappears, or if the parent loses focus.
8272 * dlls/winsock/socket.c:
8273 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8274 Fix a mismatch between format string and parameter.
8276 * dlls/comctl32/updown.c:
8277 Susan Farley <sfarley@codeweavers.com>
8278 SetBuddy no longer overwrites its superclass' WndProc property when
8279 the buddy has already been subclassed, eliminating the infinite loop
8282 * configure, configure.in:
8283 John R. Sheets <jsheets@codeweavers.com>
8284 Cleaned up X11 extension tests.
8286 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
8287 Capture ^V,^X,^C and translate it to the corresponding message for
8290 * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
8291 Lionel Ulmer <lionel.ulmer@free.fr>
8292 - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
8293 - prevent HalfLife from crashing when it frees three times the same
8296 * graphics/vga.c, include/vga.h:
8297 Ove Kaaven <ovek@arcticnet.no>
8298 Improved DirectDrawPalette handling (set it on init, not every time it
8299 changes). Added VGA_WriteChars() function.
8301 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
8302 Scale mouse coordinates to default width 640.
8304 * dlls/ddraw/ddraw/main.c:
8305 Ove Kaaven <ovek@arcticnet.no>
8306 Made WINE_DirectDraw a decorationless popup window. Fixes mouse
8307 coordinates previously offset by the invisible decorations.
8310 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8311 #undef DELETE before (re)defining it.
8313 * dlls/comctl32/tooltips.c:
8314 Chris Morgan <cmorgan@wpi.edu>
8317 * dlls/comctl32/toolbar.c:
8318 Chris Morgan <cmorgan@wpi.edu>
8319 Reduce toolbar redrawing and flicker by calling RedrawWindow() in
8320 TOOLBAR_MouseMove() only if hot effect applies to the current hot
8321 button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
8322 restore hot effect properly.
8324 * controls/listbox.c: Serge Ivanov
8325 Fixed WM_LBUTTONDBLCLK handling.
8327 * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
8328 Susan Farley <sfarley@codeweavers.com>
8329 Set and retrieve the window icon that is drawn under managed mode
8330 (based on the work of Andrew Lewycky for Corel).
8332 * dlls/comctl32/toolbar.c:
8333 Aric Stewart <aric@codeweavers.com>
8334 Corrected a problem of when oldHit is negative and we try to use it as
8335 an index into the buttons array.
8337 * include/windows.h: Francois Gouget <fgouget@psn.net>
8338 Should include commdlg.h.
8340 * include/windef.h: Francois Gouget <fgouget@psn.net>
8341 Define the _X86_ macro on Intel processors.
8344 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8345 Some part of EDIT_EM_LineLength code was commented (broken). Restored
8346 the capability to calculate the remaining non-selected chars of a
8349 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
8350 Lionel Ulmer <lionel.ulmer@free.fr>
8351 Remove the PRIMARYSURFACE attribute from back buffers.
8353 * dlls/comctl32/listview.c:
8354 Aric Stewart <aric@codeweavers.com>
8355 If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
8356 header like normal but just sets it not visible. This fix lays out
8357 those supposedly nonexistent headers to size 0,0. So that even if they
8358 become visible they are not drawn.
8360 * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
8361 Gerard Patel <g.patel@wanadoo.fr>
8362 Remove the direct call into core (DIALOG_DoDialogBox).
8364 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
8365 Lionel Ulmer <lionel.ulmer@free.fr>
8366 Initialize the back-buffer with the correct VTable.
8368 * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
8369 Lionel Ulmer <lionel.ulmer@free.fr>
8370 - added option to get double-buffered desktop
8371 - implemented wglUseFontBitmapsA and wglDeleteContext
8373 * 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:
8374 Bertho Stultiens <bertho@akhphd.au.dk>
8375 - Implemented animated cursors and icons resource types.
8376 - Added partial support for font resources (user supplied fontdir is
8378 - All resources with inline data (a la RCDATA) now support language,
8379 version and characteristics data.
8380 - Implemented resource name duplicate checks. It is now an error if
8381 two resources of the same type have the same name.
8382 - Bugfix: Language propagation was not correct when .res files were
8384 - Bugfix: VERSIONINFO now handles memory options.
8385 - Bugfix: resource names and the resource type may be equal (e.g. MENU
8386 MENU {...}). This support was mistakingly deleted in the upgrade to
8387 the builtin preprocessor.
8388 The standalone LANGUAGE setting became context sensitive as a consequence
8389 of this. Now it *must* end with a newline *after* both expressions and
8390 no newlines are allowed within the line (the statement must fit on one
8391 line). This is no practical problem though.
8393 * tools/winapi_check/output.pm:
8394 Francois Gouget <fgouget@psn.net>
8395 Send regular messages to stdout so that they are separate from
8398 * documentation/bugreports:
8399 Gerard Patel <g.patel@wanadoo.fr>
8400 Regression testing using CVS.
8402 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
8403 Peter Hunnisett <hunnise@nortelnetworks.com>
8404 - Small fixes/updates
8405 - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
8407 * documentation/winedbg:
8408 Eric Pouech <Eric.Pouech@wanadoo.fr>
8409 A bit of documentation on new debugging features.
8411 * files/directory.c: James Juran <juran@cse.psu.edu>
8412 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
8413 it does not find the file.
8415 * scheduler/debugger.c:
8416 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8417 Use WARN() instead of TRACE() in DebugOutputA().
8420 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8421 HeapFree on a NULL ptr should return TRUE.
8423 2000-05-19 Alexandre Julliard <julliard@winehq.com>
8425 * dlls/comctl32/listview.c:
8426 Chris Morgan <cmorgan@wpi.edu>
8427 Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
8428 mode and item text is wider than the current nItemWidth.
8431 Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
8432 Fixed initialization of INSTANCEDATA in InitTask().
8434 * dlls/ole32/storage.c:
8435 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8436 StgOpenStorage16: correct arguments to the CreateFile call.
8439 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8440 DOSFS_DoGetFullPathName: terminate string weh called like .\\file
8442 * dlls/icmp/icmp_main.c:
8443 Francois Gouget <fgouget@psn.net>
8444 Replace the calls to malloc by calls to HeapAlloc and friends.
8446 * dlls/comctl32/toolbar.c:
8447 Aric Stewart <aric@codeweavers.com>
8448 Fixes the line of garbage at the bottom of images and the fact that
8449 the buttons in the open dialog box where too tall.
8451 * 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:
8452 Dimitrie O. Paun <dimi@cs.toronto.edu>
8453 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
8455 2000-05-18 Alexandre Julliard <julliard@winehq.com>
8457 * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
8458 Peter Hunnisett <hunnise@nortelnetworks.com>
8459 - Added remaining DirectX 3D3 6&7 3D interfaces.
8460 - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
8462 - Fixed dsound.h include list (d3d.h->d3dtypes.h).
8464 * programs/regapi/README:
8465 Juergen Lock <nox@jelal.kn-bremen.de>
8468 * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
8469 Fixed issues found by winapi_test.
8471 * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
8472 Patrik Stridvall <ps@leissner.se>
8473 GetRelAbs for some reason takes 2 parameters, even though the second
8474 one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
8476 * controls/edit.c: Sheri Steeves
8477 The edit is now detected correctly if the parent is a combo box. It
8478 wasn't working when the combobox was superclassed.
8480 * windows/nonclient.c: Francois Boisvert
8481 System icons in the small caption bars are displayed with the right size.
8483 * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
8484 Patrik Stridvall <ps@leissner.se>
8485 Fixed issues found by winapi_check.
8487 * 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:
8488 Patrik Stridvall <ps@leissner.se>
8491 * dlls/comctl32/tab.c:
8492 Francois Gouget <fgouget@psn.net>
8493 Convert C++ comments to regular C comments.
8495 * 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:
8496 Ove Kaaven <ovek@arcticnet.no>
8497 Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
8498 map to point to the IDirectDrawPalette's own depth conversion color map.
8500 * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
8501 Ove Kaaven <ovek@arcticnet.no>
8502 Initialize an identity mapping in CreatePalette if no depth conversion
8503 is necessary. Also fixed a warning.
8505 * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
8506 Made X11DRV_DIB_MapColor map back to the original color index if the
8507 XImage pixel's physical color is still the same.
8509 2000-05-15 Alexandre Julliard <julliard@winehq.com>
8511 * graphics/x11drv/xfont.c:
8512 Use the correct display for cached metrics file name.
8513 Store metrics in specified config dir.
8515 * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
8516 Make sure all Wine processes share the same X display.
8517 Inherit --managed option across processes.
8518 Add support for specifying display and managed mode in config file.
8520 * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
8521 Use unsigned int instead of unsigned short in DirectDraw
8522 depth-conversion color map.
8524 * controls/listbox.c:
8525 Susan Farley <sfarley@codeweavers.com>
8526 Avoid calls to SetFocus when they are unnecessary.
8528 2000-05-14 Alexandre Julliard <julliard@winehq.com>
8530 * dlls/comctl32/treeview.c:
8531 David Black <dblack@btinternet.com>
8532 Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
8534 * dlls/winmm/wineoss/midi.c:
8535 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8536 More verbose errors.
8538 * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
8539 Fixed borders of windows while dragging or sizing to match
8540 TWEAK_WineLook setting.
8542 * relay32/builtin32.c:
8543 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8544 #include <sys/types.h> before <sys/mman.h>.
8546 * 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:
8547 Dimitrie O. Paun <dimi@cs.toronto.edu>
8548 Moved DDEML into dlls/user.
8550 * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
8551 Added support for registry values larger than the server buffer.
8552 When loading a registry file, automatically determine overlap between
8553 key name and file contents based on the first key name.
8554 Removed v1 saving code.
8555 Save USER\.Default separately into ~/.wine/userdef.reg.
8557 * 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:
8558 Ove Kaaven <ovek@arcticnet.no>
8559 Improved DIBSection support for IDirectDrawSurface::GetDC.
8561 * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
8562 Lionel Ulmer <lionel.ulmer@free.fr>
8563 - set debug messages after a TRACE_ON test
8564 - prevent crash when making the NULL context current
8566 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
8567 When new menu Id is not found or index > nitems, insert the new menu
8568 at end of current menu.
8570 2000-05-13 Alexandre Julliard <julliard@winehq.com>
8572 * 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:
8573 Peter Hunnisett <hunnise@nortelnetworks.com>
8574 - Added ability to create 3D3 interfaces for Xlib
8575 - Changed DD_OK to D3D_OK in some places for consistency
8576 - Cleaned up some compiler warnings present without DGA2
8577 - Changed order for DirectDrawEnumerateExA to enumerate at least
8578 what abilities are known rather than bailing on unsupported flags
8579 - Added DirectDrawCreateEx stub
8581 2000-05-12 Alexandre Julliard <julliard@winehq.com>
8584 Susan Farley <sfarley@codeweavers.com>
8585 Distinguish RADIOCHECK style menu items from standard checkmark menu
8588 * controls/button.c:
8589 Susan Farley <sfarley@codeweavers.com>
8590 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
8591 should be sent a BN_CLICKED when it receives the focus.
8594 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8595 GetFullPathname: add missing termination to the string.
8597 * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
8598 Patrik Stridvall <ps@leissner.se>
8599 Fixed byte order on Solaris and FreeBSD.
8601 * 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:
8602 Lionel Ulmer <lionel.ulmer@free.fr>
8603 Added support for OpenGL.
8605 * dlls/shell32/shlfolder.c:
8606 Eric Pouech <Eric.Pouech@wanadoo.fr>
8607 Fixed absolute path to pidl generation.
8609 2000-05-11 Alexandre Julliard <julliard@winehq.com>
8611 * dlls/shell32/shlfolder.c:
8612 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8613 Fixed buffer overflow.
8615 * 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:
8616 Patrik Stridvall <ps@leissner.se>
8617 Fixed some debug messages.
8619 * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
8620 Patrik Stridvall <ps@leissner.se>
8621 Fixed issues found by winapi_check.
8623 * 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:
8624 Patrik Stridvall <ps@leissner.se>
8625 - Check for missing modules in modules.dat.
8626 - New options --debug-messages for debug message checking (turned off
8628 - Do not discard the argument name (use in debug message checking)
8632 * graphics/x11drv/dib.c:
8633 Marcus Meissner <Marcus.Meissner@caldera.de>
8634 Fixed asm() constraints.
8636 * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
8637 Eric Pouech <Eric.Pouech@wanadoo.fr>
8638 Fixed %p in printf (now using wsprintf which doesn't support it).
8639 Added ThreadId and ProcessId internal vars.
8640 Allow at startup to pick up a process to debug.
8642 * dlls/winmm/wineoss/audio.c:
8643 Eric Pouech <Eric.Pouech@wanadoo.fr>
8644 Fixed division by zero.
8646 * dlls/comctl32/trackbar.c:
8647 Eric Pouech <Eric.Pouech@wanadoo.fr>
8648 Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
8650 * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
8651 Scroll off-screen controls when scroll rectangle is NULL.
8653 * dlls/comctl32/tab.c, include/tab.h:
8654 Ken Thomases <ken@codeweavers.com>
8655 Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
8658 * dlls/comctl32/imagelist.c:
8659 Aric Stewart <aric@codeweavers.com>
8660 Remove the background from the new image when it is being replaced
8661 with a ReplaceImage.
8663 * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
8664 Bernd Herd <info@herdsoft.com>
8665 Make sure hInstance is a proper global handle and not a selector
8668 * dlls/commdlg/printdlg.c: Jean-Claude Batista
8669 PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
8671 * dlls/comctl32/treeview.c:
8672 Aric Stewart <aric@codeweavers.com>
8673 Clean up the drawing code after a label update. There were problems if
8674 the new label is shorter that the old label fragments of the old label
8677 * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
8678 Clear menu handle after destroying menu.
8681 Guy Albertelli <galberte@neo.lrun.com>
8682 Revalidate menu handle in mt.hTopMenu after DispatchMessage.
8684 * windows/dialog.c: Bernd Herd <info@herdsoft.com>
8685 Pass CTLDATA as SEGPTR for 16-bit programs.
8687 * dlls/version/ver16.c:
8688 Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
8689 Prevent possible NULL pointer access.
8691 2000-05-10 Alexandre Julliard <julliard@winehq.com>
8693 * controls/menu.c: Aric Stewart <aric@codeweavers.com>
8694 - Wine was passing the wrong hwnd as the owner when processing owner
8696 - When doing MENU_CalcItemSize for the menu bar we were not properly
8697 padding the returned rect.
8699 * dlls/comctl32/treeview.c:
8700 Aric Stewart <aric@codeweavers.com>
8701 Allow the user to cancel label editing with esc and confirm with return.
8703 * dlls/comctl32/tab.c:
8704 Ken Thomases <ken@codeweavers.com>
8705 Restore accidentally undone changes.
8707 * dlls/comctl32/treeview.c:
8708 Aric Stewart <aric@codeweavers.com>
8709 - Wine was not properly reporting back the edited label to the
8710 application in a treeview when the label is a callback.
8711 - Because windows applications assume they get a new edit control
8712 every time they often subclass that edit box willy-nilly and do not
8713 clean up. So it is necessary to actually give them a new edit control
8716 * dlls/comctl32/toolbar.c:
8717 Aric Stewart <aric@codeweavers.com>
8718 - Cleaned up some of the drawing code, specifically dealing with
8719 avoiding trying to draw invalid bitmaps.
8720 - Avoid directly calling drawing functions instead invalidating rects
8721 and relying on WM_PAINT.
8722 - For the dropdown event check the button style as opposed to the
8725 * dlls/dsound/dsound_main.c:
8726 Eric Pouech <Eric.Pouech@wanadoo.fr>
8727 Make internal buffers size multiple of 4.
8730 Guy L. Albertelli <galberte@neo.lrun.com>
8731 Verify the menu handle is non-zero prior to use.
8733 * controls/menu.c: Ken Thomases <ken@codeweavers.com>
8734 Fixed to display popup-menu arrow on owner-drawn popup menus.
8735 Fixed positioning of submenus relative to parent menus.
8737 * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
8738 Specify the service thread timers in ms instead of us.
8740 * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
8741 Reserve space for the PE header at the start of the .so file.
8742 Store the export table inside the data section so that sections can be
8744 Build the relay function table directly in the .spec.c file.
8745 Moved relay debugging functions to relay386.c.
8747 * 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:
8748 Gerard Patel <g.patel@wanadoo.fr>
8749 Protect against use of comctl32 private control memory after it has
8752 * dlls/comctl32/status.c:
8753 Aric Stewart <aric@codeweavers.com>
8754 Some programs switch their status bar back and forth from simple mode
8755 while running. This fix corrects drawing and text setting problems that
8756 result from this behavior.
8758 2000-05-09 Alexandre Julliard <julliard@winehq.com>
8761 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8762 Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
8763 Various optimizations.
8765 * dlls/winmm/wineoss/audio.c:
8766 Eric Pouech <Eric.Pouech@wanadoo.fr>
8767 Changed WAVEHDR notification heuristic.
8768 Added preliminary support for loops in WAVEHDRs.
8769 Fixed issues when mixing open and getCaps calls.
8771 * 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:
8772 Bertho Stultiens <bertho@akhphd.au.dk>
8773 - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
8774 address of a pointer instead of its value. This probably slipped in
8775 during the merge of my tree into the winetree.
8776 Lesson learned: always double check.
8777 - Verified most resources so that win16 compile also generates correct
8778 output for reversed endian.
8779 - Implemented byte-ordering for resources. All resources can be forced
8780 to be little-, big- or native endian with command-line option -B.
8781 - Reading resources from .res-files are only accepted in native byte-
8782 ordering so that no additional semantic analysis is required.
8783 - Resource directory is still written in native-only format, including
8785 - Wrc is now installed through the makefile with 'make install' and also
8786 uninstalled with 'make uninstall'.
8787 - Wrote a man-page for better reference. The manpage also gets installed
8789 - Cleaned up the namespace a bit by more agressive use of static.
8791 * dlls/comctl32/tab.c, include/tab.h:
8792 Aric Stewart <aric@codeweavers.com>
8793 Added the ability to use multiline tab controls to wine.
8795 * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
8796 Marcus Meissner <marcus@jet.franken.de>
8797 Number of surface Lock/Unlocks must NOT match, so do NOT use it for
8800 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
8801 Update for new Wine features; use ttydrv instead of x11drv when
8802 running regapi, and set correct winedbg path in the registry.
8804 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
8805 Fixed jump_alias for non-PIC, and disabled it for PIC, since it
8806 doesn't work for PIC right now. This fixes current crashing sigaction
8809 * debugger/memory.c:
8810 Eric Pouech <Eric.Pouech@wanadoo.fr>
8813 * dlls/advapi32/registry.c:
8814 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8815 Added some reg temp file clutter check (more than 100 temp files in
8818 2000-05-07 Alexandre Julliard <julliard@winehq.com>
8820 * graphics/x11drv/dib.c:
8821 Marcus Meissner <marcus@jet.franken.de>
8822 SetImageBits_8: added ->15 conversion in optimized assembler.
8824 * 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:
8826 Wraps some RichEdit control functionality on an Edit control. It uses
8827 a free implementation of an RTF parser written by Paul DuBois
8828 http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
8829 work with the control.
8831 * windows/winproc.c:
8832 Do not send WM_SIZING to 16-bit windows.
8834 * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
8835 Cleaned up local heap initialisation.
8837 * 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:
8838 Moved Load/FreeLibrary16 definition to winbase16.h.
8840 * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
8841 Dimitrie O. Paun <dimi@cs.toronto.edu>
8842 Separate OLE2NLS out of KERNEL.
8844 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
8845 Patrik Stridvall <ps@leissner.se>
8846 - Check for missing modules in modules.dat.
8849 * graphics/x11drv/dib.c:
8850 Jean-Claude Batista (Macadamian/Corel)
8851 Top-down images have a negative biHeight, the scanlines of theses
8852 images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
8853 simply changed the sign of lines, the scanlines were correctly handled
8857 Marcus Meissner <marcus@jet.franken.de>
8858 Old versions of glibc might not have STN_UNDEF defined.
8860 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
8861 Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
8863 * dlls/comctl32/status.c:
8864 Gerard Patel <g.patel@wanadoo.fr>
8865 Set the itemID member of the DRAWITEMSTRUCT to the number of the
8866 status part painted.
8868 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
8869 Always calls SetMenu in MDISetMenu.
8871 * dlls/tapi32/line.c:
8872 Dimitrie O. Paun <dimi@cs.toronto.edu>
8873 Small debug channel cleanup.
8875 * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
8876 Fixed scrolling bug.
8878 * dlls/comctl32/listview.c, include/listview.h:
8879 Chris Morgan <cmorgan@wpi.edu>
8880 Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
8881 support for the LVS_EX_TRACKSELECT flag. Added code to delete items
8882 in LISTVIEW_SetItemCount().
8884 2000-05-05 Alexandre Julliard <julliard@winehq.com>
8886 * include/winuser.h, windows/nonclient.c:
8887 Aric Stewart <aric@codeweavers.com>
8888 Added WM_SIZING message support.
8890 * graphics/path.c: Rob Farnum <robf@twinux.com>
8891 Removed warnings from freeing path in DeleteDC.
8893 * dlls/comctl32/header.c:
8894 Aric Stewart <aric@codeweavers.com>
8895 Fixed a bug with the processing of HitTest.
8897 * controls/edit.c: Susan Farley <susan@codeweavers.com>
8898 Handle ^C, ^V and ^X in an edit control properly.
8901 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8902 Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
8904 * dlls/comctl32/treeview.c:
8905 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8908 * loader/pe_resource.c:
8909 Stephane Lussier <stephane@macadamian.com>
8910 If we do not find a resource for both (primary lang|sub lang), we try
8911 just (primary lang) before using the default.
8913 * dlls/comctl32/tooltips.c:
8914 Sheri Steeves <sheri@macadamian.com>
8915 Worked around some tooltips hide problems by checking the current tooltip.
8917 * documentation/distributors:
8918 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8919 Added a configuration hint for the CD-ROM "unhide" option.
8922 Henning Hoffmann (of Macadamian for Corel)
8923 Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
8924 as well, because GetLocaleInfo() has to get any values saved by
8925 SetLocaleInfo() in the registry.
8927 * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
8928 Eric Pouech <Eric.Pouech@wanadoo.fr>
8929 Fixed some buffer overflows.
8930 Made stab parsing more robust (now ignores C++ stabs).
8931 Display correct backtrace at first when invoked on unhandled exception.
8932 Loads stabs from .so files when those are loaded.
8934 2000-05-03 Alexandre Julliard <julliard@winehq.com>
8936 * include/debugdefs.h: Generated again.
8938 * include/pe_image.h, loader/pe_image.c:
8939 PE_LoadImage: removed version parameter, set last error correctly.
8941 * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
8942 Store process file name in startup info.
8943 Fixed exe_file handling.
8945 * dlls/Makefile.in: Fixed typo.
8947 * 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:
8948 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8949 Added stubs for riched32.dll.
8951 * dlls/x11drv/x11drv_main.c:
8952 Lionel Ulmer <lionel.ulmer@free.fr>
8953 Call XOpenIM on the large stack.
8955 * include/winsock.h:
8956 Bang Jun-Young <bangjy@dreamwiz.com>
8957 FreeBSD 3.4 compile fix.
8959 * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
8960 Fixed COORD structure definition.
8961 Fixed GetLargestConsoleWindowSize to not return a structure when
8962 called from the Window binary.
8964 * server/object.c: Small optimization.
8966 * scheduler/thread.c: Fixed default thread stack size.
8968 * objects/text.c: Fixed DrawTextW length handling.
8970 * dlls/ddraw/dsurface/main.c:
8971 Lionel Ulmer <lionel.ulmer@free.fr>
8972 Remove the assertion when there is no source surface.
8974 * include/oleauto.h:
8975 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8976 Add DosDateTimeToVariantTime prototype.
8978 * dlls/shell32/shlwapi.spec:
8979 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8980 Map StrChrA to strchr. Fix StrChrW arg list.
8982 * include/winuser.h:
8983 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8986 * dlls/ole32/stg_stream.c:
8987 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8988 Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
8991 Bertho Stultiens <bertho@panter.soci.aau.dk>
8992 Mmap does not fail on zero-length files.
8994 2000-05-01 Alexandre Julliard <julliard@winehq.com>
8996 * include/global.h, memory/virtual.c:
8997 Use exception handling to implement the IsBad* functions.
8998 Removed /proc/self/maps parsing as it is not very useful with .so libs.
9000 * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
9001 Setup the initial thread %fs from a constructor.
9003 * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
9004 Added DECL_GLOBAL_CONSTRUCTOR macro.
9006 * 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:
9007 Bertho Stultiens <bertho@akhphd.au.dk>
9008 - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
9009 old parser has been stripped from the old preprocessor-code which
9010 cleaned up both resource-scanner and -parser.
9011 - Standard defines have been introduced (see README.wrc)
9012 - Both preprocessor- and resource-scanner have been optimized slightly
9013 so that no backing up is required (one char lookahead is enough).
9014 - Filename-scanning has been cleaned up, though not perfect yet.
9015 - User-type resources are compatible now.
9016 - Line-continuation in strings is corrected so that it does not
9017 introduce a newline in the output.
9019 * 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:
9020 Rewrote Unix process launching to allow passing startup information to
9021 Winelib apps. Improved handling of execve() failures.
9023 * files/file.c: Added ENOEXEC error code.
9025 * scheduler/pthread.c: Added atfork support.
9027 * 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:
9028 Lionel Ulmer <lionel.ulmer@free.fr>
9029 Added DGA2 driver to DirectDraw.
9031 * dlls/commdlg/cdlg32.c:
9032 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9033 COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
9034 allocation of Tls for CommDlgExtendedError until it is needed.
9036 * debugger/winedbg.c:
9037 Eric Pouech <Eric.Pouech@wanadoo.fr>
9038 Fixed segv when debugger registry key doesn't exist.
9040 * dlls/icmp/icmp_main.c:
9041 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9042 Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
9044 2000-04-30 Alexandre Julliard <julliard@winehq.com>
9046 * ANNOUNCE, ChangeLog, include/version.h:
9049 * windows/x11drv/wnd.c:
9050 Gerard Patel <g.patel@wanadoo.fr>
9051 X11DRV_SetFocus: really don't mess with focus for managed windows.
9053 * 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:
9054 Dimitrie O. Paun <dimi@cs.toronto.edu>
9055 Removed HEAP_xalloc.
9057 * 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:
9058 Eric Pouech <Eric.Pouech@wanadoo.fr>
9059 - Enhanced internal variables framework (including read/save to
9060 registry and typing)
9061 - Finalized use of Windows' Console I/O interface (instead of Unix std
9063 - Now handling registers as internal variables (they are no longer
9064 seen as a specific type)
9066 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9067 Insure we always try to launch a debugger.
9069 * relay32/wowthunk.c:
9070 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9071 Use Thread pseudo handle and not Thread Id as argument for the call to
9072 GetThreadSelectorEntry.
9074 ----------------------------------------------------------------
9075 2000-04-30 Alexandre Julliard <julliard@winehq.com>
9077 * windows/x11drv/wnd.c:
9078 Gerard Patel <g.patel@wanadoo.fr>
9079 X11DRV_SetFocus: really don't mess with focus for managed windows.
9081 * 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:
9082 Dimitrie O. Paun <dimi@cs.toronto.edu>
9083 Removed HEAP_xalloc.
9085 * 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:
9086 Eric Pouech <Eric.Pouech@wanadoo.fr>
9087 - Enhanced internal variables framework (including read/save to
9088 registry and typing)
9089 - Finalized use of Windows' Console I/O interface (instead of Unix std
9091 - Now handling registers as internal variables (they are no longer
9092 seen as a specific type)
9094 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9095 Insure we always try to launch a debugger.
9097 * relay32/wowthunk.c:
9098 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9099 Use Thread pseudo handle and not Thread Id as argument for the call to
9100 GetThreadSelectorEntry.
9102 2000-04-29 Alexandre Julliard <julliard@winehq.com>
9104 * loader/pe_image.c:
9105 Clear the remainder of the page when mapping a section whose size on
9106 disk is not a full page multiple.
9107 Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
9109 * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
9110 Lionel Ulmer <lionel.ulmer@free.fr>
9111 - added thread-safety protection to XListPixmapFormats
9112 - moved pixmap / image format matching ERRs to WARNs
9114 * win32/console.c, include/winbase.h:
9115 Eric Pouech <Eric.Pouech@wanadoo.fr>
9116 Fixed GetLargestConsoleWindowSize prototype.
9118 * dlls/wininet/ftp.c:
9119 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9120 FreeBSD compile fix.
9122 * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
9123 Ove Kaaven <ovek@arcticnet.no>
9124 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
9125 ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
9126 it is a pitch override (specifies bytes per line), and tells to treat
9127 the offset parameter as an already-mapped virtual memory address (if
9128 the section parameter is zero). Fixed a DIB status init bug in
9129 creating DIB sections from file mappings (if created from mapping, the
9130 DIB is *not* really InSync).
9132 * include/winbase.h, memory/virtual.c:
9133 Ove Kaaven <ovek@arcticnet.no>
9134 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
9135 register external mappings (like video frame buffers).
9137 * configure.in, include/config.h.in, scheduler/pthread.c, configure:
9138 Eric Pouech <Eric.Pouech@wanadoo.fr>
9139 Enhanced libc's pthread configuration detection.
9141 * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
9142 Eric Pouech <Eric.Pouech@wanadoo.fr>
9143 Fixed a few compilation warnings.
9145 * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
9146 Patrik Stridvall <ps@leissner.se>
9147 Fixed some warnings.
9149 * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
9150 Patrik Stridvall <ps@leissner.se>
9151 Fixed issues reported by winapi_check.
9153 * 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:
9154 Patrik Stridvall <ps@leissner.se>
9157 - Added new option --cross-call-unicode-ascii for checking illegal
9158 Unicode to ASCII calls.
9160 * configure, configure.in, include/config.h.in:
9161 Lionel Ulmer <lionel.ulmer@free.fr>
9162 Added '--enable-opengl' flag to bypass the thread-safety check.
9164 * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
9165 Dimitrie O. Paun <dimi@cs.toronto.edu>
9166 Removed some HEAP_xalloc calls.
9169 Eric Pouech <Eric.Pouech@wanadoo.fr>
9170 Fixed bug when file doesn't exist in MCI_OPEN handling.
9171 Reduced time spent with crit sect locked.
9173 * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9174 Fixed argv handling for cuiexe winelib programs.
9176 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
9177 Made pthread_kill_other_threads_np and pthread_atfork fixmes less
9180 * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
9181 WinHelp must accept a NULL pointer to the help key string.
9183 2000-04-28 Alexandre Julliard <julliard@winehq.com>
9185 * dlls/commdlg/finddlg32.c:
9186 Guy L. Albertelli <galberte@neo.lrun.com>
9187 - Correct check for minimum buffer length.
9188 - Correct cases where ShowWindow is done/not done.
9190 * dlls/comctl32/commctrl.c:
9191 Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
9192 Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
9193 TrackMouseEventProc. Added code to allow addition/cancelation of
9194 tracking flags on existing entries rather than create extra entries.
9195 Fixed timer. Added check to _TrackMouseEvent to stop timer if the
9196 tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
9197 when hwndTrack isn't the current hwnd.
9200 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9201 DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
9203 * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
9204 Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
9205 Added support for memory mapping of 4k aligned PE binaries. This can
9206 speed up load times significantly for some applications.
9208 * 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:
9209 Juergen Schmied <juergen.schmied@debitel.net>
9210 Complete cleanup, bugfixes.
9211 New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
9212 PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
9213 PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
9214 PathFindNextComponent, PathRemoveFileSpec.
9216 * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
9217 Juergen Schmied <juergen.schmied@debitel.net>
9218 Stubs for IQueryAssociations.
9220 * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
9221 Juergen Schmied <juergen.schmied@debitel.net>
9222 Moved policy related functions to shpolicy.c
9223 Moved dialog related functions to dialogs.c
9225 * dlls/shell32/shell32.spec:
9226 Juergen Schmied <juergen.schmied@debitel.net>
9227 Explicit import user32.dll.
9228 Many corrections, exported some functions by name.
9230 * dlls/shell32/shell.c, dlls/shell32/shellole.c:
9231 Juergen Schmied <juergen.schmied@debitel.net>
9232 Separated 32 bit functions to shellole.c.
9234 * dlls/shell32/pidl.c:
9235 Juergen Schmied <juergen.schmied@debitel.net>
9238 * dlls/shell32/iconcache.c:
9239 Juergen Schmied <juergen.schmied@debitel.net>
9240 Fixed: extract the icon by resource id.
9242 * dlls/shell32/shlview.c:
9243 Juergen Schmied <juergen.schmied@debitel.net>
9246 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
9247 Juergen Schmied <juergen.schmied@debitel.net>
9249 Use GetModuleHandleA instead of LoadLibrary for dlls imported by
9252 * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
9253 Make WineLook=Win95 the default setting.
9255 * dlls/dinput/dinput_main.c:
9256 Lionel Ulmer <lionel.ulmer@free.fr>
9257 Added leaving of critical section on all return cases.
9259 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
9260 Removed init_sect. Use Interlocked* functions instead.
9263 Juergen Schmied <juergen.schmied@debitel.net>
9264 Small fixes, removed asserts.
9266 * 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:
9267 Changed imports of winspool to winspool.drv.
9269 * dlls/Makefile.in, dlls/user/Makefile.in:
9270 Added libkeyboard.so creation.
9272 * dlls/comctl32/header.c, include/header.h:
9273 Martin Fuchs <martin-fuchs@gmx.net>
9274 - Return modified rectangle after layouting header control
9275 - Output text in header control when no other Flag specified
9276 - Delay bounding rectangle calculation for header control items
9278 * dlls/comctl32/toolbar.c:
9279 Chris Morgan <cmorgan@wpi.edu>
9280 Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
9281 Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
9282 look/behave almost exactly the same as native windows.
9284 * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
9285 Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
9286 SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
9288 * misc/comm.c: Rein Klazes <rklazes@casema.net>
9289 Implement mark and space parity generation. Accept one-and- a-half
9290 stopbits: the most common uarts will generate this automatically when
9291 there are 5 databits.
9293 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
9296 * debugger/debugger.h, include/heap.h, memory/heap.c:
9297 Dimitrie O. Paun <dimi@cs.toronto.edu>
9298 Get rid of HEAP_xrealloc.
9300 2000-04-25 Alexandre Julliard <julliard@winehq.com>
9302 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
9303 Patrik Stridvall <ps@leissner.se>
9304 Compile fix for --without-x.
9306 * loader/main.c, wine.ini:
9307 Patrik Stridvall <ps@leissner.se>
9308 Added new configuration file option for selecting graphics driver.
9310 * dlls/ttydrv/Makefile.in:
9311 Patrik Stridvall <ps@leissner.se>
9312 Link the TTY driver with the standard libs.
9314 * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
9315 Eric Pouech <Eric.Pouech@wanadoo.fr>
9316 Fixed winspool(.drv) loading.
9318 * 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:
9319 Patrik Stridvall <ps@leissner.se>
9320 Removed X_DISPLAY_MISSING.
9322 * debugger/types.c, debugger/msc.c:
9323 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9324 Improved CodeView type information loader.
9326 * dlls/commdlg/colordlg.c:
9327 Gerard Patel <g.patel@wanadoo.fr>
9328 Don't use the template member unless the corresponding flag is set.
9330 2000-04-24 Alexandre Julliard <julliard@winehq.com>
9332 * LICENSE, WARRANTY:
9333 Switched to the X11 license.
9335 * server/registry.c, if1632/relay.c, misc/ddeml.c:
9336 Patrik Stridvall <ps@leissner.se>
9337 Fixed some warnings.
9339 * 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:
9340 Patrik Stridvall <ps@leissner.se>
9341 Fixed issues found by winapi_check.
9343 * 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:
9344 Patrik Stridvall <ps@leissner.se>
9345 - Updated API files.
9346 - Improved misplaced function checking.
9349 * include/winnt.h: Francois Gouget <fgouget@psn.net>
9350 Include string.h to make winnt.h self-sufficient.
9352 * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
9353 infoPtr sometimes can be NULL.
9355 * 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:
9356 Gerard Patel <g.patel@wanadoo.fr>
9357 32 bits message processing for color dialog.
9359 * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
9360 Martin Fuchs <martin-fuchs@gmx.net>
9361 Fixed toolbar bitmap size handling.
9363 * configure.in, configure:
9364 Rein Klazes <rklazes@casema.net>
9365 Correct test for linux 2.2 joystick API, which returned true in every
9368 * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
9369 Dimitrie O. Paun <dimi@cs.toronto.edu>
9370 Removed the last xmalloc calls.
9372 * 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:
9373 Implemented on-demand loading of builtin dlls using dlopen().
9375 2000-04-23 Alexandre Julliard <julliard@winehq.com>
9377 * Makefile.in, dlls/x11drv/Makefile.in:
9378 Build wineclipsrv as part of the x11drv dll.
9380 * 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:
9381 Removed a few inter-dll dependencies.
9383 * windows/painting.c: Rein Klazes <rklazes@casema.net>
9384 Make RDW_ValidateParent() modify the update region of all parents, not
9385 just the direct parent.
9388 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9389 SNOOP_PrintArg: replaced IsBad* functions by exception handler.
9391 * configure, configure.in:
9392 Patrik Stridvall <ps@leissner.se>
9393 Added --without-curses compile option.
9395 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
9396 Added some more pthread overrides.
9398 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
9399 Fixed debugger registry key location.
9401 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
9402 Use DECLARE_HANDLE to declare handles.
9404 * include/windef.h: Francois Gouget <fgouget@psn.net>
9405 DECLARE_HANDLE should not be undef'ed after use.
9407 * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
9408 Fix edit control's WM_GETTEXT behaviour.
9410 * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
9411 Do not initialize dcb in BuildCommDCB[AndTimeouts].
9413 * include/casemap.h, tools/unimap.pl:
9414 Dmitry Timoshkov <dmitry@sloboda.ru>
9415 Adapted unimap.pl script and generated by it casemap.h to the Unicode
9416 Standard, Version 3.0.
9418 * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
9419 Check if dialog is visible before setting the focus.
9422 Dmitry Timoshkov <dmitry@sloboda.ru>
9423 Removed the longstanding hack in response to WM_ACTIVATE message.
9425 * include/winuser.h:
9426 Martin Fuchs <martin-fuchs@gmx.net>
9427 Fixed GetNumberFormat declaration.
9429 * dlls/comctl32/toolbar.c:
9430 Chris Morgan <cmorgan@wpi.edu>
9431 James Abbatiello <abbeyj@wpi.edu>
9432 Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
9433 of the button changes. Stops flickering in toolbars caused by
9434 excessive redrawing.
9436 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
9437 Gerard Patel <g.patel@wanadoo.fr>
9438 Stub for InternetGetConnectedState.
9440 * include/winbase.h: Francois Gouget <fgouget@psn.net>
9441 Fixed GetProcessHeap() for the STRICT mode.
9443 * dlls/ddraw/main.c:
9444 Marcus Meissner <marcus@jet.franken.de>
9445 Also check for empty GUID in DirectDrawCreate.
9447 2000-04-19 Alexandre Julliard <julliard@winehq.com>
9449 * 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:
9450 Added some missing import directives.
9452 * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
9453 Removed winmm from import list.
9455 * dlls/comctl32/animate.c, include/animate.h:
9456 Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
9458 * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
9459 Fixed resource loading.
9461 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
9462 John R. Sheets <jsheets@codeweavers.com>
9463 Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
9464 Added dump for MISC section.
9467 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9468 Added DirectPlay registry keys to winedefault.reg.
9470 * dlls/comctl32/treeview.c:
9471 Stephane Lussier <stephane@macadamian.com>
9474 2000-04-18 Alexandre Julliard <julliard@winehq.com>
9476 * 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:
9477 Moved PE header definitions to winnt.h where they belong.
9479 * 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:
9480 Stephane Lussier <stephane@macadamian.com>
9481 Implemented Mousewheel support.
9483 * dlls/winsock/async.c:
9484 Rein Klazes <rklazes@casema.net>
9485 Convert service and protocol names to lowercase before calling
9486 getservby{name|port} and getprotoby{name|port}.
9489 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9490 Fix return value for OffsetRgn if x and y are 0.
9493 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9494 Implement StrokeAndFillPath.
9495 Call DeleteObject when finished with hrgn in PATH_FillPath.
9497 * include/wininet.h:
9498 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9501 * graphics/enhmetafiledrv/objects.c:
9502 Sheri Steeves <sheri@macadamian.com>
9503 EMR_SELECTOBJECT records stock objects with their id as the object
9504 handle and the high bit set.
9506 * objects/enhmetafile.c:
9507 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9508 Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
9510 2000-04-16 Alexandre Julliard <julliard@winehq.com>
9512 * server/registry.c:
9513 Removed permission checks in create_key and delete_key. It seems
9514 Windows doesn't check anything.
9516 * loader/resource.c:
9517 Richard Cohen <richard@jubjub.demon.co.uk>
9518 Wrap an exception handler around FindResource.
9520 * programs/regtest/regtest.c:
9521 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9523 Added test case for RegCreateKeyEx showing win95 behaviour.
9525 * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
9526 Implemented 'walk process' and 'walk threads' commands using toolhelp
9529 * 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:
9530 Implemented thread and (partial) module snapshots, based on the work
9531 of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
9533 * 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:
9534 Save the registry on server exit without client intervention.
9535 Removed "alt" registry files since we now have symlinks and
9536 WINEPREFIX to replace them.
9538 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
9539 Stephane Lussier <stephane@macadamian.com>
9540 Support switching the keyboard layout with WINE running.
9542 * dlls/crtdll/crtdll_main.c:
9543 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9544 fgets: Don't swallow \n, treat EOF
9545 feof: Crude implementation
9546 signal: Return error
9549 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9550 Add missing backslash in the debugger definition.
9552 * win32/time.c: Rein Klazes <rklazes@casema.net>
9553 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
9554 adjustment of 2 minutes just in case...
9556 * dlls/dsound/dsound_main.c:
9557 Marcus Meissner <marcus@jet.franken.de>
9558 DSOUND_MixerNorm: do not compare unrelated pointers.
9560 2000-04-15 Alexandre Julliard <julliard@winehq.com>
9563 Rewrote command-line parsing of CreateProcessA to be more compatible.
9565 * 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:
9566 Improved Winelib apps initialisation code. No longer need to link
9567 winestub.o with Winelib apps.
9569 * 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:
9570 Patrik Stridvall <ps@leissner.se>
9571 Fixed some issues reported by winapi_check.
9573 * tools/winapi_check/*:
9574 Patrik Stridvall <ps@leissner.se>
9576 - Add new options --all and --none that enable/disables all check
9578 - Fixed and improved stub statistics.
9579 - Fixed bug that prevented checking of the first function in the .spec files.
9580 - Partial implementation of a more advanced misplaced function checking.
9583 * dlls/comctl32/toolbar.c:
9584 Martin Fuchs <martin-fuchs@gmx.net>
9585 Implement CCS_NOMOVEY for tool bars.
9587 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
9588 Symlink root's registry to global registry. Minor cleanups.
9590 * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
9591 Added further implementation of WINAPI EnumDateFormats() to support
9592 three more locales: German(standard), French(standard) and French
9593 (canadian). All date formats follow conventions from Windows NT 4.0
9595 * dlls/comctl32/treeview.c:
9596 Serge Ivanov <sergei@corel.ca>
9597 Added proper handling TVIS_OVERLAYMASK flag and allows to display
9598 overlay images. Fixed off by one error with listitem in
9599 TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
9601 2000-04-14 Alexandre Julliard <julliard@winehq.com>
9603 * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
9604 Ove Kaaven <ovek@arcticnet.no>
9605 POSIX threads emulation, tricks glibc into being threadsafe.
9607 * scheduler/client.c, server/main.c, server/request.c:
9608 Made server launching somewhat cleaner and faster.
9610 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
9611 Marcus Meissner <Marcus.Meissner@caldera.de>
9612 Detypoed X11DRV_EVENT_SetInputMethod.
9614 * windows/x11drv/keyboard.c:
9615 Stephane Lussier <stephane@macadamian.com>
9616 When dealing with XKB extensions, force the AltGr key mask to use the
9617 group index instead of the modifier.
9620 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9623 * include/commctrl.h:
9624 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9625 Added a few toolbar defines.
9627 * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
9628 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9629 A few corrections to bounding boxes.
9631 * graphics/x11drv/graphics.c:
9632 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9633 Don't close groups of polylines.
9635 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
9636 Do not dereference a ptr we just checked being NULL.
9638 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
9639 Francois Gouget <fgouget@psn.net>
9640 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
9642 * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
9643 Follow symlinks when saving registry.
9645 * debugger/Makefile.in:
9646 Added missing winestub dependency.
9648 * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
9649 Load done event now created by the server.
9651 2000-04-13 Alexandre Julliard <julliard@winehq.com>
9653 * 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:
9654 Eric Pouech <Eric.Pouech@wanadoo.fr>
9655 Made the winedbg an external and WineLib program.
9656 Centralized output handling (preparation for console usage).
9657 Fixed a few debug information reading options (stabs and sym).
9658 Started a framework to hold debugger's internal variables.
9660 * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
9661 Eric Pouech <Eric.Pouech@wanadoo.fr>
9662 Got rid of -debug wine's option (wine now requires an external debugger).
9664 * win32/except.c, winedefault.reg:
9665 Eric Pouech <Eric.Pouech@wanadoo.fr>
9666 Added launching of a debugger when unhandled exception occurs.
9668 * relay32/builtin32.c:
9669 Eric Pouech <Eric.Pouech@wanadoo.fr>
9670 Added a .xcnlnk section to builtin KERNEL32 PE header.
9672 * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9673 Let CreateProcess launch unix executable without a .exe extension.
9674 Fixed arguments passed when creating a unix process.
9676 * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
9677 Fixed signal stack handling on Linux when sigaltstack is available.
9678 Added a direct sigaltstack syscall to work-around the glibc bug.
9680 * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
9681 Implemented guard pages and stack overflow exceptions.
9683 * include/thread.h, scheduler/process.c, scheduler/thread.c:
9684 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
9688 Make sure HKLM\Software\Wine\Wine is a non-volatile key.
9690 * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
9691 Stephane Lussier <stephane@macadamian.com>
9692 Fixed AltGr key handling.
9694 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
9695 Marcus Meissner <Marcus.Meissner@caldera.de>
9696 Make DirectDraw compile with DGA2 present.
9699 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9700 FILE_CreateFile()'s read/write-check was broken due to checking of
9701 ERROR_xxx instead of STATUS_xxx.
9703 * objects/enhmetafile.c:
9704 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9705 Fixes and cleans up some of the GetEnhMetaFile* functions.
9706 Fixes scaling of EMFs in playback. Will probably be right
9707 when World Transforms work properly...
9710 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9711 GlobalReAlloc returns 0 on failure.
9713 * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
9714 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9715 Stub for NtAllocateUuids.
9717 * dlls/comctl32/treeview.c:
9718 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9719 Clear TopRootItem when whole tree is deleted.
9720 Fix off by one lstrcpyn.
9721 Clean up and fix GetNextItem.
9723 2000-04-11 Alexandre Julliard <julliard@winehq.com>
9725 * documentation/.cvsignore: Ignore all output files.
9727 * 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:
9728 Merged urlmon.dll and wininet.dll from the Corel tree (implementation
9729 by Ulrich Czekalla <ulrichc@corel.ca>)
9731 * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
9732 Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
9733 GetCurrentProcess() inline.
9735 * AUTHORS, include/authors.h:
9736 Marcus Meissner <marcus@jet.franken.de>
9737 Merged in Corel's AUTHORs.
9739 * graphics/x11drv/dib.c:
9740 Marcus Meissner <marcus@jet.franken.de>
9741 Only copy dstwidth*3 bytes in the 24bit case.
9743 * dlls/ddraw/dsurface/x11.c:
9744 Marcus Meissner <marcus@jet.franken.de>
9745 Free private structure in Xlib_DDS_Release.
9747 * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
9748 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
9750 * dlls/comctl32/treeview.c:
9751 Serge Ivanov <sergei@corel.ca>
9752 TreeView - minor bugfix and optimization:
9753 - GetDC call moved down to avoid possible resource leak.
9754 - Invariant code is moved out of loop.
9756 * dlls/shell32/pidl.c:
9757 Ulrich Czekalla <ulrichc@corel.ca>
9758 _ILGetFileDate should convert the date to local time before generating
9759 the string (_ILGetFileDateTime does not).
9761 * dlls/winmm/mmio.c:
9762 Noomen Hamza <noomen@macadamian.com>
9763 Fixed other bugs within MMIO implementation. Now, it's possible to
9764 copy/cut from PhotoPaint and paste to CorelDraw.
9766 2000-04-10 Alexandre Julliard <julliard@winehq.com>
9768 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
9769 Marcus Meissner <Marcus.Meissner@caldera.de>
9770 Use d3dexecutebuffer_create only when compiling with MESA.
9772 2000-04-09 Alexandre Julliard <julliard@winehq.com>
9774 * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
9775 Dimitrie O. Paun <dimi@cs.toronto.edu>
9776 Replaced xmalloc calls with malloc/HeapAlloc calls.
9778 * console/generic.c, console/ncurses.c, console/xterm.c:
9779 Eric Pouech <Eric.Pouech@wanadoo.fr>
9783 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9784 Implemented HeapWalk().
9786 * dlls/ddraw/dsurface/x11.c:
9787 Marcus Meissner <marcus@jet.franken.de>
9788 Two left over HeapValidate assertions removed.
9790 * server/debugger.c:
9791 Eric Pouech <Eric.Pouech@wanadoo.fr>
9792 Clear status for sending exception event.
9794 * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
9795 Added ability to put new-lines in changelog entry.
9796 Added -p to locate destination directory.
9798 * dlls/comctl32/listview.c:
9799 Richard Cohen <richard@jubjub.demon.co.uk>
9800 GetItem was returning the item instead of subitem info.
9802 * programs/winemine/main.c:
9803 Dave Pickles <davep@cyw.uklinux.net>
9804 Registry key used in LoadBoard() was not the same as the one used in
9805 SaveBoard(). Also fixed a typo in the position saving code.
9807 * configure, configure.in:
9808 Create directories that don't contain a Makefile.
9810 * 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:
9811 Improved support for Makefiles that need to recurse in subdirectories.
9813 * 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:
9814 Marcus Meissner <marcus@jet.franken.de>
9815 Restructured DirectDraw. Split into X11 and DGA driver, and multiple
9816 files/dirs for easier maintenance. Cleaned up structs and include
9817 files. Reindented the code. Started the same for Direct3D. Driver
9818 inclusion now done by using configure/Makefile/ELF constructor tricks.
9820 2000-04-08 Alexandre Julliard <julliard@winehq.com>
9822 * 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:
9823 Removed a number of global handle allocations and critical section
9826 * server/process.c, scheduler/process.c:
9827 Temporary hack to share handles between processes sharing the same
9830 * include/winbase.h, scheduler/critsection.c:
9831 Added lazy initialization of critical sections, based on a patch by
9834 * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
9836 TabCtrl leftmostVisible is not updated properly. It caused the QP
9837 application bar on the bottom fail to bring back the items when there
9838 is no need to scrolling. Also fixed a bug that when an item is inserted,
9839 setItemBounds should be called first, then it's time to invalidate.
9841 * relay32/kernel32.spec, win32/newfns.c:
9842 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9843 Added PeekNamedPipe stub.
9845 * graphics/x11drv/init.c:
9846 Gerard Patel <g.patel@wanadoo.fr>
9847 Fixed pixmap leak with the 1x1 bitmap in memory DCs.
9849 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
9850 wineinstall now properly configures no-windows installs, and should now
9851 be easier to adapt for binary packages too.
9853 * documentation/samples/system.ini:
9854 Ove Kaaven <ovek@arcticnet.no>
9855 Default system.ini (from documentation/status/multimedia).
9857 2000-04-06 Alexandre Julliard <julliard@winehq.com>
9859 * server/debugger.c, server/thread.c, server/thread.h:
9860 Do not send a debug event for a thread until the previous event for
9861 the same thread has been continued.
9863 * misc/registry.c, wine.ini:
9864 Moved SaveOnlyUpdatedKeys to wine.ini.
9865 Use get_config_dir() instead of hardcoding ~/.wine
9866 Simplified loading and saving routines.
9868 * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
9869 Added support for WINEPREFIX environment variable.
9871 * 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:
9872 Patrik Stridvall <ps@leissner.se>
9873 Fixed some issues reported by winapi_check.
9875 * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
9876 Owen Wang <owenw@corel.ca>
9877 Implemented API EnumTimeFormatsA(). It supports now all different
9878 English locales, as well as German(standard), French(standard) and
9879 French(Canadian). All time formats follow conventions in Windows NT 4.0
9881 Haithem Hmida (of Macadamian for Corel)
9882 Implemented GetCurrencyFormatA() API:
9883 - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
9884 (as a positive one), then formats the number depending on
9885 NegativeOrder/PositiveOrder fields.
9886 - GetNumberFormatA() has been slightly modified.
9889 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
9890 Added conversion from DBCS lpDx to WCHAR lpDx.
9892 * 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:
9893 Patrik Stridvall <ps@leissner.se>
9894 - Implemented stub statistics. Turned off by default. (Requested by Francois
9896 - Implemented missing prototype checking. Turned off by default (Requested
9897 by Dimitry Timoshkov).
9898 - Implemented .spec file name sanity checking. Turned off by default.
9899 - Implemented documentation width checking. Turned off by default.
9902 * dlls/ole32/compobj.c:
9903 Andrew Lewycky <andrewl@corel.ca>
9904 Fix StringFromGUI2 return value as per documentation.
9906 * dlls/dsound/dsound_main.c:
9907 Marcus Meissner <Marcus.Meissner@caldera.de>
9908 Make audiodevice blocking directly after the non-blocking open, since
9909 we use the write(2) also for synchronization.
9911 * dlls/winsock/async.c, dlls/winsock/socket.c:
9912 Rein Klazes <rklazes@casema.net>
9913 Corrected error handling for ws_getprotobyname/number.
9914 Made the Async error returns the same as the normal functions.
9917 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9918 GetShortPathName: always erase characters at the end of the new
9919 string, and return only single backslashes.
9921 2000-04-04 Alexandre Julliard <julliard@winehq.com>
9923 * 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:
9924 Added a per-drive FailReadOnly flag, and removed the global
9925 --failreadonly option.
9927 * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
9928 Fixed file descriptor leaks.
9931 Call PROFILE_GetWineIniBool before starting to fill the request
9932 buffer. Made new registry format the default.
9935 Increment suspend count before attempting attach in suspend_for_ptrace.
9937 * 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:
9938 Made request tracing more robust against bogus lengths.
9940 * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
9941 Peter Ganten <peter@ganten.org>
9942 Adapted the manual pages to the new long options, updated the
9943 -debugmsg channels and added a small hack to get the @sysconfdir@
9944 stuff in the manual pages right.
9946 * dlls/winmm/mmio.c:
9947 Noomen Hamza <noomen@macadamian.com>
9948 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
9950 * programs/winemine/main.c, programs/winemine/main.h:
9951 Joshua Thielen <fozey@netzero.com>
9952 Added DestroyBoard function to delete bitmap handles.
9953 Moved SelectObject outside of DrawMine.
9954 Selected old object's back into hMemDC.
9956 * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
9957 Implemented FAT32 function 7302 (Get Extended DPB).
9959 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
9960 Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
9963 * programs/regapi/regapi.c:
9964 Gavriel State <gavriels@corel.ca>
9965 This patch adds the ability for regapi to call the DllRegisterServer or
9966 DllUnregisterServer for a list of DLLs.
9968 * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
9969 OleRegGetUserType did return an unterminated ASCII string instead of an
9970 OLESTR (wide characters).
9972 * 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:
9973 Michael Abd-El-Malek (Corel)
9974 Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
9975 to be more compatible to Windows.
9976 Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
9978 Jeff Tranter <jefft@corel.ca>
9979 The measurement unit for Canadian English should be metric.
9980 LANG_SUB_ENTRY did always return the first language due to missing {}.
9982 2000-03-30 Alexandre Julliard <julliard@winehq.com>
9984 * documentation/distributors:
9985 Marcus Meissner <marcus@jet.franken.de>
9986 Updated documentation/distributors in regards to shared libraries and
9987 some more windows specific dirs.
9989 * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
9990 Peter Hunnisett <hunnise@nortelnetworks.com>
9991 - Fix painting bug with middle button down when dragging mouse
9992 - Speed up drawing and hence overall speed
9993 - Fix compiler warnings
9994 - Added some optional debugging information
9995 - Added a new known bug to the list
9997 * misc/comm.c: Rein Klazes <rklazes@casema.net>
9998 Added CTS, DSR and RingIndicator states to Window's semi-documented
9999 modem line status register.
10001 * include/wingdi.h, objects/enhmetafile.c:
10002 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10003 Delete objects after use in EnumEnhMetaFile.
10004 Make PlayEnhMetaFile call EnumEnhMetaFile.
10005 Move EnumEnhMetaFile prototype to wingdi.h.
10007 * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
10008 Marcus Meissner <Marcus.Meissner@caldera.de>
10009 open() the OSS sounddevice non-blocking in case another process has it
10012 * scheduler/process.c:
10013 Commented out exit() call on ExitProcess for now.
10015 * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
10016 Set thread start address to 0 on events generated by
10017 DebugActiveProcess.
10018 Return a correct address in the simulated exception event.
10020 * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
10021 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
10023 2000-03-28 Alexandre Julliard <julliard@winehq.com>
10025 * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
10026 Niels Kristian Bech Jensen <nkbj@image.dk>
10027 - Fix some compiler warnings.
10028 - Remove superfluous #include statement.
10030 * include/wine/winnet16.h, misc/network.c:
10031 Ron Gage <rongage@att.net>
10032 Fixed bug reported by winapi_check.
10035 Patrik Stridvall <ps@leissner.se>
10036 Added/fixed some documentation reported by winapi_check.
10038 * graphics/x11drv/palette.c, objects/palette.c:
10039 Fixed memory allocations.
10041 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
10042 Patrik Stridvall <ps@leissner.se>
10043 - Added/fixed some documentation reported by winapi_check
10044 - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
10045 - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
10047 * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
10048 Patrik Stridvall <ps@leissner.se>
10049 Fixed some warnings.
10051 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
10052 Patrik Stridvall <ps@leissner.se>
10053 - Updated the API files.
10056 * dlls/comctl32/animate.c:
10057 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10058 Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
10061 * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
10062 Minor fix in wrc to support the Solaris preprocessor.
10064 * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
10065 Fixed some ANSI C violations.
10067 * documentation/no-windows:
10068 Ove Kaaven <ovek@arcticnet.no>
10069 Add start menu directories.
10071 * scheduler/sysdeps.c, scheduler/thread.c:
10072 Put CLONE_FILES back in, it is still breaking too many things.
10074 * 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:
10075 Merged DDBitmap and physBitmap into the generic bitmap structure
10076 (suggested by Andrew Lewycky).
10079 Ignore trailing spaces in DOSFS_ToDosFCBFormat.
10081 * dlls/winsock/socket.c:
10082 Fixed small bug in WSOCK32_accept
10084 2000-03-26 Alexandre Julliard <julliard@winehq.com>
10086 * include/version.h, ANNOUNCE, ChangeLog:
10089 ----------------------------------------------------------------
10090 2000-03-26 Alexandre Julliard <julliard@winehq.com>
10092 * files/dos_fs.c: Stefan Leichter <sle@camline.com>
10093 DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
10095 * 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:
10096 John R. Sheets <jsheets@codeweavers.com>
10097 Added cvdump tool to dump CodeView symbol information.
10099 * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
10100 Ove Kaaven <ovek@arcticnet.no>
10101 Handle POLLHUP better (delay FD_CLOSE notification until all data has
10102 been read). Made WSAEnumNetworkEvents atomic. Convert socket event
10103 error codes properly. Made accept()-ed sockets inherit the listening
10104 socket's WSAAsyncSelect().
10106 * dlls/dsound/dsound_main.c:
10107 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10108 Fixed debug formatting.
10110 * dlls/advapi32/registry.c: Fixed error checking in registry saving.
10112 * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10113 Use strerror in debug output.
10115 * dlls/shell32/changenotify.c:
10116 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10117 SHChangeNotify[A|W]: free only items we allocated.
10119 * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
10120 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10123 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10124 Now read .so list from debuggee's address space.
10126 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
10127 Added missing macros.
10129 * include/winnt.h, include/winreg.h, server/registry.c:
10130 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10131 Moved some registry definitions to winnt.h.
10133 * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
10134 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10135 Added import of comdlg32.dll in spec file.
10137 * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
10138 Activate a hidden window only when explicitely asked by the
10141 * 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:
10142 Eric Pouech <Eric.Pouech@wanadoo.fr>
10143 improved exception handling
10144 merged all module handling code in new module.c file
10145 reenabled 'walk module' and 'info module' commands
10146 added ability to drive break on thread startup
10148 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
10149 Marcus Meissner <marcus@jet.franken.de>
10150 Stubs for DllRegisterServer/DllUnregisterServer.
10152 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
10153 Fixed return value for SC_GET_DEV_TYPE.
10155 2000-03-25 Alexandre Julliard <julliard@winehq.com>
10157 * 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:
10158 Francois Gouget <fgouget@psn.net>
10159 Use min/max instead of MIN/MAX.
10161 * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
10162 Handle socket POLLERR/POLLHUP conditions properly.
10163 Clear error field for OOB notifications.
10165 * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10166 Send the correct ODA_ code when deselecting an item.
10168 * 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:
10169 Fixed a couple of file descriptor leaks.
10170 Always call USER signal proc in the right context.
10171 Cleaned up THREAD_Create.
10173 * include/Makefile.in:
10174 Do not erase local files on uninstall if install dir does not exist.
10176 * 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:
10177 Store monitor size and depth in the generic structure.
10178 Merged monitor driver into USER driver.
10180 * 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:
10181 A few simplifications and optimizations in the x11 driver.
10183 * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
10184 Link ttydrv and x11drv objects into their respective dll.
10186 * dlls/user/Makefile.in: Added missing keyboard.spec.
10188 2000-03-24 Alexandre Julliard <julliard@winehq.com>
10190 * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
10191 Moved FatalAppExit functions to win32/except.c.
10192 Added a few uses of Callout instead of referencing USER functions
10195 * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
10196 Moved LoadImage and related functions to cursoricon.c.
10198 * 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:
10199 Moved gdi/user thunking functions into their respective dlls.
10200 Moved keyboard.spec into user dll.
10202 * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
10203 Disable OpenGL support if the latter is thread safe.
10205 * 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:
10206 Patrik Stridvall <ps@leissner.se>
10207 Fixed some warnings.
10209 * 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:
10210 Patrik Stridvall <ps@leissner.se>
10211 Made the include files self sufficient.
10213 * 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:
10214 Patrik Stridvall <ps@leissner.se>
10215 Added/fixed some documentation reported by winapi_check.
10217 * 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:
10218 Patrik Stridvall <ps@leissner.se>
10219 Fixed some issues reported by winapi_check.
10221 * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
10222 Patrik Stridvall <ps@leissner.se>
10223 Fixed some ANSI C violations.
10225 * 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:
10226 Patrik Stridvall <ps@leissner.se>
10227 Fixed ANSI C related compile problems.
10229 * 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:
10230 Patrik Stridvall <ps@leissner.se>
10231 - Updated API files
10232 - Don't check the *.spec.c files
10233 - Better parsing of strings
10234 - Better documentation checking
10237 * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
10238 - added some debug code and cleaned-up the mouse warping code
10239 - be ready once mouse will be reported relatively
10241 * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10242 Fixed copying of the MDI 'Windows' menu items if the items are not of
10245 * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10246 Set the correct value for the cch element of MENUITEMINFO in
10249 * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10250 Fix spec file entries for EnumFontFamiliesEx*.
10252 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10253 Further code simplifications and interface (consistency) improvements.
10254 Fix selection of the Wine binary which was broken by a recent change.
10256 * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10257 Added proper termination upon failure.
10259 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10260 Fixed basic type evaluation.
10262 * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10263 Ensure that non-NULL terminated stings are saved correctly.
10265 * windows/input.c: Rein Klazes <rklazes@casema.net>
10266 Correct the NotifyCode in the WM_COMMAND message sent by
10267 KBD_translate_accelerator().
10269 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
10270 Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
10271 work around EXEC SCSI commands which do not set the host<->target data
10272 flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
10274 * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
10275 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
10276 PTRACE_POKEUSR for libc5(?) compile.
10278 * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10279 Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
10280 messages to the parent.
10282 * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
10283 Added (correct) prototype for HeapWalk.
10285 * dlls/ole32/ifs.c, include/wine/obj_base.h:
10286 Francois Gouget <fgouget@psn.net>
10287 - The ICOM_CMETHODxxx cause problems because the 'const' changes the
10288 signature. There's no such thing on Windows anyway (it's a shame) so
10289 just remove them altogether.
10290 - HeapMinimize returns a void, not a 'void*'
10292 2000-03-20 Alexandre Julliard <julliard@winehq.com>
10294 * 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:
10295 Moved graphics initialisation to the x11drv/ttydrv dll init code.
10296 Merged event, keyboard and mouse drivers into USER driver.
10298 2000-03-19 Alexandre Julliard <julliard@winehq.com>
10300 * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
10301 Improved CompareStringA performance.
10303 * library/winestub.c: Added missing debugtools.h include.
10305 * 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:
10306 Niels Kristian Bech Jensen <nkbj@image.dk>
10307 Fixed some compiler errors and warnings.
10309 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
10310 Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
10311 function pending a more complete implementation of locales.
10314 Hack: always try builtin module before elf or elfdll to avoid loading
10315 a builtin dll .so file in the wrong mode.
10317 * graphics/x11drv/xfont.c, objects/font.c:
10318 Moved font resource functions out of the X11 driver.
10321 Added support for source files stored in subdirectories.
10323 * 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:
10324 Added GetDCOrgEx in graphics device interface and removed X11 code
10327 * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
10328 Eric Pouech <Eric.Pouech@wanadoo.fr>
10329 Fixed segmented/linear buffers manipulation.
10330 Better IO buffering.
10331 Added some missing prototypes.
10333 * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
10334 Francois Gouget <fgouget@psn.net>
10335 Explicitly use the TVN_xxxA version of the macros.
10337 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
10338 - Added the TVN_xxxA macros
10339 - Added missing TBNOTIFY macros and types
10342 * include/winuser.h: Francois Gouget <fgouget@psn.net>
10345 * 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:
10346 Dimitrie O. Paun <dimi@cs.toronto.edu>
10347 Removed most calls to xmalloc/xrealloc.
10349 * include/windef.h: Francois Gouget <fgouget@psn.net>
10350 - Added missing definition for GLOBALHANDLE and LOCALHANDLE
10351 - Fixed the prototype of WNDENUMPROC
10353 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
10354 Added some missing defines.
10356 * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
10357 Propagate IsDialogMessage to the parent if the dialog has the
10360 * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10361 Added an exception frame for lstrcpy16.
10363 * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10364 Now attaching imported DLLs of a winelib executable.
10366 * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
10367 IOleItemContainer has OLEGUID(0x11c), not 0x11a.
10369 * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
10370 Fixed memory corruption with CoTaskMemRealloc.
10372 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
10373 Made various changes to tools/genpatch including suggestions from Ove
10374 Kaaven (Place added files last in the patch. Add a switch that
10375 specifies modified files.)
10377 * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
10378 Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
10380 * include/windows.h: Francois Gouget <fgouget@psn.net>
10381 Should include 'winspool.h'.
10383 * tools/wrc/parser.h, tools/wrc/parser.l:
10384 Francois Gouget <fgouget@psn.net>
10385 - An extern statement finishes with the first closing '}' or the first
10387 - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
10388 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
10389 co). But still don't issue an error if '#error' is found when in the
10392 * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
10393 Make the first comma in the control's definition optional.
10395 * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
10396 Support loading any presentation aspect.
10398 * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10399 Avoid a link error from another DLL on FreeBSD.
10401 * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
10402 Eric Pouech <Eric.Pouech@wanadoo.fr>
10403 Fixed joystick ID/deviceID/driver handle/instance ID mixup.
10405 * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
10406 Delete the shm segment as soon as wine and X have attached it.
10408 * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
10409 Corrected handling of proto==NULL in WINSOCK_getservbyname and
10410 WINSOCK_getservbyport.
10412 * 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:
10413 Created separate dlls for user,gdi,ttydrv,x11drv.
10414 Fixed Winelib argc handling (thanks to Eric Pouech).
10416 2000-03-18 Alexandre Julliard <julliard@winehq.com>
10418 * 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:
10419 Misc small cleanups.
10421 * 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:
10422 Avoid calling the *Rect USER functions from inside GDI.
10423 Moved a few USER functions to a more appropriate location.
10425 * 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:
10426 Moved command-line option handling out of the X11 driver.
10427 Added support for "--" prefix on options.
10428 Replaced a few X11 command-line options by wine.conf parameters.
10430 2000-03-17 Alexandre Julliard <julliard@winehq.com>
10432 * 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:
10433 Made ddraw and dinput separate dlls.
10435 * 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:
10436 Have threads and processes exit more cleanly whenever possible.
10438 * relay32/builtin32.c:
10439 Include space for resources in the module header instead of doing a
10440 separate allocation.
10442 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
10443 Made MPR a separate dll.
10445 * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
10446 Andrew Lewycky <andrewl@corel.com>
10447 Rewrite the BIGBLOCKFILE implementation for better performance.
10449 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10450 Further simplify the code and remove some redundant code.
10451 Make the user interface more consistent and appealing.
10453 * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
10454 Avoid a refcount leak in QueryInterface when delegating.
10455 And a couple of minor bugs.
10457 2000-03-15 Alexandre Julliard <julliard@winehq.com>
10459 * 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:
10460 Eric Pouech <Eric.Pouech@wanadoo.fr>
10461 Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
10462 Added watch (hardware assisted debugging) and whatis (type of expr) commands.
10463 Fixed some issues in local vars handling (stabs parsing & registers optimization).
10465 * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
10466 Karl Lessard <karll@corel.ca>
10467 Update DIB sections in text output and for graphics primitives.
10469 * windows/dce.c, windows/x11drv/event.c:
10470 Michael Abd-El-Malek (on behalf of Corel)
10471 When we were switching to another desktop, the popup windows lost
10472 their WS_VISIBLE flag.
10474 * server/context_i386.c:
10475 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
10476 Fixed context flags handling (thanks to Eric Pouech).
10478 * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
10479 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
10481 * server/debugger.c: Fixed bug in generate_startup_debug_events().
10483 * 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:
10484 Joshua Thielen <fozey@netzero.com>
10485 Added winemine app.
10487 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10488 Improved the visual appearence of the user interface. Made the code
10491 2000-03-12 Alexandre Julliard <julliard@winehq.com>
10493 * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
10494 Waldek Hebisch <hebisch@math.uni.wroc.pl>
10495 Implemented _read and _lseek.
10497 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
10498 Correct conversion of level parameter if WINSOCK_setsockopt is called
10499 for option WS_SO_DONTLINGER.
10501 * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
10502 Correct rounding of the result in MulDiv16().
10504 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
10505 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10506 Fixed FreeBSD compilation.
10508 * 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:
10509 Peter Hunnisett <hunnise@nortelnetworks.com>
10510 - Make registry usage a little more correct and modern
10511 - Create home for all dplay name server functionality
10512 - Add the framework for EnumSessions
10513 - Documentation update
10515 * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
10516 Dimitrie Paun <dimi@bigfoot.com>
10517 Cleaned up debug channels a bit.
10519 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10520 Implemented stretched blts for depth 24 (unoptimized).
10522 2000-03-10 Alexandre Julliard <julliard@winehq.com>
10524 * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
10526 * include/process.h, memory/virtual.c, scheduler/process.c:
10527 Removed PROCESS_IsCurrent().
10529 * 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:
10530 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
10531 Generate a breakpoint event on process attach.
10532 Misc cleanups in request handling.
10534 2000-03-09 Alexandre Julliard <julliard@winehq.com>
10536 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
10537 Eric Pouech <Eric.Pouech@wanadoo.fr>
10538 Now relying on exception codes to know when debugger is entered for a
10541 * debugger/winedbg.c, miscemu/main.c:
10542 Eric Pouech <Eric.Pouech@wanadoo.fr>
10543 Added proc to start debugging process from its command line (by launching it).
10545 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10548 * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10549 Add Black as a valid font weight.
10550 Cope with afm files that do not contain {Family|Full}Name entries.
10552 * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
10553 - Got rid of PROFILE functions.
10554 - Use functionality of aspi.c.
10555 - Automagically read /proc/scsi/scsi (part of aspi.c which is already
10558 * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
10559 Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
10561 * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
10562 Added resource.h include.
10564 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
10565 IsRectEmpty also returns true for negative width/heights (verified
10566 against Windows), found by Brad Oliver <bradman@pobox.com>.
10568 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
10569 Take type from referenced variant for VT_BYREF && VT_VARIANT.
10571 * 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:
10572 Store the list of loaded dlls in the server, and generate debug events
10575 2000-03-08 Alexandre Julliard <julliard@winehq.com>
10577 * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
10578 Added server protocol version check.
10580 * 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:
10581 David Elliott <dfe@netnitco.net>
10582 - Slightly reworked include files (less messy, more straightforward).
10583 - Moved DOS ASPI functionality to msdos/dosaspi.c.
10584 - Got rid using PROFILE to get SCSI info from wine.conf.
10585 - Read scsi info from /proc/scsi/scsi.
10586 - Added setting of a reasonable timeout when opening a SCSI device (5
10587 minutes, defined in winescsi.h).
10588 - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
10591 * 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:
10592 Simen Zamecnik <simen@nextra.sk>
10593 Added Slovak language support.
10595 * 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:
10596 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
10597 Added some Japanese resources.
10599 * 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:
10600 Abey George <abey@macadamian.com>
10601 Implemented OLE clipboard functionality for Embed Source format.
10602 It helps you cut and paste data with Embed Source format between
10603 applications. It also implements OleCreateFromData and
10604 OleQueryCreateFromData and fixes some bugs in datacache.c.
10606 * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
10607 wm->modname might be invalid at the end of FreeLibrary.
10609 * 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:
10610 Patrik Stridvall <ps@leissner.se>
10611 Removed a lot of unnecessary includes and fixed the compile errors.
10613 * 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:
10614 Patrik Stridvall <ps@leissner.se>
10615 Fixed some warnings.
10617 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
10618 Corrected value for DAYS_IN_ONE_YEAR.
10620 * dlls/crtdll/crtdll_main.c:
10621 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
10622 Cleaned up CRTDLL__unlink.
10624 * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
10625 The static control only needs to invalidate its rect when we SetText.
10627 * include/winuser.h, misc/spy.c:
10628 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10629 Added a few messages for IME.
10631 * 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:
10632 Eric Pouech <Eric.Pouech@wanadoo.fr>
10633 No longer directly accessing debuggee memory.
10634 Execution context (mode, steps...) are now linked to a thread.
10635 Removed some X11 crst hacks.
10636 Rewrote info/walk commands.
10637 Removed direct debugger invocation code (and moved the rest to the new
10640 * 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:
10641 Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
10642 Implemented IsDebuggerPresent().
10644 * 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:
10645 Generate CREATE_PROCESS/THREAD debug events internally in the server.
10647 2000-03-07 Alexandre Julliard <julliard@winehq.com>
10649 * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
10650 Better implementation of inline functions SetLastError and
10651 GetCurrentThreadId. Added asm inlines for Interlocked* functions.
10653 * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
10654 Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
10656 * loader/ne/module.c, loader/ne/segment.c:
10657 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10658 Fixed second instance DGROUP loading.
10660 * include/winuser.h, misc/main.c:
10661 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10662 Implement SPI_GETICONMETRICS.
10663 Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
10665 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
10666 Actual write the cached struct in GlobalMemoryStatus.
10668 * documentation/fonts, graphics/x11drv/xfont.c:
10669 Rein Klazes <rklazes@casema.net>
10670 Include in the AddFontResourceA/W fixme message a pointer to the fonts
10671 document. In this document tell the user how to find the needed tools.
10673 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
10674 Add a message and fix error code if __ws_getservbyname() and
10675 __ws_getservbyport() cannot find the requested service.
10676 Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
10678 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
10679 Check for existence if MMIO_EXIST is passed to MMIO_Open.
10681 * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
10682 The pathname was stored in a string of size 100, which was not always
10683 large enough. It should be set to MAX_PATH (255).
10685 * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10686 Several fixes to MakeProcInstance.
10688 2000-03-05 Alexandre Julliard <julliard@winehq.com>
10690 * 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:
10691 Added support for creating extra symlinks for .so files that contain
10694 2000-03-04 Alexandre Julliard <julliard@winehq.com>
10696 * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
10697 Moved dll-specific make rules to a separate Makedll.rules file.
10699 * misc/registry.c: Fixed error checking in registry saving.
10701 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
10702 WSACleanup should set last error to WSANOTINITIALISED if failing
10703 because Winsock was not initialized...
10705 * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
10706 Marcus Meissner <marcus@jet.franken.de>
10707 CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
10708 Whitney), removed the dllName component of the openDlls. Added some
10711 * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
10712 Fixed typos in _alldiv() and _allmul().
10714 * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
10715 Added message for missing xpm devel libs for debian/corel.
10717 * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
10718 OleRegGetUserType did query wrong registry key.
10720 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
10721 Some applications call GlobalMemoryStatus() very often. Cache the
10722 results of the call for 1 second (spotted by Corel).
10724 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
10725 GetClipboardData16 might return an invalid global handle (spotted by
10728 * objects/enhmetafile.c: Lilia Roumiantseva
10729 cbCountSizeOfEnhMetafile callback function instead of increasing a
10730 contents of the pointer to the size increased the pointer itself.
10732 * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10733 Fix docs to reflect change to .winerc processing.
10735 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
10736 Fixed a couple of config.cache problems.
10738 * dlls/comctl32/trackbar.c: Vahid Pourlotfali
10739 Trackbar contol did not have proper position value in case of
10740 SB_THUMBTRACK notification message: it was always sending 0.
10742 Jim Aston <jima@corel.ca>
10743 Made the slider control a rect. It had been trying to draw a notched
10744 slider, but the result didn't look right.
10746 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
10747 Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
10749 * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
10750 CURSORICON_IconToCursor: inconsistent Lock/Unlock
10752 * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10753 PROFILE_GetString: only accept NULL for keyname to return the list of
10754 keys as Win95 does.
10756 * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
10757 Fix a sign bug where memcpy was called with negative length.
10759 2000-02-29 Alexandre Julliard <julliard@winehq.com>
10761 * files/profile.c: Make profile key a global handle.
10763 * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
10764 Renamed libwin32s to use the proper dll name (libw32skrnl).
10766 * 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:
10767 Niels Kristian Bech Jensen <nkbj@image.dk>
10768 Removed superfluous #include statements for header files included twice.
10770 * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
10771 Make updown control work. UpDown control always sends WM_*SCROLL
10772 message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
10774 * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
10775 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
10778 * dlls/ole32/storage32.c: Murali Pattathe
10780 This is the patch for the OleConvertOLESTREAMToIStorage wine API.
10781 This API calls another function called OLECONVERT_LoadOLE10 which
10782 basically read the OLE stream from the file through the callback
10783 function (this is passed by the application).
10785 The reading format was wrong. Still I am not very sure this is 100 %
10786 correct format. I did some reverse engineering and found the format. I
10787 have tried with different OLE object and its worked in paradox. I
10788 haven't tested with any other apps.
10790 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
10791 Patrik Stridvall <ps@leissner.se>
10792 Moved some stubs and added forwards in order to make both winapi_check
10793 and checklink happy.
10795 * tools/winapi_check/*:
10796 Patrik Stridvall <ps@leissner.se>
10797 Moved the rest of the API specification from the global file to the
10800 2000-02-27 Alexandre Julliard <julliard@winehq.com>
10802 * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
10804 ----------------------------------------------------------------
10805 2000-02-27 Alexandre Julliard <julliard@winehq.com>
10807 * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10808 GetComputerNameA(): added parameter check like Win95 does.
10810 * tools/build.c: Patrik Stridvall <ps@leissner.se>
10811 - Fixed some Solaris specific assembler problems
10812 - Fixed some missing .type @function (helps debugging with dbx)
10813 - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
10814 - Fixed use of zero width arrays (ANSI C violation)
10815 - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
10817 * memory/selector.c, include/selectors.h:
10818 Patrik Stridvall <ps@leissner.se>
10819 Fixed some Solaris specific assembler problems.
10821 * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
10822 Patrik Stridvall <ps@leissner.se>
10823 Fixed some issues found by winapi_check.
10825 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
10826 Patrik Stridvall <ps@leissner.se>
10827 Updated winapi_check.
10829 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
10830 Added utility that generates patches for submission to
10831 wine-patches@winehq.com.
10833 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
10834 oleaut32 should not import functions from olepro32.
10836 * dlls/comctl32/listview.c, include/listview.h:
10837 Pierre Mageau <pierre@macadamian.com>
10838 Don't display the context menu on a double click.
10840 Ulrich Czekalla <ulrichc@corel.ca>
10841 Set the font on the edit label control to that used by the listview
10842 control. It also uses text metrics to set a more reasonable initial
10845 Pierre Mageau <pierre@macadamian.com>
10846 Handle M_SETREDRAW in ListView.
10847 Fix to EnsureVisible to handle small and large icon correctly.
10848 Add edit label functionnality to the listview and the file open dialog.
10850 Ulrich Czekalla <ulrichc@corel.ca>
10851 RelaseDC in CreateEditLabel.
10853 Pierre Mageau <pierre@macadamian.com>
10854 Add functionnality to create new folder in the open dialog.
10855 Add support for right click menu in common file dialog.
10856 LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
10858 Serge Ivanov <sergei@corel.ca>
10859 LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
10861 Luc Tourangeau <luc@macadamian.com>
10862 Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
10865 -Implemented the sorting on insert of items into a ListView control
10866 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
10867 -(helping evil applications): sometimes not so well structured apps
10868 (PFPI90, in this case) will not fully initialize structs. In the case
10869 of the LVM_GETITEM message the app may have only initialized the mask
10870 and iItem members of the struct. Added processing of the LVIF_PARAM
10871 mask in the case that iSubItem was set but is invalid/uninitialized.
10873 Pierre Mageau <pierre@macadamian.com>
10874 Fix for handling correctly the cancelling mode of the Edit label.
10875 Fix width calculation of the edit label.
10877 Pascal Lessard <pascal@macadamian.com>
10878 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
10881 Ulrich Czekalla <ulrichc@corel.ca>
10882 Fixed a painting problem with listview when the view changes and an
10883 edit label is active.
10885 Ulrich Czekalla <ulrichc@corel.ca>
10886 Fixed a notification problem with listview. On creation if the user
10887 specifies an item with focus and/or selection we should send the
10888 proper notification. Insert was preventing LISTVIEW_SetItem from
10889 seeing the changes and sending the notification.
10891 Make the draw item rectangle consistent with the selection
10892 rectangle. This allows us to click on the folders and icons in the
10893 file open dialog box and the item actually gets selected.
10895 * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
10896 - Write serial numbers to the device (FAT)
10897 - DRIVE_ReadSuperblock: better checking for the FAT fs.
10899 * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10900 GetFullPathName fixes.
10902 2000-02-26 Alexandre Julliard <julliard@winehq.com>
10904 * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
10905 Juergen Schmied <juergen.schmied@debitel.net>
10906 Fixed definition of the RtlMemory functions. Use macros internally and
10907 for Winelib, use real functions for exports from ntdll.
10909 * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
10910 Prototypes OleInitialize, OleUninitialize.
10912 * dlls/commdlg/filedlg95.c:
10913 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10914 ArrangeCtrlPositions: fix for user-defined template with no stc32.
10916 * controls/menu.c, include/menu.h, windows/message.c:
10917 Ulrich Czekalla <ulrichc@corel.com>
10918 Send WM_HELP message when F1 is pressed.
10920 * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
10921 In the listbox, when the last item is selected and deleted, it still
10922 appeared in the window.
10924 Sheri Steeves <sheri@macadamian.com>
10925 In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
10926 style it would just return. This left the horizontal scroll bar
10927 uninitialized and it was appearing at the bottom of the listbox when
10928 it did not have to.
10930 Serge Ivanov <sergei@corel.com>
10931 LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
10932 (it says it is for column margins). Obviously it is wrong, because
10933 margins must be internal.
10935 * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
10936 ErrorInfo functions need to be in ole32, not oleaut32.
10938 * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
10940 * 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:
10941 Juergen Schmied <juergen.schmied@debitel.net>
10942 Moved file functions to shlfileop.c
10943 New SHELL_DeleteDirectoryA
10944 Use shell notifications.
10945 Enabled file manipulation functions.
10947 * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
10948 Juergen Schmied <juergen.schmied@debitel.net>
10951 * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
10952 Juergen Schmied <juergen.schmied@debitel.net>
10953 Stub PathIsDirectory.
10955 * dlls/shell32/shellord.c:
10956 Juergen Schmied <juergen.schmied@debitel.net>
10957 Fixes for ShellExecuteEx.
10959 * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
10960 Juergen Schmied <juergen.schmied@debitel.net>
10961 Basic implementation of shell notifications.
10963 * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
10966 * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
10967 Juergen Schmied <juergen.schmied@debitel.net>
10968 Added Winelib types.
10970 * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
10971 Added icon no 4 (open folder).
10973 * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
10974 Patrik Stridvall <ps@leissner.se>
10975 Added stubs for {Create,Get,Set}ErrorInfo.
10977 * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
10978 Return an error instead of a success code in OleCreate stub function.
10980 * dlls/comctl32/tab.c, include/tab.h: Don Kelly
10981 In Windows Property Sheet can have any mix of icon-less tabs and tabs
10982 with icons. Adds a check to see if the icon we're adding is non-NULL
10983 (otherwise random junk from memory can be rendered) when the application
10984 has specified the PSP_USEICONID flag is set. Changes to the Tab control
10985 to only render icons for tabs that have the TCIF_IMAGE flag set
10986 (previously, if the flag was set the entire image list of icons was
10989 Stephane Lussier <stephane@macadamian.com>
10990 Fixes for some tab control bugs
10993 Fixed some width problem with OWNERDRAW tab.
10995 Luc Tourangeau <luc@macadamian.com>
10996 TCM_ADJUSTRECT is now returning consistant compare to Windows.
10998 Serge Ivanov <sergei@corel.ca>
10999 Fixed problem with tab selection. When you select tab it becames first
11000 visible tab. Now leftmost visible tab is calculated properly.
11001 - Added code for correct handling of updown control.
11002 - Forced recalculation of tabs' coordinates when:
11003 a) all items are deleted,
11004 b) window style is canged
11006 * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
11007 Added necessary defines and structures to compile WineLib apps using
11009 Fixed typo in TCM_SETMINTABWIDTH constant.
11011 * controls/button.c: Bill Jin <billj@corel.ca>
11012 Bitmap buttons were not refreshed correctly.
11014 * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
11015 This reverts Matts patch. The messaging needs double checking.
11017 * 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:
11018 Improved the selector get/set functions.
11019 Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
11021 * 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:
11022 Made winmm a separate shared library.
11024 * 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:
11025 Patrik Stridvall <ps@leissner.se>
11026 Fixed ANSI C violations.
11028 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
11029 Fixed Solaris specific compiler issue.
11031 * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
11032 Fixed some debug message crashes.
11034 * include/dinput.h, windows/dinput.c:
11035 Lionel Ulmer <lionel.ulmer@free.fr>
11036 - implement EnumObjects and GetProperty for Mouse and Joystick drivers
11037 - implement SetDataFormat for the Mouse driver
11039 * 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:
11040 Eric Pouech <Eric.Pouech@wanadoo.fr>
11041 Moved hardware related handling to dlls/winmm/joystick driver.
11042 Got rid of joySendMessages() hack (now implementation with a timer).
11044 2000-02-25 Alexandre Julliard <julliard@winehq.com>
11047 Release unused space in debug strings to avoid too frequent
11048 wrap-arounds in the circular buffer.
11050 * dlls/oleaut32/Makefile.in: Added import of olepro32.
11052 * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11053 Added OLE entries and comments.
11055 * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11056 Japanese support implemented.
11058 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
11059 Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
11060 order to allow Windows 9x Perl to start.
11062 * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
11063 This patch initializes the return buffer used in GetPrinterDriverA to
11064 zeros. This prevents buffer overruns caused by accessing garbage data.
11065 Some improvements to the NULL check patch.
11068 EnumPrinters is not returning the number of printers found in case the
11069 parameter dwLevel is 1.
11071 * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11072 Do not overwrite the valid ObjectAttributes->RootDirectory.
11073 Perform case insensitive comparison for the registry paths.
11075 * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
11076 Added prototypes for registry functions.
11078 * include/winbase.h, include/winnls.h:
11079 Dmitry Timoshkov <dmitry@sloboda.ru>
11080 Move definition of CPINFO structure from winbase.h to winnls.h
11081 Add definition of CPINFOEX structure to winnls.h
11083 * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
11084 Add prototype for CRTDLL_wcstol.
11086 * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11087 Fix for toolbar button size.
11089 * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11090 Fixed CharNextA/CharNextExA for DBCS.
11092 * 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:
11093 James Abbatiello <abbeyj@WPI.EDU>
11094 Misc. fixes for compiler warnings.
11096 * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
11097 Pierre Mageau <pierre@macadamian.com>
11098 Implementation of OleConvert routines.
11100 Thuy Nguyen <thuy@macadamian.com>
11101 Don't allow to resize stream open in read only mode
11102 Allow write access for stream/storage open with STGM_READWRITE.
11103 StgOpenStorage return values are now more detailed.
11104 Don't rely on STGM_CREATE flag in the Storage constructor.
11105 Preventing to write out of date property.
11107 Owen Wang <owenw@corel.ca>
11108 Allow both positive & negative 32-bit integers as with MFC assumption.
11109 This patch improves the 32bit limit on IStream::*_Seek operations.
11111 John Li <johnl@corel.ca>
11112 When WP opens a linked file, the malloc function in
11113 OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
11114 crash. The actual problem is the function reading a large data length.
11116 * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
11117 Made some local functions static.
11119 * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
11120 Patrik Stridvall <ps@leissner.se>
11121 Fixed some issues found by winapi_check.
11123 * tools/winapi_check/*:
11124 Patrik Stridvall <ps@leissner.se>
11125 Moved some of the API specification from the global file to the local
11128 * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
11129 James Abbatiello <abbeyj@WPI.EDU>
11130 Better thread safety for WarpPointer hack.
11132 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
11133 Juergen Schmied <juergen.schmied@debitel.net>
11134 Added AddAccessAllowedAce.
11136 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
11137 Some more ListView_ macros, winelib fixes.
11139 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
11140 Fixed allocation of 16x16 icons.
11142 * dlls/commdlg/filedlg95.c:
11143 Juergen Schmied <juergen.schmied@debitel.net>
11144 For unicode: give the selected filename back.
11146 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
11147 Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
11150 * windows/painting.c: Serge Ivanov <sergei@corel.ca>
11151 We don't need to call LPtoDP in here as far as PatBlt does it internally.
11153 * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
11154 In Windows, if PropertySheet can't create some page it just skips it. This
11155 patch adds similar behaviour to Wine. It also adds some NULL checks.
11158 Fix property sheet initialization bugs.
11161 The template was calling GetActiveIndex which was not being set in the
11162 propsheet code, and the call was moved before we call SetActive -
11163 because that's where we query for the Active Index.
11166 Resize property sheet to the largest dialog size.
11169 In the WM_INITDIALOG handler for the prop sheet, there is a call to
11170 PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
11171 PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
11172 aligns the sizes of the "largest" prop. sheet dialog template and the tab
11173 control. The IsTooSmall() call doesn't properly catch this mismatch.
11174 Modified the function to return TRUE if the sizes mismatch and renamed it to
11175 PROPSHEET_SizeMismatch() to reflect its proper use.
11177 * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
11178 We define PathISURLA, so use it.
11180 * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
11181 In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
11182 fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
11183 to improper display of overlay images.
11186 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
11187 ATOMs are considered unique, so we don't need to check class
11188 pointers in FindWindow.
11190 * objects/region.c: Serge Ivanov <sergei@corel.com>
11191 Not all region functions updated 'type' field to reflect current
11194 * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
11195 Eric Williams <ewill@ncal.verio.com>
11196 Minor fixups and tweaking, and a dummy hook.
11198 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
11199 Fixed handling of filedlg flags.
11201 2000-02-20 Alexandre Julliard <julliard@winehq.com>
11203 * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11204 Added FIXME comment for entry point parameter.
11206 * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
11207 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11208 - stub for OLE32.MkParseDisplayName
11211 * windows/dialog.c, windows/win.c:
11212 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11213 - fixed my slightly incorrect EndDialog patch
11216 * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
11217 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11220 * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
11221 Made the buffer list in the directsound object thread-safe.
11223 * loader/module.c, loader/ne/module.c:
11224 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11225 It seems to be GetModuleFileName16 that checks exe version on whether
11226 to return long or short paths, not GetModuleFileNameA.
11228 * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
11229 Avoid too much refreshing when changing the drive in the 16 bits file
11232 * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
11233 GetLongPathName rewrite.
11235 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
11239 Don't update the combo box selection when closing the dialog only when
11240 clicking on OK button. Adjust file dialog size when help button isn't
11244 Fixes problems with open dialog box filters.
11247 Prevents the help button from displaying on OpenFile dialogs unless
11248 the proper flag is set in the OPENFILENAME struct.
11253 Jean-Claude Batista
11254 Add tooltips to the file Dialog toolbar.
11256 Sylvain Bouchard, Bill Jin
11257 Three new functions
11258 EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
11259 Instead of passing in a copy of ofn, passing in the pointer of ofn.
11262 A "!" was missing in a check against lpstrInitialDir.
11265 Fixed crash: if dialog has no filetypes appearing in the dropdown list.
11267 Matt Robertson, Ulrich Czekalla
11268 Fixed problems occurring with selection of files inside openfiledlg.
11270 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
11271 - activated use of templates
11272 - moved the creating of new folders to the shellview
11274 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
11275 Juergen Schmied <juergen.schmied@debitel.net>
11276 Started with shell-clipboard handling (context menu cut&paste,
11279 * dlls/shell32/dataobject.c:
11280 Juergen Schmied <juergen.schmied@debitel.net>
11281 Removed ItemIDListList, reorganisation, more formats.
11283 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
11284 - implemented rename, copy and delete file
11285 - "new file" is activating label edit for rename
11286 - implemented IShellView_SelectItem
11288 * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
11289 Juergen Schmied <juergen.schmied@debitel.net>
11290 Better context menus.
11292 * 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:
11293 Juergen Schmied <juergen.schmied@debitel.net>
11294 - new files related to context menu and drag drop file operations
11295 - render functions for clipboardformats
11297 * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
11298 Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
11300 * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
11301 Juergen Schmied <juergen.schmied@debitel.net>
11302 Started implementation of shell notifications.
11304 * dlls/shell32/shlfileop.c:
11305 Juergen Schmied <juergen.schmied@debitel.net>
11306 New file (SHFileOperation).
11308 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
11311 * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
11312 Juergen Schmied <juergen.schmied@debitel.net>
11313 - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
11314 - implemented IPersistFolder2 interface
11316 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
11317 Juergen Schmied <juergen.schmied@debitel.net>
11318 New aPidl handling functions.
11320 * misc/main.c: Avoid crash on usage message.
11322 * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
11324 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
11325 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11326 Added stub for RtlAssert().
11328 * windows/x11drv/keyboard.c:
11329 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11330 Added Japanese jp106 and pc98x1 keyboard layout.
11332 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11333 Got rid of PROFILE_ functions, now accessing Wine config options
11334 through the registry.
11336 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11337 While creating the wine config key, make sure that only Wine's subkeys
11340 * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
11341 Check for NULL ptr in PSDRV_GetDeviceCapabilities.
11343 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
11344 Added a bit magic to CONSOLE_get_input so we don't get single Escapes
11345 from function key escape sequences.
11347 2000-02-19 Alexandre Julliard <julliard@winehq.com>
11349 * memory/atom.c: Bug fix for native USER.
11351 * loader/loadorder.c, wine.ini:
11352 Hard-coded DllPairs configuration; there is no need for the user to
11355 * 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:
11356 Store config file contents in the registry so we only have to load it
11358 Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
11359 Removed a few unnecessary/unused command-line options.
11361 2000-02-18 Alexandre Julliard <julliard@winehq.com>
11363 * 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:
11364 Store the handle of the process exe file in the server.
11365 Removed PROCESS_Initial().
11367 * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
11368 Set the type of VarBstrFromDate to dwFlags, instead of lcid.
11370 Ulrich Czekalla <ulrichc@corel.ca>
11371 Fixed the problem with the date being off by one.
11374 VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
11376 Coerce function doesn't implement coercion for VT_DISPATCH type.
11378 * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
11379 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11380 Added/corrected ordinals of kernel, gdi, user.
11382 * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
11383 Popup windows will be hidden when minimizing the main frame.
11385 * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
11386 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
11387 Changed the loading of typelib files to use a memory mapping instead
11388 of reading the file bit by bit.
11390 * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11391 DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
11392 path component even if a match already occurred.
11394 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11395 Fixed prototype for OleTranslateColor.
11397 * files/file.c: Matthew Cline <matt@nightrealms.com>
11398 Added WARN messages on open errors.
11400 * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11401 The maximum size of the buffer is 1024 bytes in Win32.
11403 2000-02-16 Alexandre Julliard <julliard@winehq.com>
11405 * 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:
11406 Moved SystemHeap allocations to the process heap.
11408 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
11409 Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
11411 * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
11412 Send WM_HELP message when F1 is pressed.
11414 * 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:
11415 Alastair McKinstry <Alastair.McKinstry@digital.com>
11416 Added support for the following celtic languages: Irish Gaelic, Scots
11417 Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
11419 2000-02-14 Alexandre Julliard <julliard@winehq.com>
11421 * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
11422 Juergen Schmied <juergen.schmied@debitel.net>
11423 Added stub for CoResumeClassObjects.
11425 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
11426 - added argument printing to stubs
11427 - replaced memcmp by IsEqualGUID
11428 - implemented GetCapabilities for Mouse and Keyboard
11430 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
11431 ioctlsocket() now returns success if the app sets nonblocking mode for
11432 WSAAsyncSelect()-ed sockets.
11434 * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11435 Fixed FreeBSD compile.
11437 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11438 - fixed crash on mci channel tracing
11439 - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
11441 2000-02-13 Alexandre Julliard <julliard@winehq.com>
11443 * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
11444 Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
11446 * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
11447 Dave Pickles <davep@nugate.demon.co.uk>
11448 Added definition for STILL_ACTIVE.
11450 * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
11451 Juergen Lock <nox@jelal.kn-bremen.de>
11452 Added configure check for the unix domain sockaddr length.
11454 * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
11455 Fixed CDROM_Audio_Seek for non-linux systems.
11457 * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
11458 GetObjectA() now rejects GDI handles which are invalid.
11460 * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
11461 VERSION_GetSystemDLLVersion crashed when being called on a .so.
11463 * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
11464 Display the system popup menu when clicking with the right mouse
11465 button in the window caption.
11467 * dlls/ole32/clipboard.c: Removed check for class existence.
11469 * 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:
11470 Alexandre Julliard <julliard@codeweavers.com>
11471 Removed superfluous GlobalFindAtom calls.
11473 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
11474 Reading of ri blocks.
11475 Better error handling.
11477 * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
11478 Check that ci->hWindowMenu is not zero before using it.
11480 * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
11481 David Howells <David.Howells@nexor.co.uk>
11482 Implemented isw*() wctype.h functions.
11484 * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11485 Better error messages.
11487 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
11488 Fixed off-by-one error.
11490 * 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:
11491 Moved global atoms to the server (based on the work of Sergei
11492 Turchanov <turchanov@otvprim.ru>).
11494 2000-02-12 Alexandre Julliard <julliard@winehq.com>
11496 * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
11497 Added a PTEXTMETRIC[A|W] definition.
11499 * include/windef.h: Matthew Cline <matt@nightrealms.com>
11500 Added typedefs for PSHORT and PUSHORT.
11502 * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11503 Protect EndDialog() from invalid window handles.
11505 * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
11506 Lionel Ulmer <lionel.ulmer@free.fr>
11507 Replaced fprintfs by proper debug macros and fixed some compilation warnings.
11509 2000-02-10 Alexandre Julliard <julliard@winehq.com>
11511 * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
11512 Added GUIDs, defines, and structures for DirectX7.
11514 * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
11515 Oleg Korda <oleg@isp.nsc.ru>
11516 Added Russian translation.
11518 * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
11519 Added missing goto in switch statement.
11521 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
11522 Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
11524 * 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:
11525 Optimized debugging API to reduce code size.
11527 * 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:
11528 Removed extra includes from ole.h and wingdi.h.
11531 Jeremy White <jwhite@codeweavers.com>
11532 Removed #include of wingdi.h and windef.h from winuser.h (and resolved
11533 the resulting compilation failures).
11535 2000-02-07 Alexandre Julliard <julliard@winehq.com>
11537 * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
11538 Make CLSIDFromString return a CLSID of zeros instead of crashing when
11539 passed a null pointer.
11541 * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11542 Fixed unconditional use of JOYDEV.
11544 * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
11545 Michael Cardenas <michael_cardenas@deneba.com>
11546 Added a bunch of macros needed for compiling Winelib apps.
11548 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
11549 Added ListView_EditLabel macros.
11551 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
11552 Changed import to ordinal.
11554 * include/wine/obj_shellfolder.h:
11555 Juergen Schmied <juergen.schmied@debitel.net>
11556 Added IPersistFolder2 interface.
11558 * 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:
11559 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11560 - implemented serial numbers for audio CDs and data CDs
11561 - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
11563 - split debug channel cdaudio into cdrom and mcicda
11566 * dlls/oleaut32/olefont.c, include/olectl.h:
11567 Sean Langley <seanl@corel.ca>
11568 Made OleCreateFontIndirect have the same signature (exactly) as the
11569 header file. Added olepro32 dll stubs.
11571 * 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:
11572 Sean Langley <seanl@corel.ca>
11575 * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
11578 * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
11579 Extended the winmm joystick API calls to support the new Linux
11582 * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
11583 Added context functions for FreeBSD.
11585 * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
11586 Fix for the system tray, Icon and popup menu's now work.
11588 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11589 Use window properties instead of window long, also use them to
11590 determine if we really own a window and can destroy it.
11591 The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
11592 Set paintable flag for application passed cooperative/drawing window.
11593 GetDisplayMode: We might have and do support 2 backbuffers.
11595 * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
11596 Running object table are not using 0 as a valid index anymore.
11598 * controls/static.c: Luc Tourangeau <luc@macadamian.com>
11599 Implementation of Static OwnerDraw.
11601 * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
11602 Height calculation was 1 off in ImageList_Read.
11604 2000-02-03 Alexandre Julliard <julliard@winehq.com>
11606 * 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:
11607 Removed resource.h.
11609 * 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:
11610 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11611 Added .spec files for all libtest/ and programs/ WineLib apps.
11612 Updated all Makefiles to use .spec files and new resource handling.
11614 * 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:
11615 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11616 Added .spec keyword 'mode' to allow creating built-in EXE modules.
11617 Use built-in EXE modules for WineLib apps (instead of ELF modules).
11618 Removed dummy ELF module creation.
11619 Removed LIBRES handling.
11621 * programs/notepad/main.c:
11622 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11623 Fixed memory overwrite bug.
11625 * include/windef.h, include/wine/windef16.h:
11626 Jeremy White <jwhite@codeweavers.com>
11627 Moved definitions such as BOOL16 and INT16 from windef.h into
11630 * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
11631 GetNumberFormatA implementation added.
11633 * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11634 Save and restore cursor in WriteConsoleOutputA.
11636 * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
11637 Alex Priem <alexp@sci.kun.nl>
11638 - Implementation of WM_SETFORMAT
11639 - Reworked drawing/selection
11640 - Implementation of WM_KEYDOWN
11642 * include/miscemu.h, msdos/int09.c, msdos/int16.c:
11643 Ove Kaaven <ovek@arcticnet.no>
11644 Added INT_Int16ReadChar and made int09 handle special keys.
11646 * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
11647 Added alphanumeric mode to the VGA emulation.
11648 Use service thread for the periodic refresh.
11650 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
11651 Cleanup VGA refresh when terminating.
11653 * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
11654 Handle backspace correctly.
11656 2000-01-31 Alexandre Julliard <julliard@winehq.com>
11658 * configure, Make.rules.in, */Makefile.in:
11659 Build most dlls as separate shared libraries.
11661 2000-01-30 Alexandre Julliard <julliard@winehq.com>
11663 * configure.in, include/config.h.in, server/context_i386.c, configure:
11664 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11665 Added configure check for sys/reg.h.
11667 * dlls/comctl32/imagelist.c, include/imagelist.h:
11668 Marcus Meissner <marcus@jet.franken.de>
11669 Overlay indices are signed shorts (-1 means no overlay)
11670 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
11671 (ImageList_Read) We can read a NxM bitmap from the stream and have
11672 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
11674 (others) removed some potential operator precendence problems.
11676 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
11677 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
11679 * 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:
11680 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11681 Moved debugger to libwine to make it available to WineLib apps.
11682 Try to invoke external debugger if internal debugger crashes.
11683 Try to handle early invocation of debugger more gracefully.
11685 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
11686 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11687 Mark initial process as 32-bit for WineLib apps.
11688 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
11689 Removed unused thread event.
11691 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11692 - Windows skips the '\t' and ' ' at the beginning and end of section
11693 key names of .INI files.
11694 - Fixed Get/WritePrivateProfileStructA():
11695 - (re-)translate the binary data into ASCII hex chars
11696 - add checksum / checking of it
11698 ----------------------------------------------------------------
11699 2000-01-30 Alexandre Julliard <julliard@winehq.com>
11701 * configure.in, include/config.h.in, server/context_i386.c, configure:
11702 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11703 Added configure check for sys/reg.h.
11705 * dlls/comctl32/imagelist.c, include/imagelist.h:
11706 Marcus Meissner <marcus@jet.franken.de>
11707 Overlay indices are signed shorts (-1 means no overlay)
11708 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
11709 (ImageList_Read) We can read a NxM bitmap from the stream and have
11710 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
11712 (others) removed some potential operator precendence problems.
11714 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
11715 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
11717 * 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:
11718 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11719 Moved debugger to libwine to make it available to WineLib apps.
11720 Try to invoke external debugger if internal debugger crashes.
11721 Try to handle early invocation of debugger more gracefully.
11723 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
11724 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11725 Mark initial process as 32-bit for WineLib apps.
11726 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
11727 Removed unused thread event.
11729 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11730 - Windows skips the '\t' and ' ' at the beginning and end of section
11731 key names of .INI files.
11732 - Fixed Get/WritePrivateProfileStructA():
11733 - (re-)translate the binary data into ASCII hex chars
11734 - add checksum / checking of it
11736 * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
11737 Juergen Schmied <juergen.schmied@debitel.net>
11738 - fixes, loading of settings per user
11739 - autodetecting of windows registry version
11741 * 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:
11742 Francois Gouget <fgouget@psn.net>
11743 The COM virtual tables must use the
11744 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
11746 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
11747 Made int9 handler add keystroke to BIOS keyboard buffer.
11749 * loader/dos/dosmod.c, loader/dos/dosmod.h:
11750 Ove Kaaven <ovek@arcticnet.no>
11751 dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
11753 * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
11754 Added a couple of prototypes.
11756 * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
11757 Add information about code pages to default registry.
11759 * configure.in, Make.rules.in, configure:
11760 Patrik Stridvall <ps@leissner.se>
11761 - Unixware (Solaris) linker typo fixed
11762 - Solaris (and possibly Unixware) specific linker support for the
11763 GNU:ism --[no-]whole-archive
11764 - Solaris make specific makefile fix
11766 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
11767 Solaris support for {set,get}_thread_context added.
11769 2000-01-29 Alexandre Julliard <julliard@winehq.com>
11771 * server/context_i386.c:
11772 Added our own user_regs_struct definition for better compatibility.
11774 * controls/button.c, windows/dialog.c:
11775 Dmitry Timoshkov <dmitry@sloboda.ru>
11776 Correct the behaviour of the accelerator keys in dialogs according to
11779 * 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:
11780 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11781 Link only a single .rc file with application.
11783 * 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:
11784 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11785 - add some documentation items
11786 - fix some spelling
11787 - fix some warnings
11789 * 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:
11790 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11791 - support for reading labels and serial nums from device
11792 - "reasonable" misc/cdrom.c device handling
11793 - much improved audio CD support
11794 - serial number overwrite bug fix
11797 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
11798 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11801 * dlls/ole32/ole2.spec, server/process.c:
11802 Patrik Stridvall <ps@leissner.se>
11803 Fixed minor issues found by winapi_check.
11805 * tools/winapi_check/*:
11806 Patrik Stridvall <ps@leissner.se>
11808 - Moved some of the API specifications from the global file to the
11811 * include/imagelist.h, dlls/comctl32/imagelist.c:
11812 Marcus Meissner <marcus@jet.franken.de>
11813 Implemented ImageList_Read (not 100% correct in regarding to setting
11815 Filled out unknown members of ILHEAD.
11816 Started reordering IMAGELIST to make it Windows binary compatible.
11818 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
11819 nIconIndex == -1 should return nr of available icons, not 0.
11821 * Makefile.in: Fixed building of dosmod and wineclipsrv.
11824 Bug fix: added temp structure to cope with debug traces during thread
11827 * 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:
11828 Removed debugstr.h.
11830 * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
11831 Use a per-thread buffer and write(2) for debug traces.
11832 Removed debug_dumpstr.
11834 2000-01-27 Alexandre Julliard <julliard@winehq.com>
11836 * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
11839 * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
11840 Get HCU name from unix user name.
11842 * 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:
11843 Implemented GetThreadSelectorEntry through the server.
11845 2000-01-26 Alexandre Julliard <julliard@winehq.com>
11847 * dlls/winmm/lolvldrv.c:
11848 Dynamically load version.dll in MMDRV_GetDescription32.
11850 * dlls/ole32/ole2.c:
11851 Use a linked list instead of a DPA for the hook list.
11853 * windows/x11drv/clipboard.c:
11854 Use a linked list instead of a DPA to manage pixmaps.
11856 * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
11857 Gerard Patel <g.patel@wanadoo.fr>
11858 Returns an error if trying to write to a stream opened for read.
11860 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11861 Add a newbie warning for slashes in the search Path= of wine.conf.
11863 * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
11864 Wait for ShmCompletion during Flip.
11866 * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
11867 Made --enable-dll the default.
11868 Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
11869 Cleaned up install targets in main Makefile.
11871 * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
11873 2000-01-25 Alexandre Julliard <julliard@winehq.com>
11875 * 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:
11876 Use argv[0] to locate the server executable.
11878 * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
11879 Alexandre Julliard <julliard@codeweavers.com>
11880 Share the system heap between different address spaces. Made process
11881 heap per-address space instead of per-process.
11883 * 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:
11884 Alexandre Julliard <julliard@codeweavers.com>
11885 Made the server listen for new clients on a Unix socket in
11886 $HOME/.wine. Newly started wine processes now attach to an existing
11887 server if one is running.
11889 * files/profile.c, include/options.h:
11890 Added PROFILE_GetConfigDir function.
11892 2000-01-24 Alexandre Julliard <julliard@winehq.com>
11894 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
11895 Changed the server to return STATUS_* error codes.
11897 * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
11898 Built a complete translation table for RtlNtStatusToDosError.
11900 * include/winerror.h, include/winnt.h: Added some error codes.
11902 * windows/nonclient.c:
11903 Use GetProcAddress instead of calling ShellAboutA directly.
11905 2000-01-23 Alexandre Julliard <julliard@winehq.com>
11907 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
11908 Merged dlls/ver into dlls/version.
11910 * 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:
11911 Juergen Schmied <juergen.schmied@debitel.net>
11912 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
11913 NtAllocateLocallyUniqueId
11914 - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
11915 RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
11916 RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
11917 RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
11918 RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
11919 RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
11920 RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
11921 RtlValidSid, RtlxUnicodeStringToOemSize
11922 - corrected most RtlString* functions, added documentation
11923 - more fixes and partial implementations
11925 * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
11926 Ove Kaaven <ovek@arcticnet.no>
11927 Added -dxgrab command line option, which confines cursor motion to the
11928 DirectX primary surface.
11930 * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
11931 Replaced some weird C constructs (char[]="" ) with more compatible ones.
11932 Added another NULL ptr check in _OnOpen.
11934 * 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:
11935 Moved winsock implementation to dlls/winsock.
11937 * dlls/*/.cvsignore:
11938 Marcus Meissner <marcus@jet.franken.de>
11939 Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
11941 * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
11942 Corrected arguments to VirtualFree().
11944 * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
11945 Dmitry Timoshkov <dmitry@sloboda.ru>
11946 Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
11949 * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
11950 Map WM_MENUSELECT 32->16 bits for closing menu.
11952 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
11953 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
11955 * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
11956 Implemented (Register|Get|Revoke)ActiveObject from the docs.
11958 * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
11959 Ove Kaaven <ovek@arcticnet.no>
11960 Supercharged XShm implementation for DirectDraw.
11962 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11963 Bugfix: missing NULL pointer checks.
11965 * loader/pe_image.c:
11966 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11967 Check for MZ header before trying to decipher the PE header.
11969 * relay32/kernel32.spec:
11970 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11971 Export GetLongPathName[A|W].
11973 * memory/global.c, memory/heap.c:
11974 Guy Albertelli <galberte@neo.lrun.com>
11975 Fix problems with GlobalHandle and GlobalFree so results match Win98.
11976 Restructure HEAP_ValidateInUseArena, HeapValidate, and add
11977 HEAP_IsRealArena to eliminate *bogus* error messages.
11979 * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11980 Actually print return value of message.
11982 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
11983 Corrected arguments in DIB_DeleteDIBSection.
11985 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
11986 Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
11987 help of James Feeney <james@nurealm.net>.
11989 2000-01-20 Alexandre Julliard <julliard@winehq.com>
11991 * 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:
11992 Alexandre Julliard <julliard@codeweavers.com>
11993 Added Get/SetThreadContext support through the server.
11995 2000-01-18 Alexandre Julliard <julliard@winehq.com>
11997 * 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:
11998 Added debugstr_guid function and used it to replace
11999 WINE_StringFromCLSID in all debugging messages.
12001 * dlls/winmm/wineoss/audio.c:
12002 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12003 Always initialize lpWaveHdr->lpNext to NULL.
12004 Don't fail on strange fragment sizes.
12006 2000-01-17 Alexandre Julliard <julliard@winehq.com>
12008 * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
12009 Add some defines needed for Unicode to Ascii conversions.
12011 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
12012 Better error handling, less keys held open.
12014 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
12015 EnumDisplayModes must pass lPitch.
12017 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
12018 Validate the menu handles.
12020 * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
12021 Rounds to the lowest integer, not the nearest.
12023 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12024 Fixed race between Win16 parent and child for first rescheduling
12025 of child process. This fixes WinExec returning too early.
12027 2000-01-16 Alexandre Julliard <julliard@winehq.com>
12029 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
12030 Use --whole-archive to force linking all of libwine.a. into wine.
12032 * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
12033 Added automatic registration of built-in DLLs.
12035 2000-01-15 Alexandre Julliard <julliard@winehq.com>
12037 * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
12038 Fixed IPX detection.
12040 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
12041 New implementation of the win95 registry loader.
12043 * dlls/advapi32/registry.c:
12044 Juergen Schmied <juergen.schmied@debitel.net>
12045 If there is enough space in the buffer and the type is REG_SZ and the
12046 string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
12048 * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
12049 Display the external modules after the internal modules in crash report.
12051 * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
12052 Made SetVolumeLabel report failure on CD-ROM drives.
12054 * documentation/status/directplay:
12055 Peter Hunnisett <hunnise@nortelnetworks.com>
12056 Updated documentation.
12058 * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
12059 Eric Pouech <Eric.Pouech@wanadoo.fr>
12060 Replaced Wine specific DRIVER_GetType by a correct implementation of
12063 * configure, configure.in, include/wine_gl.h:
12064 Lionel Ulmer <lionel.ulmer@free.fr>
12065 - (ugly) fix for the 'Xmd.h' problem
12066 - fix the detection of DGA 2 in configure script
12068 * include/thread.h, scheduler/thread.c:
12069 Juergen Schmied <juergen.schmied@debitel.net>
12070 - added NT fields to TEB
12071 - moved tls-fields and some wine specific fields to a higher offset
12072 - added some documentation
12073 - initialisation of the UnicodeString
12075 * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
12076 Add HAVE_SOUNDCARD_H to support OpenBSD.
12078 * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
12079 Peter Hunnisett <hunnise@nortelnetworks.com>
12080 - Added some missing EMR record types and updated and fixed others
12081 - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
12082 - Added header for SetICMMode
12083 - Added ability to play more enhanced metafile records
12085 * graphics/enhmetafiledrv/init.c:
12086 Peter Hunnisett <hunnise@nortelnetworks.com>
12087 Store reference hdc size into enhanced metafile header when creating.
12089 * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
12090 Marcus Meissner <marcus@jet.franken.de>
12091 Implemented OleRun.
12093 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
12094 Removed DeleteObject call left over from previous patch.
12096 * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
12097 Fixed bad register constraint in InterlockedCompareExchange.
12099 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
12100 Added prototypes for the NT synchronization functions
12101 InterlockedCompareExchange and InterlockedExchangeAdd.
12103 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12104 Don't access 'wm->modname' after the modref has been flushed.
12106 * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
12107 Added null check in GlobalHandle.
12109 2000-01-12 Alexandre Julliard <julliard@winehq.com>
12111 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
12112 Removed a dependency between oleaut32 and comctl32.
12114 * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
12115 More STATUS_ codes.
12117 * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
12118 Fixed macro definition of IDirectDrawSurface_Restore.
12119 Added defines for Ddraw's WaitForVerticalDisplay().
12121 * include/dsound.h: Steve Langasek <vorlon@dodds.net>
12122 Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
12123 IDirectSoundBuffer_Unlock.
12125 * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
12126 Missing Winelib declarations for AUXCAPS.
12128 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12129 Fix (harmless) assembler warnings.
12131 * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
12132 Fix problem with initialization (reported by Andreas Mohr).
12134 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12135 InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
12137 ----------------------------------------------------------------
12138 Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
12140 * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
12141 Non-Linux compile fix.
12143 * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
12144 DOSFS_DoGetFullPathName would underflow (p would get past the
12145 beginning of buffer) if given the name "//..".
12146 Regrouped the handling of the directory separators.
12147 Directory separators in the returned path are now alway a single "\"
12148 which simplifies the handling of ".." in the name.
12150 * dlls/advapi32/registry.c:
12151 Juergen Schmied <juergen.schmied@debitel.net>
12152 Corrected behaviour of RegOpenKey in case of failure.
12154 * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
12155 Juergen Schmied <juergen.schmied@debitel.net>
12156 - removed copying of HKEY_USERS to HKEY_CURRENT_USER
12157 - HKEY_CURRENT_USER is now subkey of HKEY_USERS
12158 - changed query_key_info_request to return the key name too (NtQueryKey needs this)
12159 - the rootkeys (MACHINE and USER) do have names
12161 * include/gdi.h, objects/dc.c, objects/gdiobj.c:
12162 Gerard Patel <g.patel@wanadoo.fr>
12163 Avoid deleting of the default 1x1 bitmap for memory DCs.
12165 * 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:
12166 Built-in DLLs resources are now specified in spec file.
12167 Removed unnecessary flags in built-in DLLs tables.
12169 * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
12170 Erez Volk <erez@gmx.net>
12171 Added stubs for some BiDi API functions.
12173 * dlls/winmm/mciwave/mciwave.c:
12174 Bradley Baetz <bbaetz@student.usyd.edu.au>
12175 Fixed race condition between app and wine in WAVE_mciPlay.
12177 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
12178 Stop menu tracking when clicking on the menu bar where there is no
12181 * win32/newfns.c: Erez Volk <erez@gmx.net>
12182 Better error reporting.
12184 Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
12186 * graphics/x11drv/xfont.c:
12187 Backed out scalable bitmap change (gives ugly results).
12189 * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
12190 GetMenuString should return itemlength on 0 nMax or NULL str
12191 InsertItem pos=-1, flags = 0 should append item
12192 (thanks to Sander van Leeuwen)
12194 * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
12195 David Elliott <dfe@netnitco.net>
12196 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
12197 Added critical section around code dealing with global variables.
12198 Added a few comments about how ASPI is supposed to work.
12199 Copy sense info into the correct place (right after the fixed 16-byte CDB).
12200 Now returns target status (many Windows apps won't even look at the
12201 sense are unless they get an error code).
12202 Added SC_ABORT_SRB FIXME.
12203 Added SC_GET_DISK_INFO place holder for clarity.
12204 Updated Linux SG interface structure to include new kernel 2.2
12207 * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
12208 Look for our header files first, then for systems headers.
12210 * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
12211 The new filedialog stuff does not handle template. So do not call if
12214 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
12215 Avoid problems during changing the Z-order if the window and the
12216 window to insert after are the same.
12218 * libtest/expand.c, libtest/hello5.c:
12219 Marcus Meissner <Marcus.Meissner@caldera.de>
12220 Removed GUI junk from expand.c, so you can use it in commandline mode.
12223 * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
12224 Patrik Stridvall <ps@leissner.se>
12225 Fixed some issues found by winapi_check.
12227 * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
12228 Patrik Stridvall <ps@leissner.se>
12229 - Added support for auto allocated ordinals
12230 - Fixed varargs (16 bit) bug
12233 * dlls/version/info.c:
12234 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12235 Fixed alignment problem with VERSION_INFO members.
12237 Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
12239 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
12240 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
12241 of the $X_EXTRA_LIBS are required.
12243 * windows/defwnd.c, windows/painting.c:
12244 Patrik Stridvall <ps@leissner.se>
12245 - Made FillRect behave like it does on Windows
12246 - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
12247 - Added some comments on how Windows behaves
12249 * windows/winhelp.c: Peter Ganten <peter@ganten.org>
12250 Check if winhelp is already running; use winhlp32.exe or winhelp.exe
12251 depending on the emulated version, relase win16lock before calling
12254 * AUTHORS, include/authors.h:
12255 Updated authors list from the Changelog. Please let me know if you
12256 have been left out.
12258 * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
12259 TrueType clarification.
12261 * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
12262 Lionel Ulmer <lionel.ulmer@free.fr>
12263 - detect if the OpenGL implementation defines the paletted texture and
12264 color table extensions
12265 - small warning fixes
12266 - fix the double '-lXxf86dga' when having DGA 2.0
12268 * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
12269 Some comm clean up, much more error messages, only use TIOCOUTQ if
12270 defined [wine-bugs/104], tried implementing SetCommTimeouts.
12272 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12273 - When processing WM_PAINT messages, the treeview might sometimes use
12274 the wrong hdc. Fixed.
12275 - Better checking for TREEVIEW_INFO *infoPtr=NULL.
12276 Similar to code in toolbar.c
12277 - Other small fixes (subclassed edit control).
12279 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12280 Bugfix: uninitialized pointer caused crashes.
12282 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
12283 Made virus warning a bit more drastic, since some people don't believe us.
12285 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
12286 Some comm clean up, much more error messages, only use TIOCOUTQ if
12287 defined [wine-bugs/104], tried implementing SetCommTimeouts.
12289 * files/profile.c: Rein Klazes <rklazes@casema.net>
12290 Implement WritePrivateProfileSectionA().
12292 * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
12293 Fix for compilers that don't support 'long long' (From Ove Kaaven).
12295 Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
12297 * scheduler/thread.c, server/thread.c:
12298 Moved allocation of the socket pair for a new thread to the server.
12300 * server/debugger.c: Made debug events and contexts standard objects.
12301 Use sleep_on to wait on debug events.
12303 * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
12304 Made sleep_on usable from all requests.
12306 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
12307 Eric Pouech <Eric.Pouech@wanadoo.fr>
12308 Added more MIDI messages 16<=>32 mapping.
12309 Fixes some bugs in buffers handling and index for MAPPER.
12311 * include/callback.h, if1632/thunk.c:
12312 Eric Pouech <Eric.Pouech@wanadoo.fr>
12313 Removed the obsoleted CallTimeFuncProc, CallDriverProc,
12314 CallDriverCallback.
12316 * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
12317 Eric Pouech <Eric.Pouech@wanadoo.fr>
12318 Put back visible minimum timer resolution to 1 ms.
12319 Decorrelate the service thread resolution from the user required timer
12320 & visible minimum resolutions.
12321 Removed the Callback.TimeFuncProc entry.
12323 * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
12324 Give +0+0 as a default position for the desktop window.
12326 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
12327 Convert mmio to allow the use of 32 bit mmio procedures.
12329 * 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:
12330 Juergen Schmied <juergen.schmied@debitel.net>
12333 * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
12334 Patrik Stridvall <ps@leissner.se>
12335 Fixed some issues found by winapi_check.
12337 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
12338 Patrik Stridvall <ps@leissner.se>
12339 Updated winapi_check to handle the new additions.
12341 * dlls/comctl32/monthcal.c, include/monthcal.h:
12342 Chris Morgan <cmorgan@wpi.edu>
12343 James Abbatiello <abbeyj@wpi.edu>
12344 Implemented WM_SIZE message support. Optimized drawing to use
12345 precalculated size values rather than recalculating during each call
12346 of MONTHCAL_Refresh.
12348 * relay32/user32.spec, windows/dialog.c:
12349 Juergen Schmied <juergen.schmied@debitel.net>
12350 Corrected parameter count for DialogBoxIndirectParamAorW.
12352 * controls/scroll.c: Rein Klazes <rklazes@casema.net>
12353 Don't show the scrollbar if SetScrollinfo() is called with only the
12354 SIF_DISABLENOSCROLL flag.
12356 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
12357 Added extra US keymap with the infamous phantom key.
12359 * Makefile.in, dlls/winmm/wineoss/Makefile.in:
12360 Eric Pouech <Eric.Pouech@wanadoo.fr>
12361 Use a uniform naming scheme for driver modules.
12363 * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12364 Encapsulated Wine internal data into an ifdef __WINE__.
12366 * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
12367 Eric Pouech <Eric.Pouech@wanadoo.fr>
12368 Moved the 16 bit driver functions callout into the dir.
12370 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12371 Added support for WODM_BREAKLOOP message.
12373 * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12374 Removed extraneous ERR message.
12376 * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12377 Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
12379 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12380 Use case insensitive comparison while searching for new modules.
12382 * dlls/ntdll/ntdll.spec:
12383 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12384 Added spec entry for _itoa.
12386 * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
12387 Bertho Stultiens <bertho@panter.soci.aau.dk>
12388 Generated labels of resource names must be unique throughout the
12391 * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12392 "resultp" can be NULL in SendMessageTimeout*().
12394 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
12395 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12396 - prevent mem leak of CRTDLL_acmdln_dll
12397 - better argument parsing
12398 - last xargv entry has to be NULL
12399 - return value is environment pointer instead of NULL
12400 - added a spec entry for bsearch()
12402 Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
12404 * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
12405 Peter Ganten <peter@ganten.org>
12406 Implemented WaitForInputIdle.
12408 * misc/ddeml.c, windows/win.c:
12409 Fixed potential buffer overflows (spotted by Francois Gouget).
12411 * 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:
12412 Make use of automatic ordinal allocation.
12414 * 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:
12415 Moved poll handling to the generic part of the server objects.
12416 Fixed busy waiting on POLLERR events.
12417 Merged struct client into struct thread.
12419 Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
12421 * 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:
12424 * 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:
12425 Francois Gouget <fgouget@psn.net>
12426 Buffer overflows and strncpy fixes.
12428 * loader/pe_image.c:
12429 PE_FindExportedFunction: use a binary search for function names.
12431 Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
12433 * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
12434 Fixed/commented out duplicate entry point names.
12436 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
12437 Added support for automatic ordinal allocation.
12438 Output list of function names in sorted order.
12439 Added support for nameless (ordinal-only) entry points.
12440 Cleaned up error handling.
12442 * 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:
12443 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12444 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
12445 Map a few Unicode chars to the first 0xff in psdrv.
12446 Don't expect x11drv to display Unicode chars yet.
12448 * 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:
12449 Francois Gouget <fgouget@psn.net>
12450 Wrapped some strings in a debugstr_* call.
12451 Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
12452 Removed redundant 'L's for Unicode strings.
12453 Tried to harmonize the traces a little bit.
12455 * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
12456 debugstr_w now returns something looking like 'L"xxxx"...'
12458 * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
12459 FILEDLG95_HandleCustomDialogMessages:
12460 - for the three handled messages we must return the required buffer size
12461 - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
12462 - fixed multiple potential buffer overflows.
12463 FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
12464 FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
12465 leading to a buffer overflow.
12467 Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
12469 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
12470 Added support for playing more record types (still more to come).
12472 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
12473 Better support very long strings by avoiding to copy them in a fixed
12474 size buffer (one exception partly remains: callback strings).
12475 Raise the buffer size to 512 characters.
12476 Merge the handling of item 0 and other items together in GetItemA to
12477 reduce code duplication.
12479 * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12480 Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
12482 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
12483 Cast the unsigned int to signed, or NEAR_MATCH will not work.
12485 * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
12486 Eric Pouech <Eric.Pouech@wanadoo.fr>
12487 Fixed first/last playable frame referencing.
12489 * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
12490 Eric Pouech <Eric.Pouech@wanadoo.fr>
12491 Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
12492 Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
12494 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
12495 Test pointers passed to copyrect for NULL.
12497 * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12498 Restore erroneously deleted lines.
12500 * dlls/comctl32/comctl32undoc.c:
12501 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12502 DPA_DeletePtr was resizing the array to a too small size.
12504 * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12505 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
12506 client area is less than the icon spacing.
12508 * documentation/linux-fat-permissions:
12509 Steven Elliott <elliotsl@mindspring.com>
12510 Added a document that describes configuring FAT filesystem permissions
12513 * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
12514 NT allocates one page as TEB. Some native NT-dlls are using this.
12516 * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12517 Don't skip usable X fonts. Add support for koi8 fonts.
12519 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
12520 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
12521 crash if the handle is INVALID_HANDLE_VALUE.
12523 * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
12524 Changed the "this_is_a_syntax_error" error message to a more specific
12527 Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
12529 * 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:
12530 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12531 Move Bezier code out of x11drv into commmon GDI code; if any driver
12532 does not implement PolyBezier[To] the curve is approximated to lines
12533 and drawn with Polyline.
12534 Implement many GDI-Path recording functions (at least the win9x subset).
12535 Implement FlattenPath and FillPath.
12537 * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
12538 Fixed ordinal numbering and added new spec stub.
12540 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
12541 Readded Xpm autoconf checks.
12543 * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
12544 EnumSystemLocalesA should look for registry values, not subkeys.
12546 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
12547 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
12549 * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
12550 Corrected background color and fixed leaking GDI brush.
12552 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
12553 NT loader: don't stop loading a hive when an error occurs.
12555 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12556 PlayMetaFile and EnumMetaFile should work if the hdc is a
12559 * README: Juergen Lock <nox@jelal.kn-bremen.de>
12560 Updated the FreeBSD notes, the LDT patch finally made it into -current.
12562 * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
12563 If lpTitle==NULL and cbBuf==0 then we must return the required buffer
12566 * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
12567 Shaun Morris <shaun@blueneptune.com>
12568 Implemented _TrackMouseEvent for the TME_LEAVE flag.
12570 * graphics/ddraw.c, graphics/ddraw_private.h:
12571 Lionel Ulmer <lionel.ulmer@free.fr>
12572 Adds resolution / depth switching with DGA 2.0.
12574 ----------------------------------------------------------------
12575 Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
12577 * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
12578 Fixed handling of DGA2.0 keyboard events.
12580 * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
12581 Eric Pouech <Eric.Pouech@wanadoo.fr>
12582 Added the ability to open several streams on the same driver.
12583 Added a few acmMetrics options.
12585 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12586 SysStringLen can get a NULL pointer (and shall return 0).
12588 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12589 Now using notification for detecting when a WAVEHDR has been played
12591 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12592 Enhanced synchronization between playback thread and stop/close commands
12593 Now using notification for detecting when a WAVEHDR has been played
12595 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12596 ComboBox should not send bogus messages to edit buddy and to itself.
12598 * files/dos_fs.c: Peter Ganten <peter@ganten.org>
12599 Fixed GetShortPathNameA.
12601 * Makefile.in, configure, configure.in:
12602 Moses DeJong <dejong@cs.umn.edu>
12603 Fixed missing libwine.so symlink during install. Set the runtime
12606 * windows/dialog.c: Murali Pattathe
12607 GetNextDlgGroupItem: needs to check the control parent is the main dialog.
12608 GetNextTabItem: make sure this control is visible and not disabled.
12611 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12612 Fixed cmd line length calculation.
12614 * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
12615 Lionel Ulmer <lionel.ulmer@free.fr>
12616 - added support of DGA-2.0 events
12617 - fixed the leaving of DGA-2.0 mode
12619 * controls/menu.c, include/menu.h, windows/winproc.c:
12620 Rein Klazes <rklazes@casema.net>
12621 In win32 a WM_MENUSELECT message should contain the position when the
12622 item refers to a submenu, not the submenu's handle as in win16.
12624 * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12625 Fixed arg types of FIXMEs.
12627 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
12628 Check for passed invalid window handle in DefMDIChildProc*.
12630 * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12631 Fix no. of arguments in a WARN statement.
12633 * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12634 Allows DrawText(16|A|W) to get a NULL string as parameter.
12636 * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
12637 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12638 Fixed compiler warnings.
12640 * controls/listbox.c, misc/registry.c, misc/version.c:
12641 Marcus Meissner <marcus@jet.franken.de>
12642 Removed 2 useless include winversion.h
12643 Do not make autodetected version fix on first calls if it is Win31.
12645 * dlls/shell32/shell32.spec:
12646 Juergen Schmied <juergen.schmied@debitel.net>
12647 Added StrNCpyA, StrNCpyW.
12649 * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
12650 Message translation WM_CREATE fixed.
12652 Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
12654 * 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:
12656 Implementation of a proxy ODBC32 dll.
12658 * 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:
12659 Kai Morich <kai.morich@bigfoot.de>
12660 Marcus Meissner <marcus@jet.franken.de>
12661 Added systray support.
12662 Swallow the windows systray icons into kpanel systray if KDE/KWM is
12665 * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
12666 Juergen Schmied <juergen.schmied@debitel.net>
12667 Added loader for NT registry files.
12669 * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
12670 Juergen Schmied <juergen.schmied@debitel.net>
12671 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
12674 * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
12675 Peter Hunnisett <hunnise@nortelnetworks.com>
12676 - Implemented GetEnhMetaFilePaletteEntries
12677 - Added fixme stubs for SetMetaRgn and GetMetaRgn
12678 - Added support for playing several enhanced metafile records
12679 - Added beginnings of implementation for playing the rest of the
12680 enhanced metafile records
12682 * 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:
12683 Patrik Stridvall <ps@leissner.se>
12684 Improved the TTY driver.
12686 * files/file.c: Peter Ganten <peter@ganten.org>
12687 Return an error if lpOverlapped is provided to ReadFile / WriteFile.
12689 * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
12690 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
12692 * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
12693 Bradley Baetz <bbaetz@student.usyd.edu.au>
12694 The wavemap driver wasn't passing the callback type to the
12695 DriverCallback routine correctly.
12697 * files/tape.c: Added missing WINAPIs.
12699 * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
12700 If we have registry entries, use them. Never mind which version we
12703 * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
12704 Patrik Stridvall <ps@leissner.se>
12705 Fixed some issues found by winapi_check.
12707 * 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:
12708 Patrik Stridvall <ps@leissner.se>
12709 Minor fixes and additions.
12711 * loader/ne/resource.c:
12712 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12713 Bugfix: Added missing 'return' statement.
12715 * dlls/commdlg/filedlg95.c:
12716 Juergen Schmied <juergen.schmied@debitel.net>
12719 Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
12721 * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
12722 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12723 Perform 16/32A/32W message mapping for posted messages.
12725 * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
12726 Chris Morgan <cmorgan@wpi.edu>
12727 James Abbatiello <abbeyj@wpi.edu>
12728 Added stubs for the WinNT tape backup functions.
12730 * debugger/msc.c, debugger/source.c:
12731 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12732 Parse CodeView type/symbol info with 32-bit type indices.
12733 Added (partial) support for VC 5/6 .PDB files.
12734 Fixed treatment of source file names containing path.
12736 * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
12737 Fixed off-by-one error.
12739 * scheduler/process.c:
12740 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12741 Bugfix: Show main window if CreateProcess was called without the
12742 STARTF_USESHOWWINDOW flag.
12744 * loader/pe_image.c:
12745 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12746 Implemented PE_UnloadLibrary().
12748 * include/dinput.h, windows/dinput.c:
12749 Lionel Ulmer <lionel.ulmer@free.fr>
12750 - do not loose initial auto-repeat status when acquiring the keyboard more
12752 - support of DirectX 7's DIMOUSESTATE2 structure
12754 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
12755 Marcus Meissner <Marcus.Meissner@lst.de>
12756 Added NtPowerInformation stub.
12758 * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
12759 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
12761 Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
12763 * 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:
12764 Dimitrie O. Paun <dimi@cs.toronto.edu>
12765 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
12766 Use the default version of FIXME, ERR, WARN, TRACE for the default
12769 * include/module.h, loader/module.c, scheduler/process.c:
12770 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12771 Delay sending debug events until process initialization is complete.
12773 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
12774 Updated, added chapter on configuration and architecture.
12776 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
12777 - Fix MMIO_{Open,Rename} to check the filename (of the form
12778 file.ext+ABC) for the correct mmio procedure to use.
12779 - mmioStringToFOURCC now converts to uppercase if asked to, and handles
12780 strings of length < 4.
12782 * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12783 Fix problem with EN_UPDATE notification sent by edit control.
12785 Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
12787 * 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:
12788 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12789 Added .rc file support for Win16 NE modules.
12790 Moved display.c and mouse.c to separate dll directories.
12792 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12793 Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
12795 Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
12797 * 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:
12798 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12799 Fixes several bugs in gdi path handling.
12800 Adds *Path functions to dc funcs table + add EnhMetaFile recording.
12801 Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
12802 funcs table to enable proper enhmetafile recording.
12803 The current position update in *To functions is now handled by the
12804 main function and not in the drivers.
12805 Move USER functions from graphics/painting.c -> windows/painting.c
12807 * 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:
12808 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12809 - the OLE version returned was too low
12810 - renamed OABuildVersion16 to OaBuildVersion16
12813 * files/drive.c: Peter Ganten <peter@ganten.org>
12814 Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
12815 if the buffer size is not large enough.
12817 * controls/button.c, windows/dialog.c:
12818 Dmitry Timoshkov <dmitry@sloboda.ru>
12819 Remove hack for keyboard messages in dialogs.
12821 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
12822 Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
12823 Implementation for VWin32 Int31/DPMI dispatch call.
12824 Fixed "dangling else" compiler warning.
12826 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
12827 Whenever we do an strncpy we should make sure we put a '\0' at the end
12830 * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
12831 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12832 Added Thread32First/Next stubs.
12834 * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12835 Moved wineserver's buffer & buffer_size at the end of TEB so that IE
12836 doesn't overwrite them.
12838 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12841 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12842 Added support for WAVE_FORMAT_QUERY flag in wodOpen.
12844 * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12845 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
12847 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12848 Fixed MCI_OPEN command for types like "CDAUDIO!H:".
12850 * graphics/ddraw_private.h, graphics/ddraw.c:
12851 Marcus Meissner <marcus@jet.franken.de>
12852 Merged _all_ lpClipper into common_surface.
12853 Add NULL ptr check to SetClipper.
12854 Some more debug output.
12856 * include/config.h.in, misc/port.c, configure, configure.in:
12857 Marcus Meissner <marcus@jet.franken.de>
12858 Use the real glibc openpty if present.
12860 * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12861 Added typedef to insure compilation on all gcc&egcs versions.
12863 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12864 Fixed _copy_registry().
12866 * 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:
12867 Juergen Schmied <juergen.schmied@debitel.net>
12868 Added some constants for Spanish.
12870 * include/module.h, loader/ne/module.c, loader/ne/segment.c:
12871 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12872 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
12873 just for the first one.
12874 Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
12876 * if1632/user.spec, windows/user.c:
12877 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12878 Added USER.DllEntryPoint().
12880 * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
12881 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12882 Call 16-bit instead of 32-bit UserSignalProc entry point.
12883 Don't load USER32.DLL unless requested by the program.
12884 Bugfix: Pass the correct thread ID to UserSignalProc.
12886 * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12887 Fixed crash when map fails.
12889 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12890 Show use of undocumented messages.
12892 * 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:
12893 Lionel Ulmer <lionel.ulmer@free.fr>
12894 - removed keyboard auto-repeat when DInput acquires it
12895 - removed some (now) obsolete fixme's
12897 * graphics/ddraw_private.h, graphics/ddraw.c:
12898 Marcus Meissner <marcus@jet.franken.de>
12899 Moved lpClipper into common_directdrawsurface struct
12900 Release old clipper on new set
12902 * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
12903 Eric Pouech <Eric.Pouech@wanadoo.fr>
12904 Fake MIDI_IO_STATUS support in midi in open
12905 Fixed bug in midi in while reading data
12907 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12908 Fixed infinite loop for 0-length wavehdrs.
12910 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12911 Fixed buggy playback for non PCM files
12912 Added support for from & to indexes for playback
12913 Now using double wavehdr for better output
12914 Cleaned-up internal structs and removed last 16 bit API adherence
12916 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12917 Tried to reduce echo in playSound API (using two wavehdr instead of
12920 * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12921 Added callback mechanisms for MIDI IN.
12923 * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
12924 Eric Pouech <Eric.Pouech@wanadoo.fr>
12925 Fixed improper acm streams closing.
12927 * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12928 Debug traces cosmetic fixes.
12930 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
12931 Fixed some errors (thanks to F Gouget for reporting them).
12932 Added some bits on thunking and resources for DLLs.
12934 Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
12936 * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
12937 Lionel Ulmer <lionel.ulmer@free.fr>
12938 First support of DGA 2.0 for DirectDraw.
12940 * include/winuser.h, relay32/user32.spec, win32/newfns.c:
12941 Erez Volk <erez@gmx.net>
12942 Stubs for Get/SetProcessDefaultLayout.
12944 * files/profile.c, relay32/kernel32.spec:
12945 Marcus Meissner <marcus@jet.franken.de>
12946 Stub for CloseProfileUserMapping.
12948 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
12949 Use DInput's internal mouse event handler to handle the GetDeviceState
12952 * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
12953 waveHdr.lpData was eventually HeapFree()ed uninitialized.
12955 * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
12956 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
12959 * 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:
12960 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12961 Fixed 32-bit module name handling to conform better to Win9x.
12962 Removed OFSTRUCT passing during process creation sequence.
12963 Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
12965 * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
12966 Michael McCormack <mccormac@aals27.alcatel.com.au>
12967 Added code to some service functions (some untested), fixed
12968 declaration of service main function.
12970 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
12978 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
12979 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12980 Added stubs for several MRU list functions and documented some others.
12982 * server/file.c: Marcus Meissner <marcus@jet.franken.de>
12983 Flush handle in any access mode.
12985 * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12986 Fixes off by one error in item insertion.
12988 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
12989 Allow 1% deviation from specified sampling rate for some soundcards.
12991 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
12992 Suppressed the inclusion of OpenGL headers.
12994 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
12995 - Added stub for conversion from meta to enhance meta files.
12996 - Implemented GetEnhMetaFileBits for enhanced meta files.
12998 * graphics/ddraw.c, graphics/ddraw_private.h:
12999 Peter Hunnisett <hunnise@nortelnetworks.com>
13000 Improved stubs for the ddraw clipper routines.
13002 Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
13004 * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
13006 * server/event.c, server/file.c:
13007 Fixed get_event_obj/get_file_obj to use the process parameter (thanks
13010 * server/process.h, scheduler/process.c, server/process.c:
13011 Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
13013 * 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:
13014 Implemented waitable timers.
13016 Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
13018 * tools/bin2res.c: Bug fixes.
13020 * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
13026 Lots of bug fixes and new features in property sheets.
13028 * 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:
13029 Niels Kristian Bech Jensen <nkbj@image.dk>
13030 Compiler warnings fixed.
13032 * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
13033 Give the app back the exact font name it asked for.
13035 * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
13036 Prevent a crash if messages are sent to a toolbar window before
13037 WM_NCCREATE or after WM_DESTROY.
13039 * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
13040 Updated Spanish MM error string translation.
13042 * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
13043 Alex Priem <alexp@sci.kun.nl>
13044 - (final?) update of TreeView_* macro's.
13045 - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
13046 - fixed some typo's
13047 - custom draw enhancements
13048 - implementation of state images
13049 - implementation of TVS_CHECKBOXES
13051 * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13052 Fixed some visual toolbar bugs.
13054 * README: Juergen Lock <nox@jelal.kn-bremen.de>
13055 Added notes about Wine-related FreeBSD kernel patches.
13057 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13058 Use RegQueryInfoKey to count number of printers.
13060 * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
13061 Don't try to call towupper() when there's no wctype.h.
13063 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
13064 When combobox selection changes, update its edit box accordingly.
13066 * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
13067 Notify parent of listbox if requested.
13069 Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
13071 * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
13073 * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
13074 Set/use fs/gs from the sigcontext struct, the corresponding kernel
13075 change now finally has been MFC'd to -stable.
13077 * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
13078 Mention free Truetype font servers (Xfstt and xfsft).
13080 * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
13081 Note what to do with the winedefault.reg in the file.
13083 * win32/device.c: Peter Ganten <peter@ganten.org>
13084 Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
13085 _PageChangePermissions() and _PageFree() using the
13086 Virtual*()-Functions (with the great help of Ulrich Weigand).
13088 * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
13091 * misc/registry.c: Several bug fixes in save_key().
13093 * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13094 Fixed some bogus error detection for RegEnumValue[AW] and
13095 RegQueryValueEx[AW].
13097 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
13098 Peter Hunnisett <hunnise@nortelnetworks.com>
13099 - Added global data mutual exclusion
13100 - Removed hack for creating processes suspended now that it's implemented
13101 - Fixed ordinal numbering and added spec stubs
13102 - Fixed EnumConnections callback to fill in all parameters with valid data
13103 - Made direct play allocation/deallocation follow the same pattern as
13106 * dlls/win87em/emulate.c:
13107 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13108 Several improvements.
13110 * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13111 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
13113 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13114 Made win16 serial comms less of a CPU hog.
13116 * 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:
13117 Store all object names as Unicode in the server.
13119 Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
13121 * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
13122 Added wine.conf option for new format registry files.
13123 Added optional periodic saving of the registry.
13125 * misc/registry.c, server/registry.c:
13126 Added support to the server for loading new format (version 2) files.
13128 * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
13130 * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
13131 Added current context to the exception debug event sent to the server.
13133 * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
13134 Fixed handling of debug events on thread/process exit.
13136 * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
13137 Raise an exception when a critical section wait failed.
13139 Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
13141 * 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:
13142 Patrik Stridvall <ps@leissner.se>
13143 Improved the stubs.
13145 * dlls/comctl32/imagelist.c, include/imagelist.h:
13146 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13147 - first 'dummy' implementation of ImageList_Read
13149 * include/rebar.h, dlls/comctl32/rebar.c:
13150 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13151 - added version messages
13153 * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13154 - implemented LBItemFromPt
13156 * include/commctrl.h, dlls/comctl32/listview.c:
13157 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13158 - implemented simple column order array functionality
13159 - implemented some virtual listview notifications
13161 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
13162 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13163 - minor update to mru list functions
13164 - stubs for COMCTL32_411 to COMCTL32_413
13166 * dlls/comctl32/toolbar.c, include/toolbar.h:
13167 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13168 - added version messages and some simple get/set messages.
13169 - added unicode messages
13171 * 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:
13172 Juergen Schmied <juergen.schmied@debitel.net>
13173 - made IShellFolder a aggregable object
13174 - SHCoCreateInstance can create CSIDL_FSFolder now
13175 - browsing into folders on the desktop implemented
13176 - corrected returnvalue of Ico_ExtractIconEx
13177 - fixed SHGetDataFromIDList to return data of simple pidls
13179 * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
13180 Moses DeJong <dejong@cs.umn.edu>
13181 Added implementation for WSARecvEx function. This is a Microsoft
13182 specific extension to the winsock API.
13184 * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
13185 Juergen Schmied <juergen.schmied@debitel.net>
13186 Corrected wrong parameter counts for WNetCachePassword and
13187 WNetEnumCachedPasswords.
13189 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
13190 Ian Schmidt <ischmidt@cfl.rr.com>
13191 Added stub for DllInstall().
13193 * 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:
13194 Changed to use new server-side registry support.
13196 * 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:
13197 Added registry support to the server.
13199 * tools/make_requests:
13200 Differentiate tracing functions between request and reply.
13201 Added possibility to have dumping functions for specific types.
13203 Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
13205 * include/server.h, scheduler/client.c:
13206 Added server_call_noerr function that avoids touching the last error.
13208 * include/winerror.h: Added a few registry error codes.
13210 * graphics/x11drv/xfont.c, objects/font.c:
13211 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13212 Removed some unaligned accesses.
13214 * dlls/commdlg/filedlg95.c:
13215 Juergen Schmied <juergen.schmied@debitel.net>
13216 - the fodInfos were used before initialized
13217 - lpTemplateName can be a resource id
13218 - if lpTemplateName is a string don't free the original one
13220 * 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:
13221 Niels Kristian Bech Jensen <nkbj@image.dk>
13222 Removed extra #include statements.
13225 Fixed MoveFileExA behavior when target file does not exist.
13227 * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
13228 Gustavo Junior Alves <twinfo@bestway.com.br>
13229 Added Portuguese language support.
13231 * dlls/comctl32/monthcal.c, include/monthcal.h:
13232 Chris Morgan <cmorgan@wpi.edu>
13233 James Abbatiello <abbeyj@wpi.edu>
13234 Implemented current day circling. Fixed many bugs in the month
13235 calender control including control spacing and alignment. Fixed
13236 defines monthcal.h. Optimized control drawing and removed many
13237 extranious redraws. Improved control behavior. Fixed inconsistent
13238 formatting in both .c and .h files.
13241 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13242 Flush current profile before using a newly opened one.
13244 * memory/selector.c:
13245 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13246 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
13248 * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
13249 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13250 Stub for GetFontData16.
13252 * windows/display.c, if1632/display.spec:
13253 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13254 Added some ordinals and GetDriverResourceID().
13256 * server/process.c, server/ptrace.c: Portability fixes.
13258 * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
13260 * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
13261 Fixed compile error.
13263 * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
13264 Implemented StartServiceCtrlDispatcherA according to DispatcherW.
13266 * Makefile.in: Make sure we clean dlls/ too.
13268 * dlls/advapi32/service.c:
13269 Michael McCormack <mccormac@aals27.alcatel.com.au>
13270 Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
13271 of QueryServiceStatus.
13273 * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
13276 * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
13277 Error reporting fix.
13279 * tools/bug_report.pl:
13280 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13281 Changed default relay line number from 100 to 200.
13283 * dlls/comctl32/toolbar.c, include/commctrl.h:
13284 Eric Pouech <Eric.Pouech@wanadoo.fr>
13285 Added undocumented feature to InsertButtonA.
13286 Added dropdown button support.
13288 * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13289 Fixed play back of uncompressed AVI file.
13290 Fixed exiting conditions.
13292 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13293 Fixed a crash in IDirectDrawSurface:BltFast.
13295 * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
13296 Eric Pouech <Eric.Pouech@wanadoo.fr>
13297 Fixed forwarding and handling messages directed to the mappers.
13299 * loader/ne/module.c, loader/ne/segment.c, include/module.h:
13300 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13301 Simplified hInstance creation/handling.
13302 Fixes problems with self-loaders creating DGROUP themselves.
13304 * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
13305 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13306 Add stubs for Get/SetLayout().
13308 * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
13309 Jim Aston <jima@corel.ca>
13310 Added stub for StgSetTimes.
13312 * dlls/shell32/shlmenu.c:
13313 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13314 SHFind_InitMenuPopup is supposed to return a pointer.
13316 * dlls/icmp/icmp_main.c:
13317 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13318 u_int[16|32]_t might not be defined.
13320 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
13321 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
13322 set to LPSTR_TEXTCALLBACK.
13323 - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
13325 ----------------------------------------------------------------
13326 Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
13328 * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
13330 * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13331 Fixed hash function.
13333 Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
13335 * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13336 The adwInfo[0] field was no longer used on mmioOpen (may contain file
13339 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
13340 Eric Pouech <Eric.Pouech@wanadoo.fr>
13341 Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
13342 FreePropVariantArray.
13344 * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13345 Removed suicide code when playback thread's father dies.
13347 * 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:
13348 Juergen Schmied <juergen.schmied@metronet.de>
13349 - the colums in the shellview are now created depending on the
13350 attributes of the folder object shown
13351 - get all attributes from the shellfolder instead directly from the idlist
13352 - header fields localized (only engl. and german till now)
13355 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
13356 Juergen Schmied <juergen.schmied@metronet.de>
13357 - corrected control positions
13358 - use the icons from comctl32 for the buttons
13360 * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
13361 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13362 Bugfix: relay/snoop debugging was broken by last patch ...
13364 * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
13365 Moved ptrace support to ptrace.c. Tried to improve portability.
13367 * server/debugger.c: Bug fixes.
13369 * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13370 Fixed some unresolved externals on non-Intel archs.
13372 * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
13373 Added missing WINAPI attribute to two forward declarations.
13375 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
13376 Removed leftover #undefs.
13378 * dlls/winmm/mcicda/mcicda.c:
13379 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13380 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
13382 * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
13383 Work around glibc bug, that does not handle latin-1 umlauts.
13385 Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
13387 * 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:
13388 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13389 Adapted to new register function handling.
13391 * tools/build.c, include/stackframe.h, include/winnt.h:
13392 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13393 Modified Win32 register function handling.
13395 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
13396 Francois Gouget <fgouget@psn.net>
13397 Use BSD headers for ICMP portability.
13399 * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
13400 Juergen Schmied <juergen.schmied@debitel.net>
13401 - inserted markers for the bin2res tool
13402 - reformated hexdump in shres.rc
13404 * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
13405 Juergen Schmied <juergen.schmied@debitel.net>
13406 New tool to convert the binary resources in *.rc files (hexdumps) from
13409 * 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:
13410 Patrik Stridvall <ps@leissner.se>
13411 Added better missing function emulation.
13413 * 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:
13414 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13415 Made debugger compile and marginally work on non-Intel archs.
13417 * dlls/ntdll/exception.c, include/winnt.h:
13418 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13419 Moved GET_IP macro to winnt.h
13421 * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
13422 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13423 Move PostScript driver docs to documentation/ . Add instructions on
13424 how to use regapi to get information into the registry. Supply sample
13427 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
13428 Klaas van Gend <klaas@vangend.demon.nl>
13429 Implemented the PrintSetup dialog box for the PrintDlgA.
13431 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
13432 Added validations for page index before using it.
13434 * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
13435 - fixed the index of the item chosen in the filter combo box
13436 - added support for the OFN_OVERWRITEPROMPT flag
13437 - fixed positioning of controls in the user-defined templates
13439 * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
13440 Added support for WriteProcessMemory through the server.
13442 * server/mapping.c, server/object.h: Added get_page_size function.
13444 Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
13446 * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
13447 Added support for ReadProcessMemory through the server.
13449 * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
13450 Added support for CREATE_SUSPENDED flag in CreateProcess.
13452 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
13453 Implemented VWin32 VxDCall mechanism and 2 calls.
13455 * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
13456 Fixed joystick scaling.
13458 * 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:
13459 Gustavo Junior Alves <twinfo@bestway.com.br>
13460 Use constants IDOK and IDCANCEL in .rc files.
13462 * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13463 Portability fix: renamed PTRACE_* into PT_*.
13465 * relay32/kernel32.spec, win32/device.c:
13466 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13467 Allow for buggy apps that call the wrong VxDCall routine.
13469 * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
13470 Complete stub for RasEnumEntries by saying we have 0 entries.
13472 * include/debugstr.h, misc/debugstr.c:
13473 Jeremy White <jwhite@codeweavers.com>
13474 Add debugstr_hex_dump to allow display hex dumps of data in any
13478 Added use_ptrace flag to disable ptrace usage. Should eventually be
13479 made into an option.
13481 * 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:
13482 Juergen Schmied <juergen.schmied@debitel.net>
13483 Made the buttons in the filedlg change when selecting a different
13484 view type by the context menu, cleanup.
13486 * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
13487 Julio Cesar Gazquez <jgazquez@dld.net>
13488 Added Spanish (pure Castillan) MM error string translation.
13490 * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
13491 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13492 Added signal handling for SPARC / Solaris.
13494 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13495 Comment out explicit call to SHELL_SaveRegistry since winelib programs
13496 now exit properly. Change several NULLs to '\0's. Fix some spelling.
13498 * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
13499 Fixed XShm completion event leak.
13501 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13502 Fixed recursion count while calling midiStream(Pause|Restart).
13504 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13505 Fix save_check_tainted to properly scan the tree so that all tainted
13506 branches get saved.
13508 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
13509 Bernd Paysan <bernd.paysan@gmx.de>
13510 Added a stub for setjmp.
13512 Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
13515 Don't crash when we get a SIGCHLD for a removed thread.
13517 * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
13518 Solaris compile fixes.
13520 * dlls/ntdll/exception.c, include/winnt.h:
13521 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13522 (Preliminary) CONTEXT structure for SPARC added.
13524 * include/process.h, loader/module.c, scheduler/debugger.c:
13525 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13526 Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
13528 * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13529 When decommitting, remap zero pages using MAP_FIXED.
13531 * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
13532 CoGetClassObject should complain about not being able to do
13533 out-of-process servers *only* if the application doesn't include the
13534 in-process options.
13536 * misc/version.c, controls/edit.c, include/winversion.h:
13537 Rein Klazes <rklazes@casema.net>
13538 Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
13539 disabled edit control if the application expects a windows version
13540 before WIN95 and NT40.
13542 * include/winbase.h, relay32/kernel32.spec, files/file.c:
13543 Moshe Vainer <moshev@easybase.com>
13544 Stub for GetOverlappedResult.
13546 * 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:
13547 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13548 Determine expected_version of PE buddies from the SubsystemVersion.
13550 * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
13551 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13552 Bugfix: Exception handlers are *not* WINAPI.
13554 Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
13556 * server/process.c, server/select.c, server/thread.c, server/thread.h:
13557 Preliminary ptrace support.
13559 * memory/virtual.c:
13560 Remap zero-pages when decomitting a page range (based on a patch by
13563 * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
13564 Install the wine server in $(bindir) and exec it from there.
13566 Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
13568 * server/debugger.c:
13569 Do not free the handles once they have been sent to the client (thanks
13572 * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13573 Fixed crash when asked to use strings identified by resource id
13574 instead of pointer.
13576 * windows/dce.c: Jim Aston <jima@corel.ca>
13577 When window class has CS_CLASSDC style we should not remove the DC
13578 when destroying the window.
13580 * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
13581 Patrik Stridvall <ps@leissner.se>
13584 * 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:
13585 Patrik Stridvall <ps@leissner.se>
13586 Minor fixes and reorganizations.
13588 * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
13589 Patrik Stridvall <ps@leissner.se>
13590 Removed obsolete files no longer in use.
13592 * 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:
13593 Ove Kaaven <ovek@arcticnet.no>
13594 DirectX-XShm now waits for the X server to finish the previous frame
13595 before sending another frame down its pipe, avoiding the X server
13596 overload and resulting slowness that used to be.
13598 * 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:
13599 Juergen Schmied <juergen.schmied@debitel.net>
13600 - unified templates for the open and the save dlg
13601 - replaced buttons with a toolbar
13603 * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
13604 Juergen Schmied <juergen.schmied@debitel.net>
13605 - new interface declaration for IShellfolder2
13606 - added this interface to all shell folders
13607 - small fixes to shellview (crash with native comdlg32)
13609 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
13610 Fixed the relocation hack in PE_InitTls. Added some more for the other
13611 pointerfields in the TLS entry. (With testing help from Jussi
13612 Jumppanen <jussij@zeusedit.com>).
13614 * relay32/user32.spec, windows/user.c, include/winuser.h:
13615 Marcus Meissner <marcus@jet.franken.de>
13616 Added ChangeDisplaySettingsExA stub and some flag defines.
13618 * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
13619 Added the hex triplets to the console color definitions.
13621 * 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:
13622 Lionel Ulmer <lionel.ulmer@free.fr>
13623 Added the possibility to have mouse movements reported relative to
13624 Wine's mouse driver.
13626 * 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:
13627 Francois Gouget <fgouget@psn.net>
13628 Added ICMP DLL implementation.
13630 * 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:
13631 Juergen.Schmied@debitel.net
13632 - Bugfix: Styles were evaluated as expressions. The NOT in combination
13633 with style flags was not overwriting the default styles like WS_VISIBLE.
13634 Solved by introducing own rules for parsing styles.
13636 * controls/combo.c: Jim Aston <jima@corel.ca>
13637 Fixed the height of the ComboBox drop list.
13639 * windows/dialog.c: David Grant <davidgra@corel.ca>
13640 Windows sends WM_GETDLGCODE only in response to keyboard messages
13641 (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
13643 * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
13644 - Added missing __attribute__ ((com_interface)) for IUnknown with.
13645 ICOM_USE_COM_INTERFACE_ATTRIBUTE
13646 - Small addition to comments surrounding
13647 ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
13649 * ole/ole2nls.c, if1632/ole2nls.spec:
13650 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13651 Implementation of RegisterNLSInfoChanged.
13653 * scheduler/critsection.c, windows/queue.c, memory/heap.c:
13654 James Abbatiello <abbeyj@wpi.edu>
13655 Addresses issues with multiple processes accessing non-global critical
13658 * server/sock.c: Jeremy White <jwhite@codeweavers.com>
13659 Fixed bug in WINSOCK_accept when no event is present.
13661 * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
13662 Rein Klazes <rklazes@casema.net>
13663 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
13665 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
13666 Ulrich Czekalla <ulrichc@corel.ca>
13667 Implementation of custom dialog messages and notifications.
13669 * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
13670 - Proper initialization of cchTextMax field was added for
13671 TVN_GETDISPINFO notification message.
13672 - TVM_SETITEM should update 'mask' field to synchronize it with
13673 current item state.
13675 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13676 If PageSize/InputSlot entry doesn't contain an options translation
13677 string use the option name instead.
13679 * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13680 Fixed SetTitleA when string resources were to be loaded.
13682 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
13683 - Fixed an error for scrolling in Listview (sometimes a column would
13684 not be visible) due to my last checkin.
13685 - Fixed an error for the header control when the Listview is resized with WM_SIZE
13686 - Fixed the scrolling for small and large icon (this broke because of
13687 the use of SB_PAGE in scrollInfo)
13688 - Added a patch made by Noomen Hamza to update the item width when
13691 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
13692 Handle socket creation errors.
13694 * controls/menu.c: Karl Lessard <karll@corel.com>
13695 When a popupmenu is currently active on the screen, it shouldn't
13696 remove mouse click messages that don't belong to it from the queue.
13698 * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
13699 Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
13700 sockets to it (otherwise windows stay around when wine hangs).
13702 Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
13704 * loader/main.c: Fixed -debugmsg +server.
13706 * scheduler/handle.c:
13707 Added special handling for the stdio handles in CloseHandle.
13710 Made all handles multiple of 4. Fixed semantics for pseudo-handles.
13712 * server/debugger.c:
13713 Free the handles of the event structure in the right process (thanks
13716 * 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:
13717 Peter Hunnisett <hunnise@nortelnetworks.com>
13718 - Added dplayx LibMain for initialization of all dplayx 'global' data
13719 - Added start for global data manipulation
13720 - TODO list updated
13721 - Added some missing header file definitions
13722 - Added the ansi versions of dplay and dplobby
13723 - Fixed invalid macro for IDirectPlay4
13724 - Cleaned up compiler warnings
13725 - More implementation, bug fixes and critical region protection
13727 * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
13728 Never send a WM_CLOSE message to a popup window.
13730 * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
13731 Check if the window is managed before trying to give it focus.
13733 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
13734 Enhanced linux joystick api detection slightly.
13736 * windows/x11drv/keyboard.c:
13737 Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
13738 Added Polish keyboard support.
13740 * graphics/win16drv/prtdrv.c:
13741 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13742 Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
13744 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13745 Add `Cassette' to PPD -> windows printer-bin mapping.
13747 * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
13748 Modified lstrcpynWtoA to put terminating null at end of string, not
13751 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
13752 Removed duplicate macro definitions for the IStorage and IStream COM
13755 * windows/defwnd.c: Karl Lessard <karll@corel.com>
13756 Fixed COLOR_MAX definition for new Win32 values.
13758 * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
13759 Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
13761 * dlls/comctl32/listview.c, include/listview.h:
13762 Ulrich Czekalla <ulrichc@corel.ca>
13763 Set proper item focus on DeleteItem.
13764 Clean up edit label implementation.
13766 * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
13767 Fixed a long standing (and annoying) typo, that prevented
13768 GetDiskFreeSpaceA from working...
13770 * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13771 Enable safe reading of registry file, even if file is broken.
13773 * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
13774 Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
13776 ----------------------------------------------------------------
13777 Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
13779 * scheduler/client.c: Set close-on-exec flag on server socket.
13781 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
13782 Added explanation on creating a new DLL.
13784 * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
13785 Better version autodetection.
13787 * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
13788 Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
13790 * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
13791 Fail when LPRECT contains negative values.
13793 * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
13794 On ConfigureNotify, find the first visible window above the current one.
13796 * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
13797 Corrected operand sizes for the "enter" instruction.
13799 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
13800 PSM_ADDPAGE returns TRUE or FALSE.
13802 * 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:
13803 Eric Pouech <Eric.Pouech@wanadoo.fr>
13804 Made msacm32 really load ACM drivers.
13806 * graphics/painting.c: Jim Aston <jima@corel.ca>
13807 Prevent FillRgn from using a NULL pointer.
13809 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13810 Fixed a few problems with RegEnumKey*.
13812 * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
13813 Implementation of user defined templates.
13815 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
13816 IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
13818 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
13819 Do not clear the drawing area for etched static controls.
13820 Replaced our own drawing stuff in etched static controls by DrawEdge.
13822 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
13823 In report view mode of the listview control, implemented the
13824 horizontal scrollbar functionality.
13826 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
13827 Fixed a small bug in the behavior of maximized MDI children.
13829 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13830 Rewrite of EnumPrinters.
13832 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
13833 Fill in the hwndFrom field of the NMHDR structure when sending
13836 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13837 When reading a profile entry remove trailing quote when there's an
13840 * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
13841 Return correct height and width for stock fonts in GetObject.
13843 * programs/avitools/aviplay.c: Compile fix.
13845 * programs/wcmd/.cvsignore: Added wmcdrc.h
13847 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
13848 Added support for the addition and removal of custom I/O preocedures.
13850 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
13851 Abey George<abey@macadamian.com>
13852 Implemented ProgIDFromCLSID.
13854 * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
13855 Thuy Nguyen <thuy@macadamian.com>
13856 Wizard mode property sheets have a tab control.
13858 * 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:
13859 Eric Pouech <Eric.Pouech@wanadoo.fr>
13860 Added built-in msacm.drv and midimap.drv drivers.
13862 * 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:
13863 Patrik Stridvall <ps@leissner.se>
13864 - Minor fixes and reorganizations.
13865 - Added checks for documentation inconsistencies.
13867 * 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:
13868 Patrik Stridvall <ps@leissner.se>
13869 Added missing configuration #if:s and #includes:s.
13871 * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
13872 Patrik Stridvall <ps@leissner.se>
13873 Fixed documentation.
13875 * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
13876 Solaris make doesn't like unnecessary \.
13878 * 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:
13879 Francois Gouget <fgouget@psn.net>
13880 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
13882 * windows/win.c, windows/x11drv/wineclipsrv.c:
13883 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13884 Fixed a couple of compiler warnings.
13886 * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
13887 A crash would occur if the file type in report mode was empty.
13889 * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
13890 Changed the initialisation of the KeyState array.
13892 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13893 Better handling of newlines in FormatMessage*.
13895 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13896 Fix (some) bad behavior with buffer underrun.
13898 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13899 Fixed PlaySound proc for non PCM content.
13901 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
13902 - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
13903 - Treeview: colors returned by TVM_GET**COLOR are mixed up.
13905 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
13906 Clicking the combo box would cause a crash if it was empty.
13908 * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
13909 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13910 It appears that StartDoc sends the STARTDOC escape with the DOCINFO
13911 structure pointed to with the output data parameter.
13913 * graphics/fontengine.c, if1632/gdi.spec:
13914 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13915 Stub for EngineRealizeFontExt (used by the win98 pscript driver).
13917 * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
13918 Selected button within tab control will be painted with the right
13921 * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
13922 Do not send two PSN_KILLACTIVE messages.
13924 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
13925 ini variables do not like ; comments after them (they are not shell
13926 scripts). Fixed a typo in one of the names.
13928 Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
13930 * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
13931 Francois Gouget <fgouget@psn.net>
13932 Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
13933 a COM interface one never has to name the lpVtbl field explicitly.
13935 * dlls/oleaut32/ole2disp.c:
13936 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13937 SysAllocStringLen16 needs to handle NULL pointers, too.
13940 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13943 * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
13944 Fixed small typos and slightly outdated comments.
13946 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
13947 Ian Schmidt <ischmidt@cfl.rr.com>
13948 Partial implementation of the Shell32 call Win32DeleteFile(), required
13951 * 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:
13952 Added dependency on winestub.o
13954 Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
13956 * 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:
13957 Patrik Stridvall <ps@leissner.se>
13958 - Added missing configuration #if:s and #includes:s.
13959 - Minor configuration related changes.
13961 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
13962 Made LoadHomeRegistryFiles default to TRUE.
13964 * 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:
13965 Patrik Stridvall <ps@leissner.se>
13966 Made the include files self-sufficient.
13968 * tools/winapi_check/*:
13969 Patrik Stridvall <ps@leissner.se>
13970 - Fixed the long long problem.
13971 - Added configure include consistancy checking.
13972 - Added progress indicator.
13973 - Began splitting up the win16api.dat and win32api.dat files.
13974 - Added various minor checks.
13977 * 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:
13978 Patrik Stridvall <ps@leissner.se>
13979 Added spec file declarations for already implemented functions.
13981 * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
13982 Patrik Stridvall <ps@leissner.se>
13983 Added Win16 variants of existing Win32 functions.
13985 * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
13986 Solaris compile fix.
13988 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
13989 Remove prefixing by a tilde for GetTempFileName 32bits.
13991 * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
13992 Added missing include.
13994 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13995 Warn users to use -the -desktop option together with the native user DLLs.
13997 * loader/resource.c:
13998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13999 Return the size of the needed resource when buffer is NULL for LoadString().
14001 * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
14002 Francis Beaudet <francis@macadamian.com>
14003 Enabled the persistent clipboard server.
14005 * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
14006 Improved registry isolation possibilities.
14009 Eric Pouech <Eric.Pouech@wanadoo.fr>
14010 Split the multimedia/ directory into dlls/ subdirectories.
14012 * 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:
14013 Gustavo Junior Alves <alves@correionet.com.br>
14014 More Portuguese language support.
14016 * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
14017 Fixed top-down DIB handling in StretchDIBits32().
14019 * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
14020 Added macro definitions for memory allocation.
14022 * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
14023 Ulrich Czekalla <ulrichc@corel.ca>
14024 Make sure that all calls use the extended structures which are a
14025 superset of the regular structures.
14027 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
14028 Added the functionality of the thumb track.
14030 * windows/focus.c: Adrian Thurston <adriant@corel.com>
14031 Do not set focus to a disabled window.
14033 * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
14034 Fixed an entry in the keyboard translation table for Ctrl-Break.
14036 * include/debugdefs.h, scheduler/debugger.c:
14037 Ulrich Czekalla <ulrichc@corel.ca>
14038 New channel 'debugstr' used to print OutputDebugString API calls.
14040 * windows/nonclient.c, windows/x11drv/event.c:
14041 Noomen Hamza <noomen@macadamian.com>
14042 Popup windows will be hidden when we minimize a main frame or shown
14043 when we maximize or restore a minimized main frame.
14045 Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
14047 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
14048 PropertySheet didn't destroy page dialog's window while removing page.
14050 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
14051 Update the item width upon a new column in the header control.
14053 * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
14054 Reorder parameters to fix position of base reg relative to exception
14057 * documentation/Makefile.in: Fixed typo.
14060 Francois Gouget <fgouget@psn.net>
14061 Define the COM macros even in C++.
14063 * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
14064 Fixed loop with WM_SYSCHAR.
14066 * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
14067 Fixed tooltips positioning.
14069 * graphics/x11drv/dib.c: Re-applied lost change.
14071 * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14072 Ignore wrong hInstance.
14074 * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
14075 Robert 'Admiral' Coeyman <admiral@corner.net>
14076 Report non-hercules video. Turned on int 2a.
14078 * include/file.h, include/winbase.h, loader/module.c, files/file.c:
14079 Jim Aston <jima@corel.ca>
14080 Fixed compiling with STRICT.
14082 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
14083 Proper resource support for dialog title.
14085 * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
14086 Fixed some wrong defines.
14088 * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
14089 Copy bitmaps properly.
14091 * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
14092 Eric Pouech <Eric.Pouech@wanadoo.fr>
14093 Allow loading of modules debug information after first invocation of
14096 * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
14097 Jim Aston <jima@corel.ca>
14100 * include/listview.h, dlls/comctl32/listview.c:
14101 Ulrich Czekalla <ulrichc@corel.ca>
14102 Implementation of edit labels.
14104 * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
14105 Ove Kaaven <ovek@arcticnet.no>
14106 Fixed some anonymous union accesses.
14108 * controls/listbox.c: Abey George <abey@macadamian.com>
14109 Draw the item text from the top of the item rect.
14111 * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
14112 Pierre Mageau <pierre@macadamian.com>
14113 Fixed the ascending and descending sort order for the File Dialog.
14115 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
14116 - adds calling application defined callback function once PropertSheet
14117 Dialogbox has been initialized just after creating the tab control
14118 - handle the case when pszCaption specifies a resource instead of a string
14120 * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
14121 Juergen Schmied <juergen.schmied@metronet.de>
14122 - removed all unnecessary "winapi" from internal _IL* functions
14123 - better parameter checking for shellfolder
14124 - removed dead code from shv_bg_contextmenu
14126 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
14127 Jim Aston <jima@corel.ca>
14128 Added another anonymous union using the DUMMYUNIONNAME style.
14130 * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
14131 Properly copy text into user supplied buffer.
14133 * 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:
14134 Ove Kaaven <ovek@arcticnet.no>
14135 Winsock rewrite. Sockets are now proper win32 handles.
14136 Internal structures are now really internal.
14138 * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
14139 Tab control doesn't refresh tab area on TCM_SETCURSEL.
14141 * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
14142 Ulrich Czekalla <ulrichc@corel.ca>
14143 Implemented StrRChrA.
14145 * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
14146 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14147 Bugfix: Perform proper process shutdown on 'quit' and error.
14149 * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
14150 Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
14152 * include/winuser.h: Jim Aston <jima@corel.ca>
14153 Fixed a small typo.
14155 * windows/dialog.c: Adrian Thurston <adriant@corel.com>
14156 Protect against wrong return value from WM_INITDIALOG.
14158 * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
14159 Removed an illegal character.
14161 * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
14162 Now inits the policy cache when shell32 is first instantiated.
14163 Matches Windoze behavior.
14165 * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
14166 Ian Schmidt <ischmidt@cfl.rr.com>
14167 Real implementation of SHRestricted(), clarified SHInitRestricted()'s
14168 role a little, added policy data table.
14170 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
14171 Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
14173 * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
14174 Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
14176 * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
14177 The property sheet dialog needs flag WS_VISIBLE.
14179 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
14180 Set the default view button to List in the FileDialog.
14182 * loader/ne/module.c:
14183 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14184 Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
14186 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14187 Fixed potential crash in string variable printing.
14189 * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14190 Added WM_GETFONT support.
14192 * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
14193 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14194 Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
14196 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14197 Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
14198 mmioDescend offset and alignment issues).
14200 * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
14201 We are supposed to delete the palette object with the DeleteObject
14204 * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
14205 Listview items will be drawn with the right item dimensions.
14207 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
14208 Some small corrections to the ExtTextOut function.
14210 * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
14211 Make sure that the drop effect of a DnD operation is set to
14212 DROPEFFECT_NONE if the user cancelled the operation.
14214 * dlls/comctl32/animate.c, include/animate.h:
14215 Eric Pouech <Eric.Pouech@wanadoo.fr>
14216 First working version.
14218 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14219 Added the mute capability to most control lines.
14221 * windows/win.c: Rein Klazes <rklazes@casema.net>
14222 Use the module handle, if CreateWindowEx is called with
14225 * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
14226 Added missing prototypes for StrRetToBuf(A|W).
14228 Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
14230 * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
14233 * objects/dib.c: Backed out previous change (breaks with metafiles).
14235 * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
14236 Ove Kaaven <ovek@arcticnet.no>
14237 Added socket interface to wineserver.
14239 * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
14240 Eric Pouech <Eric.Pouech@wanadoo.fr>
14241 Correct filename for kernel module is KRNL386.EXE.
14243 * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
14244 Eric Pouech <Eric.Pouech@wanadoo.fr>
14245 Added missing (and now required) filename directive.
14247 * tools/build.c, include/builtin32.h:
14248 Eric Pouech <Eric.Pouech@wanadoo.fr>
14249 Added filename to 32 bit builtin module descriptors.
14251 * if1632/builtin.c, relay32/builtin32.c:
14252 Eric Pouech <Eric.Pouech@wanadoo.fr>
14253 Fix loading of modules: now search key is module's filename, not
14256 * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
14257 Pierre Mageau <pierre@macadamian.com>
14258 When an error occurred in a property sheet because of invalid data,
14259 clicking on another tab, would activate the new tab but keep the
14260 original property sheet.
14262 * 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:
14263 Juergen Schmied <juergen.schmied@metronet.de>
14264 - implemented sorting the listview by clicking on the column header
14265 - implemented the context menu entrys for sorting
14266 - some more functions to gather data form pidls
14268 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
14269 Juergen Schmied <juergen.schmied@metronet.de>
14270 Removed linking by GetProcAddress for StrRetToBuf sinc not all
14271 versions of shlwapi exporting this function.
14273 * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
14274 James Abbatiello <abbeyj@wpi.edu>
14275 Removes extraneous comparison of data pointed to by the relocation
14276 offset when no relocation entries exist.
14278 * if1632/wprocs.spec, loader/ne/module.c:
14279 Marcus Meissner <Marcus.Meissner@lst.de>
14280 WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
14281 BLINKER selfextracting executables).
14283 * windows/dialog.c: Abey George <abey@macadamian.com>
14284 Changed EndDialog to behave like as in Windows.
14285 Call SetWindowPos instead of ShowWindow in EndDialog.
14287 * windows/winpos.c: Abey George <abey@macadamian.com>
14288 Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
14289 Code for activating and setting focus to other windows when a window
14290 is hidden, is moved to ShowWindow from SetWindowPos.
14291 Activate the top level window if it's not active in ShowWindow(SW_SHOW).
14293 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14294 Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
14296 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14297 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
14298 dimensions are equal).
14300 * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
14301 Gustavo Junior Alves <alves@correionet.com.br>
14302 Added Portuguese language support.
14304 * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
14305 Francois Gouget <fgouget@psn.net>
14306 Use the COM macros rather than directly accessing the lpvtbl field.
14308 * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
14309 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14310 Use LoadString16 for FormatMessage16 and handle
14311 FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
14313 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
14314 Some adjustments to ExtTextOut.
14316 * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
14317 Stephane Lussier <stephane@macadamian.com>
14318 Fixed the clipping for the postscript driver and turned it on (by setting
14319 PSDRV_SetDeviceClipping in the function table).
14321 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14322 Account for the trailing NULL in GetLogicalDriveStringsA.
14324 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
14325 Fixed a typo in a function declaration.
14327 * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
14328 Added Hungarian keyboard support.
14330 * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
14331 We have to activate MDI child windows.
14333 * dlls/commdlg/filedlg.c:
14334 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14335 Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
14338 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
14339 Correct usage of a scratch array in X11DRV_PolyBezier.
14341 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
14342 Make WM_GETTEXTLENGTH return length for dropdownlist combos.
14344 * controls/button.c: Francois Boisvert <francois@macadamian.com>
14345 Removed FillRect in the ownerdrawn button procedure.
14347 * windows/x11drv/event.c: Abey George <abey@macadamian.com>
14348 Make sure the Focus Out window is still the Foreground window before
14349 doing SetForegroundWindow(0) in Event_FocusOut.
14351 * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
14352 James Abbatiello <abbeyj@wpi.edu>
14353 Fixes problems with color drift when switching to/from
14354 logical/physical colors.
14356 * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
14357 Mouse position is signed.
14359 * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
14360 Set the COLOR_3DLIGHT system color to the right window default value.
14362 * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14363 Small hack to check if we need to relocate the TLS directory or not
14364 (some seem to need this pointer relocateable, some already do relocate
14367 * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
14368 Relink subdirectory objects on Makefile.in/Make.rules.in change.
14370 * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
14371 Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
14373 * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
14374 Don't ref NULL ptrs in debug.
14376 * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
14377 If the joydevice is not present, do not create a DirectInputDevice.
14379 * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
14380 Huw D M Davies <h.davies1@physics.ox.ac.uk>
14381 Map PrintDlg16 to PrintDlgA.
14383 * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
14386 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
14387 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
14390 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
14391 Prevent self referencing next pointer during insert.
14393 * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
14394 Added some missing definitions.
14396 * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
14397 Klaas van Gend <klaas@vangend.demon.nl>
14398 Added Dutch to the languages supported by MCI.
14400 * documentation/status/internationalisation:
14401 Klaas van Gend <klaas@vangend.demon.nl>
14402 Updated status of internationalisation.
14404 * loader/pe_image.c:
14405 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14406 Bugfix: *Don't* resolve PE imports if asked not to ...
14408 * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14409 Bugfix: DdeNameService was broken.
14411 * loader/ne/module.c:
14412 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14413 Bugfix: When loading an executable module fails, don't perform module
14414 cleanup before the corresponding task is destroyed.
14416 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
14417 Klaas van Gend <klaas@vangend.demon.nl>
14418 Moved bitmap resource to language-independent resource file.
14420 * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14421 Added warning for future VERSION_GetVersion() (mis-)users and made
14422 OSVERSIONINFO warning more detailed.
14424 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
14425 Marcus Meissner <Marcus.Meissner@caldera.de>
14426 Added stubs for RevokeActiveObject, GetActiveObject, fixed
14427 RegisterActiveObject stub argtypes.
14429 * windows/x11drv/keyboard.c:
14430 Marcus Meissner <Marcus.Meissner@caldera.de>
14431 Added german keyboard layout with "nodeadkeys" option enabled (just to
14432 apostrophes are switched).
14434 * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
14435 Marcus Meissner <Marcus.Meissner@caldera.de>
14436 Stub for VideoCapDriverDescAndVer.
14438 * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14439 Replicate CreateDirectory() LastError workaround for the LFN part.
14441 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14442 Also escape characters >=0x80 within the wineregistry savefile.
14444 * dlls/wnaspi32/winaspi32.c:
14445 Marcus Meissner <Marcus.Meissner@caldera.de>
14446 Don't use malloc/free in winaspi32.
14448 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14449 Use 1 macro for rgbbitdepth -> byte determination.
14450 xshm/image creation now uses 1/8 of the space for every image.
14452 * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
14453 Replaced double ChangeDisplaySettingsA by (Ex)[AW].
14455 Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
14457 * if1632/builtin.c, loader/module.c, loader/ne/module.c:
14458 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14459 Bugfix: Don't call GetVersionExA too early, to avoid breaking
14460 automatic emulated Windows version detection.
14462 * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
14463 Rein Klazes <rklazes@casema.net>
14464 First implementation of LoadTypeLibEx().
14466 * if1632/mmsystem.spec, multimedia/mmsystem.c:
14467 Marcus Meissner <marcus@jet.franken.de>
14468 Added stub for WMMMIDIRUNONCE called by midimap.drv.
14470 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
14471 Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
14472 following WSACleanup will already free the structures.
14474 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
14475 Create DirectSound object even without sounddevice. Games can be
14476 played without sound, but not without DirectSound object (tested with
14479 * 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:
14480 Patrik Stridvall <ps@leissner.se>
14481 Fixed some of the issues reported by winapi-check, by adding arguments
14484 * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
14485 Added ability to call winapi_check from the Makefiles.
14487 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
14488 Modification due to problems with winapi-check.
14490 * 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:
14491 Patrik Stridvall <ps@leissner.se>
14492 - Adapted to changes in Wine.
14493 - Minor improvements.
14495 Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
14497 * server/event.c, server/object.h:
14498 Made event manipulation routines public.
14500 * 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:
14501 Peter Hunnisett <hunnise@nortelnetworks.com>
14502 - Moved dplay and dplayx to a proper home in the dlls directory.
14503 - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
14504 - Implemented a class factory for dplay and dplobby. COM interfaces
14505 now work for dp and dpl.
14506 - Added a few more entries to dplayx.spec files. How do you find the
14507 ordinals? I just guessed :(
14508 - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
14509 - Included some missing header file definitions.
14510 - Implemented the dplay dll in terms of the dplayx dll. I haven't
14511 tested it so it may not work...
14512 - A few bug fixes and a little new implementatioe.n
14513 - Updated document with a more detailed implementation plan.
14515 * windows/win.c: Noomen Hamza <noomen@macadamian.com>
14516 Rewrite the ShowOwnedPopups function with a safety algorithm.
14518 * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
14519 Make ExecFocusedItem return -1 on failure.
14521 * graphics/ddraw.c, multimedia/dsound.c:
14522 Peter Hunnisett <hunnise@nortelnetworks.com>
14523 - Changed return code for failure on *_DllGetClassObject to
14524 CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
14525 - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
14526 - Changed "return 0;" with S_OK or DS_OK as appropriate.
14528 * dlls/ntdll/signal_i386.c:
14529 Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
14531 * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14532 Remember the allocated string to free it.
14534 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
14535 Force recalculation of menu when calling InsertMenuItem.
14537 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
14538 Ian Schmidt <ischmidt@cfl.rr.com>
14539 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
14540 Explorer work better.
14542 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14543 Fixed typo in hDrv for sending message.
14545 Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
14547 * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
14548 Eric Pouech <Eric.Pouech@wanadoo.fr>
14549 Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
14552 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14553 Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
14555 Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
14557 * multimedia/mixer.c, multimedia/mmaux.c:
14558 Eric Pouech <Eric.Pouech@wanadoo.fr>
14559 Check for OSS driver presence and return error accordingly.
14561 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14562 Got rid of hack on MIDHDR's reserved field for 16/32 bit
14565 * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14566 Fixed crash with mapper loading.
14567 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
14570 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14571 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
14574 * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
14577 * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
14578 Fix integer based resource id assumption.
14579 Add support for string based type ids.
14581 * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
14582 Added some basic Winsock2 definitions.
14584 * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
14585 Added EXCEPT_EVENT to wineserver select loop.
14587 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
14588 Fix for VFAT_IOCTL_READDIR_BOTH.
14590 * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
14591 Small wing enhancement.
14593 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
14594 Return key should not be ignored in multiline edit even if
14595 ES_WANTRETURN flag isn't set.
14597 * include/gdi.h, objects/gdiobj.c:
14598 Francis Beaudet <francis@macadamian.com>
14599 DPtoLP needs to round the result.
14600 Fixed MulDiv to deal better with negative numbers.
14602 * windows/painting.c: Francis Beaudet <francis@macadamian.com>
14603 rcPaint has to be returned in logical coordinates but was intersected
14604 with a client rectangle in device coordinates.
14606 * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
14607 Fixed GetRandomRgn.
14609 * files/drive.c: Abey George <abey@macadamian.com>
14610 Made GetCurrentDirectory return long name of the current directory.
14612 * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
14613 Use an extra bit in the button status byte to flag whether the
14614 DefButtonWndProc should process the WM_LBUTTONUP message.
14616 * 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:
14617 Moved all signal support to a new platform-specific file.
14618 Make use of the per-thread signal stack (Juergen Lock).
14619 Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
14621 ----------------------------------------------------------------
14622 Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
14624 * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
14625 Noel Borthwick <noel@macadamian.com>
14626 Added clipboard server.
14628 * 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:
14629 Patrik Stridvall <ps@leissner.se>
14630 Made a new improved version of winapi-check in perl.
14633 Implemented uppercasing functions (based on a patch by Robert
14634 'Admiral' Coeyman).
14636 * 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:
14637 Patrik Stridvall <ps@leissner.se>
14638 Fixed some of the issues reported by winapi-check.
14640 * misc/comm.c: Patrik Stridvall <ps@leissner.se>
14641 Modification due to problems with winapi-check.
14643 * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
14644 WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
14645 closed after loosing the focus.
14647 * objects/dib.c: Francois Boisvert <francois@macadamian.com>
14648 CreateDIBitmap creates a monochrome bitmap only when the first color of the
14649 colormap is black followed by white. Otherwise it creates a color bitmap.
14651 * windows/defwnd.c, windows/nonclient.c:
14652 Noomen Hamza <noomen@macadamian.com>
14653 Non active window should be activated when it gets any
14654 client/non-client double/single left/medium/right mouse click(s).
14656 Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
14658 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14659 Added WINEOSS descriptor.
14661 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14662 MMSYSTEM_GetIData() now dies when no iData is present
14663 Better error recovery when the process attachment fails
14664 PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
14665 Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
14666 Makes use of new lolvldrv.c interfaces
14668 * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
14669 Eric Pouech <Eric.Pouech@wanadoo.fr>
14670 Added lolvldrv.c and oss.c.
14671 Thunks to 16 bit are now generated for the MMSYSTEM module.
14673 * 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:
14674 Eric Pouech <Eric.Pouech@wanadoo.fr>
14675 Added dlls/winmm and dlls/winmm/wineoss directories.
14677 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14678 No longer checking for correct iData in code.
14680 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14681 Added missing DriverCallBack function.
14683 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14684 All headers (wave and midi functions) are now seen as segptr.
14685 Added stub for joyGetPosEx16().
14687 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14688 Added some missing defines.
14690 * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14691 Now using the same structs for low-level drivers as Windows do.
14693 * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
14694 Eric Pouech <Eric.Pouech@wanadoo.fr>
14695 Make it (almost) 32 bit only.
14696 Reflected creation of WINEOSS module.
14698 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14699 Make it (almost) 32 bit only.
14700 Reflected creation of WINEOSS module.
14701 No longer using ERR when no MIDI card is present.
14703 * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14704 Added stub for joyGetPosEx16().
14706 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14707 No longer checking for correct iData in code.
14708 Added look-up tables to command tables (speeds up queries).
14710 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14711 Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
14713 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14714 Now using modReset() instead of tweaking MIDI controls.
14716 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14717 Fixed returned type upon open.
14718 Fixed some bogus error checking.
14720 * multimedia/mcianim.c, multimedia/mciavi.c:
14721 Eric Pouech <Eric.Pouech@wanadoo.fr>
14722 Fixed returned type upon open.
14724 * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
14725 Do not set EH_NONCONTINUABLE.
14727 * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
14728 Morten Eriksen <mortene@sim.no>
14729 Added simple console mode example program which lists information
14730 about the version of Windows we're currently running on.
14732 * loader/module.c: Fixed memory allocation bug.
14734 * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
14735 Fix infinite loop with glastXFocusWindow.
14737 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
14738 Allow creation of empty imagelist.
14740 * objects/palette.c, relay32/gdi32.spec:
14741 Ian Schmidt <ischmidt@cfl.rr.com>
14742 Added partial implementation of GetICMProfileA, required by Paint Shop
14745 * controls/menu.c: Abey George <abey@macadamian.com>
14746 Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
14747 when TPM_NONOTIFY flag is set in TrackPopupMenu.
14749 * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
14750 getpeername() and getsockname() return errors in errno not h_errno.
14752 Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
14754 * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
14755 Patrik Stridvall <ps@leissner.se>
14756 Fixed ANSI C violations.
14758 * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
14759 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14760 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
14762 * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
14763 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14764 Don't create thunk for task signal proc, call it directly.
14766 * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
14767 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14768 DC hook proc thunk management simplified.
14770 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14771 System timer proc thunk creation moved out of if1632/thunk.c.
14773 * scheduler/thread.c:
14774 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14775 Don't create thunk for CreateThread16 proc, call it directly.
14777 * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
14778 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14779 Windows hook proc thunk management simplified.
14781 * include/callback.h, if1632/thunk.c:
14782 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14783 Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
14784 Removed persistent thunk creation routines.
14786 * 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:
14787 Lionel Ulmer <lionel.ulmer@free.fr>
14788 Added the possibility to use DGA 2.0.
14790 * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14791 Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
14793 * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
14794 It's no error to send a WM_COMMAND to MenuHelp.
14796 * files/file.c: Francois Boisvert<francois@macadamian.com>
14797 CreateFileA returns HFILE_ERROR when the filename contains a wild card.
14799 * controls/static.c: Francis Beaudet <francis@macadamian.com>
14800 Fixed display bug in the static control.
14802 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14803 Message removed when menu tracking finish on a WM_LBUTTONDOWN.
14805 * 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:
14806 Noel Borthwick <noel@macadamian.com>
14807 - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
14808 and native Linux applications.
14809 - Respond to the MULTIPLE selection request target when Wine is the
14811 - Relax type checking for TARGETS selection.
14813 * if1632/builtin.c, loader/module.c:
14814 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14815 Set 'expected_version' of built-in and dummy modules according to
14816 emulated Windows version.
14818 * if1632/relay.c, loader/main.c:
14819 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14820 Make CallTo16 return stub segment owned by KERNEL.
14822 * include/wine/winbase16.h, loader/task.c:
14823 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14824 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
14826 * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
14827 Added some values that were missing in the Swedish nls file.
14829 Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
14831 * graphics/x11drv/dib.c:
14832 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14833 Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
14835 * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
14836 Added missing export.
14838 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
14839 Fixed crash when loading *.ani files.
14841 * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
14842 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14843 Moved bulk of OLE implementation to dlls/ subdirectories.
14845 * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
14846 Send correct WM_MENUSELECT when menu closes.
14848 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
14849 Francois Boisvert <francois@macadamian.com>
14850 Added small feature in the file dialog.
14852 * 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:
14853 Patrik Stridvall <ps@leissner.se>
14854 Added support for anonymous structs/unions on compilers that implement it.
14856 * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
14857 Peter Ganten <ganten@uni-bremen.de>
14858 Stubs for PolyTextOutA/W.
14860 * graphics/x11drv/dib.c, objects/dib.c:
14861 Karl Lessard <ybicubuk@umail.corel.com>
14862 Some more minor GDI fixes.
14864 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
14865 In ImageList_Draw when drawing the bitmap with the transparent flag
14866 set, background color/foreground color should be set to white/black,
14867 when doing bitblt operation with the bitmap mask.
14869 * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
14870 Huw D M Davies <h.davies1@physics.ox.ac.uk>
14871 Extend DRAWMODE struct to win95 spec.
14872 Add some more Escape -> Escape16 conversions.
14874 * graphics/win16drv/prtdrv.c:
14875 Huw D M Davies <h.davies1@physics.ox.ac.uk>
14876 Stop trashing devmode if in and out devmodes are the same.
14878 * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
14879 The MDIClient class must be registered with the IDC_ARROW cursor.
14881 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
14882 Implemented the disabled state of the combobox.
14884 * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
14885 Protect SetMenu from rogue menu handle.
14886 GetMenu16 can just call GetMenu.
14888 * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
14889 Protect MDISetMenu from rogue menu handles.
14891 * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
14892 Tidy up TRACE etc to use default channel.
14894 * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
14895 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14896 Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
14898 * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
14899 Thuy Nguyen <thuy@macadamian.com>
14900 Added support for wizard property sheets.
14902 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14903 Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
14905 * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
14906 - iSelected should be -1 if no item selected (Gerard Patel)
14907 - some of the checks for invalid items where > when they should have been >=
14909 - made InsertItem behave similarly to DeleteItem, ie, if the current item is
14910 after where the item is inserted, increment the selected item (David Luyer)
14912 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14913 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
14915 * debugger/db_disasm.c:
14916 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14917 Bugfix: (E)IP-relative offsets depend on operand, not address, size.
14919 * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
14920 Marcus Meissner <marcus@jet.franken.de>
14921 Added stub implementation for EnumDisplayDevices*.
14923 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
14924 Added SC_GET_DEVTYPE.
14926 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
14927 Added stub for OLE32.DllGetClassObject.
14929 * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
14930 Juergen Schmied <juergen.schmied@metronet.de>
14931 More support for special pidls in SHGetSpecialFolderLocation.
14933 * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
14934 Luc Tourangeau <luc@macadamian.com>
14935 Implemented invisible pens.
14937 * objects/dib.c, graphics/x11drv/dib.c:
14938 Huw D M Davies <h.davies1@physics.ox.ac.uk>
14941 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14942 Added a case for menu handling in win31.
14944 Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
14946 * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
14947 Karl Lessard <karll@corel.com>
14948 Fixed GetDIBits problems.
14950 * 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:
14951 Patrik Stridvall <ps@leissner.se>
14952 Add support for anonymous struct/unions on compilers that implement it.
14954 Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
14956 * controls/button.c, controls/uitools.c:
14957 Dennis Bj|rklund <dennisb@cs.chalmers.se>
14958 Fixed win9x look on checkboxes and radiobuttons.
14960 * 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:
14961 Huw D M Davies <h.davies1@physics.ox.ac.uk>
14962 Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
14963 Remove relays for win16drv from CallBack table, instead use build to
14964 generate them directly in graphics/win16drv/prtdrv.c.
14965 If Printer AbortProc is 16bit then allocate thunk and store that as a
14966 32bit proc in DC. Setting of abortprocs now done in the correct place
14967 (i.e. not in the driver).
14969 * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
14970 Relaxed parameter checking for GetDIBits.
14972 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14973 Fixed last error code when trying to load unknown VxD with CreateFile.
14975 * dlls/shell32/shell32_main.c:
14976 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14977 Pretend successful execution of SHELL_NotifyIcon*().
14979 * controls/menu.c, relay32/user32.spec:
14980 Eric Pouech <Eric.Pouech@wanadoo.fr>
14981 Added MenuItemFromPoint stub.
14983 * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14984 Fixed off by one allocation error (DPA and DSA).
14986 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14987 Fixed crash in PlaySound thread.
14989 Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
14991 * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
14992 For Win 3.x applications, if they have either horizontal or vertical
14993 scrollbars, enable both.
14995 * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
14996 Patrik Stridvall <ps@leissner.se>
14997 Eliminated warnings.
14999 * controls/combo.c, controls/listbox.c:
15000 Pierre Mageau <pierre@macadamian.com>
15001 Set the mouse capture on the combo listbox.
15003 * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
15004 - fixed the creation of back-buffers in DGA mode
15005 - added a check on the validity of the Locking rectangle
15006 - fixed the enumeration for DX-6.0
15008 * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
15009 Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
15011 * controls/button.c: Abey George <abey@macadamian.com>
15012 Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
15013 BS_CHECKBOX, BS_AUTO* styles.
15015 Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
15017 * 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:
15018 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15019 Winspool DocumentProperties and DeviceCapabilities should now work on
15020 native 16 bit drivers.
15022 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15023 Fixes DeviceCapabilities for DC_PAPERSIZE.
15024 Various fixes for OpenPrinter and EnumPrinters.
15025 Separation of GetPrinter in preparation for unification with EnumPrinters.
15027 * graphics/psdrv/ppd.c, include/wingdi.h:
15028 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15029 Add support for a large number of different paper sizes to PostScript
15032 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
15033 Added definitions of COM objects for D3D 6.x support.
15035 * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
15036 If there is not an exact match found for the requested font name,
15037 instead of using the first font defined for the printer, map some
15038 common font families (e.g. Arial -> Helvetica), and search again.
15040 * if1632/kernel.spec, if1632/thunk.c:
15041 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15042 Fixed bug in CBClient routines by storing the SEGPTR in the global
15043 table and translating it on every use.
15045 * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
15046 Changed the pixmap to look like the windows default application icon.
15048 * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
15049 Stop crash in GetDiskFreeSpaceEx.
15051 * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
15052 Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
15053 handled by the window manager.
15055 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
15056 Implemented the behavior around the ES_WANTRETURN style in the edit
15059 * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
15060 Pressing the delete key using an extended keyboard with numlock on is
15061 not generating anymore a WM_CHAR message.
15063 * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
15064 Fixed pattern matching in PathMatchSpecA/W
15066 * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
15067 Tabbing in the listview of the shellview.
15069 * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
15070 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
15071 LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
15073 Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
15075 * dlls/shell32/shell32_main.c:
15076 Juergen Schmied <juergen.schmied@metronet.de>
15077 Fixed crash in detach sequence.
15079 * dlls/shell32/shlfolder.c:
15080 Juergen Schmied <juergen.schmied@metronet.de>
15081 Fixed wrong return value.
15083 * dlls/crtdll/crtdll_main.c:
15084 Juergen Schmied <juergen.schmied@metronet.de>
15085 Prevent endless loop in except2.
15087 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
15088 Now works around wine never exiting the debugger.
15089 Should put bug reports in the right place now.
15091 * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
15092 Marcus Meissner <Marcus.Meissner@caldera.de>
15093 Added stub for RegisterActiveObject().
15095 * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
15096 Marcus Meissner <marcus@jet.franken.de>
15097 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
15099 Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
15101 * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
15102 Removed __winelib flag.
15104 * 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:
15105 Eric Pouech <Eric.Pouech@wanadoo.fr>
15106 Updated to new MM header organization.
15108 * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
15109 Eric Pouech <Eric.Pouech@wanadoo.fr>
15110 Moved DDK level material to new include/mmddk.h file.
15111 Copied some SDK level material from include/multimedia.h file.
15113 * multimedia/mciwave.c, multimedia/mcimidi.c:
15114 Eric Pouech <Eric.Pouech@wanadoo.fr>
15115 Updated to new MM header organization.
15116 Cleaned-up internal structures (now 32 bit only).
15117 Now using the MMSYSTEM entry points rather than the low level driver
15120 * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
15121 Fix %fs for signal handlers in the FS_sig undefined case (this patch
15122 actually from Ulrich Weigand, I only tested it).
15124 * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
15125 Ron Record <rr@sco.com>
15126 Added support of __thr_errno for reentrance on UnixWare.
15128 * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
15129 No longer needs to calculate its own character size.
15131 * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
15132 Consequential changes to default system font sizes
15134 * graphics/x11drv/xfont.c, include/x11font.h:
15135 Richard Cohen <richard@jubjub.demon.co.uk>
15136 Various fixes for the X11 font mapper, particularly:
15137 - size fonts with negative heights correctly
15138 - calculate average width correctly.
15140 * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
15141 Use a special value in the hotspot coordinate to identify which HICON
15142 are cursors and which are icons.
15144 * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
15145 Modified CBDropDown to find the best height of the listbox.
15147 Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
15149 * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
15150 Added configure check for str[n]casecmp.
15152 * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15153 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
15155 * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15158 * dlls/winspool/info.c, include/winspool.h:
15159 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15160 Added loads of types, defines and declarations to winspool.h.
15162 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
15163 Francois Boisvert<francois@macadamian.com>
15164 Fixed the height of items in the lookin combobox of the filedlg95.
15166 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
15167 Initialize the enabling state variable in the edit.
15169 * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
15170 The fast window frame size should be the same as the frame size used
15171 by NC_DrawFrame function.
15173 * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15174 Fixed compiler warnings.
15176 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15177 lstrncmpi isn't a windows API, use strncasecmp instead.
15180 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
15182 * windows/msgbox.c: Added missing HFONT type.
15184 * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
15185 Pierre Mageau <pierre@macadamian.com>
15186 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
15187 CURSORICON_FindBestIcon changed to find the correct icon.
15188 ImageList_ReplaceIcon now calls CopyImage internally.
15189 Assign a value for the hIconSm CLASS member (using CopyImage).
15191 * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
15192 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
15194 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
15195 Give applications a copy of the property sheet dialog template as they
15198 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
15199 Relay exclude lists were not working due to some CharUpperA()
15202 * loader/loadorder.c, wine.ini:
15203 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15204 winspool -> winspool.drv
15206 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
15207 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15208 Implemented StrCmpNIA like the other StrCmpXX functions.
15210 * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
15211 Resolve environment variable when enumerating values.
15213 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
15214 The format rect is recalculated for each font change. MoveEnd &
15217 Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
15219 * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
15220 Karl Lessard <karll@corel.com>
15223 Speed up conversion between XImages and DIBSections.
15225 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
15226 Francois Boisvert <francois@macadamian.com>
15227 Some <open> features in the file dialog 95.
15229 * include/winnt.h, scheduler/sysdeps.c:
15230 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15231 Removed global variable pCurrentTeb.
15233 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15234 HEAP_Commit/Decommit were assuming a page size of 4KB
15237 * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15238 A few more DC_ defines from Win2000.
15240 * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15241 Check that lpCreate->lpszName is non-NULL.
15243 * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
15244 More restrictive checks, so DIALOG_IsAccelerator don't loop
15247 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
15248 Menu hides when clicked for a second time.
15250 * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
15251 - select the font into the dc before calculating the extent
15252 - make buttonheight correspond to text height + width to caption
15253 - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
15254 - #defines for DlgItemIds
15255 - implement MB_RETRYCANCEL
15257 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
15258 Keep the enable state in the edit structure instead of calling
15261 * 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:
15262 Noel Borthwick <noel@macadamian.com>
15263 - Implement interprocess clipboard communication.
15264 - Support for the PRIMARY and CLIPBOARD selection atoms.
15265 - Support for the TARGETS selection format.
15266 - Expose native Windows clipboard formats through X selection targets.
15268 * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
15269 Make stock fonts independent of mapping mode.
15270 System font should only be bold for Win31.
15272 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
15273 Removed truncating errors that happen when converting fom dialog units
15276 * windows/winpos.c: Abey George<abey@macadamian.com>
15277 Check new coordinates received in WM_NCCALCSIZE message.
15279 * controls/button.c: Francis Beaudet <francis@macadamian.com>
15280 Slight 1 pixel adjustment on the position of the radio button bitmap.
15282 * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15283 Fixed off by one allocation errors.
15285 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
15286 The backspace is now handled in the WM_CHAR message.
15288 * windows/mdi.c, windows/nonclient.c:
15289 Francis Beaudet <francis@macadamian.com>
15290 Make sure that all MDI children have the WS_EX_MDICHILD style set.
15292 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
15293 Fixed prototype order.
15295 * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
15296 Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
15298 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15301 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
15302 Fixed the support for the close button in the ShellAbout dialogs.
15304 * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
15305 Added Dutch resources for PrintDlg32.
15307 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
15308 Klaas van Gend <klaas@vangend.demon.nl>
15309 Completed PrintDlg32 resource stringtable.
15311 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
15312 Added sanity checks in the cleanup code.
15314 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
15315 Completed GetKeyNameText for non-character keys.
15317 * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
15318 Make directories name appear in the BrowseForFolder dialog.
15320 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15321 Do not remove .drv from filenames.
15323 * controls/button.c: Francis Beaudet <francis@macadamian.com>
15324 Fixed a little positioning bug with the checkbox.
15326 * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
15327 Abey George <abey@macadamian.com>
15328 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
15331 * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
15332 Changed snprintf to wsnprintfA to remove unresolved external when
15333 compiling on Solaris/Sun.
15335 * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
15336 Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
15337 equivalents. (WinWord 97, File Open dialog)
15339 * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
15340 Use in GetClassInfoW the same hack for systemclasses as in
15341 GetClassInfoA (winword 97 with native comctl32).
15343 * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
15344 Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
15346 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
15347 Implemented wParam of WM_PAINT msg for edit control.
15349 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15350 Fix off by one error in WINSPOOL_GetOpenedPrinterA.
15352 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
15353 subkey_found did not search for _all_ sub keys.
15355 Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
15357 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
15358 Francois Boisvert <francois@macadamian.com>
15359 Implemented basic browsing in the file name edit of the filedlg 95.
15361 * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
15362 Avoid changing the activation state in EnableMenuItem.
15364 * include/winnt.h: Fixed #ifdef symbol for PowerPC.
15366 * ole/parsedt.c, ole/parsedt.h:
15367 Eric Pouech <Eric.Pouech@wanadoo.fr>
15368 Only declare DateStyle in a single compilation unit.
15370 * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
15371 Added the case of a user defined icon for the sysbutton hittest.
15373 * ole/typelib.c: Rein Klazes <rklazes@casema.net>
15374 Fixed typelib reading to correctly use the offset of the typelib that
15375 is embedded in for example a dll file.
15377 * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
15378 Fixed CreateDIBSection() called with negative height to set the height
15379 positive in the created DIBSECTION, as per MS knowledgebase Q186586.
15381 * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
15382 The paint rectangle return in the PAINTSTRUCT in BeginPaint should
15383 never be bigger than the client area of the window.
15385 * controls/listbox.c: Rein Klazes <rklazes@casema.net>
15386 Make sure that an empty string never matches a listbox entry in
15387 LISTBOX_FindString().
15389 * dlls/version/info.c:
15390 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15393 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15394 Fixed crash when accessing sysmenu.
15396 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15397 Really do a silent backtrace when requested.
15399 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15400 Do not set the address if the symbol is still tagged INVALID.
15402 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15403 Added support for N_BINCL and N_EINCL instructions.
15404 Fixed type parsing (as generated by egcs).
15406 Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
15408 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15409 Use typedef to work around egcs problem.
15411 * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15412 Removed unnecessary includes from ole related files.
15414 * ole/compobj.c, multimedia/mmsystem.c:
15415 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15416 Adapted to WOW changes.
15418 * 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:
15419 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15420 Moved implementation of WOW routines to single file.
15421 Added all missing WOW routines, fixed WOWCallback16Ex.
15423 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15424 Fixed internal buffer for 16 bit mmio MEM files.
15426 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15427 - some errors in cleaning up values returned by MCI drivers: this
15428 should solve the issues reported with the CD player/writer
15429 - crash when command was requested with automatic open (note, this
15430 will now gracefully report an error, not do the correct thing).
15432 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
15433 Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
15436 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15437 Bugfix: EFlags were passed incorrectly by CallFrom16Register.
15439 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15440 Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
15442 * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
15443 Bertho Stultiens <bertho@panter.soci.aau.dk>
15444 Wrc did not check any IDs which are only 16 bit. Common dialogs had some
15445 IDs larger and that caused problems. This is now solved (I hope).
15447 ----------------------------------------------------------------
15448 Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
15450 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
15451 Fixed cursor stretch code.
15453 * memory/selector.c:
15454 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15455 Inhibit wraparound in comparison.
15457 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
15458 Juergen Schmied <juergen.schmied@metronet.de>
15459 New internal dll, exporting already existing path functions.
15461 * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
15462 Francis Beaudet <francis@macadamian.com>
15463 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
15464 for the MSG_InternalGetMessage() call is a WM_TIMER.
15466 * rc/winerc.c, include/resource.h, include/windef.h:
15467 Patrik Stridvall <ps@leissner.se>
15468 GCC 3.0 has not been released yet, but it is good to be prepared.
15470 * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
15471 Added resolution of LVM messages.
15473 * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
15474 Added protection against possible memory corruption.
15476 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
15477 Fixed cursor selection to find the correct cursor when more than one
15480 * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
15481 Thuy Nguyen <thuy@macadamian.com>
15482 Replaced a static ten element array with a dynamic pointer array.
15484 * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
15485 Fix special case when no printer installed.
15487 * dlls/shell32/shell.c, dlls/shell32/shell.spec:
15488 James Juran <jrj120@psu.edu>
15489 New routine DllEntryPoint for shell.dll. Loads shell32.dll,
15490 since most shell.dll functions call their 32-bit counterparts.
15492 * dlls/version/info.c:
15493 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15496 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
15497 EM_SETSEL scrolls if outside of the visible range.
15498 "shift+home" selection improved in the edit control.
15500 * ole/parsedt.c: Removed RCS keyword.
15502 * 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:
15503 Juergen Schmied <juergen.schmied@metronet.de>
15504 More use of rc files for strings and menus, fixes. First internal
15507 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
15508 New interface: DropSource.
15510 * dlls/shell32/shlfolder.c:
15511 Juergen Schmied <juergen.schmied@metronet.de>
15514 * dlls/shell32/shell32_main.c:
15515 Juergen Schmied <juergen.schmied@metronet.de>
15516 Implemented SHGetFileInfo better.
15518 * dlls/shell32/iconcache.c:
15519 Juergen Schmied <juergen.schmied@metronet.de>
15520 Protect cache with critical section.
15521 Removed hack to load icons from external shell32.dll.
15523 * dlls/shell32/dataobject.c:
15524 Juergen Schmied <juergen.schmied@metronet.de>
15525 QueryGetData, EnumFormatEtc implemented.
15527 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
15528 Fixed mapping of file extensions to text.
15530 * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
15531 Fixed ascii/unicode issue for naming of the mutexes.
15532 Made mutex handles global.
15533 Fixed incorrect interpretation of return values of WaitForSingleObject.
15535 * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
15536 First implementation of GetCharacterPlacementA.
15538 * windows/defwnd.c, include/winuser.h:
15539 Thuy Nguyen <thuy@macadamian.com>
15540 Implemented the WM_SETICON and WM_GETICON messages.
15542 * files/drive.c: Morten Eriksen <mortene@sim.no>
15543 FIXME on unimplemented feature made less obtrusive.
15545 * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
15546 Now the conversion in the blt functions round up the result.
15548 * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
15549 Document use of "init" in build-spec.txt, and make build.c print a
15550 warning if someone tries to use "init" in a Win16 spec file.
15552 * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
15553 Make sure we have a dgroup before patching prologs.
15555 * */Makefile.in, */.cvsignore:
15556 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15557 Adapted to glue code generation changes.
15559 * 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:
15560 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15561 Adapted to new-style Wine thunks.
15562 Removed some now unnecessary function pointers.
15564 * include/builtin16.h, include/stackframe.h, tools/build.c:
15565 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15566 CallTo16... / CallFrom16... Wine thunks reorganized:
15567 - Cleaner separation between core and glue code.
15568 - Argument conversion glue code now in C.
15569 - Glue code needed for 16-bit .spec files inlined.
15571 Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
15573 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15574 - implemented GetCommModemStatus
15575 - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
15576 - added more verbose TRACEing
15578 * misc/version.c: Morten Eriksen <mortene@sim.no>
15579 Made GetVersionEx() behave in accordance with the specification with
15580 regard to error handling.
15582 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
15583 Mark G. Adams <madams@livepage.com>
15584 Added stub for DrawDibClose.
15586 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
15587 Fixed the look of the combobox's drop down button when in Win95 look.
15589 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
15590 Added support for icons in property sheet tabs.
15592 * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
15593 Bertho Stultiens <bertho@panter.soci.aau.dk>
15594 Version 1.0.14 of wrc.
15596 Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
15598 * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
15600 * 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:
15601 Replaced a few calls to lstr* functions by their CRTDLL or libc
15605 Added an exception handler around a few lstr* functions.
15607 * 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:
15608 Reimplemented multi-byte and wide-chars functions to not depend on
15609 lstr* functions; added a few missing ones; fixed a couple of bugs.
15611 Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
15613 * 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:
15614 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15615 Separated Win16 (USER) and Win32 (MPR) network routines.
15616 Moved implementation of MPR to dlls/mpr/.
15617 Added proper headers and stubs for missing MPR routines.
15620 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15621 Improved (sort of) RegFlushKey.
15623 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
15624 If the window is already the topmost window in ShowWindow(SW_SHOW), it
15625 must not be activated.
15627 * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
15628 WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
15630 * windows/dce.c, windows/x11drv/wnd.c:
15631 Stephane Lussier <stephane@macadamian.com>
15632 X11drv SetDrawable function modifies the DC origin, this translation
15633 should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
15635 * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
15636 Set focus to the dialog in EndDialog.
15638 * libtest/Makefile.in: James Juran <jrj120@psu.edu>
15639 Make sure we compile winestub.o before trying to build a Winelib test
15642 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15643 Fixed case sensitivity flag.
15645 * include/commdlg.h, dlls/commdlg/printdlg.c:
15646 Klaas van Gend <klaas@vangend.demon.nl>
15647 Implemented the return of hDevModes and hDevNames in the PRINTDLG
15648 structure of PrintDlgA().
15650 * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
15651 Made hardware_event use win32-conformant parameters.
15653 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
15654 Explicitly load shell32.dll.
15656 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
15657 Take into account icons when determining tab size.
15659 * files/drive.c: Morten Eriksen <mortene@sim.no>
15660 Improved GetDiskFreeSpaceEx() implementation a little bit.
15662 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15663 - added some more Baudrates
15664 - fixed a hang in tcsetattr when the input buffer isn't empty
15665 - added more verbosity for debugging
15667 * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
15668 Handle the case when the button is really small.
15670 * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
15671 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
15672 specify WS_CAPTION.
15674 Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
15676 * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
15677 Marcus Meissner <marcus@jet.franken.de>
15678 Implemented DirectInput Joystick support (tested with WC:Prophecy).
15680 * relay32/kernel32.spec, win32/time.c:
15681 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15682 Implemented SetLocalTime.
15684 * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
15685 Minor fix to the French Canadian keyboard.
15687 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
15688 When flipping backbuffer -> frontbuffer, first exchange surfaces, then
15689 copy XImage, since the palette might only be defined in the frontbuffer.
15691 * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
15692 Create sysconfdir on install.
15694 * dlls/stress/.cvsignore: Fixed typo.
15696 * 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:
15697 Got rid of dsprintf and related macros.
15700 Remove the mutex from the thread list when destroying it.
15703 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15704 Moved various DLLs to dlls/
15706 Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
15708 * 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:
15709 Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
15710 aliasing optimization problems.
15712 * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
15713 Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
15715 * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
15716 Removed async I/O support.
15718 * include/comm.h, misc/comm.c:
15719 Use the service thread for comm notifications.
15721 * 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:
15722 Made stack manipulation macros into inline functions.
15723 Changed a few accesses to context registers to avoid potential
15724 aliasing optimization problems.
15726 * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
15727 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
15730 * Makefile.in: Remove wine.conf.man on distclean
15732 ----------------------------------------------------------------
15733 Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
15735 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
15736 Close the right window when clicking on a non active window close
15739 * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
15740 Removed the dependency on "dummy" for wine and wine.sym.
15743 Remove file from cache when flushing it (based on a patch by Ian
15746 * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
15747 Added CONTEXT for ALPHA and MIPS.
15749 * configure.in, Make.rules.in, Makefile.in, configure:
15750 Patrik Stridvall <ps@leissner.se>
15751 Added support for Solaris Lint.
15753 * 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:
15754 Patrik Stridvall <ps@leissner.se>
15755 Fixed some of the issues reported by Solaris Lint.
15757 * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
15758 Solaris C/C++ compile fix.
15760 * 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:
15761 Patrik Stridvall <ps@leissner.se>
15762 Various ANSI C compability fixes.
15764 * 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:
15765 Patrik Stridvall <ps@leissner.se>
15766 Fixed some of the issues reported by winapi-check.
15768 * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15769 Actually create the man/ subdirectories before installing.
15771 * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
15772 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15773 Implemented KERNEL.447 (WIN32_OldYield16).
15775 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15776 Suspend WND lock before EVENT_Synchronize.
15778 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15779 Create VxD handle only for known VxDs.
15781 * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
15782 Made compilation of *.spec.c files use -fno-builtin regardless of
15785 * 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:
15786 Patrik Stridvall <ps@leissner.se>
15787 Fixed/added missing/wrong function prototypes and made internal
15790 * 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:
15791 Patrik Stridvall <ps@leissner.se>
15792 Fixed missing prototypes and made it work with Solaris X11.
15794 * 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:
15795 Patrik Stridvall <ps@leissner.se>
15796 Eliminated warnings.
15798 * loader/ne/segment.c:
15799 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15800 Fixed the DSEG value in the SEGTABLEENTRY struct.
15802 * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
15803 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15804 Added builtin toolbar bitmaps.
15806 * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
15807 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15808 Some more messages.
15810 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
15811 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15812 Added stub for CryptSetKeyParams().
15814 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
15815 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15816 Added stubs for DAD_SetDragImage() and PathCleanupSpec().
15818 * misc/crtdll.c, relay32/crtdll.spec:
15819 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15820 Added stub for _except_handler2().
15822 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15823 Improved GetRandomRegion().
15825 * controls/menu.c, windows/nonclient.c:
15826 Pascal Lessard <pascal@macadamian.com>
15827 Implemented the system button behavior and associated it to the system
15828 menu in win95. Also permit the SC_CLOSE item to be disabled.
15830 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
15831 Bugfixes and a fake GETBASEIRQ.
15833 * files/async.c: Ove Kaaven <ovek@arcticnet.no>
15834 Made async fds nonblocking.
15836 * windows/mdi.c: Dan Langlois <daniell@corel.com>
15837 Removed an inappropriate if statement from MDI_ChildActivate that
15838 prevented the activation code from executing.
15840 * dlls/comctl32/monthcal.c, include/monthcal.h:
15841 Alex Priem <alexp@sci.kun.nl>
15842 Bugfixes & further updates for the month calendar common control.
15844 * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
15845 Alex Priem <alexp@sci.kun.nl>
15846 Started implementing date/time common control.
15848 * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
15849 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15850 PSDRV_WriteArc shouldn't write a newpath.
15852 * controls/button.c: Rein Klazes <rklazes@casema.net>
15853 Fix handling of WM_LBUTTONDCLICK message for buttons with certain
15856 * windows/dce.c: Abey George <abey@macadamian.com>
15857 Bug fix for updating the clipping region in nested GetDCEx calls.
15859 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
15860 Tried to fix the code for SetWindowPos to erase the background
15863 Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
15865 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
15866 Klaas van Gend <klaas@vangend.demon.nl>
15867 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
15868 don't display yet).
15869 - added status strings.
15870 - added string table for internationalisation of several internal
15873 * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
15874 Removed duplicated defines in winuser.h and commctrl.h. Also corrected
15875 a typo for SW_MAX value.
15877 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
15878 Francis Beaudet <francis@macadamian.com>
15879 Fixed a memory leak in the file dialog.
15881 * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15882 Strip .drv extensions to MODULE_GetLoadOrder.
15884 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
15885 Fixed a memory leak.
15887 * scheduler/process.c, loader/task.c:
15888 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15889 Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
15891 * graphics/psdrv/ps.c, include/psdrv.h:
15892 Luc Tourangeau <luc@macadamian.com>
15893 Added a call to the newpath operator immediately before the arc
15896 * controls/button.c: Pierre Mageau <pierre@macadamian.com>
15897 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
15898 icon needed to be centered when the button is smaller than the bitmap.
15900 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
15901 Fixed a memory leak that occurs when we maximize/minimize an MDI
15904 * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
15905 Added more support for buddy windows in the updown control.
15907 * controls/edit.c: Francis Beaudet <francis@macadamian.com>
15908 Implemented proper win95 support for the WS_BORDER style.
15910 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
15911 Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
15914 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
15915 Fixed the border for the listbox created by the simple combobox.
15917 * ole/compobj.c, if1632/compobj.spec:
15918 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15919 Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
15921 * loader/ne/module.c:
15922 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15923 GetModuleHandle16: treat Win32 modules correctly.
15925 Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
15927 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
15928 Juergen Schmied <juergen.schmied@metronet.de>
15929 Fixed use of StrRetToStrN.
15931 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
15932 Juergen Schmied <juergen.schmied@metronet.de>
15933 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
15935 * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
15936 Added explanation of the current DLL support.
15938 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15939 Bugfix: fixed freshly introduced bug in GlobalLock16.
15941 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
15942 Ian Schmidt <ischmidt@cfl.rr.com>
15943 Added stubs for InitMUILanguage and COMCTL32.410.
15944 Fixed some compiler warnings.
15946 Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
15948 * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
15949 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15950 Added FinalUserInit16/FinalGdiInit16 stubs.
15951 Call out to FinalUserInit in MAIN_EmulatorRun.
15953 * if1632/kernel.spec, memory/selector.c:
15954 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15955 Added IsBadFlatReadWritePtr16().
15957 * controls/edit.c: Abey George <abey@macadamian.com>
15958 Fixed incorrect edit control behaviour in mouse message handling.
15960 * windows/message.c: Abey George <abey@macadamian.com>
15961 Send normal mouse messages to WM_SETCURSOR when non-client mouse
15964 * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
15965 Check if the window has the WS_CLIPSIBLINGS style before using the
15966 DCX_CLIPSIBLINGS flag.
15968 * 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:
15969 Francois Boisvert <francois@macadamian.com>
15970 Implemented the Win95 file open/save dialogs.
15972 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15973 Do tools/ before any of the other subdirectories, even when doing
15976 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15977 Bugfix: Return selector also in CX from GlobalLock16().
15979 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15980 More gcc bug workarounds.
15982 * graphics/psdrv/ppd.c, include/wingdi.h:
15983 Huw D M Davies <h.davies1@physics.ox.ac.uk>
15984 Added more paper sizes and bin names to PPD parser.
15986 * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
15987 Actually return the number of events in Mouse_GetDeviceData (fixes
15988 Wing Commander Prophecy). Added timestamp and sequence generation,
15989 critical section for mousedata. Disabled mouse warping in
15990 GetDeviceData for now (generates excess mouse events).
15992 Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
15995 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15996 Moved .spec files to corresponding dlls/ directory.
15998 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
15999 Several focus and selection problems in listboxes.
16001 * windows/dce.c: Francis Beaudet <francis@macadamian.com>
16002 Retrieve the clipping region before setting the drawable and reset the
16003 clipping region after.
16005 * 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:
16006 Juergen Schmied <juergen.schmied@metronet.de>
16007 Many fixes/reimplementations.
16009 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
16010 Removed experimental/unused code.
16011 Use ShellFolder to get ViewObjects.
16012 Started cleanup of the contextmenu code.
16014 * dlls/shell32/shlfolder.c:
16015 Juergen Schmied <juergen.schmied@metronet.de>
16016 Complete redesign, split into 3 implementations (Desktop, MyComputer
16017 and filesystem folders). All parsing and binding is done recursive.
16019 * dlls/shell32/shellpath.c:
16020 Juergen Schmied <juergen.schmied@metronet.de>
16021 Implemented SHGetSpecialFolderPathA.
16023 * dlls/shell32/shellord.c:
16024 Juergen Schmied <juergen.schmied@metronet.de>
16025 Implemented SHCreateShellFolderViewEx.
16027 * dlls/shell32/shellole.c:
16028 Juergen Schmied <juergen.schmied@metronet.de>
16029 Removed special CoCreateClassObject and use ole functions instead.
16030 SHCreateDefClassObject implemented.
16032 * dlls/shell32/shelllink.c:
16033 Juergen Schmied <juergen.schmied@metronet.de>
16034 Implemented access to lnk's to a IStream interface.
16036 * dlls/shell32/iconcache.c:
16037 Juergen Schmied <juergen.schmied@metronet.de>
16038 Fixed icon background (was black).
16040 * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
16041 Fixed getting icons from filetypes.
16043 * dlls/shell32/enumidlist.c:
16044 Juergen Schmied <juergen.schmied@metronet.de>
16045 Implemented enumeration of shell extensions, seperated enum stuff for
16046 the 3 seperate shellfolder implementations.
16048 * dlls/shell32/dataobject.c:
16049 Juergen Schmied <juergen.schmied@metronet.de>
16050 Rewrote GetData so support multiple selections.
16052 * dlls/shell32/contmenu.c:
16053 Juergen Schmied <juergen.schmied@metronet.de>
16054 Separated stuff for shv background contextmenu to separate file.
16056 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
16057 New functions to access attributes in HCR.
16059 * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
16060 Juergen Schmied <juergen.schmied@metronet.de>
16061 New file. Seperate implementation of the shellview background
16064 * include/wine/undocshell.h:
16065 Juergen Schmied <juergen.schmied@metronet.de>
16066 New file. Contains functions not in the official headers but widely
16067 used from other dlls.
16069 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
16070 Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
16072 * Makefile.in: Make sure we build tools first.
16074 * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
16075 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16076 Relay code for Win16 register functions converts arguments.
16077 New 'interrupt' keyword added (for Win16 interrupt handlers).
16078 Adapted .spec files and implementations of register routines.
16080 * 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:
16081 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16082 {Start|End}{Doc|Page} go through DCfuncs.
16083 Implement these in the PostScript driver.
16084 Change PSDRV_Escape to use them.
16086 * loader/dos/dosvm.c:
16087 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16088 Work around 'local extern declaration with attribute' gcc bug.
16090 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
16091 Implementation of SetEventNotification for the mouse driver.
16093 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
16094 Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
16096 * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
16097 Fixed incomplete proto.
16099 * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
16100 New keys nessesary for running the new shell32.
16102 * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16103 Use GDI APIs to access bitmap info.
16105 * graphics/psdrv/clipping.c:
16106 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16107 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
16109 Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
16111 * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
16112 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16113 Unify startup sequence for Wine and WineLib.
16115 * windows/clipboard.c, include/clipboard.h, memory/global.c:
16116 Noel Borthwick <noel@macadamian.com>
16117 Fix bug with pasting Wine clipboard content to external applications,
16118 by storing clipboard data on the shared system heap.
16120 * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
16121 Draw an additional white bit for each invert bit of a cursor.
16123 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
16124 While handling the X FocusIn message in managed mode, if the window
16125 has been disabled revert the X focus back to the last focus window.
16127 * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
16128 Francois Boisvert<francois@macadamian.com>
16129 Implemented TREEVIEW_InsertItemW.
16131 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16132 Implemented ExtEscape.
16134 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
16135 Trying to fix parallel make by doing direct subdir/subdir.o rules.
16137 * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
16138 Sylvain St-Germain <sylvain@macadamian.com>
16139 Fixed inconsistency in conditions that determines if a window requires
16142 * graphics/x11drv/xfont.c, include/x11font.h:
16143 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16144 For large font sizes call XLoadQueryFont with a 100 pixel high font
16145 and rescale the metrics.
16147 * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
16148 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16149 Implement handling of 32 bit AbortProc.
16151 * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
16152 Lionel Ulmer <lionel.ulmer@free.fr>
16153 Suppressed compiler warning by using the 'unused' attribute.
16155 * debugger/Makefile.in, debugger/external.c:
16156 Kevin Holbrook <kwh@neosoft.com>
16157 Added utility function to invoke external debugger.
16159 * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
16160 Eric Pouech <Eric.Pouech@wanadoo.fr>
16161 Added WINMM resources.
16163 * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
16164 Eric Pouech <Eric.Pouech@wanadoo.fr>
16165 Removed obsoleted mcistring.c.
16166 Added support for resources.
16168 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
16169 Eric Pouech <Eric.Pouech@wanadoo.fr>
16170 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
16171 MCI_STATUS) for mciSendString.
16173 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16174 Spread the use of MM crit sect.
16176 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16177 Moved some MCI functions to mci.c.
16178 Now loads error messages from string table.
16179 Spread the use of MM crit sect.
16181 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16182 Added parsing & storing of command tables.
16183 Merged some MCI functions from mmsystem.c.
16185 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16186 Removed some no longer used prototypes.
16187 Added command tables to MCI structure.
16189 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16190 Fixed buggy prototype.
16192 * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
16193 Avoid crashing on a bad symbol address of 0x0000.
16195 * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
16197 * 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:
16198 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16199 Removed MODULE_GetWndProcEntry16().
16200 Use 32-bit window procedures in COMMDLG instead.
16202 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
16203 Fixed cut&paste bug.
16205 * 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:
16206 Paul Quinn <paulq@corel.ca>
16207 Add a few stubs, some C++ compatibility, and fix a few types.
16209 * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
16210 Declare only one instance of GUID_NULL.
16212 * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
16213 Fixed various problem with ImageList_Draw.
16215 * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
16216 Re-enable the owner window in the EndDialog().
16218 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
16219 Fixed notifications.
16221 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16222 Always retrieve Callout routines using GetProcAddress().
16224 * windows/defwnd.c: Abey George <abey@macadamian.com>
16225 Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
16227 * windows/x11drv/keyboard.c:
16228 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16229 Fixed compiler warning.
16231 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16232 Let through more flags to EnumPrinters.
16233 Fixes for GetPrinter/GetPrinterDriver.
16235 * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
16236 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16237 Fix stupid `rubbish at end of %%Title' bug.
16238 Don't complain about palette relative RGBs.
16239 If output param to CreateDC is NULL default to `LPT1:' - Hack.
16241 Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
16243 * configure, configure.in, include/config.h.in, include/wine_gl.h:
16244 Lionel Ulmer <lionel.ulmer@free.fr>
16245 Better detection of OpenGL.
16247 * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
16248 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16249 Bugfix: Reverted CallTo16 routines to STDCALL convention.
16251 * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16252 String to GetTextExtentPoint is not necessarily 0 terminated.
16253 Fix function name `32's in comments - API naming madness makes this
16256 * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
16257 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16259 Update graphics/psdrv/README.
16260 Add warnings to DRIVER_GetDriverName.
16262 * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16263 Fixed some bad ptr occurrence in this class WndProc.
16265 * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
16266 Lionel Ulmer <lionel.ulmer@free.fr>
16267 - Added a new option 'noxshm'
16268 - Added a 16bpp -> 32 bpp conversion function
16270 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
16271 Change color gray text to 128 128 128 for win9x look.
16273 Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
16275 * scheduler/debugger.c:
16276 Do not output text in OutputDebugStrAW when not being debugged
16278 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
16279 MDIDestroyChild: MDI window menu item was deleted only if the current
16280 destroyed child was active.
16282 * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
16283 Reset disabled style for the dialog boxes set on property pages.
16285 * 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:
16286 Bertho Stultiens <bertho@akhphd.au.dk>
16287 - Generalized the distinction between 2 and 4 byte integers slightly through
16288 a new parser state. The is now a warning when a 2 byte integer is larger
16289 than 16 bit (and is truncated).
16290 - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
16291 this type will work as expected.
16292 - Added generalized language/version/characteristics support to the DLGINIT
16295 Ulrich Czekalla <ulrichc@corel.ca>
16296 - Added support for DLGINIT resource-type.
16297 - Added string continuation and embedded quoting.
16298 - Added numeric IDs for icons in controls.
16300 Eric Pouech <Eric.Pouech@wanadoo.fr>
16301 - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
16303 Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
16305 * misc/Attic/string.c, misc/Makefile.in:
16306 Albert den Haan <albertd@corel.ca>
16307 Remove string.c because all of its functions were moved to crtdll.c
16308 where they belonged.
16310 * 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:
16311 Patrik Stridvall <ps@leissner.se>
16312 Make it possible to compile with GNU C's -I- option.
16314 * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16315 Work around gcc sig11 fault.
16317 * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
16318 Fixed rounding in MulDiv.
16320 * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
16321 Luc Tourangeau <luc@macadamian.com>
16322 - implementation of SetDeviceClipping
16323 - coordinate system origin fix
16325 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16326 Work-around for compiler bug.
16328 * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
16329 Alex Priem <alexp@sci.kun.nl>
16330 - Implementation of simple comctl32 v5.0 changes.
16331 - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
16333 * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
16334 Added pointer validation and additional sanity check to IsValidSid().
16336 * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
16337 Small fix in UITOOLS95_DrawRectEdge().
16338 Also a fix to draw scrollbar-buttons more like in win9x.
16340 * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16341 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
16342 afterwards, but a copy of it.
16344 * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16345 Check better that handles are actual handles to a region.
16347 * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
16348 Stop DCE_GetVisRect dereferencing a null wndPtr.
16350 * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
16351 James Juran <jrj120@psu.edu>
16352 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16353 Updated README and man page.
16354 Split documentation for wine.conf into new wine.conf(5) manpage.
16356 * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
16357 Noel Borthwick <noel@macadamian.com>
16358 Implemented the OLE Clipboard API.
16360 * windows/winpos.c: Abey George <abey@macadamian.com>
16361 Validate the parent with the child window client rectangle when the
16362 parent's update region is not empty.
16364 * include/win.h, windows/painting.c:
16365 Francis Beaudet <francis@macadamian.com>
16366 Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
16368 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
16369 Fixed fake WM_LBUTTONUP message.
16371 * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
16372 Added version information for Win98.
16374 * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
16375 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
16377 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16378 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
16379 are now stored uppercase.
16381 * controls/button.c: Francis Beaudet <francis@macadamian.com>
16382 Implemented the BS_ICON style.
16384 * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
16385 CreateDialogParamA should not call CreateDialogParamW, because
16386 that'd create a dialog box with a Unicode dialog procedure...
16388 * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
16389 Win9x look & feel on scrollbars.
16391 * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
16392 Thuy Nguyen <thuy@macadamian.com>
16393 Introduced a [psdrv] section in wine.conf with a ppdfile value
16394 specifying the path and name of the PPD file.
16396 * dlls/comctl32/updown.c, include/updown.h:
16397 Sylvain St-Germain <sylvain@macadamian.com>
16398 Implementation of the updown buddy windproc subclassing for the
16399 handling of keyboard up and down arrow.
16401 * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
16402 Updated documentation to reflect renamed header.
16404 * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
16405 Added missing include netinet/tcp.h, for TCP_NODELAY.
16407 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
16410 Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
16412 * include/module.h, loader/ne/module.c:
16413 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16414 Add WINAPI for EntryAddrProc.
16416 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
16417 Minor bug fixes in DdeNameService, also changes to move towards
16420 * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
16421 Win9x look & feel on buttons and a fix for ownerdrawn buttons
16422 (background set to COLOR_BTNFACE).
16424 * if1632/kernel.spec:
16425 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16426 GlobalSmartPageUnlock() stub added.
16428 * 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:
16429 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16430 Use position-independent code in assembly glue when building .so.
16431 Include if1632/ and graphics/win16drv/ into WineLib.
16432 Move miscemu/emulate.c into dlls/win87em/.
16434 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16435 Changed way of allocation open mci drivers (array => list); this list
16436 is now stored on a per process basis.
16438 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
16439 Eric Pouech <Eric.Pouech@wanadoo.fr>
16440 Removed fixed size array to store specific data (now using
16441 mci(Set|Get)DriverData to store specific data).
16442 Make use of default debugtools.h channel.
16443 Added CALLBACK attribute to DriverProc.
16445 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16446 Changed way of allocation open mci drivers (array => list).
16447 First valid ID for mci devices is now 1 (some progs were testing this
16449 Started implementing mci command table resources.
16450 Handled closing on MCI_ALL.
16452 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16453 Removed fixed size array to store specific data (now using
16454 mci(Set|Get)DriverData to store specific data).
16455 Deferred opening of low-level device until play is requested.
16457 * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16458 Fixed return value for 'open' command.
16459 Changed way of allocation open mci drivers (array => list).
16461 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16462 Removed fixed size array to store specific data (now using
16463 mci(Set|Get)DriverData to store specific data).
16464 Fixed mmio chunk lookup on odd size 'fmt ' chunks.
16466 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16467 Uniformized use of fd to midi device.
16468 Now allocating memory on system heap.
16469 Fixed bug when stopping all notes.
16471 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16473 Changed way of allocation open mci drivers (array => list).
16474 Started implementing mci command table resources.
16476 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16477 No longer calling mm timers callbacks with mm timer crit sect locked.
16479 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
16480 ERROR_MORE_DATA requires to write the needed number of bytes into the
16481 lpcchX value (verified against NT3.51 advapi32.dll).
16483 * include/winnt.h, win32/device.c:
16484 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16485 Fixed some CONTEXT86 vs. CONTEXT mismatches.
16487 * include/neexe.h, loader/ne/segment.c:
16488 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16489 Added support for 32-bit NE code segments.
16491 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
16492 Fix a hang when we process WM_STYLECHANGED.
16493 Small optimization in TREEVIEW_DrawItem.
16494 Fix debugging crash in TREEVIEW_Expand.
16496 Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
16498 * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
16499 Added missing prototype for ILFindChild().
16501 * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
16502 Eric Pouech <Eric.Pouech@wanadoo.fr>
16503 Compiler warnings fix.
16505 * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16508 * if1632/kernel.spec, loader/task.c:
16509 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16510 Fixed bugs introduced by 'register' and 'return' function changes.
16512 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
16513 Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
16514 level physical surfaces (verified for XLIB with WC Prophecy).
16516 Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
16518 * 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:
16519 Take advantage of the new registers saved in the STACK16FRAME to turn
16520 some 'register' functions into normal functions.
16521 Removed the few remaining 'return' functions to simplify relay
16524 * 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:
16525 Marcus Meissner <marcus@jet.franken.de>
16526 Removed the old, historical and no longer working IPC support.
16528 * 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:
16529 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16530 Modularized CallFrom/To16 routines. Adapted dependent routines,
16531 16-bit snoop/relay debugging, and make rules.
16533 * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
16534 Revert last change in window activation on mouse click.
16536 * memory/global.c: Rein Klazes <rklazes@casema.net>
16537 Fixed a case when GlobalSize did not return zero after an error.
16539 Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
16541 * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
16542 Renamed static global variable 'iovec' to 'myiovec'.
16544 * 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:
16545 Howard Abrams <howard@cs.nps.navy.mil>
16546 Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
16548 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16549 Create dialog window using CreateWindowEx16/W depending on template
16550 type, not dialog procedure type.
16552 * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
16553 Made IShellFolder::fnParseDisplayName return a relative pidl.
16555 * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
16556 Alex Priem <alexp@sci.kun.nl>
16557 First try at the month calendar common control. Main features
16560 * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
16561 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16562 Implemented GetPrinterA and GetPrinterDriverA.
16564 * controls/button.c: Luc Tourangeau <luc@macadamian.com>
16565 Added BN_CLICKED notification in WM_SETFOCUS.
16567 * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
16568 Juergen Schmied <juergen.schmied@metronet.de>
16571 * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
16572 Juergen Schmied <juergen.schmied@metronet.de>
16573 Implemented StrToOleStrN.
16574 Fixed crash in ShellExecuteEx.
16575 Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
16576 Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
16578 * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
16579 Juergen Schmied <juergen.schmied@metronet.de>
16580 IStream interface for file access.
16582 * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
16583 Juergen Schmied <juergen.schmied@metronet.de>
16584 Fixed crash during second DLL_PROCESS_DETACH if the dll
16585 refcount reached zero after the second one (memory freed twice).
16587 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
16588 Juergen Schmied <juergen.schmied@metronet.de>
16589 Some more pidl-types.
16590 Implementation of ILIsParent.
16592 * dlls/shell32/shelllink.c:
16593 Juergen Schmied <juergen.schmied@metronet.de>
16594 Completely rewritten. IPersistStream interface implemented.
16596 * dlls/shell32/shellole.c:
16597 Juergen Schmied <juergen.schmied@metronet.de>
16598 DLLGetClassObject/Classfactory: create objects by CLSID not IID.
16600 * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16601 Bugfix: exit() replaced by ExitProcess().
16603 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16604 Bugfix: correctly cope with end > 0xfffe.
16606 * library/winestub.c:
16607 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16608 Call ExitProcess() after WinMain() returns.
16610 * loader/ne/module.c:
16611 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16612 Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
16613 Don't try to call WEP of dummy modules in FreeLibrary16().
16615 * include/winreg.h, misc/registry.c:
16616 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16617 Added `const's to some registry API functions.
16619 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
16620 Added a couple of DirectX CLSID entries. This makes Unreal completely
16621 independent of a windows installation.
16623 * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
16624 GetTimeFormat() should return LocalTime not SystemTime.
16626 * 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:
16627 Dave Pickles <davep@nugate.demon.co.uk>
16628 FOR and IF commands added.
16629 MOVE command added, but no wildcard support.
16631 Fixed TIME (was reporting in GMT).
16634 * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
16635 Sometimes the text on a tab control got truncated.
16637 * controls/combo.c: Abey George <abey@macadamian.com>
16638 Fixed the height of the dropped list when there are few items in the
16641 * 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:
16642 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16643 Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
16644 calling XFlush() instead.
16646 * 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:
16647 Huw D M Davies <h.davies1@physics.ox.ac.uk>
16648 Added patterned brushes (level 2 PostScript only).
16649 Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
16651 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
16652 Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
16653 to use the same code path.
16655 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16656 Fix InitTask() to work if DGROUP was manually resized.
16658 * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
16659 Ian Schmidt <irsman@iag.net>
16660 Added stub for SetThreadToken(), required by Office 2000.
16662 * include/commdlg.h:
16663 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16664 Bugfix: COMMDLG hook procedures were not CALLBACK.
16666 * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
16667 It is possible for a stream to have both small block and big block
16670 * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
16671 Made string compare case insensitive in GetModuleHandle16() as a
16672 quick fix for WinWord 6.
16674 * misc/network.c, relay32/mpr.spec:
16675 Juergen Schmied <juergen.schmied@metronet.de>
16676 Added stub for WNetGetUniversalName[A|W].
16678 * graphics/x11drv/palette.c:
16679 Juergen Schmied <juergen.schmied@metronet.de>
16680 Fixed crash due to invalid GDI_Obj.
16682 * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
16683 Fixed crash due to invalid pointer.
16685 ----------------------------------------------------------------
16686 Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
16688 * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
16689 Converted to the new debug interface, using script written by Patrik
16692 * 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:
16693 Patrik Stridvall <ps@leissner.se>
16694 Started on an implementation of Win64 for use on 64 bit platforms.
16696 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
16697 Windows should be activated in these cases:
16698 1- when we click on non active window.
16699 2- when we cancel a moving or resizing of a non active window.
16701 * documentation/distributors:
16702 Marcus Meissner <Marcus.Meissner@caldera.de>
16703 Added sample wine.conf.
16705 * 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:
16706 Patrik Stridvall <ps@leissner.se>
16707 Moved code to the X11 driver.
16709 * include/winuser.h, loader/resource.c, relay32/user32.spec:
16710 Joshua Thielen <thielen@netperson.net>
16711 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
16713 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16714 WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
16716 * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
16717 Fixed check for whether to call SetWindowPos when showing a window
16720 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
16721 Check for complete lcid or just the primary language id in the
16722 registry lookups (fixes one FirstClassClient 32 problem).
16724 * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
16725 Fixed a problem with apps that override the default behaviour on
16726 WM_MOUSEACTIVATE message (main window was not activated).
16728 * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
16729 When enumerating resource, only use the lower 31 bit of the name as
16730 the offset (for the highest bit is '1'). Should fix wine-net/257.
16732 * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
16733 Patrik Stridvall <ps@leissner.se>
16734 Fixes for compile on non-Intel platforms.
16736 * 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:
16737 Patrik Stridvall <ps@leissner.se>
16738 Fixed/moved/added missing/wrong function prototypes.
16740 * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
16741 Henrik Olsen <henrik@iaeste.dk>
16742 Cleanup of the Danish support.
16744 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
16745 Fix a bug in SetWindowPos to prevent parent from erasing its child
16746 painting area when parent window and child window don't have
16747 WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
16749 * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
16750 Make defwndproc erase the correct location.
16752 Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
16754 * 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:
16755 Marcus Meissner <marcus@jet.franken.de>
16756 some small include fixes, some checks for NULL ptrs,
16757 loader/elf.c: fixed the "lib" insertion
16758 crtdll: added fsopen()
16759 dinput: return that we are attached.
16761 * controls/button.c: Reverted previous change.
16763 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
16764 Cancel pending notifications when EM_SETMODIFY is called.
16766 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
16767 Fix a crash when doing sorted inserts at top level.
16769 * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
16770 Reworked nonclient drawing code. Win31 look now works more like real
16771 Win31, so apps like Delphi 1.0 no longer go into infinite recursion
16772 etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
16773 (e.g. WS_EX_WINDOWEDGE is still not handled).
16775 * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
16776 SM_C[XY]FRAME is BorderWidth + 1.
16778 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16779 Bugfix: LocalInit with start == 0 always places heap at end of segment.
16781 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16782 Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
16784 * 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:
16785 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16786 On NE process creation, move major part of NE EXE module loading and
16787 NE instance creation into the child process.
16789 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
16790 Window style updates.
16792 * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
16793 Some enhancements, and removal of C++ constructs.
16795 * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
16796 Marcus Meissner <marcus@jet.franken.de>
16797 Implemented chains of surfaces. This allows an unlimited number
16798 of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
16801 * files/file.c, relay32/kernel32.spec:
16802 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16803 Added UnlockFileEx stub.
16805 * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
16806 Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
16807 Added missing 61762 entry on system resources in Spanish and
16808 Catalonian languages.
16810 * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
16811 Make GetScrollInfo return scroll pos when program requests thumb pos
16812 outside drag operation.
16814 Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
16816 * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16817 Converted to the new debug interface.
16819 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16820 ReadConsoleA: use ir as pointer to (req+1).
16822 * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
16823 Remove the validated child area from the update region of parent for
16824 windows without WS_CLIPCHILDREN style.
16826 * debugger/db_disasm.c:
16827 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16828 Bugfix: Grp8 instructions have *byte* BitOffset operand.
16830 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16831 Bugfix: missing WINAPIs added.
16833 * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
16834 OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
16836 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
16837 Return ERROR_DISK_FULL for WriteFile.
16839 * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
16840 Fixed missing return after about dialog.
16842 Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
16844 * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
16845 Converted to the new debug interface, using script written by Patrik
16848 * 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:
16849 Changed CONTEXT into CONTEXT86 everywhere we really want an i386
16851 Added #ifdef __i386__ around accesses to 386 registers in the generic
16854 * include/winnt.h: Added CONTEXT86 definition.
16855 Added PowerPC context as an example (not tested).
16857 * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
16858 Fixes for non-i386 compiling.
16861 Patrik Stridvall <ps@leissner.se>
16864 Made the include files self-sufficient.
16865 Some Solaris fixes.
16867 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
16868 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16869 Fixed DPA_LoadStream and improved DPA_Merge.
16871 * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16872 Added check for invalid parent item.
16874 * dlls/shell32/shellord.c, relay32/shell32.spec:
16875 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16876 Added SHDoDragDrop() stub.
16878 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16879 Improved GetRandomRegion().
16881 * misc/network.c, relay32/mpr.spec:
16882 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16883 Added WNetRemoveCachedPassword() stub.
16885 * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16886 Store buddy window.
16888 * include/tooltips.h, dlls/comctl32/tooltips.c:
16889 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16890 Started WM_NOTIFYFORMAT support.
16892 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
16893 Better ComboBoxEx placement.
16895 * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
16896 Ensure that the command-line passed to the various *CreateProcess
16897 functions contains the path to the program being invoked.
16899 * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
16900 Prevent bad window X error.
16902 * windows/mdi.c, windows/sysmetrics.c:
16903 Abey George <abey@macadamian.com>
16904 The system menu icon on a MDI child window was corrupted when the
16905 child frame window is maximized within the main frame when the wine
16906 look is Windows 95.
16908 * controls/scroll.c, windows/defwnd.c:
16909 Slava Monich <Slava.Monich@netmanage.com>
16910 In case if scrollbar has the same background color as the window
16911 it belongs to, it needs to be filled with 0x55aa bitmap brush.
16913 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
16914 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
16916 * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
16917 Fix (well kludge around) FreeBSD's `Invalid address' errors.
16919 * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
16920 James Abbatiello <abbeyj@wpi.edu>
16921 Draw a 3D border around edit controls when not in WIN31_LOOK.
16923 * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
16924 James Abbatiello <abbeyj@wpi.edu>
16925 Only draw a black border around normal buttons when in WIN31_LOOK.
16927 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16928 Fixed alignment and position when looking for mmio chunks.
16930 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16931 No longer using global vars (shared data) for mm timers, but a
16932 specific structure for each attached process.
16933 Fixed alignment and position when looking for mmio chunks.
16934 Fixed WAVE mapper handling in waveGetCaps.
16936 * include/multimedia.h, multimedia/time.c:
16937 Eric Pouech <Eric.Pouech@wanadoo.fr>
16938 No longer using global vars (shared data) for mm timers, but a
16939 specific structure for each attached process.
16941 * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
16942 Wrote a small document on how to package WINE for distributors.
16944 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
16945 SetCursorPos() function was called with a window coordinates
16948 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16949 Fixed null ptr deref introduced in last patch.
16951 * if1632/ole2.spec, ole/ole2.c:
16952 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16953 Kind of implemented OleMetaFilePictFromIconAndLabel.
16955 * include/toolbar.h, dlls/comctl32/toolbar.c:
16956 Chris Morgan <cmorgan@wpi.edu>
16957 James Abbatiello <abbeyj@wpi.edu>
16958 Fixed various problems related to bitmaps and flat toolbars.
16960 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16961 James Abbatiello <abbeyj@wpi.edu>
16962 Fixed problems with disappearing text.
16964 * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
16965 James Abbatiello <abbeyj@wpi.edu>
16966 Complete rewrite of messaging code to implement/fix all input behaviors.
16967 Fixed a few fixmes.
16969 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
16970 Dave Pickles <davep@nugate.demon.co.uk>
16971 Added more batch functionality, including the CALL GOTO and SHIFT
16972 commands plus batch command arguments.
16974 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
16975 Updated to reflect current status.
16977 * loader/ne/module.c:
16978 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16979 NE_LoadFileModule: Free module when NE_LoadDLLs fails.
16981 * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
16982 Thuy Nguyen <thuy@macadamian.com>
16983 Implemented the underline and strikeout text attributes for the Wine
16986 * windows/win.c: Pascal Lessard <pascal@macadamian.com>
16987 EnableWindow doesn't release the capture of a child window.
16989 * Makefile.in: James Juran <jrj120@psu.edu>
16990 Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
16993 * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
16994 Remove the WM_LBUTTONUP message from the queue after selecting a mouse
16997 * 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:
16998 Further server optimizations:
16999 - merged request and reply structures
17000 - build requests directly into the buffer to avoid a copy
17002 Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
17004 * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
17005 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
17006 Standard dialog boxes resources and OLE strings are now in cp1251 encoding
17007 Font mapper does not anymore use fonts in -koi8-r encoding
17008 Font mapper now recognises fonts in -windows-* encodings (these are
17009 provided by xfstt TrueType server)
17010 Font mapper now sees max 16384 fonts (was 2048)
17012 * relay32/builtin32.c:
17013 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17014 Share the HMODULE of built-in modules over all processes.
17015 Use the cached HMODULE to speed up relay debugging.
17016 Display the multi-instantiation warning only for 'dangerous' DLLs.
17018 * scheduler/process.c:
17019 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17020 Load USER32.DLL before calling UserSignalProc.
17022 * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17023 Use separate service for each windows timer.
17025 * if1632/compobj.spec, ole/compobj.c:
17026 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17027 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
17029 * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
17030 Eric Pouech <Eric.Pouech@wanadoo.fr>
17031 Thou shalt not use C++ comments.
17033 * include/driver.h, windows/driver.c:
17034 Eric Pouech <Eric.Pouech@wanadoo.fr>
17035 Moved to new trace interface.
17036 Fixed driver closing.
17038 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17039 Better handling of double quotes in MCI string commands.
17041 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17042 Fixed memory leak in mci structures.
17044 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17045 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
17047 * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17048 Added missing GDI heap unlock.
17049 Moved to new debug interface.
17051 * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17052 Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
17053 OFN_EXPLORER bits set.
17055 * dlls/comctl32/imagelist.c:
17056 Francois Boisvert <francois@macadamian.com>
17057 Modified ImageList_LoadImageA to check the case where cx is set to zero.
17059 * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
17060 Added Swiss french keyboard layout.
17062 * server/select.c: Dump server objects on SIGHUP.
17064 * 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:
17065 Made server communication faster by using a shared memory block.
17066 A few other optimizations in request processing in the server.
17067 Moved automatically generated request definitions to server.h and
17068 removed include/server/request.h.
17070 * 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:
17071 Merged THDB and TEB structures.
17072 Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
17074 * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
17077 Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
17079 * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
17080 Fixed Winelib compilation.
17082 Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
17084 * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
17085 Include instruction emulation in Winelib.
17087 * include/wine/exception.h, win32/except.c: A few optimizations.
17089 * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
17091 * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
17094 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
17095 Debugger is now called by exception handling.
17096 Added 'pass' command to pass exceptions to the app.
17098 * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
17099 Moved signal handling to exception.c, generate exceptions on signals.
17100 Added hook for debugger in exception handling (temporary).
17102 * 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:
17103 Pablo Saratxaga <srtxg@ping.be>
17104 Walloon language update.
17106 * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
17107 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17108 - Do not call XConfigureWindow if SetWindowPos was called due to a
17109 received ConfigureNotify event (to avoid recursion).
17110 - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
17112 - Set XSizeHint.win_gravity to StaticGravity for managed windows.
17115 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17118 * loader/pe_image.c:
17119 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17120 Fix compiler warning.
17122 * documentation/Makefile.in, Makefile.in:
17123 Alexander V. Lukyanov <lav@long.yar.ru>
17124 Install wine.man from current directory.
17125 Remove wine.man on distclean, not on clean.
17127 ----------------------------------------------------------------
17128 Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
17130 * dlls/comctl32/listview.c, include/listview.h:
17131 Chris Morgan <cmorgan@wpi.edu>
17132 James Abbatiello <abbeyj@wpi.edu>
17133 Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
17135 * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
17136 James Abbatiello <abbeyj@wpi.edu>
17137 Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
17139 * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
17140 James Abbatiello <abbeyj@wpi.edu>
17141 Adds some undocumented behavior to TREEVIEW_GetItemA().
17143 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
17144 Fixed ambigous else/brace problem, moved "name" computation in
17145 CreateProcess _before_ outputting it in the FIXME_()s.
17147 * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
17148 Do not reuse a passed CONST RECT * pointer.
17150 * windows/x11drv/mouse.c:
17151 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17152 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
17153 used with native USER ...
17155 * loader/pe_image.c, scheduler/process.c:
17156 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17157 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
17158 replaced it by a somewhat less broken hack :-/
17160 * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
17161 Fixed small memory corruption.
17163 Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
17166 Patrik Stridvall <ps@leissner.se>
17167 Mad the include files idempotent using a consistent macro naming
17170 * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
17171 Avoid painting destroyed windows.
17173 * dlls/*.c, if1632/*.c, loader/*.c:
17174 Converted to the new debug interface, using script written by Patrik
17177 * 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:
17178 Patrik Stridvall <ps@leissner.se>
17179 Added missing/wrong includes.
17181 * 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:
17182 Patrik Stridvall <ps@leissner.se>
17183 Removed direct references to CLASS internals.
17185 * include/process.h, misc/version.c, scheduler/process.c:
17186 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17187 Rearrange winver detection code and cache the winver value we
17188 determined in the PDB to speed up.
17190 * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
17191 Draws a border around windows with old win31 style (only ws_border) in
17194 * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
17195 Patrik Stridvall <ps@leissner.se>
17196 Added CINTERFACE and NONAMELESSUNION support.
17199 Patrik Stridvall <ps@leissner.se>
17200 Added extern "C" if __cplusplus is defined.
17202 * include/combo.h, controls/combo.c, controls/listbox.c:
17203 Francis Beaudet <francis@macadamian.com>
17204 Fixed a few behaviors of the combobox that were broken.
17206 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
17207 Guy Albertelli <galberte@neo.lrun.com>
17208 Add new "walk" command options to list processes and modref's.
17210 * graphics/x11drv/dib.c:
17211 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17212 X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
17213 and negative lines.
17215 * 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:
17216 Patrik Stridvall <ps@leissner.se>
17217 Changed xxx(VOID) to xxx(void).
17219 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17220 - simplified internal data
17221 - thread safe access to internal structures
17222 - fixed bug on ONE_SHOT timers
17223 - deferred service thread call until really needed (no longer on WINMM
17224 or MMSYSTEM attachement)
17226 * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
17227 Eric Pouech <Eric.Pouech@wanadoo.fr>
17228 Made the service thread instanciable in every process.
17230 * Make.rules.in, Makefile.in, configure, configure.in:
17231 James Juran <jrj120@psu.edu>
17232 Use Autoconf to find path to ldconfig.
17234 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
17235 Fixed a problem with the LoadTypeLib method.
17237 * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
17238 Use @sysconfdir@ for the default registries in misc/registry.c too.
17240 * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
17241 Added generic pixel converter for 8->24.
17243 * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
17244 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
17245 were expanded to WORD incorrectly.
17247 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
17248 Ove Kaaven <ovek@arcticnet.no>
17249 Various DPMI fixes and preliminary DPMI raw mode switch handler.
17251 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
17252 Fixed imprecision in the MDI tiling functionality.
17254 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17255 Open files with more appropriate sharing mode.
17257 * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17258 Small fixes for EnhMetaFile playback.
17260 * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
17261 Fixed an error and an off-by-one bug in DSA_SetItem(). This
17262 eliminates some crashes with Win98 native SHELL32.
17264 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17265 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
17268 * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
17269 dwDataSize needs to be reset before each RegQueryValueEx() call.
17271 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
17272 Don't ignore application-requested primary buffer flags.
17274 * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
17275 Clear high word of %esp when returning from CallFrom16.
17277 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
17278 Implementation of EV_RXFLAG.
17280 * windows/winpos.c, windows/x11drv/event.c:
17281 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17282 Better implementation of [GS]etForegroundWindow.
17283 Fixed focus handling on inter-thread activation.
17284 Adapted FocusIn/Out event handling to per-queue focus.
17286 * loader/ne/module.c:
17287 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17288 Release Win16Lock during PROCESS_Create.
17290 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
17291 ImageList_GetIcon bug fix.
17293 * win32/time.c: Rein Klazes <rklazes@casema.net>
17294 Corrected a problem in GetTimeZoneInformation() due a change to
17295 mktime() in glibc-2.1.1 when daylight saving time is in effect.
17297 * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
17298 Changed K&R C function definition to ANSI C.
17300 * graphics/psdrv/bitmap.c, include/psdrv.h:
17301 Huw D M Davies <h.davies1@physics.ox.ac.uk>
17302 PSDRV_StretchDIBits should use logical co-ords.
17303 Some versions of ghostscript seem to eat one too many characters of
17304 image data. Add a '%' to the output file to work around this.
17306 * relay32/wnaspi32.spec:
17307 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17308 Fixed WNASPI32 ordinals.
17310 * include/winbase.h:
17311 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17312 Added the function definitions of GetStartupInfo*().
17314 * documentation/status/dde, misc/ddeml.c:
17315 Keith Matthews <keith_m@sweeney.demon.co.uk>
17316 1st cut implementation of DdeNameService (omits monitor callback)
17317 1st cut implementation of DdeKeepStringHandle (probably complete)
17318 DdeInitializeW - minor changes to initialise service names structure
17319 DdeGetLastError - start of proper last error retrieval
17320 DdeCreateStringHandle16 - added code for default codepage where not
17322 Various documentary/comment corrections.
17324 Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
17326 * include/process.h, memory/environ.c, scheduler/process.c:
17327 Use the normal environment routines to build the env db of the initial
17330 * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
17331 Return console handles in alloc_console request.
17332 Fixed read_console_input parameters to conform to the reply structure
17335 Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
17337 * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17338 Fixed CreateCompatibleBitmap when called with 0 width or height.
17340 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17341 Fixed mmioDescend when called with a parent chunk.
17343 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
17344 Trying to fix sigaltstack() problem reported by Debian users.
17345 SIGTRAP might be undefined (beos).
17347 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
17348 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
17349 Fixed TLB_FindTlb (strstr on binary data will not work).
17351 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
17352 Fixed >> and * operator precedence problem.
17354 * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17355 Fixed order for entering critical sections (X11 vs. WndLock) when
17356 calling X11DRV_MOUSE_SetCursor.
17358 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17359 Consult ne.operating_system field for NE files in GetBinaryType().
17361 * server/process.c: Fixed initial process refcount.
17363 Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
17365 * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
17366 Forced commit to get rid of the vendor branch
17368 * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
17370 * programs/regapi/regapi.c:
17371 Avoid use of strncmpi (reported by Ron Cemer).
17373 * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
17374 Moved inclusion of winestring.h to winebase.h.
17375 Added Winelib macros for lstrncmp functions.
17377 * controls/scroll.c: Ron Cemer <roncemer@gte.net>
17378 Fixes for several bugs in which portions of the scrollbar were not
17379 being redrawn correctly, the focus rectangle was not being correctly
17380 removed from the thumb before redrawing, etc.; added complete Win9x
17381 and WinNT look and feel support.
17383 * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
17384 Fixes for Win9x and WinNT look and feel.
17386 * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
17387 James Abbatiello <abbeyj@wpi.edu>
17388 Fixed response of GetFullPathNameA when buffer==NULL.
17390 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17391 CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
17393 * 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:
17394 Dave Pickles <davep@nugate.demon.co.uk>
17395 Added Wine command-line interpreter.
17397 * if1632/thunk.c, include/callback.h, misc/callback.c:
17398 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17399 Removed Callback.CallTaskRescheduleProc().
17401 * include/main.h, miscemu/main.c, tools/build.c:
17402 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17403 Switch stacks in CALL32_Init().
17405 * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
17406 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17407 16-bit scheduler reorganized: run all tasks in their own thread.
17408 Process creation sequence adapted to new scheduler.
17410 * include/services.h, loader/main.c, scheduler/services.c:
17411 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17412 Removed SERVICE_Exit().
17414 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17415 Release WND lock before calling PostEvent16().
17417 * include/wnaspi32.h:
17418 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17421 * dlls/wnaspi32/winaspi32.c:
17422 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17423 ASPI_ExecScsiCmd: better return value and verbose error when no device
17426 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
17427 Use SearchPath to test for existance of programs in lpCmdLine
17428 processing. For lpApplName do not append ".exe" and use
17429 DOSFS_GetFullName to locate the program. Move module find process
17430 after flag testing and provide quick exit if not found.
17432 * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
17433 Implemented dialog units -> pixels conversion very close to how it's
17434 actually done by Windows.
17436 Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
17438 * 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:
17439 Paul Quinn <paulq@corel.ca>
17440 Some non-threatening fixes to some headers, as well as some casting
17441 changes that make winelib more win32 code compatible.
17443 * files/drive.c, include/winbase.h, relay32/kernel32.spec:
17444 <davep@nugate.demon.co.uk>
17445 Stub for SetVolumeLabel().
17447 * windows/message.c:
17448 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17449 Add back lost treatment of HWND_TOPMOST.
17451 * windows/x11drv/event.c:
17452 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17453 Try to improve ConfigureNotify event processing.
17455 * objects/pen.c: Joshua Thielen <thielen@netperson.net>
17456 Allow pens with styles greater than PS_INSIDEFRAME to be created with
17459 * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
17460 Rein Klazes <rklazes@casema.net>
17461 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
17462 ITypeLib2 and ITypeInfo2 methods.
17464 * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
17465 Allow NULL as argument to SysFreeString in accordance with SDK.
17467 * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
17468 - more up-to-date description of source tree
17469 - better example of required comments for an API implementation
17470 - replacement of WINE_PACKED by "pshpack1.h", etc.
17471 - naming conventions for non-api calls and types
17472 - location conventions for non-api header files and prototypes
17474 * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
17475 Robert W Hall <bobh@n-cantrell.demon.co.uk>
17478 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17479 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
17481 * windows/x11drv/event.c, windows/x11drv/wnd.c:
17482 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17483 Fixed potential memory corruption in EVENT_QueryZOrder.
17484 Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
17486 * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
17487 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
17489 * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
17490 o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
17491 o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
17492 CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
17493 parameter to ShowWindow(). Some apps (CALC.EXE for Win98
17494 is one of them) use this undocumented feature to create
17495 hidden window with WS_VISIBLE style set.
17497 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
17498 Ian Schmidt <irsman@iag.net>
17499 Added partial implementation for DPA_LoadStream and stub for
17500 DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
17501 the partial implementation and parameter information.
17503 * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
17504 Make it possible to link Wine statically (at least on RedHat 6.0).
17506 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17507 When looking into sys menu, check if items are present before
17510 * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
17511 Autoconfigure the directories in the manpage.
17513 * 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:
17514 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17515 Removed DummyMotionNotify EVENT driver routine.
17517 * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
17518 Marcus Meissner <marcus@jet.franken.de>
17519 Autoconfigure the directories in the manpage.
17521 * files/file.c, include/winbase.h, relay32/kernel32.spec:
17522 James Juran <jrj120@psu.edu>
17523 Add stub for LockFileEx (KERNEL32.513).
17525 * documentation/status/internationalisation:
17526 Klaas van Gend <klaas@vangend.demon.nl>
17527 Current status of Wine on internationalisation.
17529 * controls/button.c: Rein Klazes <rklazes@casema.net>
17530 Do not process WM_LBUTTONUP message in ButtonWndProc()
17531 when the mouse is not captured.
17533 * graphics/psdrv/init.c, objects/dc.c:
17534 Noel Borthwick <noel@macadamian.com>
17535 From CreateCompatibleDC, pass the device name associated with the
17536 source DC in order to allow PSDRV_CreateDC to locate the printer info
17539 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17540 Added some digital video interface
17541 Fixed a few bugs (device names are no longer converted to upper case,
17542 added call back window, all structures moved to 32 bit...).
17544 * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17545 Workaroung gcc 2.7.2.x sig 11 issue.
17547 * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
17548 Eric Pouech <Eric.Pouech@wanadoo.fr>
17549 Added (still incomplete) handling of MCI_BREAK command.
17551 * documentation/no-windows: James Juran <jrj120@psu.edu>
17552 Updated documentation/no-windows.
17554 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17555 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
17556 using a faster generic routine and some inline assembly for i386
17559 Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
17561 * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
17562 Made handle table a separate object.
17563 Global handle table is no longer bound to a process.
17564 Removed special handling of the initial process.
17566 * server/main.c, server/object.c, server/object.h:
17567 Added optional debugging code in object management.
17569 Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
17571 * 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:
17572 Got rid of THREAD_InitDone.
17573 Made THREAD_Current() inline.
17574 Moved server tid into TEB.
17576 * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
17577 Reimplemented the CheckRadioButton function.
17579 * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
17580 James Abbatiello <abbeyj@wpi.edu>
17581 Fixed incorrect lookup of background color.
17583 * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
17584 Chris Morgan <cmorgan@wpi.edu>
17585 James Abbatiello <abbeyj@wpi.edu>
17586 Fixed problems when using multiple style flags together.
17588 * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
17589 James Abbatiello <abbeyj@wpi.edu>
17590 Fixed a problem when using string resources as tooltext.
17592 * windows/win.c: Francis Beaudet <francis@macadamian.com>
17593 Fixed a behavior of the focus when a parent window is disabled.
17595 * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
17596 Fixed a bug which causes the PolyBezier to not be updated on redraw
17597 (when you want them to be).
17599 * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
17600 Remove unnecessary warning in TranslateAccelator.
17603 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
17606 * 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:
17607 Paul Quinn <paulq@corel.ca>
17608 ver.h is a legacy header. winver.h should be used instead.
17610 * dlls/tapi32/phone.c, misc/crtdll.c:
17611 Marcus Meissner <marcus@jet.franken.de>
17612 Fixed some warnings.
17614 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
17615 Luc Tourangeau <luc@macadamian.com>
17616 - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
17617 - Implemented LVM_FINDITEM message.
17618 - Added some new window styles.
17619 - Fixed some bugs and extended a number of existing functions.
17620 - Modified selection functions to support area selection (for group
17621 selection in LVS_ICON and LVS_SMALLICON).
17623 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
17624 Fixed a couple of missing event notifications. Some more debugging
17627 * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
17628 Icelandic keyboard support.
17630 * graphics/ddraw_private.h, graphics/ddraw.c:
17631 Lionel Ulmer <ulmer@directprovider.net>
17632 - better debug output for surface creation
17633 - added (experimental) DIBSection implementation of GetDC / ReleaseDC
17635 * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
17638 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
17639 Support TPM_RETURNCMD in TrackPopupMenu.
17641 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17642 Fix <return> key (somehow we get a control keystate).
17644 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17645 Fixed compilation erros on non-Linux systems.
17647 * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17648 Added missing TRACE define when NO_DEBUG_MSGS was defined.
17650 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
17651 Added missing WINAPI for SHValidateUNC.
17653 * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
17654 Adapted to the new dll resource handling by Bertho Stultiens.
17656 Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
17658 * misc/shell.c: Release the Win16Lock before calling WinExec.
17660 * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
17661 Removed process argument to PROCESS_CallUserSignalProc.
17663 * scheduler/process.c:
17664 Moved remaining initialisations to the new process context.
17665 Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
17666 Changed PROCESS_CallUserSignalProc to avoid accessing another process
17669 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
17670 Added support for dumping variable-size data of server replies.
17671 Added cmd_line and cmd_show in new_process request.
17673 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17674 fixed builtin mmsystem.dll init sequence
17676 * multimedia/Attic/init.c, multimedia/Makefile.in:
17677 Eric Pouech <Eric.Pouech@wanadoo.fr>
17678 removed obsoleted init.c source file
17680 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17681 removed unnecessary MCI drivers entry point
17682 added undocumented mmsystem functions
17684 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17685 moved to new trace interface
17686 now calling time init function from mmsystem and/or winmm entry point
17688 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17689 included DLL init sequence (from obsoleted init.c)
17690 fixed builtin mmsystem.dll init sequence
17691 fixed PlaySound when used with an asynchronous audio driver
17692 fixed midiStream functions for Stop/Pause/Restart functions
17693 fixed error handling in waveOutOpen with QUERY_FORMAT flag
17695 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17696 included midi init sequence (from obsoleted init.c)
17697 moved to new trace interface
17698 simplified code with using new configuration constant (HAVE_OSS_MIDI)
17699 fixed erroneous warnings
17701 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17702 included mci init sequence (from obsoleted init.c)
17703 moved to new trace interface
17705 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17706 output: better internal thread interface (orthogonalization of states and events)
17707 output: removed use of DSP_IOCTL_GETOSPACE
17708 output: fixed latency in reset messages handling
17709 output: replaced some polling mechanisms with blocking ones
17710 output: fixed get/set volume functions
17712 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17713 moved to the new debug interface
17714 fixed bugs in pause/play/stop functions
17715 fixed signature of driver entry point
17717 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17718 moved to the new debug interface
17719 fixed bugs in pause/play functions
17720 fixed signature of driver entry point
17722 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17725 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17726 Remove extraneous winuser16.h.
17728 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17729 Changed printf into TRACE.
17731 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17734 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17735 Check when backtracking the stack if frames are correct (readable).
17737 * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
17738 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17739 Moved WINSOCK network IO event handling to special thread.
17740 Removed EVENT_WaitNetEvent, introduced a global scheduler event.
17742 * miscemu/main.c, scheduler/process.c:
17743 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17744 Wait until child initialized before returning from PROCESS_Create.
17746 * relay32/kernel32.spec, win32/kernel32.c:
17747 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17748 Use register functions with arguments for LogApiThk...
17750 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
17751 James Abbatiello <abbeyj@wpi.edu>
17752 Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
17753 variable in LISTVIEW_GetNextItem.
17755 Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
17757 * 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:
17758 Use the new debug functions to send debug events at appropriate places.
17759 Pass the process creation flags to PROCESS_Create.
17761 * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
17762 Implemented the Win32 debug API functions.
17764 * 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:
17765 Added debug events support.
17767 ----------------------------------------------------------------
17768 Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
17770 * 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:
17771 Converted to the new debug interface, using script written by Patrik
17774 * scheduler/process.c:
17775 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17776 Bugfix: dwFlags must describe target process in UserSignalProc.
17778 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
17779 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
17782 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
17783 James Abbatiello <abbeyj@wpi.edu>
17784 LISTVIEW_KeyDown: Invalidate the listview window only when the
17785 selected item changes.
17787 * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
17788 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17789 Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
17790 (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
17791 and SSConfirmSmallStack (KERNEL.704).
17793 * if1632/display.spec, windows/display.c:
17794 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17795 Fix typo (wrong DISPLAY.CheckCursor ordinal).
17796 Superfluous FIXME converted to TRACE in CheckCursor.
17798 * relay32/relay386.c:
17799 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17800 Bugfix: syslevel relay check was too strict.
17802 * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
17803 Do not use pagesize aligned size_low to grow mapped file, but original
17804 size_low. (fixes Heises Index Register)
17806 Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
17808 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17809 - added some more debug output
17810 - corrected a slight bug in DGA DirectDraw creation
17812 * windows/win.c: Francis Beaudet <francis@macadamian.com>
17813 Fixed a major memory leak in the window management code.
17815 * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17816 In SetWindowPos if changing Z order and child window not yet in its
17817 parent list, do not link it in WINPOS_ShowIconTitle, check for retval
17820 * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
17821 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
17824 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17825 Don't freeze other thread while it may hold the X critical section.
17827 * include/display.h, loader/main.c, windows/display.c:
17828 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17829 Added UserRepaintDisable16().
17831 * windows/dinput.c, windows/message.c:
17832 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17833 Removed EVENT_WaitNetEvent() calls.
17835 * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17836 Added IsUserIdle16().
17838 * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
17839 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17840 Adapted to EVENT_ driver changes.
17842 * loader/task.c, scheduler/synchro.c:
17843 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17844 Adapted to event synchronization changes.
17846 * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
17847 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17848 Moved X input event handling out of EVENT_WaitNetEvent and into
17849 service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
17850 driver. Changed winContext to hold HWND instead of WND *.
17852 * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17853 Don't change Z-order of child windows when activating.
17855 * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
17856 Huw D M Davies <h.davies1@physics.ox.ac.uk>
17857 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
17858 Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
17860 * configure, configure.in, include/acconfig.h, include/config.h.in:
17861 Eric Pouech <Eric.Pouech@wanadoo.fr>
17862 Create a new configuration manifest constant HAVE_OSS_MIDI.
17864 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
17865 Fixed silly EINTR bug with starting dosmod.
17867 * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
17868 Should compare to X11 constant "None" since a colormap is an X
17869 Resource ID and not a pointer.
17871 * controls/listbox.c: Paul Quinn <paulq@corel.ca>
17872 Stop a listbox bug that causes a div by zero when the item height
17873 is zero. Doesn't solve the root of the problem though.
17875 * dlls/shell32/shell32_Pt.rc:
17876 Andre Malafaya Baptista <Malafaya@milenio3.pt>
17877 About dialog translated to Portuguese.
17879 * if1632/thunk.c: James Juran <jrj120@psu.edu>
17880 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
17882 * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17883 Check if dc has been created before using it.
17885 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17886 Add a few more 32->16 Escape conversions.
17888 * relay32/relay386.c, if1632/relay.c:
17889 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17890 Check for syslevel violations while relay debugging.
17892 * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
17893 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17894 Improved syslevel handling, store currently held syslevels in thread
17895 database, WIN_CritSection converted to syslevel.
17897 * include/windows.h: Joshua Thielen <thielen@netperson.net>
17898 Added mmsystem.h include.
17900 * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
17901 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17902 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
17903 MapProcessHandle; stub for BUNNY_351.
17905 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17906 Handle proc == NULL in THUNK_SetDCHook correctly.
17909 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17910 Added support for the undocumented combination
17911 GetPrivateProfileStringA(section == NULL, entry == NULL, ...
17913 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
17914 James Abbatiello <abbeyj@wpi.edu>
17915 Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
17917 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
17918 James Abbatiello <abbeyj@wpi.edu>
17919 Implemented GetNextItem for the Listview control.
17921 * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
17922 Expire timers on expiry time too, not just after.
17924 * 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:
17925 Paul Quinn <paulq@corel.ca>
17926 Microsoft com vtable compatibility workaround for g++. Basically adds
17927 an optional 8 bytes padding to COM objects where the RTTI would be.
17929 * 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:
17930 Marcus Meissner <marcus@jet.franken.de>
17931 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
17932 GetSystemMetrics(SM_xx), removed no longer needed includes of
17935 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
17936 Added INT_Int16AddChar.
17938 * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17939 Bugfix: Prevent null-pointer dereference in TRACE argument list in
17942 * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17943 Fixed wrong NE module registration so that resources work.
17945 * if1632/thunk.c, tools/build.c, win32/kernel32.c:
17946 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17947 Set %ebx to point to real 16-bit stack in CBClientThunkSL.
17948 Pass %esi back-and-forth in CBClientThunkSL(Ex).
17949 Copy modified buffers back after return from FT_Thunk.
17950 Fix broken recognition of LS thunklets.
17952 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
17953 Marcus Meissner <marcus@jet.franken.de>
17954 Removed use of win.h, sysmetrics.h and associated WINE USER internal
17955 variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
17957 * 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:
17958 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17959 Toolbar customization dialog (take one).
17961 * windows/win.c: Francis Beaudet <francis@macadamian.com>
17962 Fixed GetTopWindow so it will correctly handle the NULL parameter.
17964 * include/process.h, loader/module.c:
17965 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17966 Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
17967 Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
17970 * if1632/mmsystem.spec, multimedia/mmsystem.c:
17971 Marcus Meissner <marcus@jet.franken.de>
17972 Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
17974 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
17975 Ove Kaaven <ovek@arcticnet.no>
17976 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
17977 on the correct address space. Added DOSMEM_MovePointers() that
17978 relocates selectors when the DOS address space changes (i.e. when
17979 dosmod is spawned, particularly from Win16 apps that uses DPMI to
17980 execute real-mode code). More complete DOS device implementation.
17982 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
17983 Ove Kaaven <ovek@arcticnet.no>
17984 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
17985 (DOSVM idle message loop), and fields hConInput and hConOutput.
17987 * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
17988 Add some null checking in the Get/SetBitmapBits functions.
17990 * misc/crtdll.c, relay32/crtdll.spec:
17991 Marcus Meissner <marcus@jet.franken.de>
17992 Added init function for CRTDLL, allocate stdio/stderr/stdout on
17993 DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
17996 * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
17997 Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
17999 * misc/winsock.c: James Juran <jrj120@psu.edu>
18000 Print a more effective (and visible) error message when an application
18001 can't create a socket with type == SOCK_RAW.
18003 * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18004 Some more defines for multimedia.
18006 * msdos/vxd.c, win32/device.c:
18007 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18008 Some stubs for pccard vxd to debug the native shell32.
18010 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
18011 Use service thread for "true" multimedia timers.
18012 Removed implementation of fake multimedia timers.
18013 Set minimum resolution to 10 ms (the timing resolution of the Linux
18014 kernel). Fixed a couple of flaws.
18016 * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18017 Implemented printing out of some structures.
18019 Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
18021 * server/select.c, server/socket.c:
18022 Set only the client socket in non-blocking mode instead of all fds;
18023 should avoid problems with stdio handles.
18025 Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
18027 * 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:
18028 Huw D M Davies <h.davies1@physics.ox.ac.uk>
18029 Implement DocumentProperties, DeviceCapabilities, beginnings of
18030 Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
18031 Split off WINSPOOL into its own directory.
18032 Several functions added to DC_Funcs.
18033 Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
18035 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
18036 glide2x loadorder is "so,native".
18038 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
18039 Improved shortcuts - follows jumps in trying to avoid switching to
18040 real mode unnecessarily.
18042 * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
18043 Updated and improved instructions.
18045 * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
18046 Made "Wine-dbg>set *seg:off = val" work (previously only
18047 "Wine-dbg>set *off = val" worked).
18049 * multimedia/mcimidi.c, multimedia/mciwave.c:
18050 Jukka Kangas <jtkangas@nic.fi>
18051 When opening the file we don't need MMIO_EXCLUSIVE
18052 rights. MMIO_DENYWRITE should be sufficient.
18054 * dlls/shell32/shellpath.c:
18055 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18056 Prevent crash in stub of SheGetDirW.
18058 * dlls/shell32/shlmenu.c:
18059 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18060 Further implementation of the FileMenu.
18062 * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18063 Set the default menu item of the window menu
18065 * wine.ini: James Juran <jrj120@psu.edu>
18066 Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
18067 accordance with Linux 2.2 Changes file.
18069 * if1632/kernel.spec, loader/module.c:
18070 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18071 Release Win16Lock when calling LoadLibrary32 from 16-bit code.
18073 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18074 Fixed THUNK_SetDCHook when using native USER.
18076 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18077 Bugfix: FT_PrologPrime was broken due to relay changes.
18079 * misc/network.c, relay32/mpr.spec:
18080 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18083 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18084 Suspend window locks before calling hook procedure.
18086 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18087 Fixed window refcount handling in GetNextDlgGroupItem.
18089 * controls/button.c:
18090 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18091 Removed superfluous WIN_ReleaseWndPtr.
18093 * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
18094 Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
18095 previous one. (reported by Ove)
18097 Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
18099 * include/winbase.h, include/winnt.h:
18100 Added a few missing debug event definitions.
18102 * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
18103 Adapted to new select interface.
18104 Fixed bug in *_signaled routines that could cause busy-waiting in the
18107 * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
18108 Changed select interface, separated timeouts from file descriptors.
18110 * server/handle.c, server/handle.h, server/process.c, server/process.h:
18111 Moved process structure definition to process.h.
18112 Added suspend/resume_process.
18113 Moved handle table back into the process structure.
18115 * scheduler/client.c, server/trace.c, include/server.h:
18116 Added TEB in init_thread request.
18118 Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
18121 Tried to add an error message when crashing on a selector load because
18122 of missing LDT sharing between threads (untested).
18124 * 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:
18125 Server reorganization:
18126 - moved request handlers to the specific C files
18127 - moved handle management to handle.c
18128 - moved server private includes to server/ instead of include/server/
18130 * Make.rules.in: Get include files from the current directory first.
18132 Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
18134 * 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:
18135 Marcus Meissner <marcus@jet.franken.de>
18136 Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
18137 removed unnecessary win.h includes, added syslevel.h to queue.c.
18139 * controls/combo.c: Francois Boisvert <francois@macadamian.com>
18140 Changed CBGetDroppedControlRect to be compliant with Windows API.
18142 * include/wine/exception.h, win32/except.c:
18143 Fixed a few bugs, and improved the exception macros (based on
18144 suggestions by Sergei Turchanov).
18146 * 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:
18147 Converted to the new debug interface, using script written by Patrik
18150 * 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:
18151 Converted to the new debug interface.
18153 * windows/painting.c:
18154 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18155 Fixed invalid window refcount handling in RDW_Paint().
18157 * windows/message.c: Noel Borthwick <noel@macadamian.com>
18158 Fix a deadlock with the system message queue by ensuring the system message
18159 queue is unlocked while the actual message is being processed.
18161 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18162 Check if in depth-conversion mode before returning an error message
18163 in IDirectDrawPaletteImpl_GetEntries.
18165 Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
18167 * 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:
18168 Lionel Ulmer <ulmer@directprovider.net>
18169 Replaced all the Mesa specific code by GLX code. Should work now on
18170 any OpenGL implementation.
18172 * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
18173 Added Italian keyboard support.
18175 * graphics/enhmetafiledrv/graphics.c:
18176 Huw D M Davies <h.davies1@physics.ox.ac.uk>
18177 Fixed a couple of memcpy errors.
18179 * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18180 Small fix to help native win95 PrintDlg on the way.
18182 * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
18183 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18184 Implemented InsertInASPIChain and fixed minor things.
18186 * windows/x11drv/mouse.c:
18187 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18188 Fixed quite ill window locking code.
18190 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
18191 Fixed an infinite loop in ChildWindowFromPointEx.
18194 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
18195 - prevent crash when GetMenuDefaultItem is called on empty menu
18196 - set default item on system menu
18198 * 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:
18199 Adapted for new register functions support (ESP_reg in register
18200 functions now points after the arguments).
18202 * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
18203 Win32 register functions can now have arguments.
18204 Simplified relay debugging for register functions.
18206 * relay32/kernel32.spec, win32/device.c:
18207 VxDCall functions do not need to be 'register'.
18209 Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
18211 * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
18213 * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
18214 Added macros and definitions for using exception inside Wine or
18217 * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
18218 Moved some exception definitions to winnt.h and ntddk.h.
18220 * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
18221 Added missing WINAPI for the callback procs.
18223 * include/sig_context.h: Added ERROR_sig.
18225 * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
18228 * misc/winsock.c, include/winsock.h:
18229 Marcus Meissner <marcus@jet.franken.de>
18230 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
18231 replaced all pwsi->err references.
18233 * loader/pe_image.c: Changed some error handling a bit.
18235 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
18236 Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
18238 * relay32/kernel32.spec, relay32/ntdll.spec:
18239 Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
18242 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
18243 Added import declaration for Win32 built-ins.
18245 Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
18247 * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
18248 Added support for forwarded ordinals in built-in dlls.
18250 Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
18253 Fixed request size for alloc_console and free_console.
18255 * 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:
18256 Improved exception handling.
18257 Based on the work of Sergey Turchanov <turchanov@usa.net>.
18260 Use OpenFile() to test for file existence, so that the path gets
18263 * server/select.c: Ove Kaaven <ovek@arcticnet.no>
18264 Restart interrupted select() (happens with -pg).
18266 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
18267 Fixed off-by-one bug in memory access check.
18269 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
18270 More debug output for RegQueryInfoKey.
18272 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
18273 Fixed a couple of bugs (silent backtrace not totally silent, crashes
18274 when the stack is corrupted or similar).
18276 ----------------------------------------------------------------
18277 Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
18279 * 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:
18280 Jean-Louis Thirot <thirot@univ-brest.fr>
18281 Added graphical configuration tool wineconf.tcl.
18283 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
18284 Ignore ESC[%dc reports generated by 8bit control codes.
18285 Open console even if we already have one in the process.
18287 * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
18288 Fixed off by 1 error in section code (did not return len-2 on buffer
18289 overflow in some cases, but len-1).
18291 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
18294 * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
18295 Fixed palette handling for true/high-color X11.
18297 * loader/ne/module.c:
18298 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18299 Fixed extension handling in LoadLibrary16.
18301 * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
18302 Alex Korobka <alex@aikea.ams.sunysb.edu>
18303 Rearranged PAINT_RedrawWindow() so that it first recursively updates
18304 invalid regions and only then starts sending out messages. This should
18305 help with reentrancy during message processing and now it needs just
18306 one (or none) scratch region for all there is to do. Also, small fixes
18307 for SetWindowPos().
18309 * configure, configure.in: Added check for missing __i386__ definition.
18311 * 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:
18312 Patrik Stridvall <ps@leissner.se>
18315 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
18316 Pass PROPSHEETPAGE to propertypage dialog as lParam.
18318 * 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:
18319 Patrik Stridvall <ps@leissner.se>
18322 * 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:
18323 Huw D M Davies <h.davies1@physics.ox.ac.uk>
18324 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
18325 to bring wingdi.h almost upto a complete NT4.0 interface.
18326 Fix return value of SetRectRgn().
18328 * 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:
18329 Michael Veksler <mveksler@techunix.technion.ac.il>
18330 Removed #include "wine/winuser16.h" and use "struct tag????" instead.
18332 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
18333 Improved Wine debugger backtrace. New features:
18334 - Displays ebp, in case you want to check stackframes manually
18335 - Detects far calls even when windows apps don't mark them
18336 - Tracks CallFrom16/CallTo16 relaying (thunking)
18338 * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
18339 Bugfix: get_sobasename was off by one pointer increment.
18341 * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
18342 Fixed implicit type warning.
18344 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
18345 Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
18347 * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
18348 Francis Beaudet <francis@macadamian.com>
18349 Second part of the OLE datacache implementation.
18351 * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
18352 Ove Kaaven <ovek@arcticnet.no>
18353 Moved DOS List of Lists initialization, and added the beginnings of
18354 the DOS device structures.
18356 * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
18357 Noomen Hamza <noomen@macadamian.com>
18360 * ole/hglobalstream.c, relay32/ole32.spec:
18361 Thuy Nguyen <thuy@macadamian.com>
18362 Implemented GetHGlobalFromStream.
18364 * include/thread.h, scheduler/thread.c:
18365 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18366 Call THREAD_FreeTHDB as service thread callback.
18368 * include/message.h, loader/task.c, windows/timer.c:
18369 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18370 Removed TIMER_SwitchQueue.
18372 * debugger/memory.c:
18373 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18374 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
18377 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
18378 Stop winelib programs on fault instead of endless faultlooping.
18380 * Makefile.in: James Juran <jrj120@psu.edu>
18381 Run ldconfig in make install if using --enable-dll.
18382 Cleaned up uninstall_lib as well.
18384 * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
18385 Thuy Nguyen <thuy@macadamian.com>
18386 Implementation of IStorage supported by an implementation of
18387 ILockBytes on top of an HGLOBAL.
18389 * files/profile.c, relay32/kernel32.spec:
18390 Marcus Meissner <marcus@jet.franken.de>
18391 Return the correct value from GetPrivateProfileSectionA.
18392 Copy/convert back the buffer in GetPrivateProfileSectionW.
18393 Replace some output pointers str/wstr->ptr in kernel32.spec.
18395 * loader/task.c, scheduler/process.c:
18396 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18397 Some initialization sequence bugfixes:
18398 - Initialize process crst for 16-bit processes.
18399 - Don't crash due to uninitialized stack frames in WineLib.
18400 - Map system DLLs before calling UserSignalProc.
18401 - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
18403 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18404 Call Callout routines directly when using builtin USER.
18406 * loader/pe_image.c:
18407 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18408 Bugfix: all PE modules were marked 'internal'.
18410 * include/dce.h, objects/dc.c, windows/dce.c:
18411 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18412 Check for busy DCE moved to DCHook16().
18414 * include/win.h, loader/main.c, windows/win.c:
18415 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18416 Initialize WIN_CritSection earlier.
18418 * dlls/comctl32/trackbar.c, include/trackbar.h:
18419 Luc Tourangeau <luc@macadamian.com>
18420 Removed the timer that was used to queue TRACKBAR_Refresh calls.
18421 Removed all direct calls to TRACKBAR_Refresh (except from within the
18422 WM_PAINT handling section) and replaced them by calls to
18424 Fixed a bug in the TRACKBAR_SetPos function.
18425 Fixed the behavior for different types of mouse input.
18427 * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
18428 Implemented toolbar multirow button layout.
18430 * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
18431 Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
18433 * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
18434 Implemented OleTranslateColor.
18436 * include/winuser.h, windows/input.c:
18437 Francis Beaudet <francis@macadamian.com>
18438 Changed the return value of GetKeyboardState and SetKeyboardState from
18441 * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
18442 Prevented LISTBOX_RepaintItem from repainting a non visible item.
18444 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18447 * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18448 Bugfix for TRACE in UnregisterClass.
18450 Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
18452 * include/Attic/propsheet.h: No longer necessary.
18454 Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
18456 * objects/dc.c, windows/dce.c, include/dce.h:
18457 Francis Beaudet <francis@macadamian.com>
18458 Check if DC is busy before deleting it.
18461 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18462 GetMailslotInfo is supposed to check for pointer validity.
18464 * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18465 Possible crash in select_loop() fixed.
18467 * include/services.h, loader/task.c, scheduler/services.c:
18468 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18469 Fixed various stupid bugs in services thread routines.
18470 Added SERVICE_Exit routine to kill the services thread.
18472 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18473 Inverted class/channel in __(SET|GET)_DEBUGGING macros.
18475 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18476 Correct implementation of GetWindowThreadProcessId().
18478 * if1632/mmsystem.spec, multimedia/mmsystem.c:
18479 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18480 Added PlaySound16, sndPlaySound16.
18482 * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
18483 Fixes winproc deadlock for win16.
18485 Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
18487 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18488 Fixed some deadlock(s) in message sending.
18490 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18491 cleaned up debug channels to use default one (mmsys)
18492 more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
18493 fixed callback bug in midiStream functions
18494 fixed compilation bug with egcs
18495 changed to the new debug channel interface
18497 * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18498 small range fixes for OSS driver
18499 changed to the new debug channel interface
18501 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18502 first (working) shot at OSS mixer low level interface
18503 changed to the new debug channel interface
18505 * misc/network.c, relay32/mpr.spec:
18506 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18507 Fixed off-by-one ordinals in MPR.
18508 Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
18510 * loader/module.c, if1632/relay.c:
18511 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18512 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
18514 * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18515 Load system DLLs into WineLib applications.
18517 * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18518 Small update to the PostScript encoding vector.
18520 * loader/module.c, loader/task.c: Bug fixes.
18522 Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
18524 * scheduler/process.c:
18525 Moved a few more initialisations to the new process context.
18527 * loader/task.c: Don't initialise the stacks for 32-bit processes.
18529 * miscemu/main.c: Only check number of tasks after first message.
18530 Use a 16-bit module for creating the initial task.
18532 * include/authors.h, AUTHORS:
18533 Updated authors list from the Changelog. Please let me know if you
18534 have been left out.
18536 * loader/task.c, scheduler/process.c:
18537 Converted to the new debugging interface (done with the help of the
18538 script written by Patrik Stridvall).
18539 Some changes to the initialisation sequence for 32-bit processes.
18542 Converted to the new debugging interface (done with the help of the
18543 script written by Patrik Stridvall).
18545 * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
18546 Misc fixes and improvements.
18548 * include/config.h.in, configure, configure.in:
18549 Added check for -lmmap for OS/2.
18551 * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
18552 Francis Beaudet <francis@macadamian.com>
18553 Fixed a few bugs in the OLE storage implementation, added a new set of
18554 trace statements for the OLE storage related methods and introduced a
18555 new debug channel for the storage subsystem.
18557 * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
18558 Michael Veksler <mveksler@techunix.technion.ac.il>
18559 Removed redundant include of winbase.h from winuser16.h.
18560 Moved types from winbase.h to winuser16.h .
18562 * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
18563 - default item handling
18564 - small drawing fixes
18566 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
18567 Klaas van Gend <klaas@vangend.demon.nl>
18568 More implementation of PrintDlgA.
18569 Conversion of resource identifiers of Print32 window to comply to the
18572 * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18573 Don't crash if queuing an APC on a thread that doesn't wait.
18575 * windows/timer.c, windows/x11drv/event.c, include/message.h:
18576 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18577 Use SERVICES callback to implement Windows timers.
18578 Timer expiration handling removed from EVENT_WaitNetEvent loop.
18580 * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18581 Call SetLastError in HeapCompact().
18583 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
18584 Added prototype for TryEnterCriticalSection.
18586 * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
18587 Make all structures packed and removal of some WINE_PACKED.
18589 * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
18590 Pushbuttons should only be rounded in Win31 look.
18592 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
18593 - default item handling
18594 - small drawing fixes
18596 * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
18597 Fixed an unbalanced windows lock/unlock sequence in
18598 WINPOS_ActivateOtherWindow.
18600 * include/debugdefs.h: enhmetafile added
18602 * 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:
18603 Eric Pouech <Eric.Pouech@wanadoo.fr>
18604 - got rid of all the internal MM tweaks to load builtin MCI
18605 drivers. They are all seen as drivers, loaded as DLLs and standard
18606 module loadorder is used to know which type to use (builtin vs
18608 - first full working implementation of mmThread??? functions (to
18609 support gracefully native MCI drivers).
18610 - support of mmShowMMCPLPropertySheet.
18611 - fix of some heap validate bugs (thanks to Ulrich for reporting them).
18613 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
18614 Fix CreateProcessA to implement correct actions on ambiguous command
18615 line names (try longer and longer strings).
18617 * 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:
18618 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18619 Started implementing Enhanced MetaFile driver.
18621 * 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:
18622 Francis Beaudet <francis@macadamian.com>
18623 Implemented the OLE object default handler and data cache.
18625 * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
18626 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18627 Several improvements to Enhanced MetaFile playback.
18629 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18630 Only try to append ".dll" if a library is loaded implicitely.
18632 * dlls/shell32/shellord.c:
18633 Michael Veksler <mveksler@techunix.technion.ac.il>
18634 Fix TRACE formatting warnings.
18636 * dlls/shell32/shlfolder.c:
18637 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18638 Fixed a small syntax problem.
18640 * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
18641 - better stubs for Get/Set special (Progman/Taskman) window functions
18643 * relay32/user32.spec, windows/message.c:
18644 Juergen Schmied <juergen.schmied@metronet.de>
18645 - new SendMessageCallbackW
18646 - some fixme's for missing A<->W conversion
18648 * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
18649 Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
18651 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
18652 Bugfix for EnumPrinters level 2.
18654 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
18655 Correct logic in GetKeyNameText.
18657 * documentation/bugreports:
18658 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18659 Removed +snoop from documentation/bugreports.
18661 Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
18663 * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
18664 LoadImageW fixed for hicolor displays.
18666 * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
18667 Marcus Meissner <marcus@jet.franken.de>
18668 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
18670 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
18671 James Abbatiello <abbeyj@wpi.edu>
18672 Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
18673 to handle wide character strings properly. Fix of our previous patch
18674 for null pointer checking.
18676 * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
18677 Thuy Nguyen <thuy@macadamian.com>
18678 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
18679 the ILockBytes interface based on an HGLOBAL.
18681 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
18682 Fixed a bug in CoRegisterClassObject.
18684 * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
18685 Removed some flickering when inserting or deleting buttons.
18687 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
18688 James Abbatiello <abbeyj@wpi.edu>
18689 Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
18690 between lpItem and lpLVItem. Now compares the pszText string of the
18691 lpItem and lpLVItem structs. Fixes a bug where the old and new item
18692 have the same attributes but their text differs and GetItemChanges()
18693 compares them as equal.
18695 * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
18696 Thuy Nguyen <thuy@macadamian.com>
18697 Added support for adding and removing pages dynamically from a
18700 * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
18701 Marcus Meissner <marcus@jet.franken.de>
18702 Removed the gotos from the WndProcs, always use a small wrapper that
18703 locks the window, calls the real wndproc, unlocks the window.
18705 * dlls/shell32/contmenu.c:
18706 Juergen Schmied <juergen.schmied@metronet.de>
18707 Fixed default menu item.
18709 * win32/code_page.c, misc/ddeml.c:
18710 Juergen Schmied <juergen.schmied@metronet.de>
18714 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18715 Added a missing LeaveCriticalSection.
18717 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
18718 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
18719 TranslateMDISysAccel16.
18721 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
18722 Fixed off-by-one bug in async output buffers.
18724 * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
18725 Fixed a little Drag and Drop bug.
18727 ----------------------------------------------------------------
18728 Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
18730 * include/config.h.in, configure, configure.in:
18731 Marcus Meissner <marcus@jet.franken.de>
18732 Added autoconf check for "inline". You can now use it, it will be
18733 defined to (empty) for compilers that do not have it.
18735 * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18736 Don't include alloca.h.
18738 * README, documentation/wine.man: James Juran <jrj120@psu.edu>
18739 Update to reflect recent changes and discussions.
18741 * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18742 The load order parser should not always complain about extensions.
18744 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
18745 - align magic buttons right
18746 - shortcuts alignment working again
18748 * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18749 Fixed loading of native NE dlls.
18751 Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
18753 * memory/heap.c: Fixed __builtin_return_address arg.
18756 Patrik Stridvall <ps@leissner.se>
18757 Fixed ANSI compabillity.
18760 Bertho Stultiens <bertho@panter.soci.aau.dk>
18761 Built-in dlls now have resources attached via the PE-header like
18762 normal dlls. This enables the use of the resource API.
18765 Use $HOME instead of getpwuid for user's home directory.
18766 Fixed messed up indentation.
18768 * graphics/x11drv/xfont.c:
18769 Use $HOME instead of getpwuid for user's home directory.
18772 Patrik Stridvall <ps@leissner.se>
18773 #pragma pack(?) changed to #include "*pack*.h"
18775 * 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:
18776 Jim Aston <jima@corel.ca>
18777 Added some missing #defines I've run across.
18779 * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18780 Ignore trailing dots on file names.
18782 * 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:
18783 Ove Kaaven <ovek@arcticnet.no>
18784 Added a possibility to let the internal debugger use a separate
18785 heap. Not enabled by default, change #if in include/debugger.h to use
18786 this (the heap allocator is very slow).
18788 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18789 wine.conf should not overrule content of burned in data in
18792 * graphics/mapping.c: Karl Lessard <karll@corel.com>
18793 SetMapMode should not reset the window and viewport origins to 0.
18795 * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
18796 Allow to automatically copy part of wine.ini into generated file.
18797 Small perl enhancement (work in strict mode).
18798 Small updates in heuristics.
18800 * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
18801 Upgraded to have a decent multimedia DLLs configuration.
18803 * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
18804 Bertho Stultiens <bertho@akhphd.au.dk>
18805 - Fixed a counting bug in the win32 count and sort routine.
18806 - Fixed sort order of resources (must be name before ordinal).
18807 - Shuffled a couple of global variables so that built-in dlls now can
18808 load resources through the proper PE interface.
18810 * include/windef.h, include/winreg.h:
18811 Adrian Thurston <adriant@corel.ca>
18812 Added support for strict handles. Only works on machines where
18813 sizeof(UINT) == sizeof(void*).
18815 * scheduler/process.c:
18816 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18817 Initialize process critical section in the correct process context.
18819 * scheduler/critsection.c:
18820 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18821 Warn if wrong process tries to enter critical section.
18822 Better implementation of Reinitialize/UninitializeCriticalSection
18823 (still not quite correct).
18825 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
18826 debug.h must be last in list of includes.
18828 * loader/ne/module.c:
18829 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18830 Return 32-bit module in GetModuleHandle16() if appropriate.
18832 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18833 Fixed crash when status was read with cd-rom tray open.
18835 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18836 Fixed a bug in msg conversion.
18838 * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18839 Prevent crash when nMinRange > nMaxRange.
18841 * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18842 Added some missing manifest constants for Queue Status functions (QS_????).
18844 * controls/button.c, controls/edit.c, windows/mdi.c:
18845 Eric Pouech <Eric.Pouech@wanadoo.fr>
18846 Added missing WIN_ReleaseWndPtr.
18848 * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
18849 James Abbatiello <abbeyj@wpi.edu>
18850 More appropriate default size for fonts with invalid sizes.
18852 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
18853 James Abbatiello <abbeyj@wpi.edu>
18854 Implemented SetColumnWidth for ListView control.
18856 * documentation/config: Adam Sacarny <magicbox@bestweb.net>
18857 Added new documentation for the configuration file.
18860 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18861 Improved VERSION_GetVersion.
18863 * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
18864 Added Swedish keyboard layout.
18866 * 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:
18867 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18868 General tidy up of the MetaFile driver - make sure that everything
18869 goes through the DCFuncs table.
18871 * misc/toolhelp.c, if1632/kernel.spec:
18872 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18873 Add a stub for GlobalMasterHandle.
18875 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
18876 Much nicer way to select wine's location.
18877 Option to disable creation of debugging output.
18878 Debugging output is now created in directory script was started in.
18880 * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
18881 Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
18882 style were appearing with a title bar. According to the docs for
18883 WS_DLGFRAME a window with this style cannot have a title bar.
18885 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
18886 Use DllOverrides from wine.ini as defaults also in
18887 loadorder.c (merged in some MM dlls lines from Eric Poeuch).
18889 * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18890 Fixed some bogus infinite expiration time.
18892 * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
18893 - consolidate both cases of !pending in WaitNetEvent
18894 - select() returns -1 not 0 on error in WaitNetEvent
18896 * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
18897 Made HeapValidate threadsafe, and added some macros to track callerEIP
18899 Added HEAP_xrealloc.
18901 Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
18903 * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
18904 Marcus Meissner <marcus@jet.franken.de>
18905 autoconf fixes and cleanups (check for dlopen() in libc too).
18907 * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
18908 Francis Beaudet <francis@macadamian.com>
18909 Implemented CreateStreamOnHGLOBAL.
18912 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18913 Let CoSetState() accept state == NULL.
18915 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
18916 Juergen Schmied <juergen.schmied@metronet.de>
18917 Made internal format more compatible.
18919 * dlls/shell32/shlfolder.c:
18920 Juergen Schmied <juergen.schmied@metronet.de>
18923 * windows/class.c, windows/dce.c, controls/combo.c:
18924 Guy Albertelli <galberte@neo.lrun.com>
18925 Fix locking with proper calls to WIN_ReleaseWndPtr.
18927 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
18928 Don't malloc/free for every mixing operation, use the same buffer over
18931 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
18932 James Abbatiello <abbejy@wpi.edu>
18933 HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
18934 text strings as null strings, as Windows does. Fixes wine crash on
18935 startup of CuteFTP.
18937 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
18938 Set (when registry loaded) data to "\0" and length to 2 in empty
18939 string value case, in place of setting data to NULL and length to 0,
18940 and this is without initializing output buffer parameter of
18943 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18944 Added Panose defines and EXTLOGFONT[A|W].
18946 Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
18949 Patrik Stridvall <ps@leissner.se>
18950 Fixed ANSI compabillity.
18952 * 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:
18953 Michael Veksler <mveksler@techunix.technion.ac.il>
18954 Removed some includes of 16 bit API.
18956 * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
18957 Adrian Thurston <adriant@corel.ca>
18958 ICOMization of remaining interfaces.
18960 * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
18961 Fixed bug with tooltips stealing focus whenever a tooltip was created,
18962 shown, hidden or tracked. The SetWindowPos calls needed to have the
18963 SWP_NOACTIVATE flag set additionally.
18965 * objects/clipping.c: Karl Lessard <karll@corel.com>
18966 Fixed coordinates conversion in OffsetClipRgn.
18968 * include/objbase.h: Adrian Thurston <adriant@corel.ca>
18969 Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
18971 * relay32/kernel32.spec, scheduler/handle.c:
18972 Marcus Meissner <marcus@jet.franken.de>
18973 CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
18975 * 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:
18976 Juergen Schmied <juergen.schmied@metronet.de>
18977 Moved stuff to the right place.
18979 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
18980 Fixed syscolors for win 3.1.
18982 * files/profile.c, if1632/kernel.spec:
18983 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18984 Added missing profile KERNEL routines (call 32-bit versions).
18986 * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18987 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
18988 entry table layout.
18990 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18991 Add Enhanced MetaFile record structures.
18993 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
18994 Thuy Nguyen <thuy@macadamian.com>
18995 First patch implementing property sheets.
18997 * relay32/gdi32.spec:
18998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18999 Bugfix: GDI32.100-104 are ordinal-only routines.
19000 Added stubs for some Win98 GDI32 routine.
19001 Re-numbered all named exports (lexicographically).
19003 * graphics/driver.c:
19004 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19005 Added prototypes (stubs) for GDI32.100-104.
19007 * 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:
19008 Juergen Schmied <juergen.schmied@metronet.de>
19009 - more checks for valid pidl formats
19011 * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
19012 Juergen Schmied <juergen.schmied@metronet.de>
19013 - corrected parameter count for SHGetSettings
19014 - stub SHValidateUNC
19016 * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19017 #else branch compile fix.
19019 * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
19020 Bertho Stultiens <bertho@panter.soci.aau.dk>
19021 Change wine's dlopen search-patch strategy not using the environment
19022 and added #if:s to seperate the code out if libdl isn't availble.
19024 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
19025 Added a check for a NULL pointer in CoFreeUnusedLibraries.
19027 * relay32/builtin32.c:
19028 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
19029 Include debug.h last (ERR() macro problem on Solaris).
19031 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
19032 Fixed a sizing bug in the combobox control.
19034 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19035 Bugfix: Internal NE entry point tables were bad (one huge bundle).
19037 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
19038 Initialize the output buffer parameters to 0 in RegQueryValue*
19039 functions. This is important specially when there's no data to return.
19041 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19042 Do not increment module refCount if self is loaded from within
19043 DllEntryPoint during the attach notification.
19045 Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
19047 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
19048 - protect TRACE against NULL-ptr
19049 - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
19051 * dlls/comctl32/toolbar.c:
19052 Juergen Schmied <juergen.schmied@metronet.de>
19055 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19056 Reimplementation of GetModuleHandle16 according to how win95 handles
19057 it (thanks to Marcus Meissner <marcus@jet.franken.de>).
19059 * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19060 Corrected wrong return values of built-in loader to work with the
19063 Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
19065 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
19066 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19067 Implemented recording of StretchDIBits and SetDIBitsToDevice and
19068 playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
19070 * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
19071 Bertho Stultiens <bertho@panter.soci.aau.dk>
19072 Removed non-portable hacks and replaced them with more general
19075 * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
19076 Code added to re-evaluate stale DC information in DCE cache.
19078 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19079 Attach notifications must be send after all recursive dependencies are
19080 loaded and not before.
19082 * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
19085 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19086 Fixed playing position when required by track number.
19088 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
19089 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
19091 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
19092 Native toolhelp will not work (missing GLOBALMASTERHANDLE).
19094 * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
19097 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
19098 Test for static was reversed.
19101 Patrik Stridvall <ps@leissner.se>
19102 New debug scheme with explicit debug channels declaration.
19104 Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
19106 * loader/ne/module.c: Removed extra call to TASK_StartTask.
19108 * include/acconfig.h, include/config.h.in, configure, configure.in:
19109 Removed check for union semun; cleaned up a bit.
19111 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
19112 Added env ptr to new_process request
19114 * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
19115 Juergen Schmied <juergen.schmied@metronet.de>
19116 - use fonts/fontsizes given by SystemParametersInfo
19117 - drawing/alignment fixes, win98 style for menubar
19118 - ownerdrawn menus are working now for the first time
19119 - complete constants magic items
19120 - use right owner for popupmenus
19121 - new: Get/SetMenuInfo
19122 - implemented: Get/SetMenuContextHelpId
19123 - more flags for Get/SetMenuItemInfo
19125 * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
19126 Make DOSFS_MatchLong match a search string ending in '*.' to a zero
19127 extension file name, allowing Mathcad to run.
19129 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19130 Fixed memory freeing.
19132 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
19133 Renamed cmdlgr.h to cmdlgtst.h.
19135 * scheduler/critsection.c: Added timeout to critical section waiting.
19137 * include/thread.h, scheduler/sysdeps.c:
19138 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19139 Merged Linux/FreeBSD reentrant errno handler, added Solaris.
19140 Preliminary support for Solaris low-level threads (LWPs) added.
19142 * configure, configure.in, include/acconfig.h, include/config.h.in:
19143 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19144 Reentrant libc check for Solaris added.
19145 Fixed reentrant X11 check for FreeBSD and Solaris.
19146 Added check for Solaris low-level thread routines.
19148 * loader/ne/module.c:
19149 Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
19152 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
19153 Automatic install script, which automatically configures and compiles
19154 wine and regapi, runs tools/wineconf to generate a configuration file
19155 if one does not already exist, and uses regapi to install the default
19158 * documentation/gui, windows/win.c, windows/winpos.c:
19159 Eric Pouech <Eric.Pouech@wanadoo.fr>
19160 Properly handling cases like calling SetWindowPos while processing
19163 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19164 Fixed a few bugs (typos from cut & paste & invalid heap block
19167 * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19170 * 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:
19171 Bertho Stultiens <bertho@panter.soci.aau.dk>
19172 Reorganization of the loader to correctly load and free libraries and
19173 implementation of load order to load different types of libraries.
19175 * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
19176 Updated commandline changes of -dll option and wine.conf entries.
19178 * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
19179 Updated the example with the new configuration entries.
19181 * dlls/shell32/shell32_main.c:
19182 Bertho Stultiens <bertho@panter.soci.aau.dk>
19183 Bugfix: free loaded library not before exit.
19185 * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
19186 Bertho Stultiens <bertho@panter.soci.aau.dk>
19187 New files to support load order and partial stubs for elfdlls.
19189 * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
19190 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19191 Fixes for upside-down DIBs.
19193 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19194 Changed 'GetDisplayMode' to return the mode previously set by
19195 'SetDisplayMode' (and not the current monitor mode).
19197 * include/tab.h, dlls/comctl32/tab.c:
19198 Luc Tourangeau <luc@macadamian.com>
19199 -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
19200 TCM_SETITEMSIZE and TCM_DELETEITEM.
19202 * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
19203 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
19204 returns 0, it is interpreted as if it were 256.
19206 * loader/module.c, scheduler/process.c:
19207 Kevin Holbrook <kwh@neosoft.com>
19208 Fix ambiguous else warning.
19210 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
19211 Loading color values from the registry fixed.
19213 * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
19214 - Removed all floating point math.
19215 - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
19216 - Implemented source and dest color-keying for 8, 16, and 32 bit color.
19217 - Implemented some trivial raster operations.
19218 - Minimized inner loops for maximum speed.
19219 - Use memcpy whenever possible.
19221 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19222 Reduced fragment size.
19223 Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
19224 Fixed buffer underrun recovery.
19225 Fixed bug in wodReset()/wodClose().
19227 * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
19228 Simplify propertyNameCmp() and fix a warning in the way by removing
19229 CRTDLL__wcsupr() calls.
19231 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
19232 DdeNameService: expansion of stub to trap unused instanceids at start of run.
19233 DdeGetLastError: catch 'not initialized' situation and return correct response.
19234 DdeFreeStringHandle: complete test for error set by previous call of
19235 something and ignore it, also release handle table mutex on normal exit.
19236 DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
19237 handle table mutex on normal exit.
19239 * include/wnet.h, misc/network.c:
19240 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19241 Don't announce the WNetDirectoryNotify capability WNetGetConnection.
19242 Change the return value for local files.
19244 * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
19245 Add "win.h" to fix implicit function declaration warnings.
19247 * console/interface.c, include/console.h:
19248 Marcus Meissner <marcus@jet.franken.de>
19249 Only declare console "driver" once, use external refs elsewhere.
19251 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
19252 When the vertical scrollbar is removed, the background was not
19253 properly repainted.
19255 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
19256 Disable AC bit on receiving alignment exceptions.
19258 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
19259 SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
19261 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
19262 While handling the WM_DELETEWINDOW client message check if a window
19263 has been disabled and if so prevent an SC_CLOSE message from being
19266 * windows/dce.c: Noel Borthwick <noel@macadamian.com>
19267 Make access to the DCE list thread safe by ensuring we have acquired
19268 the Windows lock before using it.
19270 Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
19272 * resources/.cvsignore: Changed for renamed files
19274 * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
19275 Michael Veksler <mveksler@techunix.technion.ac.il>
19278 * 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:
19279 Pablo Saratxaga <pablo.sarachaga@ping.be>
19280 Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
19281 -> Pt; to conform to standard names for those languages).
19283 * configure, configure.in, relay32/Makefile.in:
19284 Marcus Meissner <marcus@jet.franken.de>
19285 Add -fno-builtin when compiling with gcc in relay32/ subdir.
19287 * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
19288 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19289 - Implemented proper ("real", compressed) Win16 entry tables.
19290 - Fixed MyAlloc (AKA NE_AllocateSegment).
19291 - Implemented PatchCodeHandle16.
19293 * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
19294 Robert Pouliot <krynos@clic.net>
19295 A few patches to help Wine to compile on OS/2.
19297 Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
19299 * 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:
19300 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19301 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
19302 global memory handles). Fixed disk-based MetaFiles. Better
19303 separation between MetaFile playback and the metafiledrv.
19305 * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
19306 _CIpow argument order was confirmed with Starcraft v1.05.
19308 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
19309 Clarified a few points.
19311 * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19312 Added IOCTL function 0x440d/0x72.
19314 * relay32/kernel32.spec, scheduler/critsection.c:
19315 Bertho Stultiens <bertho@panter.soci.aau.dk>
19316 UnitializeCriticalSection partial stub implementation.
19318 * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19319 Added missing proto for GetExitCodeThread.
19321 * include/driver.h, include/wine/keyboard16.h:
19322 Michael Veksler <mveksler@techunix.technion.ac.il>
19323 Added missing windef.h includes.
19325 * windows/input.c, include/winuser.h:
19326 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19327 ReleaseCapture() is supposed to return a BOOL value.
19329 * configure, configure.in, include/config.h.in, loader/signal.c:
19330 Marcus Meissner <marcus@jet.franken.de>
19331 FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
19332 reentrant concerning errno. Revert unneeded FreeBSD hack to
19333 loader/signal.c from last patch.
19335 * windows/x11drv/keyboard.c:
19336 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19337 index == 3 corresponds to Alt-Gr + Shift.
19339 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
19340 More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
19341 and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
19342 DdeCreateStringHandleA.
19344 * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
19345 Pavel Roskin <pavel_roskin@geocities.com>
19346 Fixed ugly disabled controls and black background in Write and Lotus
19349 * controls/button.c, include/button.h, include/winuser.h:
19350 Pascal Lessard <pascal@macadamian.com>
19351 Implement the button with bitmaps.
19353 * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
19354 Stephane Lussier <stephane@macadamian.com>
19355 Implementation of IStorage::CopyTo and IStream::CopyTo.
19357 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19358 Bugfix: Always release the Win16Lock in TASK_Reschedule.
19360 * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
19361 Solved a deadlock between global lock and wnd lock in event.c.
19363 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
19364 Typo that broke Solaris compile fixed.
19366 * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
19367 Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
19369 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
19370 Fix scancodes for NumLock and Num-/.
19371 Fix MapVirtualKey() (maptype=2) to return proper ascii code.
19372 Reworked GetKeyNameText() again.
19374 * graphics/psdrv/font.c:
19375 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19376 Limit lastChar to 0xff in PSDRV_GetCharWidth.
19378 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
19379 Missing WINAPI for RegisterSystemThread.
19381 Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
19383 * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19384 Fixed "Display Combination" call.
19386 * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19387 Fixed a crash due to invalid OpenComm return value for busy comm port.
19388 Cleaned up/fixed several things.
19390 * windows/win.c: Francois Boisvert<francois@macadamian.com>
19391 Enabled thread safeness for wnd structure code.
19393 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19394 Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
19396 * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
19397 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19398 Added new CLIENT_DebuggerRequest routine, implemented support for
19399 DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
19400 Run wine server in the main wine process.
19401 Bugfix: never free initial thread!
19403 * scheduler/process.c, include/process.h:
19404 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19405 Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
19407 * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
19408 Teached TIMER_GetNextExpiration that a timer that has already expired
19409 (but not processed yet) HAS already expired...
19411 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
19412 Default values for registry.
19414 * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
19415 Optimized code for SetImageBits_X, making bitmap creation faster.
19417 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
19418 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
19420 * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
19421 Marcus Meissner <marcus@jet.franken.de>
19422 - Started multithreading for FreeBSD (incomplete, but some
19423 applications now at least start up again).
19424 - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
19425 - CR2 on pagefault gets passed in sc_err (some kind of kludge in
19426 FreeBSD owns fault handling we can use)
19428 * include/selectors.h, memory/global.c, memory/selector.c:
19429 Made SELECTOR_ReallocBlock preserve the current selector access rights
19430 (problem reported by Andreas Mohr).
19432 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19433 Use services thread instead of timer signals.
19435 * server/thread.c, scheduler/synchro.c:
19436 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19437 Allow user APCs with NULL 'func' (just wake up the thread).
19439 * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
19440 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19441 Implemented 'kernel services thread'.
19443 * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
19444 Klaas van Gend <klaas@vangend.demon.nl>
19445 Added stub for PrinterProperties.
19447 * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
19448 Juergen Schmied <juergen.schmied@metronet.de>
19449 Implemented NtTerminateProcess and NtDisplayString.
19451 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19452 FreeLibrary partial implementation.
19454 * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
19455 Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
19456 Wars) now works perfectly with Wine's crtdll. Wrote a test
19457 implementation of _CIpow too, which those who do have Brood Wars can
19458 report on, so it can be implemented correctly.
19460 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
19461 Partial implementation for GetKeyNameText for new keyboard structure.
19463 * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
19466 * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
19467 Added missing ReadClassStg prototype.
19469 * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
19470 - Fix comments after the big renaming (xxxx32y --> xxxxy).
19471 - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
19472 Avoid ugly type casting, and fix compilation warnings of wsprintf.c
19474 * documentation/status/dde:
19475 Keith Matthews <keith_m@sweeney.demon.co.uk>
19476 Status document for DDE/Ddeml.
19478 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19479 Added event callback mechanism.
19480 Introduction of MCI yield procs.
19481 Updated (prepare|unprepare)header functions (wave, midi) to allow
19482 correct callback mechanisms.
19483 Made midiStreamXXX functions working.
19484 First try at mmThreadXXX functions.
19486 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19487 Updated (prepare|unprepare)header functions to allow correct callback
19490 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19493 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19494 New method for structure conversion (16 <-> 32).
19495 More MCI structures correctly mapped.
19496 Introduction of MCI yield proc and break facility.
19498 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19499 Updated (prepare|unprepare)header functions to allow correct callback
19500 mechanisms. Implemented waveOut playback as asynchronous.
19502 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19503 Started implementation of mmThreadXXX functions.
19505 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19506 Added a few missing defines (MIDI, WAVE, callbacks).
19507 Structures for midiStreamXXX functions.
19509 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
19510 Updated (prepare|unprepare)header functions (wave, midi) to allow
19511 correct callback mechanisms. Added wine specific entry for mmThreadXXX
19512 functions thread starting point.
19514 * include/wine/obj_storage.h:
19515 Michael Veksler <mveksler@techunix.technion.ac.il>
19516 Introduce STATSTG16 - a 16 bit variant of STATSTG.
19518 * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
19519 Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
19521 * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
19522 Fixed menu type setting in SetMenuItemInfo32_common().
19524 * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
19525 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19526 Send USIG_PROCESS_CREATE signal.
19527 Bugfix: GetProcessDword offset -8 should return parent process ID.
19529 * relay32/user32.spec, windows/user.c:
19530 Bertho Stultiens <bertho@panter.soci.aau.dk>
19531 Added RegisterSystemThread stub.
19533 * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
19534 Francis Beaudet <francis@macadamian.com>
19535 Implemented the CoCreateInstanceEx method.
19537 * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
19538 Fixed crash due to a value of name length 0, value length 0 at the end
19541 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
19542 Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
19545 * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
19546 - updated because of the splitting of interface/implementation
19547 - updated to use ICOM_THIS
19549 * include/dplay.h, include/dplobby.h, ole/guid.c:
19550 Francois Gouget <fgouget@psn.net>
19551 - use the latest ICOM macros
19552 - moved the IDirectPlayLobby interface to dplobby.h
19553 - removed all the implementation aspects since they need to be
19556 * include/dsound.h, multimedia/dsound.c:
19557 Francois Gouget <fgouget@psn.net>
19558 ICOMisation of the DirectSound API.
19560 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
19561 Juergen Schmied <juergen.schmied@metronet.de>
19562 - reorganised icon extracing from files
19563 - made extracting from ne and ico files working
19564 - IPersistFile interface for IExtractIcon
19566 * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
19567 Fixed buffer overrun.
19569 * include/cursoricon.h, objects/cursoricon.c:
19570 Juergen Schmied <juergen.schmied@metronet.de>
19571 Changed ressource dir structures.
19572 Adapted FindBestIccon/FindBestCursor.
19574 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
19575 Loading the color schema for registry.
19577 Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
19579 * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
19580 Marcus Meissner <marcus@jet.franken.de>
19581 Reimplemented winsock asynchronous DNS services. No longer use a
19582 fork()ed process, but either a service thread or inline blocking calls
19583 for non-threading architectures. (Makes Free Agent16 work again.)
19585 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
19586 <ewill@ncal.verio.com>
19587 - color and font dialogs now actually do something interesting,
19588 and force a redraw when successful. Background color is adjustable.
19589 Text color is also adjustable, but the user has to set the CF_EFFECTS
19591 - text is output left-right centered, baseline, at the middle
19592 of the window, and moves with the window. Text font is adjustable.
19593 - Success and failure MessageBox calls for Color, Font, Open,
19594 and Save have been removed or suppressed. They annoyed me after
19595 awhile, and I suspect they annoyed others, too. Use my tool! :-)
19596 - cmdlgtst now has the full pathname in the upper left corner; which may
19597 assist in debugging certain problems -- or it may not. :-)
19598 - usage dialog added
19600 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
19601 Corrected debug output.
19603 * windows/driver.c, relay32/winmm.spec:
19604 Eric Pouech <Eric.Pouech@wanadoo.fr>
19605 Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
19607 Added stub for GetDriverFlags.
19609 * windows/user.c, relay32/user32.spec:
19610 Sergey Turchanov <turchanov@usa.net>
19611 Stubs for CloseDesktop and CloseWindowStation.
19613 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19614 GetModuleFromPath now checks for loaded modules via filenames which
19615 were specified without a path.
19617 * misc/registry.c, include/winreg.h:
19618 Sylvain St.Germain <sylvain@macadamian.com>
19619 Implementation of HKU key saving and loading. Add new supported data
19620 type in debug_print_value.
19622 * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
19623 Juergen Schmied <juergen.schmied@metronet.de>
19624 New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
19625 Small change how to get icons for listview.
19627 * include/shlobj.h, relay32/shell32.spec:
19628 Juergen Schmied <juergen.schmied@metronet.de>
19629 ILLoadFromString and SHGetSettings implemented.
19631 * dlls/shell32/shellord.c:
19632 Juergen Schmied <juergen.schmied@metronet.de>
19633 SHGetSettings implemented.
19634 ExitWindowsDialog() simulated by Messagebox.
19636 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19637 ILLoadFromString implemented.
19639 * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
19640 Richard Mortimer <remitrom@my-dejanews.com>
19641 Added missing *IsDark entries into PALETTE_Driver instance
19644 * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
19645 Fixed X11DRV_MOUSE_WarpPointer initial value.
19647 * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
19648 Ensure that the bitmap is properly initialized when created with the
19649 LR_CREATEDIBSECTION flag.
19651 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
19652 Fixed the messaging problem of the edit box for node label edition.
19653 Substituted WM_PAINT for InvalidateRect.
19654 Some graphical fixes.
19656 * misc/main.c: James Juran <jrj120@psu.edu>
19657 Check for drivers==NULL before trying to delete them at exit. This
19658 could happen if the emulator initialization failed for some reason and
19659 the drivers hadn't been initialized yet.
19661 * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
19662 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19663 Call InitApp16 (using Callout) for initial process.
19665 * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19666 Clear invalid selectors also in CallTo16 relay code.
19668 * programs/notepad/Es.rc:
19669 Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
19670 Revised Spanish resources.
19672 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
19673 Fixed window locking bug in CalcChildScroll.
19675 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
19676 Fixed fake multimedia timers. Grim Fandango is now able to start up
19677 when under favorable conditions. The preview movie on the Brood Wars
19678 disc now plays, too.
19680 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
19681 Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
19682 instead of returning the right buffersize.
19684 Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
19686 * files/directory.c: galberte <galberte@neo.rr.com>
19687 Fixed SearchPathA return value.
19689 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
19690 Lionel Ulmer <ulmer@directprovider.net>
19691 - clean-up of texture 'loading'
19692 - added SetColorKey callback for already loaded textures
19694 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
19695 Fixed a problem pointed out by Kevin Holbrook.
19697 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
19698 commctrl.h must include prsht.h.
19700 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
19703 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
19704 Added a new implementation of the ICOM macros that use Microsoft style
19705 virtual methods to implement the COM interfaces in C++.
19707 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
19708 Correction of Mutex handling in DdeInitializeW for cases other than
19709 1st call. Addition of instance handling to DdeCreateStringHandleA,
19710 DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
19711 cut implementation of DdeUnitialize, move of internal structure defs
19712 in from ddeml.h. Removed non-ANSI comment.
19714 * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
19715 Moved internal structures to ddeml.c, also removed non-ANSI comments,
19716 and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
19718 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
19719 James Abbatiello <abbeyj@wpi.edu>
19720 Fixed memory leaks in mixerOpen16/mixerClose,
19721 midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
19722 midiInOpen16/midiInClose16.
19724 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
19725 Added sanity check for whitespace in file names, various other fixups.
19727 Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
19729 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
19730 WM_MOUSEMOVE implementation bug fix.
19732 * windows/x11drv/keyboard.c:
19733 José Marcos López <jose.lopez@upcnet.upc.es>
19734 Added Spanish keyboard layout.
19736 * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
19737 Fixed the modem control part of EscapeCommFunction16.
19739 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
19740 Added missing goto.
19742 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
19743 Marcus Meissner <marcus@jet.franken.de>
19744 EnumCalendarInfoA stub.
19746 Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
19748 * windows/mouse.c, windows/keyboard.c:
19749 Francois Boisvert <francois@macadamian.com>
19750 Suspend the window locks before DefKeybEventProc and
19753 * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
19754 Joerg Mayer <jmayer@telesun2.telemation.de>
19755 More #pragma fixes (idea Ove Kaaven, mistakes are mine).
19757 * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19758 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
19759 WM_CREATE messages.
19761 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
19762 Added some SetLastError()s in GetProcAddress() and LoadLibrary().
19764 * misc/crtdll.c, relay32/crtdll.spec:
19765 Christian Schlaile <up9n@rz.uni-karlsruhe.de>
19766 Implemented makepath, rand() returns correct range, fixed fputc.
19768 * files/file.c, include/file.h, msdos/int21.c:
19769 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
19770 Moved _lcreat16_uniq to int21.c
19772 * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
19773 Pavel Roskin <pavel_roskin@geocities.com>
19774 Casts to (SEGPTR) removed. They did nothing anyway.
19775 Includes added or removed where necessary.
19776 Win16 functions replaced with their Win32 counterparts. Comments added
19777 where it was impossible.
19778 CALLBACK added where necessary. Some declarations fixed.
19779 Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
19780 DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
19781 Listbox enabled in hello3.
19783 * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19784 Updated French keyboard.
19786 * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
19787 Fancier version of hello.c courtesy of Huw Davies.
19789 * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
19790 Fixed compilation of the Control panel.
19792 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
19793 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
19794 the dead key mapping stuff to the actual mapping code too. Prettied
19795 up the fixme message. Added a check where if the keys of two layouts
19796 match exactly, the one with the best-matching keycode order is chosen,
19797 so that the QWERTY and Dvorak layouts can be distinguished.
19799 * win32/device.c, relay32/kernel32.spec:
19800 Eric Pouech <Eric.Pouech@wanadoo.fr>
19801 Added (empty) stub for OpenVxDHandle.
19803 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19804 mmioOpen() now handles correctly MMIO_PARSE flag.
19806 * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
19807 Background color fix when disabled or read only.
19809 * windows/win.c: Francois Boisvert <francois@macadamian.com>
19810 Transfered the window struct memory release from WIN_DestroyWindow to
19813 * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
19814 DLGITEMTEMPLATE structure had one too many member.
19816 * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19817 Prevent crash in debugger.
19819 Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
19821 * controls/combo.c, controls/listbox.c, include/combo.h:
19822 Francis Beaudet <francis@macadamian.com>
19823 Implemented the Win95 look and feel.
19825 * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
19826 Wrote a basic implementation of the WM_PRINT message.
19828 * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
19829 Francois Boisvert <francois@macadamian.com>
19830 Suspend all windows locks before the control is passed to the
19832 Also fixed some bugs in dce.c
19834 * Make.rules.in, Makefile.in:
19835 Joerg Mayer <jmayer@telesun2.telemation.de>
19836 - Remove some old rc make stuff
19837 - "make clean" omitted some include subdirs
19839 * relay32/ddraw.spec, graphics/ddraw.c:
19840 Lionel Ulmer <ulmer@directprovider.net>
19841 Added DllClassFactory to DirectDraw.
19843 Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
19845 * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
19846 Split off keysym/deadchar -> char mapping, use it in DetectLayout.
19848 * 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:
19849 Alex Korobka <alex@aikea.ams.sunysb.edu>
19850 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
19851 mode go through window manager, small bugfixes for menu and window
19852 code, extended clipboard driver model to handle formats other than
19855 * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
19856 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
19857 true for multiline controls too, as my tests show.
19859 * dlls/comctl32/listview.c, include/listview.h:
19860 Luc Tourangeau <luc@macadamian.com>
19861 Added support for icon and smallicon views.
19863 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
19864 Made DOSVM_GetTimer survive EAGAIN errors...
19866 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
19867 Implemented async comm buffers (but probably not bugfree), and along
19868 with them, the functionality of async event notifications, mong them
19869 EnableCommNotification. Removed a previous hack that was faking the
19870 buffers, since we now have real buffers...
19872 * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
19873 Added CN_* flags used in WM_COMMNOTIFY.
19875 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19876 Implement the EnumAttachedSurface method.
19878 * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
19879 Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
19880 OleDestroyMenuDescriptor along with a bunch of internally used methods
19881 and data structures.
19883 * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
19884 Adrian Thurston <adriant@corel.ca>
19885 initguid.h should only contain the macro that defines the guids.
19886 Added olectl.h to guid.c so some needed guids get defined.
19887 Made GUID_NULL an actual guid set to 0,0,0...
19889 * if1632/gdi.spec, objects/gdiobj.c:
19890 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19891 Added GdiSignalProc() stub.
19893 * 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:
19894 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19895 Added USER32.UserSignalProc to Callout table.
19896 Implemented built-in UserSignalProc().
19897 Don't announce Win3.1-style USER handler any more.
19899 * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
19900 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19901 Implemented PROCESS_CallUserSignalProc().
19902 Send USER signals at various appropriate places.
19903 Moved [GS]etProcessDword() to scheduler/process.c.
19905 * 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:
19906 Juergen Schmied <juergen.schmied@metronet.de>
19907 All 19 FileMenu_* functions, some as stubs, some implemented.
19909 * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
19910 Juergen Schmied <juergen.schmied@metronet.de>
19911 SHCLSIDFromString, StrToOleStr implemented.
19912 RLBuildListOfPaths stub.
19914 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
19915 Juergen Schmied <juergen.schmied@metronet.de>
19916 DllGetVersion (not yet exported).
19917 Small change to SHAppBarMessage.
19919 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
19920 Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
19922 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
19923 Added StackEnter() and StackLeave() stubs
19925 * multimedia/mci.c, multimedia/mmsystem.c:
19926 Eric Pouech <Eric.Pouech@wanadoo.fr>
19927 Starting implementation of MCI creator tasks
19928 Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
19929 Better implementation of mmTaskCreate16
19931 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19932 Added creator task to MCI struct.
19934 * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
19935 Replaced 0xC000 by symbolic constants.
19937 * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
19938 Fixed small ==, != mixup.
19940 * windows/defdlg.c, windows/defwnd.c:
19941 Luc Tourangeau <luc@macadamian.com>
19942 Implemented WM_NOTIFYFORMAT.
19944 * loader/elf.c: Marcus Meissner <marcus@mud.de>
19945 "foo" was not translated to "foo.so" in elf loader.
19947 * include/bitmap.h, objects/bitmap.c:
19948 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19949 LoadBitmap16()/LoadImage16() calling sequence simplified.
19951 * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
19952 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19953 Allow NULL NE resource handler; call the default handler directly.
19954 Removed WPROCS / Callbacks support for WineLib resource handlers.
19956 * include/process.h, relay32/utthunk.c:
19957 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19958 Made Universal Thunk list per-process, not system global.
19960 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
19961 Additional macro definitions.
19963 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
19964 Implemented TCM_ADJUSTRECT.
19966 * msdos/int09.c, msdos/ioports.c:
19967 Michael Veksler <mveksler@techunix.technion.ac.il>
19968 Removed "implicit declaration" warnings.
19970 * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
19971 Fixed OpenGL devices implementation.
19973 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19974 In UserYield16, when current thread is a 32 bit one which hold the
19975 Win16Lock, must take care of a LockCount > 1.
19978 Patrik Stridvall <ps@leissner.se>
19979 More code moved to the X11 driver (bitmap and palette and misc).
19981 ----------------------------------------------------------------
19982 Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
19984 * include/winbase.h, include/wingdi.h:
19985 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19986 Move DM* defines from winbase.h -> wingdi.h.
19988 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19989 Fixed QueryInterface functions for IDirect3D 1 and 2.
19991 * ole/nls/Attic/dnk.nls: Apparently no longer needed.
19993 * 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:
19994 Dimitrie O. Paun <dimi@cs.toronto.edu>
19995 Changed some debug messages from one channel to another, to clean up a
19996 bit the debug channel usage.
19998 * loader/module.c: Jess Haas <paranoid07@hotmail.com>
19999 Fixed CreateProcessA so it can handle commandlines with arguments and
20002 * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
20003 Fixed GetModuleHandle16.
20005 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
20006 Added Russian keyboard support.
20008 * include/winuser.h, relay32/user32.spec, windows/user.c:
20009 Lionel Ulmer <ulmer@directprovider.net>
20010 Added stub for SetSystemCursor.
20012 * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
20013 SetFileAttributesA: "implemented" setting of directory flag as test of
20016 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
20017 Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
20020 * 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:
20021 Paul Quinn <paulq@corel.ca>
20022 Aaron Barnes <aaronb@corel.ca>
20023 Adrian Thurston <adriant@corel.ca>
20024 Bundle of new stubs.
20026 * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
20027 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20028 Added missing WINAPIs.
20030 * relay32/kernel32.spec, win32/newfns.c:
20031 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20032 Added CreateIoCompletionPort stub.
20034 * windows/queue.c, windows/message.c:
20035 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20036 Call EVENT_Pending() to flush X11 output queue before blocking in
20037 MsgWaitForMultipleObjects().
20038 Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
20039 Protect system queue access in hardware_event().
20041 * 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:
20042 Francois Boisvert<francois@macadamian.com>
20043 Fixed some bugs in thread safeness for wnd struct.
20045 * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
20046 Pavel Roskin <pavel_roskin@geocities.com>
20047 Made libtest/hello3 work again, now with Windows-compatible resource
20050 * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
20051 Jiuming Luo <jiuming_luo@yahoo.com>
20052 Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
20053 then deleted the duplicated typedefs (in imm.h and mmsystem.h).
20055 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
20056 Rewrote EnumPrintersA, added CriticalSection around Registry reads and
20057 implemented PRINTER_INFO_2 request.
20059 * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
20060 Added Swiss German keyboard layout.
20062 * 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:
20063 Juergen Schmied <juergen.schmied@metronet.de>
20064 - adjusted printing of refcounts to be equal
20065 - cleaning up icon cache on PROCESS_DETACH
20066 - fixed ascii/unicode use in SH/ILCreateFromPath
20067 - fixed small memory leak in shellview
20069 * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
20070 Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
20072 * programs/cmdlgtst/cmdlgtst.c:
20073 Pavel Roskin <pavel_roskin@geocities.com>
20076 * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
20077 Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
20079 * 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:
20080 Alex Korobka <alex@aikea.ams.sunysb.edu>
20081 Moved hrgnUpdate from client to window coordinates, made nonclient
20082 painting depend on the update region, reworked SetWindowPos() and
20083 RedrawWindow() to speed up update region calculation, made -desktop
20084 work properly, added WM_CANCELMODE here and there, fixed several
20085 window activation bugs that crept in since the last time.
20087 * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
20088 Fixed occasional loss of SendMessage() return value.
20090 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20091 Added initialisation of the pixmap_depth field in
20092 Xlib_DirectDrawCreate.
20094 * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
20097 * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
20098 Added stub for int2f 4b.
20100 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
20101 James Abbatiello <abbeyj@wpi.edu>
20102 Fixed memory leak in waveOutOpen/waveOutClose.
20104 * graphics/psdrv/escape.c:
20105 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20106 More Escapes for the PostScript driver.
20108 Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
20110 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
20111 Francois Gouget <fgouget@psn.net>
20112 Adapted to the interface/implementation separation.
20113 Now uses ICOM_THIS to access the implementation structures.
20114 Replaced 'this' with 'This' for ICOM_THIS.
20115 Direct access to the virtual table has been eliminated too.
20117 * graphics/d3d_private.h, graphics/ddraw_private.h:
20118 Francois Gouget <fgouget@psn.net>
20119 Updated to include all the implementation aspects that were previously
20120 in the public includes.
20122 * graphics/vga.c: Francois Gouget <fgouget@psn.net>
20123 Removed direct access to the virtual table
20125 * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
20126 Removed all implementation aspects.
20127 Modified to use the latest ICOM macros.
20128 Added the macros for use in C.
20129 Added the method parameter names (when I had them).
20131 * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
20132 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20133 Fixed sequence of DLL_PROCESS_DETACH notification calls.
20134 Moved PE_MODREF flags to WINE_MODREF level.
20135 Better handling of LoadLibraryEx flags.
20136 PE_InitTls() changed to work only on the current thread.
20138 * include/server.h, scheduler/process.c, server/trace.c:
20139 Added cmd line in new_process request.
20141 * scheduler/thread.c:
20142 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20143 All threads created with CreateThread are 32-bit threads.
20145 * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
20146 Juergen Schmied <juergen.schmied@metronet.de>
20147 Reading of binary streams implemented (SHOpenRegStream).
20149 * msdos/int25.c, msdos/int26.c:
20150 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20151 Fixed int25 & int26 error code.
20153 * loader/task.c, windows/queue.c:
20154 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20155 Allow UserYield16 to be called from 32-bit thread.
20157 * include/oledlg.h, include/winbase.h:
20158 Albert Den Hann <albertd@corel.ca>
20159 Additional macro definitions.
20161 * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
20162 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20163 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
20165 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20166 Fixed metafile recording of CreatePatternBrush.
20168 Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
20170 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
20171 Pascal Lessard <pascal@macadamian.com>
20172 Change the AddBitmap function. Implement flat toolbar. Change
20173 CreateToolbarEx. Implement partially the hot buttons for toolbar.
20176 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20177 Implemented Get Shift Flags function.
20179 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
20182 * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
20183 Changed stdlib.h to string.h.
20185 * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
20188 * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
20189 David Luyer <luyer@ucs.uwa.edu.au>
20190 Changed "strings.h" to "string.h".
20192 * graphics/x11drv/bitblt.c, windows/nonclient.c:
20193 Randy Weems <rweems@home.com>
20194 Fixed off-by-one error if bitblt width or height is negative.
20196 * dlls/comctl32/tab.c, include/tab.h:
20197 Francis Beaudet <francis@macadamian.com>
20199 - showing the selected tab as highlighted
20200 - support for drawing the focus rectangle
20201 - basic keyboard support
20202 - support for a tab with horizontal scrolling.
20204 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20205 Thread-safe implementation of profile functions (Windows and Wine).
20207 * include/message.h, loader/main.c, windows/timer.c:
20208 Stephane Lussier <stephane@macadamian.com>
20209 Made the timer code thread safe.
20211 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
20212 Fixed possible endless loop.
20214 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
20215 Fixed LB_GETCURSEL message to return LB_ERR on empty list.
20217 * 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:
20218 Juergen Schmied <juergen.schmied@metronet.de>
20219 Use the new header for COM definitions.
20221 * dlls/shell32/shellord.c, relay32/shell32.spec:
20222 Juergen Schmied <juergen.schmied@metronet.de>
20223 New stub shell_654.
20225 * include/treeview.h, dlls/comctl32/treeview.c:
20226 Sylvain St.Germain <sylvain@macadamian.com>
20227 Implementation of TVM_SORTCHILDRENCB.
20228 Implementation of TVI_SORT insertion.
20229 Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
20230 Fix problems related to TVIS_EXPANDEDONCE.
20232 * dlls/comctl32/comctl32undoc.c:
20233 Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
20234 Fix problem in DPA_QuickSort where the sort order was inverted.
20236 * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
20237 Ove Kaaven <ovek@arcticnet.no>
20238 Added infrastructure and definitions for general-purpose event and IRQ
20239 handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
20240 event message loop, message handling, CLI/STI handling, and minimal
20243 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
20244 Added handling of SIGUSR2 for the new event interruption handling,
20245 bumping up the protocol revision. Made some debug messages not be
20246 output when it's not necessary.
20248 * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
20249 Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
20251 * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
20252 Ove Kaaven <ovek@arcticnet.no>
20253 Added int 0x09 and int 0x33.
20255 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
20256 Implemented a int 0x33 handler, with a minimal implementation of the
20257 mouse routines, including callbacks.
20259 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
20260 Implemented a int 0x09 handler, and a scancode queue that simulates
20261 IRQ 1 in the dos box.
20263 * include/docobj.h: Paul Quinn <paulq@corel.ca>
20264 Creation of docobj.h.
20266 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20267 Allow depth of DIB to differ from depth of bitmap in GetDIBits.
20269 Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
20271 * debugger/editline.c: Abort on input error.
20273 * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
20274 Population of oledlg.
20276 * windows/x11drv/event.c, windows/painting.c:
20277 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20278 Add IsWindow() checks after SendMessage() returns.
20280 * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
20281 Fixed a small bug in int10.
20283 * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
20284 COMBO_Size: maintain the height of the RectCombo when the window is
20287 * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
20288 Paul Quinn <paulq@corel.ca>
20289 Added various definitions.
20290 Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
20292 * include/windef.h: Jim Aston <jima@corel.ca>
20293 Added a few empty macros.
20295 * include/cursoricon.h, objects/cursoricon.c:
20296 Marcus Meissner <marcus@jet.franken.de>
20297 CURSORICON_Destroy: missing WINAPI added.
20299 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
20300 Added translation for SO_RCVTIMEO (as seen by IE4).
20302 Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
20304 * server/process.c: Create startup info for the initial process.
20306 * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
20307 Added server pid and tid in init_thread request, and use them in
20310 * 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:
20311 Noomen Hamza <noomen@macadamian.com>
20313 - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
20314 GenericCompositeMoniker
20315 - IRunningObjectTable interface, and
20316 - IBindCtx interface.
20318 * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
20319 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20320 Added StretchDIBits for the PostScript driver.
20322 * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
20323 Added missing ending pragma pack.
20325 * misc/comm.c: Rein Klazes <rklazes@casema.net>
20326 Corrected small bug in GetCommState16. Parity check can be disabled
20327 even when a parity bit is used. SetCommState16() can override baudrate
20328 setting in wine.conf.
20330 Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
20332 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20333 Bugfix: cope with quoted arguments for CreateProcess().
20335 * loader/resource.c:
20336 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20337 Fixed typo in SizeofResource().
20339 * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20340 lstrcpyA can't use strcpy.
20342 * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
20343 Marcus Meissner <marcus@jet.franken.de>
20344 Added -dll option for winelib programs. (Note: will not print warnings
20345 on failure currently).
20347 * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20350 * loader/pe_image.c, msdos/int21.c:
20351 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20354 * if1632/mmsystem.spec, relay32/winmm.spec:
20355 Eric Pouech <Eric.Pouech@wanadoo.fr>
20356 Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
20358 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20359 Started calling mixer as a 32 bit low level driver (no longer 16 bit)
20360 Added support for yield proc in mci struct
20361 Added mmTaskXXX16 and mmThreadXXX16 functions
20362 Refreshed implementation of 16 bit native & asynchronous MCI driver
20363 command (through mmtask.tsk).
20365 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20366 Fixed a few bugs. Started implementing mixerMessage as a 32 bit
20367 function (no longer 16 bit).
20369 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20370 Implemented mciExecute.
20372 * include/multimedia.h, multimedia/mci.c:
20373 Eric Pouech <Eric.Pouech@wanadoo.fr>
20374 Added yield proc members to mci struct.
20376 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
20377 Added mixer specfic error codes, fixed type in function name.
20379 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20380 Fixed return codes for default driver proc.
20382 * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
20383 Made LB_GETCURSEL return focus_item if no item has been selected.
20385 * windows/x11drv/keyboard.c:
20386 Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
20387 Added Finnish keyboard layout.
20389 * 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:
20390 Veksler Michael <mveksler@techunix.technion.ac.il>
20391 Removed winuser16.h from x11drv.h.
20393 * include/winspool.h, misc/printdrv.c:
20394 Klaas van Gend <klaas@vangend.demon.nl>
20395 Implementation of EnumPrintersA, info level 4 and 5.
20397 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
20398 Check if the build is stripped, and die if it is.
20399 Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
20400 (thanks Ryan Cumming!).
20402 * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
20403 Fixed "reached end of non void..." warnings.
20405 * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
20406 MessageBox32A -> MessageBoxA
20408 * loader/module.c, relay32/kernel32.spec:
20409 Sergey Turchanov <turchanov@usa.net>
20410 Implementation for FreeLibraryAndExitThread.
20411 Made GetBinaryType = GetBinaryTypeA.
20413 * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
20414 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20415 Run Win32 processes in their own threads.
20416 Process exit sequence adapted.
20418 Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
20420 * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
20421 Changed process initialisation to use the new server requests.
20422 Started to move the process init to the right context, not finished yet.
20424 * 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:
20425 Added new_process and init_process request.
20426 Split out process creation from thread creation.
20427 Changed server initialisation to ensure that we always have a current
20430 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
20431 One small error corrected and the 102th key...
20433 * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
20434 Made commerror and eventmask local to each port (for win16), made the
20435 win16 routines use port indices instead of UNIX fds (this should make
20436 some Visual Basic stuff and similar garbage start working), moved some
20437 stuff around (win16 routines at top of file, win32 routines at
20438 bottom), made a couple of win32 routines use win32 handles, and added
20439 a few hints as to how to implement asynchronous buffers, based on
20440 which EnableCommNotification can eventually be implemented.
20442 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
20443 Fixed prototypes of a couple of comm routines.
20445 * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20448 * windows/win.c: Francis Beaudet <francis@macadamian.com>
20449 Clear update region before WM_NCDESTROY.
20451 * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
20452 Got rid of SYSTEM_LOCK macros.
20454 Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
20456 * misc/main.c: No longer need to delete system heap critical section.
20458 Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
20460 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
20461 Added a check for desktop in SHGetFileInfo.
20463 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20464 Fixed some bugs in MCI message mapping (32A => 16).
20466 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
20467 Fixed WIN_SendDestroyMsg.
20469 * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
20470 Removed definitions for FIONREAD and FIONBIO.
20472 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20473 Fixes some return values for DefDriverProc.
20475 * programs/regapi/regFixer.pl:
20476 Sylvain St.Germain <sylvain@macadamian.com>
20477 Removed the chop command that was there to get rid of dos ^M.
20478 The script now process only unix file format.
20480 * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20481 Hide dialog windows created by CreateDialog* in EndDialog just as
20484 * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
20485 Set type of destination variant in VariantChangeTypeEx function.
20487 * windows/x11drv/keyboard.c:
20488 Bertho Stultiens <bertho@panter.soci.aau.dk>
20489 Fixed Danish keyboard layout.
20491 Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
20493 * 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:
20494 Marcus Meissner <marcus@jet.franken.de>
20495 Lots of warning fixed, one missing WINAPI in ddraw.c added.
20497 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
20498 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
20500 * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
20501 msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
20503 * relay32/kernel32.spec, misc/toolhelp.c:
20504 Marcus Meissner <marcus@jet.franken.de>
20505 Added Module32* stubs.
20507 Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
20509 * windows/x11drv/keyboard.c:
20510 Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
20511 Added Portuguese keytable.
20513 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
20514 Added Canadian French keyboard layout.
20516 * windows/x11drv/keyboard.c:
20517 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20518 Added UK keyboard layout.
20520 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
20521 <paranoid07@hotmail.com>
20522 Fixed/implemented various interrupt functions.
20524 * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
20525 Marcus Meissner <marcus@jet.franken.de>
20526 Fixed some warnings. removed some unneccessary includes, removed one
20527 direct WND* access in controls/menu.c.
20529 * windows/win.c: Francis Beaudet <francis@macadamian.com>
20530 Implemented a more defensive version of WIN_SendDestroyMsg.
20532 * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
20533 Install headers from $(SRCDIR).
20535 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
20536 Removed the obsolete ICOM macros.
20538 * include/vfw.h: Francois Gouget <fgouget@psn.net>
20539 Moved the APIs closer to the corresponding COM interface, removed two
20540 duplicates and added 2-3 macros for A/W APIs.
20542 * msdos/int15.c: <paranoid07@hotmail.com>
20543 Added some stubs for int15 functions.
20545 * windows/message.c, windows/queue.c:
20546 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20547 Inter-thread SendMessage() bugfixes:
20548 - Insert new message to be received at the *end* of the SM_PENDING_LIST.
20549 - Do *not* process received messages in ReplyMessage().
20550 - Clear the QS_SMRESULT flag only immediatedly before waiting.
20552 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
20553 Return error if not a valid OLE compound file.
20555 * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
20556 Fix crash if lpuCurDirLen or lpuDestDirLen==0.
20558 * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
20559 Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
20562 Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
20564 * 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:
20565 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20566 Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
20568 * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
20569 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20570 Pass new arguments (suspend/inherit) to the server.
20572 * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
20573 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20574 Handle suspend/resume_thread requests in phase STARTING correctly.
20575 Set initial suspend count for threads created with CREATE_SUSPENDED.
20576 Set 'inheritable' flag for process/thread handles.
20578 * 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:
20579 Marcus Meissner <marcus@jet.franken.de>
20580 Removed no longer necessary win.h include, added now necessary other
20581 includes (win.h used only by UPDOWN now).
20583 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
20584 debug.h must be last, or we get ERR() macro problems again.
20586 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
20587 Fixed a slight bug that was included in the change from WND ptr to
20590 * loader/main.c, misc/callback.c:
20591 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20592 Fix compiler warnings.
20594 * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
20595 Sylvain St.Germain <sylvain@macadamian.com>
20596 Fixed some graphical problems of the treeview and added support LMB
20597 click on +/- sign to open and close.
20598 Fixed a bug in imagelist where the last image could not be displayed.
20600 * windows/x11drv/event.c:
20601 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20602 Avoid unnecessary error messages.
20604 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20605 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
20606 match buggy Windows behaviour.
20608 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20609 Corrected bug in enumeration function.
20611 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
20612 Fixed bug introduced in WIN_FindWindow.
20614 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
20615 0 is a valid index for a tab item.
20616 CreateSolidBrush takes a COLORREF as a parameter.
20617 Tab controls were always displayed in the top left corner.
20619 Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
20621 * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
20622 Francois Gouget <fgouget@psn.net>
20623 Updated the interfaces to use the latest ICOM macros.
20625 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
20628 * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
20629 Eric Pouech <Eric.Pouech@wanadoo.fr>
20630 Moved all MCI internal functions/variables/macros to mci.c.
20631 Changed some interface names.
20633 * include/digitalv.h, multimedia/mciavi.c:
20634 Eric Pouech <Eric.Pouech@wanadoo.fr>
20635 Make use of digitalv.h file.
20637 * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20638 Changed how list of loadable MCI drivers is obtained.
20640 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
20641 Describes in newbie terms how to add new keyboard layouts.
20643 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
20644 Better comments, and added ANSI codepages in table.
20645 US keyboard contributed by Uwe Bonnes.
20646 French keyboard contributed by Eric Pouech.
20647 German keyboard contributed by Ulrich Weigand.
20648 Danish keyboard contributed by Bertho Stultiens.
20650 * 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:
20651 Klaas van Gend <klaas@vangend.demon.nl>
20652 - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
20653 - Some header inclusion cleanup.
20655 * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
20656 Eric Pouech <Eric.Pouech@wanadoo.fr>
20659 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20660 Makes use of new CDAUDIO_Seek() function.
20662 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20663 Various fixes for MSCDEX traps.
20665 * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
20666 Added new function CDAUDIO_Seek().
20668 * include/driver.h, windows/driver.c:
20669 Eric Pouech <Eric.Pouech@wanadoo.fr>
20670 Better 16/32 bit driver messages mapping and handling.
20671 Better protection against bad handles.
20673 * include/peexe.h, loader/resource.c:
20674 Marcus Meissner <marcus@jet.franken.de>
20675 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
20678 * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
20679 Fixed make install.
20681 ----------------------------------------------------------------
20682 Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
20684 * 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:
20685 Francois Boisvert <francois@macadamian.com>
20686 Made access to the wnd struct thread-safe.
20688 * */*: Jim Aston <asto0001@algonquinc.on.ca>
20689 Renamed wintypes.h to windef.h.
20691 * memory/heap.c: Make the system heap critical section global.
20694 Fixed Makefile up-to-date check to avoid relinking all the object
20697 * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
20698 Reimplemented some code without using X11.
20700 * graphics/ddraw.c, relay32/ddraw.spec:
20701 Patrik Stridvall <ps@leissner.se>
20702 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
20704 * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
20705 Added tracing for delayed imports and removed the fixme.
20707 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
20708 Better implementation of GetShortPathNameA/W.
20710 * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
20711 Allow the file names and paths for the registry files (user.reg and
20712 system.reg) to be specified in a [Registry] section of wine.ini or
20715 * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
20716 Fix OemToAnsiBuff for real Win31 behavior.
20718 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
20719 First attempt at supporting different keyboard layouts with their
20720 correct scancode mapping.
20722 * 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:
20723 Sylvain St.Germain <sylvain@macadamian.com>
20724 Added command line tool to access the registry.
20726 * rc/winerc.c: Fixed compilation.
20728 * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
20729 Ignore generated files.
20731 * programs/notepad/lcc.h: Fixed make depend.
20733 * 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:
20734 Paul Quinn <paulq@linuxmaster.hungrycats.org>
20735 Many new defines, and structs to help compile MFC. As well as a few
20736 OLE corrections from earlier.
20738 * loader/ne/module.c:
20739 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20740 Make GetModuleHandle16 only look for module names, not path names.
20742 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
20743 Added some more vga video modes.
20745 * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
20746 Prevent X11 errors when XCreateWindow is called with zero width or
20749 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
20750 Added metafile support for ExtFloodFill.
20752 * controls/button.c:
20753 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
20754 Paint gray text on gray background in checkboxes/radiobuttons by
20755 stippling. Also changed the brush used in this case to give better
20756 readability with X fonts.
20758 * 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:
20759 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20760 Implemented (nearly) all TAPI functions as stubs.
20762 * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
20763 Michael McCormack <Michael.McCormack@alcatel.com.au>
20764 Basic support for WIN32 serial communications API.
20765 Modify DOSFS_OpenDevice to allow opening of COM ports.
20766 Change Win32 comm functions to accept file handle.
20767 Add declaration of COMSTAT32 structure.
20769 * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
20770 Fixed a silly VGA-emulation palette bug.
20772 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
20773 Fixed a couple of ugly warnings (caused by ugly errors).
20775 * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20778 * 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:
20779 Juergen Schmied <juergen.schmied@metronet.de>
20780 - IShellFolder and IEnumIDList are using the new COM headers
20781 - fixed sort order for folders and drives
20783 * README: Ove Kaaven <ovek@arcticnet.no>
20784 Corrected location of FAQ.
20786 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
20787 Fully implemented Direct Console Input.
20789 Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
20791 * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
20792 Marcus Meissner <marcus@jet.franken.de>
20793 Fixed newly introduced and some leftover warnings.
20795 * include/wingdi.h: Francois Gouget <fgouget@psn.net>
20796 It is now possible to use the standard macros for GetTextExtentPoint
20797 and GetTextExtentPoint32.
20799 * include/prsht.h: Francois Gouget <fgouget@psn.net>
20800 Fixed some SendMessage32A that escaped the renaming.
20802 * include/ole2.h: Francois Gouget <fgouget@psn.net>
20803 On windows ole2.h includes oleauto.h and some programs depend on this.
20805 * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
20806 Fixes in the SysAllocString functions prototypes. It's mostly 'const'
20807 problems that prevent regular code from compiling.
20809 * 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:
20810 Pavel Roskin <pavel_roskin@geocities.com>
20811 File open dialog now uses icons instead of bitmaps.
20813 * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
20814 Updated AVI* class interface to new ICOM_ methods.
20816 * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
20817 Some fixes and additions.
20819 * 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:
20820 Marcus Meissner <marcus@jet.franken.de>
20821 Started on avifil32 implementation (only stubs currently).
20823 * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
20824 Reimplemented DrawFocusRect without using X11.
20826 * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
20827 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20828 Implemented mode setting things as well as VESA additions and other
20829 things. Cleaned up DOSMEM_BiosData handling.
20831 * include/wine/obj_olefont.h, ole/olefont.c:
20832 Francis Beaudet <francis@macadamian.com>
20833 Implemented the IPersistStream interface on the OLE font object.
20835 * miscemu/emulate.c:
20836 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20837 Make function BX=6 round ST0 to integer.
20839 * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
20840 Adrian Thurston <adriant@corel.ca>
20841 - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
20842 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
20843 - Added some missing structures and definitions to wingdi.h
20844 - Added proper defines for GetCharWidthsXXX
20845 - Added c++ protection to wingdi.h
20847 * 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:
20848 Juergen Schmied <juergen.schmied@metronet.de>
20849 - mostly cleanup after the renaming
20850 - implemented SHILCreateFromPath
20851 - small changed to SHGetFileInfo
20853 * include/prsht.h, include/winuser.h:
20854 Bertho Stultiens <bertho@panter.soci.aau.dk>
20855 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
20856 structure for compatibility.
20858 * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
20859 Bertho Stultiens <bertho@panter.soci.aau.dk>
20860 Moved error codes to cderr.h.
20862 * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
20863 Fix CreateProcess to handle lpCommandline better.
20865 * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
20866 Change GetStartupInfoA/W to return the real StartupInfo.
20868 * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
20869 Handle null wndPtr for mdi window.
20871 * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
20872 Fixed a couple of missing #defines for Win32 API functions with
20873 ASCII/Unicode versions.
20875 * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
20876 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20877 Implemented UTRegister and UTUnRegister.
20879 * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
20880 <keith_m@sweeney.demon.co.uk>
20881 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
20882 bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
20883 DdeSetQualityOfService, DdeSetUserHandle.
20884 Corrected heap handling in DdeInitializeW, refined CreateMutex error
20888 * if1632/olecli.spec, include/ole.h, ole/olecli.c:
20889 Pavel Roskin <pavel_roskin@geocities.com>
20890 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
20891 OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
20892 OleRevertClientDoc, OleEnumObjects.
20894 * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
20895 Definition for OleCreateLinkFromClip was incorrect.
20897 * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
20898 Mask out the upper 12 bits from the resourceid, just like win95 does.
20900 * BUGS: Ove Kaaven <ovek@arcticnet.no>
20901 Updated bug list by my knowledge of them.
20903 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
20904 StgCreateDocfile accepts NULL as a file name.
20906 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
20907 Added support for alternate DIBBITBLT layout.
20909 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
20910 Buffer size bug in LocateDebugInfoFile.
20912 * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20913 Improved "error" message readability.
20915 * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
20917 * dlls/comctl32/listview.c: Fixed make depend
20919 Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
20921 * 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:
20922 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20923 Replaced direct access to the WND structure by corresponding calls to
20926 * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
20927 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20928 Fixed some bugs introduced by the automated renaming.
20930 * resources/.cvsignore: Added sysres_Ru.s
20932 * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
20933 Luc Tourangeau <luc@macadamian.com>
20934 Changed the listview control to add the report view and fix some bugs
20937 * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
20938 Removed use of WND struct.
20940 * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
20941 Added #ifdef HAVE_WCTYPE_H.
20943 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
20944 Removed direct access to the WND struct.
20946 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20947 Message translation for WM_WININICHANGE.
20949 * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
20950 obm_closed_95 should not be drawn inverted.
20952 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
20953 Removed direct access to the WND struct.
20955 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
20956 Thuy Nguyen <thuy@macadamian.com>
20957 Improved performance.
20959 * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
20960 Create a new DC in GetDCEx when none are available.
20962 * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
20963 Stephane Lussier <stephane@macadamian.com>
20964 Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
20966 * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
20967 Changed the button state to "up" as soon as it is known that the
20968 selection has been cancelled, so the button is redrawn in the "up"
20971 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
20972 Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
20974 Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
20976 * 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:
20977 Paul Quinn <paulq@corel.ca>
20978 Added a lot of new OLE interfaces.
20980 * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
20981 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
20982 Added support for Russian language.
20984 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20985 Temporary fix: Activate 16-bit system timer callback routines, but
20986 skip calling them if timer signal occured while current thread was
20987 holding the Win16Lock (to prevent 16-bit stack corruption).
20989 * include/syslevel.h, scheduler/syslevel.c:
20990 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20991 Implemented _ConfirmWin16Lock (KERNEL32.96).
20993 * graphics/ddraw.c, include/ddraw.h:
20994 Lionel Ulmer <ulmer@directprovider.net>
20995 - some clean up in handling of depth
20996 - more depth conversion routines for X11 (15, 16 and 32 -> 8)
20998 * include/queue.h, windows/message.c, windows/queue.c:
20999 Stephane Lussier <stephane@macadamian.com>
21000 Implemented SendMessageTimeout() functions.
21002 * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
21003 Marcel Baur <mbaur@g26.ethz.ch>
21004 Added Boyer-Moore text search.
21006 * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
21007 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21008 Added USER.DestroyIcon32 to Callout struct.
21010 * include/module.h, loader/ne/convert.c:
21011 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21012 Deleted NE_FreePEResource().
21014 * include/user.h, loader/main.c, loader/module.c, windows/user.c:
21015 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21016 Adapted to cursor/icon handling changes.
21018 * loader/ne/resource.c, loader/resource.c:
21019 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21020 Allow accessing both NE and PE resources with both 16- and 32-bit API.
21021 Hook cursor/icon destruction into FreeResource (like Win95).
21023 * include/cursoricon.h, objects/cursoricon.c:
21024 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21025 Implemented Win95-style shared cursor/icon cache.
21026 Merged NE and PE resource handling.
21028 * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
21029 Pavel Roskin <pavel_roskin@geocities.com>
21030 Fixed folder bitmap colors for 8bpp.
21032 * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
21033 Windows doesnt allow dashed and dotted lines > 1.
21035 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
21036 Fixed a reference-counting problem in the external lock mechanism.
21038 * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
21039 Fixed a simple bug in the implementation of the ShellView objects.
21041 * dlls/shell32/shell32_main.c, include/shell.h:
21042 Sergey Turchanov <turchanov@usa.net>
21043 Added some extra CSIDLs.
21045 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21046 Bugfix: Allow lpCommandLine == NULL in CreateProcess().
21048 * windows/x11drv/keyboard.c:
21049 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21050 Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
21052 * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
21053 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21054 Avoid unnecessary GraphicsExpose events.
21056 * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
21057 Fixed index calculations of the upper and lower bounds of a safearray.
21058 Fixed a wrong initialization of the VT sizes array.
21060 * ole/ole2.c, relay32/ole32.spec:
21061 Francis Beaudet <francis@macadamian.com>
21062 Implementation of the ReleaseStgMedium method.
21064 Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
21066 * 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:
21067 Juergen Schmied <juergen.schmied@metronet.de>
21068 - sorted API by groups
21069 - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
21070 - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
21071 RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
21072 - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
21073 RtlTimeFieldsToTime
21075 * include/ntddk.h, include/ntdef.h, include/winnt.h:
21076 Juergen Schmied <juergen.schmied@metronet.de>
21077 Many new prototypes.
21079 * loader/resource.c, include/module.h:
21080 Juergen Schmied <juergen.schmied@metronet.de>
21081 Fix use of wrong prototype from ntdll.h.
21083 * dlls/advapi32/security.c:
21084 Juergen Schmied <juergen.schmied@metronet.de>
21085 Make more functions just calling down to ntdll.
21086 New: GetSecurityDescriptorSacl.
21088 * graphics/psdrv/afm.c:
21089 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21090 Accept "Normal" as a valid AFM weight.
21092 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
21093 Smarter way of searching for a free block.
21095 * windows/message.c:
21096 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21097 Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
21099 * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
21100 Corrected cast so hello5 compiles again.
21102 * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
21103 Don't copy lpstrFileTitle if given NULL pointer for this.
21104 Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
21106 * misc/winsock.c, include/winsock.h:
21107 Marcus Meissner <marcus@jet.franken.de>
21108 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
21110 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
21111 __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
21112 removed additional "eax" from clobber list, so egcs-current likes it.
21114 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21115 CreateFileMapping SetLastError(0)s on newly created mappings.
21117 Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
21119 * 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:
21120 Klaas van Gend <Klaas@vangend.demon.nl>
21121 Create a new subdirectory for the common dialog box DLL and move all
21122 code from /misc/commdlg.c to this directory. Also made a start in
21123 documenting the API calls.
21125 * 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:
21126 Marcus Meissner <marcus@jet.franken.de>
21127 More include optimizations.
21129 * 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:
21130 Marcus Meissner <marcus@jet.franken.de>
21131 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
21132 additional {}. Rewrote GetCreationModeFromSTGM so we don't get
21133 "possible use of uninitialized variable".
21135 * include/mmsystem.h, include/multimedia.h:
21136 Marcus Meissner <marcus@jet.franken.de>
21137 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
21139 * files/directory.c, msdos/int21.c:
21140 Marcus Meissner <marcus@jet.franken.de>
21141 Changed CreateDirectory LastError returns to match Win32 (found out by
21142 experiment). Adapted int21 CreateDirectory call to still return the
21143 correct DOS error codes according to Ralph Brown.
21145 * graphics/ddraw.c, relay32/ddraw.spec:
21146 Lionel Ulmer <ulmer@directprovider.net>
21147 - added function DirectDrawEnumerateEx
21148 - added (or corrected) check for the return value of the enumeration functions
21150 * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
21151 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
21153 * multimedia/mcicda.c:
21154 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
21155 Added missing <sys/types.h>.
21157 * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
21158 Added the button states as returned by IsDlgButtonChecked().
21161 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21162 Added support for quoted file names in CreateProcess().
21164 * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
21165 CLIENT_WaitReply: don't clear last error on success; fixed callers
21166 accordingly (based on a patch by Juergen Schmied).
21168 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
21169 Added some support and stubs for VESA to msdos/int10.c.
21171 * 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:
21172 Marcus Meissner <marcus@jet.franken.de>
21173 More include optimisations and fixes.
21175 * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
21176 open_object should return ERROR_FILE_NOT_FOUND when the named object
21179 * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
21180 Better error message.
21182 * 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:
21183 Use server handles directly for Win32 handles. Removed use of K32OBJ.
21185 * 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:
21186 David Luyer <luyer@ucs.uwa.edu.au>
21187 - fixed missing stdlib.h and string.h includes everywhere
21188 - removed a couple of unneeded stdlib.h and stdio.h includes
21190 * 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:
21191 Process and thread id now use the server-side id instead of an
21192 obfuscated pointer.
21194 * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
21195 Ove Kaaven <ovek@arcticnet.no>
21196 The Windows GUI behaviour tester used on the Windows computer. It was
21197 used with Borland C++ 4.52, but should be easy to adapt to Winelib by
21198 whoever feels like it; I haven't, I just released this useful test app
21199 in case it would benefit other developers.
21201 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
21202 This file details the results (message traces) the GUI behaviour
21203 tester app gave under real Windows for various events. It was useful
21204 for some of my debugging at least, perhaps it could be of some use to
21205 other Wine GUI debuggers as well.
21207 * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
21208 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
21209 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
21210 needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
21211 defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
21214 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21215 GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
21218 * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
21219 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21220 Adapted to CreateProcess changes.
21222 * loader/ne/module.c:
21223 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21224 NE modules adapted to CreateProcess changes.
21225 LoadModule16/LoadLibrary16 reorganization.
21227 * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
21228 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21229 Process creation sequence reorganized:
21230 - Removed instance data segment for all but NE modules.
21231 - Check binary type in CreateProcess before loading module.
21232 - Unix process creation moved from WinExec to CreateProcess.
21233 - Bugfix: fill in thdb->teb.htask16 member correctly.
21235 * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
21236 - Code to return default language code as keyboard layout.
21237 - Implemented other stubs associated with keyboard layout:
21238 GetKeyboardLayoutNameA, ActivateKeyboardLayout,
21239 LoadKeyboardLayout[AW], GetKeyboardLayoutList.
21241 * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
21242 Klaas van Gend <klaas@vangend.demon.nl>
21243 Preliminary implementation of the PrintDlgA stub.
21245 * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
21246 Now compliant to the Dutch standards.
21248 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
21249 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
21251 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
21252 Fixed a couple of dosmem block resize bugs.
21254 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
21255 - no more 3D capabilities if Direct3D support is not compiled in
21256 - some debug messages clean-up (replaced fprintfs by DUMPs)
21258 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
21259 We got passed a NULL Dialect ptr and accessed it unprotected.
21261 * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
21262 Added support for mappings with no associated file.
21264 * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
21265 Removed dst_handle in duplicate_handle request.
21266 Added inherit flag in create_mapping request.
21268 * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
21269 Francis Beaudet <francis@macadamian.com>
21270 Implemented support for arrays and safe arrays in VARIANT data
21271 structures. Also moved the SAFEARRAY definition (yet again) to the
21274 * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
21275 Fixed Filesystem documentation.
21277 * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
21278 Pavel Roskin <pavel_roskin@geocities.com>
21279 Made folder icons gray-yellow instead of blue.
21281 * windows/message.c: Francis Beaudet <francis@macadamian.com>
21282 Order of send message processing was not respected and the message
21283 stacked last finished after the message stacked first.
21285 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
21286 Added checks to guard against NULL active window.
21288 * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
21289 Don't check children of disabled or invisible controls for dialog
21290 keyboard accelerators. Fixes problems with dialogs with tab boxes.
21292 * ole/compobj.c, relay32/ole32.spec:
21293 Francis Beaudet <francis@macadamian.com>
21294 Implemented the CoTaskMemRealloc API. Also clean-up around that API
21297 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
21298 Added a missing Release.
21299 STGM_CREATE should translate to CREATE_ALWAYS.
21301 ----------------------------------------------------------------
21302 Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
21304 * DEVELOPERS-HINTS: Updated for new naming conventions.
21306 * */*: Large-scale renaming of all Win32 functions and types to
21307 use the standard Windows names.
21309 ----------------------------------------------------------------
21310 Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
21312 * misc/main.c: Albert den Haan <albertd@corel.ca>
21313 For various reasons some of our libwine executables must have a "." in
21314 their file names. The "." causes trouble when the file name is used as
21315 the class name for an X resource as wine does for command line parsing
21319 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
21320 GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
21322 * include/gdi.h, include/heap.h, include/wintypes.h:
21323 David Luyer <luyer@ucs.uwa.edu.au>
21324 Added __attribute__ ((unused)) on static inline functions declared in
21327 * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
21328 Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
21329 which uses my bug_report.pl script.
21330 Added info on a command that can be run on all shells to print debug
21331 msgs to a file and not to xterm.
21334 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
21335 Needs thread.h for non-Linux.
21337 * include/win.h, windows/win.c:
21338 Francois Boisvert <francois@macadamian.com>
21339 Adding of new functions to make the wnd struct thread safe. Adding of
21340 irefCount in wnd struct.
21342 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
21343 Michael Veksler <mveksler@techunix.technion.ac.il>
21344 Added configure check for getbkgd and define HAVE_GETBKGD.
21346 * 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:
21347 Paul Quinn <paulq@corel.ca>
21348 Many interface declarations that originated from oleidl.h, oaidl.h and
21349 ocidl.h separated into somewhat relevant obj_* files.
21351 * files/drive.c, ole/compobj.c, resources/sysres.c:
21352 Michael Veksler <mveksler@techunix.technion.ac.il>
21353 Fixed warning and compilation errors.
21355 * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
21356 Removed includes of wine/* headers.
21358 * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
21359 Made message "Resource not found" WARN.
21361 * dlls/shell32/contmenu.c, include/shlobj.h:
21362 Adrian Thurston <adriant@COREL.CA>
21363 - Use the new COM definition macros in the header.
21364 - Put the implementation of the object in the contmenu.c.
21365 - Make appropriate name changes in contmenu.c.
21367 * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
21368 Zygo Blaxell <zygob@corel.ca>
21369 Modifies parameter list of a couple of functions to comply with SDK.
21371 * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
21372 ScrollDC32 modified to return rect in logical coordinate.
21374 * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
21375 Adds C++ nameless union support to tagVARIANT.
21377 * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
21378 Adrian Thurston <adriant@COREL.CA>
21379 Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
21380 Removed a redundant include.
21381 Added some c++ protection.
21383 Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
21385 * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
21386 Juergen Schmied <juergen.schmied@metronet.de>
21387 Changed pidl structure to match the pidl's used in lnk-files.
21389 * dlls/shell32/shelllink.c:
21390 Juergen Schmied <juergen.schmied@metronet.de>
21391 Implemented reading of *.lnk-files.
21393 * include/wine/obj_shelllink.h:
21394 Juergen Schmied <juergen.schmied@metronet.de>
21395 new file, including the IShellLink definition.
21397 * 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:
21398 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21399 Modified process creation sequence: call PE_CreateModule in the
21400 context of the new process (in TASK_CallToStart).
21401 Changed all PE/Module routines so as to always operate on the current
21402 process; adapted all callers.
21404 * 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:
21405 Marcus Meissner <marcus@jet.franken.de>
21406 Optimized away more includes, readded some #includes for necessary
21409 * msdos/int2f.c: <smil@mechatronika.hu>
21410 Added low-level Netware installation check.
21412 * include/console.h, console/interface.c, console/ncurses.c:
21413 Joseph Pranevich <jpranevich@lycos.com>
21414 Added GetBackgroundColor call to the console struct. Will be used
21417 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
21418 Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
21419 (Interrupt list did not have correct.)
21421 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
21422 Added stubs for two missing methods of DInput.
21424 * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
21427 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
21428 Added support for larger files.
21430 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21431 Fixes buffer overrun problems with GetDIBits.
21433 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
21434 Fixed some SendMessage bugs.
21436 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
21437 Fix COM_ExternalLockFreeList to do not fail with an empty list.
21439 Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
21441 * misc/Makefile.in, misc/string.c:
21442 Zygo Blaxell <zblaxell@furryterror.org>
21443 Implemented some CRTDLL string functions.
21445 * 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:
21446 Marcus Meissner <marcus@jet.franken.de>
21447 Some more recursive include fixes/optimizations.
21449 * 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:
21450 Juergen Schmied <juergen.schmied@metronet.de>
21451 - eliminated one element of the pidl struct (dwSFGAO)
21452 - changed some superflous FIXME
21454 * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
21455 Juergen Schmied <juergen.schmied@metronet.de>
21456 - header uses the last macros now
21457 - rewrote IDropTarget according to the new COM headers
21458 (was local declared not using the already written prototypes)
21459 - corrected Drop method (wrong parameter count)
21461 * windows/dinput.c: Francois Gouget <fgouget@psn.net>
21462 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
21463 Added the interface implementation structures.
21464 I remembered from an email that even when asked for a
21465 IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
21466 considered that we would only implement the latter. The
21467 IDirectInputDeviceA_xxx methods have been renamed to
21468 IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
21469 implementation as before.
21470 Renamed the implementation structures to XxxImpl.
21472 * include/dinput.h: Francois Gouget <fgouget@psn.net>
21473 Use latest COM macros
21474 Defined the IDirectInputDeviceA interface independently from
21475 IDirectInputDevice2A.
21476 Removed the 32 suffix of the interfaces. Hopefully this will not
21477 cause any problem with the renaming.
21478 Moved the implementation specific stuff to dinput.c (well, the
21479 interfaces at least).
21481 Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
21483 * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
21484 Changed initial process creation to avoid memory allocations.
21485 Removed a few unused fields in PDB and THDB.
21487 * scheduler/client.c, scheduler/thread.c:
21488 Removed thread queue functions.
21489 Changed initial thread creation to avoid memory allocations.
21490 Moved server startup to THREAD_CreateInitialThread.
21492 * scheduler/synchro.c:
21493 Removed use of per-thread wait_struct, cleaned up a bit.
21495 * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
21497 * include/winnt.h: Added a few exception codes.
21499 * 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:
21500 Michael Veksler <mveksler@techunix.technion.ac.il>
21501 - Fix headers to include less or smaller header files.
21502 - Fix header and source files to include missing header files to avoid
21503 warnings and errors.
21505 * loader/signal.c, memory/ldt.c, misc/port.c:
21506 Marcus Meissner <marcus@jet.franken.de>
21507 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
21508 wine_sigaction __PIC__ cases, since "g" will not work with
21509 -fomit-frame-pointer ("g" is referenced using %esp which was
21510 invalidated before). Bug found and (other) fix suggested by
21511 <daniel@mat.utfsm.cl> Daniel Serpell.
21513 * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
21514 Added missing WINAPIs.
21516 * 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:
21517 Stephane Lussier <stephane@macadamian.com>
21518 Fix problem where you need mouse activity to unlock some 16 bits
21519 thread with multi-threaded apps.
21521 Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
21523 * 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:
21524 Francis Beaudet <francis@macadamian.com>
21525 Implemented the OleCreateFontIndirect method and the associated COM
21526 object. That object supports the IFont and IDispatch interfaces.
21528 * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
21529 Marcus Meissner <marcus@jet.franken.de>
21530 Problems reported by Donald Page, PR 105-107.
21532 * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
21533 More commenting, better debugging of color problems, and support for
21534 the new TerminalType option in wine.ini. This allows us to select
21535 which terminal type we are really using so that we can, for example,
21536 use its color capabilities.
21538 * console/interface.c, include/console.h:
21539 Joseph Pranevich <jpranevich@lycos.com>
21540 Support for the new InitialRows andf InitialColumns options in wine.ini
21541 (Generic replacement for XtermResolution option...)
21543 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
21544 Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
21546 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
21547 Removal of obsolete XtermResolution option.
21549 * documentation/console, wine.ini:
21550 Joseph Pranevich <jpranevich@lycos.com>
21551 Add information about the new wine.conf options.
21553 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21554 Fixed backtrack issue on 16bit code.
21556 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21557 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
21559 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21560 Fixed comment for Wine documentation.
21562 * include/server.h, include/server/request.h, server/request.c, server/trace.c:
21563 Added get/set_handle_info request.
21565 * graphics/x11drv/dib.c:
21566 Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
21568 * 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:
21569 Bertho Stultiens <bertho@panter.soci.aau.dk>
21570 Fix a couple of 64bit platform problems and speed up compilation. See
21571 tools/wrc/CHANGES for details.
21573 * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
21574 mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
21575 correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
21577 * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
21578 Added a check for the existence of wine.sym before installing it.
21580 * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
21581 Francis Beaudet <francis@macadamian.com>
21582 Added some new stubs for the OLE menu descriptor methods.
21584 Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
21586 * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
21587 Fixed message filtering check.
21589 * 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:
21590 Juergen Schmied <juergen.schmied@metronet.de>
21591 - made the security functions consistent. advapi calls down to ntdll now
21592 - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
21593 SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
21594 - nt-header cleanup
21596 * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
21597 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21598 Fixed a few broken includes.
21600 * windows/nonclient.c: Reverted broken close button change.
21602 * 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:
21603 Jeff Garzik <jgarzik@pobox.com>
21604 Added missing string.h include.
21606 * loader/ne/module.c:
21607 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21608 Only append .dll if no extension yet.
21610 * windows/message.c: Francis Beaudet <francis@macadamian.com>
21611 Temporary fix suggested by Ulrich to allow the
21612 MsgWaitForMultipleObject method to be called from 16 bit threads.
21614 * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
21615 Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
21616 case it's sent to a window that doesn't handle it (i.e. not MDI
21619 * include/dce.h, windows/dce.c, windows/winpos.c:
21620 Ove Kaaven <ovek@arcticnet.no>
21621 Added extra child arguments to DCE_GetVisRgn() to be able to handle
21622 PARENTDC class style combined with CLIPCHILDREN window style, to
21623 prevent mis-redraws in Free Agent 16-bit.
21625 * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
21626 Don't hang on the last child if it's not wanted.
21628 * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
21629 Partial stub implementation of undocumented KERNEL routine PK16FNF,
21630 needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
21632 * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
21633 Fix redraw problems for ChooseColor dialog.
21635 * */*.c: Marcus Meissner <marcus@jet.franken.de>
21636 Removed a lot of occurences of windows.h (and added necessary other
21639 * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
21640 Francois Gouget <fgouget@psn.net>
21643 * include/dsound.h, multimedia/dsound.c:
21644 Francois Gouget <fgouget@psn.net>
21645 Changed the first parameter from LPGUID (Windows headers) to REFGUID.
21646 This makes it a 'const GUID*' which means DirectSoundCreate must not
21649 * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
21650 Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
21651 include/wine/obj_base.h)
21653 Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
21655 * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
21656 Stephane Lussier <stephane@macadamian.com>
21657 - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
21658 to support thread-safeness, and nested SendMessage.
21659 - Addition of ReplyMessage32.
21661 * windows/x11drv/wnd.c:
21662 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21663 Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
21665 * misc/commdlg.c, resources/sysres_En.rc:
21666 Pascal Lessard <pascal@macadamian.com>
21667 Applied the changes of the resulting color of the choose color dialog.
21668 Initialize values in the choose color dialog.
21670 * include/wine/obj_base.h, include/wine/obj_marshal.h:
21671 Francois Gouget <fgouget@psn.net>
21672 Removed references to ICOM_INHERITS.
21674 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
21675 Thuy Nguyen <thuy@macadamian.com>
21676 Fixed bug with read-only files.
21678 * multimedia/mciavi.c, multimedia/mcimidi.c:
21679 Marcus Meissner <marcus@jet.franken.de>
21680 Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
21682 * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
21683 dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
21685 * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
21686 Francois Gouget <fgouget@psn.net>
21687 Modified so that they do not use the VTABLE_FUNC macros that performed
21688 casts of all methods put in the jump table. I find it too risky to use
21689 such macros because nothing guarantees that you actually put the right
21690 method at the right place or that the prototype is right.
21692 * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
21693 Francois Gouget <fgouget@psn.net>
21694 Updated to use the latest COM macros. Defined more interfaces and API
21697 * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
21698 Francois Boisvert<francois@macadamian.com>
21699 Implementation of the pushed close button.
21701 Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
21703 * 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:
21704 Francois Gouget <fgouget@psn.net>
21705 Moved some definitions to their proper include file.
21707 * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
21708 Francois Gouget <fgouget@psn.net>
21709 Fixed some ICOM_INHERIT stuff and added new related API functions.
21711 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
21712 Added new API. Part of it was in 'include/objbase.h' before and part
21713 of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
21714 perfect but it's better than having it in 'include/objbase.h'.
21716 * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
21717 Francois Gouget <fgouget@psn.net>
21718 Fixed a number of warnings concerning the matching of the printf
21719 format string and the associated parameters (actually it's mostly
21722 * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
21723 Marcus Meissner <marcus@jet.franken.de>
21724 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
21725 mciLoadCommandResource32: second arg is wide string
21726 mciGetDriverData: spec has just one long argument
21728 * 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:
21729 Francois Gouget <fgouget@psn.net>
21730 Changed ICOM_THIS definition.
21732 * dlls/version/info.c, include/ver.h:
21733 Bertho Stultiens <bertho@panter.soci.aau.dk>
21734 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
21735 The VS_VERSION_INFO is a simple define and would cause confusion.
21736 Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
21738 * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
21739 "Configure finished" message suggests to call make when make depend
21742 * */*: Marcus Meissner <marcus@jet.franken.de>
21743 Optimized include/*.h: (recursively) include all headers needed by
21744 this .h file, but only those. Necessary fixes to a lot of .c files,
21745 started optimizing "windows.h" away from some of them. Moved
21746 GetCurrentTask prototype to wine/winbase16.h.
21748 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
21749 Luc Tourangeau <luc@macadamian.com>
21750 Preliminary listview control implementation.
21752 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
21753 Give the context menu its proper behaviour and modify TrackPopupMenu
21754 to comply with windows API.
21756 * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
21757 GetUpdateRect should return client coordinates unless the window was
21758 created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
21759 in which case the result should be in logical coordinates.
21761 * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
21762 Added the actual definitions of the interfaces.
21764 * include/servprov.h: Francois Gouget <fgouget@psn.net>
21765 Converted to the new COM declaration 'standard' for better
21766 compatibility with C code implementating that interface.
21768 * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
21769 Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
21772 * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
21773 Defined IDropTarget for ShellFolder. Implemented the Constructor,
21774 Destructor, AddRef, Release and QueryInterface methods.
21776 * memory/selector.c, if1632/kernel.spec:
21777 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21778 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
21780 Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
21782 * include/msacm.h, include/winuser.h:
21783 Douglas Ridgway <ridgway@winehq.com>
21784 c2man doesn't like extra semicolons.
21786 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
21787 Resetting X focus should not be done with SetFocus32. Called
21788 the windowing (X11) driver's SetFocus routine directly instead.
21789 This apparently fixes a big heap of user interface problems.
21791 ----------------------------------------------------------------
21792 Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
21794 * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
21795 Eric Pouech <Eric.Pouech@wanadoo.fr>
21796 Changed some functions prototypes (were returning void).
21798 * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
21799 Fixed some Winelib names.
21801 * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
21802 Juergen Schmied <juergen.schmied@metronet.de>
21803 Corrected prototypes func() ->func(void).
21805 * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
21806 Brian Joseph Czapiga <root@glacid.com>
21807 Fixed a few #ifdefs.
21809 * windows/scroll.c, windows/x11drv/wnd.c:
21810 Jerome Vouillon <vouillon@claranet.fr>
21811 Make a correct use of clipping rectangles.
21813 * include/bitmaps/ocr_cross:
21814 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21815 Added white border.
21817 * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
21818 Implemented better output for indirect calls.
21820 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
21821 Fixed typo in winmm.spec.
21823 * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
21824 Gavriel State <gavriels@COREL.CA>
21825 A few non-x86 Winelib fixes.
21827 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
21828 Do not print 'wine: no executeable found' if we did execute something.
21830 * programs/notepad/*:
21831 Marcel Baur <mbaur@g26.ethz.ch>
21832 - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
21833 - Improved printing support (not yet complete)
21834 - Improved file drag and drop (should now work)
21835 - General code cleanup
21837 * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
21838 Eric Pouech <Eric.Pouech@wanadoo.fr>
21839 Fixed bugs on MCI notification (callback info are copied before
21840 asynchronous return) - make use of it in MCI wave and midi.
21841 Implemented mci(Set|Get)DeviceID(16|32) functions.
21843 * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
21844 Since SetParent now hides/shows, explicitly invalidating DCs in the
21845 parent change operation should no longer be necessary.
21847 * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
21848 Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
21851 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21852 Moved VGA port access check at the beginning in order to improve
21853 performance a little bit.
21855 * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
21856 Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
21858 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
21859 Added comments. Think I've fixed INT 10/08 (Get Character and
21860 Attribute at Cursor).
21862 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
21863 Added configuration options XtermProgram and XtermResolution.
21866 * documentation/console, wine.ini:
21867 Joseph Pranevich <jpranevich@lycos.com>
21868 New examples/documentation for console configuration options.
21870 * 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:
21871 Joseph Pranevich <jpranevich@lycos.com>
21872 Moved initialization until later. Also moved around code a bit to be
21875 * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
21876 Added possibility to load .stabs/.stabstr sections from PE dlls.
21877 Unfortunately my samples use currently typedefs which wine-dbg does
21878 not understand, so no actual parsing.
21880 * 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:
21881 Bertho Stultiens <bertho@panter.soci.aau.dk>
21882 Change a couple of names that would conflict after all 32[AW] suffixes
21883 are removed. Structures defined in both mmreg.h and mmsystem.h are
21884 protected with #ifdef:s as in MS' headers.
21886 * misc/imm.c: Patrik Stridvall <ps@leissner.se>
21887 Fixed wrong typecasts.
21889 * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
21892 * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
21893 Fix for X11 includes detection.
21895 * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
21896 Marcus Meissner <marcus@jet.franken.de>
21897 Added possibility to load .stabs/.stabstr sections from PE dlls.
21898 Unfortunately my samples use currently typedefs which wine-dbg does
21899 not understand, so no actual parsing.
21901 * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
21902 Marcus Meissner <marcus@jet.franken.de>
21903 Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
21905 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
21906 Juergen Schmied <juergen.schmied@metronet.de>
21907 Implementation of ConvertDefaultLocale32.
21909 * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21910 WIN31 Look still needs a close button on the left of the menu bar.
21912 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
21913 Changed SetWindowPos32 to force the update of the non-client area.
21915 Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
21917 * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
21918 Bertho Stultiens <bertho@panter.soci.aau.dk>
21919 Fixed a couple of faulty names used in wine and typos so that it will
21920 compile again after conversion from 32[AW] naming to [AW] naming.
21922 * 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:
21923 Marcus Meissner <marcus@jet.franken.de>
21924 Moved the if1632/signal.c stuff into loader/signal.c, adapted function
21925 pointers for wine_debug and INSTR_EmulateInstruction.
21927 * ole/compobj.c: Francois Gouget <fgouget@psn.net>
21928 All guid 'REFxxx' types already have a 'const' inside them.
21930 * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
21931 Marcus Meissner <marcus@jet.franken.de>
21932 Some warnings fixed, one useless VERSION warning removed (winelib).
21935 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21936 RegFlushKey: wrong error code.
21938 * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21939 Adds a warning message if permissions not sufficient.
21941 * 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:
21942 Eric Pouech <Eric.Pouech@wanadoo.fr>
21943 Added support for MCI AVI driver
21944 Added some fixes mixer functions
21945 Fixed MCI string comparison (thanks to Lionel ULMER)
21946 No longer using 16 bit USER functions (use their 32 bit counter part)
21948 Added function sndPlaySound32W
21950 * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
21951 Francois Gouget <fgouget@psn.net>
21952 Added the actual interface definitions to the obj_marshal.h skeleton
21953 file. Also defined the associated C API.
21955 * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
21956 Use global synchronization objects, to be able to use it in different
21957 processes (not only the process which create the synchro object).
21959 * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
21960 Set hwndActiveChild when maximizing a mdi child window because it is
21961 not set when maximizing a window other than the active child.
21963 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
21964 Change the GetMenuItemRect to comply with windows API.
21966 * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
21967 James Juran <jrj120@psu.edu>
21968 Created include/Makefile.in to separate header file installation from
21969 the top-level Makefile.
21971 * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
21972 Thuy Nguyen <thuy@macadamian.com>
21973 - Fixed a small block depot bug.
21974 - Implemented converting from small blocks to big blocks.
21975 - Validated file attributes and flags.
21976 - Fixed a bug for larger files.
21978 * resources/.cvsignore: added sysres_Nl
21980 * 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:
21981 Francis Beaudet <francis@macadamian.com>
21982 Implemented the OLE Drag and Drop target registration mechanism and
21983 the DoDragDrop loop to perform the DnD operation.
21985 * windows/mdi.c, controls/menu.c, include/menu.h:
21986 Francois Boisvert <francois@macadamian.com>
21987 Implemented the WIN31 Look mdi buttons and also some defines for the
21990 * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
21991 Ian Schmidt <irsman@iag.net>
21992 Added entries for most Crypt* calls.
21993 Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
21997 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21998 An app left junk in the undo buffer of an edit control upon creation.
22000 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
22001 Changed SetParent32 to adhere to Windows behaviour (mostly),
22002 which should also keep it from leaving garbage around.
22004 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
22005 Implementation of a simple linked list (static) that stores and counts
22006 references to COM objects.
22008 * include/objbase.h, include/wtypes.h:
22009 Francois Gouget <fgouget@psn.net>
22010 Make the REFxxx types const even in C. Also add FMTID.
22012 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
22013 Don't call EVENT_DummyMotionNotify for hidden windows.
22015 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
22016 Fix some thread-safeness problem when accessing the system message
22019 * windows/input.c, include/winuser.h, relay32/user32.spec:
22020 Marcus Meissner <marcus@jet.franken.de>
22021 Implemented MapVirtualKeyEx (ticket 21).
22022 Ignore keyboard layout for now.
22024 * include/objidl.h, include/wine/obj_clientserver.h:
22025 Francois Gouget <fgouget@psn.net>
22026 Added the actual interface definitions to the obj_clientserver.h
22029 * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
22030 Juergen Schmied <juergen.schmied@metronet.de>
22031 - documented most of the undocumented functions in nt.c
22032 - implemented RtlGetDaclSecurityDescriptor
22033 - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
22034 - stubs for NtRaiseException, RtlRaiseException (this both will crash)
22036 Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
22038 * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
22039 Juergen Schmied <juergen.schmied@metronet.de>
22040 Small fixes to compile with the headers (mostly nt-security).
22042 * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
22043 Juergen Schmied <juergen.schmied@metronet.de>
22044 Made nt-related types compatible, throw out wine-specific types.
22046 * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22047 Use MONITOR_... instead of DESKTOP_... routines to get screen
22048 dimensions; these work also with native USER.
22050 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
22051 WM_ACTIVATE default processing should set window focus.
22052 Should fix focus problems in non-managed mode.
22054 Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
22056 * 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:
22057 Klaas van Gend <klaas@vangend.demon.nl>
22058 Added support for the Dutch language.
22060 * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
22061 Adrian Thurston <adriant@corel.ca>
22062 Zygo Blaxell <zblaxell@corel.ca>
22063 Move property sheets from commctrl.h into into prsht.h.
22065 * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
22066 Lionel Ulmer <ulmer@directprovider.net>
22067 Added 'objbase.h' to prevent compiler warnings.
22069 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22070 Better detection of XShm errors (should now run on remote displays).
22072 * multimedia/mmsystem.c:
22073 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22074 Fixes mixerGetID16/32 problems/errors.
22076 * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
22077 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
22078 declarations must surrender or prepare to be met with deadly force :-)
22080 * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
22081 Added new functions (from Win98)
22082 Added comments with the parameter types for future use with dllglue
22084 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22085 Set the flags for GetVolumeInformation32A.
22087 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
22088 FindWindow failed for 32 bit windows with style != WS_CHILD.
22090 Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
22092 * 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:
22093 Paul Quinn <paulq@corel.ca>
22094 Albert Den Haan <albertd@corel.ca>
22095 Moves files from print.h to winspool.h for better SDK header compliance
22096 for Winelib programs.
22098 * 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:
22099 Albert Den Haan <albertd@corel.ca>
22100 Adrian Thurston <athursto@corel.ca>
22101 Paul Quinn <paulq@corel.ca>
22102 Zygo Blaxell <zygob@corel.ca>
22103 Miscellaneous patches to header files. All of these are supposedly there
22104 to help build Winelib applications.
22106 * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
22107 Adrian Thurston <athursto@corel.ca>
22108 Paul Quinn <paulq@corel.ca>
22109 Zygo Blaxell <zygob@corel.ca>
22110 More types we need for compiling Winelib/MFC applications.
22112 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
22113 Adrian Thurston <adriant@corel.ca>
22114 More types for common controls. Needed for Winelib.
22116 * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
22117 Francois Gouget <fgouget@psn.net>
22118 Better set of macros for defining the COM interfaces.
22120 * dlls/advapi32/security.c, relay32/advapi32.spec:
22121 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22122 Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
22124 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22125 Fixed debug output to follow '-debugmsg' flags.
22127 Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
22129 * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
22130 Michael Veksler <mveksler@techunix.technion.ac.il>
22131 Added missing includes to avoid warnings/errors.
22133 * 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:
22134 Michael Veksler <mveksler@techunix.technion.ac.il>
22135 Moved everything out of windows.h.
22137 * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
22138 Brad Pepers <brad@linuxcanada.com>
22141 * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
22142 Stephane Lussier <stephane@macadamian.com>
22143 -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
22144 So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
22145 with this patch. Unicode version of those functions is currently only
22146 calling the ASCII version.
22147 -Fixed queue signaling using a new EVENT object in the queue for 32 bits
22148 thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
22151 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22152 GetMetaFileBitsEx should work in bytes not words.
22154 * include/shlobj.h: Francois Gouget <fgouget@psn.net>
22155 DllGetClassObject should take a REFCLSID not an LPCLSID.
22157 * objects/dib.c, include/global.h, memory/virtual.c:
22158 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22159 Change fault handler 'addr' argument to LPCVOID.
22161 * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22162 Call VIRTUAL_HandleFault if read/write returns EFAULT.
22164 * dlls/comctl32/treeview.c:
22165 Bertho Stultiens <bertho@panter.soci.aau.dk>
22166 Fix typo to map GetTextExtentPoint to the correct 32A version.
22168 * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
22169 Marcus Meissner <marcus@jet.franken.de>
22170 Some small bugfixes, added more PE relocation types (for WinCE mostly),
22171 some console prototypes, -dll is useful for winelib too, regtest
22174 * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
22175 Paul Quinn <paulq@corel.ca>
22176 GetCursorPos is actually a BOOL.
22178 * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
22179 Adrian Thurston <adriant@corel.ca>
22180 More types, C++ protection, and a typo correction for mmsystem.h.
22182 * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22183 Move the #define of DUMMYUNIONNAME* to before they are used.
22184 Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
22185 Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
22186 Define "TV_ITEM" to agree with you-know-who's documentation.
22188 * dlls/version/info.c:
22189 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22190 NULL is a valid argument as handle for GetFileVersionInfoSize32A.
22192 * include/dinput.h, windows/dinput.c:
22193 Lionel Ulmer <ulmer@directprovider.net>
22194 Added buffered device access for DInput's mouse driver.
22196 * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
22197 Wrong access on server handle was demanded (GENERIC_READ instead of
22200 * dlls/shell32/shellord.c:
22201 Juergen Schmied <juergen.schmied@metronet.de>
22202 Better implementation (takes strings or res-id's now).
22204 * dlls/version/resource.c:
22205 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22206 Bugfix: NULL pointer check for output parameters.
22208 * dlls/shell32/brsfolder.c:
22209 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22210 Fixed two pointer/integer mismatch warnings.
22212 * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22215 * console/xterm.c, win32/console.c:
22216 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22217 wine_openpty is not properly declared (either missing or mismatched
22218 declarations) in both places where it is used.
22220 * include/wingdi.h, objects/dib.c:
22221 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22222 Fix types of GetDIBits functions (LPSTR should be LPVOID).
22224 * graphics/x11drv/dib.c:
22225 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22226 Fixes several problems with SetDIBitsToDevice if xSrc != 0.
22227 Thanks to Ian Schmidt for the logs.
22229 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
22230 The systems buttons (minimize/restore/close) now appear on the menu
22231 bar of mdi application.
22233 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
22234 Implemented the magic menu items id's used by windows when inserting
22235 the minimize/maximize/close buttons in the menu bar of an application.
22237 * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
22238 Adds support for EMR_STRETCHDIBITS in EMFs.
22240 * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
22241 Fixed image size and line size, added 8bit color/palette handling.
22243 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
22244 Fixed formatting of code
22245 Now changes to directory of program to be run before starting wine
22247 * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
22248 Stephane Lussier <stephane@macadamian.com>
22249 - Cleaned up the message queue when a thread exit (but not the process).
22250 - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
22251 queue link list is corrupted.
22253 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
22254 Sounds were cut off due to integer overflow. Fixed.
22256 * include/windowsx.h: Paul Quinn <paulq@corel.ca>
22257 Added windowsx.h for Winelib.
22259 Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
22261 * 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:
22262 <ewill@ncal.verio.com>
22263 Added common dialogs test program.
22265 * 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:
22266 Noel Borthwick <noel@macadamian.com>
22267 Added management and allocation of the PERQUEUEDATA structure.
22269 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
22270 Lionel Ulmer <ulmer@directprovider.net>
22271 - added a dump of the palette creation flags
22272 - changed palette creation code in vga.c to prevent useless error
22275 * documentation/wine.man, files/drive.c, wine.ini:
22276 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22277 Use vfat/win95 as default.
22279 * 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:
22280 Marcus Meissner <marcus@jet.franken.de>
22281 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
22282 aviinfo and aviplay programs.
22284 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22285 Continued hack to win32/console.c, so that the IDA Pro Disassembler
22286 works again. Needs much more work however.
22288 * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
22289 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
22292 * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
22293 Added missing ULONG to static const OFFSET_xx.
22295 Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
22297 * documentation/wine.man: James Juran <jrj120@psu.edu>
22298 Various manpage updates, including the incorrect statement about glibc
22301 * documentation/debugging: James Juran <jrj120@psu.edu>
22302 Fix pointer to the Windows Disassembler 32. Thanks to Herbert
22303 Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
22305 * dlls/msacm32/driver.c:
22306 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22307 Another usage of non-portable functions...
22310 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22311 Some values of pBiosData added/fixed.
22313 * 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:
22314 Patrik Stridvall <ps@leissner.se>
22315 Moved some more code to the X11 driver.
22317 * 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:
22318 Patrik Stridvall <ps@leissner.se>
22319 TTY driver changes.
22321 * 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:
22322 Patrik Stridvall <ps@leissner.se>
22323 X11 driver changes.
22325 * 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:
22326 Patrik Stridvall <ps@leissner.se>
22327 Non-X11 compile fix for generated code.
22329 * include/monitor.h, windows/multimon.c:
22330 Patrik Stridvall <ps@leissner.se>
22331 Implementation of the new monitor abstraction.
22333 * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
22334 Patrik Stridvall <ps@leissner.se>
22335 New TTY driver for GDI.
22337 * configure, configure.in, include/acconfig.h, include/config.h.in:
22338 Patrik Stridvall <ps@leissner.se>
22339 - Added the graphics/ttydrv directory.
22340 - Don't search for reentrant X when X doesn't exist.
22341 - Added config options HAVE_LIBXXPM
22342 - Added checks if the header files also exist for some libraries
22344 Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
22346 * 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:
22347 Francois Gouget <fgouget@psn.net>
22348 Replaced references to interfaces.h by wine/obj_xxx.h headers instead
22349 since these headers already provide the necessary definitions.
22351 * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
22352 Eric Pouech <Eric.Pouech@wanadoo.fr>
22353 Removed references to obsolete msdos/cdrom.c file.
22354 Make use of new Wine internal CD ROM interface.
22356 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22357 Fixed tracks indexing in mcicda.c
22358 Make use of new Wine internal CD ROM interface.
22360 * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
22361 Eric Pouech <Eric.Pouech@wanadoo.fr>
22362 New Wine internal interface for handling CD Rom (especially audio CD
22365 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
22366 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22367 Change a few types to match you-know-who's declarations.
22368 HTREEITEM is a struct _TREEITEM FAR*
22369 GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
22370 Adjustment of Wine C code to match the new types included.
22372 * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22373 Fixed GET_LZ_STATE macro.
22375 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
22376 Lionel Ulmer <ulmer@directprovider.net>
22377 Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
22379 * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
22380 Albert den Haan <albertd@corel.ca>
22381 Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
22383 * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
22384 reslen could be used uninitialised in GetFileResource32 (fixes some
22385 strange VerQueryValue crashes).
22387 * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
22388 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
22389 LOCALE_IINTLCURRDIGITS.
22391 * memory/selector.c, relay32/kernel32.spec:
22392 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22393 Bugfix: Preserve EAX in UnMapSLFixArray().
22395 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22396 Fixes little pointer bug in DPA_DeletePtr().
22398 * if1632/kernel.spec, memory/string.c:
22399 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22400 Implemented KERNEL.434 (UnicodeToAnsi).
22402 * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22403 GetDiskFreeSpaceEx32A can get null pointers and still not crash.
22405 * graphics/psdrv/driver.c:
22406 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22407 Clear up args to PSDRV_AdvancedSetupDialog.
22409 * graphics/x11drv/xfont.c:
22410 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22411 Reduce MAX_FONT_SIZE to 1000.
22413 Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
22415 * 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:
22416 Added input queue to server-side console object,
22417 read/write_console_input requests, and use them for
22418 Read/WriteConsoleInput.
22420 * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
22421 Fix to allow for recvmsg() returning less data than is needed.
22423 * include/toolhelp.h, include/windows.h:
22424 Attempt at fixing the MAX_PATH multiple definition problem.
22426 ----------------------------------------------------------------
22427 Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
22429 * include/module.h, loader/ne/resource.c:
22430 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22431 Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
22432 usable by the VERSION code.
22434 * include/pe_image.h, loader/pe_resource.c:
22435 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22436 Added GetResDirEntryA for use by the VERSION code.
22438 * misc/Attic/ver.c, misc/Makefile.in:
22439 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22440 Removed old VER.DLL code.
22442 * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
22443 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22444 Implementation of VERSION.DLL. Based on old misc/ver.c.
22445 - Accessing PE version info resources should work correctly now.
22446 - Fixed memory leaks.
22447 - Clean separation of 16- and 32-bit parts.
22450 * Makefile.in, configure, configure.in, dlls/Makefile.in:
22451 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22452 Add new subdirectories dlls/ver and dlls/version.
22454 * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
22455 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22456 Implementation of VER.DLL. Thunks up to VERSION.DLL.
22458 * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
22459 IsCharAlpha32A: use look-up table from ole2nls.c.
22461 * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
22462 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
22463 NORM_IGNORESYMBOLS in string mapping mode.
22465 * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
22466 Create X window for child windows reparented to be top level windows.
22468 * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
22469 Juergen Schmied <juergen.schmied@metronet.de>
22470 Stub for PathQualify32[A|W].
22472 * graphics/d3dmaterial.c, graphics/ddraw.c:
22473 Lionel Ulmer <ulmer@directprovider.net>
22474 Babrian Viktor <v@ulysses.sch.bme.hu>
22475 - added support for ColorKeying during blits
22476 - miscellaneous fixes
22478 * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
22479 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
22480 Added an implementation of MRSW locks.
22482 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
22483 Added missing includes (the PSP handling was incorrect, as the
22484 MZ_SUPPORTED definition was missing). Added a simple handler for
22485 direct console input, which needs to be improved.
22487 * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
22490 * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
22491 List handles WaitForMultipleObjects is waiting for when running with
22494 * dlls/advapi32/security.c, relay32/advapi32.spec:
22495 Juergen Schmied <juergen.schmied@metronet.de>
22496 Stub for GetSecurityDescriptorControl.
22498 * relay32/user32.spec, windows/user.c:
22499 Juergen Schmied <juergen.schmied@metronet.de>
22500 Stub for GetUserObjectSecurity.
22502 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
22503 Implemented handling of REG_MULTI_SZ and fixed small bug in
22506 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
22507 Every EM_GETLINE send between a 32W to a 32A window returned
22508 incomplete values before (the first 2 chars where cut away).
22510 * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22511 Fix typo in SetWindowPos32.
22513 Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
22515 * include/builtin32.h, misc/main.c, relay32/builtin32.c:
22516 Marcus Meissner <marcus@jet.franken.de>
22517 Enable/disable relay32 debugging on the fly. Start app with
22518 -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
22520 * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
22521 Lionel Ulmer <ulmer@directprovider.net>
22522 Added check for the presence of Mesa's header files.
22524 * multimedia/audio.c, multimedia/dsound.c:
22525 Andreas Mohr <a.mohr@mailto.de>
22526 Fixed error messages.
22528 * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
22529 Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
22531 * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
22532 SetParent should link the window at the start of the list.
22534 * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
22535 In Window SetWindowPos with SWP_HIDEWINDOW does not remove
22536 the focus from the focus window; ShowWindow with SW_HIDE does.
22537 So move the code that does this from SetWindowPos to ShowWindow.
22539 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
22540 Check for NULL in lstrcpy* (Windows uses real exception handlers).
22542 * Makefile.in: James Juran <juran@cse.psu.edu>
22543 Don't install include files when --disable-lib is used.
22545 * relay32/winmm.spec:
22546 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22547 Added WINMM joy* .spec entries.
22549 * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22553 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22556 * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22559 * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
22560 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22561 Some interrupt enhancements.
22564 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22565 implemented timer latching
22567 temporary "fix" for Linux's coarse timer resolution
22569 * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
22570 Francis Beaudet <francis@macadamian.com>
22571 Implemented the startup-shutdown mechanism for the COM subsystem.
22572 Implemented the Class object registration mechanism.
22574 * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
22576 * 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:
22577 Francis Beaudet <francis@macadamian.com>
22578 Added an implementation of the OLE structured storage. The main
22579 features of this implementation are:
22580 - Can open storages created in Windows.
22581 - Can create new storages that the windows libraries can
22583 - Provides all the functionality to create/open/remove and
22584 rename streams and storages inside the main storage object.
22586 * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
22587 Ove Kaaven <ovek@arcticnet.no>
22588 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
22589 through a function pointer instead. Added a few traces. Fixed the
22590 "Memory corruption !" message in DGA mode. Commented out an
22591 unnecessary TSXF86VidModeSetViewPort that caused my X server to
22592 act up, relying on TSXF86DGASetViewPort instead.
22594 * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
22595 Marcus Meissner <marcus@jet.franken.de>
22596 Some more warnings and bugs fixed.
22598 * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
22601 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
22602 Alex Priem <alexp@sci.kun.nl>
22603 - The usual bugfixes.
22604 - Better unicode support (only defines, currently)
22605 - Drag & drop implemented.
22606 - LPSTR_TEXTCALLBACK should work now.
22607 - First start at custom draw code.
22609 * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
22610 Make sure that the keystate received by the WM_XBUTTONUP and
22611 WM_XBUTTONDOWN matches the message. In X, the keystate is changed
22612 after the message is processed. In Windows, it is changed before.
22614 * dlls/advapi32/security.c, dlls/advapi32/service.c:
22615 Matthew Becker <mbecker@glasscity.net>
22618 * win32/file.c: Berend Reitsma <berend at asset-control.com>
22619 SetFileAttributes32A changed to make file writeable when
22620 FILE_ATTRIBUTE_READONLY is not set.
22622 * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
22623 Joseph Pranevich <jpranevich@lycos.com>
22624 Preliminary color console support.
22626 * 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:
22627 Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
22628 Updated Finnish language support.
22630 Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
22632 * 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:
22633 Marcus Meissner <marcus@jet.franken.de>
22634 Updated msvideo. New program 'icinfo [-about] [-configure]' to
22635 query installed (win32) compressors. Started on AVIFILE support.
22637 Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
22639 * 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:
22640 Noomen Hamza <noomen@macadamian.com>
22641 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
22644 * debugger/dbg.y, debugger/debug.l:
22645 NF Stevens <norman@arcady.u-net.com>
22646 Implemented the symbolfile command (as mentioned by the help
22647 command). This reads a symbol file in the format generated by nm.
22649 * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
22651 - Added direct play ascii interfaces.
22652 - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
22654 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
22655 Fixed FILE_VIEW struct initialisation.
22657 * include/dosexe.h:
22658 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22659 Fixed non-i386 compile.
22661 * 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:
22662 James Juran <jrj120@psu.edu>
22663 Commented out unused variables to prevent needless compiler warnings.
22665 * include/ddeml.h, misc/ddeml.c:
22666 Keith Matthews <keith_m@sweeney.demon.co.uk>
22667 1st cut implementation of DdeInitialize32W and supporting code.
22669 * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
22670 Matthew Becker <mbecker@glasscity.net>
22671 Documentation standardizations.
22673 * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
22674 Stephane Lussier <stephane@macadamian.com>
22675 - Made the message queue access to be thread safe. (Using two new
22676 functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
22677 instead of GlobalLock16()).
22678 - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
22681 * 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:
22682 Marcus Meissner <marcus@jet.franken.de>
22683 Fixed a lot of warnings for possible problems.
22685 * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
22688 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
22689 Fixed various bugs.
22690 Made newbie mode easier.
22692 * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
22693 Marcus Meissner <marcus@jet.franken.de>
22694 Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
22696 * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
22697 Switch ncurses.h/curses.h include (works better for FreeBSD).
22699 * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
22700 Fixed loading of win32 drivers.
22702 Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
22704 * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
22706 * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22707 Temporary #if 0'ed part for builtin modules in MSACM to make it
22708 compile with the patch for loadable drivers.
22710 * include/driver.h, relay32/winmm.spec, windows/driver.c:
22711 Eric Pouech <Eric.Pouech@wanadoo.fr>
22712 Added support for loading drivers in Wine.
22714 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
22715 A perl script to produce a bug report with little hassle.
22717 * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
22718 Added (dummy) Death/Resurrection calls to DisplayDib.
22720 * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
22721 Allocate a DOS handle if we open a normal file with LZOpenFile16.
22723 * graphics/ddraw.c, include/ddraw.h:
22724 Lionel Ulmer <ulmer@directprovider.net>
22725 - added depth conversion routines (only 8bpp -> 16 bpp for now)
22726 - added support of DEPTH_FILL for Blits
22727 - added some flags in GetCaps to get some games working
22729 * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
22730 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22731 Implemented GetIconInfo16 -> call to GetIconInfo32.
22733 * scheduler/client.c: Commented out EXEC_SERVER
22735 * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
22736 3 missing WINAPI added.
22738 * 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:
22739 Juergen Schmied <juergen.schmied@metronet.de>
22742 * dlls/comctl32/treeview.c, include/commctrl.h:
22743 Juergen Schmied <juergen.schmied@metronet.de>
22744 Changed some treeview related definitions.
22746 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
22747 Juergen Schmied <juergen.schmied@metronet.de>
22748 Implemented SHBrowseForFolder() dialog.
22750 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22751 Fixed typo in type (removed quite a few warnings).
22753 * dlls/advapi32/security.c, relay32/advapi32.spec:
22754 Marcus Meissner <marcus@jet.franken.de>
22755 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
22756 Return NULL from OpenThreadToken.
22758 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22759 Do not endlessly loop in CONSOLE_get_input after EOF.
22760 Create xterm even if stdin is not a terminalhandle.
22761 SetConsoleCursorPosition: Only make complex console on row change,
22762 ignore interline positioning (so the cygwin cmdline tools do not
22763 create xterms unnecessary)
22765 * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22766 Make sure DrvGetPrinterData returns the correct data if cbData <= 1
22768 * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
22769 Stephane Lussier <stephane@macadamian.com>
22770 - Changing MESSAGEQUEUE structure according to Ulrich proposition.
22771 - One message queue for every thread needing it.
22772 - Messages in the message queue are now stored in a linked list
22773 - Messages are allocated in the system heap.
22774 - Messages in the message queue are 32 bits (MSG32).
22775 - All read/write operations regarding messages in the message queue are
22778 Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
22780 * 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:
22781 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22782 Fixed several bugs and typos.
22784 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22787 * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
22788 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22789 New drag list control.
22791 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22792 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
22794 * dlls/comctl32/progress.c, include/progress.h:
22795 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22796 Added WM_[G/S]ETFONT handling.
22798 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22799 Added WM_COMMAND and WM_NOTIFY handling.
22801 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22802 Fixed redraw bug for tracking tooltips.
22804 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22805 Added some messages to the rebar control.
22807 * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
22808 Several internal functions won't compile when the conditional
22809 #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
22810 comes out false. I moved the conditionals around so that
22811 the file would at least compile. Not sure if it does the
22812 right thing on non-linux/FreeBSD/NetBSD systems.
22814 * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
22815 Moved process.h higher up the include list, to avoid a problem with
22816 "ERR" being redefined in sys/regset.h.
22818 * misc/comm.c: Geoff Clare <gwc@root.co.uk>
22819 The B57600 and B115200 symbols are not defined in Unixware.
22821 * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
22822 Change SW_??? options on list box scrolling so that they match what
22825 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
22826 Moved DOS handle allocation slightly, to fix potential memory
22827 leaks and lost handles. Also removed some useless init code.
22829 * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
22830 Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
22831 Internal PostScript printer driver improvements.
22833 * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
22834 Changed EDIT_EM_CharFromPos to return line number.
22836 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
22837 Free the private data pointer, THEN set it to NULL.
22839 * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
22842 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
22843 Sylvain St.Germain <sylvain@macadamian.com>
22844 Implementation of the SafeArray family functions.
22846 * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
22847 Guy Albertelli <galberte@neo.lrun.com>
22848 Added stub for SetThreadLocale.
22850 * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
22851 Finished GetTextCharsetInfo routine.
22853 * ole/nls/enu.nls, ole/ole2nls.c:
22854 Guy Albertelli <galberte@neo.lrun.com>
22855 Fixed FIXME in EnumTimeFormats32W
22856 Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
22859 * documentation/internal-dll, documentation/shell32, documentation/wine.man:
22860 Pascal Cuoq <Pascal.Cuoq@inria.fr>
22863 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
22864 Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
22865 searching for DBG and PDB files.
22867 * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
22868 Fix for files which do not contain exports (fg, EXE) to get processed
22869 for debug information.
22871 * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
22872 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22873 Implemented KERNEL.621 (CBClientThunkSLEx).
22875 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
22876 Marcus Meissner <marcus@jet.franken.de>
22877 Allow switching off/on of debugmsgs in the debugger.
22879 * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
22880 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22881 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
22884 Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
22886 * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
22887 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22888 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
22889 DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
22890 WIN16_PeekMessage32 and WIN16_TranslateMessage32.
22892 * 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:
22893 Juergen Schmied <juergen.schmied@metronet.de>
22894 - some fixes, cleaned up includes, fixed leaks
22895 - clean DllReferenceCount, better DllMain()
22896 - dynamically linking LookupIconIdFromDirectoryEx32 and
22897 CreateIconFromResourceEx32 to USER32
22898 - moved guid's instances to new file shellguid.c
22899 - implemented ShellExecuteEx32W
22901 * ole/Makefile.in, ole/compobj.c, ole/guid.c:
22902 Juergen Schmied <juergen.schmied@metronet.de>
22903 Moved the instance creation of GUID's to a new file.
22904 Size of compobj.o goes down to 1/3; should prevent more sig11's.
22906 * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
22907 New file to instantiate GUID's ms-like.
22909 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
22910 Set private data struct to NULL to expose problems in other code
22911 better. Fixes the XUnmapWindow problems reported by replacing them
22912 with NULL ptr dereferences.
22914 * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
22915 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22918 * files/file.c, include/file.h, loader/dos/dosvm.c:
22919 Marcus Meissner <marcus@jet.franken.de>
22920 DOS programs use handles 0-4 without opening/closing any of those
22921 handles first. Split up Init from AllocDosHandle and call it from
22924 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
22925 Remove configure.in->configure rule (we might not have autoconf).
22927 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
22928 Added "user-friendly" warning for missing X.
22930 * include/ole.h: Fixed GetObject macro problem.
22932 * documentation/status/direct3D:
22933 Lionel Ulmer <ulmer@directprovider.net>
22934 - updated documentation to be in sync with current code
22936 * graphics/d3dmaterial.c, graphics/d3dviewport.c:
22937 Lionel Ulmer <ulmer@directprovider.net>
22938 - various warning and bug fixes
22940 * graphics/d3ddevices.c, graphics/d3dtexture.c:
22941 Lionel Ulmer <ulmer@directprovider.net>
22942 - added more texture formats using OpenGL's packed pixel formats
22944 * graphics/d3dexecutebuffer.c, include/d3d.h:
22945 Lionel Ulmer <ulmer@directprovider.net>
22946 - better support for ExecuteBuffers
22948 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22949 - corrected bug in Z Buffer allocation
22950 - put VIDEOMEMORY flag for all primary surfaces
22951 - put something in a surface after a ReleaseDC
22953 * misc/printdrv.c: Morten Welinder <terra@diku.dk>
22956 * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
22957 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
22959 * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
22960 Check opened enhmetafile for magic values.
22962 * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
22963 Fixed duplicate sound buffer handling. Updated status.
22965 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
22966 New functions lmemcpynAtoW and lmemcpynWtoA for converting
22967 REG_MULTI_SZ (including \0x00)
22968 Better debug output for REG_BINARY and REG_MULTI_SZ
22969 Rewritten RegQueryValueEx32[A|W]
22971 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
22972 Implemented CreateHalftonePalette.
22973 Fixed 3 crashes (1 real, 2 potential).
22975 * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
22976 Marcus Meissner <marcus@jet.franken.de>
22977 Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
22979 * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
22980 Sylvain St.Germain <sylvain@macadamian.com>
22981 DoDragDrop and OleIsCurrentClipboard stub implementation.
22983 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
22984 Make LoadTypeLib stub return failure instead of success.
22986 Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
22988 * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
22989 Marcus Meissner <marcus@jet.franken.de>
22990 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
22991 API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
22993 Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
22995 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
22996 Francis Beaudet <francis@macadamian.com>
22997 There were two copies of the DdeCmpStringHandles (A and W) and that
22998 API does not have 2 versions. Removed the extra version.
23000 Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
23002 * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
23005 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
23006 Win32 console needs SYNCHRONIZE access.
23008 * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
23009 Marcus Meissner <marcus@jet.franken.de>
23010 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
23013 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
23014 LCMapStringA: if dstlen is insufficient, return
23015 ERROR_INSUFFICIENT_BUFFER (verified).
23017 * objects/enhmetafile.c, relay32/gdi32.spec:
23018 Marcus Meissner <marcus@jet.franken.de>
23019 Some small fixes to enhmetafiles.
23021 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
23022 Do not call ownerdraw for invalid items (empty focusrects).
23023 Fixes Eudora 16bit empty Inbox problem.
23025 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
23026 Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
23027 these functions with the same logic as the NC_DrawCloseButton function.
23029 * windows/win.c: Noel Borthwick <noel@macadamian.com>
23030 Reparenting a window with SetParent in Windows should cause the child
23031 window being re-parented to be moved up to the topmost in the z-order,
23032 and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
23034 * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
23035 Use external DirectPlay DLLs by default.
23037 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23038 Allow passing task handles to GetThreadQueue() and SetFastQueue().
23040 * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23041 Handle (console) applications that never created a queue correctly
23042 in USER_AppExit(); call InitThreadInput() in InitApp().
23044 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23045 - Fixed creation of message queue in hook API routines.
23046 - Some preparations for thread-local message queues.
23048 * loader/ne/module.c:
23049 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23050 Check module name length in ModuleNext().
23052 * windows/x11drv/event.c:
23053 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23054 Use Callout to call RedrawWindow32.
23056 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
23057 Clear DOS extended error only for funcs >=0x2f (thanks to Dave
23060 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
23061 Unified palette create, do allocate colorcells on init for DGA.
23063 Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
23065 * 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:
23066 Hacked server-side device support
23067 Added user APCs support.
23068 Many changes to the xterm console to make use of the server (not
23070 Moved some other small stuff to the server.
23072 * tools/make_requests: Added long type format.
23074 * server/Makefile.in, server/device.c:
23075 Added server-side device support (only a hack for now).
23077 Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
23080 Recovered log entries from CVS mailing list.
23082 * relay32/ntdll.spec, dlls/ntdll/rtl.c:
23083 Marcus Meissner <marcus@jet.franken.de>
23084 Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
23087 Marcus Meissner <marcus@jet.franken.de>
23088 Handle ERROR_WRITE_PROTECT too in readonly fallback open.
23090 * dlls/advapi32/security.c, relay32/advapi32.spec:
23091 Marcus Meissner <marcus@jet.franken.de>
23092 Added GetSecurityDescriptorLength stub for regedt32.exe.
23094 * debugger/Makefile.in, files/Makefile.in:
23095 Marcus Meissner <marcus@jet.franken.de>
23096 Add "" around -D defines for paths with spaces in them.
23098 * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
23099 Lionel Ulmer <ulmer@directprovider.net>
23100 Cleaned up ColorKey handling.
23102 * objects/metafile.c:
23103 Paul Quinn <paulq@COREL.CA>
23104 METARECORD member rdParam should be rdParm (in win32 sdk)
23105 lots of changes in this source file to reflect this change.
23107 * 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,
23108 relay32/gdi32.spec:
23109 Paul Quinn <paulq@COREL.CA>
23110 Fixed bad defines, added a few types 'n defines.
23112 * windows/dinput.c:
23113 Marcus Meissner <marcus@jet.franken.de>
23114 Disable broken callbacks which lead to crashes.
23116 * multimedia/mcistring.c:
23117 Eric Pouech <Eric.Pouech@wanadoo.fr>
23118 Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
23119 internal structures).
23122 Marcus Meissner <marcus@jet.franken.de>
23123 debug.h needs to be included last since it #undefs ERR for Solaris.
23125 * debugger/debug.l, debugger/memory.c:
23126 Marcus Meissner <marcus@jet.franken.de>
23127 Added /u format to debugger display for UNICODE strings.
23129 * loader/pe_image.c:
23130 Marcus Meissner <marcus@jet.franken.de>
23131 Remove irritating FIXME line no longer needed.
23134 Eric Pouech <Eric.Pouech@wanadoo.fr>
23135 Added missing '\n' in FIXME message.
23137 * graphics/ddraw.c:
23138 Robert Riggs <rriggs@tesser.com>
23139 objbase.h needed for WINE_StringFromCLSID(), fix C function
23140 declarations, install a colormap if we are not managed, release
23141 backbuffers in DGA mode, fix video mode switching logic to avoid
23142 possible NULL pointer dereference.
23145 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23148 * 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:
23149 Better DOS file handle management.
23151 * documentation/common_controls:
23152 Francis Beaudet <francis@macadamian.com>
23153 This should help prevent duplicate work.
23155 * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
23156 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23157 Implemented Death() and Resurrection(), two functions needed by some
23158 TPWin (?) command line tool.
23160 * windows/winproc.c:
23161 Juergen Schmied <juergen.schmied@metronet.de>
23162 Added 32->16 translation for WM_ACTIVATEAPP.
23164 * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
23165 Juergen Schmied <juergen.schmied@metronet.de>
23166 New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
23167 Implementation for SHGetSpecialFolderPath32[A|W].
23170 * console/xterm.c, misc/port.c, win32/console.c:
23171 Joseph Pranevich <jpranevich@lycos.com>
23172 Change all Wine openpty() implementations to match the "standard" and
23173 then make them both call the same code leaving the option to change
23174 that code to call the "standard" openpty() at a later date.
23176 * relay32/kernel32.spec, scheduler/process.c:
23177 Marcus Meissner <marcus@jet.franken.de>
23178 Added SetProcessAffinityMask stub.
23180 * graphics/ddraw.c, include/ddraw.h:
23181 Marcus Meissner <marcus@jet.franken.de>
23182 Fixed the other union misuse too (one less mem corruption)
23183 Re-added XInstallColormap (or non managed does not change palette)
23185 * if1632/kernel.spec, scheduler/synchro.c:
23186 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23187 Added an implementation for KERNEL.495.
23189 * 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:
23190 Lionel Ulmer <ulmer@directprovider.net>
23191 - added bitmask to store which ColorKey structures are valid
23192 - handle many new rendering states, some optimizations in state changes
23193 - 8bit palettized textures now support ColorKeying
23194 - some miscellaneous bug fixes and code rewrite
23197 Noomen Hamza <noomen@macadamian.com>
23198 Fixed the look of the menu so it would be compliant with Win95: modified
23199 the mouse tracking code so it would change the selection every time the
23200 mouse moved over a menu item.
23202 * documentation/how-to-port:
23203 Mike Castle <dalgoda@shell.rt66.com>
23206 * dlls/comctl32/updown.c:
23207 Noel Borthwick <noel@macadamian.com>
23209 - When an edit control buddy was used single digit values were not
23211 - Comma values were not displayed correctly when thousands separation
23215 Tom Bech <tomb@ii.uib.no>
23216 While the debug event messages are not implemented, WaitForDebugEvent
23217 should return FALSE.
23219 * if1632/user.spec, objects/bitmap.c:
23220 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23221 Implemented CopyImage16.
23223 * documentation/bugreports
23224 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23227 * console/generic.c, msdos/int21.c:
23228 Marcus Meissner <marcus@jet.franken.de>
23229 Changed 0x01 to use generic console, fixed 0x0b.
23230 Fixed CONSOLE_GetCharacter (two args swapped).
23232 * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
23233 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23234 Allow specifying module name for NE dummy module.
23236 * loader/pe_image.c
23237 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23238 Set module name of dummy module equal to module name of PE module.
23240 * controls/scroll.c, controls/uitools.c:
23241 Marcus Meissner <marcus@jet.franken.de>
23242 Missing include wine/winuser16.h added.
23245 Marcus Meissner <marcus@jet.franken.de>
23246 Create an actual primary surface for screenbuffer.
23248 ----------------------------------------------------------------
23249 Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
23251 * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
23252 Andreas Mohr <a.mohr@mailto.de>
23253 Added config.sys parser.
23255 * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
23256 Small change in LB_SETCURSEL32 handling (the caret should be moved as
23259 * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
23260 Marcus Meissner <marcus@jet.franken.de>
23261 Use autoconf check for presence of sys/file.h.
23263 * dlls/ntdll/rtl.c, relay32/ntdll.spec:
23264 Marcus Meissner <marcus@jet.franken.de>
23265 Implemented DbgPrint, added ultoa.
23267 * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
23268 PeekConsoleInput & ReadConsoleInput need to return 0 records read in
23269 the case of an invalid handle.
23271 * console/ncurses.c, loader/main.c:
23272 Joseph Pranevich <jpranevich@lycos.com>
23273 More verbose debugging output.
23274 Remove compilation warning.
23276 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
23277 Fix up some interrupt calls to return at the data that they are supposed
23278 to. Also increase comment verbosity to help debug things later.
23280 * include/options.h, misc/main.c, misc/version.c:
23281 Andreas Mohr <a.mohr@mailto.de>
23282 Added switch -dosver.
23283 Cleanup for OaBuildVersion().
23285 * libtest/.cvsignore: Added vartest and volinfo
23287 * 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:
23288 Juergen Schmied <juergen.schmied@metronet.de>
23289 Many bugfixes, code cleanup.
23290 Removed a few glitches from the COM patch.
23292 * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
23293 Only destroy window once.
23295 * graphics/ddraw.c, include/ddraw.h:
23296 Marcus Meissner <marcus@jet.franken.de>
23297 - moved drawable to common since it is used by both DGA and Xlib.
23298 (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
23299 - added BltFast sanity checks.
23301 * windows/queue.c, loader/task.c:
23302 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23303 InitApp() call removed from 32-bit application startup;
23304 create task message queue in InitThreadInput() instead.
23306 * loader/ne/convert.c:
23307 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23308 Added accelerator table PE->NE resource conversion.
23310 * debugger/editline.c:
23311 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23312 Restart read() in case of EINTR in TTYget().
23314 * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
23317 * 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:
23318 Bertho Stultiens <bertho@panter.soci.aau.dk>
23319 Wrc version 1.0.8. Toolbar resources are now supported. A couple of
23320 other fixes are also included. See file tools/wrc/CHANGES for details.
23322 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
23325 * 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:
23326 James Juran <jrj120@psu.edu>
23327 Add missing #includes and prototypes to eliminate some implicit
23328 function declaration warnings and 'extern's in .c files.
23330 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
23331 Ove Kaaven <ovek@arcticnet.no>
23332 Check for resizeterm in ncurses.
23334 * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
23335 Francis Beaudet <francis@macadamian.com>
23336 New test program for VARIANT functions.
23338 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23339 Some debug information (PDB) was not mapped when loading a module,
23340 which caused a core in the debugger when it tried to access it.
23342 * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
23343 Links libwine.so.1.0 to libwine.so in Wine's main directory.
23344 Makes Wine compile with --enable-dll again.
23346 Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
23348 * 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:
23349 Francois Gouget <fgouget@multimania.com>
23350 Added a lot of COM interfaces definitions.
23351 Restructured COM header files for better compatibility and clarity.
23353 Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
23355 * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
23356 Make GetFileType work for all handle types.
23358 * win32/device.c: Avoid crash on NULL dev->info.
23360 * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
23361 Alex Priem <alexp@sci.kun.nl>
23362 Added stubs and defines for the flat scrollbar common control.
23364 * include/commctrl.h, dlls/comctl32/datetime.c:
23365 Alex Priem <alexp@sci.kun.nl>
23366 Added some defines needed for custom draw'ing and datetime common
23369 * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
23370 Fixed a small bug in function ExtractIconEx32A.
23372 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
23373 HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
23375 * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
23376 Make DeleteFile fail for empty path.
23378 * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
23379 Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
23381 * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
23382 Fixed wrong buffer which caused fixups to fail.
23384 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
23385 Lionel Ulmer <ulmer@directprovider.net>
23386 - added all the Direct3D error codes
23387 - added 8bit palettized texture support
23389 * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
23390 ifdefs for defines not in linux 2.0.
23392 * relay32/winspool.spec, misc/printdrv.c:
23393 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23394 Added two stubs for AddPrinterDriver.
23396 * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
23397 Ove Kaaven <ovek@arcticnet.no>
23398 Queue SIGALRM to reduce the "signal 14 lost" complaints.
23399 Added support for reprogramming the DOS timer, and reading back the
23402 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
23403 Wine hangs when registry (corrupted) has lone \ at end of file.
23405 * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
23406 Kostya Ivanov <kostya@warmcat.excom.spb.su>
23407 Small patch that enables Clarion for Windows not to trap while
23410 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
23411 Replace troublesome assignments by memset for whole struct.
23413 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
23414 Added handling of the 'palent' field of the CreatePalette procedure.
23416 * documentation/wine.man:
23417 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23418 Added description about including/excluding functions from relay
23421 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
23422 Read at least 1 input record in ReadConsoleInputA.
23424 * memory/virtual.c:
23425 Fixed CreateMapping when a mapping with the same name already exists.
23427 Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
23429 * server/file.c: Fixed file destruction when file has no name.
23431 Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
23433 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23434 Warns user if multiple -dll switches are used on command line.
23436 * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
23437 Fixed a leftover HeapFree in the trackbar common control.
23439 * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
23440 Alex Priem <alexp@sci.kun.nl>
23441 Fixed some problems with the tab common control (with thanks to Anders
23442 Carlsson <anders.carlsson@linux.nu>).
23444 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
23445 Alex Priem <alexp@sci.kun.nl>
23446 Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
23447 and some missing defines.
23449 * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
23450 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23451 Use MakeCriticalSectionGlobal on all critical sections used across
23452 process boundaries.
23454 * include/winbase.h, include/windows.h:
23455 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23456 Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
23458 * documentation/wine.man:
23459 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23460 Added environment variables in the man page.
23462 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
23463 Fixed args of MZ_CreateProcess.
23465 * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
23466 Andreas Mohr <a.mohr@mailto.de>
23467 Fixed string bug in programs/.
23469 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
23470 Added stupid "action" emulation for hardware timers in ioports.c.
23472 * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
23473 Again a small DOSASPI patch.
23475 * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
23476 Andreas Mohr <a.mohr@mailto.de>
23477 Documentation updates.
23479 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
23480 - check if palette is not null when setting a palette
23481 - check if window handle is valid before getting its 'drawable'
23483 * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23484 Prevent core dump with some TTF (when X11 runs with a true type
23487 * server/console.c: Marcus Meissner <marcus@jet.franken.de>
23488 Use stdout for default console output.
23490 ----------------------------------------------------------------
23491 Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
23493 * 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:
23494 Lionel Ulmer <ulmer@directprovider.net>
23495 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
23496 - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
23497 - added stretching to Blt function
23499 * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
23500 Try to autodetect NT4.
23502 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
23503 0 means success, all else failure for WaitForSingleObject.
23505 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
23506 Do not advance the cursor in certain routines. This cleaned up the
23507 implementation quite a bit.
23509 * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
23510 Set console video mode when loading DOS app. (Eventually, I want to
23511 mimic Windows 9x's behavior by setting the video mode only when non
23512 INT 21 calls are used to allow for arbitrary-sized consoles).
23514 * console/interface.c, console/xterm.c:
23515 Joseph Pranevich <jpranevich@lycos.com>
23516 Xterm driver can now resize the terminal when a mode change is
23519 * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
23520 Long standing scroll bug fixed!
23522 * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
23523 Joseph Pranevich <jpranevich@lycos.com>
23524 Rewrite of configuration system to support "regular" curses as well as
23525 eliminating the --with-ncurses option. Now, ncurses support will be
23526 built in if a compatible library is detected.
23528 * include/wintypes.h, windows/defdlg.c:
23529 NF Stevens <norman@arcady.u-net.com>
23530 Fix the return type of DLGPROC type and mask out the unset highword of
23531 the return when a 16 bit dialog proc is called.
23533 * include/interfaces.h: Rein Klazes <rklazes@casema.net>
23534 Add interface ID's for upcoming ITypeLib implementation.
23536 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
23537 Bugfix for trailing slashes, repetition of '/' or '\' and
23538 SetLastError() in GetFullPathname.
23540 * 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:
23541 Juergen Schmied <juergen.schmied@metronet.de>
23542 Moved ADVAPI32 files to dlls/advapi32.
23543 Added stubs for eventlog functions.
23545 * 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:
23546 Juergen Schmied <juergen.schmied@metronet.de>
23547 New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
23548 Cleanup, some more functions UNICODE ready.
23550 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
23551 SHCloneSpecialIDList implemented.
23552 SHGetDataFromIDListA corrected.
23554 * dlls/shell32/iconcache.c:
23555 Juergen Schmied <juergen.schmied@metronet.de>
23556 Shell_GetCachedImageIndex32[A|W] implemented.
23558 * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
23559 Andreas Mohr <a.mohr@mailto.de>
23560 Implemented raw device access calls for ioctlGenericBlkDevReq()
23561 and therefore moved the core functionality of int2[56].c into files/drive.c.
23563 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
23564 Added automatic CMOS RAM checksum calculation.
23566 * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
23567 Andreas Mohr <a.mohr@mailto.de>
23568 SendASPI32Command32 has to be __cdecl.
23569 Updated documentation/aspi and reverted an ERR back to WARN.
23571 * documentation/bugreports: James Juran <jrj120@psu.edu>
23572 Of course we want the last 100 lines, not the first 100 lines.
23573 Use 'tail' instead of 'head'. Also fix text alignment from
23576 * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
23577 Reading joystick 5 when we only support 4 should fail instead of
23580 * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
23581 Playing a non-existent CD should fail instead of crash.
23583 * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
23584 Check for necessary configure reruns for Makefile and Make.rules
23587 * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
23588 Emulates ins/outs correctly for DOS programs.
23590 * 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:
23591 Implemented file sharing checks in the server.
23592 Added set file time server request.
23593 Overall clean up of the file handling (DOS device handling is now
23594 broken, should be redone).
23596 Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
23598 * memory/virtual.c:
23599 Fixed bug in CreateFileMapping when name is not NULL.
23601 * server/request.c: Fixed CHECK_STRING display.
23603 Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
23605 * if1632/kernel.spec, memory/local.c:
23606 Richard A Lough <ralough.ced@dnet.co.uk>
23607 Put return value of LocalAlloc in CX too.
23609 * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
23610 Protect against multiple includes.
23612 * dlls/shell32/iconcache.c: Use proper system directory.
23614 * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
23616 * 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:
23617 Michael Veksler <mveksler@techunix.technion.ac.il>
23618 Moves more stuff from windows.h.
23619 - include/winuser.h - interface relevant to user32.spec
23620 - include/wine/winuser16.h - the old 16 bit interface (internal use)
23621 - include/winbase.h - some minor updates to keep things coherent.
23622 - Lot of other files made to include wine/winuser16.h, which is no
23623 longer included from windows.h
23625 * scheduler/handle.c: Fixed CloseHandle() on global handles.
23627 * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
23628 James Juran <jrj120@psu.edu>
23629 Add some information to the man page and README file.
23630 Make documentation/win95look say [Tweak.Layout] instead of
23632 Fix incorrect command given in documentation/bugreports.
23633 Standard error was not being redirected, so most of the
23636 * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
23637 Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
23639 * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
23640 Initialize lpdwNeeded.
23643 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
23644 Include stuff even if not on __i386__ for debug defines.
23647 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
23648 Another // comment fixed.
23651 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
23652 Need <errno.h> for errno decl. on Solaris.
23654 * include/wingdi.h, include/x11font.h, objects/font.c:
23655 Douglas Ridgway <ridgway@winehq.com>
23656 Implement TranslateCharsetInfo, change charset type to BYTE.
23658 * controls/combo.c, controls/listbox.c, include/combo.h:
23659 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
23660 Better CB_SETCURSEL message handling.
23662 * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
23663 Moved MsgWaitForMultipleObject implementation to USER routines, using
23664 a normal Win32 event.
23666 * tools/make_requests: Send debugging output to stderr.
23668 * 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:
23669 Cleaned up and removed some no longer used code.
23671 * memory/virtual.c: Use server file mapping objects.
23673 * 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:
23674 Added server-side file mapping object support.
23677 Hacked stdio functions to use Win32 file handles. Still needs a proper
23680 * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
23681 Use Win32 file handles instead of Unix ones.
23683 * 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:
23684 Take into account handle inheritance flag.
23686 Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
23688 * debugger/db_disasm.c:
23689 Changed db_task_printsym to always print a full address, no matter
23690 what the operand size is.
23692 * scheduler/critsection.c: Re-implemented using a real semaphore.
23694 * 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:
23695 Removed client-side wait functions; all waiting is now done through
23698 * 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:
23699 Added change notifications.
23700 Added global handle support.
23702 Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
23704 * include/thread.h, scheduler/synchro.c:
23705 Changed server wait logic a bit.
23708 Hacks to support server-side console. Should be redone properly
23711 * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
23712 Reimplemented Read/WriteFile to use server file descriptors.
23713 Removed file position hack as it is wrong for Win32 (should be redone
23716 * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
23717 Added anonymous pipe support
23719 * 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:
23720 Added several file server requests
23721 Added server-side pipes and consoles
23723 Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
23725 * 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:
23726 Added beginnings of server-side file handling.
23727 Added -debugmsg +server support.
23728 Better server request dumping for varargs requests.
23730 * windows/x11drv/wnd.c:
23731 Fixed SetFocus that was broken when moved to x11drv.
23733 * 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:
23734 Added add_queue/remove_queue to server object operations.
23735 Moved select() loop functions to select.c.
23737 Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
23739 * programs/regtest/regtest.c:
23740 Renamed ERR macro to avoid confusing the make_debug script.
23742 * 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:
23743 Juergen Schmied <juergen.schmied@metronet.de>
23744 Fixed tons of incomplete prototypes, assignment's of pointer with
23745 different signedness, superflous ',' and ';' in structures, wrong
23746 return-types, lose of digits and some small glitches.
23748 * graphics/x11drv/xfont.c, include/x11font.h:
23749 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
23750 Cleaned up font encoding handling. Added 'Ignore#' option to the
23751 [fonts] section. Also, file with cached metrics now has the value of
23752 $DISPLAY appended to the filename.
23754 * 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:
23755 Marcus Meissner <marcus@jet.franken.de>
23756 Changed // comments to /* */ so WINE compiles with non-gcc compilers
23759 * 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:
23760 Patrik Stridvall <ps@leissner.se>
23761 Moved more things to the X11 driver.
23763 * include/wingdi.h, objects/brush.c:
23764 Francois Gouget <fgouget@multimania.com>
23765 Fixed the prototype of CreateDIBPatternBrushPt
23767 * include/windows.h: Francois Gouget <fgouget@multimania.com>
23768 Removed the CN_xxx macros since they are not used, do not correspond to
23769 any Windows define and conflict with MFC defines.
23770 windows.h must provide all the definitions contained in winbase.h
23771 Some Xxx32 functions did not have the associated Xxx macro.
23773 * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
23774 Added a typedef for __int64 which is a builtin Visual C++ type
23775 Added a typedef for PUINT
23777 * include/objbase.h: Francois Gouget <fgouget@multimania.com>
23778 REFIID was not defined.
23780 * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
23781 Pavel Roskin <pavel_roskin@geocities.com>
23782 configure first checks whether it is possible to compile IPX code with
23783 Glibc headers. If it fails, next check determines whether direct inclusion
23784 of <linux/ipx.h> works.
23786 * include/tchar.h: Francois Gouget <fgouget@multimania.com>
23787 Provides the mappings. MBCS and Unicode functions are not implemented.
23788 Standard (SBCS) functions may exist or not, with the same or a different
23791 * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
23792 Alex Priem <alexp@sci.kun.nl>
23793 IPaddress common control implementation. First try; needs more work to
23794 remove boring bugs.
23796 Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
23798 * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
23799 Juergen Schmied <juergen.schmied@metronet.de>
23800 Fixed the TEXT redefined warnings.
23802 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
23803 Hook into the (stubbed) resize code in msdos int10.
23805 * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
23806 Joseph Pranevich <jpranevich@lycos.com>
23807 Add support for selection of console mode drivers to use using the
23808 -console option. Currently "tty", "ncurses", and "xterm" are
23810 Add stubs for resizing the screen on mode changes.
23812 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
23813 Jean-Claude Cote <jean-claude@macadamian.com>
23814 Partial implementation for the following DDE APIs:
23815 DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
23816 DdeQueryString, DdeUninitialize.
23818 Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
23820 * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
23821 Jean-Claude Cote <jean-claude@macadamian.com>
23822 Added VarDateFromStr API.
23824 * dlls/comctl32/trackbar.c, include/trackbar.h:
23825 Alex Priem <alexp@sci.kun.nl>
23827 - Vertical trackbars supported now
23828 - TBS_BOTH support (goes along with partial cleanup of drawing code)
23829 - Use COMCTL32 heap instead of system heap
23831 * graphics/ddraw.c, include/ddraw.h:
23832 Peter Hunnisett <hunnise@nortelnetworks.com>
23833 Added all clipper&3d stubs.
23834 Starting ColorKey support.
23835 Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
23836 Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
23837 Added SurfaceEnum dwFlags.
23839 * include/dplay.h, multimedia/dplay.c:
23840 Peter Hunnisett <hunnise@nortelnetworks.com>
23841 Added macros to header file for easier function calling.
23842 Changed implementation a little bit.
23843 Added stubs for dplay3. Still need to break into A and W versions.
23845 * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
23846 CreateFile32A was only allowing console opens on CONIN$/OUT$. This
23847 has been changed to have a case insensitive compare.
23849 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
23850 Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
23852 * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
23853 Jean-Claude Cote <jean-claude@macadamian.com>
23854 Implemented the GetBinaryType API function.
23856 * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
23857 Ove Kaaven <ovek@arcticnet.no>
23858 Added some new dosmod communication possibilities, including
23859 activating a dosmod-specific setitimer(), and the capture of some
23860 common signals, which is returned to Wine (previously a SIGILL
23861 would just cause a "dosmod sync lost" without explanation, now it
23862 invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
23863 SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
23864 be reported by -debugmsg +relay instead of -debugmsg +int. And
23865 fixed non-i386 compilation of dosmod. (Anything else?!)
23867 * loader/main.c, windows/win.c:
23868 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23869 Desktop window queue handling adapted.
23871 * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
23872 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23873 Queue handling adapted to new queue routines.
23875 * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
23876 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23877 Implemented stub for InitThreadInput.
23878 Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
23880 * loader/task.c, miscemu/main.c:
23881 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23882 Use Callout table instead of direct GetProcAddress.
23883 UserYield moved to USER.
23885 * include/callback.h, misc/callback.c, if1632/thunk.c:
23886 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23887 Callout table (for KERNEL->USER calls) added.
23888 Callbacks->CallPostAppMessageProc removed.
23890 * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
23891 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23892 Handle non-hardware X events correctly with native USER
23893 (removed reference to MESSAGEQUEUE from KERNEL code).
23894 Handle Expose events with native USER.
23897 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23900 * win32/time.c: Rein Klazes <rklazes@casema.net>
23901 Fix small problem in GetTimeZoneInformation().
23903 * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
23904 Lowest scan code seems to be 1, not zero.
23906 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
23907 Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
23909 * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
23910 Juergen Schmied <juergen.schmied@metronet.de>
23913 * dlls/shell32/iconcache.c:
23914 Juergen Schmied <juergen.schmied@metronet.de>
23915 Fixes crash when running without external shell32.dll.
23917 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
23918 More messages [LB_*,EM_*] translated 32A from/to 32W.
23920 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
23921 Dest buffer was printed out as str.
23923 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
23924 Getting strings with VerQueryValue32W was broken. Complete
23925 reconstruction of the function.
23927 * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23928 Fix number and type of args in debugging statements.
23930 * ole/storage.c: Marcus Meissner <marcus@mud.de>
23931 IStorage32 vtable was missing 3 stub entries.
23933 Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
23935 * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
23936 Douglas Ridgway <ridgway@winehq.com>
23937 Documentation for TranslateCharsetInfo.
23939 * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
23940 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23941 Make the DOSASPI part use the excellent DPMI RMCB implementation done
23942 by Ove Kaaven, which makes the code _much_ cleaner.
23944 * Make.rules.in, Makefile.in, configure, configure.in:
23945 Todd Vierling <tv@pobox.com>
23946 Use -lwine for linking.
23948 * windows/message.c, windows/queue.c:
23949 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23950 Bugfix: always clear QS_... from *both* changeBits and waitBits.
23951 Bugfix: queue->hSendingTask is *queue* handle, not task handle.
23953 * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
23954 François Gouget <gouget@metaintegration.net>
23955 First step to make it possible to call COM interfaces from C++ code in
23958 * dlls/comctl32/treeview.c, include/treeview.h:
23959 Alex Priem <alexp@sci.kun.nl>
23960 Preliminary tooltip support.
23961 WM_SETFONT/GETFONT added.
23963 Use COMCTL32 heap instead of system heap.
23965 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23966 Implemented PolylineTo.
23968 * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
23969 The Zw... Functions in ntdll.dll are just alternate entry
23970 points for the same functions as the Nt... function of the
23971 same names. Changed ntdll.spec to match this.
23973 * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
23974 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23975 Reorganized PE module loading to prepare for elf-dll loader.
23976 WINE_MODREF creation moved to one central location.
23977 Bugfix: correctly select native/built-in version if .DLL
23978 extension is missing in LoadLibrary call.
23980 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23981 Changed error values MCI_INTERNAL to their correct values.
23983 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23986 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23987 No longer sending directly messages to DriverProc but rather go through
23988 MCI layer (required for open/close).
23990 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23991 Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
23992 for pointing out the bug, see the fix in mcistring.c)
23993 Fixed MCI seeking on CD audio.
23995 * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
23996 Stubs for WaitNamedPipe[A|W].
23998 * 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:
23999 Juergen Schmied <juergen.schmied@metronet.de>
24002 * dlls/shell32/shellord.c:
24003 Juergen Schmied <juergen.schmied@metronet.de>
24004 Stub Control_FillCache_RunDLL.
24006 * dlls/shell32/shell32_main.c:
24007 Juergen Schmied <juergen.schmied@metronet.de>
24008 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
24010 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
24011 ILAppend seems to work now.
24013 * relay32/kernel32.spec, win32/kernel32.c:
24014 Juergen Schmied <juergen.schmied@metronet.de>
24015 Stubs for WaitNamedPipe[A|W].
24017 Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
24019 * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24020 Fix GetTempPath32 if count=0.
24022 * 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:
24023 Todd Vierling <tv@pobox.com>
24024 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
24025 (run autoconf after this). Note that the check has been altered to break
24026 out of the AC_CHECK_HEADERS after the first match - this is so
24027 <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
24028 with the emulated ossaudio.
24029 - check for <soundcard.h> along with the other two in a mutually-exclusive
24030 manner in the various *.c files that need it; change include of
24031 "mmsystem.h" to "multimedia.h" so this logic is all in one place
24032 - change mcicda.c to allow for CD audio manipulation on NetBSD. This
24034 * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
24035 ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
24036 neither splitting with #-directives nor a two-arg ioctl work;
24037 * changing the #if logic to allow both FreeBSD and NetBSD to share the
24038 appropriate code blocks
24039 - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
24040 (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
24041 Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
24043 * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
24044 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
24045 Set the class hints for managed windows.
24047 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
24048 Bugfix: GetFullPathName sets lpFilePart only when the last element
24049 does not end with '\'.
24051 * 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:
24052 Paul Quinn <paulq@COREL.CA>
24053 Lots of new defines and stubs.
24055 * Make.rules.in, Makefile.in, configure, configure.in:
24056 Todd Vierling <tv@pobox.com>
24057 These patches add support for --enable-dll on NetBSD, and may even do so for
24058 FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
24059 mycroft@netbsd.org for doing this work!
24061 * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
24062 Global constructors using `.section .ctors' are bogus for NetBSD's
24063 assembler. Use the appropriate `.stabs' when on NetBSD.
24065 * ole/variant.c: Todd Vierling <tv@pobox.com>
24066 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
24067 Fixed some constants that are too big for a plain `int'.
24069 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
24070 Check for MAXFLOAT if FLT_MAX isn't there.
24072 * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
24073 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
24074 using --enable-dll.
24076 * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
24077 Veksler Michael <mveksler@techunix.technion.ac.il>
24078 Move declarations from windows.h to wingdi.h and winuser.h.
24080 Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
24082 * 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:
24083 Marcus Meissner <marcus@jet.franken.de>
24084 Made async IO (SIGIO) stuff from WINSOCK generic useable.
24085 Added async IO support to FILE and CONSOLE objects.
24087 * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
24088 Prevent segfault in setsockopt when optname is SO_LINGER and optval is
24091 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
24092 Juergen Schmied <juergen.schmied@metronet.de>
24095 * dlls/shell32/iconcache.c:
24096 Juergen Schmied <juergen.schmied@metronet.de>
24097 SHMapPIDLToSystemImageListIndex try's to determine and load the exact
24098 icon for files (by type) now.
24100 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
24101 New HCR_GetDefaultIcon (internal).
24103 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
24104 Ove Kaaven <ovek@arcticnet.no>
24105 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
24106 RMcall shortcuts independent of dosmod. SS had been left out of
24107 the REALMODECALL copy routines for some reason, fixed now. Also
24108 cleaned up a few compiler warnings.
24110 * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
24111 Added ability to specify X fonts used for Helv and Tms Rmn typefaces
24112 with DefaultSerif and DefaultSansSerif INI keys.
24114 * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
24115 Bertho Stultiens <bertho@panter.soci.aau.dk>
24116 - Added a global label for elf-dll linking and a long with the resource
24117 size and a long with the directory size.
24118 - Killed an annoying warning since version 1.0.0 in parser.y about a
24119 var being used before init.
24121 * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
24122 Juergen Schmied <juergen.schmied@metronet.de>
24123 Adds the IPersistFile Interface to IShellLink[W] and gave both own
24126 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
24127 (ReadConsole32A): small and stupid bug fixed
24128 (WriteConsoleOutput): bug fixed (attributes may change within lines)
24129 and enhanced speedwise by using buffering.
24130 (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
24132 * misc/crtdll.c, relay32/crtdll.spec:
24133 Marcus Meissner <marcus@jet.franken.de>
24134 _ultoa implemented.
24136 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
24137 Small hack to get rid of annoying err:resource: message for
24140 * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
24141 Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
24144 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
24145 Save the original video mode before going fullscreen and restore it
24146 when the last DirectDraw_Release is called. Also fix a problem where
24147 the viewport wasn't set to 0,0.
24149 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
24150 Made more cross-platform by changing ->_fileno to fileno().
24152 * windows/win.c: NF Stevens <norman@arcady.u-net.com>
24153 Fix the Z-order of maximized/minimized child windows.
24155 * graphics/x11drv/xfont.c:
24156 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24157 XLFDs should be well-formed (14 hyphens) to match scalable fonts.
24158 Stop slant field becoming wildcarded too early.
24160 * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
24161 (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
24163 * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24164 Hack OLE_GetFormat* to return something if datelen = 0.
24165 Remove unnecessary WINAPI's.
24167 ----------------------------------------------------------------
24168 Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
24170 * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
24171 Patrick Spinler <spinler.patrick@mayo.edu>
24172 Implemented CreateToolhelp32Snapshot, including two of the routines
24173 using snapshots, Process32First and Process32Next.
24175 * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
24176 Justin Bradford <justin@ukans.edu>
24177 Most of the currency variant conversion functions implemented.
24178 Minor bugfixes and header tidying.
24180 * 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:
24181 Marcus Meissner <marcus@jet.franken.de>
24182 Added RasEnumConnections stub.
24184 * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
24185 Juergen Schmied <juergen.schmied@metronet.de>
24186 Bugfix in PathCombine32[A|W].
24187 View menu in explorer and on right mouse button is working now.
24189 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
24190 Implemented ILGetDisplayName.
24192 * dlls/shell32/classes.c, dlls/shell32/shellord.c:
24193 Juergen Schmied <juergen.schmied@metronet.de>
24194 Started implementation of ShellExecuteEx32A.
24197 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
24198 Juergen Schmied <juergen.schmied@metronet.de>
24199 Moved menu resources to rc-file.
24201 * include/pe_image.h, ole/ole2nls.c, win32/file.c:
24202 Marcus Meissner <marcus@jet.franken.de>
24203 Two debug messages clarified, one useless prototype removed.
24205 * include/oleauto.h, ole/variant.c:
24206 Marcus Meissner <marcus@jet.franken.de>
24207 294 missing WINAPI added.
24209 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
24210 Kill swapped out (wine) processes too and truncate diff after some xxx
24213 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
24214 Fixed SetLastError with wrong value.
24216 * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
24217 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24218 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
24219 misc/printdrv.c and fix a few compile warnings.
24221 * 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:
24222 Andreas Mohr <a.mohr@mailto.de>
24223 Fixed a bunch of compiler warnings.
24225 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
24226 Added Win32 synchro to FILEs (useful only for terminal handles).
24228 Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
24230 * 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:
24231 Francis Beaudet <francis@macadamian.com>
24232 Sylvain St-Germain <sylvain@macadamian.com>
24233 Thuy Nguyen <thuy@macadamian.com>
24236 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24237 Let the System_Time_Selector clock tick.
24239 * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
24240 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24241 Adapted to CreateSystemTimer interface change.
24243 * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
24244 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24245 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
24246 (NOTE: 16-bit callbacks still don't work!)
24248 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
24249 - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
24250 the child window so that the system menu is set correctly.
24251 - In MDICascade and MDITile use WM_MDIRESTORE message
24252 to restore maximized window so that system menu is
24255 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
24256 Jean-Claude Cote <jean-claude@macadamian.com>
24257 Added implementation of the VARIANT APIs.
24259 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24260 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
24262 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
24263 handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
24264 better handling of LPSTR_TEXTCALLBACK32A
24265 TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
24267 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24268 Warn if two .exes conflict with each other and the second does not
24269 have relocation records.
24271 * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24272 Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
24273 contain '/','\\' or ':'.
24275 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
24276 Fixed a potential crash if a usable video mode is not detected.
24278 * tools/make_authors: Script to generate authors files
24280 * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
24281 Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
24282 as well as AddRef(), GetCapabilites(), EnumObjects(),
24283 GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
24284 and RunControlPanel() for IDirectInputDevice.
24286 * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
24287 Set window focus in _common_IDirectDraw_SetDisplayMode().
24289 * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
24290 Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
24292 * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
24293 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24294 Removed deferred Expose events handling.
24296 * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24297 Don't clip VisRgn against X desktop.
24299 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24300 LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
24302 * graphics/x11drv/xfont.c:
24303 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24304 Sanity check on font size.
24306 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
24307 Missing parentheses added.
24309 Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
24311 * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
24312 Marcus Meissner <marcus@jet.franken.de>
24313 Enhanced Win32 Console (XTERM)
24314 - inputhandling enhanced (keys and mouseclicks)
24315 - win32 synchronization (partial)
24316 - lots of enhancements to drawing functions
24317 - simple/complex console (simple-stdin/stdout -> complex-xterm).
24319 * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
24320 Joseph Pranevich <jpranevich@lycos.com>
24321 Add a driver to open up a new xterm window whenever console output is
24322 needed. Derived from console/win32.c but we are not yet ready to merge
24323 the code completely.
24325 * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
24326 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24327 Improved the handling of font encodings.
24329 * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
24330 Implemented DPMI RMCBs using the DOS subsystem, and a few other
24331 improvements. Also, some special-cased shortcut paths will allow some
24332 common real-mode call/RMCB combinations to work even without calling the
24333 DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
24334 even on platforms that cannot use dosmod.
24336 * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
24337 Marcus Meissner <marcus@jet.franken.de>
24338 Some unnecessary #include and messages removed.
24340 * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24341 Some small corrections to EnumSystemLocales32AW
24343 Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
24345 * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
24346 Tried another kludge for the Xmd.h problem.
24348 * 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:
24349 Stephen Crowley <crow@debian.org>
24350 Added fullscreen DGA support.
24352 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24353 Fixed dummy entries in MAIN_ParseLanguageOption().
24355 * include/mmsystem.h, multimedia/mcicda.c:
24356 Brian Gerst <bgerst@quark.vpplus.com>
24357 Properly implement MCI_CDA_STATUS_TYPE_TRACK.
24358 Fix an off-by-one bug with MCI_STATUS_LENGTH.
24360 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
24361 Superflous WINAPI removed.
24363 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24364 Warn about invalid entrypoints (created by viruses) which result in
24367 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
24368 Create X11 palette on DirectDrawSurface::SetPalette, not before (we
24369 might not have an X11 window yet).
24371 * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
24372 Move TWEAK_Init from USER to GDIInit.
24374 * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
24375 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24376 Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
24377 printing functions.
24379 * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24382 * graphics/x11drv/text.c:
24383 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24384 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
24385 or charExtra are non-zero.
24387 * 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:
24388 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24389 Replace GRAPH_ functions with Win SDK equivalents.
24391 Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
24393 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
24394 Reverted previous patch.
24396 * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
24397 Don't define MZ_SUPPORTED on non-i386 platforms.
24399 * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
24400 Fixed DPMI_CallRMProc (I think).
24402 * misc/network.c, relay32/mpr.spec:
24403 Marcus Meissner <marcus@jet.franken.de>
24404 Stub for NPSGetProviderHandleA.
24406 * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
24407 The scancode Windows send for extended keys is the scancode of the
24408 unextended equivalent of the key, plus the extended flag.
24410 * dlls/winaspi/winaspi16.c:
24411 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24412 Fixed a real mode problem.
24414 * loader/ne/module.c:
24415 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24416 NE_MODULE.stack_size was set to a ridiculously small value of 5.
24417 Windows sets 0x1400 in such cases for programs.
24419 * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24420 We don't yet want the static control to call DestroyIcon.
24422 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
24423 Added case for GCW_ATOM int GetClassLong32A.
24425 * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
24426 Stub for WNetOpenEnum32W.
24428 * multimedia/dsound.c, relay32/dsound.spec:
24429 Robert Riggs <rriggs@tesser.com>
24430 More general code cleanup for readability.
24431 A few more parameter validation checks.
24432 Return DS_OK rather than 0 in a number of functions.
24433 Fixed primary buffer ref count bug in CreateSoundBuffer().
24434 Handle 1-3 byte sound fragments that would cause buffer overruns.
24435 Clear primary buffer with a neutral value instead of always 0
24436 (because 128 is neutral for 8-bit sound).
24437 Fix bug with mixing 8-bit sound into the primary buffer.
24438 Broke out the main block in DSOUND_thread() to another function for
24440 Handle "no audio" and "audio busy" cases properly when initializing
24441 dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
24443 * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
24444 Made variables optimized into registers accessible.
24446 * relay32/user32.spec:
24447 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24448 The spec definition for MonitorFromWindow was wrong.
24450 * msdos/int21.c: Stefan Leichter <sle@camline.com>
24451 File handle bug fix.
24453 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24454 Added paragraph about different dll versions and structure sizes.
24456 * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24457 Added missing TOOLINFO structure.
24459 * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
24462 * 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:
24463 Andreas Mohr <a.mohr@mailto.de>
24464 - Several kernel.spec return type mismatch fixes
24465 - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
24466 - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
24467 - LocalNotify() basic support
24468 - Fixes for local heap handling with heap handles created by Virtual*()
24470 * graphics/x11drv/xfont.c:
24471 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24472 Bugfix: -microsoft-symbol encoding was not recognized.
24474 * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24475 Bugfix: WIN_ResetQueueWindows would skip some windows.
24477 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24478 Allow recursively reentering CALL32_LargeStack.
24480 * 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:
24481 Patrik Stridvall <ps@leissner.se>
24482 Added the new TTY driver.
24484 * 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:
24485 Patrik Stridvall <ps@leissner.se>
24486 Moved more code to the X11 driver.
24488 Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
24490 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
24491 Joseph Pranevich <jpranevich@lycos.com>
24492 Call the new console driver for some routines. This is not completely
24493 done yet and more for testing purposes.
24495 Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
24497 * 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:
24498 Joseph Pranevich <jpranevich@lycos.com>
24499 Added console support.
24501 * 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:
24502 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24503 Move OEM resources to the x11drv.
24505 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
24506 Opening a file in a directory which doesn't exist returns
24507 ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
24509 * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
24510 Handle atoms "# non number" (oracle client).
24512 Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
24514 * if1632/kernel.spec, misc/error.c:
24515 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24516 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
24517 Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
24518 Added names for some undocumented exports.
24520 * memory/global.c, if1632/thunk.c:
24521 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24522 Implemented GlobalChangeLockCount (KERNEL.365).
24524 * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
24525 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24526 Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
24528 * if1632/gdi.spec, objects/gdiobj.c:
24529 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24530 Implemented GdiFreeResources (GDI.609).
24532 * include/dsound.h, multimedia/dsound.c:
24533 Robert Riggs <rriggs@tesser.com>
24534 Fixed 8-bit WAV format handling (it is unsigned data).
24535 Fixed off-by-one checks for buffer wrap.
24536 Increment ref count for primary buffer in CreateSoundBuffer().
24537 Added DSBPN_OFFSETSTOP support to position notification code.
24538 Lots of minor parameter validation checks.
24539 Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
24540 and IDirectSound_GetSpeakerConfig().
24541 Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
24543 Lots of thread locking for DirectSound buffers.
24544 Dealloc primary buffer when dsound is deallocated.
24546 * include/wintypes.h:
24547 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24548 Added the TEXT() and MAKELRESULT() definitions.
24550 * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
24553 * Makefile.in: James Juran <jrj120@psu.edu>
24554 Revert misguided change to install_lib that broke -disable-lib
24557 * misc/main.c, include/windows.h:
24558 Juergen Schmied <juergen.schmied@metronet.de>
24559 New parameter SPI_GETDRAGFULLWINDOW.
24560 One missing break in SPI_GETDRAGFULLWINDOW.
24562 * dlls/shell32/pidl.c, relay32/shell32.spec:
24563 Juergen Schmied <juergen.schmied@metronet.de>
24564 New functions ILGlobalClone/ILGlobalFree.
24566 * documentation/printing:
24567 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24568 Add a note about WinPrinters.
24570 * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
24571 Marcus Meissner <marcus@jet.franken.de>
24572 Added some stubs, some ptr->str conversions.
24574 * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
24575 Lionel Ulmer <ulmer@directprovider.net>
24576 - added definition of DirectDrawCreateClipper.
24577 - more versatile support of surfaces / better surface description support.
24579 * 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:
24580 Juergen Schmied <juergen.schmied@metronet.de>
24581 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
24582 New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
24583 Stubs SHWaitForFileToOpen, PathFindOnPath.
24585 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
24586 Small changes to print the strings in the relay-trace.
24588 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
24589 The class name needs to be converted to a getptr.
24591 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24592 Fixed memory/status recovery when error occured in MIDI_mciOpen.
24593 Fixed support for RMID files in MIDI_mciOpen.
24594 Fixed bug for playing MIDI files with tempo changes. Sound output is
24595 now correct, but length of tracks (and therefore of whole file) is not
24597 Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
24599 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24600 Fixed memory/status recovery when error occured in WAVE_mciOpen.
24601 Changed error values (INTERNAL => INVALID_FILE) when file cannot
24604 * multimedia/msvideo.c, relay32/msvfw32.spec:
24605 Juergen Schmied <juergen.schmied@metronet.de>
24606 Stubs for MCIWndCreate[A|W].
24608 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
24609 VerQueryValue, bugfix: we cant convert binary data with
24610 HEAP_strdupWtoA (\VarFileInfo\Translation).
24612 Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
24614 * relay32/advapi32.spec, win32/advapi.c:
24615 Juergen Schmied <juergen.schmied@metronet.de>
24616 Stubs for EnumServiceStatus32, small changes.
24618 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
24619 Load now the first icon from the *.ani file instead of crashing.
24621 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
24622 Fix warnings in miscemu/main.c.
24624 * include/windows.h:
24625 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24626 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
24627 - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
24628 - added the function definition for StartPage,EndPage,GetCommMask,
24629 GetCommModemStatus and PurgComm,WaitCommEvent.
24631 * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
24632 Fixed activation/Focus message order problem when creating a new HWND.
24634 * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
24635 Paul Quinn <PaulQ@corel.com>
24636 Implementation of ChildWindowFromPointEx functions.
24638 * misc/registry.c: Gavriel State <gavriels@corel.com>
24639 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
24641 * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
24642 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24643 GetSystemPaletteEntries returns palette size if entries==NULL.
24644 Use this instead of COLOR_GetSystemPaletteSize.
24646 * relay32/dsound.spec, multimedia/dsound.c:
24647 Marcus Meissner <marcus@jet.franken.de>
24648 Implemented class factory for dsound.
24650 * relay32/kernel32.spec, misc/comm.c:
24651 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24652 - fixed a minimal error in GetCommMask definition.
24653 - adds stubs for GetCommModemStatus and WaitCommEvent.
24655 * include/xmalloc.h, library/winestub.c:
24656 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24657 Fixes for C++ Winelib compilation.
24659 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
24660 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
24662 Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
24664 * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
24665 James Juran <jrj120@psu.edu>
24666 Documentation updates.
24668 * Makefile.in: James Juran <jrj120@psu.edu>
24669 Fixed 'make install' to really check for libwine.a before installing
24672 * graphics/ddraw.c, include/options.h, misc/main.c:
24673 Stephen Crowley <crow@debian.org>
24674 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
24676 * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
24677 Improved GetDiskFreeSpace32A().
24679 Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
24681 * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24682 Remove included color.h.
24684 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24685 Remove unnecessary check for entrypoint address (test binary was
24686 infected by a virus which uses invalid PE loading stuff).
24688 * graphics/painting.c, relay32/gdi32.spec:
24689 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24690 Added stubs for Startpage and EndPage.
24692 * if1632/thunk.c, objects/dc.c:
24693 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24694 Removed some unnecessary FIXME outputs.
24696 * if1632/kernel.spec, loader/task.c:
24697 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24698 Implemented KERNEL.602 and stub for KERNEL.490.
24700 * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24701 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
24703 Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
24705 * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
24706 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24709 * loader/ne/resource.c, include/module.h, loader/resource.c:
24710 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24711 Moved ...Resource16 routines to loader/resource.c.
24712 Implemented accessing PE-file resources with 16-bit resource routines.
24714 * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
24715 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24716 Implementation of PE->NE resource conversion routines (KERNEL.615-618).
24718 * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
24719 Francis Beaudet <francis@macadamian.com>
24720 Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
24721 and SysStringLen(). Ensure that the BSTR objects were allocated
24722 according to the Windows documentation.
24724 * 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:
24725 Juergen Schmied <juergen.schmied@metronet.de>
24726 Moved existing path - functions to shellpatch.c.
24727 New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
24728 PathSetDlgItemPath32A|W.
24730 * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
24731 Juergen Schmied <juergen.schmied@metronet.de>
24732 Moved existing IShellLink class. New stubs for IShellLinkW.
24734 * 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:
24735 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24736 Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
24738 * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
24739 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24740 Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
24741 registers (used by DeviceIoControl). Adapted all users.
24743 * include/winioctl.h, win32/device.c:
24744 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24745 Implemented (most) VWin32.VxD DeviceIoControl routines.
24747 Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
24749 * include/thread.h, scheduler/thread.c:
24750 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24751 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
24753 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24754 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
24757 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24758 Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
24759 Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
24761 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24762 Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
24763 Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
24765 * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
24766 Don't match against Symbol or Nil fonts.
24768 * memory/global.c: Stephen Crowley <crow@debian.org>
24769 Return the "buffers" and "cached" memory as free since it is
24770 deallocated when a program needs it anyway.
24772 * windows/dialog.c, include/windows.h:
24773 Juergen Schmied <juergen.schmied@metronet.de>
24774 Bugfix: SetDlgItemText32 returns BOOL not void.
24776 * relay32/user32.spec, windows/user.c:
24777 Juergen Schmied <juergen.schmied@metronet.de>
24778 New stubs GetUserObjectInformationA|W.
24780 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
24781 Removed left over 'show' and useless deadbeef checking which doesn't
24784 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24785 Adjust broken entrypoint addresses. (win98 notepad.exe)
24787 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
24788 Updated according to development.
24790 * if1632/mmsystem.spec, relay32/winmm.spec:
24791 Eric Pouech <Eric.Pouech@wanadoo.fr>
24792 Some new stubs (midiStreamXXX functions, some mci functions, and
24793 some mmio functions).
24795 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24796 Moved MCI part to mcimidi.c ; added DriverProc.
24798 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24799 Moved MCI part to mciwave.c ; added some error checking ; added
24802 * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
24803 Eric Pouech <Eric.Pouech@wanadoo.fr>
24804 Added mcimidi and mciwave.
24806 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24807 Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
24810 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24811 Starting writing MCI part ; fixed bug in MCI_INFO command.
24813 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24814 Added some missing stubs in 32 bit part.
24816 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24817 Made use of new 16/32 MCI message handling in mmsystem.c.
24819 * include/mmsystem.h, include/multimedia.h:
24820 Eric Pouech <Eric.Pouech@wanadoo.fr>
24821 Added some new functions/structures definitions.(I couldn't get all
24822 the manifest constants values that MS was referring to in its specs...
24823 if someone has them...)
24825 * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24826 Added some error checking ; made use of new 16/32 MCI message handling
24827 in mmsystem.c ; fixed bug in MCI_INFO command.
24829 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24830 Added some error checking ; made use of new 16/32 MCI message
24831 handling in mmsystem.c.
24832 Added Win95 command to handle cd-rom with both data and audio ; fixed
24833 bug in MCI_INFO command ; shadowing MCI status for devices that can't
24834 get current status ; fixed status not being updated on cd change.
24836 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24837 Factorized 16/32 bit MCI function by using message mapping from 16
24838 to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
24839 mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
24840 yet working. Fixed some issues regarding asynchronous MCI commands ;
24841 fixed MCI_SYSINFO command.
24843 * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
24846 Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
24848 * 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:
24849 Juergen Schmied <juergen.schmied@metronet.de>
24852 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
24853 New function: _ILGetExtension.
24855 * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
24856 Juergen Schmied <juergen.schmied@metronet.de>
24857 New file. HKEY_CLASSES_ROOT handling.
24859 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24862 * 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:
24863 Eric Kohl <ekohl@abo.rhein-zeitung.de>
24864 Added Unicode support (at least partially).
24866 * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
24867 Eric Kohl <ekohl@abo.rhein-zeitung.de>
24868 Added IOleAdviseHoler interface (still a dummy) and fixed
24869 CreateOleAdviseHolder().
24871 * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
24872 Eric Kohl <ekohl@abo.rhein-zeitung.de>
24873 Added global subclassing atom, used by tooltips and updown (not yet).
24875 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24876 Improved layout code.
24878 * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
24879 Eric Kohl <ekohl@abo.rhein-zeitung.de>
24880 Fixed ImageList_LoadImage().
24882 * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24883 Added CMEM_SETITEM32A and message forwarding to combobox.
24885 * ole/moniker.c, relay32/ole32.spec:
24886 Eric Kohl <ekohl@abo.rhein-zeitung.de>
24887 Added stub for CreateItemMoniker().
24889 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24890 Fixed some undocumented function names and implemented DPA_Merge
24893 * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24894 Enabled double click for buttons.
24896 * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24897 Added command and return constants used by WM_NOTIFYFORMAT.
24899 * 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:
24900 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24901 Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
24903 * include/options.h, misc/main.c, ole/ole2nls.c:
24904 Juergen Schmied <juergen.schmied@metronet.de>
24905 Small fixes to get the default language to a sensible value.
24908 * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
24909 Douglas Ridgway <ridgway@winehq.com>
24910 Miscellaneous small fixes.
24912 * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
24913 Andreas Mohr <a.mohr@mailto.de>
24914 Added Win16 implementation for GetRegionData().
24916 * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
24917 Enhanced OABuildVersion() to return different version values for
24920 * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
24921 Added INT21_ParseFileNameIntoFCB() and some other things to get
24922 COMMAND.COM working.
24924 * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
24925 Added missing entry for GetNumberFormatW.
24927 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
24928 Checking for NULL-pointer.
24930 * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
24931 Robert Pouliot <krynos@clic.net>
24932 Better OLE support in French languages.
24934 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
24935 Implementation of CreateProcess32W.
24937 * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
24938 Queuing of deferred Expose events.
24940 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
24941 LB_GETTEXT: Handle passed NULL buffer.
24943 * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
24944 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
24947 * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
24948 Marcus Meissner <marcus@jet.franken.de>
24949 Turn mega double switch into static table (reduces compile time).
24951 * AUTHORS, include/authors.h: Added Robert Riggs.
24953 * include/d3d.h: Robert Riggs <rriggs@tesser.com>
24954 include ddraw.h, questionable fix for questionable struct/union
24955 construct in MS's D3DVECTOR definition.
24957 * include/dsound.h: Robert Riggs <rriggs@tesser.com>
24958 More flags (DirectX 5.2), DirectSound3DListener and
24959 DirectSound3DBuffer structures, include some required files
24960 (windows.h, compobj.h, and d3d.h).
24962 * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
24963 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
24964 primary buffer is implemented closer to what the SDK docs specify,
24965 other SDK documented behaviour enforced. Completed the devcaps list.
24967 * misc/crtdll.c, relay32/crtdll.spec:
24968 Juergen Schmied <juergen.schmied@metronet.de>
24969 New stubs strdate, strtime.
24971 * memory/selector.c:
24972 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24973 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
24975 * misc/comm.c: Cliff Wright <cliff@snipe444.org>
24976 Fixed a mask set, and other parity setting bugs for serial ports.
24978 * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
24979 Added BSDI sigcontext definitions.
24981 * windows/class.c: Rein Klazes <rklazes@casema.net>
24984 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
24985 Remove now useless RELAY_ShowDebugmsgsRelay check.
24987 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24988 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
24989 directory, for they seem to be relocated by the standard relocating
24990 mechanism. (Explicitly checked one program using it)
24992 * dlls/shell32/shellord.c, include/shell.h:
24993 Marcus Meissner <marcus@jet.franken.de>
24994 PathAddBackshlash, PathRemoveBackslash: argument is not constant.
24996 * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
24997 Check wndPtr for NULL.
24999 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
25000 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
25002 * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
25003 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25004 Takes print spooler functions out of win16drv.
25005 Allows the PostScript driver to go into libwine.
25007 * if1632/gdi.spec, objects/brush.c, objects/palette.c:
25008 Ian Schmidt <irsman@iag.net>
25009 Added stubs for two undocumented GDI routines, SetMagicColors and
25010 SetSolidBrush. This allows Win98 native USER to start up.
25012 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
25013 Fixed the DGA detection code in ddraw. You don't need root access,
25014 having r+w access to /dev/mem is enough.
25016 * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
25017 Marcus Meissner <marcus@jet.franken.de>
25018 DirectDraw status updated.
25019 Use cooperative window for drawing in xlib implementation if possible.
25020 Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
25022 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
25023 Micro patch for AltGr key on german keyboards.
25025 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
25026 Fixes error handling (SetLastError() and return value).
25028 * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
25029 Partially complete GetTextCharsetInfo and corrects return values for
25030 this family of functions.
25032 Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
25034 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
25037 * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25038 Fixed retrieval of invalid palette data in GetDIBits().
25040 * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
25041 Allow SWP_HIDEWINDOW to be called on windows that are already hidden
25042 without unmapping them again.
25044 * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
25045 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
25046 outside desktop window with gtwin.exe (Dutch banking program).
25048 * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
25051 * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
25052 Fixed bug in StretchDIBits32 (wrong origin).
25054 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
25057 * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
25058 Lionel Ulmer <ulmer@directprovider.net>
25059 Some corrections to the handling of off-screen buffers.
25060 Correction to the EnumDisplayModes function.
25061 Added XShm support to Xlib driver.
25062 Open a DirectX window even when using the DGA driver.
25064 * 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:
25065 Juergen Schmied <juergen.schmied@metronet.de>
25066 Cleanup, small fixes, a few new stubs.
25068 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
25069 Handling for listviewstyles, view mode buttons in filedialogs
25070 enabled and handled.
25071 New listview columns Size, Type, Modified for reportview
25072 created and handled.
25074 * dlls/shell32/if_macros.h:
25075 Juergen Schmied <juergen.schmied@metronet.de>
25076 New file, wrapper for IShellBrowser class.
25078 * dlls/shell32/iconcache.c:
25079 Juergen Schmied <juergen.schmied@metronet.de>
25080 New file, some helper functions for icon cache.
25081 Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
25082 Shell_GetImageList in this file.
25084 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
25085 Juergen Schmied <juergen.schmied@metronet.de>
25086 Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
25088 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
25089 LoadLibraryEx: show a warning when called with unimplemented parm.
25091 * miscemu/instr.c: Cleaned up a bit.
25093 * memory/selector.c, miscemu/instr.c, tools/build.c:
25094 Marcus Meissner <marcus@jet.franken.de>
25095 Clean invalid selectors on the pop %xs from the STACKFRAME itself
25096 instead of using linked list hack.
25098 * Makefile.in: Removed gets message.
25100 * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
25101 Added Thai nls-resources.
25103 * 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:
25104 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25105 Display the language id for "XXX not supported for your language"
25107 Added all languages and sublanguages for languages supported in
25108 resources/sysres_Xx.
25110 * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
25111 Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
25113 * ole/moniker.c: Gavriel State <gavriels@corel.com>
25114 Ensure that CreateFileMoniker functions don't return a bogus moniker
25117 * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
25118 Added code to manage Ascii and WideChar class names, and to return the
25119 names in the GetClassInfo functions.
25121 * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
25122 Fix to Linux IPX so compiles on non-linux platforms.
25124 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
25125 Own X11 errorhandler to locate X11 errors. Useful only with -sync.
25127 Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
25129 * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
25130 Juergen Schmied <juergen.schmied@metronet.de>
25131 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
25133 * 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:
25134 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25135 Moved X11 mouse cursor handling to the DISPLAY driver.
25137 * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
25138 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25139 Some fixes to Wine startup/termination sequence with native USER.
25140 Do not call built-in USER signal handler when using native USER.
25142 * debugger/break.c, include/debugger.h, include/task.h:
25143 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25144 Bugfix: -debug didn't work anymore after the last startup sequence patch.
25146 * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25147 Fixed list insertion bug in CoLoadLibrary().
25149 * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
25150 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25151 Added stubs for several VxDs / interrupts.
25153 * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
25154 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25155 Should get win16drv AbortProc working. Hopefully.
25157 * windows/input.c, windows/keyboard.c:
25158 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25159 Moved GetKeyboardLayoutName16 to windows/input.c.
25161 * include/imagehlp.h, include/winnt.h, include/wintypes.h:
25162 Patrik Stridvall <ps@leissner.se>
25163 Moved some declarations from imagehlp.h to common include files.
25165 * relay32/kernel32.spec, win32/thread.c:
25166 Rein Klazes <rklazes@casema.net>
25167 Added implementations for InterlockedExchangeAdd() and
25168 InterlockedCompareExchange().
25170 * win32/console.c, objects/dib.c, objects/enhmetafile.c:
25171 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25172 Fixes a few of the many compiler warnings.
25174 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
25175 Emulate "mov cr4,eax" (tombraider 3 demo).
25177 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
25178 Do not enumerate D3D devices we can't handle anyway.
25179 Return bitmasks for hi/truecolor depths in EnumDisplayModes.
25181 * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
25182 Marcus Meissner <marcus@jet.franken.de>
25183 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
25184 just once at creation time.
25186 * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
25187 Pavel Roskin <pavel_roskin@geocities.com>
25188 Added stubs for CoRevokeClassObject and OleSetClipboard.
25190 * windows/win.c: Per Ångström <pang@mind.nu>
25191 EnumTaskWindows16: Basing the selection on a window's task is not only
25192 more straightforward than comparing message queues, it also works
25193 better for Win32 applications.
25195 * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25196 Changed some of the message classes.
25198 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
25199 Special case handling of : Shift + arrow, shift + home, ...
25200 X returns a char for it, but Windows doesn't. Ignore X char.
25201 Also added some documentation.
25203 * include/winsock.h, misc/winsock.c:
25204 Stephen Langasek <vorlon@dodds.net>
25205 Bugfixes for IPX code and preliminary groundwork for other address
25208 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
25209 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
25210 lookup (Registry is case insensitive).
25212 * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
25213 Juergen Schmied <juergen.schmied@metronet.de>
25214 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
25215 StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
25216 RtlTimeToTimeFields.
25218 * include/windows.h, ole/ole2nls.c:
25219 Juergen Schmied <juergen.schmied@metronet.de>
25220 Stub for GetNumberFormat32W.
25222 * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
25225 * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
25226 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
25227 to be in nominative case.
25229 * windows/queue.c: Per Ångström <pang@mind.nu>
25230 Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
25231 an invalid size parameter.
25233 * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
25234 Added correct implementation of GetCaps, changed Play and Stop handling
25235 of positions indexes, suppressed warnings.
25237 * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
25238 Corrected bug in TRACE function.
25240 * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
25241 Lionel Ulmer <ulmer@directprovider.net>
25242 Corrected bug in DirectDrawSurface creation and handling for driver
25245 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
25246 Wine keyboard and mouse have now their own UIDs.
25248 * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25249 Fix allocation size in CreateDIBPatternBrush*.
25251 ----------------------------------------------------------------
25252 Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
25254 * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
25255 Fixed keystroke accelerators in dialogs which have controls containing
25256 other controls as child windows.
25258 * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
25259 Juergen Schmied <juergen.schmied@metronet.de>
25260 Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
25261 16->32 bit conversion.
25263 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
25264 Prevent CreateDIBSection from seg faulting when one dimension of
25267 * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
25268 Stephen Langasek <vorlon@dodds.net>
25269 Support for IPX networking via winsock under Linux.
25271 * relay32/gdi32.spec, graphics/painting.c:
25272 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25273 Added a stub for StartDocA and EndDoc.
25275 * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
25276 James Sutherland <JamesSutherland@gmx.de>
25277 More complete implementation of the SetCtrlHandler() function (and the
25278 related console functions).
25280 * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
25281 Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
25284 * graphics/vga.c, include/vga.h, msdos/ioports.c:
25285 Ove Kaaven <ovek@arcticnet.no>
25286 Simulate the VGA vertical refresh.
25288 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
25289 Added support of source and destination rectangles in Blit function.
25291 * include/dinput.h, windows/dinput.c:
25292 Lionel Ulmer <ulmer@directprovider.net>
25293 Added device type constants and used them in device enumeration
25296 * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25297 API documentation says that RegEnumKeyEx, RegEnumValue and
25298 RegQueryInfoKey takes the size of the buffers as characters.
25300 * ole/compobj.c: Added missing #include "config.h"
25302 * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
25303 Justin Bradford <justin@ukans.edu>
25304 Replaces CoCreateGuid stub with an implementation of DCE's UUID
25305 specification. Also removes some unnecessary code from StringFromCLSID.
25307 * include/commctrl.h, include/winbase.h, include/wintypes.h:
25308 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25309 Added an extern "C" safeguard.
25311 * include/commdlg.h, include/windows.h, windows/input.c:
25312 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25313 - adds GetExitCodeProcess
25314 - corrects the return-type of GetKeyState
25315 - corrects the winelib definition of IsDialogMessage
25316 - adds winelib definitions for PrintDlg
25318 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
25319 ExtSelectClipRgn fix: RGN_DIFF did not work.
25321 * objects/cursoricon.c, windows/event.c, windows/message.c:
25322 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25323 Adapted to new input event handling.
25325 * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
25326 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25327 USER-side part of input event handling: contains implementation of
25328 keybd_event and mouse_event, and USER-related code removed from
25329 windows/event.c and windows/keyboard.c.
25331 * windows/display.c:
25332 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25333 Stubs for DISPLAY.DRV removed from keyboard.c.
25335 * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
25336 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25337 Implementation of MOUSE.DRV (contains some code taken from
25340 * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
25341 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25342 Implementation of KEYBOARD.DRV (code mostly taken from previous
25343 windows/keyboard.c).
25345 * loader/main.c, loader/task.c, miscemu/main.c:
25346 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25347 Bugfix: really *do* switch to the initial task's stack.
25348 CallLargeStack mechanism re-enabled.
25350 * include/debug.h, include/debugdefs.h:
25351 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25352 New Files. Added 'date and time picker' and 'month calendar' control
25353 dummies. They are used by Outlook Express.
25355 * ole/ole2.c, relay32/ole32.spec:
25356 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25357 Added stub for CreateBindCtx() and added missing CoGetClassObject()
25358 to *.spec file. Makes Internet Explorer 4.01 happy ;-)
25360 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25361 Little improvement.
25363 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25364 Added preliminary hit testing. Makes regedit.exe happy ;-)
25366 * documentation/common_controls, dlls/comctl32/imagelist.c:
25367 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25368 Improved documentation and fixed typos.
25370 * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
25371 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25372 Added DrawStatusText32AW() and CreateStatusWindow32AW().
25374 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25375 Improved display and layout code.
25377 * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
25378 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25379 New Files. Added 'date and time picker' and 'month calendar' control
25380 dummies. They are used by Outlook Express.
25382 Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
25384 * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
25385 Charles Suprin <csuprin@lynx.dac.neu.edu>
25386 Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
25388 * graphics/x11drv/graphics.c:
25389 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25390 Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
25391 which it did if either ellipse dimension was zero.
25393 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25394 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
25397 * relay32/mpr.spec, misc/network.c:
25398 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25399 Added stub WNetEnumCachedPasswords.
25401 * msdos/int21.c, msdos/int25.c:
25402 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25403 Made this file DOSMOD friendly.
25405 * loader/ne/segment.c, loader/pe_image.c:
25406 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25407 Unified "No implementation for..." warnings.
25409 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
25410 monodebg.vxd used by some Origin programs implemented.
25412 * objects/bitmap.c:
25413 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25414 Fail if less then one entire line requested in GetBitmapBits32.
25416 * windows/winproc.c: Rein Klazes <rklazes@casema.net>
25417 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
25419 * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
25420 John Richardson <jrichard@zealand.mv.com>
25421 Implementation of CoLoadLibrary, CoFreeAllLibraries,
25422 CoFreeUnusedLibraries, CoFreeLibrary.
25423 Fixed misspelling of CoUninitialize.
25425 * programs/clock/ChangeLog, programs/clock/main.c:
25426 Robert Pouliot <krynos@clic.net>
25427 Fixes for other languages.
25429 Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
25431 * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
25432 Fix wide character functions to return character count in character
25433 quantities not byte quantities. Make RegQueryInfoKey and
25434 RegQueryInfoKey behave correctly in win95 mode.
25436 * include/dinput.h, windows/dinput.c:
25437 Lionel Ulmer <ulmer@directprovider.net>
25438 Changed mouse button mapping and check size of return buffer.
25440 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
25441 ExtSelectClipRgn() with RGN_COPY copies the wrong region.
25443 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25444 Fixed an error in the implementation of FILE_ShareDeny.
25446 * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
25447 Marcus Meissner <marcus@jet.franken.de>
25448 Solaris redefines ERR and CS, fixed occurances.
25449 Solaris has TRAPNO in its sigcontext, added to sig_context.h
25451 * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
25452 Eric Pouech <Eric.Pouech@wanadoo.fr>
25453 Made mmioSetBuffer callable from 16 and 32 bit code.
25455 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
25456 Fixed wrong arg type.
25458 * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
25459 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25460 Moved X11 DIB stuff to x11drv.
25462 * win32/code_page.c:
25463 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25464 The API for WideCharToMultiByte says that the src-string has only to be
25465 treated as NULL-terminated if srclen is -1.
25467 * include/win.h, windows/event.c, windows/win.c:
25468 Ove Kaaven <ovek@arcticnet.no>
25469 Made sure ConfigureNotify is processed before Expose, deferring the
25470 Expose event if necessary, thus working around a WM flaw with virtual
25471 desktop scrolling in -managed mode.
25473 * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
25474 Translated in French (not so good anyhow) message for the mark on
25477 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
25478 Changed the default from 0 to 0x409 (eng-us).
25480 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
25481 Two missing WINAPIs.
25483 * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
25484 Fixed one wrong parameter.
25486 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
25487 Fixed --disable-lib.
25489 Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
25491 * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
25492 Constants for controls in common dialogs.
25494 Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
25496 * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
25497 Fixed some compiler warnings.
25499 Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
25501 * 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:
25502 Jesper Skov <jskov@cygnus.co.uk>
25503 egcs 'ambiguous else' warnings fixes.
25505 * include/toolhelp.h, include/windows.h, scheduler/process.c:
25506 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25507 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
25508 definition to toolhelp.h.
25510 * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
25511 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25512 Run Winelib applications as 32-bit processes in the initial task.
25513 Simplified/removed several special 'if (__winelib)' cases in
25514 Wine main code obsoleted by that change.
25516 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25517 Call mouse driver callback also if windows are not registered with X
25518 (if using native USER.EXE).
25520 * memory/atom.c, include/atom.h:
25521 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25522 Adapted to separation between KERNEL and USER.
25524 * 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:
25525 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25526 Implemented new Wine startup sequence, separating startup into
25527 KERNEL/USER/GDI related parts, allowing native replacement.
25528 Implemented initial 'kernel' task.
25530 * include/ole.h, include/winerror.h, ole/compobj.c:
25531 John Richardson <jrichard@zealand.mv.com>
25532 Implementation of InprocServer32 CoGetClassObject.
25534 * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
25535 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25538 * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
25540 * 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:
25541 Patrik Stridvall <ps@leissner.se>
25542 Started moving some X11 window management code to windows/x11drv.
25544 * if1632/user.spec, windows/dialog.c, windows/winproc.c:
25545 Ove Kaaven <ovek@arcticnet.no>
25546 Fixed IsDialogMessage16.
25548 * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
25549 Tell people to ignore the 'gets' warning. Some will listen.
25551 * graphics/x11drv/bitmap.c, windows/graphics.c:
25552 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25553 A couple of small fixes to my bitmap patch.
25555 * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
25556 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25557 Allow the user to put a mark in the debug log by adding a item in the
25558 SYSMENU. The messages needs implementation in all other languages than
25559 English and German.
25561 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25562 Give tempfile a different name even if they are created in the same
25563 second. Removed some fixmes from the ShareDeny stuff.
25565 * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
25566 Rein Klazes <rklazes@casema.net>
25567 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
25568 extended style is specified. Also implemented CreateMDIWindow32A()
25569 call - single thread only -.
25571 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
25572 Erred in the bit macros in treeview.c. Shiftcounts were wrong.
25574 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
25575 Detection of the end of imports with Characteristics 0 fail for Borland
25576 programs (which seem to have always characteristics 0). Changed to algorithm
25577 to something a bit more intelligent.
25579 * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
25580 Added CoFreeLibrary stub.
25582 * README: Updated FAQ location.
25584 * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25585 Implement SEGPTR conversion for STARTDOC in Escape32().
25587 * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25588 Bugfix: SetDCState did not reset clipping region to empty.
25590 * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
25591 Fixed small off by one error in GetComputerName32W, always killed the
25592 last character of a hostname.
25594 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
25595 Don't HeapFree() colormap if we didn't allocate one.
25597 * 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:
25598 Marcus Meissner <marcus@jet.franken.de>
25599 Added stubs for user32,advapi32 functions.
25601 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
25602 Marcus Meissner <marcus@jet.franken.de>
25603 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
25605 * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
25606 Changed many WARN()s related to internal Wine memory failures to
25609 * if1632/kernel.spec, scheduler/process.c:
25610 Andreas Mohr <a.mohr@mailto.de>
25611 Added .spec entry for KERNEL.RegisterServiceProcess.
25613 * if1632/display.spec, windows/keyboard.c:
25614 Andreas Mohr <a.mohr@mailto.de>
25615 Added stub for CheckCursor().
25617 * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
25618 Fix for non-modal dialog closing.
25620 * windows/dinput.c: David Faure <faure@kde.org>
25621 Rewrote the two routines using the vkey->scancode array to use
25622 keyc2vkey for each keycode, instead. Not tested.
25623 Removed unused IDirectInputDeviceA_GetDeviceState.
25624 Fixed warning in TRACE() call.
25626 * windows/keyboard.c: David Faure <faure@kde.org>
25627 Deleted the vkey->sancode array, because QWERTY specific.
25628 Back to using the X keycode instead as the scancode. Tested.
25630 * graphics/psdrv/init.c:
25631 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25632 Print a message if the PostScript driver can't find a PPD file.
25634 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
25635 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
25636 (DOS apps/games using this mode comes up now, although you can't
25637 really do anything with them (yet?).)
25639 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
25640 Use macro V86_FLAG.
25642 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
25643 Set default video mode to 3 (80x25 color).
25645 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
25646 Ignores a couple of signals.
25648 * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
25649 Ove Kaaven <ovek@arcticnet.no>
25650 Moved VGA-emulating DirectX code from dispdib.c to a separate
25651 file. Made it use a system timer and trap I/O accesses to the VGA
25652 DAC registers to accommodate DisplayDib-using programs that try to
25653 access the VGA hardware directly.
25655 * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
25656 Ove Kaaven <ovek@arcticnet.no>
25657 Indirection for INSTR_EmulateInstruction for use by DOS code.
25658 Added support for a 55Hz system timer, letting DOS apps calibrate
25659 their delay loops and such. Calls INSTR_EmulateInstruction for
25660 instruction emulation (principally I/O port access). Added macro
25663 Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
25665 * windows/dinput.c, multimedia/dsound.c:
25666 Marcus Meissner <marcus@jet.franken.de>
25669 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
25670 Removed the FIXME() and moved SetLastError(0) to the end (so that
25671 GetTempFileName et.al. can't overwrite it).
25673 * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
25674 Marcus Meissner <marcus@jet.franken.de>
25675 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
25678 * windows/mdi.c: Rein Klazes <rklazes@casema.net>
25679 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
25680 style, should not be shown at creation nor activated unless the
25681 WS_VISIBLE flag is set.
25683 * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
25684 Bugfix for fixup_imports: Enable checking for terminating import
25685 struct with Characteristics bitfield set to 0.
25687 * windows/win.c: Rein Klazes <rklazes@casema.net>
25688 Delay linking newly created window in linked list until after the
25689 WM_NCCREATE message.
25691 * files/file.c: Rein Klazes <rklazes@casema.net>
25692 Small bug in FILE_InUse does not do a release on every acquired file
25695 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
25696 lpszName of NULL is handled (removes some warnings).
25698 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
25699 Now allows specification of a start directory on the cmdline.
25701 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
25702 Gets rid of the arch-dependent bit operations (tested on Linux and
25705 Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
25707 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
25708 A dest buffer was printed out as string.
25710 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
25711 Corrected 2 wrong definitions.
25713 * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
25714 Patrick Spinler <spinler.patrick@mayo.edu>
25715 Added stubs for Process32First/Process32Next.
25717 * 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:
25718 François Gouget <gouget@metaintegration.net>
25719 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
25720 headers prototypes.
25722 * 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:
25723 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25724 Added pBitmapBits and pCreateBitmap to the GDI function table and
25725 moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
25727 * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
25728 Juergen Schmied <juergen.schmied@metronet.de>
25729 New SHGetSimpleIDListFromPath32AW.
25730 Unicode-safe: PathFindFilename32AW.
25732 * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
25733 IExtractIcon had an extra c in a struct definition.
25735 * relay32/dplay.spec:
25736 John Richardson <jrichard@zealand.mv.spamless.com>
25737 Added entry for DirectPlayEnumerate.
25739 * ole/nls/sky.nls, ole/ole2nls.c:
25740 Juergen Schmied <juergen.schmied@metronet.de>
25741 Added Slovak nls-resources.
25743 * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25744 Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
25745 CreateRoundRectRgn.
25747 Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
25749 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
25750 EnumDisplayModes* returns a static list of modes with all depths
25751 (helps hexen2demo), ChangeDisplaySettings returns true all the time.
25753 * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
25754 Marcus Meissner <marcus@jet.franken.de>
25755 Stub for midiOpenStream (helps hexen2demo).
25757 * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
25758 Robert Pouliot <krynos@clic.net>
25759 Small patch for better French support.
25761 * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25762 Bugfix: memory overwrite bug.
25764 Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
25766 * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
25767 32-bit clipboard support.
25769 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25770 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
25773 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
25774 Fixed a minor problem with the menus for mdi child windows.
25776 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
25777 Removed no longer necessary commented out code, destroy old window
25778 when SetDisplayMode is called again, EnumDisplayModes now returns
25779 all possible modes (using a static list).
25781 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
25782 Anon shared mapping fixed for file sharing.
25784 ----------------------------------------------------------------
25785 Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
25787 * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
25788 Fixes for LANG_NEUTRAL.
25791 Added some padding to the PDB for ill-behaving apps (problem reported
25794 * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
25795 Jonathan Buzzard <jab@hex.prestel.co.uk>
25796 Added a new debugging channel io to allow read/writes on a port to be
25799 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
25800 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
25801 ignored. 0x00 is used for generated key events only.
25803 * windows/message.c, windows/queue.c:
25804 Douglas Ridgway <ridgway@winehq.com>
25805 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
25806 GetMessagePos, GetMessageTime.
25808 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
25809 Delete the filename for the mapping instantly.
25811 * dlls/shell32/shellord.c, relay32/shell32.spec:
25812 Michael Poole <poole@graviton.res.cmu.edu>
25813 Stub for SHSimpleIDListFromPath.
25815 * loader/task.c: Fixed bug in SwitchStackTo.
25817 Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
25819 * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
25820 Check if scrollbar and parent are visible before redraw.
25822 * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
25823 Kai Morich <kai.morich@darmstadt.netsurf.de>
25824 Added Drag*32 functions.
25826 * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
25827 Added Drag&Drop from KDE app to 16/32 bit Windoze app.
25829 * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
25830 Added FIXME message in PostMessage32x if parameters are truncated
25831 when calling PostMessage16.
25833 * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
25834 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25835 Added support for global handles, implemented ConvertToGlobalHandle.
25836 Allocate startup data and 16-bit stack for initial process.
25838 * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
25841 * 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:
25842 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25843 Added Spanish resources.
25845 * ole/nls/euq.nls, resources/sysres_Es.rc:
25846 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25849 * relay32/kernel32.spec, scheduler/process.c:
25850 Marcus Meissner <marcus@jet.franken.de>
25851 LoadLibraryExW spec added (function was there).
25852 SetProcessPriorityBoost stub added.
25854 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
25855 Compile fix for Solaris.
25857 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
25858 Ove Kaaven <ovek@arcticnet.no>
25859 Implemented DisplayDib.
25861 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
25862 Hack to support integer ids in all static controls.
25864 * include/dinput.h, windows/dinput.c:
25865 Lionel Ulmer <ulmer@directprovider.net>
25866 Beginning of mouse support in DirectInput (only "standard" mouse
25867 configuration supported for now).
25869 * include/*.h, dlls/comctl32/*.c:
25870 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25871 Added xxx_Unregister() functions to all common controls.
25873 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
25874 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25875 Some minor improvements and fixes.
25877 * dlls/comctl32/rebar.c, include/rebar.h:
25878 Eric Kohl <ekohl@abo.rhein-zeitung.de>
25879 Improved the rebar control.
25881 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25882 Added support for transparent and tracking tooltips.
25884 * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25885 Fixed a popup menu selection bug.
25887 * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25888 Fixed DrawCaption16() and DrawCaptionTemp16().
25890 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
25893 * 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:
25894 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25895 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
25896 SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
25899 * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
25900 Joseph Pranevich <knight@baltimore.wwaves.com>
25901 Added support for int17 and int19.
25903 * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
25904 Stubs for dos mode reboot interrupt.
25906 * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
25907 Some printer stubs for DOS added.
25909 * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
25910 More stubs added. These changes are only partially mine, I just made
25913 * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
25914 Added some traces and cleaned up a couple of things.
25916 * 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:
25917 Juergen Schmied <juergen.schmied@metronet.de>
25918 Changed some string-shell32 functions to 32AW, parameter are
25919 os depending 32A or 32W (-winver nt351 or nt40), some new functions.
25920 Some fixes in ole2nls.
25921 New OLE2NLS_CheckLocale() to handle Locale_User_Default and
25922 Locale_System_Default.
25923 Shell32 now dynamicly links to DPA_*(), comdlg32 works again
25924 (comctl32 heap alloc patch broke it).
25926 * include/winversion.h, misc/version.c:
25927 Juergen Schmied <juergen.schmied@metronet.de>
25928 Added VERSION_IsOsUnicode().
25930 * scheduler/handle.c:
25931 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25932 More off-by-one errors fixed.
25934 * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
25935 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25936 File sharing fixes.
25938 Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
25940 * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
25943 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
25944 Fixed DOS environment passing.
25946 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
25947 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
25949 * include/font.h, objects/font.c, objects/gdiobj.c:
25950 Juergen Schmied <juergen.schmied@metronet.de>
25951 New FONT_GetObject32W(), GetObject32W().
25953 * relay32/user32.spec, win32/ordinals.c, windows/user.c:
25954 Juergen Schmied <juergen.schmied@metronet.de>
25955 New stub RegisterTaskList.
25956 New function EnumDisplaySettings32W().
25958 * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
25959 More parameter checking in RltCopySid.
25961 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
25962 More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
25964 * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
25965 Ove Kaaven <ovek@arcticnet.no>
25966 Added new dll avifil32.dll.
25968 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
25969 Ove Kaaven <ovek@arcticnet.no>
25970 First shot at DPMI realmode calls.
25973 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25974 Fixed several bugs with DLL initialization.
25976 Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
25978 * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
25979 Added ordinal for two syslevel functions.
25981 * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
25982 Another missing WINAPI.
25984 * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
25985 Small corrections in mmio declarations.
25987 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
25988 Take virtual sizes in account for the total vma size.
25990 * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
25991 Add some more NLS definitions for the Romanian language.
25993 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
25994 Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
25995 to work. 'Adjust' caps flags accordingly.
25997 * ole/compobj.c, relay32/ole32.spec:
25998 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
25999 Stub for CoCreateGuid().
26001 * dlls/comctl32/treeview.c, multimedia/mcicda.c:
26002 Brian Litzinger <brian@litzinger.com>
26005 * libtest/.cvsignore, libtest/Makefile.in:
26006 Petter Reinholdtsen <pere@minerva.cc.uit.no>
26007 Make sure hello3res.h is generated even if 'make depend' never has
26010 * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
26011 Fixed moving and sizing of child windows.
26013 * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
26014 Marcus Meissner <marcus@jet.franken.de>
26015 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
26017 Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
26019 * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
26020 Ove Kaaven <ovek@arcticnet.no>
26021 Added indirection for ctx_debug to the DOS loader, so Winelib works
26024 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
26025 Support anon shared mappings using temporary files (wont be deleted
26028 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
26029 Was freeing the incorrect pointers -> crash in mallocs/frees.
26031 * files/dos_fs.c, relay32/kernel32.spec:
26032 Marcus Meissner <marcus@jet.franken.de>
26033 DefineDosDevice stub added.
26035 * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
26036 Added a default program option in wine.conf in section [programs] key
26039 * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
26040 Better fix for this_is_a_syntax_error.
26043 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
26044 Added the entries for LOCALE_SISO639LANGNAME and
26045 LOCALE_SISO3166CTRYNAME.
26047 * documentation/wine.man: James Juran <jrj120@psu.edu>
26050 * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
26051 Fixed wrong ordinals.
26053 * objects/region.c: NF Stevens <norman@arcady.u-net.com>
26054 Fixed a bug in RectInRegion.
26056 Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
26058 * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
26059 Removed an incorrect error message.
26061 * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
26062 Make sure the access functions are always used to get label and serial
26065 Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
26067 * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
26068 Fixed bug on platforms were buffers returned by getenv() shall not be
26069 free()'ed. Added French (default) in locale handling.
26071 * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
26072 Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
26073 compile-time error message make more sense.
26075 * scheduler/handle.c:
26076 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26077 Fixed off by one error in HANDLE_GetObjPtr.
26079 ----------------------------------------------------------------
26080 Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
26082 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26083 Try to implement the OF_SHARE_XXX options.
26084 Move the mode translations to functions.
26086 * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
26087 Matthew Becker <mbecker@glasscity.net>
26088 Documentation updates.
26090 * ole/compobj.c, relay32/ole32.spec:
26091 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26092 Added stub for CoSetState32.
26094 * miscemu/main.c: Chad Powell <pxpx@usa.net>
26095 Added ability to read a startup program from wine.ini file.
26096 Put it in section [programs] key Startup.
26098 * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
26099 Alex Priem <alexp@sci.kun.nl>
26100 Further improvements.
26102 * include/cursoricon.h, objects/cursoricon.c:
26103 Turchanov Sergey <turchanov@usa.net>
26104 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
26105 drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
26107 * include/bitmap.h, objects/bitmap.c:
26108 Turchanov Sergey <turchanov@usa.net>
26109 Fixed LoadImage to support almost all LR_ flags.
26111 * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
26112 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
26113 COLOREFs had red part zeroed) that made plenty of cyan colors, minor
26114 bug fixes, changes to support LR_ flags.
26116 * include/global.h, memory/virtual.c:
26117 Turchanov Sergey <turchanov@usa.net>
26118 Added VIRTUAL_MapFileW to map file to memory in one function call.
26120 * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
26121 Turchanov Sergey <turchanov@usa.net>
26122 Moved Multimonitor API declarations to windows.h.
26124 * 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:
26125 Turchanov Sergey <turchanov@usa.net>
26126 Implemented DefDriverProc32 from winmm.dll.
26128 * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
26129 Alex Korobka <korobka@ams.sunysb.edu>
26130 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
26133 * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
26134 Juergen Schmied <juergen.schmied@metronet.de>
26135 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
26136 buffer only when necessary.
26137 Updated deu.nls and some LCTYPES in winnls.h.
26139 * if1632/relay.c: Rein Klazes <rklazes@casema.net>
26140 CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
26143 Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
26145 * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
26146 Reduced huge (1GB) heap creation that caused Starcraft to fail.
26148 * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
26149 Patrik Stridvall <ps@leissner.se>
26150 Compile fix for Solaris.
26152 * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
26153 Compile fix for non OSS systems.
26155 * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
26156 Compile fix for non XF86-DGA systems.
26158 * libtest/Makefile.in, libtest/volinfo.c:
26159 Petter Reinholdtsen <pere@td.org.uit.no>
26160 New file to test DRIVE_GetLabel.
26162 * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
26163 Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
26164 32bit cdaudio bit support before it can be removed...
26166 * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
26167 Added a bunch of stubs for ddraw suface routines. All stubs for
26168 surface present now.
26169 Commented out message pump calls. I don't see a reason for them being
26170 there. Everything works fine with -desktop and -managed still has
26171 problems. Disagreements?
26173 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
26174 Fixed GetLocaleInfo32A for other languages than en_uk.
26175 Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
26176 last but not least the first argument lcid where is all about...
26178 * 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:
26179 Marcus Meissner <marcus@jet.franken.de>
26180 Fixed some more missing WINAPIs (hopefully correct).
26182 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
26183 Fixed the = -> == bug.
26185 * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
26186 Shell parameters (config.sys) and ANSI support stubs.
26188 * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
26189 Added int16.c and int29.c.
26191 * include/miscemu.h, msdos/interrupts.c:
26192 Joseph Pranevich <knight@baltimore.wwaves.com>
26193 More interrupts that can be done from DOS mode.
26195 * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
26196 Added int29 (Fast Write to Screen) support.
26198 * msdos/int16.c, include/debug.h, include/debugdefs.h:
26199 Joseph Pranevich <knight@baltimore.wwaves.com>
26200 Added int16 (Keyboard) support, mostly stubs.
26202 Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
26204 * 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:
26205 Juergen Schmied <juergen.schmied@metronet.de>
26206 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
26207 SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
26208 SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
26209 SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
26210 SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
26212 * misc/ntdll.c, relay32/ntdll.spec:
26213 Dietmar Kling <dietmar.kling@usa.net>
26214 Added undocumented function RtlOpenCurrentUser.
26216 * 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:
26217 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26218 Renamed all LPIMAGE_* types to PIMAGE_*.
26220 Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
26222 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
26223 Fixed an error when an owned window activates its owner during
26226 * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
26227 Closing a dialog using the menu bar ("x" or "-" button or windows
26228 menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
26229 normal windows when DestroyWindow() is called.
26231 * dlls/shell32/pidl.c:
26232 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
26233 Added missing WINAPIs.
26235 * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
26236 Juergen Schmied <juergen.schmied@metronet.de>
26237 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
26238 RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
26239 GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
26242 * relay32/ntdll.spec, misc/ntdll.c:
26243 Juergen Schmied <juergen.schmied@metronet.de>
26244 New stubs NtQueryInformationThread, NtQueryInformationToken,
26245 RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
26247 * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
26248 Fixed PlaySound to start its thread the right way.
26250 Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
26252 * controls/combo.c, controls/listbox.c:
26253 Alex Korobka <korobka@ams.sunysb.edu>
26254 CB_SETCURSEL and some other fixes.
26256 * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
26257 Better QUEUE_FlushMessages().
26259 * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
26260 Moshe Vainer <moshev@easybase.com>
26261 Partial implementation of GetOutlineTextMetrics32A.
26262 Added structures for OUTLINETEXTMETRICS.
26264 * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
26265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26266 Do not clip source rectangle even by visible region for bitblts.
26267 Added field 'totalExtent' to WIN_DC_INFO.
26269 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26270 Added stub for VMM PM API AH=026[de] (never say 'safe mode').
26272 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26273 Bugfix: Local32Free caused free handles list corruption.
26275 * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
26276 Fixed --disable-debug config option.
26278 Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
26280 * relay32/shell32.spec, dlls/shell32/shellord.c:
26281 Petter Reinholdtsen <pere@td.org.uit.no>
26282 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
26283 and FileIconInit() needed by Win95 explorer.
26285 Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
26287 * windows/dialog.c, controls/button.c, controls/menu.c:
26288 Norman Stevens <norman@arcady.u-net.com>
26289 Improving keyboard handling, including accelerator keys in dialog
26290 boxes. Also fixes enter key in Agent32 edit box.
26292 Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
26294 * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
26295 Added support in file dialog boxes handling for filters like
26298 * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
26299 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26300 Implemented new PE DLL initalization code, trying to call the
26301 DllEntryPoint routines always in correct order :-)
26302 Bypass snooping when getting data buffer addresses (thunk buffers,
26303 __GP handlers) and for 32-bit routines directly called from 16-bit
26304 (due to stack address size problems).
26306 * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
26307 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26308 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
26309 Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
26311 * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
26312 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26313 Implemented (partially) the KERNEL Thunklet API and Callback Client
26314 API (KERNEL.560-568,604-612,619-622).
26315 Added stubs for K228, K237, KERNEL.365, KERNEL.447.
26317 * objects/bitmap.c, if1632/gdi.spec:
26318 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26319 Stubs for CreateUser(Discardable)Bitmap16.
26321 * memory/heap.c, include/winnt.h:
26322 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26323 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
26325 * memory/global.c, include/windows.h:
26326 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26327 GlobalFix16 is supposed to return selector to the memory area.
26329 * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
26330 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26331 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
26333 * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
26334 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26335 Use emergency TEB selector to avoid debugger crashes when stepping
26336 through relay stubs (or when FS is invalid otherwise).
26338 * windows/event.c, windows/keyboard.c:
26339 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26340 MOUSE.DRV routines moved to event.c. Call mouse event procedure.
26342 * 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:
26343 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26344 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
26345 coordinates relative to the device, not the DC origin. This is
26346 necessary to correctly implement GetClipRgn16 and InquireVisRgn.
26347 SelectVisRgn also expects region in device-relative coordinates.
26348 Adapted the rest of Wine to this coordinate change.
26349 Implemented ExtSelectClipRgn.
26351 * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
26352 Andreas Mohr <100.30936@germany.net>
26355 * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
26356 Andreas Mohr <100.30936@germany.net>
26357 Yet another small self-loader fix.
26359 * files/drive.c: Andreas Mohr <100.30936@germany.net>
26360 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
26361 correctly due to current drive being set too late.
26363 * Make.rules.in: Patrik Stridvall <ps@leissner.se>
26364 Use $(AS) instead of $(CC) to compile .s files.
26366 * 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:
26367 Patrik Stridvall <ps@leissner.se>
26368 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
26370 * 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:
26371 Patrik Stridvall <ps@leissner.se>
26372 Started the implementation of IMAGEHLP.DLL.
26374 * 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:
26375 Patrik Stridvall <ps@leissner.se>
26376 Started the implementation of MSACM.DLL and MSACM32.DLL.
26378 * win32/device.c: Patrik Stridvall <ps@leissner.se>
26379 Removed things that were earlier added by mistake.
26381 * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
26382 The implementation of mmioWrite is now called instead of the stub.
26384 * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
26385 Juergen Schmied <juergen.schmied@metronet.de>
26386 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
26388 * relay32/shell32.spec, dlls/shell32/shell32_main.c:
26389 Juergen Schmied <juergen.schmied@metronet.de>
26390 New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
26391 Implemented: SHGetPathFromIDList32W.
26392 Changed PathCombine.
26394 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
26395 New structures DVASPECT, TYMED, IDLList.
26396 Shell specific clipboard formats.
26398 * relay32/winspool.spec, misc/printdrv.c:
26399 Juergen Schmied <juergen.schmied@metronet.de>
26400 Stub EnumPrintersW.
26402 * dlls/shell32/dataobject.c:
26403 Juergen Schmied <juergen.schmied@metronet.de>
26404 Implemented first functions.
26406 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
26407 Juergen Schmied <juergen.schmied@metronet.de>
26408 New class IDLList "Item ID List List" (internal).
26410 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
26411 Small changes (uses HIWORD/LOWORD).
26413 * windows/dialog.c, relay32/user32.spec:
26414 Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
26415 Stub CreateDialogIndirectParamAorW.
26417 * Makefile.in, configure, configure.in:
26418 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
26419 Don't install object files when --disable-lib is selected.
26421 * debugger/hash.c, debugger/msc.c:
26422 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
26423 Don't print name for 32 bit lib multiple times.
26424 Clean up printing in DEBUG_ProcessDeferredDebug.
26426 * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
26427 David Luyer <luyer@ucs.uwa.edu.au>
26430 * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
26431 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
26433 * 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:
26434 Matthew Becker <mbecker@glasscity.net>
26435 Documentation corrections/standardizations.
26437 * 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:
26438 Eric Pouech <eric.pouech@lemel.fr>
26439 Started coding 32 bit MCI handling.
26440 Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
26441 Wrote MCI MIDI support.
26443 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
26444 Yet another improvement to the bezier code.
26446 * windows/message.c: Rein Klazes <rklazes@casema.net>
26447 GetTickCounts() has a granularity in windows of 25 msec's.
26448 Girotel's serial communication appears to depend on it, so I guess
26451 * misc/comm.c: Rein Klazes <rklazes@casema.net>
26452 Update the modemn status bit that indicates whether the RLSD line is
26453 active in every call to GetCommError(). This is not the proper place,
26454 but since wine doesn't do any event-stuff...
26455 Fixed some TRACE call's faced with non zero terminated strings.
26456 Restore the terminal state at CloseCommt to the state it was at
26457 OpenComm(), so the modem will go off-hook.
26459 * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
26460 GetModuleFileName32A() returns long filename if app sets osversion >=
26461 4.0. Also moved the long filename hackery to GetLongPathName32A() so
26462 it can be used by win32 programs.
26464 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
26465 GetLongPathName32A() returns dos format long filename instead of unix
26468 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
26471 * relay32/shell32.spec, dlls/shell32/shellord.c:
26472 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26473 Added SHFlushClipboard.
26475 * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
26476 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26477 Fixed some undocumented functions.
26478 Changed algorithm in DPA_QuickSort().
26479 Fixed heap creation/destruction and control [un]registration in
26482 * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
26485 * include/tooltips.h, dlls/comctl32/tooltips.c:
26486 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26487 Added tracking support and fixed loading of resource strings.
26488 Added unregister code.
26490 * 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:
26491 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26492 Added IPAddress and NativeFont controls.
26494 * include/imagelist.h, dlls/comctl32/imagelist.c:
26495 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26496 Some minor improvements.
26498 * include/toolbar.h, dlls/comctl32/toolbar.c:
26499 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26500 Improved drawing and placement code. Explorer style common dialogs are
26503 * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
26504 Fixed bug in DrawIconEx32().
26506 * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
26507 Improved GetSystemInformation32[A/W].
26509 * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
26510 Eric Kohl <ekohl@abo.rhein-zeitung.de>
26511 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
26512 Fixed handling of WS_EX_TOOLWINDOW.
26514 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
26517 * windows/event.c, windows/keyboard.c, include/keyboard.h:
26518 David Faure <faure@kde.org>
26519 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
26520 activated. Uses the new KEYBOARD_UpdateOneState.
26521 Fixed a problem with menu accelerators (Alt-letter generates a down
26522 arrow event which beeps if not filtered).
26523 Speeded up ToAscii16/32() a little bit.
26525 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
26526 Ove Kaaven <ovek@arcticnet.no>
26527 Made Wine's debugger work satisfactorily with DOS apps.
26528 Perhaps dereferencing work better for Win16 apps too now, but
26529 it appears the debugger core wasn't designed for segmentation.
26531 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
26532 Simulates DPMI memory map by converting lower-MB segment base
26533 addresses as necessary. Implemented allocating/freeing DOS memory
26534 blocks. Added XMS hook. (DPMI remains disabled by default until
26535 someone implements the raw mode switch entry points pkunzip needs.)
26537 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
26538 I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
26539 can't keep working around flaws in it like this (now stdio
26540 was getting closed when programs close handles >=5)
26542 * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
26543 Ove Kaaven <ovek@arcticnet.no>
26544 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
26545 seems to work fine under Wine.
26547 * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
26548 Ove Kaaven <ovek@arcticnet.no>
26549 Moved some system dependencies to loader/dos/dosvm.c. Implemented
26550 environmental argv[0] passing to DOS apps. Added XMS hooks.
26552 * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
26553 Added a memset() to prevent a debugger segfault caused by
26554 uninitialized pointers in the stabs lookup tables.
26556 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
26559 * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
26560 Added RtlAllocateAndInitializeSid entry.
26562 * 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:
26563 Marcus Meissner <marcus@jet.franken.de>
26564 Generic dynamic dll loader using dl*() API.
26565 Includes: stdcall->cdecl mapping ability, snooping.
26566 (Tested only with glide2x.dll -> libglide2x.so)
26568 * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
26569 Marcus Meissner <marcus@jet.franken.de>
26570 Added win32 enhanced functionality to timer callbacks.
26572 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
26573 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
26574 does at least a bit of keyboard input.
26576 * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
26577 Should display again.
26579 Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
26581 * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
26582 Implemented DS_CENTER dialog style.
26584 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
26585 Added function to build the Windows numeric language ID from language,
26586 code, charset and dialect strings, like used by Unix LANG variable.
26588 * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
26589 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
26592 * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
26593 Fixed a lot of bugs in ddraw.c to make xlib support work.
26594 Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
26596 * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
26597 Added DC object type to the list of valid objects that can be deleted
26600 Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
26603 Starting new format changelog (older changes moved to
26604 documentation/ChangeLog.OLD).