- May 17, 1999
-
-
Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities. Split off WINSPOOL into its own directory. Several functions added to DC_Funcs. Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
-
- May 08, 1999
-
-
Alexandre Julliard authored
-
-
- May 02, 1999
-
-
Alexandre Julliard authored
-
-
- Apr 26, 1999
-
-
defined to (empty) for compilers that do not have it.
-
- Apr 24, 1999
-
-
- Apr 18, 1999
-
-
Alexandre Julliard authored
-
Fixed reentrant X11 check for FreeBSD and Solaris. Added check for Solaris low-level thread routines.
-
- Apr 16, 1999
-
-
- Apr 15, 1999
-
-
reentrant concerning errno. Revert unneeded FreeBSD hack to loader/signal.c from last patch.
-
- Apr 11, 1999
-
-
applications now at least start up again). - Use _thread_sys_sigaction/_thread_sys_sigaltstack. - CR2 on pagefault gets passed in sc_err (some kind of kludge in FreeBSD owns fault handling we can use)
-
- Mar 14, 1999
-
-
- Mar 13, 1999
-
-
- Feb 28, 1999
-
-
code from /misc/commdlg.c to this directory. Also made a start in documenting the API calls.
-
-
needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf' defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c needs "winuser.h".
-
- Feb 25, 1999
-
-
- Feb 20, 1999
-
-
- Feb 17, 1999
-
-
was successful.
-
- Feb 14, 1999
-
-
- Feb 13, 1999
-
-
the top-level Makefile.
-
- Feb 05, 1999
-
-
- Feb 04, 1999
-
-
- Don't search for reentrant X when X doesn't exist. - Added config options HAVE_LIBXXPM - Added checks if the header files also exist for some libraries
-
- Jan 31, 1999
-
-
- Jan 30, 1999
-
-
- Jan 29, 1999
-
-
query installed (win32) compressors. Started on AVIFILE support.
-
- Jan 23, 1999
-
-
- Jan 20, 1999
-
-
fixed includers.
-
- Jan 17, 1999
-
-
Alexandre Julliard authored
See Changelog for changes between 990103 and 990110.
-
- Jan 03, 1999
-
-
- some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0) - added stretching to Blt function
-
eliminating the --with-ncurses option. Now, ncurses support will be built in if a compatible library is detected.
-
Added stubs for eventlog functions.
-
- Dec 26, 1998
-
-
Glibc headers. If it fails, next check determines whether direct inclusion of <linux/ipx.h> works.
-
- Dec 18, 1998
-
-
- Dec 15, 1998
-
-
(run autoconf after this). Note that the check has been altered to break out of the AC_CHECK_HEADERS after the first match - this is so <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict with the emulated ossaudio. - check for <soundcard.h> along with the other two in a mutually-exclusive manner in the various *.c files that need it; change include of "mmsystem.h" to "multimedia.h" so this logic is all in one place - change mcicda.c to allow for CD audio manipulation on NetBSD. This includes: * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and neither splitting with #-directives nor a two-arg ioctl work; * changing the #if logic to allow both FreeBSD and NetBSD to share the appropriate code blocks - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI. Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
-
FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to mycroft@netbsd.org for doing this work!
-
- Dec 11, 1998
-
-
- Dec 08, 1998
-
-