1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

241 Commits

Author SHA1 Message Date
Alexandre Julliard
7ccb5df0fc makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
Eric Pouech
268ede1e62 progman: Use correct integral type.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-26 21:53:55 +01:00
Alexandre Julliard
088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Michael Stefaniuc
e5b3b4aa51 progman: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-08 12:40:29 +02:00
Alexandre Julliard
65e2d341a0 progman: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-30 09:55:50 +02:00
Isira Seneviratne
33c35baa67 progman: Add missing apostrophe to IDS_SAVE_GROUP_AS_s string.
Signed-off-by: Isira Seneviratne <isirasen96@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-02 19:45:54 +02:00
Michael Stefaniuc
180da39280 progman: Avoid using the comma operator.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-04 12:26:09 +01:00
André Hentschel
a6becd791f progman: Fix warning in PUT_SHORT macro (clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-04-04 22:04:27 +02:00
Andrey Gusev
95baccdf7e progman: Fix GROUP_AddGroup() declaration.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 15:38:54 +09:00
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
Alexandre Julliard
5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Akihiro Sagawa
4874b806f3 progman: Use LMEM_MOVEABLE when reallocating memory. 2013-06-03 11:29:44 +02:00
André Hentschel
b336998427 progman: Remove dead code. 2012-02-21 11:30:16 +01: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
Alexandre Julliard
6109f05e45 progman: Avoid Unicode macros. 2012-01-20 13:06:40 +01:00
Alexandre Julliard
dda9299760 progman: Convert dialogs to po files. 2011-11-08 18:19:14 +01:00
André Hentschel
1710013878 progman: Remove idempotent operation (clang). 2011-07-14 14:45:07 +02:00
Francois Gouget
6073425ca7 progman: Fix ellipsis usage in the menu and button labels.
Also renamed the 'Attributes' menu item to 'Properties' as it seems more 
standard and appropriate.
2011-05-19 10:22:14 +02:00
Frédéric Delanoy
0ad90ee9ed po: Add message contexts (and French translations) for some polysemic English translation entries. 2011-04-25 11:52:02 +02:00
Austin English
cd39f0cd6b progman: Avoid assigning a variable to itself (LLVM/Clang). 2011-04-13 14:13:57 +02:00
Francois Gouget
6990ecaafd programs: Standardize the Help menus. 2011-04-13 14:13:56 +02:00
Francois Gouget
d1b51d8502 programs: Standardize the About menus. 2011-04-12 13:08:14 +02:00
Francois Gouget
25a31a49c1 progman: Fix the Alt+Enter accelerator so it shows the selected element attributes. 2011-04-11 12:07:04 +02:00
Francois Gouget
1ea1c3d0e5 progman: Fix accelerator support. 2011-04-08 13:03:21 +02:00
Francois Gouget
d2e6e2a03d progman: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters progman.
2011-04-01 10:59:26 +02:00
Francois Gouget
a80f379565 progman: We don't have a wintutor application so remove the 'Tutorial' menu. 2011-04-01 10:56:09 +02:00
Francois Gouget
92e412c5cb progman: Implement the cascade and tile windows menus. 2011-03-31 13:16:08 +02:00
Francois Gouget
801e775774 progman: Remove the unimplemented help search menu. 2011-03-31 13:16:04 +02:00
Francois Gouget
d770f86c9a programs: In English punctuations are not preceded by a space. 2011-03-30 18:23:40 +02:00
Alexandre Julliard
baeb0d971f po: Unify the spelling of some menu entries across programs. 2011-01-14 18:26:22 +01:00
Alexandre Julliard
8a4daaba73 progman: Convert menu and string table resources to po files. 2011-01-08 16:19:06 +01:00
Hwang YunSong
267582a7aa progman: Update Korean resource. 2011-01-03 11:54:05 +01:00
Yaron Shahrabani
16047ebc39 progman: Added Hebrew translation. 2010-11-03 11:08:55 +01:00
Anders Jonsson
3e532d52d7 progman: Fix typos in Swedish translation. 2010-10-25 12:15:06 +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
Michael Stefaniuc
b97ef0a890 progman: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Alexandre Julliard
6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Igor Paliychuk
ffe0ac817c progman: Ukrainian translation fix. 2010-07-21 13:23:57 +02:00
Igor Paliychuk
86c5fef097 progman: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Michael Stefaniuc
28c48c21f7 progman: Fix the sizes of a dialog in the Romanian translation. 2010-07-06 11:18:17 +02:00
Michael Stefaniuc
63430a826f progman: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-07-02 13:18:16 +02:00
Gustavo Henrique Milaré
6caca9628a progman: Update Portuguese translation. 2010-06-25 10:25:16 +02:00
Vitaly Lipatov
b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Sven Baars
624dd84560 progman: Fix Dutch translation. 2010-06-02 10:53:12 +02:00
André Hentschel
1765829b78 progman: Remove redundant warranty info. 2010-05-20 12:41:01 +02:00
André Hentschel
be5a62852b progman: Remove redundant license info. 2010-05-18 18:42:51 +02:00
Gerald Pfeifer
1419a3fe1a progman: Remove unused variable from and fix formatting of DIALOG_Execute. 2010-05-03 15:35:28 +02:00
Michael Stefaniuc
11b8ffc2c9 progman: Use LANGUAGE as a global setting and not per resource. 2010-04-28 07:32:35 -05:00