Alexandre Julliard
3f510ad2bb
Link with libutil only where needed.
2002-01-01 01:13:03 +00:00
François Gouget
1425941e29
Fix the #include order for config.h.
...
Add #include "config.h" directives where needed.
2001-11-06 20:57:11 +00:00
Francois Gouget
e5ddd26dd7
When including config.h, include it first.
2001-10-14 16:18:52 +00:00
Andreas Mohr
a6d83ebae1
- clarify many error messages
...
- add data corruption warning to README file
2000-12-27 04:02:46 +00:00
Dimitrie O. Paun
529da54394
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
2000-11-27 23:54:25 +00:00
Joerg Mayer
abe635cfd7
Get rid of some warnings about unused variables, signed/unsigned
...
comparisons and incomplete initializations.
2000-11-11 00:38:37 +00:00
Francois Gouget
db92536cfd
Fixed a char/NULL comparison.
2000-10-19 20:31:09 +00:00
Alexandre Julliard
15bfcd0398
Moved $(MODULE).o rule out of Make.rules into the individual
...
Makefiles.
2000-09-29 00:28:25 +00:00
Andreas Mohr
349655636b
- made the MIDI sequencer error message much better for confused users
...
to be found on #WineHQ
- use strerror instead of errno at important places
- got rid of HAVE_STRERROR macro
- removed some #include:s (hopefully I didn't break anything)
2000-08-26 20:31:48 +00:00
Alexandre Julliard
3850c1ae16
Moved most USER string functions to dlls/user.
...
Cleaned up a few more inter-dll dependencies.
2000-08-06 02:42:46 +00:00
Eric Pouech
d57f7d14f1
Cosmetics.
2000-04-09 18:40:32 +00:00
Alexandre Julliard
00377a78b7
Store config file contents in the registry so we only have to load it
...
once per session.
Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
Removed a few unnecessary/unused command-line options.
2000-02-19 20:50:00 +00:00
Patrik Stridvall
2c684081c1
Fixed some of the issues reported by Solaris Lint.
1999-07-31 17:36:48 +00:00
Alexandre Julliard
9fe7a2545a
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-14 08:17:14 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Marcus Meissner
69289f6d46
Only declare console "driver" once, use external refs elsewhere.
1999-04-18 09:25:27 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
David Luyer
ee517e863e
- fixed missing stdlib.h and string.h includes everywhere
...
- removed a couple of unneeded stdlib.h and stdio.h includes
1999-02-28 12:27:56 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Michael Veksler
f544507b32
Added configure check for getbkgd and define HAVE_GETBKGD.
1999-02-25 17:11:05 +00:00
Joseph Pranevich
93a2ce6e69
Added GetBackgroundColor call to the console struct. Will be used
...
later.
1999-02-24 11:08:29 +00:00
Joseph Pranevich
f0e0df3f7a
More commenting, better debugging of color problems, and support for
...
the new TerminalType option in wine.ini. This allows us to select
which terminal type we are really using so that we can, for example,
use its color capabilities.
1999-02-20 16:43:40 +00:00
Joseph Pranevich
019693b47e
Support for the new InitialRows andf InitialColumns options in wine.ini
...
(Generic replacement for XtermResolution option...)
1999-02-20 16:42:49 +00:00
Joseph Pranevich
23b6eebba6
Removal of obsolete XtermResolution option.
1999-02-20 16:41:58 +00:00
Marcus Meissner
317af320cf
Optimized include/*.h: (recursively) include all headers needed by
...
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Joseph Pranevich
11076b1b89
Added configuration options XtermProgram and XtermResolution.
...
Fixed a warning.
1999-02-14 11:17:22 +00:00
Joseph Pranevich
ebc0e5e0a4
Moved initialization until later. Also moved around code a bit to be
...
consistant.
1999-02-14 11:15:47 +00:00
Zygo Blaxell
edc858c2ca
wine_openpty is not properly declared (either missing or mismatched
...
declarations) in both places where it is used.
1999-02-09 14:14:16 +00:00
Ove Kaaven
408b0852c7
Small fix.
1999-01-31 09:22:58 +00:00
Joseph Pranevich
9c77b4747f
Preliminary color console support.
1999-01-30 12:51:09 +00:00
Marcus Meissner
f0a3545699
Switch ncurses.h/curses.h include (works better for FreeBSD).
1999-01-28 09:09:03 +00:00
Marcus Meissner
592ba10565
autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
...
fixed includers.
1999-01-20 14:18:55 +00:00
Alexandre Julliard
8da12c43a9
Group commit for recovery after disk crash.
...
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Joseph Pranevich
bef93c04fe
Xterm driver can now resize the terminal when a mode change is
...
detected.
1999-01-03 16:15:39 +00:00
Joseph Pranevich
d87fa94c09
Long standing scroll bug fixed!
1999-01-03 16:15:12 +00:00
Joseph Pranevich
e884f9ca0e
Rewrite of configuration system to support "regular" curses as well as
...
eliminating the --with-ncurses option. Now, ncurses support will be
built in if a compatible library is detected.
1999-01-03 16:14:34 +00:00
Joseph Pranevich
06591f671f
Add support for selection of console mode drivers to use using the
...
-console option. Currently "tty", "ncurses", and "xterm" are
supported.
Add stubs for resizing the screen on mode changes.
1998-12-25 08:48:56 +00:00
Joseph Pranevich
251b8ee6b0
Made more cross-platform by changing ->_fileno to fileno().
1998-12-14 14:38:10 +00:00
Joseph Pranevich
55768384ff
Add a driver to open up a new xterm window whenever console output is
...
needed. Derived from console/win32.c but we are not yet ready to merge
the code completely.
1998-12-09 15:43:03 +00:00
Joseph Pranevich
791cd6a342
Added console support.
1998-12-02 19:58:08 +00:00