2005-11-15 |
Detlef Riekenberg | Made test loadable on NT 3.51 again (GetDiskFreeSpaceEx... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Detlef Riekenberg | Some extra tests for GetPrinterDriverDirectory. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Cihan Altinay | Disable PARMRK input flag of serial ports. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
YunSong Hwang | Update Korean translations. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Alexandre Julliard | Use proper asm name for external functions. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Dmitry Timoshkov | Add a test for RtlAllocateAndInitializeSid, make it... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Jacek Caban | Beginning implementation of Navigate2. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Raphael Junqueira | - defined D3DCOLOR_B macros to access byte values of... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Raphael Junqueira | Add stubs around ScriptStringAnalyse to avoid PAF crash. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Robert Shearman | INTERNET_STATUS_HANDLE_CREATED notifications just send... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Robert Shearman | SSL doesn't need to use a different socket to unsecure... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Paul Vriens | Corrected last error information. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Mike McCormack | Set the Installed property if the product is already... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Alexandre Julliard | Added support for the QS_ALLPOSTMESSAGE flag. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Jacek Caban | Beginning of true BindToStorage implementation. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Huw Davies | Prefix [putref] property names with putref_. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rein Klazes | Fix SysparametersInfoA( SPI_SETICONMETRICS), the A... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Uwe Bonnes | Undname: Allow more then one coded character in demangl... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Vitaliy Margolen | Add default version information. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Eric Pouech | NtReadFile: now returning correct status in NtReadFile... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Peter Beutner | When creating DIBs with a color depth <= 8, always... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Mike McCormack | Empty strings are not equal to any number, so all compa... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Oliver Stieber | Fix an intermittent lockup with ATI's driver, I expect... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Jacek Caban | Added get_protocol_iface internal function and use... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Lionel Ulmer | Use the front buffer palette for DC operations on off... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Saulius Krasuckas | Get the version and language ID of ADVPACK.DLL too. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
H. Verbeet | Fix the default value for keylow in DIB_DirectDrawSurfa... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
YunSong Hwang | Add Korean translations. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Markus Amsler | Add, reformat API documentation. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Mike McCormack | Fix comparison of empty properties to numbers and add... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Dmitry Timoshkov | Fix message tests to run cleanly on Windows XP SP1. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Edgar Hucek | Unicode compile fix. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Eric Pouech | Fix set_test_val function declaration to ensure stack... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Saulius Krasuckas | Fix a test for InternetCreateUrlA as no Windows platfor... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Saulius Krasuckas | Don't call missing API function. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Christian Costa | Add DDBLT_DONOTWAIT flag. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Jacek Caban | Move BindToStorage hack to the separated function. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Oliver Stieber | Remove the setting of the result pointer to NULL in... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Eric Pouech | Init wShowWindow in RTL_USER_PARAMETERS for Wine proces... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Peter Lemenkov | Added extern "C". |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Markus Amsler | Reformat "see" section, to match c2man requirements. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Stefan Leichter | Add shdocvw tests to winetest. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Robert Shearman | Implement CLSCTX_INPROC_HANDLER in CoGetClassObject... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Paul Vriens | Add some extra error information. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Robert Shearman | Implement InternetReadFileExA (based on a patch by... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Daniel Remenak | Add additional sanity checks to the linux input system... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Eric Pouech | Removed a couple of shift/reduce warnings in grammar. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Rein Klazes | Update Dutch resources. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jacek Caban | Added IViewObject2 stub implementation. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Stefan Leichter | Added some tests for VerFindFileA. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Phil Lodwick | prefix can be NULL for GetTempFileNameW. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
YunSong Hwang | Add Korean translations. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Vincent Béron | Correct argument count for URLDownloadToCacheFile{A,W}. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Dmitry Timoshkov | Unconditionally fall back to ANSI DDE APIs in ShellExec... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Dmitry Timoshkov | Convert some ERRs to WARNs in the DDE client code when... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Vincent Béron | Protect sys/stat.h with a conditional. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Steven Edwards | Partly implement MsiMessageBox[A/W] on top of MessageBo... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Christoph Frick | Moved and adopted joystick_linux.c code into the |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Raphael Junqueira | Add GLXFBConfig on Wine_GLContext (we should remove... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Assorted spelling and case fixes. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Saulius Krasuckas | WinME fixes: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Markus Amsler | Make parameter higlighting regex less "hungry". |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Parse the command line returned by CommandLineFromMsiDe... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Add trailing '\n's to ok() and TRACE() calls. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Saulius Krasuckas | Add error code valid for Win9x and XP. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Assorted spelling fixes in the DXErr8/9 error files. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Francois Gouget | Remove extra backslash that was causing an awk warning. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Mike McCormack | Added Korean resources. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Mike McCormack | Remove the limit on the length of the command line. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Aric Stewart | Use MsiDecomposeDescriptorW in MsiProvideQualifiedCompo... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Raphael Junqueira | Added support for SHADEBLENDCAPS. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Raphael Junqueira | Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Jacek Caban | Added URLDownloadToCacheFile[AW] stub. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Mike Hearn | Update wininet version info. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Alexandre Julliard | Release 0.9.1. wine-0.9.1 |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Huw Davies | Escape non-printable characters in the document title... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Michael Jung | Initialize COM prior to displaying the file dialog. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Mike McCormack | Fix passing of NULL pointers to MsiDecomposeDescriptor... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Mike McCormack | Make sure we only CoUninitialize after successfully... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Jacek Caban | Added IInternetPriority implementation to FileProtocol. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Christian Costa | If a color bitmap is provided, store bitmap information... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Alexandre Julliard | Don't call SetWindowPos in ShowWindow if a parent windo... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Robert Shearman | - Cleanup formating of DispCallFunc. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Markus Amsler | Improve c2man Documented-Total count. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Michael Jung | Initialize COM prior to displaying the SHBrowseForFolde... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Saulius Krasuckas | Disable code that segfaults on Win98 SE. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Robert Shearman | - Extend COM_OpenKeyForCLSID to open a subkey and retur... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Jacek Caban | Added implementation of IInternetPriority in HttpProtocol. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Alexandre Julliard | Fixed typo: get_doctype returns an IXMLDOMDocumentType. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Huw Davies | Include msxml2.h rather than msxml.h and xmldom.h. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Rein Klazes | Re-enable SPI_{GET,SET}BORDER tests and fix the bugs... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Saulius Krasuckas | Win98 fails another way when user isn't logged in. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Vincent Béron | Unicodify systray.c. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Alexandre Julliard | Add an argument to all uses of the __ONLY_IN_WINELIB... |
commit | commitdiff | tree | snapshot |
next |