Marcus Meissner
6b108a6212
3 missing WINAPI added.
1999-01-26 12:59:31 +00:00
Juergen Schmied
cb23d48715
Small fixes.
1999-01-26 10:37:57 +00:00
Juergen Schmied
26ff83dfed
Changed some treeview related definitions.
1999-01-26 10:35:53 +00:00
Juergen Schmied
a9c17d2e3d
Implemented SHBrowseForFolder() dialog.
1999-01-26 10:30:55 +00:00
Marcus Meissner
028c434180
Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
...
Return NULL from OpenThreadToken.
1999-01-26 10:11:22 +00:00
Eric Kohl
d68d50142f
Fixed several bugs and typos.
1999-01-24 19:14:58 +00:00
Eric Kohl
b406c7d42a
New drag list control.
1999-01-24 19:12:34 +00:00
Eric Kohl
65016636f4
Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
1999-01-24 19:09:56 +00:00
Eric Kohl
8305ad50ea
Added WM_[G/S]ETFONT handling.
1999-01-24 19:09:24 +00:00
Eric Kohl
19ba7199ac
Added WM_COMMAND and WM_NOTIFY handling.
1999-01-24 19:07:59 +00:00
Eric Kohl
6d1ceb5cc7
Fixed redraw bug for tracking tooltips.
1999-01-24 19:06:35 +00:00
Eric Kohl
402fcbc821
Added some messages to the rebar control.
1999-01-24 19:05:49 +00:00
Juergen Schmied
ba28ba171f
- some fixes, cleaned up includes, fixed leaks
...
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented ShellExecuteEx32W
1999-01-23 14:12:48 +00:00
Marcus Meissner
628e3e0f01
Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
1999-01-23 11:56:39 +00:00
Alexandre Julliard
8da12c43a9
Group commit for recovery after disk crash.
...
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Juergen Schmied
f7b0de3f26
Moved ADVAPI32 files to dlls/advapi32.
...
Added stubs for eventlog functions.
1999-01-03 12:48:29 +00:00
Juergen Schmied
afb1d2e8ec
New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
...
Cleanup, some more functions UNICODE ready.
1999-01-03 12:35:52 +00:00
Juergen Schmied
b16d7a686a
SHCloneSpecialIDList implemented.
...
SHGetDataFromIDListA corrected.
1999-01-03 12:34:01 +00:00
Juergen Schmied
746d129cdb
Shell_GetCachedImageIndex32[A|W] implemented.
1999-01-03 12:33:08 +00:00
Andreas Mohr
382e2024b2
SendASPI32Command32 has to be __cdecl.
...
Updated documentation/aspi and reverted an ERR back to WARN.
1999-01-03 12:30:02 +00:00
Alexandre Julliard
55de5585e6
Use proper system directory.
1999-01-01 19:50:03 +00:00
Michael Veksler
ca1bc866cf
Moves more stuff from windows.h.
...
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
1999-01-01 18:57:33 +00:00
Marcus Meissner
73458b03cd
Changed // comments to /* */ so WINE compiles with non-gcc compilers
...
again.
1998-12-26 12:54:29 +00:00
Alex Priem
d70de84e6e
IPaddress common control implementation. First try; needs more work to
...
remove boring bugs.
1998-12-26 11:48:35 +00:00
Juergen Schmied
0bb85b10c2
Fixed the TEXT redefined warnings.
1998-12-25 08:55:15 +00:00
Alex Priem
506115b8c5
- Tooltip support
...
- Vertical trackbars supported now
- TBS_BOTH support (goes along with partial cleanup of drawing code)
- Use COMCTL32 heap instead of system heap
1998-12-24 16:58:01 +00:00
Juergen Schmied
276ef66cc8
New stubs.
1998-12-24 14:34:55 +00:00
Juergen Schmied
df3c5cfdd4
Fixes crash when running without external shell32.dll.
1998-12-24 14:33:29 +00:00
Andreas Mohr
869bc252e5
Make the DOSASPI part use the excellent DPMI RMCB implementation done
...
by Ove Kaaven, which makes the code _much_ cleaner.
1998-12-18 17:34:58 +00:00
Alex Priem
374a0a8fe2
Preliminary tooltip support.
...
WM_SETFONT/GETFONT added.
Some bug fixes.
Use COMCTL32 heap instead of system heap.
1998-12-18 15:56:48 +00:00
Juergen Schmied
dd2e59c913
Small fixes.
1998-12-18 14:52:08 +00:00
Juergen Schmied
e304228fe2
Stub Control_FillCache_RunDLL.
1998-12-18 14:48:20 +00:00
Juergen Schmied
8c449a58aa
SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
1998-12-18 14:45:07 +00:00
Juergen Schmied
edfca5b7fe
ILAppend seems to work now.
1998-12-18 14:41:56 +00:00
Paul Quinn
1beaae5f9e
Lots of new defines and stubs.
1998-12-15 15:38:36 +00:00
Juergen Schmied
882c1bef62
Some cleanup.
1998-12-14 17:40:25 +00:00
Juergen Schmied
4e4608e3dd
SHMapPIDLToSystemImageListIndex try's to determine and load the exact
...
icon for files (by type) now.
1998-12-14 17:37:38 +00:00
Juergen Schmied
01fc2baa58
New HCR_GetDefaultIcon (internal).
1998-12-14 17:33:00 +00:00
Juergen Schmied
cd390f330f
Adds the IPersistFile Interface to IShellLink[W] and gave both own
...
IClassFactorys.
1998-12-14 14:51:27 +00:00
Alexandre Julliard
b6eda08113
Added Makefile.
1998-12-11 13:57:03 +00:00
Marcus Meissner
30ef8778e8
Added RasEnumConnections stub.
1998-12-11 13:26:26 +00:00
Juergen Schmied
baae7c4950
Bugfix in PathCombine32[A|W].
...
View menu in explorer and on right mouse button is working now.
1998-12-11 11:06:50 +00:00
Juergen Schmied
18dbfaae84
Implemented ILGetDisplayName.
1998-12-11 11:05:24 +00:00
Juergen Schmied
98f6cf0d61
Started implementation of ShellExecuteEx32A.
...
Small changes.
1998-12-11 10:58:48 +00:00
Juergen Schmied
3e813c1a74
Moved menu resources to rc-file.
1998-12-11 10:55:34 +00:00
Andreas Mohr
7a6228d1e1
Fixed a bunch of compiler warnings.
1998-12-11 09:16:48 +00:00
Alexandre Julliard
0c0e3bebb8
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
...
Lots of new stubs.
1998-12-10 15:49:22 +00:00
Alex Priem
65b637bec4
* handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
...
* better handling of LPSTR_TEXTCALLBACK32A
* TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
1998-12-10 09:54:17 +00:00
Marcus Meissner
2643894e5d
Missing parentheses added.
1998-12-10 08:21:14 +00:00
Huw D M Davies
2d617be099
Replace GRAPH_ functions with Win SDK equivalents.
1998-12-08 09:14:09 +00:00
Andreas Mohr
7952ebf98a
Fixed a real mode problem.
1998-12-07 15:27:59 +00:00
Juergen Schmied
a784a9d7eb
New functions ILGlobalClone/ILGlobalFree.
1998-12-01 11:04:14 +00:00
Juergen Schmied
07e0d947da
Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
...
New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
Stubs SHWaitForFileToOpen, PathFindOnPath.
1998-12-01 08:55:13 +00:00
Juergen Schmied
bcd05e9920
Moved existing path - functions to shellpatch.c.
...
New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
PathSetDlgItemPath32A|W.
1998-11-25 16:47:05 +00:00
Juergen Schmied
7109799530
Moved existing IShellLink class. New stubs for IShellLinkW.
1998-11-25 16:39:47 +00:00
Juergen Schmied
47a800432a
Many fixes.
1998-11-22 18:29:50 +00:00
Juergen Schmied
be90e00559
New function: _ILGetExtension.
1998-11-22 18:28:03 +00:00
Juergen Schmied
a9a4f4e5d4
New file. HKEY_CLASSES_ROOT handling.
1998-11-22 18:26:23 +00:00
Eric Kohl
8d2933d3cb
Added Unicode support (at least partially).
1998-11-22 18:12:12 +00:00
Eric Kohl
8d1a2ff12c
Added global subclassing atom, used by tooltips and updown (not yet).
1998-11-22 18:02:24 +00:00
Eric Kohl
44443b6ddd
Improved layout code.
1998-11-22 18:01:15 +00:00
Eric Kohl
437449fb03
Fixed ImageList_LoadImage().
1998-11-22 17:59:57 +00:00
Eric Kohl
66ef011ce5
Added CMEM_SETITEM32A and message forwarding to combobox.
1998-11-22 17:58:40 +00:00
Eric Kohl
0f7d521ec2
Fixed some undocumented function names and implemented DPA_Merge
...
partially.
1998-11-22 17:54:40 +00:00
Marcus Meissner
e1ab22da8f
PathAddBackshlash, PathRemoveBackslash: argument is not constant.
1998-11-22 14:11:22 +00:00
Juergen Schmied
72b76d1a41
Cleanup, small fixes, a few new stubs.
1998-11-15 13:28:00 +00:00
Juergen Schmied
cf5faa6421
Handling for listviewstyles, view mode buttons in filedialogs
...
enabled and handled.
New listview columns Size, Type, Modified for reportview
created and handled.
1998-11-15 13:27:16 +00:00
Juergen Schmied
1572d71db6
New file, wrapper for IShellBrowser class.
1998-11-15 13:26:25 +00:00
Juergen Schmied
255bf17191
New file, some helper functions for icon cache.
...
Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
Shell_GetImageList in this file.
1998-11-15 13:25:18 +00:00
Juergen Schmied
62c4f3d0bd
Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
1998-11-15 13:19:30 +00:00
Juergen Schmied
42e68a6aab
Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
...
StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
RtlTimeToTimeFields.
1998-11-14 16:43:19 +00:00
Eric Kohl
c4b54f8fe6
Little improvement.
1998-11-08 11:39:10 +00:00
Eric Kohl
dc17f8de85
Added preliminary hit testing. Makes regedit.exe happy ;-)
1998-11-08 11:37:40 +00:00
Eric Kohl
f280961914
Improved documentation and fixed typos.
1998-11-08 11:36:04 +00:00
Eric Kohl
d040e9db4e
Added DrawStatusText32AW() and CreateStatusWindow32AW().
1998-11-08 11:33:05 +00:00
Eric Kohl
12461856e6
Improved display and layout code.
1998-11-08 11:31:12 +00:00
Eric Kohl
a867030e6b
New Files. Added 'date and time picker' and 'month calendar' control
...
dummies. They are used by Outlook Express.
1998-11-08 11:30:27 +00:00
Marcus Meissner
0d3f09f3a4
Erred in the bit macros in treeview.c. Shiftcounts were wrong.
1998-11-01 14:48:58 +00:00
Marcus Meissner
9cfe2d5384
Added stubs for user32,advapi32 functions.
1998-11-01 14:02:57 +00:00
Marcus Meissner
51505b12b3
More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
1998-11-01 14:00:21 +00:00
Marcus Meissner
d09136f0ce
Gets rid of the arch-dependent bit operations (tested on Linux and
...
Solaris/x86).
1998-10-31 12:06:53 +00:00
Juergen Schmied
309dbe10ef
New SHGetSimpleIDListFromPath32AW.
...
Unicode-safe: PathFindFilename32AW.
1998-10-28 09:38:49 +00:00
NF Stevens
1410cdd0c4
A couple of TRACE messages are missing a newline at the end.
1998-10-26 11:04:12 +00:00
Michael Poole
d0a130a542
Stub for SHSimpleIDListFromPath.
1998-10-25 09:18:40 +00:00
Eric Kohl
9d8e864b34
Added xxx_Unregister() functions to all common controls.
1998-10-24 10:49:27 +00:00
Eric Kohl
3ad67467b1
Some minor improvements and fixes.
1998-10-24 10:48:31 +00:00
Eric Kohl
b075ce5fe4
Improved the rebar control.
1998-10-24 10:47:25 +00:00
Eric Kohl
9feb53191d
Added support for transparent and tracking tooltips.
1998-10-24 10:46:53 +00:00
Juergen Schmied
e8d281d45a
Changed some string-shell32 functions to 32AW, parameter are
...
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
1998-10-24 09:22:57 +00:00
Brian Litzinger
f64e274f86
Fixes for FreeBSD.
1998-10-22 14:47:41 +00:00
Alex Priem
ba211eeb85
Further improvements.
1998-10-18 14:05:38 +00:00
Ove Kaaven
cbebcd280c
Reduced huge (1GB) heap creation that caused Starcraft to fail.
1998-10-17 13:07:48 +00:00
Marcus Meissner
f4f1719ca5
Fixed some more missing WINAPIs (hopefully correct).
1998-10-17 12:10:19 +00:00
Juergen Schmied
6101324f3b
Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
...
SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
1998-10-16 15:40:20 +00:00
Marcus Meissner
3143f67bb6
Added missing WINAPIs.
1998-10-15 12:49:31 +00:00
Petter Reinholdtsen
5a17c038a8
Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
...
and FileIconInit() needed by Win95 explorer.
1998-10-13 12:49:40 +00:00
Patrik Stridvall
8295c862dc
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
1998-10-11 17:09:05 +00:00
Patrik Stridvall
091e78564d
Started the implementation of IMAGEHLP.DLL.
1998-10-11 17:04:17 +00:00
Patrik Stridvall
29c08dd4df
Started the implementation of MSACM.DLL and MSACM32.DLL.
1998-10-11 17:00:29 +00:00