.. |
resources
|
…
|
|
tests
|
Assorted spelling fixes.
|
2013-07-03 21:20:04 +02:00 |
Makefile.in
|
…
|
|
button.c
|
…
|
|
caret.c
|
…
|
|
class.c
|
user32: Add internal class small icons.
|
2012-10-15 15:27:28 +02:00 |
clipboard.c
|
user32: Use SendNotifyMessage to send WM_DRAWCLIPBOARD.
|
2013-05-15 19:57:34 +02:00 |
combo.c
|
user32: Keep the combo listbox within the monitor's work area.
|
2013-03-28 18:55:09 +01:00 |
controls.h
|
user32: Remove dead code for suppressing menu drawing.
|
2013-07-27 11:50:12 -05:00 |
cursoricon.c
|
user32: Constify pointers that point to read-only file data.
|
2013-03-28 17:36:54 +01:00 |
dde_client.c
|
user32: Don't limit time needed for WM_DDE_INITIATE processing.
|
2012-08-22 12:03:19 +02:00 |
dde_misc.c
|
user32: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 11:50:51 +02:00 |
dde_private.h
|
…
|
|
dde_server.c
|
…
|
|
defdlg.c
|
user32: Correct dialog focus behavior.
|
2012-08-16 11:59:23 +02:00 |
defwnd.c
|
user32: Init standard scrollbars during WM_NCCREATE.
|
2013-01-24 17:31:32 +01:00 |
desktop.c
|
user32: Refresh the desktop when the wallpaper is changed.
|
2012-12-03 18:24:34 +01:00 |
dialog.c
|
user32: Remove superfluous function pointer casts.
|
2012-09-20 19:22:59 +02:00 |
driver.c
|
user32: Move the common parts of ScrollDC into user32 and the null driver.
|
2013-04-19 16:16:16 +02:00 |
edit.c
|
user32: Properly update caret position after result string is committed.
|
2013-07-03 10:28:44 +02:00 |
exticon.c
|
user32: Fix icon extraction from non-native PE executables.
|
2013-06-06 20:05:31 +02:00 |
focus.c
|
user32: Add a driver entry point for UpdateLayeredWindow.
|
2012-10-01 13:20:20 +02:00 |
hook.c
|
user32: Add assembly wrapper for calling hook procedures.
|
2013-04-24 19:40:44 +02:00 |
icontitle.c
|
user32: Indentation fix.
|
2012-12-24 13:32:38 +01:00 |
input.c
|
user32: Implement GetRawInputDeviceInfoA().
|
2012-10-22 11:44:28 +02:00 |
listbox.c
|
user32: Implement GetListBoxInfo().
|
2013-05-07 20:07:41 +02:00 |
lstr.c
|
user32: Indentation fix.
|
2012-12-24 13:32:38 +01:00 |
mdi.c
|
user32: Bring reference MDI child to bottom when switching to next.
|
2013-06-06 10:42:51 +02:00 |
menu.c
|
user32: Remove dead code for suppressing menu drawing.
|
2013-07-27 11:50:12 -05:00 |
message.c
|
user32: Check for driver events more quickly once we start getting timer messages.
|
2013-07-02 19:39:34 +02:00 |
misc.c
|
user32: Add a stub implementation of UserHandleGrantAccess.
|
2013-03-08 11:02:25 +01:00 |
msgbox.c
|
user32: Check the correct id for the close button when setting the font.
|
2013-06-17 19:30:38 +02:00 |
nonclient.c
|
user32: Remove dead code for suppressing menu drawing.
|
2013-07-27 11:50:12 -05:00 |
painting.c
|
user32: Move the common parts of ScrollDC into user32 and the null driver.
|
2013-04-19 16:16:16 +02:00 |
property.c
|
…
|
|
resource.c
|
…
|
|
resources.h
|
…
|
|
scroll.c
|
…
|
|
spy.c
|
user32: Delay message spying initialization until needed.
|
2012-10-15 19:26:51 +02:00 |
static.c
|
…
|
|
sysparams.c
|
user32: Make the default non-client metrics scalable with the resolution.
|
2013-06-17 19:30:38 +02:00 |
text.c
|
user32: Indentation fix.
|
2012-12-24 13:32:38 +01:00 |
uitools.c
|
user32: Use the current DC layout in DrawState when drawing to an intermediate bitmap.
|
2013-06-18 12:57:44 +02:00 |
user32.rc
|
…
|
|
user32.spec
|
user32: Implement GetListBoxInfo().
|
2013-05-07 20:07:41 +02:00 |
user_main.c
|
user32: Delay message spying initialization until needed.
|
2012-10-15 19:26:51 +02:00 |
user_private.h
|
user32: Move back to using WC<->MB in order to specify an alternative codepage.
|
2013-05-21 16:55:11 +02:00 |
win.c
|
user32: Make CreateWindowExA and CreateWindowExW hotpatchable.
|
2013-05-24 11:06:03 +02:00 |
win.h
|
user32: Store the pixel format in the window structure.
|
2012-10-09 09:51:29 +02:00 |
winhelp.c
|
…
|
|
winpos.c
|
user32: Send WM_MOVING instead of WM_SIZING when moving a window.
|
2012-11-26 16:01:30 +01:00 |
winproc.c
|
user32: Move back to using WC<->MB in order to specify an alternative codepage.
|
2013-05-21 16:55:11 +02:00 |
winstation.c
|
…
|
|
wsprintf.c
|
…
|
|