Sign in
goma
/
wine
/
61895680720cf149d3669786a0c8a645d3eb3c92
/
dlls
/
user.exe16
f917cd0
user.exe: Avoid truncating strcmp result (Coverity).
by Marcus Meissner
· 13 years ago
fac36c5
Assorted typo, spelling, wording and case fixes.
by Francois Gouget
· 13 years ago
90ca362
user.exe16: Fixed incorrect sizeof() (Coverity).
by Marcus Meissner
· 13 years ago
f12e6a1
user.exe: Remove dead assignment (clang).
by André Hentschel
· 14 years ago
5920de5
Assorted spelling and case fixes.
by Francois Gouget
· 14 years ago
33807ac
user.exe: Don't try calling the WH_CALLWNDPROC hook if no hook was set.
by Alexandre Julliard
· 14 years ago
eda6079
user.exe: Call the 16-bit hook directly in SendMessage16.
by Alexandre Julliard
· 14 years ago
d86df45
user.exe: Avoid using the CONTEXT86 type.
by Alexandre Julliard
· 14 years ago
88be48e
makefiles: Use the -m16 option with 16-bit resources for consistency.
by Alexandre Julliard
· 15 years ago
0f05f90
user.exe16: Fix a compiler warning on clang.
by Austin English
· 15 years ago
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
a157959
user.exe: Store the GDI instance when it's first loaded.
by Alexandre Julliard
· 15 years ago
5d9801b
user.exe: Make sure 16-bit user and gdi never get unloaded.
by Alexandre Julliard
· 15 years ago
cbbfbca
user.exe16: Remove variable width which is not really used from listbox_proc16.
by Gerald Pfeifer
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
a9a5dae
user.exe: The default dialog button id is 0 on Win16.
by Alexandre Julliard
· 15 years ago
a64765f
user32: Don't overwrite the default button id when creating the dialog structure.
by Alexandre Julliard
· 15 years ago
0e0b704
user32: Do not load 16-bit user.exe by default.
by Alexandre Julliard
· 15 years ago
f89aaa6
user32: Store 32-bit and 16-bit cursors/icons in independent structures.
by Alexandre Julliard
· 15 years ago
6806451
user: Add icon handle mapping in the Get/SetClassWord/Long functions.
by Alexandre Julliard
· 15 years ago
8fc1fc4
user: Add internal functions for cursor/icon 16<->32 conversion to replace the typecasting macros.
by Alexandre Julliard
· 15 years ago
3d55d14
user: Call the 16-bit CreateIconFromResourceEx from LoadIconHandler16.
by Alexandre Julliard
· 15 years ago
e474bfe
user: Reimplement GetIconInfo16 using the 16-bit icon structure directly.
by Alexandre Julliard
· 15 years ago
5f27257
user.exe: Make CreateIcon16 available as 32-bit export.
by Alexandre Julliard
· 15 years ago
5ef5ead
user.exe: Forward WNetGetUser16 to WNetGetUserA of mpr.dll, based on a patch from Andrew Nguyen.
by Stefan Leichter
· 15 years ago
2f529c3
user32: Move a comment about HLOCAL16 to user.exe.
by Detlef Riekenberg
· 15 years ago
a18bbec
kernel: Add an import lib for krnl386, and stop importing 16-bit functions from kernel32.
by Alexandre Julliard
· 15 years ago
453cf85
user.exe: Remove some superfluous WPARAM/LPARAM casts.
by Michael Stefaniuc
· 15 years ago
2a00c86
user.exe: Prepend a valid bitmap header when copying a bitmap resource to a file.
by Alexandre Julliard
· 15 years ago
593b973
user.exe: Reimplement CopyImage16 for cursors and icons.
by Alexandre Julliard
· 15 years ago
2ced410
user.exe: Reimplement LoadImage16 for bitmaps instead of calling LoadImageA directly.
by Alexandre Julliard
· 15 years ago
b96ab35
user32: Move loading of static icons for 16-bit windows to the 16-bit wrapper.
by Alexandre Julliard
· 15 years ago
9ceda48
user32: Load the 32-bit user.exe module wrapper from the 32-bit side.
by Alexandre Julliard
· 15 years ago
40a264b
winevdm: Move the loading of the system drivers into their specific 16-bit module.
by Alexandre Julliard
· 15 years ago
d51a6b6
user32: Don't pass the 16-bit instance through to 32-bit MessageBoxIndirectA.
by Alexandre Julliard
· 15 years ago
537877a
user32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code.
by Alexandre Julliard
· 15 years ago
8aa83d3
user32: Make user.exe into a stand-alone 16-bit module.
by Alexandre Julliard
· 15 years ago