reactos.git
2008-07-25 Hervé PoussineauApply again r34533: rename autogenerated makefile to...
2008-07-25 Hervé PoussineauRevert incorrect fix committed in r34077 by cfinck...
2008-07-25 Johannes Anderwald- identation janitor
2008-07-25 Art YerkesFix several problems with lookasides and temporary...
2008-07-25 James Tabor- Fix loading hooks.
2008-07-25 James Tabor- Add support for SMTO_NOTIMEOUTIFNOTHUNG.
2008-07-25 James TaborCheck for null pointers, keep wine msg test from crashing.
2008-07-25 James TaborFix typo.
2008-07-25 James Tabor- Add call window proc hooks.
2008-07-24 James Tabor- Finish callback for WH_KEYBOARD.
2008-07-24 Jeffrey MorlanFix crash in NtUserSetClipboardData with CF_TEXT format...
2008-07-24 James Tabor- Plug in WH_KEYBOARD callback.
2008-07-24 James TaborAdd two more CallNextHook finctions.
2008-07-24 Johannes Anderwald- enumerate all file types for folder options namespace...
2008-07-24 Hervé PoussineauUse a common .spec file instead of a .def file per...
2008-07-24 Hervé PoussineauUpdate IDL file with new MS Vista functions
2008-07-24 Aleksey Bragin- MiGetLastKernelAddress was totally broken on x86...
2008-07-24 James Tabor- Added more hook points. Setup WH_MOUSE with callbacks...
2008-07-24 Aleksey BraginDmitry Gorbachev
2008-07-24 Ged Murphy- dependencies is a double terminated string array
2008-07-23 James Tabor- Fix show window call and add message calls for future...
2008-07-23 James TaborEnable message filter hooks and add call hook support...
2008-07-23 James Tabor- Fix NtUserCallMsgFilter to use SEH. Add support for...
2008-07-23 Aleksey Bragin- Partly revert 24104: "I do not known if I done right...
2008-07-23 Jeffrey Morlan- Implement handle access checking on all console funct...
2008-07-23 Aleksey Bragin- Revert 20424 and do a proper fix: Check if pool alloc...
2008-07-23 Christoph von... fix all kernel32 version winetests
2008-07-22 James Tabor- Fixed CallNextHookEx, now we do make the callback...
2008-07-22 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-22 Matthias Kupferrevert on request, problem remains
2008-07-22 Matthias Kupferit's mean to move main window with focus in front of...
2008-07-22 Jeffrey Morlan- Implement access masks and optional inheritability...
2008-07-22 Art YerkesReenable kdbg specific settings.
2008-07-22 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-22 Aleksey Bragin- PFN_DrvMovePanning type is not part of DDK/WDK's...
2008-07-22 Johannes Anderwald- fix multiple bugs in mydocuments shellfolder:
2008-07-22 Aleksey Bragin- Set eol-style to native.
2008-07-22 ReactOS Portable... - Build and add ntdll for ARM.
2008-07-22 ReactOS Portable... - Forgot to merge these changes in as well -- they...
2008-07-22 ReactOS Portable... - Add arm subdirectory with stubs for functions that...
2008-07-22 ReactOS Portable... - Make exports per-architecture.
2008-07-22 ReactOS Portable... - Remove dependency on GCC-specific extension: the...
2008-07-22 ReactOS Portable... - Remove obsolete header.
2008-07-22 Christoph von... use the address of the value, not the value itself
2008-07-22 ReactOS Portable... - Don't re-map the MDL if it's already been built from...
2008-07-22 ReactOS Portable... - We need to call MmMarkPageMapped for virtual mappings...
2008-07-22 ReactOS Portable... - Initialize BytesPerSector, SectorsPerTrack and Number...
2008-07-22 ReactOS Portable... - We have to unpack the BIOS block before actually...
2008-07-22 ReactOS Portable... - Implement MmRawDeleteVirtualMapping.
2008-07-22 ReactOS Portable... - Jesus, Fix yet another math bug in RamdiskMapPages...
2008-07-22 ReactOS Portable... - Epic Fail? Fix another math bug...it actually works...
2008-07-22 ReactOS Portable... - Double fail: Fix a math bug, calculate the actual...
2008-07-22 ReactOS Portable... - Fail: was using the wrong structure (the boot sector...
2008-07-22 ReactOS Portable... - Save base page where loader mapped the ramdisk.
2008-07-22 ReactOS Portable... - Easy there cowboy, just because you can write good...
2008-07-22 ReactOS Portable... - Um, yeah, the "DiskType" is CLEARLY not an NT FILE_DE...
2008-07-22 ReactOS Portable... - Not only did r34637 break the ARM build, it also...
2008-07-22 ReactOS Portable... - Build vfatfs instead of CDFS.
2008-07-22 ReactOS Portable... - Forgot to commit this with the last update -- this...
2008-07-22 James Tabor- Rewrite HOOKs, Implement CallNextHookEx and fix proto...
2008-07-22 Jeffrey Morlan- Make console handles start at 3, not 7.
2008-07-21 Timo Kreuzerimplement HackSecureVirtualMemory as a possible workaro...
2008-07-21 Timo Kreuzerfix READ_PORT_xxx macros
2008-07-21 Timo Kreuzerfix prototypes of _beginthread and _beginthreadex
2008-07-21 Jeffrey MorlanMmReleasePageMemoryConsumer: When giving the page direc...
2008-07-21 Ged Murphy- Fix NeedCurrentDirectoryForExePath. Based on Wine...
2008-07-21 Matthias Kupfer- Add selectable spanish and italian keyboard layout...
2008-07-21 Ged MurphyFix Rva handling code
2008-07-21 ReactOS Portable... - Improve system call handler by adding more debugging...
2008-07-21 Matthias Kupferavoid flicker when registering components
2008-07-21 Aleksey Bragin- Pass thread's CreateTime in QSI SystemProcessInformation.
2008-07-21 Timo Kreuzeruse %p in sprintf instead of %x / cast to int
2008-07-21 Aleksey Bragin- Include a "System Idle Process" as the first item...
2008-07-21 Ged Murphy- fix the length of the dependencies string
2008-07-21 Matthias Kupferadd language group for japanese keyboard layout
2008-07-21 Matthias Kupfer- enable japanese keyboard layout in 1st stage setup...
2008-07-21 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-21 Aleksey Bragin- Small DPRINT typo fix.
2008-07-21 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-21 Aleksey Bragin- Remove useless USE_W32API define from .rbuilds
2008-07-21 Aleksey Bragin- Fix wrong paths to some rosapps utils.
2008-07-21 ReactOS Portable... - Implement RamdiskReadWrite.
2008-07-21 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-21 ReactOS Portable... - Fix ARM exports to make up for the recent i386 changes.
2008-07-21 ReactOS Portable... - Get rid of 3 days of work due to complaints from...
2008-07-21 ReactOS Portable... - Implement IOCTL_CDROM_GET_LAST_SESSION and IOCTL_CDRO...
2008-07-20 Timo Kreuzerrbuild files use tab indentation
2008-07-20 Jeffrey MorlanFix KeInsertQueueApc error checking
2008-07-20 Jeffrey MorlanKiMoveApcState: Fix reversal of RepairList arguments...
2008-07-20 ReactOS Portable... - Now it compiles.
2008-07-20 ReactOS Portable... - Add new CDFS driver.
2008-07-20 ReactOS Portable... - Our resident GCC expert just informed me of an undocu...
2008-07-20 Jeffrey MorlanIn ConioConsoleCtrlEvent, don't wait for the thread...
2008-07-20 ReactOS Portable... - Fix the way NlsOemLeadByteInfo is exported.
2008-07-20 Matthias Kupfermark the current keyboard layout as checked (in popup...
2008-07-20 Jeffrey MorlanFix memory leak in vfwprintf: Don't change 'mem' pointe...
2008-07-20 ReactOS Portable... - Write out all the IOCTLs the RAM Disk emulation core...
2008-07-20 Matthias KupferMario Kacmar <kario AT szm DOT sk>
2008-07-20 Matthias Kupfer- again, one more fix of damaged inf files
2008-07-20 ReactOS Portable... - Unlike NT, it seems React has a bug and does not...
next