use GET_X/Y_LPARAM as per MSDN
[reactos.git] / reactos / subsys / win32k /
2006-01-10 Alex Ionescu- Fix new msvc compilation issues in win32k due to...
2006-01-10 Christoph von Wittichanother DIB_32BPP_StretchBlt fix (patch by GreatLord)
2006-01-10 Christoph von Wittichfixed DIB_32BPP_StretchBlt
2006-01-09 Alex Ionescu- Rename some files for MSVC compatibility. Thanks...
2006-01-08 Alex Ionescu- Get the win32k beast tamed by msvc.
2006-01-08 Alex Ionescu- Remove inline assembly and use assembly files isntead...
2006-01-08 Brandon Turner* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchB...
2006-01-08 Alex IonescuFix win32k build
2006-01-07 Brandon TurnerRemove NtGdiCheckColorsInGamut as it is not an API.
2006-01-07 Brandon TurnerRemove NtGdiDeleteDC
2006-01-06 Magnus Olsenfix a typo
2006-01-06 James TaborRemoved DPRINT1, 8^D
2006-01-06 James TaborRevert, thx Thomas, wasnt sure.
2006-01-06 James TaborShould have placed extern in there.
2006-01-06 James TaborNeed extra proto.
2006-01-06 James TaborImplement NtUserGetMenuBarInfo. Tested with MPlayerC...
2006-01-06 Magnus Olsenfixed working strechblt for all dibxx now. do not say...
2006-01-05 Alex Ionescu- God is a second-hand imitation of Gé. Fix for bug...
2006-01-05 Magnus Olsenfix new strechblt code for dib32, left todo dib1, dib4...
2006-01-04 James TaborClean up and fixed NtUserGetMenuItemRect. Needs more...
2006-01-03 Magnus OlsenCommit a patch for hide and show mouse. (forget it)
2006-01-03 Magnus Olsenforget remove some test code.
2006-01-03 Magnus Olsenforget remove a calc value in the for loop it can do...
2006-01-03 Magnus OlsenRemove putpixel from strechblt and add code to write...
2006-01-03 Magnus Olsenaddding new streach code for dib8, left to add it is...
2006-01-02 Magnus OlsenThx GvG for helping put to gather a new math formula...
2006-01-02 Magnus OlsenCorrect Streachblt in windows mode, it take accunt...
2006-01-01 Magnus Olsenfix some bugs wih org with strechblt.
2006-01-01 Magnus Olsenrevert 17709 for it break streach for windows mode...
2006-01-01 Magnus OlsenFixing a small bug for hide mouse. Save the current...
2006-01-01 Magnus OlsenShowCursor, gott a internal count to show the mouse...
2005-12-30 Magnus Olsensolv the issue with mouse poiter is hide, do not show...
2005-12-30 Magnus OlsenImplement ShowCursor, it is a issue with quake when...
2005-12-30 Magnus OlsenFix a mouse bug for hide the cursor. It is working...
2005-12-30 Gé van GeldorpAnother coordinate transformation change. Fixes final...
2005-12-30 Filip NavaraFix a cut & paste error.
2005-12-30 Filip NavaraTransform correctly the coordinates.
2005-12-30 Filip NavaraTransform correctly the coordinates.
2005-12-29 Magnus OlsenPALETTE_SetMapping do not write the palette color to...
2005-12-29 Magnus OlsenNtGdiCreatePalette did not check for NULL pointer when...
2005-12-29 Magnus OlsenInitTimerImpl did not check for NULL pointer when it...
2005-12-29 Magnus OlsenFix memory leak in NtUserMonitorFromRect when it return...
2005-12-29 Magnus OlsenIntRegisterClass did not check for NULL pointer when...
2005-12-29 Magnus OlsenDRIVER_RegisterDriver did not check for NULL pointer...
2005-12-29 Magnus Olsenrevert my last code did miss POLYGONFILL_DestroyEdgeLis...
2005-12-29 Magnus OlsenFix memory leak in POLYGONFILL_MakeEdgeList when it...
2005-12-29 Magnus OlsenEngSetPointerShape did not check for NULL pointer when...
2005-12-29 Magnus OlsenDIB_CreateDIBSection fix do not zero out memmory if...
2005-12-28 Hartmut BirrCommit r20366:20368 again.
2005-12-28 Magnus Olsenupdate NtUserGetMouseMovePointsEx prototype to msdn
2005-12-28 Magnus Olsenchecking for null and correct memmroy leak part of...
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Thomas Bluemelfixed difference in signedness warnings
2005-12-27 Alex IonescuRemove the evil build-breaker mark of the devil: 't'
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-12-17 Royce Mitchell IIIprint out some useful info before we go belly-up
2005-12-13 Christoph von Wittichimplemented GetKeyboardLayoutNameW
2005-12-11 Magnus OlsenNtGdiDdQueryDirectDrawObject do not setup wrong callbac...
2005-12-11 Magnus Olsenbugfix a bsod in DD_Cleanup
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-10 Magnus OlsenBug fix DD_Cleanup thx w3seek, Implement second check...
2005-12-10 Christoph von Wittichfix uninitialized variable warning
2005-12-09 Filip NavaraAdd prototypes needed for GDI_DEBUG.
2005-12-09 Magnus Olsentake care of NtGdiDdDeleteDirectDrawObject Attempted...
2005-12-09 Magnus OlsenAdding more debug string on dx api that are being calling
2005-12-09 Magnus OlsenTake care of one BSOD in NtGdiDdCreateDirectDrawObject...
2005-12-09 Christoph von Wittichmove declaration of IntGdiExtSelectClipRgn to a win32k...
2005-12-09 Christoph von Wittichimplemented NtGdiSelectClipPath and PATH_FillPath
2005-12-09 Gé van GeldorpNever allocate 0 bytes. Fixes bug 1082.
2005-12-08 Christoph von Wittichimplemented: NtGdiAbortPath, NtGdiBeginPath, NtGdiEndPa...
2005-12-08 Magnus Olsenadding \n at end of DPRINT1 so the log are bit easy...
2005-12-08 Gé van GeldorpIt's possible to select an (indexed) palette into a...
2005-12-08 Alex Ionescu- Add flags for NtCreateProcessEx for upcoming patch.
2005-12-07 Filip NavaraFix a typo.
2005-12-07 Filip NavaraFix parameter passing in NtGdiCreateDC.
2005-12-05 Magnus Olsenadding debug trace for all dx api
2005-12-04 Gé van GeldorpLimit invalidate region if required
2005-12-04 Gé van GeldorpOnly offset the rect if it's not empty, otherwise we...
2005-12-04 Gé van GeldorpCheck the update rect, not the region. The region might...
2005-12-04 Art YerkesBroaden the lock over the whole text rendering loop...
2005-12-03 Magnus OlsenCorrect some prototypes and struct, Adding some missing...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Gé van GeldorpCommit forgotten file
2005-12-01 Gé van GeldorpGet correct window station for CSRSS
2005-12-01 Gé van GeldorpCapture window station name passed from usermode
2005-11-30 Gé van GeldorpMake GetProcessWindowStation work for CSRSS
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Brandon Turnerfixed the stretch code with some help from filip. ...
2005-11-28 Brandon Turnerfix wallpaper style center and implement tile.
2005-11-27 Brandon Turnerfall back to .default values aren't found. ntclose...
2005-11-27 Thomas Bluemelfixed uninitialized variables warnings
2005-11-27 Brandon TurnerDon't hardcode user to .DEFAULT when reading registry
2005-11-26 Casper HornstrupSpeed up compilation of win32k (again)
2005-11-26 Casper HornstrupSpeed up compilation of win32k.sys
2005-11-26 Casper HornstrupUpdate with missing symbols
2005-11-25 Brandon TurnerFix a typo in the header comments.
2005-11-25 Brandon TurnerRead the registry to set the wallpaper mode in in WinSta.
2005-11-24 Hervé PoussineauDisplay the unknown class name in error message
2005-11-23 Hartmut BirrDon't return from inside an exception handler.
2005-11-23 Hervé PoussineauIn NtUserInsertMenuItem, try to copy the whole MENUITEM...
next