fixed some memory leaks
[reactos.git] / reactos / subsys / win32k /
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...
2005-09-19 Filip Navara- Fix region deleting and ownership for DCEs.
2005-09-19 Filip NavaraPartial clean-up of the painting functions:
2005-09-19 Filip Navara- Move the window showing/hiding notifications from...
2005-09-19 Gunnar Dalsnes-set last error (invalid handle) in cases where handle...
2005-09-18 Gunnar Dalsnes-added better LIST_FOR_EACH macros (ripped from wine...
2005-09-18 Gé van GeldorpSet correct error code, IsWindow() depends on this
2005-09-18 Gunnar Dalsnes-remove meaningless use of winstas
2005-09-16 Gé van GeldorpHopefully the last in a series of fixes for size of...
2005-09-13 Hartmut Birr- Freed the path string for the keyboard dll.
2005-09-13 Gregor AnichImplement QUERYESCSUPPORT escape in ExtEscape (returns...
2005-09-13 Royce Mitchell IIIcopy&paste enhancement
2005-09-11 Gunnar Dalsnesfix referencing bug (ros crashed during setup if mousem...
2005-09-11 Gé van GeldorpThe system menu is allowed to have an unnamed entry...
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-10 Gé van GeldorpFix some object/handle victims. Fixes bug 765.
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
2005-09-09 Gé van GeldorpWindow handle is not valid anymore when the object...
2005-09-09 Gé van GeldorpRemove WS_VISIBLE bit from correct member
2005-09-09 Gunnar Dalsnes-cursoricon: naming changes, cleanup
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsneswindow pointer was incorrectly passed as wparam to...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-07 Gé van GeldorpMake sure memory will be freed on delete of DIB section
2005-09-07 Gunnar Dalsnesmake co_WinPosShowWindow take pWnd, not hWnd
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesprop: simplify refcounting, naming changes
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesremake refcounting
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
next