Merge 13159:13510 from trunk
[reactos.git] / reactos /
2005-02-04 Eric Kohl- Fix WDM-GUIDs. Patch by Filip Navara.
2005-02-04 Casper HornstrupBuild twain_32, ws2help, opengl32, syssetup, urlmon...
2005-02-04 Thomas BluemelTrevor McCort implemented desktop wallpaper changing
2005-02-04 Aleksey BraginInclude usbd.sys in build of usb drivers
2005-02-04 Aleksey Braginusbd.sys implementation - done long time ago by Filip...
2005-02-04 Eric KohlImplement DelayedMove and FileExists.
2005-02-04 Mike NordellFix broken year handling.
2005-02-03 Royce Mitchell IIIcompatibility fixes
2005-02-03 Gé van GeldorpAlways create debug info (-g)
2005-02-03 Casper Hornstrup* Build midimap, netapi32, lz32, setupapi, mpr, olepro3...
2005-02-03 Gé van GeldorpAlways clean the .gch file, even if ROS_USE_PCH is...
2005-02-03 Aleksey BraginCromwell <-> PCI interface (stubs now) is taken to...
2005-02-03 Filip NavaraCorrect the library order.
2005-02-03 Casper HornstrupBuild keyboard layout DLLs
2005-02-03 Filip NavaraPrevent linking to MSVCRT in case some CRT function...
2005-02-03 Art YerkesAdd a . to an empty path to make a relative path, befor...
2005-02-02 Gé van GeldorpStore symbolic information in a .rossym section in the
2005-02-02 Casper Hornstrup* Parse .cpp, .rc, and .s files
2005-02-02 Steven EdwardsMAX_PATH is PATH_MAX on Posix
2005-02-02 Aleksey BraginMake dev node count correct, since for example Mac...
2005-02-01 Filip NavaraProtect against writes beyond the end of partition.
2005-02-01 Casper HornstrupUse automatic dependencies to mark files to be rebuilt.
2005-02-01 Filip NavaraCorrect prototype for NtGetPlugPlayEvent and use the...
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-02-01 Filip Navara- Header with declarations for NtPlugPlayControl and...
2005-02-01 Eric KohlNtDisplayString: Convert Unicode string to OEM.
2005-02-01 James TaborBut back Advpack for now.
2005-02-01 Hartmut Birr- Removed some wrong calls to MmUnlockAddressSpace.
2005-02-01 Eric KohlFirst attempt at implementing NtGetPlugPlayEvent.
2005-02-01 Eric KohlFix typos in shutdown messages.
2005-02-01 Eric Kohl- Implement SetupDiBuildClassInfoListExA, SetupDiClassG...
2005-01-31 Steven Edwardsforward stubs for Escape and GetSystemPaletteUse. Worki...
2005-01-31 James TaborRemove building of Advpack for now.
2005-01-31 Gunnar Dalsnesremove obvious duplicates
2005-01-31 Casper HornstrupGenerate automatic dependencies.
2005-01-31 Eric Kohl- Implement DoesUserHavePrivilege and EnablePrivilege.
2005-01-30 Filip NavaraForce non-inlining of ctype functions even in OPTIMIZED...
2005-01-30 Thomas Bluemelfixed warnings when compiling with DBG:=1 and OPTIMIZE:=1
2005-01-30 Eric Kohl- Implement IsUserAdmin (untested), MultiByteToUnicode...
2005-01-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-30 Filip NavaraDon't shutdown devices before flushing registry and...
2005-01-29 Gunnar Dalsnesmsvcrt: fix incorrect export
2005-01-29 Steven EdwardsAllow IntEngExtEscape stub to return something.
2005-01-29 Martin Fuchsborder for address bar
2005-01-29 Thomas Bluemelfixed compiling with optimizations
2005-01-29 Thomas Bluemelsecurely access buffers in NtSetContextThread() and...
2005-01-29 Royce Mitchell IIIremove eol whitespace
2005-01-28 Thomas Bluemeladded buffer checks to NtCreateThread()
2005-01-28 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-28 Steven Edwardssetupapi was sync'd to winehq.
2005-01-28 Thomas Bluemelsecurely access buffers in NtImpersonateThread()
2005-01-28 Thomas BluemelGetTempPathW should write an empty string to the buffer...
2005-01-28 Casper HornstrupStarted on automatic dependencies support
2005-01-28 Thomas Bluemelalso save the esi register. Thx to d_layer
2005-01-28 Thomas BluemelWhen a toolbar doesn't have the TBSTYLE_FLAT style...
2005-01-28 Eric KohlUse the service contol pipe to send a start command...
2005-01-28 Thomas Bluemelreverted my previous two commits, they are part of...
2005-01-28 Thomas Bluemelremoved double definition of Nt/ZwSecureConnectPort
2005-01-28 Thomas Bluemelremoved double definition of Nt/ZwSecureConnectPort
2005-01-28 Thomas Bluemel1. fixed InbvPutPixels() to save the ebx register which...
2005-01-28 Royce Mitchell IIIallow oring multiple DebugPort values
2005-01-28 Royce Mitchell IIIbug fix: use the requested default os when timeout...
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-27 Mike NordellHelp freeloader stop crashing from divide-by-zero,...
2005-01-27 Eric KohlCreateNamedPipeW(): Set access rights according to...
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-27 Art YerkesThere is no WinSta in here.
2005-01-27 Martin Fuchsmove address bar into top rebar
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-27 Martin Fuchsfix UNICODE command line handling for MinGW builds
2005-01-27 Martin Fuchsfix UNICODE command line handling for MinGW builds
2005-01-27 Thomas Bluemeldon't optimize reading/writing from/to vga memory away...
2005-01-27 Martin Fuchsfix typos
2005-01-27 Martin Fuchsstore startup path statically
2005-01-27 Martin Fuchsstore start URL statically
2005-01-27 Martin Fuchs- rename some Explorer strings to IBrowser
2005-01-26 Gé van GeldorpAvoid crash if import directory is messed up
2005-01-26 Aleksey BraginThis is the initial version of USB port+hub+hostcontrol...
2005-01-26 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-26 Steven Edwardsadded ibrowser to the makefile
2005-01-26 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
2005-01-26 Steven Edwardsdefine stricmp to strcasecmp for the Unix build
2005-01-26 Hartmut Birr- Fixed a crash in PAE mode and without the '/3GB'...
2005-01-26 Steven Edwardsfix resouce compiling on cross-compile
2005-01-26 Thomas Bluemelfixed typo, "fixes" bug 486
2005-01-26 Thomas Bluemeldon't return a random status code in case of probing...
2005-01-26 Thomas BluemelHeap32ListFirst() should check the number of heaps...
2005-01-26 Thomas BluemelNtCreatePagingFile() should release the captured unicod...
2005-01-26 Thomas BluemelFixed GetTempPathA/W and GetCurrentDirectoryA/W. Patch...
2005-01-26 Eric KohlRemove RtlImageNtHeader, RtlImageDirectoryEntryToData...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemelfixed usage of NtQueryDirectoryObject()
2005-01-26 Thomas Bluemelfixed NtQueryDirectoryObject() to properly handle buffe...
2005-01-26 Eric KohlReplace hardcoded values by known constants.
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-26 Thomas Bluemelsecurely access buffers in NtOpenDirectoryObject()...
2005-01-26 Alex IonescuDynamic 3GB support, part 1. Only multiboot.S remains...
next