Mikołaj Zalewski
|
c933dbf1b4
|
wrc: verify-translation: Compare all the controls of dialogs, not only the first one.
|
2008-03-31 12:12:29 +02:00 |
Michael Stefaniuc
|
865c31b811
|
wrc: Add the code page mapping for LANG_ROMANSH.
|
2008-03-28 09:51:10 +01:00 |
Alexandre Julliard
|
0a16b6b81f
|
wrc: parser_error must append a newline.
|
2008-03-22 10:32:07 +01:00 |
Mikołaj Zalewski
|
fee6076a2b
|
wrc: Convert standard control classes names into ids also for UTF-8 resource files.
|
2008-03-03 11:59:17 +01:00 |
Alexandre Julliard
|
41fbacefa1
|
Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead.
|
2008-02-19 15:42:49 +01:00 |
Rob Shearman
|
878ea5d2e2
|
Add the nounistd option to all lex source files.
|
2008-02-19 13:39:25 +01:00 |
Francois Gouget
|
d0794c4aeb
|
Assorted spelling fixes.
|
2008-01-23 21:16:22 +01:00 |
Austin English
|
90f89fa74d
|
tools: Spelling fixes.
|
2008-01-18 12:52:09 +01:00 |
Michael Stefaniuc
|
7f5757f683
|
tools: Remove duplicate includes.
|
2007-11-19 13:54:52 +01:00 |
Michael Stefaniuc
|
e01e8a0192
|
wrc: Remove redundant NULL check before free(). Found by Smatch.
|
2007-10-22 12:36:08 +02:00 |
Francois Gouget
|
7e92283678
|
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
|
2007-10-19 11:46:11 +02:00 |
Dmitry Timoshkov
|
fcd6f662ac
|
wrc: Constify some data.
|
2007-08-30 11:48:47 +02:00 |
Alexandre Julliard
|
549351ab09
|
wrc: Strip C code based on the name of the include file.
Get rid of the old C code stripping support that wasn't used anymore.
|
2007-06-28 14:10:07 +02:00 |
Alexandre Julliard
|
1f11333c7b
|
makefiles: Build programs that link against libwine twice with appropriate rpaths.
One rpath is for installing and one is for running inside the build tree.
|
2007-06-20 20:03:30 +02:00 |
Michael Stefaniuc
|
cb2574722e
|
wrc: Fix redundant checks for NULL before free(). Found by Smatch.
|
2007-06-14 13:14:56 +02:00 |
Michael Stefaniuc
|
f69d6fd450
|
wrc: Fix non-ANSI function declaration. Found by sparse.
|
2007-06-05 12:19:03 +02:00 |
Mikołaj Zalewski
|
c74f6d9d7a
|
wrc: Change the format of the output of "wrc --verify-translation".
|
2007-03-27 12:34:05 +02:00 |
Mikołaj Zalewski
|
fbd25173a8
|
wrc: Add HTML resources support to wrc --verify-translation.
|
2007-03-27 12:31:38 +02:00 |
Alexandre Julliard
|
a79b26284a
|
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
|
2007-03-14 15:57:50 +01:00 |
Alexandre Julliard
|
4091627cd7
|
configure: Get rid of lex compatibility support, we require flex anyway.
|
2007-03-08 13:19:50 +01:00 |
Alexandre Julliard
|
442243257b
|
wrc: Added support for utf-8 codepage.
|
2007-01-09 22:21:53 +01:00 |
Andrew Talbot
|
782e28afb6
|
wrc: Declare some variables static const.
|
2007-01-02 13:30:25 +01:00 |
Kai Blin
|
802cf1a728
|
wrc: Fix comparison typo (Coverity).
|
2007-01-02 13:30:02 +01:00 |
Alexandre Julliard
|
7035aa5041
|
make_makefiles: Generate the top-level .gitignore file.
Add a PROGRAMS variable in some makefiles to make things easier.
|
2006-12-27 21:23:36 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Francois Gouget
|
ef998ea6cb
|
Assorted spelling fixes.
|
2006-10-16 11:33:38 +02:00 |
Michael Stefaniuc
|
0fb444b58c
|
tools: Remove redundant NULL checks before free() (found by Smatch).
|
2006-10-10 12:56:20 +02:00 |
Michael Stefaniuc
|
d2d330174f
|
wrc: Win64 printf format warning fixes.
|
2006-10-02 11:55: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 |
Nicolas Delcros
|
a6fe56a8cf
|
wrc: Fixed typo for the --pedantic argument.
|
2006-09-25 17:56:38 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
42418fbbe8
|
wrc: Change the prefix on bison-generated names to avoid the name-prefix directive.
|
2006-09-12 09:05:20 +02:00 |
Alexandre Julliard
|
bcdc5fb55f
|
Make.rules: Set the default prefix for bison files from the file basename.
|
2006-09-11 21:47:49 +02:00 |
Alexandre Julliard
|
145a0ba508
|
makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines.
|
2006-09-11 21:43:11 +02:00 |
Alexandre Julliard
|
9c085cba0a
|
makefiles: Add global rules for bison and lex files.
Also build the .c and .h files separately to allow parallel makes.
|
2006-09-09 13:16:22 +02:00 |
Alexandre Julliard
|
050c8942d1
|
wrc: Allow building without debug support in the parser.
|
2006-09-09 11:26:29 +02:00 |
Alexandre Julliard
|
fce74f7411
|
wrc: Get rid of xmalloc casts.
|
2006-08-26 21:42:01 +02:00 |
Alexandre Julliard
|
fba0897ee7
|
wrc: xmalloc shouldn't initialize to zero, do that explicitly where needed.
|
2006-08-26 21:42:00 +02:00 |
Alexandre Julliard
|
13a93b4a94
|
configure: Set rpath on all executables that link to libwine.
Also add the -multiply_defined suppress option for executables on MacOS.
|
2006-08-25 17:23:44 +02:00 |
Alexandre Julliard
|
2886e9b0e8
|
makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
|
2006-08-07 17:48:18 +02:00 |
Alexandre Julliard
|
645cd6ff50
|
libs: Get rid of the symlinks for the static libs.
|
2006-07-11 19:33:48 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
88c97d7284
|
.gitignore: Added wildcards to ignore lex and bison output files.
|
2006-07-10 21:40:49 +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 |
Mike McCormack
|
2d107f98ab
|
wrc: Remove some tokens declared twice.
|
2006-06-14 12:47:05 +02:00 |
Alexandre Julliard
|
f1de64db39
|
wrc: Clean output files when aborting on an error or signal.
|
2006-05-27 13:23:37 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
69dcbaaf93
|
wrc: Don't use identifiers starting yy*, they're reserved for flex.
|
2006-03-06 17:50:52 +01:00 |
Alexandre Julliard
|
8f08fe6c0d
|
wrc: Integer ids can be used for control labels instead of strings.
|
2006-02-28 15:27:25 +01:00 |
Mike Frysinger
|
5392844392
|
Add support for 'make install DESTDIR'.
|
2006-02-14 13:51:38 +01:00 |
Dmitry Timoshkov
|
57a579ffcd
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
Alexandre Julliard
|
1e96455094
|
Remove YY_NO defines that cause warnings.
|
2006-01-05 12:20:05 +01:00 |
Alexandre Julliard
|
88991e2a4e
|
Support building flex files without debug support.
|
2006-01-03 15:11:46 +01:00 |
Alexandre Julliard
|
0ae2c69c7a
|
Added some flex options to avoid compiler warnings.
Moved options from the Makefile into the source.
|
2006-01-03 12:16:05 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
6d442aeb34
|
Assorted spelling fixes.
|
2005-11-23 20:14:43 +01:00 |
Alexandre Julliard
|
a8d69d6e35
|
Add current directory to default include path.
|
2005-10-10 18:07:34 +00:00 |
Alexandre Julliard
|
36c3199782
|
Default search path for an include file should be based on the path of
the parent source file, not the current directory.
|
2005-10-10 18:06:50 +00:00 |
Alexandre Julliard
|
ac21d34b26
|
Set the version we report in wmc and wrc from the global Wine
version.
|
2005-10-10 10:43:41 +00:00 |
Alexandre Julliard
|
12a749984c
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
Alexandre Julliard
|
cd91bc61be
|
Now that we are requiring bison anyway, make the .tab.c file use the
same base name as the .y file, so that we can generate correct
dependencies in all cases.
|
2005-09-28 18:17:08 +00:00 |
Alexandre Julliard
|
261e376495
|
Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
|
2005-09-12 15:14:06 +00:00 |
Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Marcus Meissner
|
2d7e976eed
|
Fixed signedness warnings.
|
2005-07-10 17:45:53 +00:00 |
Mike McCormack
|
723ee0a3bc
|
gcc 4.0 -Wpointer-sign fixes.
|
2005-07-05 14:26:54 +00:00 |
Alexandre Julliard
|
52788d1f1c
|
Added support for HTML resource type.
|
2005-06-30 20:58:52 +00:00 |
Stefan Huehner
|
4d11eba003
|
Fix some -Wsign-compare warnings.
|
2005-06-30 18:10:08 +00:00 |
Jacek Caban
|
6580ae03ed
|
'.' is a valid char of tIDENT.
|
2005-06-30 18:09:39 +00:00 |
Eric Pouech
|
809edabfbe
|
Const correctness fixes.
|
2005-06-27 09:53:46 +00:00 |
Mike McCormack
|
a6dd1258b9
|
Move function prototypes to header.
|
2005-06-22 11:59:18 +00:00 |
Michael Stefaniuc
|
d40517cb18
|
Change the type of 1 bit wide bitfields to unsigned.
|
2005-05-09 09:26:28 +00:00 |
Michael Lin
|
8acdd0baa9
|
Change menu item options to use optional comma.
|
2005-04-14 11:32:44 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Alexandre Julliard
|
72d6373743
|
Allow specifying extended control styles also in standard dialogs
(reported by Michael Lin).
|
2005-03-08 19:09:16 +00:00 |
Francois Gouget
|
fbb3343547
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
Alexandre Julliard
|
d0ee9f9309
|
Avoid spaces before preprocessor directives, that's not portable.
|
2005-03-02 12:23:20 +00:00 |
Jon Griffiths
|
eb5bf7dd38
|
Documentation spelling fixes.
|
2005-02-25 14:07:56 +00:00 |
Alexandre Julliard
|
09c68d9dd5
|
Avoid assertion failure when loading an empty data file.
|
2005-01-28 14:01:55 +00:00 |
Alexandre Julliard
|
38964fd852
|
Removed an unused function.
|
2004-12-07 14:48:46 +00:00 |
Eric Pouech
|
763aff61a0
|
Another couple of missing static definitions.
|
2004-12-06 16:44:32 +00:00 |
Rein Klazes
|
2443c7f6d3
|
Allow negative numbers in RCDATA resources like RC.EXE does.
Fix false out of 16 bits range warning.
|
2004-11-22 18:15:42 +00:00 |
Eric Frias
|
741844c6ea
|
Fixed error writing control IDs in dialogex on sparc.
|
2004-11-21 15:38:00 +00:00 |
Zach Gorman
|
2141f28fa0
|
WS_TABSTOP should not be a default style for GROUPBOX controls.
|
2004-08-19 01:02:07 +00:00 |
Alexandre Julliard
|
f1ada8e686
|
Fixed handling of LANGUAGE statement for message tables (found by
Zhangrong Huang).
|
2004-07-20 01:24:11 +00:00 |
Marcus Meissner
|
1f787ca675
|
Generic SKIP_TAG to skip a number of bytes, use it where applicable.
|
2004-07-06 19:26:28 +00:00 |
Jon Griffiths
|
0aab81fa0c
|
Also handle OS2 v1.x (AKA windows 2.0) bitmaps.
|
2004-06-01 19:43:21 +00:00 |
Dimitrie O. Paun
|
cb0dc5cdf6
|
Document the --verbose switch.
|
2004-05-30 03:09:57 +00:00 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Dimitrie O. Paun
|
23a1c12d8e
|
Add support for --verbose for compatibility.
|
2004-04-12 22:04:13 +00:00 |
Alexandre Julliard
|
e7579ef3f6
|
Fixed line number handling for escaped end of lines inside strings.
|
2004-04-09 19:08:53 +00:00 |
Vincent Béron
|
8451240526
|
Added a new flag to wrc, to be used to assess translations
advancement.
|
2004-01-18 23:24:04 +00:00 |
Mike McCormack
|
06113289f9
|
Avoid a crash if the dialog style is missing.
|
2004-01-02 20:12:25 +00:00 |
Dimitrie O. Paun
|
c0232546bd
|
Make the winehq.org domain the official one.
|
2003-11-26 03:55:01 +00:00 |
Daniel Marmier
|
4034ff36c0
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-14 01:19:27 +00:00 |
Vincent Béron
|
3ce7ed5c15
|
Get rid of useless comment (empty function header).
|
2003-10-06 20:57:36 +00:00 |
Alexandre Julliard
|
f3434c2539
|
Fixed handling of Unicode strings used as filenames (reports by Martin
Fuchs).
|
2003-09-29 20:23:15 +00:00 |
Vincent Béron
|
a8fb3d786e
|
Fix strncpyWtoA to actually act as advertised (and not overflow the
input buffer).
Small cleanups of it at the same time.
|
2003-09-22 19:45:29 +00:00 |
Eric Frias
|
16f4ededb6
|
Fixed combobox flags handling to allow CBS_DROPDOWN style.
|
2003-09-18 04:31:15 +00:00 |
Steven Edwards
|
9ef093ea8e
|
Portability fix for language ids.
|
2003-09-10 03:44:20 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |