- 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
- bf71a2f Release 0.9.20. by Alexandre Julliard · 19 years ago wine-0.9.20
- 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
- 50906e8 Release 0.9.19. by Alexandre Julliard · 19 years ago wine-0.9.19
- faf05df configure: Fix the linux/ipx.h detection. by Francois Gouget · 19 years ago
- bdbffd9 configure: Fixed soname detection on MacOS by using otool instead of ldd. by Alexandre Julliard · 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
- f9cd714 Release 0.9.18. by Alexandre Julliard · 19 years ago wine-0.9.18
- 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
- db5e98b Release 0.9.17. by Alexandre Julliard · 19 years ago wine-0.9.17
- 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
- 22eeeb1 Release 0.9.16. by Alexandre Julliard · 19 years ago wine-0.9.16
- 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
- 2962ded Release 0.9.15. by Alexandre Julliard · 19 years ago wine-0.9.15
- 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
- fc6ffb2 configure: Regenerated with autoconf 2.59d. by Alexandre Julliard · 19 years ago
- a9e2fc2 Release 0.9.14. by Alexandre Julliard · 19 years ago wine-0.9.14
- 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
- 8af7be6 Release 0.9.13. by Alexandre Julliard · 19 years ago wine-0.9.13
- 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
- 31425c4 Release 0.9.12. by Alexandre Julliard · 19 years ago wine-0.9.12
- 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
- c4fde65 msacm32: Renamed the dlls/msacm directory to dlls/msacm32. by Alexandre Julliard · 19 years ago
- 2d6d4e9 dnsapi: Add a configure check for the resolver library and header. by Hans Leidekker · 19 years ago
- 975899a dnsapi: Add a test for DnsNameCompare_A. by Hans Leidekker · 19 years ago
- 6b1dded dnsapi: Add a stub implementation of dnsapi.dll. by Hans Leidekker · 19 years ago
- 9603ee0 kernel: Show the exe name instead of wine-[kp]thread in ps and top. by Alexandre Julliard · 19 years ago
- 5a5b35c Add an implementation of iexplore.exe. by Mike McCormack · 19 years ago
- 197a7d0 configure: Filter out garbage from arts-config --libs too. by Alexandre Julliard · 19 years ago