Implement support for MSG_PEEK.
[reactos.git] / reactos / subsystems /
2008-05-31 Magnus Olsenrevert my last change
2008-05-31 Magnus OlsenFixed bug in DIB_GetDIBWidthBytes
2008-05-30 James TaborThanks aicom, remove unimplemented tag.
2008-05-30 James TaborUse System Bitmap DC, like a stock object but a hDC...
2008-05-30 James TaborMove the init of server info after heap is init.
2008-05-30 James TaborModified GDIOBJ_Copy and Set owner to return bool....
2008-05-29 Magnus Olsenpatch by Jeffrey Morlan ( email : mrnobo1024 at yahoo...
2008-05-29 Timo Kreuzerremove hFirstBitmap from the WIN_DC_INFO struct, wasn...
2008-05-29 James TaborUse server information structure for system colors.
2008-05-29 James TaborUpdate NtUserBitBltSysBmp.
2008-05-29 Daniel ReimerBug 3282: Spanish and Basque translation by Javier...
2008-05-29 Timo Kreuzersorry forgot this one
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-28 Timo Kreuzer(Nt)GdiFlushUserBatch:
2008-05-28 Timo KreuzerDCOrg is in device coordinates, fix a comment accordingly
2008-05-28 Timo KreuzerEngLineTo: if pco == NULL use a private clip object...
2008-05-28 Dmitry Chapyshev- Update Russian translation
2008-05-28 Timo KreuzerEngCreateClip must allocate CLIPGDI, not only CLIPOBJ
2008-05-28 Timo Kreuzer[FORMATTING]
2008-05-28 Timo Kreuzer[FORMATTING]
2008-05-28 James TaborNtUserSetWindowFNID is needed for supporting NtUserGetC...
2008-05-27 James TaborRename and add new internal functions.
2008-05-26 James TaborRemoved NtGdi rect calls.
2008-05-26 James TaborFix the rest too....
2008-05-26 James TaborWhy are we deleting prgnVis after setting it up? Wine...
2008-05-26 Johannes Anderwald- check if its a primary monitor before calculating...
2008-05-25 Gregor Brunmar* Changed to correct signature of NtUserGetClassName()
2008-05-23 Magnus OlsenFixed at typo from me thx Daniel Zimmermann (netzimme...
2008-05-23 James TaborAdd more data for extended clip object.
2008-05-23 Magnus OlsenImplemtened : NtUserGetTitleBarInfo
2008-05-23 James TaborRemoved w.flags from dc.h update all related.
2008-05-23 James TaborMove W structure back into dc.h and added the clip...
2008-05-23 James TaborRemoved unused code from Arc. Removed old saveLevel...
2008-05-22 Timo Kreuzerfix a cast and indentation
2008-05-22 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-22 Timo Kreuzerimplement SPI_GET/SETSTICKYKEYS, SPI_GET/SETFILTERKEYS...
2008-05-22 Magnus Olsenimplemented GetTitleBarInfo in user32 it works now...
2008-05-21 James TaborFix behavior if bmi null in NtGdiCreateDIBSection....
2008-05-20 Timo Kreuzer- Fix wrong debug output when a process is terminated...
2008-05-20 Johannes Anderwald- monitor device name start with "\\.\\DISPLAY<number...
2008-05-20 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-19 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-19 Aleksey Bragin- Ugly hack about corrupted KernelData pointer, which...
2008-05-18 Hervé PoussineauFree memory only we allocated it
2008-05-15 James TaborAdd Client and Color transform objects.
2008-05-15 James TaborImplement Delete/CreateColorSpace and Get/SetColorSpace.
2008-05-13 James TaborWe have Brush Attributes already define in ntgdihdl...
2008-05-13 James TaborImplement NtGdiSetVirtualResolution, SetSizeDevice...
2008-05-13 Gregor BrunmarNtUserBuildHwndList() returns NTSTATUS, not ULONG....
2008-05-13 James TaborAdded W32PF and Brush flags. Fixed IntGdiExtCreatePen...
2008-05-13 Timo Kreuzerfix build, sorry
2008-05-13 Timo Kreuzer- fix a pointer to INT cast
2008-05-12 Timo Kreuzerconvert another pointer calculations to FIELD_OFFSET...
2008-05-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
2008-05-11 Timo Kreuzerpatch by hyperion: convert pointer calculations with...
2008-05-11 Timo Kreuzeruse "%p" to DPRINT a pointer instead of casting it...
2008-05-11 Timo Kreuzer- Use InterlockedExchangePointer instead of Interlocked...
2008-05-11 Timo Kreuzera "real" InterlockedExchangePointer wants PVOID* and...
2008-05-11 Magnus OlsenRemove old hack I implmeneted in NtGdiCreateBitmap...
2008-05-11 James TaborImplement some stubs.
2008-05-11 James TaborPoint out ParentWindowHandle for HWND_MESSAGE.
2008-05-10 Aleksey Bragin- Get rid of duplicated (and different) NB_LAST_STOCK...
2008-05-10 Magnus Olsenfixing a memory overwrite bug I miskate intrudes
2008-05-10 Magnus Olsenimplement DC_BITMAP for GetStockObject.
2008-05-10 Magnus Olsenrevert r33403 for it break abiword
2008-05-10 Magnus Olsen1. remove hack in NtGdiCreateBitmap
2008-05-09 Johannes Anderwald- when menu position cannot be found insert new item...
2008-05-08 Hervé PoussineauDon't depend of UNICODE/_UNICODE
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-05-08 Johannes Anderwald- check if the requested MenuItem object was really...
2008-05-07 James TaborAdding more than one video device.. We need to fix...
2008-05-07 Timo KreuzerUserCreateHeap: use SIZE_T for parameter, also use...
2008-05-07 Timo Kreuzerremove unimplemented IntDrawCaret from caret.h
2008-05-07 Timo Kreuzer(Nt)UserGetWindowDC returns a HDC, not a DWORD
2008-05-06 Timo Kreuzerremove PalIndexed from dc struct
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-05-06 Magnus Olsenstarted cleanup object/dc.c
2008-05-06 Timo Kreuzerrename 2nd parameter of NtUserGetClipboardData from...
2008-05-06 James TaborQuick implementation of DxEngCreateMemoryDC and DxEngCl...
2008-05-06 James TaborWin32k:
2008-05-05 Magnus Olsenbye bye DXG_GET_INDEX_FUNCTION
2008-05-05 Magnus Olsenpatch from Stefan Ginsberg stefan__100__at hotmail...
2008-05-05 James TaborImplement XxxRedrawDesktop for Dx, needs testing.
2008-05-05 Aleksey Bragin- Revert 33274, except the change in GetDisplayNumberFr...
2008-05-05 Aleksey Bragin- Fix a few DxEng APIs without proper calling conventio...
2008-05-05 James TaborImplement IntGdiReferencePdev and part of IntGdiUnrefer...
2008-05-04 James TaborImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThr...
2008-05-04 Magnus Olsenremove more of no working macro DXG_GET_INDEX_FUNCTION
2008-05-04 Magnus Olsenfixed NtUserEnumDisplaySettings bug inside IntEnumDispl...
2008-05-04 Magnus OlsenSpeed optimize NtUserEnumDisplaySettings bit by remove
2008-05-04 Magnus OlsenNtUserEnumDisplaySettings
2008-05-04 Magnus OlsenBugfix : NtGdiDdDeleteDirectDrawObject thx irc : stefan...
2008-05-04 Magnus OlsenFixed a stupied bug inside intEnableReactXDriver, we...
2008-05-03 James TaborFix DxEngCreateMemoryDC, GetDesktopDC and DeleteDC.
2008-05-03 Magnus OlsenBugfix : DRVFN gaEngFuncs one row was wrong thx irc...
2008-05-03 Magnus Olsenimplemented partly DxEngGetDesktopDC
2008-05-02 Magnus OlsenFixed the last regress I intdues for loading ms dxg...
2008-05-02 Magnus Olsenre adding a small hack for edd_directdraw_globalk getti...
2008-05-02 Magnus Olsenfixed a small regress for 3 boot i did by mistake intru...
2008-05-02 Magnus Olsencleanup the startup process allot
next