Eric Pouech
de6d4e211b
Fixed and globalized some path and module name handling.
...
Tweaked the demangling of function pointers as function parameters.
2001-11-05 23:54:11 +00:00
Andreas Mohr
e15badb478
Cosmetics.
2001-10-21 15:18:15 +00:00
Alexandre Julliard
0d50965a13
Added requests to store window rectangles in the server.
2001-10-16 21:55:37 +00:00
Guy L. Albertelli
daa6a7a97d
- eliminate different segmentation faults.
...
- when attempting to open a dll, append ".dll" to find it (was
stripped previously).
- identify named exports so that the ordinal number is "@" in .spec
file.
- setup output dll name prior to creating ordinal symbols.
- don't overlay the named exports with the ordinal exports.
- correct test for last symbol.
- fix generated install script to match current make files.
2001-10-16 21:46:58 +00:00
Francois Gouget
386cf6e342
When including 'wine/port.h', include it first.
...
Remove redundant 'config.h' includes.
2001-10-14 16:25:47 +00:00
Francois Gouget
e5ddd26dd7
When including config.h, include it first.
2001-10-14 16:18:52 +00:00
Francois Gouget
60cccba562
Fix handling of empty lists in install and uninstall targets.
...
Install the executables .so libraries in $bindir (not $libdir!).
2001-10-14 16:06:18 +00:00
Alexandre Julliard
d8a8c1131d
Added atom_t type for atoms to make sure we use the same type
...
everywhere. Handle MIN_STR_ATOM offset in the server.
2001-10-12 18:45:29 +00:00
Francois Gouget
3b3025b6f8
Fix the Wine tools search path.
...
Add /usr/local/lib to the default ntdll search path.
2001-10-12 18:41:26 +00:00
Francois Gouget
4c282bf49b
Fix the .spec.c rule.
2001-10-11 20:47:26 +00:00
Patrik Stridvall
c3c5746415
API files update.
2001-10-09 21:49:07 +00:00
Francois Gouget
d599c5a9b5
Wrappers must always be compiled in STRICT mode.
2001-10-08 20:30:18 +00:00
Daniel Sabo
cebf8b659d
A 'fi' was needed in the last if statement.
2001-10-05 19:37:04 +00:00
Alexandre Julliard
5b1e934218
Avoid including winbase.h in generated .spec.c files.
2001-10-02 20:32:58 +00:00
Andreas Mohr
f359895daf
Yet another documentation/message text patch.
2001-10-02 17:49:20 +00:00
Bill Medland
ce4e0a6158
Add support for making a build environment without editing the source
...
and spec files.
2001-09-24 01:11:50 +00:00
Eric Pouech
f19887971a
Some dumb fixes.
2001-09-21 21:03:53 +00:00
Guy Albertelli
2011fa2d34
Add support for the +snoop style output.
2001-09-20 18:58:25 +00:00
Andreas Mohr
7bed696aa3
Updates and error message improvements.
2001-09-19 22:34:38 +00:00
Eric Pouech
5bdbc1a37e
Fixed demangling invocation.
...
Be a bit more verbose on implemented features.
2001-09-17 20:26:27 +00:00
Huw D M Davies
ff453fcd38
Add config check and thread safe wrappers for the XRender library.
2001-09-14 01:04:25 +00:00
Dmitry Timoshkov
b56a2ef780
Add missing CALLBACK modifier.
2001-09-14 01:00:39 +00:00
Alexandre Julliard
705bfe9aac
Fixed dumping of dll export table.
2001-09-14 00:16:12 +00:00
Francois Gouget
724c7d7a4f
Place the log in $TMP if set and /tmp otherwise.
2001-09-14 00:10:22 +00:00
Patrik Stridvall
d171a552bb
- FreeBSD now supported.
...
- Much more work on the new C parser.
- API files update.
2001-09-10 23:16:05 +00:00
Eric Lammerts
38909c5900
Preserve wine return status.
2001-09-10 23:02:02 +00:00
Justin Santa Barbara
c60bc0c9a5
Fixed problem with check for special characters.
2001-09-07 19:57:35 +00:00
Eric Pouech
d786a12d58
Added PE dump capabilities to specmaker and renamed specmaker into
...
winedump.
2001-09-07 16:04:38 +00:00
Alexandre Julliard
1a66d226eb
Added global management of user handles in the server.
...
Very preliminary support for shared window handles.
2001-08-28 18:44:52 +00:00
Alexandre Julliard
99eac46f65
Output correct assembly function headers for all functions.
2001-08-28 17:26:49 +00:00
Patrik Stridvall
aeb023f352
- Continued on the new C parser.
...
- More reorganizations and fixes.
- API files update.
2001-08-22 18:09:15 +00:00
Patrik Stridvall
4b33b1322d
- Begun implementation of a C statements parser.
...
- More reorganizations and fixes.
2001-08-09 21:35:38 +00:00
Andreas Mohr
635d965a16
Small winecheck update (DGA check is bogus).
2001-08-09 21:15:19 +00:00
Patrik Stridvall
647ac511a7
Made it possible to install the winapi tools.
2001-07-30 20:21:34 +00:00
Patrik Stridvall
cec294e4f3
A few bug fixes.
2001-07-30 18:49:10 +00:00
Francois Gouget
89a0c02b3f
Fix handling of the '--with-wine-xxx' options: only look in the
...
specified path.
Libraries and wine dlls are separate notions that need separate paths
-> add WINE_DLL_{ROOT,PATH}, --with-wine-dlls and a '-P' option.
Small fixes to the search order.
2001-07-30 18:44:48 +00:00
Patrik Stridvall
5bc9a0b623
A few bug fixes.
2001-07-29 20:19:14 +00:00
Francois Gouget
849cea008b
Put the per project paths before the wine paths.
...
Remove unnecessary libraries from the wine link test.
Move DLL_LINK from configure.in to the Make.rules file.
2001-07-27 23:56:58 +00:00
Patrik Stridvall
67f0a70c33
- A few more bug fixes
...
- Reorganization continues
- New tool (make_filter) for filtering make output added
2001-07-26 21:42:12 +00:00
Patrik Stridvall
1c61b3babc
Yet another major reorganization and a few new features.
2001-07-23 23:20:56 +00:00
Patrik Stridvall
027c7a1f9b
Minor reorganisation and a few bug fixes.
2001-07-19 19:10:03 +00:00
Alexandre Julliard
37ec927536
Use the new protocol.def file to build the request structures.
...
Define protocol structures in a separate server_protocol.h file.
Removed __WINE_SERVER__ checks now that all includes are in the right
directory.
2001-07-19 00:35:37 +00:00
Patrik Stridvall
d07a646f0f
Several additions and bug fixes.
2001-07-18 20:09:12 +00:00
Bill Medland
4eb22c68b3
Make the font name and size settings reflect the data in the font file
...
rather than arbitrary values.
2001-07-18 20:00:44 +00:00
Francois Gouget
384c2325d3
Handle spaces properly when restarting winelauncher for debug.
2001-07-17 00:40:50 +00:00
Patrik Stridvall
bda507405e
Several additions and bug fixes.
2001-07-14 00:48:41 +00:00
Patrik Stridvall
b59a9c7622
Several additions and bug fixes.
2001-07-12 22:22:05 +00:00
Bill Medland
987ea4688b
Get winemaker to drop the trailing CtrlZ that is still to be found on
...
quite a lot of DOS files.
2001-07-12 22:21:44 +00:00
Patrik Stridvall
c3e8ac32d9
Major reorganization and cleanup.
2001-07-11 17:27:45 +00:00
Patrik Stridvall
47a99e1a78
Several bug fixes and additions.
2001-07-08 20:33:20 +00:00