- CreateIcon: create color bitmap only if bitsPixel specifies a non-monochrome icon
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / cursoricon.c
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-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-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...
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-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 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-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-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.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-16 Ged Murphydon't leak a bitmap object if we fail to allocate memory
2007-01-15 Ged Murphy- implement correct alpha blending of icons
2006-12-23 Aleksey Bragin- Fix width/height params in a call to NtGdiAlphaBlend().
2006-12-21 Magnus Olsenthx filip notice I use wrong filed to detect alpha...
2006-12-21 Magnus OlsenFixed alpha blend support in DrawIconEx
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-08 James Tabor- DrawCaption
2006-07-20 Alex Ionescu- Simplify PsGetNextProcess so it works like PsGetNextP...
2006-04-05 Peter WardApplied patch by: Thomas Weidenmueller
2006-04-01 Ged Murphy- change the GDI code a bit so it's able to handle...
2006-02-17 Maarten BosmaMoved win32k