Francois Gouget
|
d2667a4ce3
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
Dimitrie O. Paun
|
d2e881d543
|
- Typesafe parameters from TREEVIEW_NotifyFormat.
- Rewrite TREEVIEW_NotifyFormat.
- Fix several invocations of TREEVIEW_SendTreeviewNotify.
|
2002-11-27 20:15:49 +00:00 |
Andreas Mohr
|
1e6258fca5
|
Added the missing cx member to the MyDLGITEMTEMPLATEEX struct.
|
2002-11-25 02:45:19 +00:00 |
Aric Stewart
|
eb56d81956
|
LVN_GETDISPINFO seems to always be Ansi.
|
2002-11-25 01:11:11 +00:00 |
Tisheng Chen
|
80a6620815
|
Added Simplified Chinese support.
|
2002-11-20 19:47:44 +00:00 |
Alexandre Julliard
|
bb0fd59674
|
Setting the horizontal scrollbar can change the values for the
vertical one so make sure we compute them separately.
|
2002-11-18 19:51:11 +00:00 |
Dimitrie O. Paun
|
0fe326c499
|
Use DeleteDC instead of DeleteObject to free HDCs (spotted by Dietrich
Teickner <Dietrich_Teickner@t-online.de>).
Clear the imagelist structure on deletion, as some stupid apps free
imagelists multiple times.
|
2002-11-18 19:45:22 +00:00 |
Ulrich Czekalla
|
fbf98737d2
|
- Add support for multiple image lists.
- Add TBN_INITCUSTOMIZE notification.
- Correctly populate TBN_QUERYDELETE.
- Support TBN_GETBUTTONINFOW.
|
2002-11-13 21:21:03 +00:00 |
Huw Davies
|
8d74ef1030
|
Check the return value of ImageList_GetImageInfo before adjusting the
size.
|
2002-11-13 19:39:09 +00:00 |
Rolf Kalbermatter
|
91befd6902
|
Fix some NULL dereferencing.
|
2002-11-11 22:19:42 +00:00 |
Dimitrie O. Paun
|
add721769b
|
Do not draw the text of the item being edited.
|
2002-11-06 22:32:00 +00:00 |
Dimitrie O. Paun
|
c6ff9064d0
|
Fix the 'jumping selection' bug (#1108).
Misc small cleanups.
|
2002-11-06 22:01:56 +00:00 |
Alexandre Julliard
|
1e1313d54c
|
Made the dll entry point default to DllMain and removed most of the
'init' spec file declarations.
|
2002-11-04 23:53:41 +00:00 |
Carlos Lozano
|
5347222b23
|
lParam was not properly sent in COMBOEX_DrawItem.
|
2002-10-31 22:02:47 +00:00 |
Dimitrie O. Paun
|
40dab82a13
|
Append columns with large column indices.
|
2002-10-31 22:01:33 +00:00 |
Dmitry Timoshkov
|
601a3abec1
|
Fix some types and function prototypes according to Platform SDK
definitions.
|
2002-10-31 01:04:39 +00:00 |
Dimitrie O. Paun
|
4bbd7b3e26
|
Fix some treeview notification codes between ANSI/Unicode mode.
|
2002-10-31 00:54:53 +00:00 |
Rein Klazes
|
d9310e76c4
|
Fix for listview wheelmouse message handling.
|
2002-10-29 23:08:33 +00:00 |
Sander van Leeuwen
|
f9768f4792
|
Fixed font object leak in WM_SETFONT handler.
|
2002-10-29 21:28:37 +00:00 |
Dimitrie O. Paun
|
02af550a2a
|
Send the right notification code (A/W) depending on the Unicode
setting.
|
2002-10-29 21:25:35 +00:00 |
Alexandre Julliard
|
26a470e1f0
|
set_main_item: ignore meaningless bits in stateMask for LVS_OWNERDATA
instead of failing.
|
2002-10-28 21:21:42 +00:00 |
Dimitrie O. Paun
|
2d2e6acbbd
|
We should always have a main item in report mode.
|
2002-10-28 20:40:21 +00:00 |
Dimitrie O. Paun
|
7e12841030
|
Properly fill lParam in NMLISTVIEW.
|
2002-10-28 20:38:39 +00:00 |
Dimitrie O. Paun
|
173d40a493
|
Fix crash-inducing typo/thinko.
|
2002-10-28 20:38:03 +00:00 |
Dimitrie O. Paun
|
5574e750c5
|
Mark immutable objects as const. Fix inconsistent *-style.
|
2002-10-28 20:37:28 +00:00 |
Dimitrie O. Paun
|
f5221578f6
|
Add LVHITTESTINFO debug helper. More tracing.
|
2002-10-28 20:36:52 +00:00 |
Dimitrie O. Paun
|
17b97eb929
|
Despite what the docs say, we have to invalidate the list on
WM_SETREDRAW(TRUE).
|
2002-10-28 20:36:16 +00:00 |
Dimitrie O. Paun
|
ccc8f7dca9
|
Eliminate flicker when resizing, docs updates.
|
2002-10-28 20:35:44 +00:00 |
Dimitrie O. Paun
|
19a1c42386
|
Cleanup, and simplification of UpdateSize.
|
2002-10-28 20:35:09 +00:00 |
Dimitrie O. Paun
|
9a9fcab763
|
Handle focus item properly in SetItemCount.
|
2002-10-28 20:34:34 +00:00 |
Dimitrie O. Paun
|
f9e70d8b81
|
Remove only the necessary selections when setting the item count.
|
2002-10-28 20:34:00 +00:00 |
Dimitrie O. Paun
|
28a2f193a3
|
Rewrite of the SetItemCount: bugs got squashed,
LVSICF_{NOSCROLL,NOINVALIDATEALL} implemented.
|
2002-10-28 20:33:18 +00:00 |
Carlos
|
5803819971
|
lParam was not properly sent in TTM_ADDTOOLW.
|
2002-10-28 18:50:36 +00:00 |
Carlos
|
392defd3ef
|
lParam was not properly sent in CBEN_GETDISPINFOW.
|
2002-10-28 18:50:14 +00:00 |
Andreas Mohr
|
6e256c72fe
|
- fix some pselling
- enhance some TRACEs
|
2002-10-25 19:09:02 +00:00 |
Dimitrie O. Paun
|
5a11b009f1
|
Do not invalidate list on WM_SETREDRAW.
Update size info even if redrawing is disabled.
Trivial cleanups, and some tracing.
|
2002-10-25 03:21:25 +00:00 |
Dimitrie O. Paun
|
221398344e
|
We can avoid flicker on column resize only if it's left align.
|
2002-10-25 03:20:43 +00:00 |
Dimitrie O. Paun
|
fa5b29acd3
|
Always draw the main item in full row select.
|
2002-10-25 03:20:03 +00:00 |
Dimitrie O. Paun
|
f7441d00ed
|
Use iterators to render over the columns, in report mode.
|
2002-10-25 03:19:24 +00:00 |
Dimitrie O. Paun
|
863d6a87f5
|
Small iterator-over-range[s] cleanup.
|
2002-10-25 03:18:47 +00:00 |
Dimitrie O. Paun
|
83679e6b88
|
Eliminate most of the flicker when resizing columns.
More debug tracing.
|
2002-10-25 03:18:07 +00:00 |
Dimitrie O. Paun
|
ab97b86902
|
Fix subitem background color in full row select.
|
2002-10-25 03:17:36 +00:00 |
Dimitrie O. Paun
|
b14c82a8b8
|
We should callback for inexistent subitems.
Do not store callback items for subitems, even if we're asked to.
Small cleanup.
|
2002-10-25 03:17:04 +00:00 |
Dimitrie O. Paun
|
16db256923
|
Fix crash when computing the item width of a report with no columns.
Override custom draw bkgnd color for selection items.
Fill background for all items that have a bkgnd colour.
|
2002-10-25 03:16:26 +00:00 |
Dimitrie O. Paun
|
3520c83275
|
Keep autoarranging items until one is moved.
|
2002-10-25 03:15:51 +00:00 |
Dimitrie O. Paun
|
01e82f2b27
|
Abstract autoarranging decision to a helper function.
|
2002-10-25 03:15:18 +00:00 |
Dimitrie O. Paun
|
5b8361463d
|
Do not do screen work if refreshing is disabled.
Reimplement SetRedraw to cope with the changes.
|
2002-10-25 03:14:44 +00:00 |
Dimitrie O. Paun
|
c4e45d7f94
|
Rewrite the UpdateScroll function: simpler, faster.
Add debugging helper for SCROLLINFO.
Fix potential bug in debugging helpers.
|
2002-10-25 03:14:06 +00:00 |
Dimitrie O. Paun
|
89ab25a737
|
Avoid division by 0 by initializing the item size in on creation.
Rename update_icon_size to set_icon_size, fix parameters order.
Assorted cleanups.
|
2002-10-23 23:32:50 +00:00 |
Dimitrie O. Paun
|
5ffde298fe
|
Append to the end of the DPA, if insert index is too large.
|
2002-10-23 23:32:19 +00:00 |