2008-12-21 |
Timo Kreuzer | include time.h instead of sys/time.h |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Add __WINESRC__ define amd reactos/wine include path... |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Fix definition of _assert() |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | remove struct timezone from time.h, always declare... |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Use _wcsicmp instead of non-standard wcsicmp |
commit | commitdiff | tree |
2008-12-21 |
Stefan Ginsberg | - Hack skipping mapping tests too *sigh* |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Add prototype for __globallocalestatus, it's going... |
commit | commitdiff | tree |
2008-12-21 |
Michael Martin | - Preform the if (!Adapter) check before setting adapte... |
commit | commitdiff | tree |
2008-12-21 |
Stefan Ginsberg | - Make advapi32 Winetest do a basic check instead of... |
commit | commitdiff | tree |
2008-12-21 |
Aleksey Bragin | Olaf Siejka <olaf_siejka@o2.pl> |
commit | commitdiff | tree |
2008-12-21 |
Kamil Hornicek | - avoid crash, pszExt is null when creating a link... |
commit | commitdiff | tree |
2008-12-21 |
Andrew Munger | Fix packmgr linkage. |
commit | commitdiff | tree |
2008-12-21 |
Stefan Ginsberg | - _popen/_wpopen: When overriding the default standard... |
commit | commitdiff | tree |
2008-12-21 |
Gregor Brunmar | Implemented IDirect3DDevice9::GetFrontBufferData() |
commit | commitdiff | tree |
2008-12-21 |
Gregor Brunmar | * Implemented IDirect3D9Device::SetGammaRamp() |
commit | commitdiff | tree |
2008-12-21 |
Gregor Brunmar | * Implemented IDirect3DDevice9::Present() |
commit | commitdiff | tree |
2008-12-21 |
Gregor Brunmar | * Implemented IDirect3DDevice9::GetBackBuffer() |
commit | commitdiff | tree |
2008-12-21 |
Michael Martin | - Add missing break in ExDereferenceCallBackBlock so... |
commit | commitdiff | tree |
2008-12-21 |
Michael Martin | - As per msdn.microsoft.com/en-us/library/ms802952... |
commit | commitdiff | tree |
2008-12-21 |
KJK::Hyperion | modified include/reactos/wine/exception.h |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Use "C" interface for intrinsic functions to avoid... |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Include io.h. It's needed and was implicitly included... |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Don't use sys/time.h |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Avoid using non-standard names (S_IFITO, ...). |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | use _wcsicmp instead of non-standard wcscmpi |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | revert 38201 and 38203 due to regressions |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | Fix definition of EMRCREATECOLORSPACE and EMRPOLYXXX... |
commit | commitdiff | tree |
2008-12-21 |
Cameron Gutman | - Merge aicom-network-fixes up to r38205 |
commit | commitdiff | tree |
2008-12-21 |
Jeffrey Morlan | widl: Don't assume that host void* is the same size... |
commit | commitdiff | tree |
2008-12-21 |
Timo Kreuzer | add _tcscpy_s and _tsplitpath_s |
commit | commitdiff | tree |
2008-12-21 |
KJK::Hyperion | modified dll/win32/gdi32/gdi32.rbuild |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | Don't redefine _tcscpy_s and _tsplitpath_s |
commit | commitdiff | tree |
2008-12-20 |
KJK::Hyperion | modified lib/pseh/framebased-gcchack.c |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | define _INTEGRAL_MAX_BITS only if it was not already... |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | Update ETO constants |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | TextOut functions take a character count, not a byte... |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | Handle ETO_PDY more correctly (dy values still ignored) |
commit | commitdiff | tree |
2008-12-20 |
Kamil Hornicek | - add check for NULL pointer, "first" is NULL for folde... |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | When fuOptions has ETO_PDY specified, the DxBuffer... |
commit | commitdiff | tree |
2008-12-20 |
Timo Kreuzer | [FORMATTING] |
commit | commitdiff | tree |
2008-12-20 |
Stefan Ginsberg | - Revert 38116 -- the SEH issues should be gone now |
commit | commitdiff | tree |
2008-12-20 |
KJK::Hyperion | Supersedes r38084. Take three |
commit | commitdiff | tree |
2008-12-20 |
Dmitry Gorbachev | - Do not use pGlobalData after freeing, |
commit | commitdiff | tree |
2008-12-20 |
Johannes Anderwald | - Fix parameters for CreateService |
commit | commitdiff | tree |
2008-12-20 |
Dmitry Chapyshev | - Fix all wine tests for MoveFileA/W |
commit | commitdiff | tree |
2008-12-20 |
Andrew Munger | Null dereference FTL. |
commit | commitdiff | tree |
2008-12-20 |
Dmitry Chapyshev | - Formatting fix |
commit | commitdiff | tree |
2008-12-20 |
Dmitry Chapyshev | - Fix 2 winetests |
commit | commitdiff | tree |
2008-12-19 |
Timo Kreuzer | - fix _STATIC_ASSERT |
commit | commitdiff | tree |
2008-12-19 |
James Tabor | - Properly implement LookupIconIdFromDirectoryEx. |
commit | commitdiff | tree |
2008-12-19 |
Timo Kreuzer | enable GetTimeZoneInformation in _getsystime |
commit | commitdiff | tree |
2008-12-19 |
Timo Kreuzer | add DECLSPEC_SELECTANY |
commit | commitdiff | tree |
2008-12-19 |
Timo Kreuzer | NtGdiGetFontUnicodeRanges: |
commit | commitdiff | tree |
2008-12-19 |
Gregor Schneider | - Update fputwc implementation to current wine sources |
commit | commitdiff | tree |
2008-12-19 |
Gregor Schneider | - Fix return values for fputc and _flsbuf: return only... |
commit | commitdiff | tree |
2008-12-19 |
Timo Kreuzer | Zero the last character in lfFaceName when converting... |
commit | commitdiff | tree |
2008-12-18 |
Gregor Schneider | - Remove static qualifier from g_mbcp_is_multibyte... |
commit | commitdiff | tree |
2008-12-18 |
Gregor Schneider | - Update _mbclen, mblen, _mbslen, _mbsnextc and _mbstrl... |
commit | commitdiff | tree |
2008-12-18 |
James Tabor | - From SDK, LD_ flags. |
commit | commitdiff | tree |
2008-12-18 |
Jeffrey Morlan | VfatSetAllocationSizeInformation: The fast code for... |
commit | commitdiff | tree |
2008-12-18 |
Gregor Schneider | - Update _mbsbtype and _mbsninc functions |
commit | commitdiff | tree |
2008-12-18 |
Gregor Brunmar | Implemented IDirect3DDevice9::GetRasterStatus() |
commit | commitdiff | tree |
2008-12-18 |
Gregor Schneider | - Close registry key handle of both RegQueryValueEx... |
commit | commitdiff | tree |
2008-12-18 |
Gregor Brunmar | Implemented IDirect3DDevice9::GetGammaRamp() |
commit | commitdiff | tree |
2008-12-18 |
Gregor Brunmar | Implemented IDirect3DDevice9::CreateAdditionalSwapChain() |
commit | commitdiff | tree |
2008-12-18 |
Gregor Schneider | - Remove duplicate harcoded _mbctype, rename MSVCRT_mbc... |
commit | commitdiff | tree |
2008-12-18 |
Dmitry Chapyshev | - Revert r37085. It fix work kbswitch, but I think... |
commit | commitdiff | tree |
2008-12-18 |
Christoph von... | GENERIC_WRITE is required to flush the input buffer |
commit | commitdiff | tree |
2008-12-18 |
Dmitry Gorbachev | Add a hack which allows to boot with Armenian language. |
commit | commitdiff | tree |
2008-12-18 |
Dmitry Gorbachev | Fix some keyboard layout related stuff in USetup. |
commit | commitdiff | tree |
2008-12-18 |
Dmitry Gorbachev | Armenian registry settings. |
commit | commitdiff | tree |
2008-12-18 |
Dmitry Gorbachev | Add these two old translations: |
commit | commitdiff | tree |
2008-12-18 |
Johannes Anderwald | - Add GUID_DEVCLASS_SOUND |
commit | commitdiff | tree |
2008-12-18 |
Christoph von... | DPRINT1 -> DPRINT on failure to prevent spamming of... |
commit | commitdiff | tree |
2008-12-18 |
Jeffrey Morlan | FAT##FindAndMarkAvailableCluster: Decrement the Availab... |
commit | commitdiff | tree |
2008-12-18 |
James Tabor | Patch by Aric Stewart : user32: Implement handling... |
commit | commitdiff | tree |
2008-12-17 |
Daniel Reimer | Add German Table to Kernel32 |
commit | commitdiff | tree |
2008-12-17 |
Johannes Anderwald | - Sorry I BROKE build |
commit | commitdiff | tree |
2008-12-17 |
Johannes Anderwald | - add ks.sys & portcls.sys to bootcd image |
commit | commitdiff | tree |
2008-12-17 |
Dmitry Chapyshev | - More implement GetCPInfoExW |
commit | commitdiff | tree |
2008-12-17 |
Johannes Anderwald | - Handle PcNewRegistryKey for DeviceRegistryKey, Driver... |
commit | commitdiff | tree |
2008-12-17 |
Johannes Anderwald | - Add IID_IPortClsVersion |
commit | commitdiff | tree |
2008-12-17 |
Daniel Reimer | Synched winhlp32 and wordpad with wine HEAD. |
commit | commitdiff | tree |
2008-12-17 |
Daniel Reimer | Sync winfile with wine HEAD. |
commit | commitdiff | tree |
2008-12-17 |
Johannes Anderwald | - Add IUnregisterSubdevice && IUnregisterPhysicalConnec... |
commit | commitdiff | tree |
2008-12-17 |
Matthias Kupfer | move variable declaration |
commit | commitdiff | tree |
2008-12-17 |
Matthias Kupfer | Maciej Bialas <bjauy AT tlen DOT pl> |
commit | commitdiff | tree |
2008-12-17 |
Dmitry Chapyshev | - Implement __lconv_init |
commit | commitdiff | tree |
2008-12-17 |
Dmitry Gorbachev | Allow to dynamically load a library which uses static... |
commit | commitdiff | tree |
2008-12-17 |
Dmitry Gorbachev | In GetQueuedCompletionStatus function: |
commit | commitdiff | tree |
2008-12-17 |
Stefan Ginsberg | - Hack-skip the gdi32 font test in an attempt to fix... |
commit | commitdiff | tree |
2008-12-16 |
Jeffrey Morlan | Fix bug where DIR /D wouldn't always show all files... |
commit | commitdiff | tree |
2008-12-16 |
Stefan Ginsberg | - Sync gdiplus Winetest too |
commit | commitdiff | tree |
2008-12-16 |
Stefan Ginsberg | - Sync gdiplus with Wine head |
commit | commitdiff | tree |
2008-12-16 |
Timo Kreuzer | Fix usage of PNTSTATUS instead of NTSTATUS in NT_SUCCES... |
commit | commitdiff | tree |
2008-12-16 |
Stefan Ginsberg | - Add missing break (<3 kjk <3) |
commit | commitdiff | tree |
2008-12-16 |
Timo Kreuzer | Let rbuild throw an exception when an implicit module... |
commit | commitdiff | tree |
2008-12-16 |
Stefan Ginsberg | - Remove KeRosDumpStackFrames export and make the call... |
commit | commitdiff | tree |
2008-12-16 |
Stefan Ginsberg | - Temporarily revert part of 38078 to make build server... |
commit | commitdiff | tree |
2008-12-16 |
Johannes Anderwald | - Implement KsCreateAllocator, KsRegisterWorker, KsUnre... |
commit | commitdiff | tree |
next |