reactos.git
2009-04-10 Gregor SchneiderUpdate LineDDA implementation, -13 gdi32 path tests
2009-04-10 Cameron Gutman - MiniSendComplete acquires the adapter lock so releas...
2009-04-10 Cameron Gutman - Acquire the adapter lock instead of just raising...
2009-04-10 Gregor SchneiderAmendment to r40444: float -> double changes were not...
2009-04-10 Gregor SchneiderDon't hard code viewport extents, they depend on the...
2009-04-10 Aleksey Bragin- Move 4 apps from rosapps to trunk for consistency...
2009-04-10 Aleksey Bragin- Move 4 apps from rosapps to trunk for consistency...
2009-04-10 Cameron Gutman - Deserialized miniports always complete their sends...
2009-04-10 Gregor Schneider- Don't copy the original header after the new header...
2009-04-10 Colin Finck- Remove _SHExpandEnvironmentStrings and replace calls...
2009-04-10 Aleksey Bragin- Fix a couple more assumptions about first primary...
2009-04-10 Aleksey Bragin- Add a new property to the disk entry: NoMbr flag...
2009-04-10 Cameron Gutman - Complete send requests along with the other types...
2009-04-09 Timo Kreuzerfix DEVMODE, 2nd try
2009-04-09 Timo KreuzerRename PALGDI to PALETTE as it's called in gdikdx.
2009-04-09 Timo KreuzerFix definition of DEVMODE
2009-04-09 Michael Martin- rw.c: After the write wait has been satisfied, check...
2009-04-09 Cameron Gutman - Fix a very old bug (since r11789) which causes minip...
2009-04-09 Aleksey Bragin- Make it possible to assign drive letters to all parti...
2009-04-09 Timo KreuzerFix downloader progress bar, by using an ULONGLONG...
2009-04-09 Aleksey Bragin- Recognize up to 4 partitions inside every primary...
2009-04-09 Gregor Schneider- REGION_AllocRgnWithHandle: allow creation of empty...
2009-04-09 Gregor Schneider- Fix the coordinate manipulation order for AlphaBlend...
2009-04-08 Timo KreuzerIntChangeDisplaySettings: Save refresh frequency in...
2009-04-08 Timo Kreuzerdesk.cpl: update settings for dmDisplayFrequency, when...
2009-04-08 Timo KreuzerUse vDbgPrintExWithPrefix in EngDebugPrint instead...
2009-04-08 Ged MurphyOpen folders in the existing window.
2009-04-08 Cameron Gutman - Fix some copy/paste bugs
2009-04-08 Timo KreuzerRemove IntGdiSelectBrush and IntGdiSelectBrush, they...
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
next