Commit graph

342 commits

Author SHA1 Message Date
Andreas Mohr
70c82e8059 - added troubleshooting section to Wine Users Guide (taken from Wine
Troubleshooting Guide)
- documented Windows/DOS version values (grrr !)
- misc. other stuff
2002-10-29 23:13:01 +00:00
Sylvain Petreolle
6a2082c8bc Added valid entries to specify if an app should be loaded builtin or
native.
2002-10-23 20:44:14 +00:00
Bill Medland
8417027c1e Add documentation on how to modify what --debugmsg +relay reports. 2002-10-19 01:00:04 +00:00
Bill Medland
11c87632ec Add a section on using ODBC. 2002-10-16 19:00:10 +00:00
Michael Günnewig
a821a8f419 Prevent some segfaults in msrle32.
Add the necessary line to the sample system.ini for using this video
codec.
2002-10-10 03:42:28 +00:00
Huw Davies
3967cb7b25 Added A3 paper size. 2002-10-09 18:13:55 +00:00
Eric Pouech
39454d087b Fixed IMA ACM definition. 2002-10-07 18:21:45 +00:00
Francois Gouget
20f74cb743 Update documentation of how to invoke winedbg. 2002-10-01 18:13:09 +00:00
Bill Medland
7057110e98 Expanded the "Linux Libraries as Dlls" winelib section and brought it
up to date.
2002-09-27 22:07:40 +00:00
Dimitrie O. Paun
e70d08be31 By default, we should use our own dlls. 2002-09-25 00:16:52 +00:00
Raul Dias
bbc2b5b9cc Added new "GlobalRegistryDir" option. 2002-09-24 03:07:17 +00:00
Eric Pouech
0996541cc6 Updated winedbg documentation. 2002-09-21 01:17:32 +00:00
Dimitrie O. Paun
6c39d4130a Change confusing title. 2002-09-21 01:16:19 +00:00
Francois Gouget
95e5c92120 Small updates to better match the format of current Makefiles.
Remove the documentation of no longer supported spec file options.
Add notes to point out the sections that are particularly out of
date.
2002-09-20 19:39:42 +00:00
Dimitrie O. Paun
c10f3bba91 Move the contents of documentation/psdrv.reg to winedefault.reg. 2002-09-20 19:38:35 +00:00
Andriy Palamarchuk
ac306433eb Added information about POSIX, Unix, X11 trademarks. 2002-09-20 19:28:04 +00:00
Alexandre Julliard
1a80921903 Added support for the take focus protocol. 2002-09-18 23:09:50 +00:00
Alexandre Julliard
876fecf382 Removed obsolete files. 2002-09-18 18:31:18 +00:00
Vincent Béron
7677eb6ec5 Small update to keep in sync with README. 2002-09-18 18:28:19 +00:00
Alexandre Julliard
4131aaa9f1 Added testing.sgml. 2002-09-17 18:44:46 +00:00
Francois Gouget
b22100504c Explain why conformance tests are useful for ports too. 2002-09-17 18:34:38 +00:00
Dimitrie O. Paun
35d8e5290a Move the documentation for 'ShowDirSymlinks' where it belongs: to the
wine.conf man page.
2002-09-17 18:27:32 +00:00
Francois Gouget
848d50dc0f Start of the conformance testing documentation. Still very
incomplete.
2002-09-17 00:07:03 +00:00
Francois Gouget
7b2c44a356 Update the section concerning winemaker's options.
Add a couple of warnings about out-of-date sections.
2002-09-17 00:06:30 +00:00
Dimitrie O. Paun
14fb095758 Mark files starting with a dot as FA_HIDDEN.
Add configuration option 'ShowDotFiles' to turn this feature off.
2002-09-16 22:44:38 +00:00
Andriy Palamarchuk
bd0feb620e Spec files documentation. Added information about wide strings. Based
on comments by Patrik Stridvall.
2002-09-12 17:53:22 +00:00
Francois Gouget
f2b71d1468 Mention 32bit coordinates support. 2002-09-06 18:37:00 +00:00
Dimitrie O. Paun
8d8c709274 Update the debugging channels docu. 2002-08-14 20:59:33 +00:00
Andriy Palamarchuk
6a7759818a Added an example of using winemaker. 2002-08-09 00:58:27 +00:00
Andriy Palamarchuk
609c93df49 Updated MFC legal issues section according to the new license, some
other changes.
2002-07-24 19:01:11 +00:00
Andreas Mohr
5ec74d6f72 - Move "questions and comments" at the top of the document.
- Removed elfdll documentation.
- Properly documented Desktop and Managed config.
- Rearranged config entries according to importance.
- "wine.conf" -> "the wine config file" in some cases.
- Updated to new FTP URLs.
- Fix non-backslash-escaped paths (ouch !).
- Replace text references by real links.
- Misc. other updates.
2002-07-24 03:00:02 +00:00
Andriy Palamarchuk
3027b2b7b6 Added mention of a dot in the current directory specification. Added
reference to the winemaker man page.
2002-07-23 20:55:17 +00:00
Johan Gill
ee2ecf22ff 48 was plain wrong as value for HELmargin. 2002-07-10 23:08:32 +00:00
Andreas Mohr
52ab395c00 Added some environment variables documentation. 2002-07-08 19:36:51 +00:00
Alexandre Julliard
2128b3384b Removed "so" from the default load order. 2002-07-05 00:27:12 +00:00
Tony Lambregts
019c591da8 Document the new trace-related winedbg commands. 2002-07-03 01:20:46 +00:00
Alexandre Julliard
5b80ce3517 Fixed make install from read-only build directory (spotted by Marcus
Meissner).
2002-07-01 18:23:38 +00:00
Alexandre Julliard
69622dbdcc Added support for path wildcards of the form "*dllname" in load order
specifications.
Only use wildcard entry for dlls that don't specify an explicit path.
Removed the old DllOverrides syntax support.
Misc cleanups and optimizations.
2002-06-25 00:23:23 +00:00
Alexandre Julliard
f673b71ece Fixed make install target to work even when nothing has been compiled
yet.
Added install-lib and install-dev targets to allow partial
installations; moved winemaker.man and winelauncher.in to better fit
in the new install categories.
2002-06-14 23:48:27 +00:00
Tony Lambregts
5a04e00222 Some grammar fixes. 2002-06-10 02:32:59 +00:00
Marcus Meissner
54c8f7b9a4 Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32. 2002-06-10 02:30:32 +00:00
Vincent Béron
b65c99b045 Updated so it's in line with README. 2002-06-10 02:27:22 +00:00
Vincent Béron
1f54f1b006 Updated README.fr so it's in line with README. 2002-06-05 17:50:13 +00:00
Jean-Bruno Luginbühl
ccab28771b French translation of the README file. 2002-06-05 00:46:25 +00:00
Andreas Mohr
a5589d5662 Documentation improvements. 2002-06-04 23:09:34 +00:00
Alexandre Julliard
a061b84ee1 Moved specification of relay and snoop include/exclude functions to
the config file.
Changed spy config a bit to follow the same scheme.
Moved debug option parsing routine into libwine.
2002-06-04 17:48:41 +00:00
Johan Gill
7c61a61616 Only enumerate DirectSound devices if the first sound device in the
system supports the Wine implementation of DirectSound. Also added
some entries to the sample config file and changed the values of the
"EmulDriver" key to "Y"/"N".
2002-05-28 22:45:58 +00:00
Alexandre Julliard
8c08ceb56c Replaced -dosver and -winver options by config file parameters. 2002-05-23 19:35:18 +00:00
Dimitrie O. Paun
e361ceab45 Remove the --managed option, and make wine use the managed mode by
default.
2002-05-23 02:43:09 +00:00
Alexandre Julliard
3536316a31 New loading scheme for Winelib apps, makes them behave like builtin
dlls and takes load order into account. Install them in dlldir.
Improved MODULE_GetBinaryType to recognize ELF binaries.
Added a wrapper script to setup the environment when running directly
from inside the source tree.
2002-05-22 21:32:49 +00:00