merge trunk head (37902)
[reactos.git] / reactos / dll /
2008-12-06 Timo Kreuzermerge trunk head (37902)
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-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
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-29 Samuel Serapionconvert to spec
2008-11-29 Samuel Serapionconvert to spec
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
2008-11-22 James Tabor-AttachThreadInput is a direct call to kernel space...
2008-11-22 Dmitry Chapyshev- Update GetCurrencyFormatW. +34 wine tests passed
2008-11-22 Dmitry Chapyshev- Fix RtlTimeFieldsToTime. Now GetDateFormatW passed...
2008-11-22 Dmitry Chapyshev- Fix 2 wine tests for GetTimeFormatA/W
2008-11-22 Dmitry Chapyshev- Fix EnumDateFormatsA implementation. + 7 passed tests
2008-11-22 Stefan Ginsberg- Fix indentation (spaces -> tabs)
2008-11-22 Dmitry Chapyshev- Call NtUserAttachThreadInput
2008-11-22 Dmitry Chapyshev- Sync inetcomm with Wine head
2008-11-21 Stefan Ginsberg- Silence "'struct Foo' has virtual functions but non...
2008-11-21 Stefan Ginsberg- winternl.h is deprecated since the NDK was invented...
2008-11-21 Kamil Hornicek- avoid losing pointer to the next bezier patch while...
2008-11-21 Kamil Hornicek- free all resources before returning (CID 644)
2008-11-21 Kamil Hornicek- store the next node in a separate variable so we...
2008-11-21 Kamil Hornicek- reshuffle the code a bit
2008-11-21 Kamil Hornicek- don't leak resources, CID 609+610 run 2
2008-11-21 Kamil Hornicek- fix freeing of resources, CID 1295 run 2
2008-11-21 James Tabor- Update palette functions and small cleanup in bitmaps.
2008-11-18 James Tabor- Make our version of SetDIBits safe as SetDIBitsToDevice.
2008-11-18 James Tabor- Fixes bug 3864. While I was at it I fixed most of...
2008-11-18 Timo Kreuzer"[00:08] Stefan100: 5) Alex_Ionescu will have your...
2008-11-17 James Tabor- Move StretchDIBits out of stubs. Add more notes.
2008-11-17 Aleksey Bragin- Cleanup 37394, 37396 and 37397:
2008-11-17 Stefan Ginsberg- Remove deprecated header cruft
2008-11-17 Dmitry Chapyshev- Implement BindIoCompletionCallback, ReadFileScatter...
2008-11-17 Ged Murphy- reference the correct data
2008-11-17 Dmitry Chapyshev- Add stubs for RtlSetIoCompletionCallback
2008-11-16 Dmitry Chapyshev- Implement GetCPInfo. Now this function passes all...
2008-11-16 James Tabor- Sorry for the misunderstanding,,, fix typo, see bug...
2008-11-15 James Tabor- Fix newest Wine bitmap gdi32 crosstest.
2008-11-15 Kamil Hornicekuse the dmSize we got from caller and fall back to...
2008-11-15 James Tabor- Fix dirty bit support for select brush and pen, see...
2008-11-14 Johannes Anderwald- Improve function stubs
2008-11-14 Johannes Anderwald- Make trash properties settings be unvolatile ;)
2008-11-14 Johannes Anderwald- Display Provider and Version in driver details dialog
2008-11-14 Johannes Anderwald- Create IDataObject from the selected pidl
2008-11-14 Johannes Anderwald- Pass the parent to PropertySheetW
2008-11-14 Johannes Anderwald- Implement IShellExecuteHookW
2008-11-14 Samuel SerapionKill auto-import insurgent.
2008-11-13 James Tabor- Set the right flags for Background and Text color.
2008-11-13 Cameron Gutman - Merge aicom-network-fixes up to r37326
2008-11-12 Timo KreuzerImplement RtlLookupFunctionTable, RtlLookupFunctionEntr...
2008-11-12 Dmitry Chapyshev- Sync uxtheme with wine head
2008-11-11 Johannes Anderwald- Fix directory parameter for files lying in the root...
2008-11-11 Johannes Anderwald- Fix execution in ShellExecute for files which have...
next