[Win32k]
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / cursoricon.c
2010-02-23 James Tabor[Win32k]
2010-01-31 James Tabor[Win32k|User32]
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-15 James Tabor[Win32k|User32]
2010-01-06 Giannis Adamopoulos[win32k]
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-29 Gregor Schneider[win32k]
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-19 Giannis Adamopoulos[win32k]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-08 Timo KreuzerNtUserGetIconInfo: Move lockingunlocking out of SEH...
2009-08-07 Gregor SchneiderRemove deprecated define
2009-08-07 Timo Kreuzer[win32k]
2009-08-06 Timo Kreuzer[FORMATTING]
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 James Tabor- [Win32k] More Class work. Moved to use thread and...
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-15 Gregor SchneiderMore monochrome icon handling fixes in CreateIcon and...
2009-04-15 Gregor Schneider- CreateIcon: create color bitmap only if bitsPixel...
2009-04-14 Timo KreuzerRemove hBitmap from DC.rosdc and use DC.dclevel.pSurfac...
2009-04-07 Timo KreuzerMouse pointer fix:
2009-04-04 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-20 Timo KreuzerRename GDIDEVICE to PDEVOBJ. Is seems ms uses both...
2009-03-20 Timo KreuzerChange most DC struct members to the names they have...
2009-03-19 Timo Kreuzerwin32k RECT/RECTL issues:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-13 Matthias Kupfer- Add a hackfix comment for issue #4243 due to several...
2009-03-12 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-09 Timo Kreuzer- Remove the dib pointer from SURFACE
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2009-01-06 Gregor Schneider- Fix a coordinate problem that occurred with alphablen...
2009-01-01 Timo KreuzerSync to trunk r38500
2008-12-28 Dmitry GorbachevDo not return garbage in cbSize field of CURSORINFO.
2008-12-25 James Tabor- Fix typo.
2008-12-25 James Tabor- Check for same intput desktop with GetCursorPos....
2008-12-25 James Tabor- Use Cursor position from server information. I guess...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-25 Stefan Ginsberg- Correct some type casts
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-27 Christoph von Wittichuse ExFreePoolWithTag
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-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-16 Timo KreuzerWin32 structure cleanup part 1 / x:
2008-10-16 Gregor SchneiderNo need to unlock, if locking failed. Fixes CID 186.
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-01 Gregor SchneiderhColor is not needed in IntSetCursor, fixes Coverity...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-29 Hervé Poussineauwin32k: Add tags when allocating memory
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-03-17 Timo Kreuzer- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
2008-03-14 Timo Kreuzer- Simplify IntSetCursor
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-25 Timo Kreuzer- Reference CursorIcon before deleting it
2008-02-18 Timo Kreuzersome cleanup
2008-02-13 Timo KreuzerBig ntuser fix:
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-03 Timo Kreuzerfix a DC handle leak
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-09 Ged Murphy- Fall back onto some of the previous win32k icon handl...
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 Ged Murphy- Add a new routine to NtUSerCallOneParam which returns...
2007-12-15 Ged Murphyremove the ros only NtUserGetCursorIconSize and impleme...
2007-11-30 Timo Kreuzerreplace NtGdiSelectObject with NtGdiSelectBitmap and...
2007-11-26 Christoph von Wittichfix TAG_BITMAP redzone overwrite for colordepths !...
2007-11-23 Christoph von Wittichdon't try to alphablend monochrome bitmaps - fixes...
2007-11-15 Thomas Bluemel- Fix desktop heaps handling and various bugs
2007-11-12 James Tabor2nd Sort out gdi device mess.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-29 Ged Murphywe don't need the 0xff
2007-10-29 Ged Murphyspeed up the DrawIconEx alpha maths a little bit
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Ged Murphyfix painting of alpha channels in 32bpp icons onto...
2007-10-01 James TaborWin32k/User32:
2007-09-28 Timo Kreuzerwin32k compatibility update
2007-08-14 Timo Kreuzer- Rename NtGdiCreateBitmap to IntGdiCreateBitmap and...
2007-08-09 James Tabor- Fixed NtGdiAlphaBlend prototype.
2007-08-02 Timo KreuzerNtGdiGetSetBitmapBits:
2007-04-21 James TaborRemoved NtGdiGetObjectType, use GDI_HANDLE_GET_TYPE.
next