- 6735eb2 explorer: Added dynamic drive support for MacOSX. by Alexandre Julliard · 18 years ago
- 3ac07aa resutils: Implements stub dll for resutils.dll. by Benjamin Arai · 18 years ago
- ecb97fc localspl/tests: Add initial test. by Detlef Riekenberg · 18 years ago
- 493bc6b clusapi: Implement stub dll for clusapi. by Benjamin Arai · 18 years ago
- 9ae4e8d explorer: Work around the latest HAL binary compatibility breakage. by Alexandre Julliard · 19 years ago
- c84c478 configure: Moved the libGL.a check to the final warnings. by Alexandre Julliard · 19 years ago
- c4704c2 Makefile: Automatically update config.h if configure changed. by Alexandre Julliard · 19 years ago
- 0b4eafa nddeapi: Implement stub dll for nddeapi. by Benjamin Arai · 19 years ago
- e3bd111 configure: Don't display any messages when started from the makefile to rebuild config.status. by Alexandre Julliard · 19 years ago
- 1333ac8 configure: Escape newlines in DEPENDENCIES when using an old autoconf version. by Alexandre Julliard · 19 years ago
- 8598a4c makefiles: Attempt to automatically run make depend when reading an updated makefile. by Alexandre Julliard · 19 years ago
- 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
- 1c60e3b configure: Fix left-over reference to kernel directory. by Alexandre Julliard · 19 years ago
- 489d87d kernel32: Renamed the kernel directory to kernel32. by Alexandre Julliard · 19 years ago
- 2198d83 localspl: Add minimal localspl.dll. by Detlef Riekenberg · 19 years ago
- 7aa8934 oleaut32: Include minimal ungif source to remove dependency on libungif. by Mike McCormack · 19 years ago
- bb49763 svrapi: Added a stub svrapi.dll. by Konstantin Petrov · 19 years ago
- 2ff880e configure.ac: Display a hint when CAPI is not supported. by Detlef Riekenberg · 19 years ago
- 3985744 programs/wcmd: Rename to programs/cmd. by Dan Kegel · 19 years ago
- 95bb903 wintrust: Add framework and initial tests. by Paul Vriens · 19 years ago
- 6ba5d2e tools: Get rid of the winapi makefile, it's not used anyway. by Alexandre Julliard · 19 years ago
- 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
- ff2bd66 configure: Make sure timezone and daylight are variables. by Alexandre Julliard · 19 years ago
- 182d150 configure: Move cache handling into the WINE_TRY_CFLAGS macro. by Alexandre Julliard · 19 years ago
- d75cc5a configure: Enable the -Wwrite-strings flag. by Alexandre Julliard · 19 years ago
- cc6a08c configure: Fixed bug in previous OpenGL warning patch. by Alexandre Julliard · 19 years ago
- bc66d7e configure: Extend the current OpenGL/Direct3D warning code. by Roderick Colenbrander · 19 years ago
- 0324419 configure: Remove -O2 disable hack for MacOS now that gcc is fixed. by Alexandre Julliard · 19 years ago
- e84a382 configure: Show messages about additional packages with --verbose. by Detlef Riekenberg · 19 years ago
- 4ff90b4 configure: Try to #include <pthread.h> before checking for pthread_np.h. by Gerald Pfeifer · 19 years ago
- 4e8cb61 configure: Setting rpath should no longer be needed for dlls. by Alexandre Julliard · 19 years ago
- b5871fa infosoft: Add a test for the language neutral word breaker. by Mike McCormack · 19 years ago
- dd0340e loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now. by Alexandre Julliard · 19 years ago
- bdeeabe configure: Disable optimization on MacOS because of gcc bug. by Alexandre Julliard · 19 years ago
- 42b81ea configure: Use a platform name check for MacOS shared library support, by Alexandre Julliard · 19 years ago
- e533e97 configure: Moved the library checks after the function checks to avoid code duplication. by Alexandre Julliard · 19 years ago
- 1089260 configure: Only link against libpoll where really necessary. by Alexandre Julliard · 19 years ago
- 946b84d libwine: Also set the current library version for MacOS. by Alexandre Julliard · 19 years ago
- 78bd194 configure: Suppress multiple definitions warnings from the MacOS linker. by Alexandre Julliard · 19 years ago
- acb7f8a pstorec: Add a stub implementation. by Mike McCormack · 19 years ago
- faf05df configure: Fix the linux/ipx.h detection. by Francois Gouget · 19 years ago
- b89cafa hid: Initial implementation. by Kevin Koltzau · 19 years ago
- fc8172f loader/pthread: Added pthread_attr_get_np support. by Tijl Coosemans · 19 years ago
- fdfc24c libs: Get rid of Makelib.rules since we only have one library now. by Alexandre Julliard · 19 years ago
- eebb111 configure: Only link against libresolv where necessary. by Alexandre Julliard · 19 years ago
- c827892 server: Added support for kqueue() as an alternative to poll() on FreeBSD. by Alexandre Julliard · 19 years ago
- a430db9 hlink: Add a short test case. by Mike McCormack · 19 years ago
- 98179f0 winex11.drv: Kill DGA support. by Roderick Colenbrander · 19 years ago
- 68249c1 configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't. by Robert Shearman · 19 years ago
- d9ef88c configure: Check for freetype-config first, then use the libraries it specifies. by Mike McCormack · 19 years ago
- e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
- a26dabe configure: Use -fno-builtin to avoid warnings with gcc 4.1.1. by Mike McCormack · 19 years ago
- 3d08f5d configure: Store the full path to the prelink tool. by Alexandre Julliard · 19 years ago
- df10b7d libwine: Add a configure check for setrlimit. by Paul Millar · 19 years ago
- 9c3b12b comcat: cImplemented or cRequired of -1 means to match everything by Aric Stewart · 19 years ago
- 100e242 configure: Revert the error exit code for warnings, it causes more by Alexandre Julliard · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 4d3877b infosoft: Add a word breaker for English. by Mike McCormack · 19 years ago
- defbc49 query: Add a skeleton for query.dll. by Mike McCormack · 19 years ago
- 58c6419 configure: Define _WIN64 when building on a 64-bit platform. by Alexandre Julliard · 19 years ago
- 2adeefe configure: Allow relocation on x86_64. by Ge van Geldorp · 19 years ago
- 955fe0d comdlg32: Add initial test. by Detlef Riekenberg · 19 years ago
- d2ee387 cryptnet: Implement a stub cryptnet dll. by Maarten Lankhorst · 19 years ago
- f5f37a8 wineconsole: Portability fixes in the curses mouse support. by Alexandre Julliard · 19 years ago
- d01063e configure: Send pkg-config error messages to /dev/null. by Alexandre Julliard · 19 years ago
- 68f590c oleview: Added initial version. by Piotr Caban · 19 years ago
- 5640b56 compstui: Add minimal compstui.dll (stubs only). by Detlef Riekenberg · 19 years ago
- 40bbcfb configure: Default to using wine-pthread on all platforms. by Alexandre Julliard · 19 years ago
- 0ebeb53 configure: Probe more carefully for soname support, primarily for Solaris support. by Jeremy White · 19 years ago
- ee112fc configure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicudata.a. by Scott Bambrough · 19 years ago
- 705178f inseng: Initial implementation of inseng (required for IE6 to install under win2k). by Mike McCormack · 19 years ago
- bdb4fab x11drv: Renamed the x11drv directory to winex11.drv. by Alexandre Julliard · 19 years ago
- bb7fe68 configure: Ues the standard AC_MSG_WARN to print warnings. by Alexandre Julliard · 19 years ago
- 569a452 uxtheme: Add framework and initial tests. by Paul Vriens · 19 years ago
- baf3f5d configure: Make the font warning more explicit about what package is missing. by Alexandre Julliard · 19 years ago
- b732e9b hlink: Add a stub implementation (based on Aric Stewart's code). by Mike McCormack · 19 years ago
- a6ea0f6 userenv: Add a stub implementation of userenv.dll. by Mike McCormack · 19 years ago
- 788e30f dnsapi: Added check for _msg_ptr vs. _ptr member in ns_msg struct. by Alexandre Julliard · 19 years ago
- 144a535 winecoreaudio: Initial Audio Driver for Mac OS X. by Emmanuel Maillard · 19 years ago
- 3098199 winspool: Renamed the directory to winspool.drv. by Alexandre Julliard · 19 years ago
- 57ed75b wineps: Renamed the directory to wineps.drv. by Alexandre Julliard · 19 years ago
- 3aebbdc msisys: Renamed the directory to msisys.ocx. by Alexandre Julliard · 19 years ago
- 1175a2f d3d8: Add refcount test. by Vitaliy Margolen · 19 years ago
- 5fd4d34 Add a stub implementation of ntdsapi.dll. by Dmitry Timoshkov · 19 years ago
- 7ed7e8f configure: Make libraries properly relocatable on MacOS. by Alexandre Julliard · 19 years ago
- e739ba9 Assorted spelling fixes. by Francois Gouget · 19 years ago
- 922b274 msacm32.drv: Renamed msacm.drv to msacm32.drv, and moved the directory to the top-level. by Alexandre Julliard · 19 years ago
- 252398d mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level. by Alexandre Julliard · 19 years ago
- 40e7ef3 gphoto.ds: Implemented a libgphoto2 import driver, based on the sane.ds driver. by Marcus Meissner · 19 years ago
- 125efed twain_32: Split out the sane specific parts from twain_32 code. by Marcus Meissner · 19 years ago
- d30975d Add a stub implementation of mprapi.dll. by Dmitry Timoshkov · 19 years ago
- b18b9f3 configure: Added check to catch old versions of the dbus library. by Alexandre Julliard · 19 years ago
- 0006898 configure: Added checks for HAL libraries. by Alexandre Julliard · 19 years ago
- 8d6b9aa configure: Exit with a non-zero exit code if a core dependency is missing. by Mike McCormack · 19 years ago
- 6d9af55 configure: Remove the --disable-debug and --disable-trace options. by Mike McCormack · 19 years ago
- a82e245 configure: On FreeBSD, make wine-pthread the new default. by Gerald Pfeifer · 19 years ago
- 35bca77 tools: Don't try to use FT_Load_Sfnt_Table unless FreeType has it. by Huw Davies · 19 years ago
- 1404dc8 twain_32: Renamed the dlls/twain directory to dlls/twain_32. by Alexandre Julliard · 19 years ago
- b4f553f riched32: Renamed the dlls/richedit directory to dlls/riched32. by Alexandre Julliard · 19 years ago
- ca1e72a comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32. by Alexandre Julliard · 19 years ago