Fix a typo.
[reactos.git] / reactos / subsys / win32k /
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.
2005-10-20 James TaborTesting MPlayerC.exe, start implementing GetMenuBarInfo...
2005-10-17 Gé van GeldorpForgot to change comment. Thanks to Royce3 for pointing...
2005-10-17 Gé van GeldorpEverything must come to an end, even the desktop window...
2005-10-17 Gé van GeldorpShould have committed this along with r18529
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-10-15 Gé van GeldorpMake sure we don't hang forever when activating a windo...
2005-10-14 Gé van GeldorpGoplat <mrnobo1024@yahoo.com>:
2005-10-13 Gunnar Dalsnesmake classes use session wide atom table. should fix...
2005-10-13 Gé van GeldorpUse the pitch provided by FreeType. Fixes bug 894.
2005-10-12 Gé van GeldorpSend window-bound timers to the correct message queue
2005-10-12 Gé van GeldorpWorkaround for bug 899
2005-10-12 Martin FuchsFix for Bugzilla Entry 641 - patch from j_anderw at...
2005-10-09 Magnus OlsenFix DD_Cleanup that will make Contry Strike not crashin...
2005-10-07 Magnus Olsenbasic NT4 DirectDraw implemet and it is untested
2005-10-07 Magnus OlsenFix release build uninitialized
2005-10-07 Magnus OlsenRemove more stub from ntdraw and implement it, (unteste...
2005-10-06 Magnus OlsenNtGdiDdGetAvailDriverMemory
2005-10-05 Magnus OlsenNtGdiDdCreateDirectDrawObject
2005-10-05 Magnus Olsenactivate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does...
2005-10-05 Martin Fuchspartial implementation of ShowWindowAsync() using the...
2005-09-30 Hartmut Birr- Fixed the font size in IntGdiAddFontResource.
2005-09-27 Thomas Bluemelfixed uninitialized variable warnings
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-25 Filip NavaraUse the correct size variables in co_IntCreateWindowEx.
2005-09-25 Filip Navara- Intersect the paint rectangle in NtUserBeginPaint...
2005-09-24 Gé van GeldorpThis NtGdiCreateCompatableDC misspelling has annoyed...
2005-09-24 Hartmut BirrSet the MaximumLength of the returned string in IntGetF...
2005-09-24 Hartmut BirrDo also alert the mouse thread in UserAcquireOrReleaseI...
2005-09-24 Filip NavaraPort the system message queue WM_MOUSEDOWN coalesce...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-23 Gé van GeldorpFix RtlQueryAtomInAtomTable and add regression tests
2005-09-23 Gé van GeldorpDon't use uninitialized var
2005-09-22 Gé van GeldorpReturn atom length when requested. Fixes bug 793.
2005-09-21 Thomas Bluemelfixed differences in signedness warnings
2005-09-21 Filip NavaraIndentation fix.
2005-09-21 Filip NavaraIncomplete support for WS_EX_TRANSPARENT, should fix...
2005-09-20 Filip NavaraRestore the pre-r17946 UserGetAncestor behaviour and...
2005-09-20 Filip Navara- SetParent shouldn't destroy menus.
2005-09-20 Filip NavaraDon't return NULL regions from DceGetVisRgn.
2005-09-20 Filip NavaraSupport GCW_ATOM in GetClassLong.
2005-09-20 Filip NavaraFix the order of window style setting.
2005-09-19 Gé van Geldorp- Add ctrl support to (most) keyboard layouts. Only...
next