<module warnings=...>
[reactos.git] / reactos /
2005-09-10 Hervé PoussineauAdd USB drivers to bootcd
2005-09-10 Eric KohlImplement CM_Delete_Class_Key[_Ex].
2005-09-10 Eric KohlAdd RegDeleteTreeA/W prototype.
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
2005-09-09 Gé van GeldorpDon't trust the returned date/time from the BIOS. QEmu...
2005-09-09 Hervé PoussineauCompile cmd.exe as unicode
2005-09-09 Gé van Geldorpmaxlen is in characters, _cnt is in bytes.
2005-09-09 Gé van GeldorpUse max tracking size instead of maximized size to...
2005-09-09 Gé van GeldorpRestore console title after running a command
2005-09-09 Gé van GeldorpDon't assume UNICODE_STRINGs are nul terminated
2005-09-09 Gé van GeldorpConvert title from UNICODE_STRING to nul-terminated
2005-09-09 Gé van GeldorpRetVal is in bytes, so check against MAX_PATH in bytes
2005-09-09 Gé van GeldorpWindow handle is not valid anymore when the object...
2005-09-09 Gé van GeldorpRemove WS_VISIBLE bit from correct member
2005-09-09 Gunnar Dalsnes-cursoricon: naming changes, cleanup
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Hervé PoussineauChange driver name ohci.sys -> usbohci.sys
2005-09-08 Hervé PoussineauRemove warnings and allow installation of USB files...
2005-09-08 Gé van GeldorpFix double-clicking control panel items
2005-09-08 Hervé PoussineauFix build, by correcting include paths and updating...
2005-09-08 Hartmut BirrAllocate a larger storage for the request buffer. It...
2005-09-08 Hervé PoussineauAdd xml files at the right places
2005-09-08 Hartmut BirrInitialize the length in the header in LpcSendTerminati...
2005-09-08 Hervé PoussineauMove drivers to the right location
2005-09-08 Hervé PoussineauRename drivers to their right name
2005-09-08 Hervé PoussineauStart of big changes in layout of USB code. Fireball...
2005-09-08 Casper HornstrupChristoph_vW <Christoph@ApiViewer.de>:
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-08 Gé van GeldorpUnlock console on alternate return paths. Fixes bug...
2005-09-08 Gé van GeldorpCorrect notepad location
2005-09-08 Gé van Geldorpsaveliyt@mail.ru:
2005-09-08 Gé van GeldorpReserve space for The Terminator
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...
next