Patrik Stridvall
a9a671d7ca
Fixed ANSI compabillity.
1999-04-25 19:01:52 +00:00
Bertho Stultiens
d1895a776c
Built-in dlls now have resources attached via the PE-header like
...
normal dlls. This enables the use of the resource API.
1999-04-25 18:31:35 +00:00
Patrik Stridvall
c7a8dde118
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
Eric Pouech
38dcf8ecda
Prevent crash when nMinRange > nMaxRange.
1999-04-25 10:59:46 +00:00
Alexandre Julliard
bce73ad5b2
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented SetColumnWidth for ListView control.
1999-04-25 10:56:10 +00:00
Juergen Schmied
dcb8273a23
Made internal format more compatible.
1999-04-24 11:56:51 +00:00
Juergen Schmied
46187022a5
Small fixes.
1999-04-24 11:55:46 +00:00
Alexandre Julliard
60e414fb65
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbejy@wpi.edu>
...
HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
text strings as null strings, as Windows does. Fixes wine crash on
startup of CuteFTP.
1999-04-24 11:51:13 +00:00
Patrik Stridvall
0f8bc5b5c7
Fixed ANSI compabillity.
1999-04-22 16:27:50 +00:00
Michael Veksler
ff5ae3dd65
Removed some includes of 16 bit API.
1999-04-22 15:26:11 +00:00
Adrian Thurston
17551f9863
ICOMization of remaining interfaces.
1999-04-22 15:23:18 +00:00
Noel Borthwick
abefaa5dd2
Fixed bug with tooltips stealing focus whenever a tooltip was created,
...
shown, hidden or tracked. The SetWindowPos calls needed to have the
SWP_NOACTIVATE flag set additionally.
1999-04-22 15:22:06 +00:00
Juergen Schmied
28613d3d0e
Moved stuff to the right place.
1999-04-22 10:11:04 +00:00
Thuy Nguyen
44bd9f06e4
First patch implementing property sheets.
1999-04-22 09:24:47 +00:00
Juergen Schmied
3ea18db36d
- more checks for valid pidl formats
1999-04-22 09:20:01 +00:00
Juergen Schmied
55c0bcaf5c
- corrected parameter count for SHGetSettings
...
- stub SHValidateUNC
1999-04-22 09:18:33 +00:00
Juergen Schmied
ea7b826cd6
Fixed typo.
1999-04-21 14:26:59 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Bertho Stultiens
acf7da869f
Bugfix: free loaded library not before exit.
1999-04-18 12:10:07 +00:00
Luc Tourangeau
c4a01c3cc7
-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
...
TCM_SETITEMSIZE and TCM_DELETEITEM.
1999-04-18 09:35:42 +00:00
Marcus Meissner
ef66ee6b01
Typo that broke Solaris compile fixed.
1999-04-15 15:21:06 +00:00
Juergen Schmied
d1f10c50ef
Implemented NtTerminateProcess and NtDisplayString.
1999-04-11 14:53:24 +00:00
Kevin Holbrook
869ca2f7b5
Fixed warning.
1999-04-11 14:46:38 +00:00
Juergen Schmied
d00653237b
- reorganised icon extracing from files
...
- made extracting from ne and ico files working
- IPersistFile interface for IExtractIcon
1999-04-11 11:50:41 +00:00
Juergen Schmied
d3045145d0
New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
...
Small change how to get icons for listview.
1999-04-10 16:44:50 +00:00
Juergen Schmied
ae2d9a723b
SHGetSettings implemented.
...
ExitWindowsDialog() simulated by Messagebox.
1999-04-10 16:41:50 +00:00
Juergen Schmied
c835579240
ILLoadFromString implemented.
1999-04-10 16:41:15 +00:00
Sylvain St.Germain
9024526d94
Fixed the messaging problem of the edit box for node label edition.
...
Substituted WM_PAINT for InvalidateRect.
Some graphical fixes.
1999-04-10 16:35:30 +00:00
Luc Tourangeau
3025dc181b
Added support for icon and smallicon views.
1999-04-01 11:55:44 +00:00
Juergen Schmied
7c6cc49c60
All 19 FileMenu_* functions, some as stubs, some implemented.
1999-04-01 10:24:21 +00:00
Juergen Schmied
b18f3d6ff3
SHCLSIDFromString, StrToOleStr implemented.
...
RLBuildListOfPaths stub.
1999-04-01 10:23:09 +00:00
Juergen Schmied
2f5c561765
DllGetVersion (not yet exported).
...
Small change to SHAppBarMessage.
1999-04-01 10:20:31 +00:00
Pavel Roskin
8b221d140b
Replaced 0xC000 by symbolic constants.
1999-04-01 10:13:04 +00:00
Francis Beaudet
64307f3cea
Fixed small ==, != mixup.
1999-04-01 10:11:23 +00:00
Francis Beaudet
fc09e709a3
Implemented TCM_ADJUSTRECT.
1999-04-01 10:02:04 +00:00
Dimitrie O. Paun
05c0c8ef13
Changed some debug messages from one channel to another, to clean up a
...
bit the debug channel usage.
1999-03-28 15:07:41 +00:00
Juergen Schmied
0ae30d3027
- adjusted printing of refcounts to be equal
...
- cleaning up icon cache on PROCESS_DETACH
- fixed ascii/unicode use in SH/ILCreateFromPath
- fixed small memory leak in shellview
1999-03-28 12:35:24 +00:00
Juergen Schmied
293dbdb324
Reading of binary streams implemented (SHOpenRegStream).
1999-03-27 16:15:22 +00:00
Pascal Lessard
60935ec3e9
Change the AddBitmap function. Implement flat toolbar. Change
...
CreateToolbarEx. Implement partially the hot buttons for toolbar.
1999-03-25 16:42:27 +00:00
Marcus Meissner
6400755f0c
Missing WINAPI.
1999-03-25 16:41:03 +00:00
David Luyer
26cd7a17f1
Added string.h.
1999-03-25 15:57:35 +00:00
Francis Beaudet
1d70e4ac8a
Implemented:
...
- showing the selected tab as highlighted
- support for drawing the focus rectangle
- basic keyboard support
- support for a tab with horizontal scrolling.
1999-03-25 13:24:57 +00:00
Juergen Schmied
8e7cb4db7a
Use the new header for COM definitions.
1999-03-25 10:57:12 +00:00
Juergen Schmied
ddecd8a92f
New stub shell_654.
1999-03-25 10:55:43 +00:00
Sylvain St.Germain
99b118a216
Implementation of TVM_SORTCHILDRENCB.
...
Implementation of TVI_SORT insertion.
Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
Fix problems related to TVIS_EXPANDEDONCE.
1999-03-25 10:55:01 +00:00
Sylvain St.Germain
3ff06f613e
Fix problem in DPA_QuickSort where the sort order was inverted.
1999-03-25 10:53:49 +00:00
Francis Beaudet
a76f667d3f
Added a check for desktop in SHGetFileInfo.
1999-03-19 17:04:25 +00:00
Marcus Meissner
6b9dd2e098
Lots of warning fixed, one missing WINAPI in ddraw.c added.
1999-03-18 17:39:57 +00:00
Sylvain St.Germain
49c1ca28d4
Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
1999-03-18 17:30:44 +00:00
Marcus Meissner
ac593bbd41
Fixed some warnings. removed some unneccessary includes, removed one
...
direct WND* access in controls/menu.c.
1999-03-17 15:18:28 +00:00