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
André Hentschel
da1352db93
wineconsole: Improve German translation.
2009-06-29 12:26:58 +02:00
Anders Jonsson
cbeff91bd0
wineconsole: Fix typos in Swedish resources.
2009-01-28 12:10:41 +01:00
Francois Gouget
0a6665bfef
wineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them.
2009-01-26 15:13:12 +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
Francois Gouget
cf92ee98be
wineconsole: WCUSER_OptionDlgProc(): use the given configuration information.
2009-01-20 12:33:56 +01:00
Alexandre Julliard
014e2db495
wineconsole: Replace a couple of handle casts by the appropriate server function.
2009-01-08 17:33:07 +01:00
ByeongSik Jeon
5f3287d79f
*Ko.rc: Update Korean resource.
...
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon
1b0297a7f9
*Zh.rc: Update the Chinese resource font name to "MS Shell Dlg".
2008-12-11 12:20:48 +01:00
Alexandre Julliard
7fdadbb377
server: Add functions for conversions between server user handles and pointer-style handles.
2008-12-08 16:58:20 +01:00
Alexandre Julliard
d1b3d484f7
server: Add functions for conversions between server object handles and pointer-style handles.
2008-12-08 16:05:17 +01:00
Dmitry Timoshkov
b8b0b7fa41
wineconsole: Don't ignore extended keys.
2008-10-28 12:13:41 +01:00
Alexandre Julliard
01b7667a1a
programs: Convert source files to utf-8.
2008-10-18 19:22:19 +02:00
Hongbo Ni
a10d6ede68
wineconsole: Add traditional Chinese resource.
2008-08-29 12:28:56 +02:00
Hongbo Ni
0eaabac545
wineconsole: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00