Commit Graph

289 Commits

Author SHA1 Message Date
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Frédéric Delanoy 5ba7f79bad Assorted spelling fixes. 2013-12-03 19:41:53 +01:00
Alexandre Julliard e2df0ab856 makefiles: Generate rules from makedep for building and installing man pages. 2013-11-18 11:40:00 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Alexandre Julliard ded5ad8a8c wineconsole: Avoid an empty for loop. 2013-10-21 20:23:49 +02:00
Alexandre Julliard 761301b669 wineconsole: Run a command shell by default. 2013-09-30 20:35:01 +02:00
Frédéric Delanoy 262380ab05 wineconsole: Fix manpage formatting. 2013-07-17 20:30:49 +02:00
Alexandre Julliard dcc97a186d Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages. 2013-07-16 20:48:05 +02:00
Alexandre Julliard ed853f93d4 wineconsole: Don't offer vertical fonts in the font dialog. 2013-06-25 18:12:10 +02:00
Alexandre Julliard 3221338ca3 wineconsole: Fix a pointer cast warning. 2013-04-09 15:26:11 +02:00
Michael Stefaniuc 15992994bd wineconsole: Avoid TRUE:FALSE conditional expressions. 2012-08-27 19:49:43 +02:00
Francois Gouget 6333fa753a Assorted spelling fixes. 2012-07-03 12:03:29 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Morten Rønne 166b4399b3 wineconsole: Fixed a wrong word in message. 2012-03-29 20:49:26 +02:00
Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Frédéric Delanoy 8bf8bd9786 wineconsole: Don't include spaces before colons in English strings. 2012-01-16 13:14:42 +01:00
Francois Gouget 985703f503 wineconsole: Don't pad tab labels with spaces. 2012-01-06 19:24:35 +01:00
Gabriele Moabiti 70cdcba836 wineconsole: Light and dark gray colors are exchanged in the user backend. 2011-12-21 14:48:27 +01:00
Alex Henrie 157be323b7 wineconsole: Widen label to accomodate translations. 2011-11-30 12:22:13 +01:00
Alexandre Julliard 8715df8ecd wineconsole: Convert dialogs to po files. 2011-11-02 14:28:22 +01:00
Francois Gouget fc2b645d29 wineconsole: Give a name to the curses backend critical section. 2011-10-27 14:20:57 +02:00
Francois Gouget bbbee31c38 wineconsole: Fix a string resource so its format placeholders can be reordered. 2011-10-20 20:53:20 +02:00
Francois Gouget 4a9fa0e24a wineconsole: Use a more standard syntax for multi-line RC file strings. 2011-09-14 11:07:55 +02:00
Alexandre Julliard 4a14811527 wineconsole: Avoid reentering WINECON_GrabChanges. 2011-09-08 22:27:41 +02:00
Alexandre Julliard a763c7dbc8 wineconsole: Make the traces in WINECON_GrabChanges more readable. 2011-09-08 22:27:11 +02:00
Francois Gouget 66a13a43bd wineconsole: Add full stops at the end of sentences in the usage message. 2011-09-07 18:13:33 +02:00
Francois Gouget ed3c9a1eca Assorted spelling fixes. 2011-08-03 14:15:48 +02:00
Frédéric Delanoy 1b6eed8a99 programs: Assorted spelling fixes. 2011-07-27 17:48:10 +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
Akihiro Sagawa 1aef4dc030 wineconsole: Add Japanese translation. 2011-02-28 13:21:03 +01:00
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