Sweden-Number/dlls/user32
Dmitry Timoshkov c049f83308 user32: Do not ask DrawFrameControl() to modify the passed in rectangle.
This patch should fix the regression(s) caused by my recent button painting
patches. The problem was that DrawFrameControl() was modifying the rectangle,
and one of my patches stopped calling DrawFrameControl() in case of ODA_FOCUS
action, so drawing an entire button and only focus started to differ, which
was hidden by the custom clipping (that was removed by my last patch).
2010-04-16 12:40:52 +02:00
..
resources user32: Replace oic_sample.ico with Tango compliant icon. 2010-04-08 12:32:58 +02:00
tests user32: The Z-order of owned windows doesn't depend on them having the WS_POPUP style. 2010-04-13 21:10:00 +02:00
Makefile.in user32: Replace oic_sample.ico with Tango compliant icon. 2010-04-08 12:32:58 +02:00
button.c user32: Do not ask DrawFrameControl() to modify the passed in rectangle. 2010-04-16 12:40:52 +02:00
caret.c
class.c user32: Avoid using HIWORD() on atoms/resources. 2010-02-04 13:39:27 +01:00
clipboard.c user32: Get rid of 16-bit handles in the driver clipboard interface. 2009-12-23 14:27:31 +01:00
combo.c user32: Preselect all editbox text when combo gets focus. 2010-01-25 18:05:03 +01:00
controls.h user32: Store 32-bit and 16-bit cursors/icons in independent structures. 2010-02-08 17:49:47 +01:00
cursoricon.c user32: Fix compiler warnings with flag -Wcast-qual. 2010-04-01 18:12:42 +02:00
dde_client.c
dde_misc.c user32: Don't try to free a handle with a value of 1, which is the dde handle value for asynchronous operations. 2010-01-05 12:29:03 +01:00
dde_private.h
dde_server.c
defdlg.c user32: Don't overwrite the default button id when creating the dialog structure. 2010-02-17 11:43:34 +01:00
defwnd.c user32: Don't forward WM_SETCURSOR to the desktop window. 2010-02-12 15:55:45 +01:00
desktop.c user32: Make user.exe into a stand-alone 16-bit module. 2009-12-24 12:15:12 +01:00
dialog.c user32: Also show dialogs right after a WM_TIMER message. 2010-03-02 14:29:21 +01:00
driver.c user32: Get rid of 16-bit handles in the driver clipboard interface. 2009-12-23 14:27:31 +01:00
edit.c user32: Fix case where EM_SCROLL with page down results in trying to scroll up past the beginning. 2010-03-03 14:01:58 +01:00
exticon.c user32: Get rid of support for extracting icons from builtin dlls. 2009-12-23 14:27:22 +01:00
focus.c user32: Don't send focus change messages if foreground window didn't change. 2009-08-31 16:36:17 +02:00
hook.c user32: Avoid using HIWORD() on atoms/resources. 2010-02-04 13:39:27 +01:00
icontitle.c user32: Simplify window procedure allocation for the builtin classes. 2009-12-18 12:39:13 +01:00
input.c user32: Return fake global information in GetCursorInfo instead of thread-local values. 2010-03-19 11:59:51 +01:00
listbox.c user32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code. 2009-12-24 21:09:17 +01:00
lstr.c
mdi.c user32: Remove useless NULL check (Coverity). 2010-01-06 17:22:31 +01:00
menu.c user32: Set WM_EXITMENULOOP wParam same way as for WM_ENTERMENULOOP. 2010-04-12 11:29:34 +02:00
message.c user32: Pack the structure for WM_DDE_ACK to allow crossing 32/64 boundaries. 2010-03-30 20:43:41 +02:00
misc.c user32: EnumDisplayDevicesW, populate DeviceID member. 2010-01-25 12:54:19 +01:00
msgbox.c user32: Avoid using HIWORD() on atoms/resources. 2010-02-04 13:39:27 +01:00
nonclient.c user32: Make user.exe into a stand-alone 16-bit module. 2009-12-24 12:15:12 +01:00
painting.c user32: DeleteDC() should allow to delete a DC returned by GetDC(). 2010-02-24 16:03:02 +01:00
property.c user32: Avoid using HIWORD() on atoms/resources. 2010-02-04 13:39:27 +01:00
resource.c user32: Avoid using HIWORD() on atoms/resources. 2010-02-04 13:39:27 +01:00
resources.h
scroll.c user32: End scrollbar tracking if the mouse capture is lost. 2010-03-25 10:55:51 +01:00
spy.c user32: Sync vkey codes with winuser.h. 2010-02-22 13:16:14 +01:00
static.c user32: Initialize hICON to NULL (Coverity). 2009-12-30 16:12:24 +01:00
sysparams.c user32: Avoid pointer truncation in SetSysColorsTemp. 2010-04-09 13:58:14 +02:00
text.c user32: Invert y in DrawTextEx in GM_COMPATIBLE mode if y increases up. 2009-09-28 12:37:20 +02:00
uitools.c user32/uitools: Fix FillRect behaviour for invalid brush passed. 2009-12-30 16:11:51 +01:00
user32.spec user32: Move DestroyIcon32 implementation to user16.c. 2009-12-22 13:48:19 +01:00
user_main.c user32: Always start the 64-bit version of wineboot.exe on Wow64. 2010-03-29 15:50:10 +02:00
user_private.h user32: Store the current cursor and show count in the server. 2010-03-22 17:54:21 +01:00
win.c user32: Always start the 64-bit version of explorer.exe on Wow64. 2010-03-29 12:26:42 +02:00
win.h user32: Make user.exe into a stand-alone 16-bit module. 2009-12-24 12:15:12 +01:00
winhelp.c
winpos.c user32: The Z-order of owned windows doesn't depend on them having the WS_POPUP style. 2010-04-13 21:10:00 +02:00
winproc.c user32: Store 32-bit and 16-bit cursors/icons in independent structures. 2010-02-08 17:49:47 +01:00
winstation.c
wsprintf.c user32: Move wsprintf16 to user16.c. 2009-12-18 12:44:26 +01:00