- Add more defines from Wine.
[reactos.git] / reactos /
2008-01-10 Aleksey Bragin- Add more defines from Wine.
2008-01-10 Gregor BrunmarAdded self to CREDITS :)
2008-01-10 Timo KreuzerUpdate German Translation of kernel32 errorcodes by...
2008-01-10 Aleksey BraginChristoph Brill <egore@gmx.de>
2008-01-10 Aleksey BraginChristoph Brill <egore@gmx.de>
2008-01-10 James TaborRemoved Enhmeta code from win32k.
2008-01-10 Christoph von Wittichadd cpu.inf
2008-01-10 James TaborAdd member items for meta clipping region and bounding...
2008-01-10 James TaborSee msdn2.microsoft.com/en-us/library/aa293810(VS.60...
2008-01-09 Aleksey Bragin- Fix a typo, spotted by Johannes Anderwald.
2008-01-09 Aleksey Bragin- Make WaitNamedPipe (copied from the new implementatio...
2008-01-09 Colin FinckIf W32kGetDefaultKeyLayout() is called before a user...
2008-01-09 Ged Murphyadd a temp debug output whilst we're still walking...
2008-01-09 Ged Murphyforgot to remove the assert
2008-01-09 Ged Murphy- Fall back onto some of the previous win32k icon handl...
2008-01-09 Christoph von Wittichadd Internet Explorer registry entries (now Visio 2003...
2008-01-09 Ged Murphysorry, I deleted the wrong entry
2008-01-09 Christoph von Wittichadd missing forwarders
2008-01-09 Ged Murphyremove duplicate entry
2008-01-09 Hervé PoussineauAdd 'const' when needed
2008-01-09 Dmitry Chapyshev- Update Russian translation
2008-01-09 Daniel ReimerBug 2944: Polish translation: part 4/4 - Dll by Olaf...
2008-01-09 James TaborUpdate SetMetaRgn, UpdateColors, ResizePalette and...
2008-01-08 Colin FinckRemove the (already commented) BINRES icons as taskmgr...
2008-01-08 Colin FinckGet rid of much more duplicated code in taskmgr (patch...
2008-01-08 Colin FinckAlso create the temporary directory if it does not...
2008-01-08 Colin Finck- Don't stop processing the keyboard layouts, when...
2008-01-08 Hervé PoussineauUpdate _ros.diff file after r31673
2008-01-08 Christoph von Wittichfix downloader!
2008-01-08 Daniel ReimerRevert Manifest Commits due to popular demand. They...
2008-01-08 Daniel ReimerBug 2943: Ukrainian translation update
2008-01-08 Hervé PoussineauBy default, display ERROR level debug output
2008-01-08 Hervé PoussineauFix debug message
2008-01-08 Hervé PoussineauNo need to link to ntdll for such a simply functionality
2008-01-08 Daniel ReimerBug 2942: Ukrainian translation update (temarez<AT...
2008-01-08 Hervé PoussineauAdd debug trace
2008-01-08 James TaborAdd layout support for CreateCompatibleDC.
2008-01-08 Timo Kreuzerchange gdi object deleting mechanism to a windows compa...
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2008-01-07 Hervé PoussineauFix build
2008-01-07 Hervé PoussineauLink to wine library, as we're using wine debug macros
2008-01-07 Hervé PoussineauAdd traces
2008-01-07 Colin FinckWin32k:
2008-01-07 Dmitry Chapyshev- Apply patch from GedMurphy
2008-01-07 Hervé Poussineau[FORMATTING] Fix indentation
2008-01-07 Dmitry Chapyshev- Fix buffer overflows
2008-01-07 Aleksey Bragin- Don't include ntsecpkg.h for now. If it's needed...
2008-01-07 Dmitry Chapyshev- Fix typos
2008-01-07 Dmitry Chapyshev- Add locale information to registry
2008-01-07 Colin FinckFix the indentation mess in "settings.c" as well
2008-01-07 Colin FinckFix the indentation mess in "usetup.c"
2008-01-07 Aleksey Bragin- Add declaration for KdChangeOption exported native...
2008-01-07 Hervé PoussineauUpdate irot.idl
2008-01-07 Dmitry Chapyshev- Add Russian translation
2008-01-07 Dmitry Chapyshev- Added ACP, OEMCP and MACCP keys to registry
2008-01-07 Aleksey Bragin- WIDL Wine vs. ReactOS differences.
2008-01-07 Aleksey Bragin- Change incorrect rpcrt4's synchronous operation back...
2008-01-07 Hervé PoussineauUse kernel facilities to change debug level at runtime
2008-01-07 Dmitry Chapyshev- Add ANSI, OEM and MAC codepage to MUI_LANGUAGE structure
2008-01-06 Johannes Anderwald- alter keyboard layout when a non default language...
2008-01-06 Thomas BluemelFix handling of WM_COMMAND messages
2008-01-06 Aleksey Bragin- Add a sample, commented out line to simplify enabling...
2008-01-06 Aleksey Bragin- Add ros-specific changes patch.
2008-01-06 Aleksey Bragin- Update rpcrt4 to Wine-20080105, so it corresponds...
2008-01-06 Art YerkesRemoved library.
2008-01-06 Art YerkesSome cleanup. Didn't mean to turn on debug in mminit.
2008-01-06 Daniel ReimerFinal commmit with manifests for now. I did not touch...
2008-01-06 Art YerkesWhoops got some WIP code in here.
2008-01-06 Art YerkesStraggler.
2008-01-06 Art Yerkest's a bit embarrasing that some of this was undone...
2008-01-06 Daniel ReimerMore Manifests and now all relevant Apps are Skinned...
2008-01-06 Aleksey Bragin- Add rpcasync.h from wine and include it.
2008-01-06 James TaborFix regression in RealizePalette. Send broadcast messag...
2008-01-06 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-06 James TaborRemoved NtGdiExtTextOut/PolyTextOut. Update related...
2008-01-05 Daniel ReimerBug 2935: Polish translation part 3/x and the rest...
2008-01-05 Hervé PoussineauAdd ntdllsys library to contain the syscalls of ntdll.dll
2008-01-05 Aleksey Bragin- Merge 31498 (include define guard fix).
2008-01-05 Aleksey Bragin- WIDL from Wine-20080105, with 2 ReactOS-specific...
2008-01-05 James TaborFixed regression in RealizePalette, found by Stefan100.
2008-01-05 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-05 Hervé PoussineauBe compatible with MS Windows 2003 SP1 syscall list
2008-01-05 Hervé PoussineauAdd NtRenameKey prototype
2008-01-05 Pierre SchweitzerZero memory before use
2008-01-05 Colin FinckAttempt to fix build :)
2008-01-05 Magnus Olsenadd #ifndef _DDRAWGDI_ so we can use this file more...
2008-01-05 Aleksey Bragin- Fix possible handle leak.
2008-01-05 James TaborFix inverse sort for rects.
2008-01-04 Ziliang GuoContinue with editing of documentation.
2008-01-04 Hervé PoussineauAdd hlink.dll and schannel.dll to bootcd
2008-01-04 The Wine SynchronizerAutosyncing with Wine HEAD
2008-01-04 Hervé PoussineauAutosyncing with Wine HEAD
2008-01-04 Christoph von Wittichadd Active Setup\HTML Help entries to registry
2008-01-04 Christoph von Wittichadd RPC entries to registry
2008-01-04 Christoph von Wittichadd DirectX version information to registry
2008-01-04 Christoph von Wittichadd baseaddress for mscoree
2008-01-04 Christoph von Wittichadd mscoree headers from wine
2008-01-04 Christoph von Wittichadd baseaddress for schannel.dll
2008-01-04 Christoph von Wittichupdate header with definitions from wine
2008-01-04 James TaborAdd graphics device structure.
next