.. |
resources
|
Standardize the OK buttons.
|
2011-06-15 20:04:38 +02:00 |
tests
|
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
|
2011-06-21 12:27:08 +02:00 |
button.c
|
|
|
caret.c
|
|
|
class.c
|
user32: Added missing break.
|
2011-03-28 17:11:50 +02:00 |
clipboard.c
|
|
|
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
|
|
|
dialog.c
|
user32: Avoid accessing the dialog info of a destroyed window.
|
2011-04-06 13:01:20 +02:00 |
driver.c
|
|
|
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
|
|
|
Makefile.in
|
|
|
mdi.c
|
user32: Use symbolic names for values returned by WM_MENUCHAR handler.
|
2011-04-11 12:09:43 +02:00 |
menu.c
|
user32: Add separate sysmenu for MDI child windows.
|
2011-05-17 10:45:31 +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 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: Make more functions hot-patchable for Steam.
|
2011-06-15 20:04:38 +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: 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
|
|
|