Commit Graph

940 Commits (ae1802d01ba2ec12a51ffb450dc7810d03809fe9)

Author SHA1 Message Date
Aric Stewart 225a494d66 dinput: Add Mac OS/X joystick support. 2009-03-11 13:03:33 +01:00
Alexandre Julliard f4a19c8463 loader: Merge the first and second stage loaders into a single wine binary. 2009-03-10 18:22:38 +01:00
Alexandre Julliard 801d9c3a84 iphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris. 2009-03-10 17:05:58 +01:00
Alexandre Julliard de1d7fbe98 configure: Add check for libkstat on Solaris. 2009-03-05 19:18:23 +01:00
Alexandre Julliard d62c05f720 user32: Make mouse.drv into a stand-alone 16-bit module. 2009-03-04 14:32:56 +01:00
Alexandre Julliard c2e52469fe user32: Make keyboard.drv into a stand-alone 16-bit module. 2009-03-04 14:30:37 +01:00
Alexandre Julliard 02ada6e477 user32: Make display.drv into a stand-alone 16-bit module. 2009-03-04 14:28:32 +01:00
Alexandre Julliard 86f54f4c89 gdi32: Make dispdib.dll into a stand-alone 16-bit module. 2009-03-04 14:27:05 +01:00
Alexandre Julliard 6cebffcd70 kernel32: Make windebug.dll into a stand-alone 16-bit module. 2009-03-04 14:24:30 +01:00
Alexandre Julliard 41600a8226 kernel32: Make comm.drv into a stand-alone 16-bit module. 2009-03-04 14:22:24 +01:00
Alexandre Julliard a9e81624b7 kernel32: Make win87em.dll into a stand-alone 16-bit module. 2009-03-04 14:19:49 +01:00
Alexandre Julliard e4085d75df kernel32: Make stress.dll into a stand-alone 16-bit module. 2009-03-04 14:16:18 +01:00
Alexandre Julliard 566cb8c7a3 configure: Enable automatic dependencies for FreeBSD make. 2009-03-03 16:34:52 +01:00
Alexandre Julliard 5e43687fed configure: 16-bit object files should depend on IDL headers too. 2009-03-03 15:41:06 +01:00
Alexandre Julliard 0e446d5912 loader: Get rid of the no longer supported wine-kthread. 2009-03-02 12:29:32 +01:00
Christian Costa a9c825e036 mciqtz32: Add stubbed mciqtz32.dll (part of DirectShow). 2009-02-27 16:18:43 +01:00
Alexandre Julliard 9981f4c44a configure: Disable 16-bit code by default for Mingw builds. 2009-02-26 15:13:09 +01:00
Alexandre Julliard 3f0d9d12c3 kernel32: Make winhelp.exe into a stand-alone 16-bit executable. 2009-02-26 13:25:45 +01:00
Alexandre Julliard a1cf6485df kernel32: Make winoldap.mod into a stand-alone 16-bit executable. 2009-02-26 13:25:45 +01:00
Alexandre Julliard 65c6ca5947 programs: Get rid of the remaining binary wrappers, they break out-of-tree builds. 2009-02-25 16:06:22 +01:00
Alexandre Julliard 776820e53c configure: Disable VxD and DOS modules when 16-bit support is disabled. 2009-02-24 16:57:25 +01:00
Alexandre Julliard a6b91685b7 programs: Only create executable wrappers for programs that get installed in the bin directory. 2009-02-24 16:56:57 +01:00
Aric Stewart 64ae0000b6 msctf: Added msctf tests. 2009-02-18 14:08:30 +01:00
Alexandre Julliard 2274fc1ade makefiles: Do not install progman, uninstaller and winebrowser in the bin directory. 2009-02-17 12:46:08 +01:00
Alexandre Julliard 4d135d9a71 configure: Don't set target flags if build and host are the same. 2009-02-16 15:35:15 +01:00
Alexandre Julliard 95251a78e8 configure: Try to avoid warnings in checks to support configuring with -Werror. 2009-02-16 15:35:15 +01:00
Alexandre Julliard 0fea4a5037 configure: Set the target flags from the --host option even if cross-compiling is not detected. 2009-02-12 10:51:41 +01:00
Alexandre Julliard c891f6bca7 configure: Print an error and fail if we don't have libpthread. 2009-02-12 00:12:46 +01:00
Alexandre Julliard 40664c0c54 configure: Move down the X11 checks to allow defaulting to --without-x for the Windows build. 2009-02-12 00:12:45 +01:00
Austin English ac0252db33 configure.ac: Check for icps_outhist struct. 2009-02-02 15:21:42 +01:00
Alexandre Julliard f35ddbaf68 configure: Remove no longer needed check for -fshort-wchar. 2009-02-02 15:21:42 +01:00
Austin English 68f2db299d configure: Check for xinpgen struct. 2009-01-30 14:02:30 +01:00
Alexandre Julliard d7e846ccd9 configure: Include net/if.h to check for netinet headers on Solaris. 2009-01-30 14:01:12 +01:00
Andrey Turkin 347272b37e programs: Add lodctr and unlodctr tools. 2009-01-29 15:14:22 +01:00
Austin English 0d731937b5 mssign32: Add stub dll. 2009-01-29 12:49:12 +01:00
Austin English 2de77982a9 traffic: Add stub dll. 2009-01-29 12:48:37 +01:00
Austin English 78cffc6e91 authz: Add stub dll. 2009-01-28 14:11:56 +01:00
Aric Stewart a74aeae6e4 msctf: Add base dll framework. 2009-01-28 13:58:32 +01:00
Jeremy White 499603c360 twain_32: Add an initial test framework for twain_32.dll. 2009-01-27 12:04:07 +01:00
Austin English 53d3c46bf9 configure: Fix <netinet/tcp_var.h> detection on OpenBSD. 2009-01-27 11:20:02 +01:00
Austin English bb3f25848f configure: Fix <netinet/in_pcb.h> detection on OpenBSD. 2009-01-27 11:19:07 +01:00
Rico Schüller c97d3d7162 d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36. 2009-01-27 11:10:29 +01:00
David Adam 5775edd805 d3dx9_39: Implement this dll and forward the functions to d3dx9_36. 2009-01-26 16:35:08 +01:00
David Adam 1c5b536d8a d3dx9_38: Implement the dll and forward the functions to d3dx9_36. 2009-01-26 16:34:41 +01:00
Aric Stewart f55151a33a rasdlg: Initial stub dll. 2009-01-26 16:27:01 +01:00
Austin English 0317393bf1 configure.ac: Fix a couple more includes on NetBSD. 2009-01-26 14:24:43 +01:00
Austin English 337067a89d iphlpapi: Include netinet/if_inarp.h for NetBSD. 2009-01-23 13:11:42 +01:00
Austin English 8b1959134e iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD. 2009-01-22 15:28:24 +01:00
Austin English 94021a1f42 iphplapi: Include sys/protosw.h for Net/OpenBSD. 2009-01-21 13:23:43 +01:00
Nikolay Sivov 3406c9de33 aclui: Added stub dll. 2009-01-21 13:07:16 +01:00