- Implement generic list PageUp/PageDown
[reactos.git] / reactos / subsystems /
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
2008-05-02 Magnus Olsenfix a typo in function DxEngGetHdevData the sub functio...
2008-05-02 Magnus OlsenFixed some struct member positions in EDD_DIRECTDRAW_GLOBAL
2008-05-01 Magnus OlsenThx fireball to found the real issue with dxg.sys why...
2008-05-01 Magnus Olsenremove some debug data that was double. it is not longe...
2008-05-01 Magnus OlsenBugfix ntoskrnl : IoBuildAsynchronousFsdRequest the...
2008-05-01 Magnus OlsenFixed DRIVER_FUNCTIONS this struct are being passdown...
2008-05-01 Magnus Olsenadd regkey HKLM\SYSTEM\CurrentControlSet\Control\Graphi...
2008-05-01 Magnus OlsenDo not double set value that have already been set...
2008-05-01 Magnus OlsenFixed a smaller bug in intEnableReactXDriver
2008-04-30 Timo Kreuzer- DxEngGetHdevData: return a DWORD_PTR instead of a...
2008-04-29 Aleksey Bragin- All DxEng APIs are STDCALL. The only possible excepti...
2008-04-29 James TaborImplement DxEngSetDCOwner, add stub for IntGdiSetDCOwnerEx.
2008-04-29 James TaborUpdate DxEngSetDCOwner and add owner masks.
2008-04-28 Magnus Olsenupdate intEnableReactXDriver with more code
2008-04-27 Magnus OlsenGetting the pain in the ass api DxDdCreateDirectDrawObj...
2008-04-27 Magnus Olsenadd new : define a new flags for edd_directdraw_global...
2008-04-27 Magnus Olsenadd DD_VIDEOPORTCALLBACKS it mean directx video port...
2008-04-27 Magnus Olsenms dxg.sys can now found and execute GetAvailDriverMemo...
2008-04-27 Magnus Olsenadding more code for init the drv in intEnableReactXDriver
2008-04-27 Magnus Olsenno new code, only fixed some more members in EDD_DIRECT...
2008-04-27 Magnus OlsenEDD_DIRECTDRAW_GLOBAL mark out ddSurfaceCallbacks is...
2008-04-26 Magnus OlsenBugFix : EDD_DIRECTDRAW_GLOBAL put ddCallbacks in...
2008-04-26 Magnus Olsenfinish proting of intEnableDriver from ReactOS 0.3...
2008-04-26 Magnus OlsenAdd : started port in intEnableDriver from reactos...
2008-04-26 Magnus Olsenremove some debug output it is not longer need it.
2008-04-26 Magnus Olsenfixed bit more in the struct EDD_DIRECTDRAW_GLOBAL,
2008-04-26 Magnus OlsenBugfix : EngDeleteSemaphore one line patch by Samuel...
2008-04-26 Magnus Olsenfixed : we do not longer losing the hdev for ms dxg.sys
2008-04-25 Magnus Olsenadding more debug output for dx
2008-04-25 Timo KreuzerULONG -> SIZE_T
2008-04-25 Timo KreuzerULONG -> SIZE_T for ZwAllocateVirtualMemory and MmMapVi...
2008-04-25 Timo Kreuzerfix cast of pointer: ULONG -> ULONG_PTR
2008-04-25 Timo Kreuzerfix EngAllocUserMem parameter
2008-04-23 Magnus Olsenstart setup edd directdraw local
2008-04-21 James TaborImplemented DxEngGetRedirectionBitmap. Fixed GdiGetSetC...
2008-04-21 Magnus OlsenDxDdStartupDxGraphics
2008-04-20 Magnus Olsenfix another stack crouptions for wrong prototype
2008-04-20 Magnus OlsenLet DxEngScreenAccessCheck() always return true for...
2008-04-20 Magnus Olsenadd dump of edd_directdraw_global
2008-04-20 Magnus Olsentake pfnDxDdCanCreateSurface offline for now
2008-04-20 Magnus Olsenadd two hack so dxg.sys continue works for now.
2008-04-20 Magnus Olsenfixed 3 diffent bug for ms dxg.sys
2008-04-19 Magnus Olsenadded 3 more correct prototype for dxeng.c
2008-04-19 Magnus Olsendo not assert if DPRINT1("Object->cExclusiveLock =...
2008-04-19 Magnus Olsenadd tempory hack for alloc EDD_DIRECTDRAW_GLOBAL for...
2008-04-19 Magnus Olsenfixed stack corutions for dxeng api they do not have...
next