Convert ROP2 to MIX when calling driver
[reactos.git] / reactos / subsys / win32k /
2005-02-05 Gé van GeldorpConvert ROP2 to MIX when calling driver
2005-02-05 Gregor AnichChange WNDOBJ implementation a bit to make the NVIDIA...
2005-01-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-29 Steven EdwardsAllow IntEngExtEscape stub to return something.
2005-01-27 Art YerkesThere is no WinSta in here.
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-26 Thomas Bluemeldon't shift the PIDs of objects so the first bit can...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Mike NordellNtGdiExtTextOut (ExtTextOut in user-mode) should now...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-19 Steven EdwardsChange UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontReso...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-15 Gé van GeldorpSpeed up 16bpp fills by a factor 2
2005-01-14 Gé van GeldorpSpeed up 8bpp fills by a factor 4
2005-01-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Gregor Anicheng/driverobj.c: DRIVEROBJ implementation.
2005-01-06 Gé van GeldorpDon't return characters is key is up
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Steven EdwardsMake NtUserSetClipboardViewer return something that...
2005-01-04 Filip NavaraDon't free the memory for LParam in NtUserPeekMessage...
2005-01-03 Gé van GeldorpReverse last change, as it causes problems for ReadCons...
2005-01-03 Gé van GeldorpSilence stupid compiler which doesn't know what it...
2005-01-03 Gé van GeldorpFind other entries besides the first too...
2005-01-03 Gé van GeldorpFix ref counting bug
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2005-01-02 Alex IonescuFix my previous patch and fix ACCESS_TOKEN being declar...
2005-01-02 Filip NavaraImplement ExtCreateRegion.
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Gé van GeldorptmHeight calculation
2004-12-30 Filip Navara- Use pvScan0 instead of pvBits as the first scan line...
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-28 Gé van GeldorpDon't return characters is key is up
2004-12-28 Gé van GeldorpSet transition state bit in WM_KEY messages
2004-12-27 Gé van GeldorpConsolidate filling of TEXTMETRICS to a single location.
2004-12-27 Filip Navara- Set last error in CreateDIBSection.
2004-12-27 Filip Navara- BitmapFormat should handle BI_BITFIELDS compression...
2004-12-26 Filip Navara- Fix size returned by NtUserGetClassInfo.
2004-12-26 Filip NavaraDceResetActiveDCEs fixes:
2004-12-25 Filip Navara- Set the popup menu flag in IntSetMenuItemInfo when...
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-24 Magnus Olsenchange NtUserChangeDisplaySettings stub so it report...
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-24 Royce Mitchell IIIIntEngGradientFill() fix ASSERT statements
2004-12-24 Alex IonescuFix building with DBG=1, OPTIMIZED=1. Patch by Stephen...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-20 Gé van GeldorpSet ownership to NULL for both cursor and mask bitmaps
2004-12-19 Thomas Bluemeluse GDI_DEBUG
2004-12-19 Mike NordellFix crash clicking desktop during setup (NULL pointer...
2004-12-19 Royce Mitchell IIImuch improved reporting on gdi handle leaks ( you must...
2004-12-19 Royce Mitchell IIIHACK: hard-coded gdi handle quotas, excepting code...
2004-12-18 Royce Mitchell IIIIntSetCursor() don't BSOD in low-resource conditions
2004-12-18 Royce Mitchell IIIdump some statistics on the gdi handle table when it...
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): fixed some double-frees I introduced...
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): improved error handling
2004-12-18 Royce Mitchell IIIIntGdiInitBrushInstance(): assume callers pass us valid...
2004-12-18 Royce Mitchell IIIEngMaskBitBlt() ASSERT instead of if(), this function...
2004-12-18 Royce Mitchell IIIadd error checking
2004-12-18 Royce Mitchell IIIBUGFIX: EngMaskBitBlt() shouldn't BSOD if Mask is NULL
2004-12-18 Royce Mitchell IIIBUGFIX: Missing error handling in IntSetDIBits()
2004-12-18 Royce Mitchell IIIBUGFIX: EngCreateBitmap() - don't call GDIOBJ_SetOwnerS...
2004-12-18 Hartmut Birr- Allocated a zero filled memory block for the font.
2004-12-18 Gé van GeldorpRollback last change
2004-12-17 Filip Navara- Fix issues with DCE clip region ownership.
2004-12-17 Gé van GeldorpPass parameters in correct order
2004-12-17 Filip Navara- Don't allow changing ownership of foreign GDI handles.
2004-12-17 Filip Navara- Fix ownership issues with DCEs.
2004-12-14 Filip Navara- Implement NtUserMonitorFromWindow.
2004-12-14 Filip Navara- Fix bug in IntCallHookProc for window classes specifi...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions
2004-12-14 Royce Mitchell IIIBUGFIX: bad params to MouseSafetyOnDrawStart() in IntEn...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngLineTo()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngGradientFill()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in EngCopyBits()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngStretchBlt()...
2004-12-14 Royce Mitchell IIIIntEngBitBlt() ASSERT() some assumptions
2004-12-14 Royce Mitchell IIIcame across small potential kmode crash while researchi...
2004-12-13 Thomas Bluemelcache free gdi handles
2004-12-13 Filip NavaraDon't pass UNICODE_STRINGs in the dwTypeData of MENUITE...
2004-12-13 Thomas Bluemeldecrement process gdi object counter on object deletion
2004-12-13 Royce Mitchell IIIBUGFIX: unhandled error conditions IntGdiCreateDC()
2004-12-13 Royce Mitchell IIIBUGFIX: get rid of an incorrect ASSERT
2004-12-13 Thomas Bluemelrevert some of the changes i did to IntDestroyWindow()
2004-12-12 Thomas Bluemelunmark dirty windows on destruction so no painting...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIIBUGFIX: NtGdiGetDeviceCaps() called NtGdiEscape() with...
2004-12-12 Royce Mitchell IIIadd missing assertion
2004-12-12 Royce Mitchell IIIBUGFIX: MouseSafety does it's own parameter validation...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Royce Mitchell IIItesting reveals that source rect must be constrained...
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Filip Navara- Don't call IntReleaseWindowObject with handle.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemeldon't leak resources
2004-12-11 Thomas Bluemelsilence some debug output
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-12-10 Thomas Bluemelfixed a bug that caused locking a not anymore existing...
next