Fix spurious warning/error reported by GCC 4.4.0.
[reactos.git] / reactos / subsystems / win32 / win32k / include /
2008-12-22 Timo KreuzerSome people were thinking they could use NtGdiExtTextOu...
2008-12-03 Dmitry GorbachevSilence compiler warnings (9/11).
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-26 James Tabor- Fixed stock object creation for pens. Now pass all...
2008-11-22 James Tabor- Add tag for path objects. Set DC handle when selectin...
2008-11-21 James Tabor- Pass more bitmap cross tests, 16 bit is down to 52...
2008-11-18 James Tabor- Fixes bug 3864. While I was at it I fixed most of...
2008-11-13 James Tabor- Start the implementation and support for dc attribute...
2008-11-13 James Tabor- Add path support for ExtTextOut.
2008-11-04 James Tabor- Fix code page and charector set support. More miscel...
2008-11-03 James Tabor- Add new function for locking text font objects when...
2008-11-02 James Tabor- Move functions out of freetype. Implemented FT: GetKe...
2008-11-02 James Tabor- Update FONTGDI and TEXTOBJ. Added support for FT...
2008-10-31 James Tabor- Update realization information and copyright notice...
2008-10-30 James TaborImplement GetFontUnicodeRanges, port from wine. Tested...
2008-10-30 James Tabor- Implemented: GetFontLanguageInfo based on wine. GetLa...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-23 Stefan Ginsberg- More 64-bit fixes
2008-10-19 James Tabor- Add missing CAPS to psdk.
2008-10-19 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-19 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-18 Timo KreuzerChange return type of PsGetCurrentProcessWin32Process...
2008-10-18 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup part 3 / x:
2008-10-17 Timo KreuzerWin32 structure cleanup part 2 / x:
2008-10-16 Timo KreuzerWin32 structure cleanup part 1 / x:
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-07 Timo Kreuzer- rewrite NtGdiPolyPolyDraw, optimizing it and making...
2008-10-07 Timo KreuzerFix FLOATOBJ_IsLong. Fix MapMode MM_ISOTROPIC.
2008-09-25 Timo KreuzerSimplify and fix InitMetrics. Fixes Coverity error 33.
2008-09-25 James Tabor- Add Defer Window Position Handle type for multiple...
2008-09-22 James TaborAdd UpdateLayeredWindowIndirect to def and cleanup...
2008-09-04 Hervé PoussineauExAllocatePoolWithTag should be paired with ExFreePoolW...
2008-08-30 Timo KreuzerChange DC and DC_ATTR members from MATRIX_S and EFLOAT_...
2008-08-17 James Tabor- Add timer handle type.
2008-08-06 James TaborWin32k Timers:
2008-08-02 James Tabor- Implemented NotifyWinEvent, SetWinEventHook and Unhoo...
2008-08-01 Jeffrey Morlan- IntRemoveMenuItem: Fix bug involving deleting item...
2008-08-01 James Tabor- Implement EngGetTickCount.
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 James Tabor- Preliminary implementation of SetWinEventHook and...
2008-07-29 James Tabor- Add Event handle type.
2008-07-26 James Tabor- Attempt to initiate hook set from kernel space.
2008-07-22 James Tabor- Rewrite HOOKs, Implement CallNextHookEx and fix proto...
2008-07-16 Timo KreuzerPatch by Stefan Ginsberg:
2008-07-13 James TaborSeparate Default Window proc from messages.
2008-07-13 James Tabor- Started NtUserRegisterClassExWOW and now using the...
2008-07-11 James TaborUpdate Eng Events and fix InputIdleEvent.
2008-07-11 James Tabor- Port wine WaitForInputIdle. Work in progress and...
2008-07-09 James TaborCleanup headers for Prop.
2008-07-09 James Tabor- Removed NtUserGetProp, updated all related.
2008-07-07 Jeffrey MorlanIntGdiCreateBitmap: Tighten up parameter checks, preven...
2008-06-27 James TaborPath needed some love Phase I:
2008-06-23 James TaborFix typo.
2008-06-19 James TaborPath does not work and it locks up the system with...
2008-06-17 James TaborUpdate changes to Clip regions andregions. New support...
2008-06-07 James TaborThis does fix bug 3237. I've run this patch for two...
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-04 Timo Kreuzer- fix mem leak when failing to create an extpen with...
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborUpdate Dc level structure.
2008-06-02 James TaborMove xform data from W structure into DcLevel within...
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
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 Timo Kreuzerremove hFirstBitmap from the WIN_DC_INFO struct, wasn...
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-27 James TaborRename and add new internal functions.
2008-05-23 James TaborAdd more data for extended clip object.
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-21 James TaborFix behavior if bmi null in NtGdiCreateDIBSection....
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 James TaborAdded W32PF and Brush flags. Fixed IntGdiExtCreatePen...
2008-05-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
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-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 Magnus Olsenstarted cleanup object/dc.c
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 James TaborImplement XxxRedrawDesktop for Dx, needs testing.
2008-05-04 James TaborImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThr...
2008-05-02 Magnus Olsencleanup the startup process allot
2008-04-29 James TaborImplement DxEngSetDCOwner, add stub for IntGdiSetDCOwnerEx.
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.
next