Sync winfile with wine HEAD.
[reactos.git] / reactos / dll /
2008-12-17 Dmitry GorbachevAllow to dynamically load a library which uses static...
2008-12-17 Dmitry GorbachevIn GetQueuedCompletionStatus function:
2008-12-16 Stefan Ginsberg- Sync gdiplus with Wine head
2008-12-16 Stefan Ginsberg- Temporarily revert part of 38078 to make build server...
2008-12-15 Dmitry GorbachevFix TLS callbacks. Testers, please test it on real...
2008-12-14 Timo Kreuzer- Replace a 'for' with a 'do .. while '
2008-12-14 Timo Kreuzer[FORMATTING]
2008-12-14 Dmitry Gorbachev- Use HEAP_ZERO_MEMORY instead of memset().
2008-12-14 Dmitry GorbachevFix winsta.dll rbuild file.
2008-12-14 Eric Kohl- SEH-protect LsaClose, LsaDelete and LsaOpenPolicy.
2008-12-13 Timo KreuzerUpdate crt headers and mingw lib from mingw64. Update...
2008-12-13 Dmitry Gorbachev- Remove DBCSCodePage field from NLS_FILE_HEADER structure.
2008-12-13 Eric KohlDo not start LSASS as a service but as an ordinary...
2008-12-13 Timo Kreuzererrcode is a type. using it as parameter name in a...
2008-12-13 Timo Kreuzerupdate dbghelp_ros.diff. Only one tiny change left
2008-12-13 Timo Kreuzersync dbghelp to wine head
2008-12-12 Timo Kreuzerreduce the amount of hacks in dbghelp_ros.diff, also...
2008-12-12 Aleksey Bragin- Stubplement winsta.dll, based on a patch by Samuel...
2008-12-11 Christoph von Wittichconvert most of syssetup to unicode
2008-12-11 Christoph von Wittichconvert parts of syssetup to WCHAR - please help to...
2008-12-11 Johannes Anderwald- Fix RegSetValueEx parameters
2008-12-11 Christoph von Wittichdon't set testplatform to wine anymore as our services...
2008-12-10 James Tabor- Yet another victim of the Win32k Initialization BUG!
2008-12-10 Christoph von Wittichfail when there are no sub authorities
2008-12-10 Christoph von Wittichuse constant instead of value to avoid further "hm...
2008-12-10 Daniel ReimerBug 3942: "Translate update norwegian" by Lars Martin...
2008-12-09 James Tabor- Make sure SecurityDescriptor is not NULL.
2008-12-09 Stefan Ginsberg- Remove traces
2008-12-09 Stefan Ginsberg- Remove trace, change trace
2008-12-09 Stefan Ginsberg- More trace :/
2008-12-09 Stefan Ginsberg- Temporarily add tracing to ConvertStringSecurityDescr...
2008-12-09 Christoph von Wittichimplement hex value support for ParseAccessMaskString
2008-12-09 Dmitry GorbachevFix IntIsValidSBCSMapping(). Bug #3903.
2008-12-09 Kamil Hornicek- sync d3d8, d3d9 with wine
2008-12-09 Kamil Hornicek- sync wined3d with wine
2008-12-09 Christoph von WittichSeUnsolicitedInputPrivilege is obsolete - the LUID...
2008-12-09 Christoph von Wittichsync CreateWellKnownSid with wine
2008-12-09 James Tabor- New patch by hto: Suspicious code in User32.dll,...
2008-12-08 Gregor SchneiderFix two duplicate checks - obviously copy/pasted, CIDs...
2008-12-08 Gregor Schneider- Remove unreachable code, CID 53
2008-12-08 Christoph von Wittichfix ConvertStringSidToSidW
2008-12-08 James Tabor- Please dont break functionality due to a compiler...
2008-12-08 James Tabor- Patch by hto: Suspicious code in User32.dll, see...
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-07 Dmitry GorbachevRemove stray semicolon, change indentation.
2008-12-07 Dmitry GorbachevAdd missing parentheses.
2008-12-07 Timo KreuzerMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174...
2008-12-06 Eric Kohl- Introduce a common header file.
2008-12-06 Dmitry Chapyshev- Add localui from Wine
2008-12-06 Dmitry Chapyshev- Update headers
2008-12-06 Dmitry Chapyshev.def -> .spec
2008-12-06 Dmitry Chapyshev- Sync mlang with Wine 1.1.10
2008-12-06 Dmitry Chapyshev- Sync headers with Wine head
2008-12-06 Dmitry Chapyshev- Implement SetupInstallFileA/W
2008-12-03 Dmitry GorbachevFix Unicode -> Multibyte conversion (bug #3903).
2008-12-03 Dmitry GorbachevRemove stray semicolons, GCC gratias.
2008-12-03 Dmitry GorbachevSilence compiler warnings (7/11).
2008-12-03 Stefan Ginsberg- Make imagehlp compile warning free (don't mix Wine...
2008-12-01 Johannes Anderwald- Pass the directory of the file to ShellExecuteExW
2008-12-01 James Tabor- Patch by hto: User32: MDICascade() bug, see bug 3919.
2008-11-30 KJK::HyperionPatch by hto from Bugzilla
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
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 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
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- Don't use DDKAPI either
2008-11-29 Dmitry Chapyshev- Fix build
2008-11-29 Dmitry Chapyshev- DPRINT1(...); -> UNIMPLEMENTED;
2008-11-29 James Tabor- Fix GetSystemPaletteEntries.
2008-11-28 Stefan Ginsberg- Add a header guard for pnp.idl's RESOURCEID, and...
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 1/2
2008-11-27 Dmitry Chapyshev- .DEF -> .SPEC
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 James Tabor- Add ExtCreatePen note: This is an enhancement and...
2008-11-26 Michael Martin- Migrate advapi32 to PSEH 2.0.
2008-11-26 Daniel ReimerBug 3871: Polish translation update for netshell,usetup...
2008-11-25 Aleksey Bragin- Fix weird code in RtlGetVersion (inspired by Coverity...
2008-11-25 KJK::HyperionSupersedes r37631
2008-11-25 KJK::HyperionUndoing fishy patch for warnings in Wine code (see...
2008-11-25 KJK::HyperionSupersedes r37623 with fixes for cross compilation
2008-11-24 KJK::HyperionUndo r37623 until cross compilation is fixed
2008-11-24 KJK::Hyperionmodified base/shell/explorer/explorer.rbuild
2008-11-24 Gregor Schneider- Add copyright information I forgot, update paths
2008-11-24 Gregor Schneider- Move slightly changed PS_ALTERNATE and PS_INSIDEFRAME...
2008-11-24 Johannes Anderwald- Fix heap corruption and memory leak
2008-11-24 KJK::Hyperionmodified include/psdk/rpc.h
2008-11-24 KJK::Hyperionmodified dll/directx/ddraw/rosdraw.h
2008-11-23 Eric Kohl- Start the RPC-Server from a separate thread so the...
2008-11-23 Eric KohlFix formatting. No code changes!
2008-11-23 Dmitry Chapyshev- Fix formatting. No code change
2008-11-23 Dmitry Chapyshev- Implement ActivateActCtx, AddRefActCtx, CreateActCtxW...
2008-11-23 Dmitry Chapyshev- Add stubs for RtlActivateActivationContext and RtlCre...
2008-11-23 Dmitry Chapyshev- Fix IsValidLanguageGroup and EnumSystemLanguageGroups...
2008-11-23 Dmitry Chapyshev- Implement LCMapStringA/W (based on Wine, +55 passed...
2008-11-22 Dmitry Chapyshev- Fix CompareStringA/W. +7 passed wine tests
next