Rein Klazes
fefc8c629a
Correctly size the spi_loaded array prevents overwriting of system
...
parameters.
2004-03-22 20:41:04 +00:00
Marcus Meissner
8624ef4ab3
Allocate correct number of pointers for szAcceptTypes, since we need
...
it NULL terminated.
HeapReAlloc will modify the pointer, so store it there.
2004-03-22 20:40:46 +00:00
Rudolf Kastl
33d9a97b07
Added missing para tag.
2004-03-22 20:40:23 +00:00
Jon Griffiths
7a7be05081
Test SHSearchMapInt.
2004-03-22 20:40:03 +00:00
Jon Griffiths
ad1190e4ab
Tests for VarXor/VarEqv.
2004-03-22 20:39:50 +00:00
Jon Griffiths
743b75ab44
Implement VarXor and simplify VarEqv to use it.
2004-03-22 20:39:27 +00:00
Eric Pouech
b74750c1b5
Added C++ support.
2004-03-22 20:38:06 +00:00
Hans Leidekker
97fb0d815c
Porting fixes.
2004-03-22 20:37:40 +00:00
Alexandre Julliard
7465011a93
Fixed typo in previous change.
2004-03-20 19:27:10 +00:00
Christian Costa
61f3c740f9
Fixed OpenFile returned value when OF_EXIST flag is specified.
2004-03-20 19:25:39 +00:00
Dmitry Timoshkov
ea7857559c
Change order of EnableWindow/DestroyWindow in the case of failure in
...
DIALOG_CreateControls32.
2004-03-20 19:25:12 +00:00
Chris Morgan
5a6d23179a
Convert ddraw.txt to ddraw.sgml and add it to the wine-devel
...
documentation.
2004-03-20 19:23:56 +00:00
Rein Klazes
a56d40f490
Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init.
2004-03-20 19:22:17 +00:00
Dimitrie O. Paun
cbe0e499df
Add revision support to winetest.exe.
2004-03-20 19:21:39 +00:00
Kevin Koltzau
af373042b6
Add Content Types for a few common extensions.
2004-03-20 19:19:05 +00:00
Mike McCormack
ce533b7a70
Start implementing the SQL insert query.
2004-03-20 19:18:46 +00:00
Christian Costa
7e51de6ea7
Improve D3D7 compatibility.
2004-03-20 02:33:17 +00:00
Christian Costa
2616b57533
AddRef texture only if there is one for the requested stage.
2004-03-20 02:33:00 +00:00
Alexandre Julliard
1de20ae4af
Rewrote handling of COM and LPT devices to use symlinks in
...
$WINEPREFIX/dosdevices, with suitable defaults if the symlinks are
missing.
Rewrote QueryDosDevice and DefineDosDevice to use the new scheme.
Added temporary code to create the symlinks based on the contents of
the config file.
2004-03-20 02:28:51 +00:00
Ulrich Czekalla
eebc3ef949
Fix typo in FormatMessageW.
2004-03-19 19:15:54 +00:00
Ferenc Wagner
ca0f5793da
- Refactor and fix connection opening.
...
- Target test.winehq.org.
2004-03-19 19:15:23 +00:00
Dmitry Timoshkov
5983223b70
Just update from/to pointers and exit on a subsequent MCI_PLAY
...
command.
2004-03-19 19:15:03 +00:00
Dmitry Timoshkov
946cd3c117
Add a test case which confirms that SetMenu implementation in Wine is
...
correct.
2004-03-19 19:14:45 +00:00
Mike McCormack
052144fd7b
Make sure the rebar size is above a minimum.
2004-03-19 19:14:30 +00:00
Mike McCormack
943a71e453
Fix handle allocation and the CREATE TABLE query.
2004-03-19 19:14:12 +00:00
Alexandre Julliard
a86a022256
Added workaround for broken dlls that modify ebx in their entry point
...
(reported by Christian Costa).
2004-03-19 02:07:16 +00:00
Ferenc Wagner
8387770064
- Fix report() dispatch.
...
- Strip "_test..." from test file names.
- Use mystrtok() for command line parsing to avoid collision with the
one in get_subtests().
- Change User-Agent HTTP header to "Winetest Shell".
2004-03-19 01:54:10 +00:00
Uwe Bonnes
9c6774f18a
Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
...
behaviour. Add a test case.
2004-03-19 01:53:11 +00:00
Rein Klazes
d09edf800b
In SHELL_ExecuteW, if a new current directory is specified, change to
...
it before calling CreateProcess so that it will find the correct
executable.
2004-03-19 01:52:30 +00:00
Ulrich Czekalla
cf5775fd09
Convert FormatMessageW to use unicode functions.
2004-03-19 01:52:10 +00:00
Alexandre Julliard
9e1bafd0df
Get rid of the registry lookups, rely entirely on the kernel devices
...
instead.
2004-03-19 01:18:48 +00:00
Alexandre Julliard
5488a4ed48
Avoid including windows.h since it conflicts with unistd.h.
2004-03-19 01:17:51 +00:00
Mike Hearn
99afa3a4a2
The KeymapNotify event does not use the window member, so don't warn
...
about it being unknown.
2004-03-19 01:17:32 +00:00
Hans Leidekker
3f09feda6e
Reimplement time functions with Win32 APIs.
...
Implement localtime()/gmtime().
2004-03-19 01:16:59 +00:00
Mike McCormack
068b4ec7d4
First go at write support.
2004-03-19 01:16:36 +00:00
Justin Chevrier
7e997ef081
Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT,
...
SPI{GET,SET}MOUSEHOVERTIME, SPI{GET,SET}MOUSESCROLLLINES,
SPI{GET,SET}MENUSHOWDELAY.
2004-03-19 01:16:12 +00:00
Alexandre Julliard
adc0610db7
Make the standard create_file request handle serial ports too, and
...
remove the create_serial request.
2004-03-18 04:08:48 +00:00
Martin Fuchs
a06f76d6f9
Expand environment strings in command, parameter and directory strings
...
of ShellExecuteExW32().
2004-03-18 04:04:29 +00:00
Mike McCormack
b040e4bcd2
When loading table data, split it up into rows.
2004-03-18 04:04:08 +00:00
Mike McCormack
8d02010ff7
Fixed handling of "echo."
2004-03-18 04:01:32 +00:00
Robert Shearman
838a1ea09d
- Fix SetBitmapSize.
...
- Fix SetButtonInfo.
2004-03-18 04:01:02 +00:00
Huw Davies
effbadcbe8
TranslateAccelerator should only ignore commands when mouse capture is
...
in effect or the window is disabled, if the command corresponds to a
menu item. Otherwise it should process them as normal.
2004-03-18 04:00:36 +00:00
Huw Davies
66c1accb6f
Invalidate the focused item when scrolling horizontally so that it
...
repaints correctly.
2004-03-18 04:00:08 +00:00
Jon Griffiths
00c5250a84
Implement SHMessageBoxCheck functions && add dialog resources.
...
Add SHWaitForSendMessageThread, SHAnsiToUnicodeCP,SHStripMneumonicW,
SHSearchMapInt.
2004-03-18 02:11:23 +00:00
Raphael Junqueira
ca6b072689
Stub implementations of RtlCreateQueryDebugBuffer,
...
RtlDestroyQueryDebugBuffer and RtlQueryProcessDebugInformation.
2004-03-18 02:08:43 +00:00
Raphael Junqueira
401853557a
Remove duplicate code by using Nt* functions for PulseEvent,
...
ResetEvent and SetEvent.
2004-03-18 01:36:09 +00:00
Richard Cohen
47323d2f1e
Added some traces.
2004-03-18 01:34:57 +00:00
Christian Costa
abec033938
Release lock before wave calls that generate notification.
2004-03-18 01:34:36 +00:00
Juan Lang
ae176d1629
Allow RegConnectRegistryW to the local machine name.
2004-03-18 01:34:23 +00:00
Alexandre Julliard
8f032165c4
Reimplemented FindFirstFile/FindNextFile on top of
...
NtQueryDirectoryFile.
2004-03-17 20:57:09 +00:00