- Fix a problem with loading dlls in Iron
[reactos.git] / reactos /
2009-04-22 Dmitry Chapyshev- Fix a problem with loading dlls in Iron
2009-04-22 Johannes Anderwald- Allocate work item for each filter / pin being opened
2009-04-22 Johannes Anderwald- Allocate a work item for each specific request (start...
2009-04-22 Dmitry Chapyshev- Add Font Embedding Dll (it is necessary for Iron...
2009-04-22 Cameron Gutman - Don't attempt to store packets and buffers in the...
2009-04-21 Johannes Anderwald- Add error debug traces
2009-04-21 Johannes Anderwald- Implement KSPROPERTY_PIN_CTYPE, KSPROPERTY_PIN_DATAFL...
2009-04-21 Johannes Anderwald- Implement FastDeviceIoControl for IPortFilterWavePci
2009-04-21 Hervé PoussineauFix warning
2009-04-21 Hervé PoussineauDisable partition table exploration, as long as it...
2009-04-21 Timo KreuzerSome work on freetype font driver
2009-04-21 Johannes Anderwald- Implement handling a FastDeviceIoControl path (not...
2009-04-21 Johannes Anderwald- Fix return type of FastDeviceIo / FastRead / FastWrite
2009-04-21 Christoph von Wittichsync SHELL_FindExecutable and SHELL_FindExecutableByOpe...
2009-04-21 Michael Martin- edit.c: Add TPM_RETURNCMD flag to TrackPopupMenu...
2009-04-21 Michael Martin- Revert 40628 as it breaks others applications menus.
2009-04-21 Michael Martin- menu.c: Only send WM_COMMAND messages to the top...
2009-04-21 James Tabor- Revert part of 40626.
2009-04-21 James Tabor- Add more EMF records types.
2009-04-21 Cameron Gutman - Add an ASSERT
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-21 James Tabor- Update DrawEscape, thanks Tommy.
2009-04-21 James Tabor- Update CancelDC and DrawEscape.
2009-04-20 Cameron Gutman - Implement NdisQueryAdapterInstanceName
2009-04-20 Christoph von Wittichfix 7 setupapi misc winetests
2009-04-20 Cameron Gutman - Implement NdisMRegisterUnloadHandler, NdisMRegisterD...
2009-04-20 Hervé PoussineauImplement agnostic architecture for file system access...
2009-04-20 Cameron Gutman - Implement NdisMGetDeviceProperty
2009-04-20 Johannes Anderwald- Rename function to fix linking errors on x64
2009-04-20 Dmitry Chapyshev- Partially implement CancelDC, DrawEscape
2009-04-20 Christoph von Wittichsync SetupGetTargetPathW with wine
2009-04-20 Christoph von Wittichfix 4 setupapi parser winetests
2009-04-20 Dmitry GorbachevMore error checks. Bug #4393.
2009-04-20 Dmitry GorbachevDon't fail with Chinese language (bug #4393).
2009-04-19 Christoph von Wittichimport SetupEnumInfSectionsA/W from wine
2009-04-19 Johannes Anderwald- Forward & wait IRP_MN_START_DEVICE to lower device...
2009-04-19 Johannes Anderwald- Handle IRP_MN_QUERY_RESOURCE_REQUIREMENTS
2009-04-19 Johannes Anderwald- Silence a few debug prints
2009-04-19 Hervé PoussineauDon't directly call NtPlugPlayControl from setupapi...
2009-04-19 Johannes Anderwald- Drivers might use this unused area
2009-04-19 Johannes Anderwald- Activate IPortFilterWavePci
2009-04-19 Aleksey Bragin- Don't display unformatted partitions twice.
2009-04-19 Johannes Anderwald- Implement IPortFilterWavePci (based on IPortFilterWav...
2009-04-19 Cameron Gutman - Print the current and maximum lookahead to aid in...
2009-04-19 Cameron Gutman - Stub MiniSetComplete and MiniQueryComplete
2009-04-18 Cameron Gutman - Return a better status for STATUS_CANCELLED, STATUS_...
2009-04-18 Gregor Schneider- Don't crash copying from a null pointer in a non...
2009-04-18 Cameron Gutman - Handle STATUS_NETWORK_UNREACHABLE
2009-04-18 Johannes Anderwald- Partly implement SERVICE_CONFIG_FAILURE_ACTIONS in...
2009-04-18 Johannes Anderwald- Revert as it hides bug 2769
2009-04-18 Colin FinckOnly trigger the installer thread after we got the...
2009-04-18 Dmitry Chapyshev- Re-simplify CreateProcessW (like r40484)
2009-04-18 Matthias Kupfer- German translation of effects (dialog + button)
2009-04-18 Johannes Anderwald- unbreak build
2009-04-18 Johannes Anderwald- Fix copyright message
2009-04-18 Johannes Anderwald- Fix window styles for IDD_SHELL_ABOUT_AUTHORS
2009-04-18 Gregor SchneiderOrder rectangle points to avoid CreateCompatibleBitmap...
2009-04-17 Dmitry GorbachevUpdate ReactOS Calc to version 1.11. Carlo Bramini...
2009-04-17 Dmitry GorbachevBegin Japanese translation of USetup
2009-04-17 Dmitry Gorbachev- Update Japanese translations, Tomoya Kitagawa, bug...
2009-04-17 Christoph von Wittichfix last setupapi stringtable winetest
2009-04-17 James Tabor- Ref bug 4074: Need to test it again to see if it...
2009-04-17 Christoph von Wittichdon't crash on setupapi stringtable winetest
2009-04-17 Christoph von Wittichrevert 40488 as it breaks regsvr32
2009-04-17 Michael Martin- OutputDebugStringA: Handle freeing memory in case...
2009-04-17 Michael Martin- Add volatile to variables in OutputDebugStringA....
2009-04-17 Dmitry Chapyshev- More correct fix of a problem with loading dlls
2009-04-17 Dmitry Chapyshev- Add check on null-pointer. Fixes exception in some...
2009-04-17 Cameron Gutman - Don't leak the dma adapter when we fail
2009-04-17 Cameron Gutman - Fix another multiplication error
2009-04-17 Cameron Gutman - Initialize the spin lock in NdisInitializeReadWriteLock
2009-04-16 Cameron Gutman - Simplify timer implementation (done by me)
2009-04-16 Gregor Schneider- Sync riched20 with Wine 1.1.19
2009-04-16 Dmitry Chapyshev- Necessary to trim a path to dll (for example: path...
2009-04-16 Aleksey Bragin- Use a common exit point from a function, and thus...
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionFixed generation of makefile dependencies for C++ sources
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-15 Christoph von Wittichfix some setupapi winetests
2009-04-15 Kamil Hornicek- sync wined3d, d3d8, d3d9, ddraw with Wine 1.1.19
2009-04-15 Steven Edwardsmake telnetd manual
2009-04-15 Dmitry Chapyshev- Revert r40529
2009-04-15 Gregor Schneider- Detect switched color and mask bitmaps in CreateCurso...
2009-04-15 Gregor SchneiderMore monochrome icon handling fixes in CreateIcon and...
2009-04-15 Dmitry Chapyshev- Revert r40483
2009-04-15 Gregor Schneider- CreateIcon: create color bitmap only if bitsPixel...
2009-04-15 Dmitry Chapyshev- Revert r40484
2009-04-15 Gregor Schneider- Allow creation of icons without color bitmap in Creat...
2009-04-15 Dmitry Chapyshev- Implement ThreadPriorityBoost case in NtQueryInformat...
2009-04-15 Johannes Anderwald- Plug in sample rate conversion library, doesnt work yet
2009-04-15 Dmitry Chapyshev- At an exception returns STATUS_DLL_NOT_FOUND. It...
2009-04-15 Dmitry Chapyshev- Use SEH in LdrGetProcedureAddress. It fixes an except...
2009-04-15 Aleksey Bragin- Disable ACPI once again until bug 3363 and bug 4221...
2009-04-15 Christoph von Wittichsync wininet urlcache.c with wine 1.1.19 - fixes memory...
2009-04-15 Christoph von Wittichcheck for immutable bits in RtlSetControlSecurityDescriptor
2009-04-15 Aleksey Bragin- Silence MmCanFileBeTruncated warning about not checki...
2009-04-15 Dmitry Chapyshev- Sync avifil32 with Wine 1.1.19
2009-04-15 Dmitry Chapyshev- Update Russian translation
2009-04-14 Colin Finck- Use rundll32.exe and CreateProcessAsUserW to call...
2009-04-14 Colin FinckFix and slightly optimize _SHGetUserShellFolderPath
next