stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos /
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Alex Ionescu- Fix HAL build.
2005-12-01 Alex Ionescu- Add some more misc. public definitions and fix exfunc...
2005-12-01 Thomas Bluemeldon't tell the user the device is working properly...
2005-12-01 Gé van GeldorpCommit forgotten file
2005-12-01 Thomas Bluemelfixed refreshing the advanced properties on device...
2005-12-01 Gé van GeldorpGet correct window station for CSRSS
2005-12-01 Gé van GeldorpCapture window station name passed from usermode
2005-12-01 Gé van GeldorpFactor out probe and capture code from private ntoskrnl...
2005-12-01 Hervé PoussineauLink video miniports to videoprt library only
2005-12-01 Thomas Bluemelhandle device updates in the advanced property pages...
2005-12-01 Thomas BluemelPatch by Sylvain Petreolle <spetreolle@yahoo.fr>
2005-12-01 Thomas Bluemel- display whether the device is enabled or disabled
2005-12-01 Gé van GeldorpNotify main thread in case of exception
2005-12-01 Gé van GeldorpWINSTA_ALL_ACCESS is now defined in winuser.h
2005-12-01 Thomas Bluemel- hide devices if necessary
2005-12-01 Hervé PoussineauDon't write outside the array in SetupDiGetClassDevProp...
2005-12-01 Thomas Bluemelset the MaximumLength in ProbeAndCaptureUnicodeString
2005-11-30 Christoph von Wittichfixed the build options for different configurations
2005-11-30 Thomas Bluemelfixed querying the automatic daylight-savings information
2005-11-30 Gé van GeldorpMake GetProcessWindowStation work for CSRSS
2005-11-30 Christoph von Wittichadded PCH support
2005-11-30 Christoph von Wittich-moved files into correct dir
2005-11-30 Thomas Bluemelrename dhcpcapi.dll to dhcpcsvc.dll
2005-11-30 Christoph von Wittichfix macro redefinition when compiling with msvc
2005-11-30 Hartmut BirrDon't check for RequestedOptions if a trailing slash...
2005-11-30 Andrew MungerDefine __NO_CTYPE_INLINES so release npfs will build...
2005-11-30 Thomas Bluemelimplemented SetupDiGetClassDevPropertySheetsA
2005-11-30 Thomas Bluemelfixed call to SetupDiGetClassDevPropertySheets
2005-11-30 Gé van GeldorpAlex Buell <alex.buell@munted.org.uk>:
2005-11-30 Hervé PoussineauFinish implementation of SetupDiGetClassDevPropertyShee...
2005-11-30 Thomas Bluemeldisplay "Unknown" as status when querying the device...
2005-11-30 Thomas Bluemelforgot to commit this change
2005-11-30 Thomas Bluemel- support remote device property sheets
2005-11-30 Martin Fuchssprintf_s1
2005-11-30 Martin FuchsXML-encode characters below 0x20
2005-11-30 Christoph von Wittichfix linker options
2005-11-30 Alex Ionescu- Implement remaining functions in rtl/i386/math_asm.S
2005-11-30 Steven Edwardsa few more porting fixes
2005-11-30 Alex Ionescu- Remove NTSYSAPI/NTSYSCALLAPI definitions from NDK...
2005-11-30 Alex Ionescu- Disable inlining of more string functions in MSVC...
2005-11-30 Alex Ionescu- Define _CTYPE_DISABLE_MACROS for MSVC build.
2005-11-30 Steven Edwardsand remove the defines from here for _CRT_* backward...
2005-11-30 Steven Edwardsdefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING...
2005-11-30 Steven Edwards'precomp.h' -><precomp.h>
2005-11-30 Christoph von Wittichadded more correct linker flags (patch by brezenbak)
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-30 Ged Murphyput MEAN_AND_LEAN in correct place. Fixes build on...
2005-11-30 Christoph von Wittichfix some problems in patch from brezenbak
2005-11-30 Martin Fuchsstruct FileHolder to encapsulate _tfopen/_tfopen_s()
2005-11-29 Thomas Bluemelpreliminary comment out the self-modifying code for...
2005-11-29 Hartmut BirrCleanup isn't necessary after calling the driver in...
2005-11-29 Thomas Bluemelfixed some more warnings
2005-11-29 Gé van GeldorpAdd command line shutdown utility to build
2005-11-29 Thomas Bluemelproperly capture the file name in NtQueryDirectoryFile
2005-11-29 Hartmut BirrAllocate the memory for the search pattern in kernel...
2005-11-29 Martin Fuchsintegrate replacement function for SHBindToParent()
2005-11-29 Martin FuchsAdjust for Visual Studio 2005:
2005-11-29 Martin Fuchscorrect _com_ptr usage
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-29 Thomas Bluemelfix comment in RtlPrefetchMemoryNonTemporal
2005-11-29 Thomas Bluemelfixed registry querying code in Ki386SetProcessorFeatures
2005-11-29 Martin Fuchsswitch to standard conform CRT function names
2005-11-29 Gé van GeldorpSamuel Serapióega <samcharly@hotmail.com>:
2005-11-29 Royce Mitchell IIIenhance generated msvc projects - patch by Brezenbak
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-29 Christoph von Wittichfix warning
2005-11-29 Christoph von Wittichfixed some warnings when compiling with msvc
2005-11-29 Thomas Bluemelanother hack to get reactos to build again
2005-11-29 Alex Ionescu- Fix the build (patch by Thomas Weidenmueller)
2005-11-28 Nathan WoodsRegedit: Implemented accelerator keys
2005-11-28 Thomas Bluemeloops, I didn't mean to commit that...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-28 Gé van GeldorpFix the fix to RtlFindMessage
2005-11-28 Thomas Bluemelfixed some warnings
2005-11-28 Alex Ionescu- Remove inlined gas assembly + c code mix in math...
2005-11-28 Gé van GeldorpRe-import wmc from Wine
2005-11-28 Gé van GeldorpRemove outdated wmc
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-28 James TaborFix header includes.
2005-11-28 Brandon Turnerfixed the stretch code with some help from filip. ...
2005-11-28 Gé van GeldorpNo use in building the targets just to immediately...
2005-11-28 Royce Mitchell IIIappend "_auto" to dsp and vcproj filenames to not confl...
2005-11-28 Brandon Turnerdevmgr.exe changed to devmgrapp.exe
2005-11-28 Thomas Bluemelalso scroll the selection
2005-11-28 Thomas Bluemelscroll the console properly instead of repainting it
2005-11-28 Thomas Bluemelfix no newline at end of file warning
2005-11-28 Royce Mitchell IIIfix linux builds - sorry
2005-11-28 Thomas Bluemelfixed some warnings
2005-11-28 Thomas Bluemelminor fixes
2005-11-28 Brandon Turnerfix wallpaper style center and implement tile.
2005-11-27 Art YerkesCase changes for file names to unbreak unix build.
2005-11-27 Nathan WoodsRegedit: Partially implemented Find/Find Next
2005-11-27 Thomas Bluemelmore light-weight gui consoles that don't double-buffer...
2005-11-27 Brandon Turnerfall back to .default values aren't found. ntclose...
2005-11-27 Royce Mitchell IIImove xml.h/cpp and ssprintf.h/cpp up a directory, make...
2005-11-27 Gé van GeldorpTell others to leave our port alone
2005-11-27 Royce Mitchell IIIadd simplified version of XMLLoadFile() - preparation...
next