wine-wine/dlls/user32
Francois Gouget dc63061af1 user32: Use MSGBOX_IDICON throughout instead of sometimes using stc1 and sometimes 1088. 2011-05-16 16:35:28 +02:00
..
resources
tests user32: Use left shift instead of right shift (Coverity). 2011-05-05 17:28:42 +02:00
Makefile.in
button.c
caret.c
class.c user32: Added missing break. 2011-03-28 17:11:50 +02:00
clipboard.c user32: Get rid of the RegisterClipboardFormat driver entry point. 2011-03-07 17:06:50 +01:00
combo.c user32: Added missing break (Coverity). 2011-03-28 17:11:34 +02:00
controls.h user32: SCROLL_SetNCSbState() is not used anymore so remove it. 2011-05-03 14:38:06 +02:00
cursoricon.c user32: Add support for loading animated cursors/icons from resources. 2011-04-20 11:16:18 +02:00
dde_client.c
dde_misc.c
dde_private.h user32: Mark internal functions with hidden visibility. 2011-04-22 12:59:20 +02:00
dde_server.c user32: Remove useless NULL checks (Coverity). 2011-03-15 17:14:07 +01:00
defdlg.c
defwnd.c
desktop.c user32: Avoid shadowing a parameter. 2011-03-09 15:54:20 +01:00
dialog.c user32: Avoid accessing the dialog info of a destroyed window. 2011-04-06 13:01:20 +02:00
driver.c user32: Get rid of the RegisterClipboardFormat driver entry point. 2011-03-07 17:06:50 +01:00
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Only call the driver when the cursor position has really changed. 2011-04-20 20:30:09 +02:00
listbox.c
lstr.c
mdi.c user32: Use symbolic names for values returned by WM_MENUCHAR handler. 2011-04-11 12:09:43 +02:00
menu.c user32: Don't start menu tracking when the owner window is invalid. 2011-04-21 16:53:42 +02:00
message.c user32: Pass a NULL rectangle in the ClipCursor entry point when clipping is reset because of focus change. 2011-04-22 17:51:28 +02:00
misc.c
msgbox.c user32: Use MSGBOX_IDICON throughout instead of sometimes using stc1 and sometimes 1088. 2011-05-16 16:35:28 +02:00
nonclient.c
painting.c
property.c
resource.c
resources.h
scroll.c user32: SCROLL_SetNCSbState() is not used anymore so remove it. 2011-05-03 14:38:06 +02:00
spy.c user32: Added message names for winmm. 2011-04-15 15:39:44 +02:00
static.c user32: DrawText gets a 32bit flag, not a 16bit flag. 2011-05-05 17:28:47 +02:00
sysparams.c user32: Catch bad pointer passed to SetSysColors. 2011-05-05 16:31:58 +02:00
text.c user32: GetTabbedTextExtent() returns non-zero value when nCount == 0. 2011-04-27 13:15:00 +02:00
uitools.c
user32.rc programs: Standardize the About menus. 2011-04-12 13:08:14 +02:00
user32.spec user32: Remove SetWindowText export. 2011-03-10 12:52:51 +01:00
user_main.c
user_private.h user32: Mark internal functions with hidden visibility. 2011-04-22 12:59:20 +02:00
win.c
win.h
winhelp.c
winpos.c user32: Fix return value when passing a non-sibling preceding window to SetWindowPos. 2011-03-30 15:03:44 +02:00
winproc.c
winstation.c
wsprintf.c