Dan Kegel
|
0fd521fee3
|
Change RECT to use LONG to match win32 standard headers and fix format
strings to use %ld for RECT elements.
|
2003-01-08 21:09:25 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Alexandre Julliard
|
b4a4c05aed
|
Removed a few more #ifdef __WINE__.
|
2003-01-04 00:19:17 +00:00 |
Dimitrie O. Paun
|
cef5961d2b
|
Eliminate lots of __WINE__ conditionals from the headers.
|
2003-01-03 19:12:55 +00:00 |
Lionel Ulmer
|
5e36ae56b2
|
Check the value of the pfnCallback in addition to the callback bit.
|
2003-01-03 03:06:42 +00:00 |
Chris Morgan
|
fa93b446d0
|
Listview should scroll by at least one column, fixes bug where item
being wider than listview prevents any scrolling from occuring. Added
printing of the scroll code text during tracing of scroll functions.
|
2003-01-03 03:04:22 +00:00 |
Rein Klazes
|
0e162e4643
|
Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a
previously opened AVI clip when there isn't one.
|
2003-01-02 17:54:23 +00:00 |
Duane Clark
|
521aa7412d
|
Validate imagelists with christmas magic.
|
2003-01-02 17:51:13 +00:00 |
Duane Clark
|
3d2e380244
|
Report mode padding tweaks.
Fix to LISTVIEW_GetSubItemRect.
|
2002-12-23 02:02:06 +00:00 |
Rolf Kalbermatter
|
6c79930413
|
Add config.h/port.h to allow compilation/linking in MSVC.
Fix some unsigned/signed warnings.
|
2002-12-16 22:43:58 +00:00 |
Robert Shearman
|
096becedd8
|
Implemented StrStrIW.
|
2002-12-13 23:25:59 +00:00 |
Rolf Kalbermatter
|
4f7ec6335c
|
Typo found by compiling with standard MSVC warning level.
|
2002-12-13 00:35:44 +00:00 |
Dimitrie O. Paun
|
9c50730354
|
Get rid of generic notification support in comctrl32. The MS docs were
misleading in that all controls send these notifications. They don't.
|
2002-12-10 19:07:59 +00:00 |
Dimitrie O. Paun
|
5720007370
|
- Plug a bunch of memory leaks.
- Make ranges_destroy behave more like free().
- Fix messed up indentation from tabs set to 4 chars.
- Updated the documentation.
|
2002-12-10 19:07:27 +00:00 |
Francois Gouget
|
3db0008552
|
Define PSH_WIZARD97 (problem reported by jaymz@free.fr).
|
2002-12-06 23:19:54 +00:00 |
Ove Kaaven
|
1f5315c80f
|
Make sure that no files except unknwn.h include wine/obj_base.h
directly.
|
2002-12-05 20:33:07 +00:00 |
Alexandre Julliard
|
18d029722f
|
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
contents to user.h.
Moved message.h and winproc.h to dlls/user.
|
2002-12-03 23:34:52 +00:00 |
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 |