Andrew Nguyen
2e5c0a3acb
wineconsole: Pass an output parameter when calling ReadConsoleOutputCharacterW.
2011-01-11 16:05:48 +01:00
Alexandre Julliard
389f0e7714
wineconsole: Convert string table resources to po files.
2011-01-10 13:42:09 +01:00
Hwang YunSong
d6f14fd638
wineconsole: Update Korean resource.
2011-01-05 17:55:10 +01:00
Martin Storsjo
0f3ff8b4b1
wineconsole: Don't overwrite the backend selection when parsing --use-event.
2010-12-23 17:07:41 +01:00
Martin Storsjo
59398d7ca7
wineconsole: Fallback to window based console if the curses library isn't found.
2010-12-21 15:51:26 +01:00
Alexandre Julliard
15ccabc9a8
makefiles: Add common rules for installing the main man page.
2010-12-05 16:17:58 +01:00
Eric Pouech
ac256c7352
wineconsole: Move the curses critical section inside the private data.
2010-11-29 11:36:00 +01:00
Austin English
c43c31fe47
wineconsole: Add a manpage.
2010-11-26 12:12:50 +01:00
Eric Pouech
4a1d9c3b55
wineconsole: In curses mode, map some box drawing attributes to ACS characters.
2010-11-16 12:00:50 +01:00
Eric Pouech
e39a48faf1
wineconsole: Added support for curses window resizing.
2010-11-16 12:00:40 +01: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
Cheer Xiao
769031ed7e
wineconsole: Update Simplified Chinese translation.
2010-11-15 14:54:18 +01:00
Yaron Shahrabani
d4e8f30332
wineconsole: Added Hebrew translation.
2010-10-21 17:19:56 +02:00
Trygve Vea
6f5502bed1
wineconsole: Updated Norwegian translation.
2010-10-18 11:46:14 +02:00
Peter Oberndorfer
6191e42a0f
wineconsole: Allow to select popup menu entries with the right mouse button.
2010-09-22 19:57:28 +02:00
Luca Bennati
f5953a5d55
wineconsole: Update Italian translation.
2010-09-21 17:53:54 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Eric Pouech
6f32644aa0
server: Allow a screen buffer to be attached to a given fd (for bare consoles).
2010-09-01 14:01:02 +02:00
Eric Pouech
b39a8d9ea2
server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
2010-09-01 14:01:02 +02:00
Luca Bennati
c48087756f
wineconsole: Fix Italian translation.
2010-08-23 11:54:48 +02:00
Michael Stefaniuc
f3293721c0
wineconsole: Remove the ignored common resource attributes.
2010-07-22 11:41:38 +02:00
Igor Paliychuk
0a3f093fe4
wineconsole: Add Ukrainian translation.
2010-07-22 10:12:21 +02:00
Alexandre Julliard
6fb39dfe4a
programs: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:37 +02:00
Michael Stefaniuc
af2f225a16
wineconsole: Add the Romanian translation.
...
Translation by Claudia Cotună.
2010-07-14 11:43:09 +02:00
Gustavo Henrique Milaré
59975e2b01
wineconsole: Update Portuguese (Brazilian) translation.
2010-07-01 10:10:07 +02:00
Jose Rostagno
05472a9344
wineconsole: Fix Spanish translation.
2010-06-23 15:28:13 +02:00
Paul Vriens
d01da5f33a
wineconsole: Add Danish translation.
...
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:23 +02:00
Sven Baars
194f7318ce
wineconsole: Fix Dutch translation.
2010-05-10 10:05:06 +02:00
Gerald Pfeifer
e86c6799a0
wineconsole: Remove variable font_idx which is not really used from WCUSER_FontPreviewProc.
2010-05-04 18:38:15 +02:00
Michael Stefaniuc
b3350899f2
wineconsole: Switch the rest to use the explicit W-forms.
...
And compile with -DWINE_NO_UNICODE_MACROS.
2010-04-28 07:34:29 -05:00
Michael Stefaniuc
fe0c5cb68a
wineconsole: Use the explicit W types/functions in dialog.c.
2010-04-28 07:33:56 -05:00
Michael Stefaniuc
f6217640be
wineconsole: Use the explicit W types/functions in user.c.
2010-04-28 07:33:29 -05:00
Michael Stefaniuc
cb2f2447ff
wineconsole: Use the explicit W-form of the registry functions.
2010-04-28 07:32:54 -05:00
Paul Vriens
62644ee1a2
wineconsole: Update Dutch translation.
2010-04-25 07:36:05 -05:00
Michael Stefaniuc
b0c4c93538
wineconsole: Always show an ASCII string in the font test.
2010-04-20 17:46:32 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Dylan Smith
3fbe40e2f9
wineconsole: Handle mouse wheel scrolling for user backend.
...
The mouse wheel will scroll if the buffer height is greater than the
console window's height in lines, otherwise console mouse input events
are generated.
2010-02-26 13:02:24 +01:00
Luca Bennati
4cd6feffb4
wineconsole: Fix Italian translation.
2010-02-02 11:47:20 +01:00
Vitaly Lipatov
f8562ace96
wineconsole: Fix Russian translation.
2010-01-19 15:03:58 +01:00
Erich Hoover
8a6e2c8eea
wineconsole: Fix Alt+F10 sent when F10 pressed.
2009-11-13 11:52:23 +01:00
Frédéric Delanoy
c566c719fb
wineconsole: Fix French translation.
2009-08-18 11:46:15 +02:00
Vladimir Pankratov
1cae50f421
wineconsole: Convert the Russian resources to UTF-8.
2009-07-23 11:22:30 +02:00
Michael Stefaniuc
7e06f98429
wineconsole: Convert the German resources to UTF-8.
2009-07-09 15:23:46 +02:00
Ricardo Filipe
91dfbd5a82
wineconsole: Update Portuguese translation and convert to UTF8.
2009-07-08 20:12:04 +02:00
Huw Davies
4a28359ba3
wineconsole: Add English neutral translations.
2009-07-07 13:26:04 +02:00
Frédéric Delanoy
89260f00bb
wineconsole: Fix French translation & UI display.
2009-07-06 15:25:43 +02:00
Aurimas Fišeras
4e1af57b5f
Various spelling fixes for Lithuanian translation.
2009-07-06 14:35:26 +02:00
Aurimas Fišeras
726891ad8a
wineconsole: Add Lithuanian translation.
2009-07-01 11:39:30 +02:00
Michael Stefaniuc
a138f4b85d
wineconsole: Build language resource files separately.
...
Instead of including them from an other rc file.
2009-06-30 14:53:46 +02:00