Mike McCormack
|
b0499bf71b
|
comctl32: Move code assuming Nx1 into ImageList_CreateImage.
|
2006-10-27 12:01:13 +02:00 |
Oleg Krylov
|
32caf30f9c
|
comctl32: Create tooltip windows with WS_POPUP style.
|
2006-10-25 20:21:34 +02:00 |
Oleg Krylov
|
bea5b4b9f7
|
comctl32: statusbar: Create tooltip window with WS_POPUP and TTS_ALWAYSTIP style.
|
2006-10-25 20:21:13 +02:00 |
Alexandre Julliard
|
7cca856315
|
comctl32: Properly handle negative coordinates for mouse events.
|
2006-10-25 17:41:48 +02:00 |
Mike McCormack
|
11f4fb2dd5
|
comctl32: Create a point from index function and use it.
|
2006-10-25 12:14:36 +02:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Mikołaj Zalewski
|
58bd35c8c5
|
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 17:45:51 +02:00 |
Mikołaj Zalewski
|
e32aa55703
|
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 11:45:12 +02:00 |
Michael Stefaniuc
|
962e97dbf3
|
comctl32/tests: Specify type of function argument and remove unused arguments.
|
2006-10-24 11:33:28 +02:00 |
Rob Shearman
|
c932790dcf
|
comctl32: Fix imagelist leak in tests.
|
2006-10-23 15:18:03 +02:00 |
Andrew Talbot
|
e2d9ce1dbc
|
comctl32: Cast-qual warnings fix.
|
2006-10-23 14:39:07 +02:00 |
Alexandre Julliard
|
9d6d54f5e6
|
comctl32: Position the tooltip window correctly on multi-monitor setups.
|
2006-10-23 14:38:11 +02:00 |
Byeong-Sik Jeon
|
e1fd734c97
|
Korean: Use SUBLANG_NEUTRAL in Korean resources.
|
2006-10-20 13:49:39 +02:00 |
Andrew Talbot
|
30dd37edb0
|
comctl32: Cast-qual warnings fix.
|
2006-10-20 10:19:51 +02:00 |
Mikołaj Zalewski
|
39c4bbe56a
|
comctl32: toolbar: Fix the tests and handling of TB_SETHOTITEM on a disabled button.
|
2006-10-19 14:00:55 +02:00 |
Oleg Krylov
|
2d6b9cafc6
|
comctl32: toolbar: Create tooltip on TB_GETTOOLTIPS message if not yet created.
|
2006-10-19 13:47:08 +02:00 |
Mikołaj Zalewski
|
4205c64e8b
|
comctl32: rebar: Use SM_CYEDGE for heights in NCCalcSize.
|
2006-10-17 11:17:50 +02:00 |
Mikołaj Zalewski
|
1b8c98d35d
|
comctl32: rebar: Don't return rectangles with negative width or height in NCCalcSize.
|
2006-10-16 20:10:34 +02:00 |
Mikołaj Zalewski
|
1e9acccefd
|
comctl32: listview: Update the scroll bars after resizing the last column.
|
2006-10-16 17:05:54 +02:00 |
Mikołaj Zalewski
|
4c5de64014
|
comctl32: header: Test and improve the custom draw and owner draw code.
|
2006-10-16 11:30:34 +02:00 |
Mikołaj Zalewski
|
b182950bb9
|
comctl32: header: Make all repaints pass through HEADER_Refresh.
|
2006-10-16 11:29:48 +02:00 |
Mikołaj Zalewski
|
b793472232
|
comctl32: rebar: bUnicode and NtfUnicode should be the same.
|
2006-10-16 11:29:40 +02:00 |
Mikołaj Zalewski
|
76b162067f
|
comctl32: toolbar: Test and improve TB_SETHOTITEM.
|
2006-10-14 20:43:03 +02:00 |
Mikołaj Zalewski
|
010f31f413
|
comctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave.
|
2006-10-14 20:42:36 +02:00 |
Mikołaj Zalewski
|
d929cec671
|
comctl32: toolbar: Don't try to redraw buttons outside of the clipping rect.
|
2006-10-14 20:42:21 +02:00 |
Mikołaj Zalewski
|
992310e4be
|
comctl32: toolbar: Change the dwData from DWORD to DWORD_PTR.
|
2006-10-14 20:41:48 +02:00 |
Michael Ploujnikov
|
1c16d83379
|
comctl32: Win64 printf format warning fixes.
|
2006-10-14 20:17:06 +02:00 |
Michael Ploujnikov
|
a348e0936a
|
comctl32/tests: Win64 printf format warning fixes.
|
2006-10-13 15:46:06 +02:00 |
Mikołaj Zalewski
|
e998f9a498
|
comctl32: toolbar: Store dwBaseCustDraw and dwItemCDFlag in local variables.
|
2006-10-12 12:56:23 +02:00 |
Mikołaj Zalewski
|
79433e1bda
|
comctl32: toolbar: Merge TOOLBAR_InsertButtonA and TOOLBAR_InsertButtonW.
|
2006-10-12 12:56:07 +02:00 |
Mikołaj Zalewski
|
c95aa8228a
|
comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case).
|
2006-10-12 12:55:56 +02:00 |
Mikołaj Zalewski
|
4cf682b8c4
|
comctl32: toolbar: Remove dwItemCustDraw from TOOLBAR_INFO and store it as a local variable.
|
2006-10-12 12:55:40 +02:00 |
Mikołaj Zalewski
|
e0e2d7482c
|
comctl32: toolbar: Don't send NM_CUSTOMDRAW for separators.
|
2006-10-12 12:55:28 +02:00 |
Mikołaj Zalewski
|
8304d0675f
|
comctl32: header: Call DefWindowProcW not DefWindowProcA.
|
2006-10-12 12:55:10 +02:00 |
Mikołaj Zalewski
|
3f89a71323
|
comctl32: header: Invalidate the control after a WM_SETREDRAW with wParam == TRUE.
|
2006-10-12 12:55:03 +02:00 |
Mikołaj Zalewski
|
056d004b3b
|
comctl32: listview: Don't call ScrollColumn with an out of bounds index when resizing the last column.
|
2006-10-12 12:53:26 +02:00 |
James Hawkins
|
cd073a66a5
|
comctl32: Make internal functions static.
|
2006-10-12 11:35:05 +02:00 |
Mikołaj Zalewski
|
241956101e
|
comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter.
|
2006-10-09 20:53:15 +02:00 |
Mikołaj Zalewski
|
869c3bb74b
|
comctl32: toolbar: Merge AddButtonsA and AddButtonsW into AddButtonsT.
|
2006-10-09 20:52:48 +02:00 |
Mikołaj Zalewski
|
81050ccaff
|
comctl32: toolbar: Create the tooltip control during WM_MOUSEMOVE so that the NM_TOOLTIPSCREATE is not sent too early.
|
2006-10-09 20:52:28 +02:00 |
Mikołaj Zalewski
|
7b899eabe9
|
comctl32: toolbar: Move add/remove/setrect tooltip code to separate functions.
|
2006-10-09 20:52:18 +02:00 |
Mike McCormack
|
1207e84af5
|
comctl32: Return the correct value for CB_GETLBTEXTLEN.
|
2006-10-06 12:54:38 +02:00 |
Hans Leidekker
|
385a8da4e4
|
Don't use utf-8 in rc files.
|
2006-10-06 12:32:23 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
James Hawkins
|
3d2b37cc83
|
comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection change.
|
2006-10-04 09:59:27 +02:00 |
Francois Gouget
|
20eb2f9998
|
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
has been asked for, and sets all the others to zero (with conformance
test).
|
2006-10-03 20:18:57 +02:00 |
Francois Gouget
|
68e84a7a53
|
Add missing '\n's to ok() calls.
|
2006-09-29 17:53:39 +02:00 |
Francois Gouget
|
222c167969
|
Assorted spelling fixes.
|
2006-09-29 16:28:30 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Mikołaj Zalewski
|
c7d034219e
|
comctl32: toolbar: Small fix in TOOLBAR_StyleChanged.
|
2006-09-29 14:42:20 +02:00 |