Autosyncing with Wine HEAD
[reactos.git] / reactos / subsystems /
2008-07-05 Christoph von Wittichdon't try to dereference NULL pointers
2008-07-04 James TaborAdd two more query window types.
2008-07-04 James TaborUse PostOrSend instead of just Send. Works much better.
2008-07-04 James Tabor- Moved WM_ACTIVATEAPP calles before WM_NC/ACTIVATE...
2008-07-04 Jeffrey Morlan- BITMAP_Cleanup: Fix leak of DIBSECTION structure...
2008-07-03 James Tabor- Fixed an issue with Avira AntiVir Personal, reported...
2008-07-03 James TaborMove PostMessage out of gdi into user.
2008-07-03 James TaborFix MSVC issue.
2008-07-03 James TaborBug 972:
2008-07-02 James TaborCleanup drawing lines and curves with round rect.
2008-07-02 Jeffrey Morlan- NtGdiAlphaBlend: If hDCSrc == hDCDest and a bitmap...
2008-07-02 James TaborFix build.
2008-07-02 James TaborArc, RoundRect:
2008-07-01 James TaborArc, Ellipse:
2008-07-01 James TaborSetup drawing default to CCW not CW.
2008-07-01 James TaborAttempt to fix set palette issue. See bug 733.
2008-06-30 Jeffrey Morlan- Don't use ntdll's RtlDuplicateUnicodeString in kmode...
2008-06-30 James TaborCleanup code.
2008-06-30 James TaborFix drawing pie fill aligment.
2008-06-30 James TaborAdd and fix path calls. This allows more drawing tests...
2008-06-29 Matthias KupferRadek Liska <radekliska AT gmail DOT com>
2008-06-29 James TaborSorry fixed Ellipse, see bug 3337.
2008-06-29 James TaborArc:
2008-06-27 Jeffrey MorlanMiscellaneous console bugfixes. See Bug 3267 for details.
2008-06-27 James TaborPath needed some love Phase II:
2008-06-27 James TaborPath needed some love Phase I:
2008-06-26 Jeffrey MorlanFix messed-up colors in taskbar icons in qemu 16bpp...
2008-06-26 Christoph von Wittichdon't free a UNICODE_STRING which isn't allocated
2008-06-26 James TaborPatch by Jeffrey Morlan <mrnobo1024 at yahoo.com>:...
2008-06-25 James TaborJeffrey Morlan (mrnobo1024 at yahoo.com) - Fix ModifyWo...
2008-06-23 James TaborFix typo.
2008-06-19 James TaborPath does not work and it locks up the system with...
2008-06-19 James TaborSet default miter limit.
2008-06-18 Matthias KupferJeffrey Morlan <mrnobo1024 AT yahoo DOT com>
2008-06-17 James TaborImplement Get/SetMiterLimit, with proper float containment.
2008-06-17 James TaborFix build
2008-06-17 James TaborUpdate changes to Clip regions andregions. New support...
2008-06-17 James TaborUpdate NtUserSetSysColors.
2008-06-16 Timo KreuzerIntEngGradientFill: fix cleanup when calling the driver
2008-06-16 Timo Kreuzer- print out when process takes too much gdi handles
2008-06-14 Timo Kreuzerrevert r26384 - this is an old hack to make console...
2008-06-13 James TaborAdd notes, no code change.
2008-06-12 Timo KreuzerPatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-12 Aleksey Bragin- Fix a bug in timedate.cpl, where an incorrect color...
2008-06-12 Aleksey BraginOriol Pique <oripipa@yahoo.es>
2008-06-11 Aleksey Bragin- Revert 33689 as breaking mIRC installation.
2008-06-11 James TaborFix warnings.
2008-06-10 James TaborRetool SetSysColors and use SEH.
2008-06-10 James TaborUse server information for GetSystemMetrics.
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-09 Timo Kreuzerfix an endless loop bug
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- 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 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-06 Magnus OlsenBugFix : NtGdiPatBlt did not call on NtGdiMaskBlt when...
2008-06-06 Magnus OlsenBugFix : NtGdiBitblt follow member BitmapDest and Bitma...
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
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 James TaborNo need to do it twice.
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 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 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-06-01 James TaborStefan Ginsberg <stefan__100__ at hotmail.com> - Move...
2008-06-01 James TaborUse SetDCOwnerEx, this will allow for gracefull errors...
2008-06-01 James TaborImp NtGdiUnmapMemFont and fix NtGdiGetDhpdev.
2008-06-01 James TaborSorry again... NtGdiCreateEnhMetaFile will be converted...
2008-06-01 Timo KreuzerIntGdiLineTo: the dc pen might be deleted, don't assert...
2008-05-31 Magnus Olsenrevert my last change
2008-05-31 Magnus OlsenFixed bug in DIB_GetDIBWidthBytes
2008-05-30 James TaborThanks aicom, remove unimplemented tag.
2008-05-30 James TaborUse System Bitmap DC, like a stock object but a hDC...
2008-05-30 James TaborMove the init of server info after heap is init.
2008-05-30 James TaborModified GDIOBJ_Copy and Set owner to return bool....
next