Francois Gouget
|
52c0832161
|
Make Unicode strings static const.
|
2004-04-20 01:12:17 +00:00 |
Robert Shearman
|
997ce1926e
|
Forward some wrapper functions since we don't care about compatibility
with Win98 in this case.
|
2004-02-17 22:47:21 +00:00 |
Robert Shearman
|
187c8b71ce
|
Move string functions to separate file.
|
2004-02-17 21:02:18 +00:00 |
Robert Shearman
|
524cad7413
|
Documentation update.
|
2004-02-17 20:23:05 +00:00 |
Robert Shearman
|
436145e975
|
Fix nGrow initialization in DPA_CreateEx.
|
2004-02-06 05:16:32 +00:00 |
Alexandre Julliard
|
4e47ccb490
|
There is no need for a private heap in comctl32, memory allocations
should go to the standard process heap (reported by Ge van Geldorp).
|
2004-01-26 20:23:08 +00:00 |
Dimitrie O. Paun
|
e5762652d2
|
Remove some dead code: hwndParent is not used anywhere.
|
2003-11-20 04:19:41 +00:00 |
Alexandre Julliard
|
10aacbf3ef
|
Renamed the COMCTL32_* functions to use the exported name.
|
2003-09-17 22:42:04 +00:00 |
Alexandre Julliard
|
f5cb3dde17
|
Moved undocumented functions out of the exported commctrl.h.
|
2003-09-17 20:15:21 +00:00 |
Robert Shearman
|
5dbf835b43
|
Add proper names to ordinal-only functions.
|
2003-09-11 01:04:24 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Filip Navara
|
1ccaaa1a82
|
Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
ImageList_EndDrag, ImageList_SetImageCount.
|
2003-08-22 23:51:15 +00:00 |
Francois Gouget
|
9591836ffb
|
'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
|
2003-06-18 19:45:22 +00:00 |
Uwe Bonnes
|
29ef801b40
|
DPA_Search: Handle DPAS_INSERTBEFORE on empty list.
|
2003-05-15 23:55:12 +00:00 |
Alexandre Julliard
|
dd74d9d889
|
Ordinals 410-413 are the window subclassing functions.
|
2003-05-11 03:40:59 +00:00 |
Jon Griffiths
|
cd4234aa49
|
Documentation updates.
|
2003-03-18 18:35:48 +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 |
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 |
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 |
Michael Stefaniuc
|
353529b2c8
|
- fix the "int format, HANDLE arg" type of warnings for comctl32
- compile the comctl32 dll with -DSTRICT
|
2002-10-23 22:19:10 +00:00 |
Dimitrie O. Paun
|
254e7484fa
|
DPAs can't have more than 0x8000 elements (fixed with lots of help
from Carlos <clozano@andago.com).
|
2002-10-21 19:54:06 +00:00 |
Dimitrie O. Paun
|
c7fbc1b2c9
|
No need to increment item size, it's already adjusted by DPA_SetPtr
(found, and fixed by Carlos <clozano@andago.com>).
|
2002-10-21 19:49:44 +00:00 |
Dimitrie O. Paun
|
6168b98176
|
Do not rely on HeapReAlloc to allocate a NULL pointer.
|
2002-10-21 19:49:12 +00:00 |
Dimitrie O. Paun
|
7888385d76
|
Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that it's simpler,
cleaner, and more correct.
It now expands the array to accomodate larger than current size
indexes.
|
2002-10-21 19:48:37 +00:00 |
Paul Rupe
|
2fbe9cf2b7
|
Resize dynamic pointer array more carefully when adding new entries.
|
2002-09-25 03:19:24 +00:00 |
Michael Stefaniuc
|
025c0b716b
|
Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
the conversion of HWND to a void*.
|
2002-09-06 19:41:17 +00:00 |
Dmitry Timoshkov
|
cc7042f9ec
|
Implement comctl32.417 and shlwapi.299. This avoids crash in IE's
History.
|
2002-08-16 01:43:11 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
9b6f433ebb
|
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
wcstol and friends.
|
2002-05-16 18:58:47 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Guy L. Albertelli
|
a8bba78485
|
Fix problems in DPA_Merge exposed by previous code cleanup.
|
2002-02-21 20:08:29 +00:00 |
Andreas Mohr
|
2295e87be8
|
Fixed some more missing parenthesis issues.
|
2002-02-02 18:06:03 +00:00 |
Guy Albertelli
|
1cc881772c
|
- fix order of parameters is SendNotify
- always use the dlg cntrl ID of the sender
|
2002-01-31 20:37:49 +00:00 |
Huw D M Davies
|
8ebf7c292f
|
Removed IsBadStringPtrA call that caused trouble.
|
2002-01-29 16:56:48 +00:00 |
Aric Stewart
|
97b8c5704e
|
Initialize streamData and check on failure to read desired data from
stream.
|
2002-01-18 19:04:39 +00:00 |
Huw D M Davies
|
964109dec4
|
Stub for comctl32.419
|
2002-01-18 18:08:01 +00:00 |
Aric Stewart
|
ca2f40bd9a
|
Catch maximum number of times and return out of memory error.
|
2002-01-15 20:43:05 +00:00 |
Huw D M Davies
|
02873bbee6
|
Convert MRULists to Unicode.
|
2002-01-14 18:36:03 +00:00 |
Guy Albertelli
|
45e9cea3d1
|
Implement most of the MRU related functions.
|
2001-09-20 18:58:43 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Andreas Mohr
|
99f2f396b5
|
Spelling fixes.
|
2001-06-22 23:21:47 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Patrik Stridvall
|
6076729649
|
Documentation ordinal fixes.
|
2001-06-19 03:34:07 +00:00 |
Chris Morgan
|
87e4dbfda8
|
Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.
|
2001-04-30 18:16:28 +00:00 |
François Gouget
|
5e63211953
|
Change the callback declarations to a safer format.
|
2001-02-14 21:41:35 +00:00 |
Guy L. Albertelli
|
9717845a28
|
Implement better version of DPA_Merge.
|
2000-11-30 19:58:56 +00:00 |
Marcus Meissner
|
c2806fa15e
|
MultiByteToWideChar() returns characters, not bytes.
|
2000-11-25 01:20:53 +00:00 |