reactos.git
2008-07-29 Art YerkesPatch by Cameron Gutman (aicommander (at) gmail (dot...
2008-07-29 Johannes Anderwald- fix an obvious bug (introduced by me)
2008-07-29 James Tabor- Add Event handle type.
2008-07-29 James Tabor- Patch by Jeffrey Morlan: Fix bounds checking and...
2008-07-29 Johannes Anderwald- register network neighbourhood as a desktop namespace...
2008-07-29 Johannes Anderwald- update polish translation by Olaf Siejka (Caemyr)
2008-07-29 Johannes Anderwald- register shellink property sheet handler
2008-07-29 Johannes Anderwald- fix titles in folder property dialog
2008-07-29 Johannes Anderwald- implement folder property dialog
2008-07-29 Jeffrey Morlan- Remove unused hVScrollBar and hHScrollBar members...
2008-07-29 Christoph von... Odbccp32 dll doesn't have a DllMain function
2008-07-29 Jeffrey MorlanNtUserBeginPaint: Taking the bounding box of the update...
2008-07-29 James Tabor- Added more hook points, WH_FOREGROUNDIDLE and WH_KEYB...
2008-07-28 Art YerkesFix my error not noticing that queued spinlock function...
2008-07-28 Art Yerkes- Reverse my previous (in retrospect) hack
2008-07-28 Johannes Anderwald- display volume label for disk drives. If there is...
2008-07-28 Aleksey Bragin- Don't strictly check NTDDI_VERSION to WINXP or WS03...
2008-07-28 Johannes Anderwald- reenable drive properties dialog
2008-07-28 Art YerkesShould fix the release build (sorry).
2008-07-28 Jeffrey Morlan- GuiConsoleInitScrollbar: Hide vertical scrollbar...
2008-07-28 Art YerkesThis is a patch i've been keeping for a while. Yes...
2008-07-28 Dmitry Chapyshev- Add console version Appwiz. It is not finished, but...
2008-07-28 Aleksey BraginDmitry Gorbachev
2008-07-28 Art YerkesFix (among other things) failure to boot when a CD...
2008-07-28 Aleksey Bragin- Silence crt's "wtf".
2008-07-28 Ged Murphy- Don't check outside of the array bounds
2008-07-28 Colin FinckReplace '#ifdef __linux__' by '#ifndef WIN32', etc...
2008-07-28 ReactOS Portable... - Don't use .spec file on ARM, it doesn't work.
2008-07-28 ReactOS Portable... - Fix build of NTOS and FreeLDR on ARM.
2008-07-28 ReactOS Portable... - Fix FreeLDR for ARM build after some header changes...
2008-07-28 ReactOS Portable... - Define the "generic" versions of the ARM-specific...
2008-07-28 ReactOS Portable... - Fix the NTOS ARM build after the recent Mm changes.
2008-07-28 ReactOS Portable... - We finally figured out how to build the CRT! It seems...
2008-07-28 ReactOS Portable... Now that MADDRESS_SPACE became nearly an empty structur...
2008-07-28 ReactOS Portable... The address space creation lock is a guarded mutex...
2008-07-28 ReactOS Portable... There is no point in saving the address of the address...
2008-07-28 ReactOS Portable... Looks like this address space nonsense made even less...
2008-07-27 ReactOS Portable... The puzzle of the design decisions behind the React...
2008-07-27 ReactOS Portable... - Remove MiGetUserPageDirectoryCount from the ARM Mm...
2008-07-27 ReactOS Portable... More over-engineering: there really isn't any reason...
2008-07-27 Johannes Anderwald- implement changing drive volume name
2008-07-27 ReactOS Portable... It seems unclear as to what the point of the Page Refer...
2008-07-27 ReactOS Portable... - Fix a couple of bugs, and majorly refactor MmDeleteVi...
2008-07-27 Jeffrey Morlan- Work with screen buffer data using pointers rather...
2008-07-27 ReactOS Portable... - Major cleanup, refactoring, and bugfixing of ARM...
2008-07-27 Hervé PoussineauRevert r34848 and r34850, and replace them by a real...
2008-07-27 Colin FinckMaciej Bialas (bjauy@tlen.pl)
2008-07-27 Hervé PoussineauFix code to correctly handle first object file.
2008-07-27 Hervé PoussineauFix typo
2008-07-27 Hervé PoussineauResolve <if> and <ifnot> elements during parsing time.
2008-07-27 Aleksey Bragin- ntdll should be the last library in the list, not...
2008-07-27 Hervé PoussineauDefine __LINUX__ for build tools if host is Linux
2008-07-27 Hervé PoussineauAdd a variable to include support for ELF format
2008-07-27 Hervé PoussineauDefine __LINUX__ for build tools if host is Linux
2008-07-27 Jeffrey MorlanImprovements to cmd ConPrintfPaging:
2008-07-27 Hervé PoussineauFactorize code for simple module types
2008-07-27 Colin FinckDaniel Verkamp (daniel.verkamp@gmail.com):
2008-07-27 Hervé PoussineauUse hal.spec file for i386 build
2008-07-27 Hervé PoussineauAdd support for fastcall functions in .spec files
2008-07-27 Hervé PoussineauAdd a .spec file for HAL exports. Don't use it yet
2008-07-27 Hervé PoussineauPreprocess kernel .spec files
2008-07-27 Hervé PoussineauPrevent code duplication when translating GCC platform...
2008-07-27 Art YerkesMore specific error messages. More correct according...
2008-07-27 ReactOS Portable... - Build "smlib", "nt", and "smss" on ARM, since the...
2008-07-27 ReactOS Portable... - On ARM, print out a message and freeze execution...
2008-07-27 ReactOS Portable... - Fix NTDLL exports on ARM.
2008-07-27 ReactOS Portable... - Fix double semicolon.
2008-07-27 ReactOS Portable... - MmDeleteVirtualMapping can be called for memory that...
2008-07-27 ReactOS Portable... - Stop adding those damn @ decorations to ARM builds.
2008-07-27 ReactOS Portable... - Silence debug prints.
2008-07-27 James TaborTurn off WH_CALLWNDPROC and WH_GETMESSAGE debug spam.
2008-07-27 Jeffrey MorlanMove console alias functions from csrss to win32csr...
2008-07-26 Jeffrey Morlan- In cmd, add ConOutResPrintf and ConErrResPrintf funct...
2008-07-26 Matthias Kupferreenable Norwegian language and keyboard layout (tested...
2008-07-26 James Tabor- Fix crash in callback and disable HCBT_CREATEWND...
2008-07-26 Jeffrey MorlanIn mkdir, don't add a backslash to the end - it can...
2008-07-26 Jeffrey Morlan- IntWriteConsoleInput: Copy the data *to* the capture...
2008-07-26 James Tabor- Attempt to initiate hook set from kernel space.
2008-07-26 Aleksey BraginJon Griffiths
2008-07-26 Aleksey Bragin- Sync with Wine (null-initializing some exported data).
2008-07-26 James Tabor- Fix boot add missing return.
2008-07-26 James Tabor- Replace Global flag.
2008-07-25 James Tabor- Fix NtUserCallMsgFilter so it initiates the hook...
2008-07-25 Hervé PoussineauCleanup code
2008-07-25 Hervé PoussineauAdd comments
2008-07-25 Hervé PoussineauReplace DPRINT/DPRINT1 by dynamic traces
2008-07-25 Hervé PoussineauNotify kernel when configuration is good
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.
next