reactos.git
2009-04-08 Gregor Schneider- Offset coordinates with viewport origin for gradient...
2009-04-08 Timo Kreuzer[FORMATTING]
2009-04-08 Aleksey Bragin- ScsiPortNotification and ScsiPortDebugPrint are cdecl...
2009-04-08 Cameron Gutman - Pass the packet flags to the MiniportSend handler
2009-04-07 Cameron Gutman - Don't leave a bad handle or object pointer
2009-04-07 Cameron Gutman - Use ZwClose instead of NtClose
2009-04-07 Cameron Gutman - Set FCB->Recv.Window to NULL so it doesn't get freed...
2009-04-07 Timo KreuzerMouse pointer fix:
2009-04-06 Cameron Gutman - Return the correct status when we get a bad parameter
2009-04-06 Christoph von... sync urlmon to wine 1.1.18
2009-04-06 Christoph von... sync crypt32 to wine 1.1.18
2009-04-06 Timo KreuzerGo back to old logic in GdiSelectPalette. Should fix...
2009-04-06 Gregor Schneider- path.c: Correct purpose header entry
2009-04-06 Dmitry Chapyshev- Sync some headers with Wine
2009-04-06 Timo KreuzerMove PDEVOBJ and related into it's own header file...
2009-04-06 Gregor Schneider- Evgeny Boltik, <BSTSoft AT narod DOT ru>: Fix system...
2009-04-06 Dmitry Chapyshev- Sync mciavi32, mcicda with Wine head
2009-04-06 Dmitry Chapyshev- Sync mscms, mscoree, msctf with Wine
2009-04-06 Christoph von... wininet: Fixed memory corruption in urlcache.
2009-04-06 Christoph von... add cryptnet_winetest to bootcd
2009-04-06 Dmitry Chapyshev- Remove unneeded files (sync with Wine)
2009-04-06 Gregor Schneidercommit #100: add me to credits
2009-04-06 Gregor Schneider- include/crt/math.h: float type math functions are...
2009-04-06 Aleksey Bragin- Specify NTAPI for all functions without calling conve...
2009-04-06 Gregor Schneider- Remove error case shortcut, allows results to be...
2009-04-06 Timo Kreuzer[FORMATTING]
2009-04-06 Timo KreuzerImprove tests for NtGdiDeleteObjectApp
2009-04-06 Timo Kreuzerrevert miniport.h changes for now
2009-04-06 Cameron Gutman - Drivers must use DelayedWorkQueue (part 2)
2009-04-06 Timo Kreuzerfix include guard, use winddi types instead of ros...
2009-04-06 Cameron Gutman - Drivers must use DelayedWorkQueue
2009-04-06 Cameron Gutman - Report to drivers that we are NDIS 5.0
2009-04-06 Timo KreuzerDDK update
2009-04-06 Timo KreuzerRemove a bunch of useless funtion pointer types
2009-04-05 Timo Kreuzer- Update the EBRUSHOBJ independent of changing the...
2009-04-05 Gregor Schneider- Evgeny Boltik, <BSTSoft AT narod DOT ru>: Add stretch...
2009-04-05 Gregor Schneider- GdiIsPlayMetafileDC: function GdiGetHandleUserData...
2009-04-05 Gregor Schneider- msvcrt's pow function does not set errno, so there...
2009-04-05 Michael Martin- Create Common Files directory when creating Program...
2009-04-05 Cameron Gutman - Revert r40367
2009-04-05 Johannes Anderwald- Check if allocation of work item succeeded - Thanks...
2009-04-05 Kamil Hornicek- add a stub for D3DParseUnknownCommand
2009-04-05 Johannes Anderwald- Fix leaking of work item for each detected audio...
2009-04-05 Kamil Hornicek- IntEnumDisplaySettings returns NTSTATUS, fix the...
2009-04-05 Kamil Hornicek- leftover from the previous commit
2009-04-05 Kamil Hornicek- import ddraw from Wine and use it for now
2009-04-05 Aleksey Bragin- Compile UniATA with stdcall default calling conventio...
2009-04-05 Cameron Gutman - Distinguish between cleanup and close properly
2009-04-05 Cameron Gutman - Implement a DispatchCleanup routine and properly...
2009-04-05 Jeffrey Morlan- Simplified code for CD, PUSHD, and POPD commands...
2009-04-04 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-04-04 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-04-04 Jeffrey Morlan- Check for cmd's AutoRun registry value in HKEY_CURREN...
2009-04-04 Johannes Anderwald- Re-use WorkItem
2009-04-04 Cameron Gutman - Don't pass the address type to IPInitializePacket...
2009-04-04 Cameron Gutman - Validate the buffer size before copying to it
2009-04-04 Cameron Gutman - Remove the rest of the code that sets the wrong...
2009-04-04 Cameron Gutman - Initialize packets before using them
2009-04-04 Cameron Gutman - Initialize packets before using them
2009-04-03 Cameron Gutman - Loopback adapter rewrite
2009-04-03 Aleksey Bragin- Add a leftover from commit 40334.
2009-04-03 Johannes Anderwald- Silence tons of debug messages
2009-04-03 Aleksey Bragin- Delete regtests framework by Casper. It's useless.
2009-04-03 Aleksey Bragin- Get reactos.dff in sync with rosapps cleanup.
2009-04-03 Aleksey Bragin- Delete qssi, it wasn't included in build since 2002.
2009-04-03 Aleksey Bragin- Remove dflat32. It doesn't start up in Windows XP...
2009-04-03 Aleksey Bragin- Move imagesoft to templates.
2009-04-03 Aleksey Bragin- Delete cputointel and roswebparser as unfinished...
2009-04-03 Aleksey Bragin- Remove roswebparser.exe from installable modules...
2009-04-03 Cameron Gutman - RapidSVN doesn't figure out that when I right click...
2009-04-03 Cameron Gutman - More leak fixes
2009-04-03 James Tabor- Replaced fix pi and enabled test for window processes...
2009-04-03 Cameron Gutman - Cancel all the IRPs in the pending IRP queue when...
2009-04-02 Aleksey Bragin- Rework NtGdiStretchBlt into GreStretchBltMask functio...
2009-04-02 James Tabor- Migration changes from PPROCESSINFO and PTHREADINFO...
2009-04-02 Aleksey Bragin- Apply a fix by Timo Kreuzer for the bug spotted by...
2009-04-02 Aleksey Bragin- NtGdiSetDIBitsToDeviceInternal: use bitmap's palette...
2009-04-02 Aleksey Bragin- Simplify code. Inspired by Evgeniy Boltik's patch.
2009-04-02 Ged MurphyPretend to open folders in a new window...
2009-04-02 Ged MurphyStop mithering me and just open the MDI shell browser...
2009-04-02 Dmitry GorbachevJapanese translations by Tomoya Kitagawa. Bug #4328.
2009-04-02 Art YerkesWe don't need the user buffer after launching the TDI...
2009-04-02 Art YerkesFORMATTING only.
2009-04-02 Art YerkesFORMATTING only.
2009-04-01 Timo KreuzerImplement delayed deletion of gdi objects. This is...
2009-04-01 Art Yerkes[FORMATTING] no code change yet.
2009-04-01 Dmitry Chapyshev- Ukrainian translation by Sakara Yevhen
2009-04-01 Stefan Ginsberg- Fix build breakage from 40056, caused by a missing...
2009-04-01 Dmitry GorbachevUpdate Norwegian translations. Patches from LMH1, bug...
2009-04-01 Christoph von... fix include guard
2009-04-01 Cameron Gutman - Handle IRP_MN_FILTER_RESOURCE_REQUIREMENTS
2009-04-01 Ged Murphyreapply the icon cache init code
2009-04-01 Jeffrey Morlan- Fix cmd's cgetchar() function so it only returns...
2009-04-01 Cameron Gutman - Don't shrink the ICMP packet that we receive
2009-04-01 Timo KreuzerSkip kernel32 virtual tests again. sysreg isn't ready...
2009-04-01 James Tabor- Check the headers next time.
2009-04-01 Timo KreuzerAdd one more test for SetDCPenColor
2009-04-01 Timo Kreuzerwin32k brush update:
2009-03-31 James Tabor- Implement NtUserProcessConnect. Moving to client...
2009-03-31 Johannes Anderwald- Revert 40296
next