Michael Stefaniuc
|
e17af8082b
|
user32: Remove unreachable code: break after return (Smatch).
|
2009-06-30 12:31:59 +02:00 |
Joel Holdsworth
|
d1c89d0a78
|
user32: Added DrawIconEx alpha blending support.
|
2009-06-25 14:34:13 +02:00 |
Joel Holdsworth
|
a0232508b3
|
user32: Added DrawIcon alpha blending support.
|
2009-06-25 14:34:13 +02:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Francois Gouget
|
53f9b31afd
|
user32: LookupIconIdFromDirectory16() is unused so remove it.
|
2009-02-09 13:16:19 +01:00 |
Andrew Riedi
|
63908f039b
|
user32: The frames of .ani cursors are .ico's, not .cur's.
|
2008-12-01 14:14:45 +01:00 |
Andrew Riedi
|
506f77b8d6
|
user32: Cursors can have more than one color.
|
2008-12-01 14:14:41 +01:00 |
Andrew Riedi
|
9726a7119b
|
user32: Make the hotspot ICON_HOTSPOT when loading icons.
Based on patches by Henri Verbeet.
|
2008-11-26 13:37:24 +01:00 |
Andrew Riedi
|
1425b1b9ef
|
user32: Fix the loading of stretched cursors.
Based on patches by Henri Verbeet.
|
2008-11-21 11:53:22 +01:00 |
Francois Gouget
|
3b140ccb0e
|
Assorted spelling fixes.
|
2008-11-17 16:04:39 +01:00 |
Andrew Riedi
|
7f5b4ab15d
|
user32: Initial .ani support (only first frame).
Based on patches by Henri Verbeet.
|
2008-11-14 14:28:23 +01:00 |
Michael Stefaniuc
|
fb11803d19
|
user32: Remove superfluous casts of void pointers.
|
2008-11-05 10:55:46 +01:00 |
Michael Stefaniuc
|
3d6e19d48a
|
user32: Do not cast zero.
|
2008-11-04 11:26:24 +01:00 |
Jim Cameron
|
08775c642a
|
user32: Fixed bug in loading .cur files.
|
2008-08-28 13:09:00 +02:00 |
Markus Hitter
|
cadb885473
|
user32: Better reflect the current state of DrawIconEx.
|
2008-08-25 12:23:42 +02:00 |
Alexandre Julliard
|
0528a2b660
|
user32: Support creating cursors and icons from DIB section bitmaps.
|
2008-05-21 11:39:38 +02:00 |
Huw Davies
|
be900067b6
|
user32: Fix bitmap_info_size to take into account bit field masks.
|
2008-05-02 16:07:45 +02:00 |
Andrew Talbot
|
d8ce2207b8
|
user32: Remove unused variables.
|
2008-04-30 10:25:35 +02:00 |
Alex Villacís Lasso
|
1fcc4ffdfa
|
user32: LoadImage(IMAGE_BITMAP) should reject invalid BMP files (with tests).
|
2008-04-14 12:06:37 +02:00 |
Andrew Riedi
|
927875390d
|
user32: Move the bitmap header check as far up as possible.
Based on a patchset by Henri Verbeet.
|
2008-03-18 11:44:09 +01:00 |
James Hawkins
|
c29c740de0
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:10 +01:00 |
Andrew Riedi
|
58d2e3df39
|
user32: winex11.drv has support for color cursors now.
|
2008-02-07 11:59:52 +01:00 |
Andrew Talbot
|
ba596d30ce
|
user32: Remove unneeded casts.
|
2008-01-22 11:27:45 +01:00 |
Andrew Riedi
|
3d08d32a42
|
user32: Add a FIXME for animated cursors.
|
2007-12-03 13:18:50 +01:00 |
Stefan Dösinger
|
abf5240310
|
user32: Destroying the current cursor results in an error.
|
2007-11-30 14:01:34 +01:00 |
Andrew Talbot
|
01e93cc2d1
|
user32: Exclude unused headers.
|
2007-05-21 13:36:02 +02:00 |
Jan Zerebecki
|
d553159eac
|
user32: Fix to succeed reliably in test where it works by accident.
|
2007-04-16 13:51:53 +02:00 |
Dmitry Timoshkov
|
b5186e17dd
|
user32: Simplify height calculation.
|
2007-02-27 12:26:36 +01:00 |
Dmitry Timoshkov
|
1936fd99ee
|
user32: Add a CreateIcon test, make it pass under Wine.
|
2007-02-21 10:55:06 +01:00 |
Dmitry Timoshkov
|
e35db3408b
|
user32: Add traces to the cursor APIs.
|
2007-02-21 10:55:01 +01:00 |
Dmitry Timoshkov
|
7670d76690
|
user32: Do not use DIB APIs for bitmap bits in a device dependent format.
|
2007-01-24 11:57:08 +01:00 |
Dmitry Timoshkov
|
81a294f76d
|
user32: Using DIB APIs to convert a DDB to monochrome is wrong, do it differently.
|
2007-01-24 11:57:02 +01:00 |
Dmitry Timoshkov
|
64f1d97a54
|
user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it to b/w.
|
2007-01-19 12:28:57 +01:00 |
Vitaliy Margolen
|
c3dc692b20
|
winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv.
|
2007-01-06 11:40:46 +01:00 |
Vitaliy Margolen
|
f9f6a4d5da
|
user32: Initialize clip rectangle on first use.
|
2007-01-02 13:21:22 +01:00 |
Vitaliy Margolen
|
1d9ea46cd4
|
user32: ClipCursor should use virtual screen resolution for empty/invalid rects.
|
2006-12-14 21:13:15 +01:00 |
Dmitry Timoshkov
|
21bcfd72b0
|
user32: Make some data const.
|
2006-11-28 12:36:08 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |