Registry entries for shell folders
[reactos.git] / reactos / subsys / win32k /
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...
2005-11-23 Christoph von Wittichfixed bug 888 (menus created by application itself...
2005-11-23 Christoph von Wittichfix bug 838 (Sol.exe is missing it's menubar)
2005-11-22 Brandon Turnercopy back both POINTS to make a RECT
2005-11-20 Casper HornstrupRemove support for performance tests since that never...
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-18 Thomas Bluemelfixed uninitialized variable warnings
2005-11-18 Art YerkesFixed skipped events from keyboard:
2005-11-16 Gé van GeldorpAdd some SEH protection (not complete yet)
2005-11-16 Gé van GeldorpStartScan is always in BOTTOM_UP sense for GetDIBits
2005-11-16 Gé van GeldorpAlways pad scanlines to multiples of 4 bytes for DIBs
2005-11-16 Gé van GeldorpPass correct masks when creating bitfield palette
2005-11-12 Gé van GeldorpSet time field in timer messages too
2005-11-12 Gé van GeldorpSet mouse position in timer messages
2005-11-10 Casper HornstrupBuild win32k_test
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-04 Gregor AnichImplement (Int)EngAlphaBlend and 8, 16, 24 and 32 bpp...
2005-11-03 Gé van GeldorpRevert r18836, it breaks the explorer start menu (bug...
2005-11-02 Gé van GeldorpReturn character heights instead of cell heights in...
2005-10-31 Hervé PoussineauBig move of driver input stack to a Plug-and-Play model:
2005-10-31 Hervé PoussineauRewrite mouclass, so it can now handle more than one...
2005-10-30 Gregor AnichAdd IntEngAlphaBlend and NtGdiAlphaBlend functions...
2005-10-28 Gé van GeldorpFirst send WM_ACTIVATE, then WM_SETFOCUS
2005-10-28 Gé van GeldorpProperly return window state
2005-10-24 Gé van GeldorpWorkaround for icon stretching. Makes icons in title...
2005-10-24 Gé van GeldorpSmall fixes to 1bpp->1bpp stretching
2005-10-24 Magnus Olsenprepare the rest of directdraw syscall using cache...
2005-10-24 Magnus Olsenprepare some directdraw syscall using cache info, that...
2005-10-24 Magnus Olsenupdate the intddraw.h so it use some struct that was...
2005-10-23 Filip NavaraCall CLIPPING_UpdateGCRegion every time we update clip...
2005-10-22 Gé van GeldorpUse MaxPos instead of MaxTrackingPos when "restoring...
2005-10-21 Gé van GeldorpMake FindWindow case insensitive. Fixes bug 919.
next