reactos.git
2008-06-14 Colin FinckDon't use MenuCleanupRosMenuItemInfo for an array of...
2008-06-13 Colin FinckRevert parts of r33578:
2008-06-13 Matthias Kupfer- german translation of explorer completed
2008-06-13 James TaborAdd notes, no code change.
2008-06-13 Timo KreuzerMSDB KB 145994 (support.microsoft.com/?scid=kb%3Ben...
2008-06-13 Thomas BluemelRevert 33953. This is completely wrong! WINE doesn...
2008-06-13 Dmitry Chapyshev- Implement AddCommasW
2008-06-12 Thomas BluemelAdd missing definitions
2008-06-12 Timo KreuzerPatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-12 Thomas BluemelLookup DrawCaptionTemp () only once during startup
2008-06-12 Thomas BluemelFix call to DrawCaptionTemp ()
2008-06-12 Aleksey Bragin- Fix a bug in timedate.cpl, where an incorrect color...
2008-06-12 Aleksey Bragin- Formatting cleanup for the previously patched functions.
2008-06-12 Aleksey BraginOriol Pique <oripipa@yahoo.es>
2008-06-12 Aleksey Bragin- Fix two bugs in MiDoMappedCopy: MI_MAPPED_PAGES is...
2008-06-12 Aleksey Bragin- Prevent a misunderstanding: kdHandleException means...
2008-06-12 Daniel ReimerUpdated Wordpad, XCopy, WInhlp32 to WIne 1.0rc4
2008-06-12 Daniel ReimerUpdated Winefile to Wine 1.0rc4.
2008-06-12 ReactOS Portable... - We now implement more proper context switching.
2008-06-12 Thomas BluemelUse band styles provided by the IDeskBand interface
2008-06-12 Thomas BluemelMore IBandSite support code
2008-06-12 ReactOS Portable... - We now implement a super-basic (and probably broken...
2008-06-11 ReactOS Portable... - We now implement a skeleton framework for context...
2008-06-11 ReactOS Portable... - We now make appropriate space on the stack to save...
2008-06-11 ReactOS Portable... - Fix build on ARM:
2008-06-11 Matthias Kupfer- minor fix of german wordpad menu entry
2008-06-11 Aleksey Bragin- Fix build.
2008-06-11 Aleksey Bragin- Fix typos in NDK structures.
2008-06-11 Aleksey Bragin- Unregress KDBG: It has to increment EIP in case of...
2008-06-11 Aleksey Bragin- Revert 33689 as breaking mIRC installation.
2008-06-11 Aleksey Bragin- Completely rewrite most of stdio functions by merging...
2008-06-11 James TaborFix warnings.
2008-06-11 Thomas BluemelMore IDeskBar support
2008-06-11 Thomas BluemelImprove IBandSite support a bit
2008-06-11 Thomas BluemelFix a small bug
2008-06-10 James TaborRetool SetSysColors and use SEH.
2008-06-10 Eric KohlEnable the user to modify the profile information of...
2008-06-10 James TaborUse server information for GetSystemMetrics.
2008-06-10 Colin FinckMatthias Kupfer (matthias DOT kupfer AT informatik...
2008-06-10 James TaborFix build, add float to long union for dword transfer.
2008-06-10 James TaborMove NtGdiAngleArc to arc.c.
2008-06-10 James TaborMove AngleArc out of stubs.
2008-06-10 Thomas Bluemelshlwapi.dll is already loaded, no need to use LoadLibrary
2008-06-10 Thomas Bluemel- Don't lookup DrawCaptionTempA/W by ordinal but rather...
2008-06-10 Thomas BluemelDo a more correct check in EDIT_IsInsideDialog ()
2008-06-09 Timo Kreuzerfix an endless loop bug
2008-06-09 Gregor BrunmarFixed four more winetests, code taken from wine again
2008-06-09 Gregor BrunmarFixed 11 winetests for edit boxes based on code from...
2008-06-09 Timo Kreuzeradd simple TTF icon to fontview
2008-06-09 James Tabor- Fix Ellipes, for Filip Navara, nice work!
2008-06-08 James TaborMove old pie code into arc.
2008-06-08 Aleksey Bragin- Update dciddi.h header based on Magnus's patch.
2008-06-08 Pierre SchweitzerSynced shlwapi_winetest.exe with Wine HEAD
2008-06-08 Pierre SchweitzerSySynced shlwapi.dll with Wine HEAD
2008-06-08 Dmitry Chapyshev- Remove duplicate code
2008-06-08 Eric Kohl- User properties:
2008-06-08 Hervé PoussineauFix debug message
2008-06-08 Dmitry Chapyshev- Add gdiplus test to bootcd
2008-06-08 Dmitry Chapyshev- Add wine test for gdiplus
2008-06-08 Magnus Olsenadd dummy test for dciman32 for now, real test will...
2008-06-08 Aleksey Bragin- Magnus: Reformat clip.c source code to better match...
2008-06-08 James TaborUpdate NtUserInitializeClientPfnArrays add additional...
2008-06-08 Timo KreuzerFix some region leaks: GdiSelectVisRgn copies the regio...
2008-06-07 Eric KohlReal fix for the broken netapi32.dll.
2008-06-07 Eric KohlFix for broken netapi32.dll.
2008-06-07 Eric Kohl- Group properties: Display the SID of well-known members.
2008-06-07 Hervé PoussineauWrite the complete error message to debug log, instead...
2008-06-07 Aleksey Bragin- Cleanup leftovers and bugs from GreatLord's fix....
2008-06-07 Magnus OlsenBugFix : NtGdiStretchDIBitsInternal
2008-06-07 Magnus Olsenfix one winetest for Bitmap and add note why some alpha...
2008-06-07 Magnus OlsenFixed Alphablend crash in win32k
2008-06-07 Aleksey Bragin- Revert 33881, PatBlt may be buggy, but what was intro...
2008-06-07 Magnus Olsendisable NtGdiPatBlt code, in some case it can cause...
2008-06-07 Magnus Olsenrevert some change I did in r33877 for buch.c object...
2008-06-07 James TaborThis does fix bug 3237. I've run this patch for two...
2008-06-07 Magnus Olsensmall cleanup thx irc: aicom for notice this.
2008-06-07 Magnus Olsenadd a NULL check in IntGdiInitBrushInstance if XlateObj...
2008-06-07 Magnus OlsenBitBlt
2008-06-06 Magnus OlsenBugFix : NtGdiPatBlt did not call on NtGdiMaskBlt when...
2008-06-06 Magnus OlsenBugFix : NtGdiBitblt follow member BitmapDest and Bitma...
2008-06-06 Aleksey Bragin- Fix KDBG's EIP munging.
2008-06-06 Aleksey Bragin- Fix a major bug while closing a process that was...
2008-06-06 Aleksey Bragin- Change the registry name from Registry to REGISTRY...
2008-06-06 Aleksey Bragin- Update RtlIsTextUnicode (fixes some ntdll rtlstr...
2008-06-06 Dmitry Chapyshev- Sync tahoma fonts with wine head
2008-06-06 Aleksey Bragin- Update many parts of CRT, and misc cleanup.
2008-06-06 Aleksey Bragin- Move scanf.c into strings, it belongs there.
2008-06-06 Aleksey Bragin- Fix a typo.
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-05 Magnus Olsencommit 33747 did remove almost all redirect to ntdll...
2008-06-05 Timo Kreuzerpatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-05 Timo Kreuzerco_MsqTranslateMouseMessage:
2008-06-05 Timo KreuzerIntEngGradientFill: don't assert, if no CLIPOBJ is...
2008-06-04 James TaborThis should do it for pen. Tested the same with wine...
2008-06-04 James TaborSorry, I should have spotted this when I was in here...
2008-06-04 Timo Kreuzer- fix mem leak when failing to create an extpen with...
2008-06-04 James TaborPrevent a crash if the list is empty and check for...
2008-06-04 Aleksey Bragin- libcntpr does not need console/file versions of scanf.
2008-06-04 Aleksey Bragin- Fix crtdll build.
2008-06-04 Aleksey Bragin- Misc cleanup of kmtest.
next