- Fix warnings
[reactos.git] / reactos /
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Magnus Olsenupdate the english text for type
2005-07-27 Magnus Olsenadd /P as param for Type, from PCDOS by Brandon Turner
2005-07-26 Filip NavaraDo not dereference NULL pointers and this time for...
2005-07-26 Filip NavaraDo not dereference NULL pointers.
2005-07-26 Thomas Bluemelimplemented GetNamedSecurityA/W and SetNamedSecurityInf...
2005-07-26 Hartmut Birrreverted last change
2005-07-26 Thomas Bluemel- implemented GetSecurityInfo and SetSecurityInfo which...
2005-07-26 Thomas Bluemeladded an initial MARTA provider (only two functions...
2005-07-26 Hartmut BirrLock the handle table if we trying to get a pointer...
2005-07-26 Hartmut BirrUsed IoQueryFileInformation and IoSetInformation instea...
2005-07-26 Hartmut BirrSilence debug messages.
2005-07-26 Hartmut Birr- Remove the permanent flag from an object if ObInserOb...
2005-07-26 Hartmut BirrAcquire always the apc lock if we are modifying the...
2005-07-26 Hartmut Birr- Forgot one change to KeAcquireSpinLockAtDpcLevel.
2005-07-26 Hartmut Birr- Fixed the broken implementation of KeFlushQueueApc.
2005-07-26 Filip NavaraYet another fix to WinPosActivateOtherWindow, we should...
2005-07-26 Filip NavaraDon't steal foreground window focus from other applicat...
2005-07-26 Filip NavaraFix reverting of focus to owner windows.
2005-07-26 Filip NavaraAdd check for global handles to NtGdiDeleteDC, this...
2005-07-26 Filip NavaraDon't use DeleteDC on DC handles returned by GetDC.
2005-07-26 Filip NavaraImplement ValidateRect.
2005-07-26 Alex Ionescu- Allow file debug prints to happen at IRQL > DISPATCH_...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Thomas Bluemeladd uxtheme.dll and objsel.dll to the bootcd
2005-07-26 Thomas Bluemelshow the object picker dialog when clicking the Add...
2005-07-26 Thomas Bluemelimport objsel.dll from wine-20050726
2005-07-26 Magnus Olsenupdate the En.rc for del by Brandon Turner and me
2005-07-26 Magnus OlsenImplement /S /F and code clean up by Brandon Turner
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-07-26 Filip NavaraFix some bugs in DIB mapping code to prevent instant...
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
2005-07-26 Filip NavaraDon't allow setting menu for child windows in IntSetMenu.
2005-07-26 Filip Navara#include "csrss.h" -> #include <csrss.h>
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-26 Alex Ionescu- Fix compilation if redzone detection is diabled.
2005-07-26 Alex Ionescu - Don't try to get the length of a possibly empty...
2005-07-25 Alex Ionescu - Message Queue Fix, resolves a number of application...
2005-07-25 Aleksey BraginFix stupid typo-mistake, which lead to allocating only...
2005-07-25 Filip NavaraBuild Wine DLLs without the UNICODE and _UNICODE defini...
2005-07-25 James TaborAdded more Wine MDI functions. I've tested these for...
2005-07-25 Filip NavaraMiscellaneous header fixes (packing and TCHAR stuff).
2005-07-25 James TaborPatch by Robert Shearman rob@codeweavers.com, Use GdiGe...
2005-07-24 Eric KohlFix grammar of the size_is attribute so that size_is...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-24 Hartmut Birr- Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STA...
2005-07-24 Hervé PoussineauDon't compare GUID strings with wcsicmp, but compare...
2005-07-24 Hartmut BirrFixed the memory allocation in EngCreateEvent.
2005-07-24 Hervé PoussineauPatch by Andrey Korotaev <unC0Rr@inbox.ru>: Fix scrolli...
2005-07-24 Eric KohlImplement CM_Get_Device_ID_List_Size_ExA, CM_Get_Device...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile instead of NtQueryInformatio...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-23 Steven Edwardsdont try to buid font.c as its a empty file for now
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-23 Eric Kohl- Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_S...
2005-07-23 Eric Kohl- Fix offset calculation bug in the ProcFormatString.
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-23 Thomas Bluemelexport LsaLookupSids which is required by aclui.dll
2005-07-23 Thomas Bluemelregedit should be installed in %SystemRoot% directly
2005-07-23 Hartmut BirrIf a page fault occurs in user mode, we must deliver...
2005-07-22 Magnus Olsenlast mins bug fix frirc nick jjkola, Jyrki Jaakkola...
2005-07-22 Magnus Olsenirc nick jjkola, Jyrki Jaakkola <jjkola@email.com...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemeldeclare RtlDuplicateUnicodeString
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-22 Thomas Bluemelprobe the pointers in _MmCopyFromCaller and _MmCopyToCa...
2005-07-22 Steven Edwardssome fixes for the host gcc4 on FC4
2005-07-22 Eric KohlForgot to commit this file.
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-21 Eric KohlMake IoGetDeviceObjectFromDeviceInstance work without...
2005-07-21 Eric KohlAdd parameter checks.
2005-07-21 Hartmut BirrInitialized all stack related values.
2005-07-21 Maarten BosmaCreated the d3d8thk makefile and a internal header...
2005-07-21 Magnus Olsenfix bug in date if the input arg are not right dateform...
2005-07-21 Magnus Olsenfix a small bug, write out time like HH:MM:SS,ms as...
2005-07-21 Hartmut BirrSet MmUserProbeAddress and MmHighestUserAddress accordi...
2005-07-21 Magnus OlsenFix copy /B filename + , , bug (touch)...
2005-07-21 Magnus OlsenUpdate with right reactos logo by mf
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-07-21 Magnus Olsenadd touch to copy by Brandon Turner
2005-07-21 Alex Ionescu- Freetype Update to 2.1.10. Reduces memory usage,...
2005-07-21 Alex Ionescu - Fix "cd" usage when the initial directory is a direc...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Thomas Bluemelfixed kdbg build
2005-07-20 Magnus Olsenfix more cmd goto bugs. found labels bugs, and search...
2005-07-20 Magnus Olsenfix another bug in goto it is internel label :eof jump...
2005-07-20 Magnus Olsenfix one bug with cmd goto so WBAT will work bit more...
2005-07-20 Alex Ionescu - Final fix.
2005-07-20 Alex Ionescu - Fix one more breakage (funny, the thing built withou...
2005-07-20 Alex Ionescu - Fix afd build for real (sorry...rbuild...)
2005-07-20 Alex Ionescu - Fix AFD Build.
next