Hugh McMaster
b9a79c095e
wineconsole: Add 'PopupColors' support to the registry.
...
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-11 23:31:53 +09:00
Hugh McMaster
1602eff3b8
wineconsole: Add 'ColorTable' support to the registry.
...
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-09 11:55:17 +09:00
Michael Müller
5d4a961789
wineconsole: Forward child process exitcode.
...
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
2015-10-01 16:27:01 +09:00
Hugh McMaster
ef0f0ad1d0
wineconsole: Add HKCU registry entries for Insert Mode.
2015-06-30 20:55:05 +09:00
Frédéric Delanoy
1e214eb5d3
Assorted spelling/grammar fixes.
2014-10-02 16:58:53 +02:00
Alexandre Julliard
4a14811527
wineconsole: Avoid reentering WINECON_GrabChanges.
2011-09-08 22:27:41 +02:00
Francois Gouget
ed3c9a1eca
Assorted spelling fixes.
2011-08-03 14:15:48 +02:00
Eric Pouech
51f06239ff
wineconsole: Ensure that the EXIT message is always properly propagated to the first caller of GrabChanges.
2011-03-28 17:08:53 +02:00
Eric Pouech
70f24d6cc1
wineconsole: Properly handle (user)-window resizing wrt the console.
2010-11-16 12:00:18 +01:00
Eric Pouech
544dbb518e
wineconsole: Properly manage window position (in wineconsole) from within wineserver.
2010-11-16 12:00:04 +01:00
Francois Gouget
de58df0e8d
wineconsole: Make WINECON_SetHistory{Mode,Size}() static.
2009-01-20 12:34:02 +01:00
Francois Gouget
e7ec428c47
wineconsole: Make some functions static.
2009-01-20 12:33:59 +01:00
Kirill K. Smirnov
945f4a7946
wineconsole: Move window handle to inner_data structure.
2007-08-24 12:01:06 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Eric Pouech
a6f40be771
Fixed wineconsole startup when restoring registry settings.
2005-11-03 11:32:52 +00:00
Rein Klazes
b05cceb6f5
In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
...
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
2005-04-14 11:30:09 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Eric Pouech
99bc640442
If (n)curses wasn't available at compile time:
...
- print sensible information
- fall back to user backend
2003-06-13 16:32:52 +00:00
Eric Pouech
5477453cc6
Added an edition mode flavor (win32/emacs...) to the console settings
...
in the registry.
2003-01-09 06:01:51 +00:00
Eric Pouech
6a88716104
Fixed several bugs:
...
- wrong drawing for chars outside the 20-7F range
- console mouse event generation
- console Alt-? char event generation
Prefix for curses functions is now WCCURSES_ instead of WCCURSE_.
2002-12-23 01:35:27 +00:00
Eric Pouech
0589f7266d
Added configuration on per application basis.
...
Added ability to override part of the configuration from console
creator.
Revisited a bit wineconsole startup.
Added dialog part for window closing at process termination.
2002-09-04 18:41:52 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Eric Pouech
0587a47235
Allow ANSI charset in font enumeration.
...
Added ability not to close the wineconsole on console object
destruction.
2002-05-21 18:05:16 +00:00
Eric Pouech
e53cd36e63
Removed Trace macro and replaced it by Wine debug channel facility.
...
Made the font lookup at startup more robust and now save registry at
startup time if a new font is chosen (as spotted by Sylvain Petreolle).
Fixed an update bug spotted by Jason Edmeades.
2002-05-14 21:45:13 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Eric Pouech
5ef8871c62
- wineconsole now exits if the started program inside it terminates
...
before the console actually starts up.
- Removed the last Ansi imported APIs since now Propsheet has a decent
Unicode interface.
- Fixed a couple of menu related bugs (states were wrong).
- Finished input selection code (mark and key for selection moving are
operational, generating mouse events to programs attached to the
console).
2002-02-04 18:41:32 +00:00
Eric Pouech
94719d43d1
- allow to save/restore some properties into the registry (like font,
...
cursor size...)
- implement the two sets of properties (default & current)
- fixed some bugs mainly in dialog
- enhanced font selection mechanisms,
- added and protected sub-menu for all operations (sysmenu is not
avail in managed mode)
- better data separation for the backend(s)
2001-12-04 20:46:54 +00:00
Eric Pouech
0b83d4cbc6
New console code based on Win32 windows.
2001-11-23 23:04:58 +00:00