Oleg Prokhorov
|
de12a97041
|
Another portion of HeapReAlloc fixes.
|
2003-10-14 05:24:20 +00:00 |
Jukka Heinonen
|
46f29944c3
|
Remove races from DPMI async event handling.
|
2003-10-14 05:20:34 +00:00 |
Gerald Pfeifer
|
9b4b21b7b0
|
Fix function pointer variable declaration in __wine_process_init().
|
2003-10-14 05:19:24 +00:00 |
Oleg Prokhorov
|
2f878e518b
|
Small fix in sound flushing code.
|
2003-10-14 05:18:40 +00:00 |
Alexandre Julliard
|
e55d5937ac
|
Set or clear the BeingDebugged flag in the PEB when a debugger is
attached to or detached from a process.
Don't send exception events to the server unless a debugger is
present.
|
2003-10-14 01:30:42 +00:00 |
Alexandre Julliard
|
0b1a82aa5e
|
Added check for pthread.h (reported by Steven Edwards).
Removed init_done check, the process heap is now created before kernel
is loaded anyway.
|
2003-10-14 01:27:31 +00:00 |
Daniel Marmier
|
4034ff36c0
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-14 01:19:27 +00:00 |
Dmitry Timoshkov
|
9bd1dbd0b4
|
Fix some cases when 'keysym' might be left uninitialized.
|
2003-10-14 01:17:37 +00:00 |
Daniel Marmier
|
5202364a5b
|
ALSA_WaveInit: repaired device name.
|
2003-10-14 01:17:16 +00:00 |
Dmitry Timoshkov
|
45ac9cd287
|
Convert GetBinaryType to unicode.
|
2003-10-14 01:16:59 +00:00 |
Christian Costa
|
a03c939a66
|
Add necessary AddRef/Release stuff to {Set/Get}CurrentViewport.
When changing parameters of a viewport, do the appropriate update if
it is current.
|
2003-10-14 01:16:42 +00:00 |
Vitaliy Margolen
|
bd7bdbce3f
|
Fix setting size of tab control.
|
2003-10-14 01:16:16 +00:00 |
Alexandre Julliard
|
cf4ca4e24e
|
Moved the errno functions patching to wine_pthread_init_thread so that
it's done early enough now that kernel is only loaded later on.
|
2003-10-12 02:26:20 +00:00 |
Alexandre Julliard
|
88136f26cf
|
Link the main binary against libpthread for NPTL builds.
|
2003-10-12 02:20:27 +00:00 |
Alexandre Julliard
|
aff0343da5
|
Update __wine_main_argc after option processing.
|
2003-10-11 05:26:31 +00:00 |
Dimitrie O. Paun
|
921df719e5
|
Fix some instances of memory allocation through HeapReAlloc().
|
2003-10-11 05:25:31 +00:00 |
Dave Belanger
|
9973af57e9
|
Implementation of underline and strikeout text in xrender.
|
2003-10-11 05:24:22 +00:00 |
Dave Belanger
|
4db092c0eb
|
Improvement on the code that deals with setting the color map in
GetDIBits.
|
2003-10-11 05:23:45 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Alexandre Julliard
|
6ac34ac6ab
|
Define an LDDLL command to link dlls, instead of using LDDLLFLAGS.
|
2003-10-11 01:05:18 +00:00 |
Alexandre Julliard
|
e8dae9c029
|
We no longer need to link against ntdll in the Unix sense.
|
2003-10-11 01:00:35 +00:00 |
Alexandre Julliard
|
08a64e6e6a
|
Moved the pthread emulation into the main binary so that we don't need
to link it against ntdll.
|
2003-10-10 23:37:18 +00:00 |
Jon Griffiths
|
9194267814
|
Documentation update.
|
2003-10-10 23:33:59 +00:00 |
Dimitrie O. Paun
|
64df545885
|
Have the wrapper load the used DLLs in case the main program
calls them from constructors (with help from Alexandre Julliard).
|
2003-10-10 23:33:45 +00:00 |
Alexandre Julliard
|
a6ed49ade3
|
Don't reference the environ global variable from kernel32, it may fail
to link (reported by Gerald Pfeifer).
|
2003-10-10 23:33:21 +00:00 |
Alexandre Julliard
|
a438ebc509
|
Fixed importing of dlls with no exports (reported by Warren Baird).
Don't crash on an empty load order specification (reported by Maxime
Bellengé).
Try to avoid crashing when an import is missing for a builtin dll.
|
2003-10-10 23:28:51 +00:00 |
Alexandre Julliard
|
b576c052dc
|
The intermediate .tmp.o file is no longer needed.
DLLMAIN is not used anymore.
|
2003-10-10 04:31:54 +00:00 |
Alexandre Julliard
|
1c73771f30
|
Use the standard DllMain entry point.
|
2003-10-10 04:30:54 +00:00 |
Alexandre Julliard
|
313661d1b0
|
LDIMPORTS is no longer needed.
|
2003-10-10 00:52:01 +00:00 |
Alexandre Julliard
|
7196724ad0
|
We can now use the standard DllMain as entry point.
|
2003-10-10 00:50:56 +00:00 |
Alexandre Julliard
|
21066d0d44
|
Link kernel32 as a normal dll.
|
2003-10-10 00:23:47 +00:00 |
Alexandre Julliard
|
823cec66ef
|
Added placeholders for wine_pthread_init_process and
wine_pthread_init_thread.
|
2003-10-10 00:22:19 +00:00 |
Alexandre Julliard
|
410e6b7b39
|
Changed the init code to make libwine load only ntdll and transfer
control to it, and then have ntdll load kernel32 using the normal
loader mechanisms.
Get rid of BUILTIN32_LoadExeModule.
|
2003-10-10 00:12:17 +00:00 |
Dave Belanger
|
3da1e24643
|
Implementation of SetTextJustication EMF driver callback.
|
2003-10-10 00:06:59 +00:00 |
Dave Belanger
|
43e8471a55
|
Improved font glyph transformation support in GetGlyphOutline.
|
2003-10-10 00:06:35 +00:00 |
Alexandre Julliard
|
b10dcfe3b9
|
Make sure we always use the same name for the semaphore (spotted by
Ben A L Jemmett).
|
2003-10-10 00:05:49 +00:00 |
Peter Berg Larsen
|
7515680a7d
|
Changed debug channel to "curses" to seperate it from wineconsole.c
and added some trace infomation.
|
2003-10-10 00:01:21 +00:00 |
Uwe Bonnes
|
78754341db
|
Added test for %n.
|
2003-10-10 00:00:35 +00:00 |
Uwe Bonnes
|
242beda8d2
|
%n returns the number of consumed characters.
|
2003-10-10 00:00:19 +00:00 |
Alexandre Julliard
|
5cb5aa6346
|
Use the Rtl bitmap functions to implement Tls allocation.
Get rid of the PDB structure.
|
2003-10-09 19:58:56 +00:00 |
Alexandre Julliard
|
30b588955a
|
We need to initialize the relay debug lists for +snoop too.
|
2003-10-09 19:52:23 +00:00 |
Oleg Prokhorov
|
947c61e4f7
|
Avoid HeapReAlloc of a NULL pointer.
|
2003-10-09 19:49:05 +00:00 |
Dimitrie O. Paun
|
64ed084e67
|
Remove inexistent dir, add a doc reference from shell32.
|
2003-10-09 19:47:23 +00:00 |
Dimitrie O. Paun
|
b0f4a564a1
|
Move useful information out of documentation/shell32.
|
2003-10-09 19:47:08 +00:00 |
Mike McCormack
|
c06bcc110f
|
Stub implementations for some functions related to RegisterWait.
|
2003-10-09 19:46:43 +00:00 |
Mike McCormack
|
a300682f53
|
Handle quoting on the command line in uninstaller.
|
2003-10-09 19:45:54 +00:00 |
Robert Reif
|
9964e42988
|
Fixed SMPTE time.
Fixed bad wave in position at startup and reset.
|
2003-10-09 19:45:39 +00:00 |
Steven Edwards
|
ad4a2b9064
|
Bring imagehlp (mostly) inline with the PSDK and Mingw.
|
2003-10-09 19:45:07 +00:00 |
Dave Belanger
|
5735c58eb1
|
Improved the bounding box calculation for the EMF driver ExtTextOut
metarecord. It takes the text alignment into account.
|
2003-10-09 19:44:35 +00:00 |
Alexandre Julliard
|
96118aeafb
|
Added a few missing exports.
|
2003-10-09 05:00:41 +00:00 |