msvc2k5 build files
[reactos.git] / reactos /
2006-01-13 Royce Mitchell IIImsvc2k5 build files
2006-01-13 Royce Mitchell IIImsvc2k5 compatibility fix
2006-01-13 Steven EdwardsThis screws up my grep and is not used anymore
2006-01-13 Steven Edwardsguard the private header
2006-01-13 Thomas BluemelpszGroupName in EnumServicesStatusEx() can be NULL
2006-01-13 Ged Murphysubmit correct icon this time
2006-01-13 Alex IonescuAcquire dispatcher lock if we're going to be expanding...
2006-01-13 Alex IonescuFix typos
2006-01-13 Ged Murphy- Split up the icon resources so each start menu entry...
2006-01-13 Alex IonescuFix boost loop
2006-01-12 Christoph von Wittichadded missing explorer-uk.rc (spotted by temarez@yandex.ru)
2006-01-12 Thomas Bluemeldon't use a bitmap font to draw the text in the graphs...
2006-01-12 Alex IonescuSet KernelApcPending == TRUE in KiCheckForKernelApcDeli...
2006-01-12 Alex Ionescu- Unfsck NtGdiExtCreatePen (thanks Christopher).
2006-01-12 Christoph von Wittichadded sk kbd layout to registry patch by Malin <malin23...
2006-01-12 Alex IonescuTask Manager enhs & fiexs <Pablo <pborobia@gmail.com>
2006-01-12 Christoph von Wittichadded/updated spanish translations by samwise52 <samcha...
2006-01-12 Thomas Bluemelfixed maximum wait time in EnterCriticalPolicySection
2006-01-12 Thomas Bluemelremove incorrect comment that was accidentally copied
2006-01-12 Thomas Bluemelimplemented WaitForUserPolicyForegroundProcessing(...
2006-01-12 Christoph von Wittichadded Ukranian translations by temarez <temarez@yandex...
2006-01-12 Alex Ionescu Temporarly disable a correct bugcheck in order to...
2006-01-12 Thomas Bluemelfixed a memory leak in EnterCriticalPolicySection()
2006-01-12 Thomas Bluemel- implemented RefreshPolicy() and RefreshPolicyEx()
2006-01-12 Thomas Bluemelimplemented EnterCriticalPolicySection() and LeaveCriti...
2006-01-12 Alex IonescuDon't release dispatcher lock in ExpBoostThread, we...
2006-01-12 Alex IonescuTemporaily disable kernel stack deletion so head is...
2006-01-12 Thomas Bluemeluse a default security descriptor for the group policy...
2006-01-12 James TaborClean up warning for SafeIconImage might be uninitializ...
2006-01-12 Steven Edwardsremove the libxml2 docs. They are wasting space
2006-01-12 Thomas Bluemelimplemented GetModuleHandleExA/W(), LdrAddRefDll()...
2006-01-12 Alex Ionescu- Add the ktrap_frame hack back because it's still...
2006-01-12 Alex Ionescu- Remove deprecated file.
2006-01-12 Thomas Bluemelremove unused $Id tags
2006-01-12 Thomas Bluemelpartial implementation of AuthzInitializeContextFromSid...
2006-01-12 Thomas Bluemelminor fixes and use a .spec file
2006-01-12 Thomas Bluemelfixed uninitialized variable warning
2006-01-12 Thomas BluemelFix code assuming that the Reg* functions set the last...
2006-01-11 Alex Ionescu- Rewrite usermode callbacks. These changes should...
2006-01-11 Hartmut Birr- We cannot access the OwnerTable without locking the...
2006-01-11 Thomas Bluemel- partially implemented RegisterGPNotification() and...
2006-01-11 Hervé PoussineauRewrite IoGetDeviceInterfaces: no more memory leaks...
2006-01-11 Hervé PoussineauAdd DEVICE_INTERFACE_INCLUDE_NONACTIVE constant
2006-01-11 Ged Murphyredo the toolbar and app icons and a few other minor...
2006-01-11 Alex Ionescu- Fix probably one of the most devastating hidden ROS...
2006-01-11 Thomas Bluemeladd the GET_MODULE_HANDLE_EX_* flags
2006-01-11 Christoph von Wittichmake_msvcX_install_[config] patch by Brezenbak
2006-01-11 Alex Ionescu- Fix more bugs in usercall_asm.S.
2006-01-11 Alex Ionescu- Fix some bugs in KiCallUserMode (as of yet unused).
2006-01-11 Alex Ionescu- Implement (although non-optimally) MmGrowKernelStack...
2006-01-11 Alex Ionescu- Fix accidental build breakage.
2006-01-11 Alex Ionescu- Fix MmCreateKernelStack to actually take into account...
2006-01-11 Alex Ionescu- Remove KiServiceCheck and implement PsConvertToGuiThr...
2006-01-11 Alex Ionescu- Move MmGrowKernelStack to mm/process.c with the other...
2006-01-11 Alex Ionescu- New asm definitions for future use.
2006-01-11 Ged Murphyuse GET_X/Y_LPARAM as per MSDN
2006-01-10 Ged MurphyUse WM_CONTEXTMENU for shortcut menu. Thanks Thomas :)
2006-01-10 Gé van GeldorpWRC doesn't understand the "Default"
2006-01-10 Ged Murphy- popup menu on right click
2006-01-10 Alex Ionescu- Fix new msvc compilation issues in win32k due to...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-10 Christoph von Wittichanother DIB_32BPP_StretchBlt fix (patch by GreatLord)
2006-01-10 Christoph von Wittichfixed DIB_32BPP_StretchBlt
2006-01-10 Christoph von Wittichadded msvc_clean and msvc_clean_all (patch by Brezenbak)
2006-01-10 Martin Fuchsibrowser: display download progress in percent
2006-01-10 Gé van GeldorpOlder binutils don't understand qword ptr
2006-01-10 Hartmut BirrRelease the dispatcher lock after KiUnblockThread.
2006-01-10 Hartmut BirrDon't remove the WaitEntry twice (in KiInsertQueue).
2006-01-09 Hartmut BirrMark the timer as removed (in KiExpireTimers).
2006-01-09 Hartmut Birr- Fixed KiExitDispatcher.
2006-01-09 Gé van GeldorpPrepare front-end for saving settings
2006-01-09 Thomas Bluemelallow warnings for gcc4
2006-01-09 Gé van Geldorpicmp.dll doesn't have a DllRegisterServer entry point
2006-01-09 Christoph von Wittichadded icmp.dll to bootcd
2006-01-09 Gé van GeldorpFix building of icmp_main.c
2006-01-09 Christoph von Wittichadded icmp to build (does not compile yet, GvG will...
2006-01-09 Christoph von Wittichadded some stubs (Photoshop CS seems to work now)
2006-01-09 Royce Mitchell IIIsynchronize differences between numberf, wnumberf,...
2006-01-09 Thomas Bluemelfixed growing the buffer
2006-01-09 Alex Ionescu- Rename some files for MSVC compatibility. Thanks...
2006-01-09 Alex Ionescu- Make ACPI use PCH. Cuts down compile time to 9 second...
2006-01-09 Ged Murphyfix msvc warnings
2006-01-09 Gé van GeldorpPut in some UI logic
2006-01-09 Thomas Bluemelfixed desired access rights in GetFileSecurityW
2006-01-08 Christoph von Wittichmake GedMurphy happy
2006-01-08 Alex Ionescu- Get the win32k beast tamed by msvc.
2006-01-08 Ged Murphyimplement list refreshing and program exit
2006-01-08 Brandon TurnerFix tab complete bugs, including 1238.
2006-01-08 Alex Ionescu- Remove inline assembly and use assembly files isntead...
2006-01-08 Hervé PoussineauDisplay the error message only in case of... error
2006-01-08 Ged MurphyMake the toolbar a bit more attractive.
2006-01-08 Gé van GeldorpObtain DHCP info from DHCP client service
2006-01-08 Brandon TurnerCheck for NULL char and not '\' ;)
2006-01-08 Alex Ionescu- Forgot this file for msvc build
2006-01-08 Brandon TurnerCheck to see if we are at the end of the string even...
2006-01-08 Klemens Friedlaltered several year numbers from "2005" to "2006"
2006-01-08 Gé van Geldorp- Scream a little louder about unimplemented IOCTL...
2006-01-08 Christoph von Wittichfixed two bugs (spotted by w3seek)
2006-01-08 Gé van GeldorpDon't close the pipe, we need it for the next client
2006-01-08 Brandon Turner* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchB...
next