Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Marcus Meissner
0c15360a3e
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
2006-09-11 11:30:48 +02:00
Jesse Allen
bf69af26be
user: ChangeDisplaySettings virtual desktop mode handling fix.
2006-09-08 13:41:11 +02:00
Dmitry Timoshkov
4f28f7967d
user: Use computed icon rectangle if SS_CENTERIMAGE style is set.
2006-09-07 13:58:55 +02:00
Alexandre Julliard
5cf75e615a
makefiles: Only run test and documentation targets in directories that need them.
2006-08-28 13:37:44 +02:00
Dmitry Timoshkov
a20d033627
user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.
...
- do not force repainting on WM_WINDOWPOSCHANGED in combobox, it
breaks Z-order based painting.
- do nothing in the combobox WM_ERASEBKGND handler do all painting in
WM_PAINT like Windows does.
2006-08-28 11:36:42 +02:00
Alexandre Julliard
909accf311
user: Add .exe extension to wineboot just in case.
2006-08-18 20:56:20 +02:00
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