2008-11-22 |
Eric Kohl | Replace TABs by Spaces. |
commit | commitdiff | tree |
2008-11-22 |
James Tabor | - Add tag for path objects. Set DC handle when selectin... |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Fix CompareStringA/W. +7 passed wine tests |
commit | commitdiff | tree |
2008-11-22 |
Cameron Gutman | - Merge aicom-network-fixes up to r37556 |
commit | commitdiff | tree |
2008-11-22 |
James Tabor | -AttachThreadInput is a direct call to kernel space... |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Update GetCurrencyFormatW. +34 wine tests passed |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Fix RtlTimeFieldsToTime. Now GetDateFormatW passed... |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Fix 2 wine tests for GetTimeFormatA/W |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Make sure allocation succeeded (CID 467) |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Fix EnumDateFormatsA implementation. + 7 passed tests |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Don't. Include. ntdef.h. From. User. Mode. |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Remove system_header too |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - No, Winetests doesn't treat ntdef.h as a PSDK header... |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Deprecate PSDK's usage of system_header for real... |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Silence more "has virtual functions but non-virtual... |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Silence more "has virtual functions but non-virtual... |
commit | commitdiff | tree |
2008-11-22 |
Stefan Ginsberg | - Fix indentation (spaces -> tabs) |
commit | commitdiff | tree |
2008-11-22 |
Aleksey Bragin | Dmitry Gorbachev |
commit | commitdiff | tree |
2008-11-22 |
Aleksey Bragin | Dmitry Gorbachev |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Call NtUserAttachThreadInput |
commit | commitdiff | tree |
2008-11-22 |
Dmitry Chapyshev | - Sync inetcomm with Wine head |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Silence more "has virtual functions but non-virtual... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - ...revert until all Winetests/rostests are fixed... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Winetests treats ntdef.h as a psdk header, so tempora... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Fix rostests build, part 1 of ? |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - More hack, less build breakage |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Remove system_header from the remaining PSDK headers... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Hack-include ntsecapi.h in powrprof.h, so NTSTATUS... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - LANG_WELSH and LANG_BRETON are present in newer offic... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Silence "'struct Foo' has virtual functions but non... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Protect NTSTATUS definition in NDK with a guard,... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Remove non-standard "PLANGID" type from NDK and use... |
commit | commitdiff | tree |
2008-11-21 |
Matthias Kupfer | - Add key modifiers MK_CONTROL and MK_SHIFT to all... |
commit | commitdiff | tree |
2008-11-21 |
Sylvain Petreolle | don't redefine IDHELP. |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - winternl.h is deprecated since the NDK was invented... |
commit | commitdiff | tree |
2008-11-21 |
James Tabor | - Pass more bitmap cross tests, 16 bit is down to 52... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Move ntdef.h to DDK as that is where it belongs,... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Fix a warning |
commit | commitdiff | tree |
2008-11-21 |
Michael Martin | - Added EventSource structure for keeping track of... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Correct some constants so they don't conflict with... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Fix a bug |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Fix double declarations/definitions and remove system... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - woops. temporarily revert system_header to fix build |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - avoid losing pointer to the next bezier patch while... |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Remove some straggler system_header |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - free all resources before returning (CID 644) |
commit | commitdiff | tree |
2008-11-21 |
Stefan Ginsberg | - Update a comment |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - store the next node in a separate variable so we... |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - reshuffle the code a bit |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - don't leak resources, CID 609+610 run 2 |
commit | commitdiff | tree |
2008-11-21 |
Aleksey Bragin | - Always uninit cache for a file object (official docum... |
commit | commitdiff | tree |
2008-11-21 |
Kamil Hornicek | - fix freeing of resources, CID 1295 run 2 |
commit | commitdiff | tree |
2008-11-21 |
Johannes Anderwald | - Convert Value of PATHEXT to lowercase |
commit | commitdiff | tree |
2008-11-21 |
James Tabor | - Update palette functions and small cleanup in bitmaps. |
commit | commitdiff | tree |
2008-11-20 |
Eric Kohl | SySync to wine-1.1.1 (Patch 6 of 10): |
commit | commitdiff | tree |
2008-11-20 |
Aleksey Bragin | - Upcase a search expression when calling RtlIsNameInEx... |
commit | commitdiff | tree |
2008-11-20 |
Eric Kohl | SySync to wine-1.1.1 (Patch 5 of 10): |
commit | commitdiff | tree |
2008-11-20 |
Aleksey Bragin | - Merge misaligned reads support (35998, 36834 by Art... |
commit | commitdiff | tree |
2008-11-20 |
Stefan Ginsberg | - Fix "missing newling" warning |
commit | commitdiff | tree |
2008-11-20 |
Stefan Ginsberg | - Remove more instances of system_header |
commit | commitdiff | tree |
2008-11-20 |
James Tabor | - Add Section support for CreateDIBSection. Section... |
commit | commitdiff | tree |
2008-11-20 |
Stefan Ginsberg | - Correct a header guard |
commit | commitdiff | tree |
2008-11-20 |
Matthias Kupfer | - start with German translation (not finished yet) |
commit | commitdiff | tree |
2008-11-19 |
Eric Kohl | Revert 37476 because it breaks the build bot. |
commit | commitdiff | tree |
2008-11-19 |
Eric Kohl | Sync to wine-1.1.1 (Patch 4 of 10): |
commit | commitdiff | tree |
2008-11-19 |
Eric Kohl | Sync to wine-1.1.1 (Patch 3 of 10): |
commit | commitdiff | tree |
2008-11-19 |
Colin Finck | - Rearrange "host/typedefs.h" to make it look more... |
commit | commitdiff | tree |
2008-11-19 |
Eric Kohl | Sync to wine-1.1.1 (Patch 2 of 10): |
commit | commitdiff | tree |
2008-11-19 |
Eric Kohl | Sync to wine-1.1.1 (Patch 1 of 10): |
commit | commitdiff | tree |
2008-11-19 |
Colin Finck | Dmitry Gorbachev |
commit | commitdiff | tree |
2008-11-19 |
Stefan Ginsberg | - Remove system_header from basetsd/typs.h, and add... |
commit | commitdiff | tree |
2008-11-19 |
Matthias Kupfer | - revert winioctl.h to previous version (for compatibility) |
commit | commitdiff | tree |
2008-11-19 |
Matthias Kupfer | - add some linux partition types |
commit | commitdiff | tree |
2008-11-19 |
Matthias Kupfer | revert to revision 37390 |
commit | commitdiff | tree |
2008-11-18 |
James Tabor | - Fixed a bug from revision 3514. Now we pass one more... |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Remove system_header from winsock headers |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Fix a redefinition and remove system_header |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Remove system_header from most of PSDK |
commit | commitdiff | tree |
2008-11-18 |
Ged Murphy | Rough code to start Winetests processes from the GUI... |
commit | commitdiff | tree |
2008-11-18 |
Eric Kohl | Revert 37416 because it does not build on all machines. |
commit | commitdiff | tree |
2008-11-18 |
Colin Finck | Olaf Siejka |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Add more header guards |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Declare SECURITY_DESCRIPTOR_CONTROL conditionally |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Remove system_header from gdiplus*.h |
commit | commitdiff | tree |
2008-11-18 |
Stefan Ginsberg | - Remove system_header from winbase.h, wingdi.h and... |
commit | commitdiff | tree |
2008-11-18 |
James Tabor | - Make our version of SetDIBits safe as SetDIBitsToDevice. |
commit | commitdiff | tree |
2008-11-18 |
James Tabor | - Fix bpp count in CreateDIBitmap. |
commit | commitdiff | tree |
2008-11-18 |
James Tabor | - Fixes bug 3864. While I was at it I fixed most of... |
commit | commitdiff | tree |
2008-11-17 |
Stefan Ginsberg | - "byte" is defined by the Win32 headers, so define... |
commit | commitdiff | tree |
2008-11-17 |
Stefan Ginsberg | - MSTSC: Don't redefine BOOL |
commit | commitdiff | tree |
2008-11-17 |
Eric Kohl | Sync to wine-1.1.1: |
commit | commitdiff | tree |
2008-11-17 |
Matthias Kupfer | - fix a brace mistake |
commit | commitdiff | tree |
2008-11-17 |
Matthias Kupfer | - add summary page to check settings before start insta... |
commit | commitdiff | tree |
2008-11-17 |
Gregor Schneider | Remove old locations |
commit | commitdiff | tree |
2008-11-17 |
Gregor Schneider | - Restructure dib related tests, 2nd try. |
commit | commitdiff | tree |
2008-11-17 |
Gregor Schneider | Moved dib tests remotely |
commit | commitdiff | tree |
2008-11-17 |
Aleksey Bragin | - Target device to mount may not have VPB, the driver... |
commit | commitdiff | tree |
2008-11-17 |
Gregor Schneider | - Add new directory for some dib related test restructu... |
commit | commitdiff | tree |
2008-11-17 |
James Tabor | - Move StretchDIBits out of stubs. Add more notes. |
commit | commitdiff | tree |
2008-11-17 |
James Tabor | - Add note for NtGdiCreateDIBitmapInternal, Should... |
commit | commitdiff | tree |
next |