reactos.git
2008-12-01 Eric KohlSync to wine-1.1.1 (Patch 4 of 10):
2008-12-01 Steven EdwardsSuggest LogonUser/CreateProcessAsUser as a possible
2008-12-01 Steven EdwardsI hope I did not screw up the propset...
2008-12-01 Andrew MungerGimme back mah ftp.
2008-12-01 Johannes Anderwald- Pass the directory of the file to ShellExecuteExW
2008-12-01 Aleksey Bragin- Don't enable FULL debug output for a module in trunk...
2008-12-01 Stefan Ginsberg- Don't redefine PKSYSTEM_ROUTINE
2008-12-01 Stefan Ginsberg- Remove the remaining system_header from DDK -- this...
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-12-01 Johannes Anderwald- revert 37497
2008-12-01 Johannes Anderwaldfix build
2008-12-01 Johannes Anderwald- fix ipconfig output when no nic adapter is present...
2008-12-01 James Tabor- Patch by hto: User32: MDICascade() bug, see bug 3919.
2008-12-01 James Tabor- Moved SelectBitmap/Font to their proper places.
2008-11-30 James Tabor- Fixed hooking bug for Firefox, a plus, new SEH found...
2008-11-30 KJK::HyperionBug closing extravaganza holiday special commit!
2008-11-30 KJK::HyperionDefault debugging format might not be stabs - pass...
2008-11-30 Stefan Ginsberg- Make this shit readable -- oh wait this is a commit...
2008-11-30 KJK::HyperionCorrectly parse the output of gcc --version for TDM...
2008-11-30 KJK::HyperionPatch by hto from Bugzilla
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 Gregor SchneiderUpdate C++ demangle code to recent wine, now all msvcrt...
2008-11-30 Daniel Reimer... by Seungju Kim
2008-11-30 Daniel ReimerBug 3890: updated a few slovak translations by Mario...
2008-11-30 Daniel ReimerBug 3890: updated a few slovak translations by Mario...
2008-11-30 Stefan Ginsberg- Replace the last instances of STDCALL with WINAPI...
2008-11-30 Stefan Ginsberg- Remove straggler STDCALL
2008-11-30 James Tabor- Sync in rev 37720: Magnus Olsen, add GdiGetBitmapBits...
2008-11-30 James Tabor- Sync in rev 37720: Magnus Olsen, add GdiGetBitmapBits...
2008-11-30 Gregor SchneiderUpdated polish translation by Olaf Siejka, <olaf_siejka...
2008-11-30 Gregor Schneider- Add dialog to deal cards again after winning solitair...
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-11-30 Stefan Ginsberg- Kill off more STDCALL
2008-11-30 Stefan Ginsberg- No need to include winddk.h, ntddk.h includes it...
2008-11-30 Art Yerkesfix a bug reported by aicom: get peer name fails runnin...
2008-11-30 KJK::HyperionLeft out of the previous commit by mistake
2008-11-30 KJK::Hyperionmodified base/shell/explorer/explorer.rbuild
2008-11-29 Stefan Ginsberg- Relying on includers to define certain macros is...
2008-11-29 Stefan Ginsberg- Deprecate STDCALL from HAL
2008-11-29 Stefan Ginsberg- Don't use DDKAPI either
2008-11-29 Sylvain Petreolleadd missing parenthesis in utf16le
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-29 Stefan Ginsberg- STDCALL strikes back
2008-11-29 Stefan Ginsberg- Hey STDCALL, you just got deprecated from rostests
2008-11-29 Stefan Ginsberg- Welcome to rosapps NTAPI/WINAPI, farewell STDCALL
2008-11-29 Stefan Ginsberg- <@silverblade> it does nothing, it can be destroyed...
2008-11-29 Stefan Ginsberg- Don't generate a function with non-standard STDCALL...
2008-11-29 Gregor Schneider- Improve parameter checks to prevent access beyond...
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Gregor Schneider- Fix two possible memory leaks by freeing resources
2008-11-29 Stefan Ginsberg- Remove system_header
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Gregor Schneider- Updated msvcrt winetests introduced new printf testca...
2008-11-29 Stefan Ginsberg- Kill off ramdrv, it is deprecated since a long time...
2008-11-29 Gregor SchneiderUpdate msvcrt winetest, test_codepage still disabled...
2008-11-29 Gregor Schneider- Added support for floating point and exponential...
2008-11-29 Aleksey Bragin- Implement ScsiPortCompleteRequest based on OSR descri...
2008-11-29 Dmitry Chapyshev- Fix build
2008-11-29 Dmitry Chapyshev- DPRINT1(...); -> UNIMPLEMENTED;
2008-11-29 James Tabor- Fix GetSystemPaletteEntries.
2008-11-29 Stefan Ginsberg- guiddef.h: Don't define GUID_NULL as extern as the...
2008-11-29 Stefan Ginsberg- MSFS: Don't rely on PSDK headers for MAILSLOT_NO_MESS...
2008-11-29 Stefan Ginsberg- Don't redefine basic types
2008-11-29 Cameron Gutman - Fix behavior of kernel APCs interrupting waits on...
2008-11-29 Cameron Gutman - Merge aicom-network-fixes up to r37712
2008-11-28 Stefan Ginsberg- Don't add an include path for internal win32k headers...
2008-11-28 Stefan Ginsberg- Add a header guard for pnp.idl's RESOURCEID, and...
2008-11-28 Stefan Ginsberg- Use stdarg.h from psdk so we don't get redefinition...
2008-11-28 Stefan Ginsberg- Add a missing define -- fixes DECLARE_INTERFACE and...
2008-11-28 KJK::HyperionGCC 4.3 correctly aligns stack-allocated objects
2008-11-28 KJK::HyperionDon't let ASSERT_SRW_WAITBLOCK evaluate to nothing...
2008-11-28 KJK::HyperionASSERT really needs to be void, despite what DDK header...
2008-11-28 KJK::HyperionTypo. Bogus text to make commit message long enough.
2008-11-28 Kamil Hornicek- update user32 winetest
2008-11-28 Kamil Hornicek- fix a typo
2008-11-28 Daniel ReimerUpdate UniATA to Version 0.39j Credits go to Samuel...
2008-11-28 James Tabor- Move out stubs and place them where they belong.
2008-11-27 Gregor SchneiderUpdate gdi32 winetests, so we don't run out of things...
2008-11-27 James Tabor- Finnish up gdi wine pen cross test fixes.
2008-11-27 Gregor Schneider- PS_NULL might always be a LOGPEN, but can be retrieve...
2008-11-27 Stefan Ginsberg- less break, more build
2008-11-27 Stefan Ginsberg- Videoprt should only use the error codes provided...
2008-11-27 Stefan Ginsberg- Correct numerous structures to work without windef...
2008-11-27 Stefan Ginsberg- DXAPI: Fix incompatible header inclusion
2008-11-27 Stefan Ginsberg- ACPI: Don't redefine standard DDK types
2008-11-27 Michael Martin- Add WM_SYSCHAR to U32IsValidAccelMessage. See bug...
2008-11-27 Kamil Hornicek- sync wined3d, d3d8, d3d9 to wine HEAD part 2/2
2008-11-27 Kamil Hornicek- sync wined3d, d3d8, d3d9 to wine HEAD part 1/2
2008-11-27 Dmitry Chapyshev- .DEF -> .SPEC
2008-11-26 James Tabor- Fixed stock object creation for pens. Now pass all...
2008-11-26 Matthias Kupfer- tool for autoconverting INF files to utf-16le from...
2008-11-26 Stefan Ginsberg- Slightly reorder freeldr.h's include order
2008-11-26 Stefan Ginsberg- Fix some definitions, and remove __DD_INCLUDED__...
2008-11-26 Matthias Kupferadd myself
2008-11-26 Stefan Ginsberg- Fix release build
2008-11-26 Stefan Ginsberg- Define NTSTATUS in a way compatible with the current...
2008-11-26 Stefan Ginsberg- Ksuser: Cleanup header usage a bit, and make sure...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-26 Stefan Ginsberg- kmtest: Don't use user mode types
2008-11-26 James Tabor- Add ExtCreatePen note: This is an enhancement and...
next