Fix a couple of problems with FreeLDR portability.
[reactos.git] / reactos / subsystems /
2008-02-04 Christoph von Wittichalways return Request->Status;
2008-02-04 Johannes Anderwald- fix error status
2008-02-04 Johannes Anderwald- insert new entry when required
2008-02-04 Johannes Anderwald- implement GetConsoleAlias* AddConsoleAlias function...
2008-02-04 Timo Kreuzer- recurse into IntGdiDeleteDC directly, instead of...
2008-02-04 Timo Kreuzer- simplify a check
2008-02-04 Timo Kreuzer- remove GDIOB_XxxDbg functions
2008-02-03 Timo Kreuzerfix a DC handle leak
2008-02-03 Daniel ReimerGerman Translations by Dark_Shadow@gmx.at
2008-01-30 Christoph von Wittichtranslate some GreatLordish comments in something more...
2008-01-26 Ged Murphyfix typo
2008-01-26 Ged Murphy- fix number of params in 3 win32k syscalls
2008-01-26 Christoph von Wittichthe address of gpDxFuncs will always evaluate as true
2008-01-22 Daniel ReimerBIIG RC File Update.
2008-01-21 James TaborFix static.
2008-01-21 Daniel ReimerBug 2984 / Bug 2986 some spanish translations By Marc...
2008-01-18 James TaborEnable
2008-01-18 James TaborFix logic in IntGdiDeleteDC with permanent set.
2008-01-18 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-17 Daniel ReimerContinue of my try to get all RCs in Sync.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-11 Aleksey BraginDmitry Philippov <shedon@mail.ru>
2008-01-10 James TaborRemoved Enhmeta code from win32k.
2008-01-10 James TaborAdd member items for meta clipping region and bounding...
2008-01-10 James TaborSee msdn2.microsoft.com/en-us/library/aa293810(VS.60...
2008-01-09 Colin FinckIf W32kGetDefaultKeyLayout() is called before a user...
2008-01-09 Ged Murphyforgot to remove the assert
2008-01-09 Ged Murphy- Fall back onto some of the previous win32k icon handl...
2008-01-09 Ged Murphysorry, I deleted the wrong entry
2008-01-09 Ged Murphyremove duplicate entry
2008-01-08 James TaborAdd layout support for CreateCompatibleDC.
2008-01-08 Timo Kreuzerchange gdi object deleting mechanism to a windows compa...
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2008-01-07 Colin FinckWin32k:
2008-01-06 James TaborFix regression in RealizePalette. Send broadcast messag...
2008-01-06 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-06 James TaborRemoved NtGdiExtTextOut/PolyTextOut. Update related...
2008-01-05 James TaborFixed regression in RealizePalette, found by Stefan100.
2008-01-05 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-04 Ziliang GuoContinue with editing of documentation.
2008-01-04 James TaborAdd graphics device structure.
2008-01-03 Magnus Olsencleanu dxeng.c
2008-01-02 James TaborFix DxEngGetHdevData.
2008-01-02 Ziliang GuoMore documentation fixes
2008-01-02 James TaborFix DxEngSetHdevData.
2008-01-02 James TaborAdd tests and comments to IntPrepareDriver.
2008-01-02 James TaborAdd new dxdd support members to gdi device structure.
2008-01-02 Magnus Olsenimplement DxEngIncDispUniq
2008-01-02 Magnus Olsenpartly implement DxEngSetHdevData
2008-01-02 Magnus Olsenfixed DxEngCleanDC protoype
2008-01-02 Magnus Olsenimplement DxEngLockShareSem
2008-01-02 Ziliang GuoFinish editing all the documentation in ntddraw.
2008-01-02 Ziliang GuoGrammar and spelling corrections for the documentation...
2008-01-01 Magnus Olsenadding documentations for DxEngGetDCState
2008-01-01 James TaborUpdate DxEngGetDCState and fix retun val for HDEV.
2008-01-01 Hervé PoussineauBugcheck if no miniport driver is available
2008-01-01 Magnus Olsenrename Pdev to hPDev in GDIDEVICE struct
2007-12-31 James TaborMerge DD structure info into gdi structures.
2007-12-30 Thomas BluemelSilence warning
2007-12-29 Magnus Olsenupdate the docummactions of DxEngSetDeviceGammaRamp
2007-12-29 James TaborFix set device gamma ramp. Now we test the range of...
2007-12-27 Magnus Olsendocumented : EngLockDirectDrawSurface
2007-12-27 Magnus Olsendocumented : EngUnlockDirectDrawSurface
2007-12-27 Magnus Olsenimplement DxEngGetDeviceGammaRamp
2007-12-27 James TaborSupport NtGdiGetDhpdev.
2007-12-27 James TaborFix a typo in text.h. Implemente NtGdiGetDhpdev.
2007-12-25 James TaborMove string object function to eng/string.c.
2007-12-23 Aleksey Bragin- Fix typos and debug messages.
2007-12-23 Aleksey BraginDmitry Philippov <shedon@mail.ru>
2007-12-23 Hervé PoussineauFix debug message
2007-12-23 James TaborFix STRGDI structure and update it. Move it into text.h.
2007-12-22 Aleksey BraginDmitry Philippov
2007-12-21 Marc Piulachsuse tango's terminal icon to have a more consistent...
2007-12-21 Aleksey Bragin- Fix Alex's csrss compilation, however it won't link...
2007-12-20 James TaborAdd a test to see which is the naughty handle type...
2007-12-19 James TaborReorder code since it is a POWNED DC.
2007-12-19 James TaborFix a problem when freeing a window class with dirty...
2007-12-18 Ged Murphyreturn the icon bpp in the call to NtUserGetIconInfo
2007-12-18 Ged Murphy- Fix NtUserGetIconInfo and use SEH directly.
2007-12-17 James TaborFirst restructure and reorder the code. Identify bugs...
2007-12-17 Ged Murphy- Add a new routine to NtUSerCallOneParam which returns...
2007-12-15 Ged Murphyremove the ros only NtUserGetCursorIconSize and impleme...
2007-12-15 James TaborUse new share handle table info.
2007-12-15 James TaborAdd new items to gdi handle table. Added cfont and...
2007-12-15 Timo Kreuzer- fix type field calculation in GDIOBJ_CovertToStockObject
2007-12-14 James TaborUse long for HandleIndex.
2007-12-13 James TaborUp the handle count to 0x10000, reset adjustment to...
2007-12-13 James TaborThanks Timo! I have updated the information too.
2007-12-12 James TaborA partial implementation of NtGdiCreate/DeleteClientObj.
2007-12-11 Daniel ReimerBug 2881 : Bulgarian translation of ReactOS. (sstpr...
2007-12-09 James TaborPrevent crash in gdibatch.
2007-12-08 James TaborLouis Lenders : gdi32: Add check for null pointer in...
2007-12-07 James TaborMove WS_EX_MDICHILD check back in win32k. Reordered...
2007-12-06 James TaborRestore to default behavior for now.
2007-12-06 James TaborSorry Fix bug.
2007-12-06 James TaborFixed one more test, now from 23 to 22 fail. Reordered...
2007-12-05 James TaborFix one wine test, from 75 to 23 no.
2007-12-05 Timo Kreuzerfix compilation with GDI_DEBUG
2007-12-04 Aleksey BraginAndrey Korotaev <unc0rr@mail.ru>:
2007-12-04 Aleksey Bragin- Remove GreatLordisms.
next