Robert Shearman
898baf674e
- Remove unused variable hIC.
...
- Remove check for HTTP signature in server reply.
- Fix stupid error with freeing the wrong buffer.
2004-09-13 19:17:47 +00:00
Vitaliy Margolen
ba5d267b70
Make sure TreeView gets redrawn after calling EnsureVisible.
2004-09-13 19:17:35 +00:00
Huw Davies
73d97fae5d
Add cp1250 glyphs to Wine System.
2004-09-13 19:17:17 +00:00
Filip Navara
8a8a66c328
Fill the area next to watermark bitmap with window color and subclass
...
exterior wizard pages to suppress drawing background.
2004-09-13 19:17:00 +00:00
Robert Reif
76447ec8d7
Added support for multiple devices.
2004-09-13 19:16:47 +00:00
Dmitry Timoshkov
18651f778e
Add a bunch of new MDI tests.
2004-09-13 19:16:31 +00:00
Alexandre Julliard
5ad619b19e
Turn on warnings when building the .def file.
2004-09-13 18:14:55 +00:00
Alexandre Julliard
8e1e835d11
Don't try to stat network mounts in parse_mount_entries, we can't
...
return a meaningful device for them anyway (suggested by Robert
Shearman).
2004-09-13 18:14:15 +00:00
Jon Griffiths
68ddf16a1c
Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
...
SHAnsiToAnsi, SHUnicodeToUnicode.
2004-09-13 18:11:56 +00:00
Jon Griffiths
b1e84873ef
Implement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
...
FreeProws, ScDupPropset, HexFromBin, FBinFromHex, FEqualNames.
Fix 2 cases where iterating over value arrays reused a loop variable
incorrectly.
2004-09-13 18:09:30 +00:00
Huw Davies
bd4cee3200
Helv should be an alias for MS Sans Serif. Spotted by Francois.
2004-09-13 18:07:20 +00:00
Francois Gouget
10adf6b865
Make sure we include config.h before including twain_i.h.
...
Fixes an activeDS.deviceHandle corruption bug.
2004-09-13 18:06:46 +00:00
Mike McCormack
2d8d1e2f74
Improve proxy code generated for oaidl.idl.
2004-09-13 18:05:47 +00:00
Vitaliy Margolen
4cf764f503
Send correct tracing notification messages.
2004-09-13 18:05:02 +00:00
Eric Pouech
e780ea5230
Fixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-13 18:04:50 +00:00
Jon Griffiths
bf5539bbe6
Documentation updates.
2004-09-13 18:04:31 +00:00
Huw Davies
4abd4f7018
Fix the size of the 'G' at 16 ppem. Thanks to Dmitry for spotting
...
this.
2004-09-13 18:03:59 +00:00
Dmitry Timoshkov
7f79dae109
When DC mapping changes reselect current pen to update physical
...
width.
2004-09-13 18:03:44 +00:00
Robert Reif
4efa5dd85e
Add buffered mode to joystick.
...
Add JoystickWImpl_GetDeviceInfo.
2004-09-13 18:03:30 +00:00
Dmitry Timoshkov
d304e4f80d
Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED messages, make
...
the tests pass on Win95/Win98/Win2000, fix some test failures under
Wine.
2004-09-13 18:03:09 +00:00
Filip Navara
4387895d86
Correct displaying of wizard subtitle.
2004-09-13 18:02:32 +00:00
Robert Reif
adc6948c4c
Remove lock name from lock debug structure before deletion so it gets
...
freed properly.
2004-09-10 22:30:05 +00:00
Robert Shearman
3d7299b7a4
- Use FDI functions like native instead of advpack.ExtractFiles and
...
cabinet.Extract (which doesn't work with native cabinet)
- If MoveFile fails the message now displayes the correct last error
and bails rather than silently breaking the install.
2004-09-10 22:29:49 +00:00
Michael Kaufmann
53374683c8
Make the menus of Delphi applications work.
2004-09-10 22:29:32 +00:00
Zach Gorman
9358f3e9a1
The initial dialog focus should be established by the default handler
...
for SetFocus(), not in the dialog creation code.
2004-09-10 22:29:02 +00:00
Zach Gorman
5c8ceb497e
Modal dialogs should not be shown via ShowWindow until the message
...
queue first runs empty. This allows all initialization to complete
before a default focus is assigned.
2004-09-10 21:27:02 +00:00
Andreas Mohr
85b06836a5
Don't reject OS/2 programs, try to carry on in DOS mode.
2004-09-10 21:16:02 +00:00
Zach Gorman
9b5c0ff375
Added tests for default focus assignment in dialogs.
2004-09-10 21:14:43 +00:00
Robert Reif
a62dec8b25
Document all the structure members up to SessionId in the PEB.
2004-09-10 21:13:55 +00:00
Alexander Yaworsky
37180dd6d5
Implemented LockServiceDatabase and UnlockServiceDatabase.
2004-09-10 21:12:25 +00:00
Diego Pettenò
a33ff00133
Add support for file:/// urls in PathCreateFromUrl.
2004-09-10 21:12:11 +00:00
Uwe Bonnes
66af8b5f60
Strip dangling \r\n from HTTP_HttpSendRequest.
2004-09-10 21:11:22 +00:00
Jacek Caban
e2f850e42a
Added Polish translation.
2004-09-10 19:37:28 +00:00
Huw Davies
ce34568351
We want all 1bpp dibsections to have a monochrome bitmap and
...
everything else to be at the screen depth.
2004-09-10 19:35:56 +00:00
Rein Klazes
bb2796f9aa
Add tests of TzSpecificLocalTimeToSystemTime and
...
SystemTimeToTzSpecificLocalTime.
2004-09-10 19:35:16 +00:00
Rein Klazes
d788e03057
Fixed TzSpecificLocalTimeToSystemTime and
...
SystemTimeToTzSpecificLocalTime:
- take the time of day into the calculation, so the bias is calculated
correctly during the transition days;
- the transition times are expressed as local time, not system time;
- correct the daylight logic for use on the southern hemisphere;
- beautify some LONGLONG arithmetic.
2004-09-10 19:35:06 +00:00
Robert Shearman
6f17eee7a9
Implement ImageDirectoryEntryToData by forwarding it to the ntdll
...
implementation of the function.
2004-09-10 19:34:29 +00:00
Mike McCormack
5d9b0d119c
Output NdrConvert, NdrClearOutParameters and IID constraints.
2004-09-10 19:34:14 +00:00
Robert Reif
6f9d41673f
Return error from low level driver when necessary.
2004-09-10 19:34:01 +00:00
Alexandre Julliard
241a4c34b1
Get rid of the non-standard ICOM_THIS macro.
2004-09-09 21:03:58 +00:00
Alexandre Julliard
314b99c48f
Removed some more uses of the non-standard ICOM_THIS macro.
2004-09-09 20:17:07 +00:00
Alexandre Julliard
0e3df810de
Comment out an unreliable test.
2004-09-09 20:16:23 +00:00
Francois Gouget
83755cca97
Move the PROPVARIANT declaration from objidl.idl to propidl.idl.
...
Move related API declarations from individual C files to propidl.idl.
Remove uneeded include of propidl.h in the propvariant.c test.
2004-09-09 19:23:19 +00:00
Hans Leidekker
f0e6b58428
Dutch resource translation.
2004-09-09 19:18:57 +00:00
Ulrich Czekalla
322cd5de80
Allow copying selection when control is read only.
2004-09-09 19:18:40 +00:00
Mike McCormack
78c8ab9677
Output intermediate variables for the method to write into in stubs.
2004-09-09 19:18:10 +00:00
James Hawkins
ba5fe46f8c
Added stub for IsValidURL.
2004-09-09 19:17:57 +00:00
Robert Reif
3872fc39c3
offsets array is the size of the wine data format so there is no need
...
to reallocate it when the format changes.
2004-09-09 19:17:46 +00:00
Alexandre Julliard
92acc58af6
Get rid of the WIN_SetRectangles export from user32.
2004-09-09 00:30:29 +00:00
Alexandre Julliard
17c775f13c
Take care to not close the file handle if there are outstanding locks
...
and the directory options don't match.
2004-09-09 00:28:36 +00:00