Sign in
goma
/
wine
/
4abd4f7018b1119cf9c901c0845e289074c786fd
/
windows
/
cursoricon.c
3c39a99
Get rid of the non-standard CONV_POINT and CONV_RECT functions.
by Alexandre Julliard
· 21 years ago
a2e2e18
Avoid a few more GetModuleHandle calls.
by Alexandre Julliard
· 21 years ago
53145d9
Moved some code around to avoid exporting DIB functions from gdi32.
by Alexandre Julliard
· 21 years ago
cfcc449
Porting fixes.
by Steven Edwards
· 21 years ago
cf52644
Removed the A/W constants for builtin cursors, icons and resource
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
19b6a49
Allocate DebugInfo field for all critical sections (based on a patch
by Alexandre Julliard
· 22 years ago
cdbe157
Initialize hbmColor only for color icons in GetIconInfo.
by Dmitry Timoshkov
· 22 years ago
54100873d
Avoid using the MapHModule functions.
by Alexandre Julliard
· 22 years ago
711e1ba
- Fix some indentation. - Fix the loading of icon resources.
by Maxime Bellengé
· 22 years ago
737d4be
Move excpt.h out of include/msvcrt/ as it does not conflict with any
by Dimitrie O. Paun
· 22 years ago
18d0297
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
by Alexandre Julliard
· 22 years ago
aff7dda
Made user compile with -DSTRICT.
by Alexandre Julliard
· 22 years ago
a8a422f
Fixed more -DSTRICT issues.
by Alexandre Julliard
· 22 years ago
ab73d6e
Replaced CreateDCA by CreateDCW in LoadImageW.
by Stefan Leichter
· 22 years ago
dc71624
Make LookupIconIdFromDirectoryEx16 call LookupIconIdFromDirectoryEx,
by Ryan Cumming
· 22 years ago
2d106a5
Fix a few GDI memory leaks.
by Mike McCormack
· 22 years ago
0ca051e
Fixed wownt32.h to make it usable from inside Wine, and use it to
by Alexandre Julliard
· 22 years ago
bc54d78
- change the internal functions in windows/cursoricon.c to use 32bit
by Michael Stefaniuc
· 22 years ago
2d0acac
Moved some 16-bit functions from windows/cursoricon.c to dlls/user/user16.c.
by Michael Stefaniuc
· 23 years ago
b5bb32c
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
9d2b862
Convert HRSRC to a void*.
by Michael Stefaniuc
· 23 years ago
aface53
Fixed a number of dll separation issues.
by Alexandre Julliard
· 23 years ago
c0d1ff5
Store the current cursor in the thread queue instead of globally.
by Alexandre Julliard
· 23 years ago
70e192b
Removed CURSORICON_IconToCursor now that we support color cursors.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
5cab46e
Cleaned up some inter-dll dependencies in palette management.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
19d66cc
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
cc2d382
Use DrawFrameControl instead of bitmaps in certain cases.
by Alexandre Julliard
· 23 years ago
2cc54c8
Moved the OEM bitmaps that don't depend on the Wine look into the
by Alexandre Julliard
· 23 years ago
193cf50
Removed some of the calls to HEAP_strdup* functions.
by Alexandre Julliard
· 23 years ago
1a399a2
Destroying cursor is not necessarily an error.
by Duane Clark
· 23 years ago
8eeed94
Export DestroyIcon32 from user32 and use GetProcAddress to call it
by Alexandre Julliard
· 23 years ago
ae1c12c
Documentation fixes.
by Patrik Stridvall
· 23 years ago
bc799e4
Handle bad pointer arguments to LoadImageA() (and functions
by Marcus Meissner
· 23 years ago
3dc7640
The LR_ defines do not reside in windows.h anymore.
by Johan Gill
· 23 years ago
301df6b
Added names to standard critical sections (suggested by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
624f14e
Make GetCursorPos call XQueryPointer.
by Ove Kaaven
· 24 years ago
b3086a7
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
da2892c
Do not allocate any USER data on the system heap.
by Alexandre Julliard
· 24 years ago
4188fbc
Misc typos in comments.
by François Gouget
· 24 years ago
2c86506
CreateIcon must perform color depth conversion if the provided bitmap
by François Gouget
· 24 years ago
0c61028
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
16cbf40
Store USER icons and cursors as resources instead of xpm bitmaps.
by Alexandre Julliard
· 24 years ago
7d5bc5c
Removed some direct accesses to the 16-bit task structure.
by Alexandre Julliard
· 24 years ago
2ece70e
Various documentation fixes.
by Patrik Stridvall
· 24 years ago
ce1398e
Avoid a couple of dependencies on input.c internal variables.
by Alexandre Julliard
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
a67369e
Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
by Alexandre Julliard
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
ac7efef
Changed GetProcAddress16 and 16-bit resource functions to take normal
by Alexandre Julliard
· 24 years ago
a59324d
Cosmetics.
by Andreas Mohr
· 24 years ago
9199f4a
DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
by Marcus Meissner
· 24 years ago
67c9691
Added many missing *Pxxx types.
by Francois Gouget
· 24 years ago
2a2321b
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
by Alexandre Julliard
· 25 years ago
42d20f9
Merged clipboard driver into USER driver.
by Alexandre Julliard
· 25 years ago
5ab9d86
Removed some unnecessary #includes and dll dependencies.
by Alexandre Julliard
· 25 years ago
64c86ffe
Removed local variable shadows warnings.
by Marcus Meissner
· 25 years ago
b0efe28
Removed a few dependencies on GDI internals from USER dll.
by Alexandre Julliard
· 25 years ago
dbb6ab2
GetIconInfo did no correctly identify icons from cursors.
by Dave Hawkes
· 25 years ago
1f0c216
Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
by Andreas Mohr
· 25 years ago
b4c6872
Louis-Philippe Gagnon (of Macadamian for Corel)
by Alexandre Julliard
· 25 years ago
a660c79
Moved DIB_FixColorsToLoadflags to cursoricon.c.
by Alexandre Julliard
· 25 years ago
2d8cf50
Merged display.dll into USER.
by Alexandre Julliard
· 25 years ago
227a089
Removed a number of global handle allocations and critical section
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
b52aed4
Moved LoadImage and related functions to cursoricon.c.
by Alexandre Julliard
· 25 years ago
62f824f
Avoid calling the *Rect USER functions from inside GDI.
by Alexandre Julliard
· 25 years ago
[Renamed from objects/cursoricon.c]
15f8646
CURSORICON_IconToCursor: inconsistent Lock/Unlock
by Serge Ivanov
· 25 years ago
4401684
Fixed allocation of 16x16 icons.
by Juergen Schmied
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
acc7467
Added the possibility to have mouse movements reported relative to
by Lionel Ulmer
· 25 years ago
e92331f
Fixed ANSI C violations.
by Patrik Stridvall
· 26 years ago
cb2e4d3
Fixed crash when loading *.ani files.
by Juergen Schmied
· 26 years ago
699900b
Use a special value in the hotspot coordinate to identify which HICON
by Francis Beaudet
· 26 years ago
4ac8db7
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
by Pierre Mageau
· 26 years ago
c525535
Fixed cursor stretch code.
by Steve Tibbett
· 26 years ago
85692c8
Fixed cursor selection to find the correct cursor when more than one available.
by Steve Tibbett
· 26 years ago
5786213
Check if dc has been created before using it.
by Eric Pouech
· 26 years ago
ddca315
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
by Marcus Meissner
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
a9a671d
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
608629b
Fixes for upside-down DIBs.
by Huw D M Davies
· 26 years ago
5b14b53
LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
by Pavel Roskin
· 26 years ago
c45bbee
Changed ressource dir structures. Adapted FindBestIccon/FindBestCursor.
by Juergen Schmied
· 26 years ago
b87fe2e
More code moved to the X11 driver (bitmap and palette and misc).
by Patrik Stridvall
· 26 years ago
c600afb
CURSORICON_Destroy: missing WINAPI added.
by Marcus Meissner
· 26 years ago
50a0915
Implemented Win95-style shared cursor/icon cache.
by Ulrich Weigand
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
61afa33
Some more recursive include fixes/optimizations.
by Marcus Meissner
· 26 years ago
b9544f1
Changed some functions prototypes (were returning void).
by Eric Pouech
· 26 years ago
f8db63b
GetCursorPos is actually a BOOL.
by Paul Quinn
· 26 years ago
ffb912e
Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
by Marcus Meissner
· 26 years ago
22c904d
Implemented GetIconInfo16 -> call to GetIconInfo32.
by Andreas Mohr
· 26 years ago
d6a91b7
Move OEM resources to the x11drv.
by Huw D M Davies
· 26 years ago
Next »