Revert last Wine sync to pidl.c, since it breaks SHGetPathFromIDListW. Fixes
[reactos.git] / reactos /
2005-08-11 Gé van GeldorpRevert last Wine sync to pidl.c, since it breaks SHGetP...
2005-08-11 Filip NavaraImplement NdisAllocatePacketPool by calling NdisAllocat...
2005-08-11 Hartmut BirrReplaced _WINBASE_ by _WINBASE_H because some headers...
2005-08-11 Eric KohlThe RpcFinally block must always be executed. Otherwise...
2005-08-11 Hartmut BirrMoved the pragma to the correct position.
2005-08-11 Hartmut BirrUse GetLocalTime instead of GetSystemTime.
2005-08-11 Hartmut BirrDon't query on batch files.
2005-08-11 Hartmut BirrClear the memory after we know that the buffer was...
2005-08-11 Hartmut Birr- Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PA...
2005-08-11 Hartmut Birr- Removed the hole pool allocation, because it needs...
2005-08-11 Hartmut BirrFixed a debug message.
2005-08-11 Hartmut BirrReenabled a debug message.
2005-08-11 Hartmut BirrImplemented (copied from NdisAllocatePacketPool) NdisAl...
2005-08-11 Hervé PoussineauRemove debug output and some useless code
2005-08-11 Hervé PoussineauAdd DIF_* codes 40 to 42.
2005-08-11 Hervé PoussineauMove usb controllers and cdrom classes parameters to...
2005-08-11 Hartmut BirrInitialized the cnt value of the file structure.
2005-08-11 Hartmut BirrDefined DbgPrint.
2005-08-11 Hartmut BirrFixed the loading of the global flag.
2005-08-11 Hartmut Birr- Open the BaseNamedObjects directory case insensitive.
2005-08-11 Hartmut BirrHonour the inheritance of a handle if it would be dupli...
2005-08-11 Hartmut BirrCall the registered exit functions if the dll is unloaded.
2005-08-11 Hartmut BirrFixed some problems if special parameters are delivered...
2005-08-11 Hartmut BirrImplemented IRP_MJ_QUERY_VOLUME_INFORMATION/FileFsDevic...
2005-08-11 Hartmut BirrReimplemented FindFirstFileEx and removed some overhead.
2005-08-11 Gé van GeldorpSync to Wine-20050725:
2005-08-11 Casper HornstrupIgnore .svn folders
2005-08-11 Steven Edwardsremove ros specific functions from public header
2005-08-11 Andrew MungerAdded TimeOut to the correct section, removed ion's...
2005-08-11 Gé van GeldorpAlexandre Julliard <julliard@winehq.org>
2005-08-11 Emanuele AlibertiModify CsrAddStaticServerThread signature.
2005-08-11 Emanuele AlibertiFix HEAD compilation.
2005-08-11 Emanuele AlibertiEmit Win32 error messages on failure.
2005-08-11 Emanuele AlibertiLPC_MESSAGE.MessageType ==> PORT_MESSAGE.u2.s2.Type
2005-08-11 Emanuele AlibertiSome guessing on the API used by server DLLs.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Steven EdwardsTrackMoveEvent is a semi-implemented not UNIMPLEMENTED...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Royce Mitchell IIIinitialize StringBuffer to NULL, as some code paths...
2005-08-11 Alex IonescuMove doc folder to media
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-10 Gé van GeldorpPhil Krylov <phil@newstar.rinet.ru>
2005-08-10 Emanuele AlibertiMinor change in two strings.
2005-08-10 Steven Edwardsenable building shell32_test. some header fixes
2005-08-10 Steven Edwardsadded shell32 tests. Not enabled just yet
2005-08-10 Gunnar Dalsnesmove WM_SYSTIMER where it belongs
2005-08-10 Gunnar Dalsnesadd missing define
2005-08-10 Magnus OlsenWindows 2000 does not always zerofill data if you are...
2005-08-10 Gunnar Dalsnesmove W32PROCESS/W32THREAD into win32\include bcause...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger...
2005-08-10 Gunnar Dalsnesfix horribly broken ftol. this fixes abiword 2.0.3
2005-08-10 Royce Mitchell IIIregistry entries to install .inf files. No clue if...
2005-08-10 Aleksey BraginFixed a typo. According to the url pointed out by Royce...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger.
2005-08-10 Emanuele AlibertiAlex Ionescu: more details about the CSR core protocol.
2005-08-10 Emanuele AlibertiChange the demo VMS subsystem definition.
2005-08-10 Emanuele AlibertiSome new internal headers (draft) to be used in the...
2005-08-10 Royce Mitchell IIIfix typo
2005-08-09 Hervé PoussineauActive functions related to interfaces enumeration...
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-09 Hartmut BirrSilence a debug message.
2005-08-09 Hartmut BirrIf the file object is for a device, we must gather...
2005-08-09 Maarten BosmaFull some additional Structs
2005-08-09 Steven Edwardsimplemented ?name@type_info@@QBEPBDXZ.msvcr and __unDNa...
2005-08-09 Gunnar Dalsnesreturn timer id for windowed timers also
2005-08-09 Hervé PoussineauImplement SetupDiGetSelectedDriverW/SetupDiSetSelectedD...
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-09 Emanuele AlibertiMinor change.
2005-08-09 Hartmut Birr- Don't try to close the thread handle twice.
2005-08-09 Hartmut Birr- Don't try to free the returned buffer from getenv.
2005-08-09 Hartmut BirrDon't use the required access rights for the object...
2005-08-09 Maarten BosmaAdd second call to DdQueryDirectDrawObject.
2005-08-09 Magnus Olsenfix a minor bug, for bad writen driver. some drv checki...
2005-08-09 Alex IonescuReturn failure if native function failed. one more...
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Magnus OlsenThx Royce3 for notice's a typo error CreateData to...
2005-08-09 Alex IonescuIt is generally considered a bad idea to dereference...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-09 Alex Ionescu- Fix NtSuspendThread: correct PreviousMode check,...
2005-08-09 Alex IonescuSigh... yet another misuse of Object Attributes. Develo...
2005-08-09 Alex Ionescuremove another invalid ObjectAttribute
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-09 Alex Ionescu- Send the pointer to the handle, not the NULL handle...
2005-08-09 Alex Ionescu- Use the actual previous mode (spotted by Thomas)
2005-08-09 Alex IonescuFix invalid Object Attributes
2005-08-09 Alex IonescuAdd some DDK limits that were missing
2005-08-09 Alex Ionescu- Fix broken loop, this fixes the WINE thread wait...
2005-08-09 Alex IonescuFix exception handling by not reseting PreviousMode...
2005-08-08 Hervé PoussineauRemove console debug output
2005-08-08 Magnus OlsenAdd a check to see if surface can be create, it return...
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Magnus Olsenfix a simple bug that I did intrudes with my last commit
2005-08-08 Hervé PoussineauI forgot to add SetupDiDeleteDeviceInfo to .spec file...
2005-08-08 Maarten BosmaFix another bug thanks to GreatLord.
2005-08-08 Hervé PoussineauImplement SetupDiBuildDriverInfoList, SetupDiOpenDevice...
2005-08-08 Hervé PoussineauChange structures used to keep information about device...
2005-08-08 Maarten BosmaFix a bug, thanks to Salamander again.
2005-08-08 Thomas Bluemeldon't dereference a NULL pointer
next