Alexandre Julliard
8653598a66
user: Defer all ExitWindowsEx processing to wineboot.
2006-08-17 20:54:21 +02:00
Alexandre Julliard
7814420f2f
user: Explicitly load explorer.exe from the system directory.
2006-08-16 16:43:08 +02:00
Alexandre Julliard
68eddac14b
user/tests: Fix a compiler warning, and remove some useless casts.
2006-08-15 19:50:34 +02:00
Frank Richter
b3399ad2e4
user: Fix SPI_SETICONTITLELOGFONT to check for LOGFONTW size.
2006-08-14 20:49:12 +02:00
Frank Richter
e1e02dfcc2
user: Initialize size of nonclients struct in load_nonclient_metrics.
2006-08-14 20:49:05 +02:00
Aric Stewart
26985e6bec
user: Implement MNS_NOTIFYBYPOS.
2006-08-11 14:45:30 +02:00
Mike McCormack
7aeefa305f
user32: Remember to draw the icon when SS_CENTERIMAGE is set.
2006-08-10 10:55:52 +02:00
Michael Kaufmann
21750e2717
user: Fix the keyboard navigation and some graphical glitches for multi-column menus.
2006-08-09 20:36:43 +02:00
Michael Kaufmann
b997cd7629
user: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION, and LR_MONOCHROME.
2006-08-09 17:29:01 +02:00
Michael Kaufmann
9f07bcd25f
user: Accept more flags in SetMenuItemInfo and ModifyMenu.
...
- Accept MFT_MENU{BAR}BREAK, MFT_RADIOCHECK, MFT_RIGHTJUSTIFY, and
MFT_RIGHTORDER in SetMenuItemInfo.
- InsertMenu, AppendMenu, ModifiyMenu: Accept MF_HILITE flag (undocumented).
- SetMenuItemInfo: Only use the lower word of the bitmap handle as
documented in MSDN (Word 95 depends on this).
- The type MFT_RADIOCHECK cannot be set if only the checkmarks are
modified with SetMenuItemInfo.
- New tests.
2006-08-09 17:16:56 +02:00
Alexandre Julliard
672bfc2d62
server: Make the message extra info 64 bits on Win64.
2006-08-09 17:10:14 +02:00
Alexandre Julliard
d3b3096756
server: Split the queuing of hardware messages into a separate send_hardware_message request.
2006-08-09 16:45:26 +02:00
Hwang YunSong(황윤성)
78610e20cc
user32: Updated Korean resource.
2006-08-09 11:21:16 +02:00
Andrew Talbot
9a67d452fa
user/tests: Write-strings warnings fix.
2006-08-09 11:20:18 +02:00
Robert Shearman
b550f34f2e
user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process.
2006-08-08 19:35:15 +02:00
Andrew Talbot
47b90d6b11
user/tests: Write-strings and cast-qual warnings fix.
2006-08-08 11:14:57 +02:00
Dan Hipschman
74ece17c6b
user: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.
2006-08-04 20:47:26 +02:00
Dan Hipschman
5048685970
user: Add a test for CreateWindowEx.
2006-08-04 20:47:26 +02:00
Alexandre Julliard
121f9c7e55
user: Don't bother checking the WS_VISIBLE style on the desktop window.
2006-08-04 20:47:26 +02:00
Alexandre Julliard
94207adce6
user: Add some missing internal Wine messages to the message spy.
2006-08-02 22:02:13 +02:00
Alexandre Julliard
2c2299685f
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
...
Also use the same code for Get/SetWindowWord.
Based on a patch by Ge van Geldorp.
2006-08-02 21:59:00 +02:00
Dmitry Timoshkov
0049e563cc
user: Add a couple of missing bits to the SetWindowLong test.
2006-08-01 18:34:56 +02:00
Robert Shearman
447721e8cb
user: Ignore setting NULL window procs inside SetWindowLong.
...
Add tests for SetWindowLong error cases.
2006-07-31 21:54:55 +02:00
Vitaliy Margolen
066e0d5b1b
user: Set buffer to '\0' in GetKeyNameTextA too.
2006-07-31 11:16:11 +02:00
Alexandre Julliard
293d7ab688
user: Abort WaitForUserIdle if the target process died.
2006-07-28 18:01:50 +02:00
Andrew Talbot
aa57a0b939
user/tests: Write-strings warnings fix.
2006-07-27 12:22:55 +02:00
Vitaliy Margolen
334a0719b8
x11drv: Number of fixes for ChangeDisplaySettingsEx with tests.
2006-07-26 15:28:08 +02:00
Alexandre Julliard
ce40ef18df
server: Rename the wait_input_idle request to better reflect what it does.
...
Also get rid of the unused timeout field.
2006-07-26 11:48:25 +02:00
Dmitry Timoshkov
a8af062baa
user: Add more TrackMouseEvent tests, particularly a test with
...
injected mouse move events. Fix a problem detected by the test.
2006-07-24 19:57:33 +02:00
Dmitry Timoshkov
5292f97611
user: Various TrackMouseEvent fixes.
...
- Use WINPOS_WindowFromPoint instead of WindowFromPoint in order to
use hittest directly to simplify the code.
- WM_NCMOUSEHOVER and WM_MOUSEHOVER take different parameters.
2006-07-24 19:57:02 +02:00
Dmitry Timoshkov
e882cdf55c
user: Add a trace to EndDeferWindowPos.
2006-07-24 19:56:26 +02:00
Dmitry Timoshkov
b32597826e
user: Use (win) debug channel by default, add a TRACE to SendInput.
2006-07-24 19:56:16 +02:00
Dmitry Timoshkov
f1e46cbe85
user: Add a TrackMouseEvent test, make it pass under Wine.
2006-07-21 10:52:36 +02:00
Ge van Geldorp
54afeb02de
user32: Implement Get/SetClassLongPtrA/W.
2006-07-12 20:04:18 +02:00
Andrew Ziem
c142bd9115
user: Implement Ascii version of SPI_GETDESKWALLPAPER.
2006-07-12 19:32:06 +02:00
Alexandre Julliard
eb8a40c368
libs: Merged libwine_unicode into libwine.
...
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Alexandre Julliard
77dc0d9be5
.gitignore: Added wildcards to ignore generated resource files.
2006-07-10 21:39:00 +02:00
Alexandre Julliard
0fa8baafcb
make_dlls: Recursively ignore .ok files in all tests directories.
2006-07-10 21:26:50 +02:00
Alexandre Julliard
edd100b899
make_dlls: Recursively ignore testlist.c in all tests directories.
2006-07-10 21:19:42 +02:00
Alexandre Julliard
5258e061dc
make_dlls: Ignore generated import libraries from the top-level .gitignore.
2006-07-10 20:55:58 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Dmitry Timoshkov
19e7fab981
user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine.
2006-07-10 11:47:44 +02:00
Michael Stefaniuc
00e779370f
janitorial: Put "inline static" at the beginning of a declaration.
2006-07-07 14:30:35 +02:00
Andrew Talbot
7591285502
user/tests: Write-strings warnings fix.
2006-07-05 13:06:03 +02:00
Dmitry Timoshkov
b2686ad2dd
include: Move appropriate parts of winpos.h to winuser.h and win.h,
...
remove winpos.h afterwards.
2006-06-29 14:48:42 +02:00
Mikołaj Zalewski
1ad6c1b93c
user: user32_Pl.rc: Fix the capitalization of OK.
2006-06-26 13:38:02 +02:00
Vitaly Lipatov
88694be2ad
user32: Fix character conversion in combo box.
...
Replace toupper/tolower with CharUpper/CharLower functions.
2006-06-15 11:26:57 +02:00
Alexandre Julliard
2864377793
user32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:36 +02:00
Michael Stefaniuc
fee72b607a
Yet another round of redundant NULL checks before HeapFree.
2006-06-13 11:40:23 +02:00
Dmitry Timoshkov
099e23ce49
user32: Remove redundant SetLastError call from MENU_SetMenu.
2006-06-12 13:21:48 +02:00