only define DPRINT macro if the compiler can handle __VA_ARGS__
[reactos.git] / reactos /
2005-10-17 Christoph von Wittichonly define DPRINT macro if the compiler can handle...
2005-10-17 Martin FuchsFix for Bugzilla entry 904: activated the "not yet...
2005-10-17 Martin Fuchsfix for Bugzilla entry 900 by mrnobo1024 at yahoo.com...
2005-10-17 Christoph von Wittichfixed "index out of range"
2005-10-17 Martin Fuchsfix a few taskbar context menu bugs including Bugzilla...
2005-10-17 Christoph von Wittichremoved HeapFree because of unexpected behaviour
2005-10-17 Martin Fuchsremove some unused special handling code and comments
2005-10-17 Christoph von Wittichfix compile with gcc
2005-10-17 Hervé PoussineauAdd PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
2005-10-17 Christoph von Wittichadded missing HEAP_ZERO_MEMORY
2005-10-17 Christoph von Wittichfix regedit to compile with MSVC
2005-10-17 Christoph von Wittichfix some headers to compile with MSVC
2005-10-17 Martin Fuchs- move shortcut comment texts into string resources
2005-10-17 Christoph von Wittichdestroy window handles when program terminates
2005-10-17 Hervé PoussineauFix IoGetDeviceProperty, which should never return...
2005-10-16 Christoph von Wittichset eol-style:native
2005-10-16 Christoph von Wittichstarted implementation of msconfig tool
2005-10-16 Magnus Olsenforget add Ja.rc to rundll32.rc
2005-10-16 Magnus OlsenUpdate directx header and correct more info.
2005-10-16 Eric KohlFix typos and remove trailing whitespace.
2005-10-16 Christoph von Wittichfixed some typos
2005-10-16 Eric KohlFix [out, size_is, unique] parameter issues.
2005-10-16 Hartmut BirrInvalidate the start value if start key doesn't exist.
2005-10-16 Hervé PoussineauSorry, most devices were reinstalled at each boot,...
2005-10-16 Hartmut BirrImplemented SMART commands for ide devices.
2005-10-16 Hervé PoussineauRemove registry entries for class installers we don...
2005-10-16 Hartmut Birr- Do only read the pci config header. Some devices...
2005-10-16 Hervé PoussineauImplement SetupDiDestroyDriverInfoList
2005-10-16 Eric Kohl- Add samsrv.dll stub.
2005-10-16 Gunnar Dalsnesfix buffer overflow
2005-10-16 Gunnar Dalsnesfix two buffer overflows
2005-10-16 Gunnar Dalsnesfix buffer overflow
2005-10-16 Gunnar DalsnesRtlInitUnicodeString is only legal with nullterminated...
2005-10-15 Hartmut BirrAllocated buffers from non paged pool for all user...
2005-10-15 Christoph von Wittich* added a lot of stack-size information to *.def files
2005-10-15 Eric Kohl- CreateServiceW: Calculate the Dependency length.
2005-10-15 Hartmut BirrFixed the definition of PDEV_INSTALL_W.
2005-10-15 Martin FuchsWinefile:
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenSpanish translation By HUMA2000
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus Olsenfix no end waring
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Magnus OlsenJapanese translation by tsk email tsk_n@mail.goo.ne.jp
2005-10-15 Christoph von Wittich* set eol-style:native
2005-10-15 Gé van GeldorpMake sure we don't hang forever when activating a windo...
2005-10-15 Magnus Olsenforget remove struct _SURFACEALIGNMENT for it have...
2005-10-15 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-15 Magnus Olsenset eol-style : native
2005-10-15 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-14 Christoph von Wittich* add Security.dll (redirects all calls to secur32...
2005-10-14 Gé van GeldorpInclude kernelmode routines in stack backtrace
2005-10-14 Christoph von Wittich*add some more stubs for Virtual DOS Machine Debug...
2005-10-14 Hervé PoussineauFix the HKLM\SYSTEM\CurrentControlSet\Services\Tcpip...
2005-10-14 Ged Murphy- Implement -r Calling route.exe for output
2005-10-14 Gé van GeldorpAttach to correct process before messing around with...
2005-10-14 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-14 Thomas BluemelFixed the declarations of GetFileVersionInfoSizeA/W...
2005-10-14 Gé van GeldorpOnly whitespace changes, no logic
2005-10-14 Hervé PoussineauAdd missing files to bootcd
2005-10-14 Hervé PoussineauRemove entries that are created by netcfgx.dll
2005-10-14 Hervé PoussineauAdd netcfgx.dll
2005-10-14 Gé van GeldorpGoplat <mrnobo1024@yahoo.com>:
2005-10-14 Hervé PoussineauTransform pci.sys to a Plug-and-Play driver.
2005-10-14 Hervé PoussineauBig Plug-and-Play patch for ReactOS:
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-14 Hervé PoussineauProcess AddReg directive in main section to install
2005-10-14 Hervé PoussineauTransform ReactOS to a Plug-and-Play system. Step 1...
2005-10-14 Hervé PoussineauImplement SetupDiCreateDevRegKeyW and SetupDiOpenDevRegKey
2005-10-14 Gé van GeldorpFix tab/space mess
2005-10-14 Hervé PoussineauDon't always return STATUS_BUFFER_TOO_SMALL when an...
2005-10-14 Gé van GeldorpIdentify the process in ThreadExtraInfo
2005-10-14 Gé van Geldorptsk <tsk_n@mail.goo.ne.jp>:
2005-10-14 Gé van GeldorpDon't install Winefile icon on desktop, it's already...
2005-10-14 Gé van GeldorpMike <mikeonthecomputer@gmail.com>:
2005-10-13 Magnus Olsenremoved hard-coded comdlg filter from desk.cpl and...
2005-10-13 Aleksey Bragincmd, taskmgr and userinit translations by FooDerGrosse...
2005-10-13 Gunnar Dalsnesmake classes use session wide atom table. should fix...
2005-10-13 Hervé PoussineauCall specified class installer (if any) in SetupDiCallC...
2005-10-13 Thomas Bluemelproperly reset the reference counter in ExReInitializeR...
2005-10-13 Gé van GeldorpUse the pitch provided by FreeType. Fixes bug 894.
2005-10-13 Hervé PoussineauFix sublang IDs:
2005-10-13 Hervé PoussineauIopGetBusTypeGuidIndex: Fix an infinite loop
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-12 Gé van GeldorpSend window-bound timers to the correct message queue
2005-10-12 Thomas Bluemelset eol-style to native
2005-10-12 Gunnar Dalsnesadd stubs to make clamwin run. by Christoph_vW
2005-10-12 Thomas Bluemelfixed difference in signedness warning
2005-10-12 Hervé PoussineauIn DevInstallW:
2005-10-12 Gé van GeldorpWorkaround for bug 899
2005-10-12 Gé van GeldorpTerminate the new environment with a NULL pointer
2005-10-12 Martin FuchsFix for Bugzilla Entry 641 - patch from j_anderw at...
2005-10-12 Hervé PoussineauFix SetupDiGetDeviceRegistryPropertyA, which should...
2005-10-11 Hervé PoussineauSend the right LocaleId to device stack when querying...
2005-10-11 Gunnar Dalsnesnullterm correct string in strndup
next