Hans Leidekker
d15d1c4cea
Implement ldap_escape_filter_element*.
2005-09-07 09:24:50 +00:00
James Hawkins
fa1dca30a1
Call CHM_CloseCHM to avoid a memory leak.
2005-09-07 09:24:27 +00:00
Mike McCormack
fec220d321
Don't include the terminating nul in the length in
...
MsiSummaryInfoGetPropertyW.
2005-09-07 09:24:14 +00:00
Mike McCormack
114d399666
- add test for MsiGetSourcePath
...
- don't specify drive for package path
2005-09-07 09:23:58 +00:00
Jacek Caban
6f075693bb
Make IOleControl and IOleInPlaceObject interface heap based.
2005-09-07 09:23:47 +00:00
Aric Stewart
087de7d439
Fix the translation of dest to DestW, having it be NULL vs "" has
...
different meanings for MoveFileEx.
2005-09-07 09:23:34 +00:00
Jacek Caban
bac6e12c05
- Added IInternetSecurityManager::[SG]etSecuritySite implementation.
...
- Forward IInternetSecurityManager calls to custom manager.
2005-09-07 09:23:18 +00:00
Marcus Meissner
6f823db58b
VT_PTR->VT_USERDEFINED chains depend on the TKIND of the userdefined
...
type due to our handling of COM interfaces in there.
2005-09-07 09:23:04 +00:00
Michael Jung
937441b3ac
Don't clone pidlLast in SHBindToParent.
2005-09-07 09:22:49 +00:00
Richard Cohen
908e9e889e
Relax the share mode validation for transacted storage, with a test.
2005-09-07 09:22:15 +00:00
Huw Davies
3915b16762
Add infrastructure for font linking. WineEngGetLinkedHFont will be
...
used by ExtTextOut to provide an HFONT that will contain a valid
glyph.
2005-09-07 09:21:50 +00:00
Marcus Meissner
4b1a843657
Remove ETCDIR mention.
2005-09-07 09:21:18 +00:00
Marcus Meissner
a42e6aefe1
Added DRAWPATTERNRECT Escape() 16<->32 mapper and stub in WINEPS.
2005-09-06 14:12:17 +00:00
Ivan Leo Puoti
f0db7ab06b
Added FSCTL_PIPE_LISTEN support.
2005-09-06 14:09:42 +00:00
Saulius Krasuckas
28f0c36036
SHELL32.ILFindLastID is exported by ordinal.
2005-09-06 14:05:07 +00:00
Aric Stewart
685aa44b2d
Be sure to null terminate the string in MsiGetProductInfoA after the
...
W->A conversion using MsiGetProductInfoW if there is space.
2005-09-06 14:04:25 +00:00
Huw Davies
e415baadfc
Store the selected ppem in the GdiFont.
2005-09-06 14:04:01 +00:00
Marcus Meissner
8063b89cc6
Remove -DETCDIR (unused).
2005-09-06 14:03:38 +00:00
Detlef Riekenberg
92eedf8567
Moved cfgmgr32.h to include/ddk/.
2005-09-06 11:42:50 +00:00
Aric Stewart
42e592d17a
Reading the MRUlist using the W functions we need to divide the size
...
by sizeof(WCHAR) to get the count of characters.
2005-09-06 11:42:13 +00:00
Vijay Kiran Kamuju
6e940bb21e
Added a test for failing _ismbblead.
2005-09-06 11:41:48 +00:00
Jacek Caban
755e2bac6c
- Make WebBrowser heap based object.
...
- Improve stubs.
2005-09-06 11:41:14 +00:00
Alex Villacís Lasso
7a843c668e
Check against NULL libname in LoadModule16.
2005-09-06 11:40:51 +00:00
Michael Kaufmann
e1d7ff9588
- Fix text placement.
...
- Paint the border correctly if its size is bigger than 1 pixel.
- Don't paint text over the border.
- Fix the edit control placement tests: Put the edit box in a parent
window.
- Tidied up the edit control tests.
2005-09-06 11:40:01 +00:00
Alexandre Julliard
14a6d89905
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
...
Test creating a package.
2005-09-06 11:39:15 +00:00
Mike McCormack
298cdaead1
Avoid fixed length buffers for conditions.
2005-09-06 11:39:01 +00:00
Mike McCormack
68680e9c0c
Fixes for MsiGetSourcePath parameter handling.
2005-09-06 11:05:35 +00:00
Aric Stewart
d3d5ad6b7a
Added stub implementations for MsiEnumPatchesA/W.
2005-09-06 11:05:24 +00:00
Stefan Leichter
00efadd93b
Added version resource to shlwapi.dll.
2005-09-06 11:04:24 +00:00
Daniel Remenak
feb9ab68b9
- Allow the creation of an FF effect while the joystick is not
...
acquired.
- Failing to download an effect after setting parameters is not a
fatal error.
2005-09-06 11:03:48 +00:00
Mike McCormack
d168219849
Fix gcc 4.0 warnings.
2005-09-06 10:26:13 +00:00
Eric Pouech
b3badc7dd3
- rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent
...
- priority for process in wineserver is now the NTDLL form (no longer
the kernel32 one)
2005-09-06 10:25:11 +00:00
Mike McCormack
1228ce2684
Remove an unnecessary level of indent.
2005-09-06 10:23:34 +00:00
Mike McCormack
9c1cfe79ba
Add the INSTALLMODE enumeration.
2005-09-06 10:23:24 +00:00
Mike McCormack
0867e48d5f
- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DATA if the
...
buffer is too small (based on a patch by Aric Stewart)
- add a test case to show correct behaviour
2005-09-06 10:23:12 +00:00
Marcus Meissner
575b4116b5
PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
...
members after the print dialog finishes.
2005-09-06 10:22:43 +00:00
Daniel Remenak
ff771e2e21
- Allow enumeration of objects when the device is not yet acquired.
...
- Flag FF-capable axes during enumeration.
2005-09-06 10:22:23 +00:00
Eric Pouech
b379e420ed
Fixes for function prototypes without arguments.
2005-09-06 09:27:37 +00:00
Jacek Caban
0d4f07ba22
Added file protocol implementation.
2005-09-06 09:27:04 +00:00
Richard Cohen
df708ca5e5
Redraw "Restore window" without overlapping splines.
2005-09-06 09:26:37 +00:00
James Hawkins
ff77264a95
Correct third parameter of NtQueryInformationAtom.
2005-09-06 09:26:31 +00:00
Mike McCormack
1ceb25ba7b
Convert progids to a standard list.
2005-09-06 09:26:18 +00:00
Yuri Kozlov
d4f7f06f30
Updated Russian resources.
2005-09-06 09:25:44 +00:00
Markus Amsler
6b11280607
Add a stub for IsNtAdmin.
2005-09-06 09:25:25 +00:00
Ivan Leo Puoti
6e508761bf
Get ExitProcess to call NtTerminateProcess.
2005-09-06 09:25:19 +00:00
Aric Stewart
27eb7adb92
Add the GUID for Patch files so that they can be opened as well. Looks
...
like the database structure is pretty much the same.
2005-09-06 09:24:48 +00:00
Huw Davies
c682fcc3f4
Build a list of font links read in from the registry.
2005-09-06 09:24:07 +00:00
Francois Gouget
09108edded
'volatile' is valid everywhere where 'const' is valid. This fixes
...
parsing of the new InterlockedExchange() prototype.
2005-09-06 09:23:46 +00:00
Mike McCormack
abe2c5811b
Don't crash if the twain device name is null.
2005-09-06 09:23:24 +00:00
Mike McCormack
54a2891d33
Make some fixme messages less alarmist.
2005-09-06 09:23:18 +00:00