Rob Shearman
3bd31cfd16
ole32: The stream returned by StgStreamImpl_Clone should have one reference, so call AddRef before returning.
...
Move the call to StorageBaseImpl_AddStream to StgStreamImpl_Construct to
fix StgStreamImpl_Clone, which forgets to call it.
Add tests for OLE structured storage tests for IStream::Clone.
2007-02-26 17:33:36 +01:00
Misha Koshelev
85aefa3567
oleview: Add safearray type.
2007-02-26 16:23:24 +01:00
Misha Koshelev
15d10978ae
oleview: Make optional flag "optional" not "opt.".
2007-02-26 16:22:45 +01:00
Misha Koshelev
e16318657a
oleview: Add forgotten newlines to forward declarations.
2007-02-26 16:22:40 +01:00
Misha Koshelev
633e038b14
oleview: Properly support enumerations.
2007-02-26 16:22:24 +01:00
Misha Koshelev
a5d7c2fb19
oleview: Report default values.
2007-02-26 16:21:29 +01:00
Pierre d'Herbemont
0e28140ff8
winex11.drv: Check the valid rects after the set_window_pos wineserver call.
2007-02-26 15:55:13 +01:00
Aric Stewart
99cb61ee8a
imm32: Properly send WM_IME_NOTIFY using SendMessage.
2007-02-26 14:40:05 +01:00
Eric Pouech
e161dd92ee
dbghelp: Handle the .gnu_debuglink files with the newly added alternate mechanism.
2007-02-26 14:39:52 +01:00
Eric Pouech
fc66bb37f4
dbghelp: Allow to add an alternate file_map for an ELF file (where to look for its debug information).
2007-02-26 14:39:38 +01:00
Eric Pouech
62b57f9e21
dbghelp: Rewrote the ELF section mapper for better data encapsulation.
2007-02-26 14:39:16 +01:00
Samuel Lidén Borell
0ee7264c37
comctl32: Use mask value in COMBOEX_GetItemA too.
2007-02-26 14:39:10 +01:00
Mikołaj Zalewski
a02a680b72
comctl32: rebar: Test the RBN_HEIGHTCHANGE notify and do some fixes.
2007-02-26 14:07:40 +01:00
Mikołaj Zalewski
f3ebf1c7f4
comctl32: listview: Set the style in WM_CREATE.
2007-02-26 13:58:31 +01:00
Dmitry Timoshkov
cc9160f214
comdlg32: Synchronize ChooseColor dialog templates with the English one.
2007-02-26 13:58:17 +01:00
Vitaliy Margolen
51ee7f4978
wined3d: Use application provided fog range when fog is enabled.
2007-02-26 13:58:09 +01:00
Vitaliy Margolen
bea5199b6f
imagehlp: Forward already implemented functions to dbghelp.
2007-02-26 13:58:05 +01:00
H. Verbeet
969dc6a7ef
d3d9: Free the vertex declaration elements.
2007-02-26 13:57:59 +01:00
James Hawkins
ba40c463d7
msi: Overwrite an existing read-only file when copying the install file.
2007-02-26 13:57:43 +01:00
James Hawkins
a40d687133
msi: Add tests for using markers in SELECT clauses.
2007-02-26 13:56:24 +01:00
James Hawkins
d4a324940b
msi: Check for a NULL text entry, as it can be blank in the VolumeCostList control.
2007-02-26 13:56:21 +01:00
James Hawkins
747f19f011
msi: Free the custom action data after the thread function executes.
2007-02-26 13:56:11 +01:00
Vitaliy Margolen
5f960781fc
wineshelllink: Fix menu entries with double spaces in their names.
2007-02-26 13:55:58 +01:00
Jason Edmeades
3ab449c96a
cmd.exe: Add special SET modifiers.
2007-02-26 13:52:23 +01:00
Jason Edmeades
e8fa5df394
cmd.exe: Add %random% special name support.
2007-02-26 13:50:36 +01:00
Jason Edmeades
98ae8a6941
cmd.exe: Unify parsing and expansion.
2007-02-26 13:50:21 +01:00
Jason Edmeades
327d7ef9e6
cmd.exe: Add support for call :label and goto :label.
2007-02-26 13:49:21 +01:00
Jason Edmeades
365f86fd7e
cmd.exe: Add pushd and popd.
2007-02-26 13:45:48 +01:00
Alexander Nicolaysen Sørnes
7aa2e616f0
wordpad: Add open file dialogue.
2007-02-26 13:40:49 +01:00
Alexander Nicolaysen Sørnes
194c3f2524
wordpad: Make edit menu more like native.
2007-02-26 13:40:29 +01:00
Alexander Nicolaysen Sørnes
a53eab603d
wordpad: Add paste support.
2007-02-26 13:40:13 +01:00
Alexander Nicolaysen Sørnes
38ad04576e
wordpad: Don't create maximized window.
2007-02-26 13:40:04 +01:00
Alexander Nicolaysen Sørnes
557d69d187
wordpad: Make toolbar more like native.
2007-02-26 13:39:56 +01:00
Fabian Bieler
311423242b
user32: Do not call NULL message callback.
2007-02-26 13:39:48 +01:00
Rok Mandeljc
106badf11b
include/d3d9types.h: Remove Size from D3DVOLUME_DESC.
2007-02-26 13:39:32 +01:00
Rob Shearman
4c8fbfed90
libwine: Eliminate duplicate function implementations in string.c
...
by using macros to turn off inlining when including wine/unicode.h.
2007-02-26 13:39:24 +01:00
Rob Shearman
29706e6709
ole32: Use IsEqualIID instead of memcmp in HGLOBALLockBytesImpl_QueryInterface.
2007-02-26 13:38:49 +01:00
Rob Shearman
0101f89a8d
ole32: Add tests for default handler creation and handler marshaling.
2007-02-26 13:38:45 +01:00
Andrew Talbot
46fc9c2e11
wininet: Constify some variables.
2007-02-26 13:38:37 +01:00
Andrew Talbot
a46ad829e4
wineps.drv: Constify some variables.
2007-02-26 13:38:10 +01:00
Andrew Talbot
b940df1408
version: Constify a variable.
2007-02-26 13:38:05 +01:00
Hans Leidekker
bde4e36208
ws2_32: Handle NULL argument in inet_addr.
2007-02-26 13:37:59 +01:00
Alexandre Julliard
cdca32c12e
cmd: Remove execute permission on source files.
2007-02-23 12:51:55 +01:00
Bang Jun-Young
cbd54cfd6a
README: Fully revise Korean translation.
2007-02-23 12:15:10 +01:00
Jacek Caban
5ed9be800d
hhctrl.ocx: Added beginning #SYSTEM parsing code.
2007-02-23 12:13:58 +01:00
Jacek Caban
1711c3a5c4
hhctrl.ocx: Handle memory allocation in OpenCHM and CloseCHM.
2007-02-23 12:13:46 +01:00
Jacek Caban
976f2db58d
hhctrl.ocx: Move HH_OpenCHM implementation to HH_Open.
2007-02-23 12:13:35 +01:00
Jacek Caban
0262fb5489
hhctrl.ocx: Use hhctrl.ocx's HINSTANCE.
2007-02-23 12:13:25 +01:00
Jacek Caban
e717dcc8fa
hhctrl.ocx: Rewrite reading strings from #STRINGS section.
2007-02-23 12:13:21 +01:00
Jacek Caban
07ba45775c
hhctrl.ocx: Use wrappers of memory allocation functions.
2007-02-23 12:10:43 +01:00