Sweden-Number/dlls/user32
Vincent Povirk 8c0d568c32 user32: Notify the user driver of hotkey changes. 2011-07-05 16:00:20 +02:00
..
resources Standardize the OK buttons. 2011-06-15 20:04:38 +02:00
tests user32/tests: Test that class data is set with wrong size value too. 2011-07-04 13:42:29 +02:00
Makefile.in
button.c user32: Don't redeclare button state macros. 2011-06-27 15:04:55 -05:00
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 server: Allow setting a zero-size clip rectangle. 2011-06-21 15:04:24 +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: Notify the user driver of hotkey changes. 2011-07-05 16:00:20 +02:00
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Notify the user driver of hotkey changes. 2011-07-05 16:00:20 +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: Always pass 0 as item id for WM_MEASUREITEM in menus. 2011-06-21 16:12:53 +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 user32: Use more meaningful variable names. 2011-06-28 11:57:50 -05:00
msgbox.c user32: Use macros for the resource IDs instead of numeric literals. 2011-05-19 10:22:39 +02:00
nonclient.c
painting.c
property.c
resource.c
resources.h user32: Use macros for the resource IDs instead of numeric literals. 2011-05-19 10:22:39 +02:00
scroll.c user32: Make more functions hot-patchable for Steam. 2011-06-15 20:04:38 +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: Remove dead code (clang). 2011-07-04 13:43:17 +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 user32: Add separate sysmenu for MDI child windows. 2011-05-17 10:45:31 +02:00
user32.spec user32: Remove SetWindowText export. 2011-03-10 12:52:51 +01:00
user_main.c
user_private.h user32: Notify the user driver of hotkey changes. 2011-07-05 16:00: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