Translate partition 0 to active partition. Fixes bug 181.
[reactos.git] / reactos /
2005-09-08 Gé van GeldorpTranslate partition 0 to active partition. Fixes bug...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsneswindow pointer was incorrectly passed as wparam to...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-09-07 Gé van GeldorpMake sure memory will be freed on delete of DIB section
2005-09-07 Hartmut BirrFixed the definition of RtlUnicodeStringToCountedOemSiz...
2005-09-07 Gé van GeldorpUpdate status
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gé van GeldorpAdd AC_SRC constants
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Alex IonescuReturn correct size. This fixes bug 756
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gunnar Dalsnesmake co_WinPosShowWindow take pWnd, not hWnd
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesprop: simplify refcounting, naming changes
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesremake refcounting
2005-09-06 Alex Ionescu- Fix size functions to return the correct results...
2005-09-06 Alex Ionescu- Use Rtl macros instead of manually handling the cases.
2005-09-06 Alex Ionescu- Fix the sad sad definition of sizeof(ANSI_NULL) which...
2005-09-06 Gé van GeldorpFix release build
2005-09-06 Gé van GeldorpShut up some debug messages
2005-09-06 Alex Ionescu- Use DDK macros to speed up size calculations on singl...
2005-09-06 Alex Ionescu- Remove deprecated zwtypes.h and spread out the types...
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-06 Gunnar Dalsnesmove object.c and ssec.c into ntuser where they belong
2005-09-06 Gunnar Dalsnesforgot a file:-| sry
2005-09-06 Alex Ionescu- Add missing decoration to Zw*
2005-09-06 Alex Ionescu- Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZz...
2005-09-06 Alex IonescuA couple more fixes to prepare for the final patch
2005-09-06 Alex Ionescu- Use inlined functions like MSDDK.
2005-09-06 Alex Ionescu- Some more MSDDK/IFS compatibility fixes.
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpCorrect eol-style and remove unused file
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpImport from vendor drop
2005-09-05 Gé van GeldorpDelete existing objsel to prepare for vendor import
2005-09-05 Hartmut BirrRevert my last commit.
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Hartmut Birr- Copy the map registers to the buffer only, if they...
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpAlexandre Julliard <julliard@winehq.org>
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpSync to Wine-20050830:
2005-09-05 Gé van GeldorpFix compilation when ENABLE_VALIDATE_POOL is defined
2005-09-05 Gé van GeldorpThe kernel extension is really a EXTENDED_DEVOBJ_EXTENS...
2005-09-05 Hervé PoussineauFix the build. TIB field in KIPCR structure is named...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-09-04 Alex Ionescu- Define NTSYSAPI and NTSYSCALLAPI
2005-09-04 Alex Ionescu- Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition
2005-09-04 Alex Ionescu- Fix typo in NDK
2005-09-04 Hervé PoussineauFix SetComputerNameA/W. They were sending a bad paramet...
2005-09-04 Alex Ionescu- Fix incompatible IO_STACK_LOCATION definition in...
2005-09-04 Hervé PoussineauFix definition of STDCALL. Thanks Alex
2005-09-04 Hervé PoussineauAlex prefers that we don't locally define structures...
2005-09-04 Hervé PoussineauAllow compilation of npfs driver with MSVC
2005-09-04 Hervé PoussineauAllow compilation of fs_rec driver with MSVC
2005-09-04 Hervé PoussineauDon't double-define KEBUGCHECK(EX)
2005-09-04 Hervé PoussineauImplement SetComputerNameExA/W
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-09-04 Alex Ionescu- Disable two tests since the Balance Set Manager isn...
2005-09-04 Filip NavaraGet correct physical address in HalpGrowMapBuffers.
2005-09-04 Eric KohlImplement CM_Get_Class_Name_ExA.
2005-09-04 Magnus Olsenfix bug 739 can not create file notepad newfile.txt
2005-09-04 Magnus OlsenRevers the change after reboot it did carcgh for me...
2005-09-04 Eric Kohl- Enclose GUID in curly brackets.
2005-09-04 Magnus Olsenremove some hardcode buffer value. The dymatic buffer...
2005-09-04 Filip NavaraFix the return value of HalReadDmaCounter at the end...
next