Alexandre Julliard
|
fedc411743
|
Moved the functionality of starting Win16 and DOS programs from the
common process startup into a separate winevdm application.
|
2003-04-27 00:47:58 +00:00 |
Alexandre Julliard
|
8f6727c57d
|
Added NONAMELESSUNION/STRUCT defines.
|
2003-04-27 00:40:47 +00:00 |
Alexandre Julliard
|
7dd3f7c786
|
Silently ignore 'so' loadorder in the config file instead of
displaying an error.
|
2003-04-27 00:40:23 +00:00 |
Alexandre Julliard
|
50149af8b5
|
Make sure that snd_pcm_open returned a valid handle before using it.
|
2003-04-27 00:38:39 +00:00 |
Jerry Ji
|
79916df96b
|
The missing part of multiple device support for winearts, wineaudioio,
winejack and winenas.
|
2003-04-27 00:37:08 +00:00 |
Rok Mandeljc
|
ecaf53f172
|
Some dmusic functions implementation.
|
2003-04-27 00:35:30 +00:00 |
Matthew Davison
|
5101dfcdb2
|
Added some registry-loading code.
|
2003-04-27 00:33:07 +00:00 |
Brad Campbell
|
4ba690e620
|
EM_REPLACESTR was not respecting buffer_limit.
|
2003-04-27 00:32:22 +00:00 |
Stefan Leichter
|
390a0bffcc
|
Removed W->A calls from FatalAppExitW.
|
2003-04-27 00:31:34 +00:00 |
Maxime Bellengé
|
dcaf137736
|
Fix the computation of the trackbar's size.
|
2003-04-27 00:31:06 +00:00 |
Alexandre Julliard
|
77fde1378e
|
Properly handle the wait4 syscall failure on kernels that don't
support the __WALL flag.
|
2003-04-26 02:14:02 +00:00 |
Alexandre Julliard
|
056e4197f9
|
Added a few stubs needed by the generated oaidl_p.c.
|
2003-04-26 02:12:14 +00:00 |
Ove Kaaven
|
899fafca82
|
Preliminary implementation of proper IDispatch marshalling.
|
2003-04-26 02:11:41 +00:00 |
Francois Gouget
|
6e47559fa3
|
Many typo fixes and case fixes.
Rephrased things here and there.
|
2003-04-26 02:10:09 +00:00 |
Ferenc Wagner
|
572b33b4d9
|
Added listbox test.
|
2003-04-26 02:09:43 +00:00 |
Robert Reif
|
f64f69abe7
|
Fixed bug caused by OSS inconsistent trigger operation on different
hardware.
|
2003-04-26 02:09:20 +00:00 |
Maxime Bellengé
|
5b44c77fb4
|
Remove the sending of NM_TOOLTIPSCREATED which is non existent under
Windows during the creation of the trackbar.
|
2003-04-26 02:07:43 +00:00 |
Rok Mandeljc
|
89b1a37463
|
Added dmusic registry entries.
|
2003-04-26 02:06:30 +00:00 |
Hans Leidekker
|
542e0cc2b5
|
Dutch localisation of language group names.
|
2003-04-26 02:05:58 +00:00 |
Rolf Kalbermatter
|
b74beada5a
|
Fix some typos and a memory leak in SHFileOperationA.
|
2003-04-26 02:05:39 +00:00 |
Alexandre Julliard
|
69361e08b9
|
Moved x11drv.h to dlls/x11drv.
|
2003-04-22 04:05:08 +00:00 |
Eric Pouech
|
b6338878a8
|
Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile.
|
2003-04-22 04:04:17 +00:00 |
Vincent Béron
|
a03e66dc39
|
Don't change to ttydrv to install registry, regedit doesn't use X.
Make sure the current dir is mapped in DOS.
|
2003-04-22 04:03:08 +00:00 |
Alex Pasadyn
|
330179f956
|
Implemented EnumDisplaySettings* and ChangeDisplaySettings*.
|
2003-04-22 00:15:48 +00:00 |
Alexandre Julliard
|
2e12d33dfd
|
Removed no longer needed uses of LDPATH.
|
2003-04-21 23:54:05 +00:00 |
Jason Edmeades
|
e0d2fb6779
|
Only reapply the world, view or projection transform changes if we
really have to.
|
2003-04-21 23:53:03 +00:00 |
Jason Edmeades
|
9fdc759b90
|
MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
another ifdef, GL_ARB_texture_mirrored_repeat.
|
2003-04-21 23:29:39 +00:00 |
Alexandre Julliard
|
0c2c71bcae
|
Resource names don't need a case-sensitive comparison; this avoids
depending on libwine_unicode.
|
2003-04-21 23:27:21 +00:00 |
Dan Wolf
|
b39c35457a
|
Implemented a stub for DetectAutoProxyUrl.
|
2003-04-21 23:24:46 +00:00 |
Jukka Heinonen
|
013f89465c
|
Moved dosconf.c to winedos.
|
2003-04-21 23:22:53 +00:00 |
Jason Edmeades
|
b830439bf5
|
Don't reapply all the texture states if the texture we are replacing
is the same as the texture there already and the texture is not
'dirty'.
|
2003-04-21 23:20:51 +00:00 |
Alexandre Julliard
|
21ee3295fc
|
Support resources in cross-compiled tests.
|
2003-04-21 22:52:31 +00:00 |
Marcelo Duarte
|
7bc46adc4a
|
Localization of the new language group strings.
|
2003-04-21 22:44:40 +00:00 |
Dimitrie O. Paun
|
f87caa3f7a
|
Remove references to obsolete files.
|
2003-04-21 22:43:16 +00:00 |
Jason Edmeades
|
cab99dbcaf
|
Silence index buffer lock + offset fixme to a trace because the
behaviour under that scenario works.
|
2003-04-21 22:38:14 +00:00 |
Jason Edmeades
|
53391ac33f
|
DOT3 isn't there on earlier opengl versions.
|
2003-04-21 22:37:48 +00:00 |
Alexandre Julliard
|
db89a54bf4
|
Check for struct option independently of the getopt_long check.
|
2003-04-20 02:56:14 +00:00 |
Alexandre Julliard
|
22ae4ff608
|
Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies.
|
2003-04-20 02:48:06 +00:00 |
Jason Edmeades
|
4df43cc263
|
When a game requests fullscreen, make its window the dimensions
requested. Ideally this should be followed by making the screen that
resolution, but this suffices for now.
|
2003-04-20 02:47:22 +00:00 |
Alexandre Julliard
|
a058584d4c
|
Explicitly call VERSION_Init with the main exe file name, so that
application settings work for Win16 and DOS apps too.
|
2003-04-20 02:46:44 +00:00 |
Dimitrie O. Paun
|
bc5b931d3f
|
Use the standard db2html instead of our db2html-winehq script.
|
2003-04-20 02:43:22 +00:00 |
Jason Edmeades
|
02f3df3988
|
Windows never reports 24 bit colours, and some games fail to work
unless in specific modes. Report 16bit colour for 24bit modes.
|
2003-04-20 02:43:05 +00:00 |
Eric Pouech
|
5052e072e3
|
- added support for multi-thread in GDB remote read/write register(s)
commands
- by default, internal errors are now verbose
|
2003-04-19 21:27:47 +00:00 |
Alexandre Julliard
|
b650372b86
|
Don't bother sending WM_NCCREATE to the desktop window, this doesn't
work anyway (spotted by Uwe Bonnes).
|
2003-04-19 21:27:19 +00:00 |
Jason Edmeades
|
5abc0654b5
|
Correct device capabilites including support in previous patch, as
well as making the texture operations capabilities more accurate.
|
2003-04-19 20:33:23 +00:00 |
Jason Edmeades
|
55e85807f8
|
Add DotProduct3 support if supported by opengl.
|
2003-04-19 20:30:58 +00:00 |
Maxime Bellengé
|
2e9f3d844c
|
Added resource strings for language groups.
|
2003-04-19 20:22:19 +00:00 |
Rolf Kalbermatter
|
a25967c92a
|
Reimplement SHFileOperation in Unicode, based on the work of Dietrich
Teickner.
|
2003-04-19 20:09:09 +00:00 |
Jason Edmeades
|
2a7f46d0b4
|
Make codesampler texture addressing mode sample work better.
Add mirrorsupport (if opengl 1.3) and make clamp and border appear
more similar to Windows.
|
2003-04-19 20:08:14 +00:00 |
Ove Kaaven
|
381e64758b
|
Dummy RPC exception macros.
|
2003-04-19 20:06:58 +00:00 |