reactos/win32ss/user/user32/windows
Whindmar Saksit 82c07abf1a
[USER32] Support loading icons from data file module (#6065)
GetModuleFileName() fails on LOAD_LIBRARY_AS_DATAFILE causing LoadImage to fail.
Use a fake filename for LR_SHARED (with same format as Windows).
This may not be a good design, but it does match Windows' behaviour.

+ Added test.
2023-12-17 22:11:50 +01:00
..
accel.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
caret.c
class.c [USER32] Fix SetWindowWord/Long 2023-05-25 18:56:02 +03:00
clipboard.c [USER32] RegisterClipboardFormatA(): Enable a SetLastError() (#1612) 2019-06-05 18:15:02 +02:00
cursoricon.c [USER32] Support loading icons from data file module (#6065) 2023-12-17 22:11:50 +01:00
dc.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
defwnd.c [SETUPLIB][NTUSER] Toggle input language/layout on Alt+Shift / Ctrl+Shift (#5839) 2023-10-31 22:37:49 +09:00
dialog.c [COMCTL32][USER32] Button: Fix DLGC_... handling (#6168) 2023-12-16 09:29:13 +09:00
draw.c [NTUSER][USER32] Classic Theme: disabled "checked" checkboxes should be grey (#4874) 2022-11-14 00:01:29 +01:00
font.c [LPK] Small fix and a related comment. (#890) 2018-10-08 16:17:42 +02:00
hook.c [User32] Fix Copy Paste 2021-11-24 09:36:50 -06:00
input.c [USER32] Use static inline instead of inline 2023-07-24 23:29:38 +02:00
mdi.c [WINESYNC][USER32] MDI_AugmentFrameMenu(): Use GetSysColorBrush() 2022-11-21 23:08:09 +03:00
menu.c [NTUSER][USER32] Remove 4 remnant defines (#5572) 2023-08-15 18:13:27 +02:00
message.c [USER32][KBDJA] Implement CliImmSetHotKey (#4504) 2022-05-11 21:42:32 +09:00
messagebox.c [USER32] Log the text of message boxes to help figure out some test bot timeouts. 2018-08-19 12:02:24 +02:00
nonclient.c [USER32] Fix RealUserDrawCaption() return type. Rename {HFONT,UISTATE}_GWL_OFFSET and pfPaint. #179 2017-12-25 14:36:33 +01:00
paint.c
prop.c
rect.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
spy.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
text.c [USER32] Rewrite CharPrev(Ex)A functions and fix tests (#4860) 2022-11-13 13:22:26 +03:00
window.c [USER32] Fix IsWindow by not using WNDS2_INDESTROY (#6066) 2023-12-01 09:08:58 +09:00
winpos.c [Win32SS] Fix maximized window positioning. 2019-03-26 15:56:57 -05:00
wndproc_fixup.S [USER32] Properly save EBX in the wndproc wrapper 2020-12-09 10:00:35 +01:00