Commit Graph

171 Commits

Author SHA1 Message Date
Alexandre Julliard d0783774e7 configure: Merge the libcurses existence check with the soname check. 2007-07-02 17:28:50 +02:00
Alexandre Julliard 446befbb4d configure: Don't use a default soname if a library is not found, leave it undefined. 2007-07-02 14:35:05 +02:00
Dmitry Timoshkov 3c9e7a7f33 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
Stefan Huehner 51a7ca3440 Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
Anatoly Lyutin 207608c73e wineconsole: Update Russian resources. 2007-03-09 13:56:06 +01:00
Anatoly Lyutin 777ba7da9a wineconsole: Use MAKELPARM instead of MAKELONG. 2007-02-22 11:25:26 +01:00
Anatoly Lyutin 3c981715ad wineconsole: Added range of value for an up-down control. 2007-02-20 12:23:55 +01:00
Anatoly Lyutin 06999c5044 wineconsole: Added range of value for all up-down controls on config dialog. 2007-02-13 17:16:14 +01:00
Hwang YunSong(황윤성) f9663f1828 wineconsole: Updated Korean resource . 2007-01-23 12:09:43 +01:00
Anatoly Lyutin 6ee85a61f2 wineconsole: Add support for non-latin symbols with curses. 2007-01-17 11:43:32 +01:00
Dmitry Timoshkov 31215ae85a wineconsole: Fix a typo in the help message about correct backend names. 2007-01-10 12:28:12 +01:00
Dmitry Timoshkov bdc52c4777 wineconsole: Use CP_UNIXCP to translate strings to the system encoding. 2007-01-10 12:28:04 +01:00
Dmitry Timoshkov 9e357cd781 wineconsole: Make some data const. 2007-01-10 12:27:59 +01:00
Francois Gouget 367f91fb5c Assorted spelling fixes. 2006-12-14 20:25:05 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget 016a639f79 wineconsole: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:38 +01:00
Francois Gouget b5f104d05b Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. 2006-11-24 11:49:32 +01:00
Alexander Nicolaysen Sørnes 179b294138 wineconsole: Updated Norwegian Bokmål translation. 2006-11-21 12:14:24 +01:00
Francois Gouget 30e44c85c8 Assorted spelling fixes. 2006-11-07 15:25:24 +01:00
Alexandre Julliard f51c400436 wineconsole: Properly handle negative coordinates for mouse events. 2006-10-25 17:43:02 +02:00
Jonathan Ernst 4c0a20bdb5 wineconsole: Updated French translation. 2006-10-24 17:46:05 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Hwang YunSong(황윤성) 825e50d5c8 wineconsole: Updated Korean resource. 2006-10-23 12:39:20 +02:00
Mikołaj Zalewski dbc1becae7 wineconsole: Fix Polish translation. 2006-10-23 12:36:33 +02:00
Mikołaj Zalewski b518ed8d46 wineconsole: Check one of the radio buttons in the "Save settings" dialog. 2006-10-23 12:36:26 +02:00
Mikołaj Zalewski 643e1c8969 wineconsole: En.rc: Enlarge the "save console settings" dialog to avoid cropping of text. 2006-10-23 12:36:20 +02:00
Frank Richter c4c578d4e6 wineconsole: Update German translation. 2006-10-23 12:35:05 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Mikołaj Zalewski a5e92410da wineconsole: WM_RBUTTONDOWN lParam is in client coordinates not window coordinates. 2006-10-20 13:04:07 +02:00
Mikołaj Zalewski bf42a34142 wineconsole: Make most keys cancel the selection. 2006-10-20 13:03:18 +02:00
Mikołaj Zalewski 4a94d09a3e wineconsole: Allow making selections with a mouse also when not in the QuickEdit mode. 2006-10-20 13:03:04 +02:00
Mikołaj Zalewski c52238d69b wineconsole: Remove spaces from the ends of lines while copying to the clipboard. 2006-10-20 13:02:41 +02:00
Mikołaj Zalewski 2750a74f18 wineconsole: Change selection on WM_KEYDOWN not WM_KEYUP. 2006-10-20 13:02:24 +02:00
Mikołaj Zalewski 9d6761bd0c wineconsole: Add usage message and more specific error messages. 2006-10-20 13:02:16 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Mikołaj Zalewski 2fb8ea4d55 wineconsole: Make the user backend work on non-latin1 locales. 2006-10-04 10:06:16 +02:00
Michael Stefaniuc ae48a51947 wineconsole: Win64 printf format warning fixes. 2006-10-03 11:16:04 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Hwang YunSong(황윤성) 0b5a6cd11b wineconsole: Updated Korean resource. 2006-07-27 11:57:30 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Alexandre Julliard f5f37a8566 wineconsole: Portability fixes in the curses mouse support. 2006-06-27 20:14:10 +02:00
Mike McCormack fac494c822 server: open_console's from field should be a handle. 2006-06-07 14:30:28 +02:00
Mike McCormack ce238a4087 wineconsole: Use correct prototypes for dialog procs. 2006-06-06 11:29:26 +02:00
Mike McCormack 61a0799b88 wineconsole: Store the font as a DWORD_PTR. 2006-05-31 11:58:25 +02:00
Mike McCormack 899840c964 wineconsole: Use a Get/SetWindowLongPtr to store a pointer. 2006-05-31 11:58:15 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00