Sign in
goma
/
wine
/
8e1e62616a93bc9f6e83a0eb7ee8ac8d2766bd71
/
dlls
/
comctl32
4c5de64
comctl32: header: Test and improve the custom draw and owner draw code.
by Mikołaj Zalewski
· 18 years ago
b182950
comctl32: header: Make all repaints pass through HEADER_Refresh.
by Mikołaj Zalewski
· 18 years ago
b793472
comctl32: rebar: bUnicode and NtfUnicode should be the same.
by Mikołaj Zalewski
· 18 years ago
76b1620
comctl32: toolbar: Test and improve TB_SETHOTITEM.
by Mikołaj Zalewski
· 18 years ago
010f31f
comctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave.
by Mikołaj Zalewski
· 18 years ago
d929cec
comctl32: toolbar: Don't try to redraw buttons outside of the clipping rect.
by Mikołaj Zalewski
· 18 years ago
992310e
comctl32: toolbar: Change the dwData from DWORD to DWORD_PTR.
by Mikołaj Zalewski
· 18 years ago
1c16d83
comctl32: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
a348e09
comctl32/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
e998f9a
comctl32: toolbar: Store dwBaseCustDraw and dwItemCDFlag in local variables.
by Mikołaj Zalewski
· 18 years ago
79433e1
comctl32: toolbar: Merge TOOLBAR_InsertButtonA and TOOLBAR_InsertButtonW.
by Mikołaj Zalewski
· 18 years ago
c95aa82
comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case).
by Mikołaj Zalewski
· 18 years ago
4cf682b
comctl32: toolbar: Remove dwItemCustDraw from TOOLBAR_INFO and store it as a local variable.
by Mikołaj Zalewski
· 18 years ago
e0e2d74
comctl32: toolbar: Don't send NM_CUSTOMDRAW for separators.
by Mikołaj Zalewski
· 18 years ago
8304d06
comctl32: header: Call DefWindowProcW not DefWindowProcA.
by Mikołaj Zalewski
· 18 years ago
3f89a71
comctl32: header: Invalidate the control after a WM_SETREDRAW with wParam == TRUE.
by Mikołaj Zalewski
· 18 years ago
056d004
comctl32: listview: Don't call ScrollColumn with an out of bounds index when resizing the last column.
by Mikołaj Zalewski
· 18 years ago
cd073a6
comctl32: Make internal functions static.
by James Hawkins
· 18 years ago
2419561
comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter.
by Mikołaj Zalewski
· 18 years ago
869c3bb
comctl32: toolbar: Merge AddButtonsA and AddButtonsW into AddButtonsT.
by Mikołaj Zalewski
· 18 years ago
81050cc
comctl32: toolbar: Create the tooltip control during WM_MOUSEMOVE so that the NM_TOOLTIPSCREATE is not sent too early.
by Mikołaj Zalewski
· 18 years ago
7b899ea
comctl32: toolbar: Move add/remove/setrect tooltip code to separate functions.
by Mikołaj Zalewski
· 18 years ago
1207e84
comctl32: Return the correct value for CB_GETLBTEXTLEN.
by Mike McCormack
· 19 years ago
385a8da
Don't use utf-8 in rc files.
by Hans Leidekker
· 19 years ago
82babbe
Add missing '\n's to Wine traces.
by Francois Gouget
· 19 years ago
3d2b37c
comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection change.
by James Hawkins
· 19 years ago
20eb2f9
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
by Francois Gouget
· 19 years ago
68e84a7
Add missing '\n's to ok() calls.
by Francois Gouget
· 19 years ago
222c167
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
c7d0342
comctl32: toolbar: Small fix in TOOLBAR_StyleChanged.
by Mikołaj Zalewski
· 19 years ago
764c5b3
comctl32: toolbar: Set correcly hwndTrack in TrackMouseEvent call.
by Mikołaj Zalewski
· 19 years ago
5db5744
comctl32: toolbar: Test and fix TB_ADDSTRING from resource.
by Mikołaj Zalewski
· 19 years ago
100e394
comctl32: Update Polish translation.
by Mikołaj Zalewski
· 19 years ago
8cbca5d
comctl32: toolbar: If wParam in TB_ADDBUTTON is large, enlarge the
by Mikołaj Zalewski
· 19 years ago
c77890d
comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE.
by Mikołaj Zalewski
· 19 years ago
2fa4567
comctl32: toolbar: Fix the return code of TB_ADDBITMAP.
by Mikołaj Zalewski
· 19 years ago
12d3235
comctl32: toolbar: Simplify the TOOLBAR_AddButton.
by Mikołaj Zalewski
· 19 years ago
9e39009
comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).
by Mikołaj Zalewski
· 19 years ago
d457b37
comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
by Mikołaj Zalewski
· 19 years ago
89f537d
comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase).
by Mikołaj Zalewski
· 19 years ago
80664de
comctl32: toolbar: Add some tests for TB_ADDBITMAP.
by Mikołaj Zalewski
· 19 years ago
5facde4
comctl32: toolbar: Don't leak the intoPtr->bitmaps during resizing and destruction.
by Mikołaj Zalewski
· 19 years ago
5564266
comctl32: header: Update the header comment.
by Mikołaj Zalewski
· 19 years ago
e4f3689
comctl32: header: Remove the nOldWidth.
by Mikołaj Zalewski
· 19 years ago
bd7f932
comctl32: header: Send new values in notifies during resize and drag-drop instead of the old ones.
by Mikołaj Zalewski
· 19 years ago
f85ceb1
comctl32: header: Merge the simple delete and complex delete.
by Mikołaj Zalewski
· 19 years ago
d98b9a4
comctl32: header: Simplify the insert/delete code by using ReAlloc.
by Mikołaj Zalewski
· 19 years ago
8ab78e1
comctl32: header: Test the header order-management code and fix some bugs.
by Mikołaj Zalewski
· 19 years ago
9de2c50
comctl32: listview: Don't edit labels after the first click of a double click.
by Mikołaj Zalewski
· 19 years ago
88b0e04
comctl32: listview: Don't edit labels on click if the view was not focused.
by Mikołaj Zalewski
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
cc90540
comctl32: Cast-qual warnings fix.
by Andrew Talbot
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
a7ca25a
comctl32: Remove unneccessary default debug channels.
by Marcus Meissner
· 19 years ago
998e256
Fix some -Wstrict-prototype warnings () -> (void).
by Stefan Huehner
· 19 years ago
21b94d4
comctl32: Correctly map toolbar bitmap mask color in case of non-default color scheme.
by Oleg Krylov
· 19 years ago
496d634
comctl32: Fix ImageList_Replace function to correctly apply image mask.
by Oleg Krylov
· 19 years ago
3e68a1f
comctl32: toolbar: Use HOT imagelist for buttons in CHECKED state.
by Oleg Krylov
· 19 years ago
650c9c4
comctl32: Limit the width of the watermark to 164 pixels.
by Huw Davies
· 19 years ago
608ddd4
comctl32: Limit the size of the header bitmap to 49x49.
by Huw Davies
· 19 years ago
d1be762
comctl32: Invalidate the header area so that updated titles will be drawn.
by Huw Davies
· 19 years ago
12c0da6
comctl32: Wordwrap the sub title.
by Huw Davies
· 19 years ago
64ddc97
comctl32: The titles are already converted to unicode so always use DrawTextW to write them.
by Huw Davies
· 19 years ago
1a40c4c
comctl32/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
8d1e492
comctl32/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
c872bd5
comctl32: Updated Korean resource.
by Hwang YunSong(황윤성)
· 19 years ago
f01ae8a
comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is initially set.
by Huw Davies
· 19 years ago
412aa2a
comctl32: Use struct member after check for NULL (Coverity).
by Paul Vriens
· 19 years ago
7ce1bb8
comctl32: Use wsprintf instead of strcat building the properties
by Mikołaj Zalewski
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
77dc0d9
.gitignore: Added wildcards to ignore generated resource files.
by Alexandre Julliard
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
00e7793
janitorial: Put "inline static" at the beginning of a declaration.
by Michael Stefaniuc
· 19 years ago
2248217
comctl32: listview: Recompute header size after an insertion of a column.
by Mikołaj Zalewski
· 19 years ago
b93f547
comctl32/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
11ae0f6
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
13115d8
comctl32: Add a short test for the listview.
by Mike McCormack
· 19 years ago
f86270a
comctl32: Arrange the listview after deleting all items so we will place icons at the top again.
by Mike McCormack
· 19 years ago
52c204b
comctl32: Use the listview's background colour when drawing with imagelist.
by Mike McCormack
· 19 years ago
03e2b33
comctl32: Don't use sizeof in traces to avoid printf format warnings.
by Alexandre Julliard
· 19 years ago
217dae6
comctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler.
by Dmitry Timoshkov
· 19 years ago
b4d5dd5
comctl32: Remove WM_SYSCOMMAND handler from PROPSHEET_DialogProc.
by Dmitry Timoshkov
· 19 years ago
ddf0049
comctl32/header: Check Null before accessing struct member.
by Paul Vriens
· 19 years ago
baea649
comctl32: header: Update the rects in HEADER_Refresh if needed.
by Mikołaj Zalewski
· 19 years ago
1d40bf0
comctl32: propsheet: Fixed buffer sizes for LoadStringW.
by Alexandre Julliard
· 19 years ago
414128e
comctl32: header: Ignore out-of-range iOrder in SetItemT.
by Mikołaj Zalewski
· 19 years ago
5ca5c84
comctl32/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
b836d1f
comctl32/tests: Write-strings warning fix.
by Andrew Talbot
· 19 years ago
ac30d46
comctl32: Dialog procedures should be called with CallWindowProc.
by Alexandre Julliard
· 19 years ago
ee430bf
comctl32: header: Put the new item in place of the hot divider instead of swapping.
by Mikołaj Zalewski
· 19 years ago
7ab4111
comctl32: header: Draw the drag image and hot dividers while dragging an item.
by Mikołaj Zalewski
· 19 years ago
89b62b4
comctl32: header: Fix an order-related bug in HEADER_InternalHitTest.
by Mikołaj Zalewski
· 19 years ago
7e461db
comctl32: header: Implement HDM_SETHOTDIVIDER.
by Mikołaj Zalewski
· 19 years ago
4301543
comctl32: header: Implement HDM_CREATEDRAGIMAGE.
by Mikołaj Zalewski
· 19 years ago
bfe030d
comctl32: listview: Apply the HDS_DRAGDROP header style if needed.
by Mikołaj Zalewski
· 19 years ago
ce7e2e1
Uniformization of French main menu accelerators.
by Jonathan Ernst
· 19 years ago
Next »