15422 Commits

Author SHA1 Message Date
Alexandre Julliard
9e4ed6460c .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Alexandre Julliard
c4aacf0e81 Build the dlls with winegcc. 2004-03-24 03:34:00 +00:00
Francois Gouget
b948778660 Assorted spelling fixes. 2004-03-23 23:20:16 +00:00
Ofir Petruska
fe334f7e20 Keep the checkGLcall glActiveTexture/glActiveTextureARB separation in
all the file.
2004-03-23 23:13:56 +00:00
Robert Shearman
f92bb4b76a - Add cursor resource.
- Implement TB_MOVEBUTTON.
- Implement drag customise.
- Send TBN_TOOLBARCHANGE and TBN_DELETINGBUTTON.
2004-03-23 23:04:08 +00:00
Dimitrie O. Paun
9169b41003 Add a default .dll extension only when no extension is present. 2004-03-23 23:03:12 +00:00
Francois Gouget
bfc60dfb7b Compute dwLen after passing the string through
REGPROC_unescape_string() so we don't save garbage characters in the
registry.
2004-03-23 23:02:59 +00:00
Christian Costa
a501ea73ea Do not return an error when setting a material to NULL.
Fixed access to d3d private data.
2004-03-23 23:02:37 +00:00
Ofir Petruska
4a8f7b23ad Define EXTRA_TRACES instead of #if 0. 2004-03-23 23:02:10 +00:00
Alexandre Julliard
5dd2bc69e9 Added missing \n in trace. 2004-03-23 01:20:44 +00:00
Eric Pouech
d6b348f0a1 Ported the ReactOS taskmgr written by Brian Palmer. 2004-03-23 01:19:54 +00:00
Dimitrie O. Paun
b613ee7abb First cut at -shared support. 2004-03-23 00:14:54 +00:00
Uwe Bonnes
d81e8db382 Added some tests for RtlGetFullPathName_U. 2004-03-22 23:00:13 +00:00
Alexandre Julliard
94e3477d7f Moved slash conversion to collapse_path, and remove duplicate
backslashes too.
2004-03-22 22:59:25 +00:00
Martin Fuchs
075d6a1238 Fix for recent shelllink patch, which removed the important part of
returning the result pointer from IShellLink_ConstructFromFile().
2004-03-22 22:58:37 +00:00
Robert Shearman
f6e1be6afe Allow passing NULL to ILFindLastID. 2004-03-22 22:58:19 +00:00
Robert Shearman
17790040bf Added some declarations. 2004-03-22 22:58:04 +00:00
Robert Shearman
92940e0c4f BSTR of length 0 is allowed. 2004-03-22 22:57:51 +00:00
Christian Costa
bfeca3bff9 Enable creation of a zbuffer in system memory. 2004-03-22 22:57:30 +00:00
Martin Fuchs
b9e542fd8e Fix recent Unicode-ification patch. 2004-03-22 22:57:13 +00:00
Mike McCormack
9643b79842 Implement setlocal/endlocal. 2004-03-22 22:56:58 +00:00
Marcus Meissner
9d61aee357 Allocate the correct nr of bytes for lpszCookies in HTTP_HttpOpenRequestA.
Allocate the correct nr of bytes for request stringlen without options.
2004-03-22 21:31:44 +00:00
Juan Lang
4161a8b474 Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys
Materials Studio.
2004-03-22 21:31:26 +00:00
Steven Edwards
0ea344e53a Remove reference to old graphics directory 2004-03-22 21:29:53 +00:00
Kevin Koltzau
3ff08570c6 Implement FindMimeFromData. 2004-03-22 21:14:39 +00:00
Hans Leidekker
8901df76d4 Don't include config.h. 2004-03-22 21:13:48 +00:00
Mike McCormack
b0b467ab95 Update path from relative path on loading. 2004-03-22 21:12:39 +00:00
Pierre d'Herbemont
0ba5ade849 Darwin support for _init/_fini functions and _end symbol. 2004-03-22 21:12:23 +00:00
Uwe Bonnes
bb2724eaba Added tests for time functions. 2004-03-22 21:12:02 +00:00
Mike McCormack
7b597d4c20 Unicode-ify the icon cache and SHGetFileInfo. 2004-03-22 20:43:07 +00:00
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