Add support for a new environment variable ROS_GENERATE_RSYM to disable RSYM during...
[reactos.git] / reactos /
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 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 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 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 ctype wine sync.
2008-06-04 Aleksey Bragin- Remove duplicated sscanf wrapper.
2008-06-04 James TaborNo need to do it twice.
2008-06-04 Gregor Brunmar* Fixes 14 wine tests for the edit control
2008-06-04 James TaborImplement IntGdiSetBrushOwner and IntGdiAllocObjAttr.
2008-06-04 James TaborSeparate SelectPalette function from User and move...
2008-06-04 James TaborCheck to see if the list is empty.
2008-06-03 Timo Kreuzerfix indentation
2008-06-03 Timo Kreuzerfix checks for deleted gdi objects and add GDI_DEBUG...
2008-06-03 James TaborAttempt to fix bugs 3050 and 3209. DCE list becomes...
2008-06-03 Dmitry Chapyshev- Update English translation
2008-06-03 Dmitry Chapyshev- Update all translations
2008-06-03 Colin FinckSlovak keyboard layout update by Milan Margus (malin23...
2008-06-03 Dmitry Chapyshev- Implement EnumSystemLanguageGroupsA/W
2008-06-03 Dmitry Chapyshev- Add Language Groups values
2008-06-03 Dmitry Chapyshev- More implement "Regional Options" dialog
2008-06-03 Dmitry Chapyshev- Implement EnumSystemGeoID
2008-06-03 Dmitry Chapyshev- Add geographic locations
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborUpdate Dc level structure.
2008-06-02 James TaborMove xform data from W structure into DcLevel within...
2008-06-02 Gregor BrunmarAdded dialog FNID
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-06-02 Dmitry Chapyshev- Update txtsetup languages list
2008-06-02 Dmitry Chapyshev- Add more languages
2008-06-02 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-06-01 Colin Finck- Add a test suite for ws2_32.dll
2008-06-01 Hervé PoussineauFix debug message
next