Alexandre Julliard
|
14a77db43f
|
user32: Add a stub for IsGUIThread().
|
2010-11-16 21:54:18 +01:00 |
Alexandre Julliard
|
30554d4ef1
|
user32: Check structure size in GetGUIThreadInfo.
|
2010-11-16 21:54:03 +01:00 |
Paul Vriens
|
3d20c8777f
|
user32: Update Serbian (Latin and Cyrillic) translations.
Translation by Đorđe Vasiljević.
|
2010-11-08 11:56:12 +01:00 |
André Hentschel
|
e054fc2310
|
user32: Don't paint new button styles instead of crashing.
|
2010-11-04 11:55:48 +01:00 |
Alexandre Julliard
|
8c963852f8
|
explorer: Make the systray window look more like a real taskbar in desktop mode.
|
2010-11-02 10:32:35 +01:00 |
Yaron Shahrabani
|
21c1034504
|
user32: Added Hebrew translation.
|
2010-10-27 12:00:08 +02:00 |
Austin Lund
|
ccd4479ce9
|
user32/tests: Fixed WM_SETFONT combo box tests.
|
2010-10-26 11:57:57 +02:00 |
Austin Lund
|
d732cd7412
|
user32/tests: Fix some combo box tests for different font sizes.
|
2010-10-25 13:52:51 +02:00 |
Dmitry Timoshkov
|
2f0b9dd3bf
|
user32: FindWindow() should treat an empty title same way as NULL.
|
2010-10-19 11:00:32 +02:00 |
Vladimir Panteleev
|
824c5089d2
|
user32: Update last active popup for all parents.
|
2010-10-18 19:47:58 +02:00 |
Trygve Vea
|
293fc4cd28
|
user32: Updated Norwegian translation.
|
2010-10-15 16:18:50 +02:00 |
Alexandre Julliard
|
e8723a5dee
|
user32: Fix destruction of the active cursor.
|
2010-10-13 15:38:06 +02:00 |
Alexandre Julliard
|
1aab7ea837
|
user32/tests: Add more tests for DestroyCursor on the active cursor.
|
2010-10-13 13:58:19 +02:00 |
Gerald Pfeifer
|
8c7e2f99db
|
user32: Removed some code that is unused after revision 751a09e983 .
|
2010-10-13 11:19:53 +02:00 |
Alexandre Julliard
|
19eea5fa6b
|
user32: Improve error checking in GetIconInfo.
|
2010-10-12 23:24:11 +02:00 |
Alexandre Julliard
|
bb8590f6ce
|
user32: Fix a DC leak in DrawIconEx.
|
2010-10-12 23:01:22 +02:00 |
Alexandre Julliard
|
90ba8ceb07
|
user32: Correctly handle mouse events on a size grip scrollbar.
|
2010-10-12 11:43:21 +02:00 |
Alexandre Julliard
|
299f2b354e
|
user32: Make sure AdjustWindowRect and WM_NCCALCSIZE yield the same result for WS_EX_DLGMODALFRAME windows.
|
2010-10-12 11:28:51 +02:00 |
Alexandre Julliard
|
76e7fcc9d8
|
user32: Store icon objects directly in the cache instead of using a separate structure.
|
2010-10-11 17:11:27 +02:00 |
Alexandre Julliard
|
76cd25c875
|
user32: Reimplement icon copying using CURSORICON_Load.
|
2010-10-11 17:11:27 +02:00 |
Alexandre Julliard
|
6e7846e33e
|
user32: Return the module and resource name in GetIconInfoEx.
|
2010-10-11 17:11:27 +02:00 |
Alexandre Julliard
|
751a09e983
|
user32: Store the module and resource name information for icons.
|
2010-10-11 17:11:27 +02:00 |
Louis Lenders
|
62b9df9031
|
user32/tests: Test FindWindowEx for empty window title.
|
2010-10-11 17:11:25 +02:00 |
Alexandre Julliard
|
d1df0c42ea
|
user32/tests: Test GetIconInfoExW too since the A version is broken on Win64.
|
2010-10-11 12:54:04 +02:00 |
Alexandre Julliard
|
d9ae28926b
|
user32: Get rid of the unused icon cache refcount.
|
2010-10-08 15:24:09 +02:00 |
Alexandre Julliard
|
975bff627b
|
user32: Convert the icon cache to a standard Wine list.
|
2010-10-08 15:24:09 +02:00 |
Alexandre Julliard
|
990842a322
|
user32/tests: Tests for GetIconInfoExA/W.
|
2010-10-08 15:24:09 +02:00 |
Alexandre Julliard
|
d3de0c265b
|
user32: Implemented GetIconInfoExA/W.
|
2010-10-08 15:23:47 +02:00 |
Alexandre Julliard
|
beba1f1586
|
user32: Make sure the driver CreateCursorIcon() entry point is always called.
|
2010-10-08 11:56:46 +02:00 |
Alexandre Julliard
|
d076dfa8e8
|
server: Update child window positions when resizing a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Alexandre Julliard
|
377820e313
|
user32: Don't rely on the cached position for windows that have a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Alexandre Julliard
|
dfab8824c5
|
user32/tests: Make some variables static.
|
2010-10-01 13:37:44 +02:00 |
Louis Lenders
|
6e4e8fb07f
|
user32: UpdateWindow doesn't accept a NULL hwnd.
|
2010-09-29 11:23:57 +02:00 |
Michael Stefaniuc
|
5a2cc94105
|
user32: Simplify the error handling in BITMAP_Load().
This fixes a memleak on an error path (Smatch).
|
2010-09-29 10:06:13 +02:00 |
Erich Hoover
|
7bba6234e3
|
user32: Add support for multiple frames in cursor format.
|
2010-09-28 17:33:20 +02:00 |
Erich Hoover
|
ca7163e438
|
user32: Prepare for multi-frame storing of icons and cursors.
|
2010-09-28 17:33:20 +02:00 |
Alexandre Julliard
|
2f6d41de46
|
user32: Free the window region once it has been set.
|
2010-09-27 21:06:43 +02:00 |
Alexandre Julliard
|
97611dca8b
|
gdi32: Implement MirrorRgn.
|
2010-09-27 20:45:56 +02:00 |
Alexandre Julliard
|
ddaea5456e
|
user32: Set the default process layout based on the file description in the version resource.
|
2010-09-24 15:45:54 +02:00 |
Alexandre Julliard
|
d43cc0cd82
|
user32: Fix the window positions when moving a child window for a RTL window.
|
2010-09-24 15:45:54 +02:00 |
Alexandre Julliard
|
0df8855b20
|
user32: Use screen coordinates for hittest checking to handle RTL windows correctly.
|
2010-09-24 15:45:54 +02:00 |
Alexandre Julliard
|
deb8309760
|
user32: Fix initial computation of client area in WM_NCCALCSIZE for RTL windows.
|
2010-09-24 15:45:54 +02:00 |
Lauri Kenttä
|
41d341cf4e
|
user32: Update Finnish translation.
|
2010-09-24 11:34:15 +02:00 |
Alexandre Julliard
|
9bbfcb5b07
|
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
|
2010-09-23 17:50:11 +02:00 |
Alexandre Julliard
|
024521190a
|
user32: Always store the window rectangles unmirrored after SetWindowPos.
|
2010-09-23 17:50:10 +02:00 |
Alexandre Julliard
|
5c6a1f776a
|
user32: Add support for right-to-left menus.
|
2010-09-22 20:31:52 +02:00 |
Alexandre Julliard
|
3f026cafa5
|
user32: Add support for RTL window layouts in WIN_GetRectangles.
|
2010-09-22 20:28:20 +02:00 |
Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +02:00 |
Dmitry Timoshkov
|
88900f429a
|
user32: Make sure that SendInput always initializes the time field.
|
2010-09-22 12:44:22 +02:00 |
Dmitry Timoshkov
|
6cccf51645
|
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
|
2010-09-22 12:43:43 +02:00 |