Jukka Heinonen
23503179dc
When entering protected mode, V86 flag must be clear.
2003-09-22 19:32:03 +00:00
Eric Pouech
71a71b301d
- win32 console's window cannot be larger than curses' stdscr
...
- correctly manage backspace
- various cleanup
2003-09-22 19:31:32 +00:00
Mike McCormack
e76cf04ae9
Always initialize send_message_info.flags.
2003-09-22 19:31:13 +00:00
Mike McCormack
9360660259
Only ignore certain keyboard events if a XLookupString returned a
...
value (detected by Valgrind).
2003-09-22 19:30:51 +00:00
Mike McCormack
fd16003316
Fix errors in IExtractIcon detected by valgrind.
2003-09-22 19:30:25 +00:00
Mike Hearn
d4983579f0
Removing the directory is almost always the wrong way to remove wine.
2003-09-22 19:30:03 +00:00
Michael Günnewig
92967e2044
Adapted winecheck to use new environment variable syntax
...
(ex. %HOME%).
2003-09-22 19:28:46 +00:00
Steven Edwards
807e4af46e
Porting fix.
2003-09-22 19:28:21 +00:00
Steven Edwards
a23b8c8fbe
Porting fix for Alpha.
2003-09-22 19:27:56 +00:00
Maxime Bellengé
e5cd5a778a
When an item is activated, we should send a NMITEMACTIVATE struct and
...
not a NMHDR one.
2003-09-22 19:27:33 +00:00
Dimitrie O. Paun
7d2aefd8cd
Update the directory list, tidy it up in the process.
...
A few fixes for obsolete filenames in the debugging hints.
2003-09-22 19:26:32 +00:00
Mike Hearn
81be7f7892
Add screen depth option and remove "Allocated System Colors" setting.
2003-09-22 19:26:10 +00:00
Oleg Prokhorov
a6d37f6d31
Implemented sound flushing.
2003-09-22 19:25:52 +00:00
Michal Janusz Miroslaw
83fca4eef7
MMDRV_Install: Fix confusing indentation.
2003-09-22 19:25:11 +00:00
Hans Leidekker
8b40f19ad0
Added Dutch translation.
2003-09-22 19:24:33 +00:00
Rolf Kalbermatter
58c0561bad
Added declarations for newly documented SHChangeNotify API and fixed
...
some prototypes.
2003-09-22 19:24:13 +00:00
Rolf Kalbermatter
f42bc61b86
Don't redefine declspec under MSVC.
2003-09-22 19:22:14 +00:00
Marcus Meissner
995389ef57
_nrroffuncs: Check for error before dereferencing returned pointer.
2003-09-22 19:21:32 +00:00
Alexandre Julliard
ccc7570b84
Get rid of relay32 directory.
2003-09-19 04:36:54 +00:00
Alexandre Julliard
a37e7608c7
Moved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19 04:32:39 +00:00
Alexandre Julliard
97ad311e71
Moved the 32-bit builtin loader and the remaining bits of the PE
...
loader into dlls/ntdll/loader.c.
2003-09-19 04:04:57 +00:00
Jason Edmeades
ce85a90538
DXTn format has odd mipmap levels in that the space allocated for
...
small levels needs a lot of padding.
2003-09-19 04:02:35 +00:00
Jason Edmeades
7ac9d258c3
GL doesn't like incorrect lengths passed into DXTN processing.
2003-09-19 00:20:19 +00:00
Richard Cohen
6bfd84a331
Handle default linker output name in winewrap instead of winegcc.
2003-09-19 00:19:36 +00:00
Richard Cohen
5bcf35a385
Add printf format attributes & fix the warnings.
2003-09-19 00:19:16 +00:00
Robert Reif
99b0e8fa66
Added volume and pan support to primary buffers.
...
Added more property set support.
2003-09-19 00:10:51 +00:00
Dimitrie O. Paun
6f7cbc0840
Build the HTML documents as one big file.
2003-09-19 00:10:02 +00:00
Jason Edmeades
40b09a23e5
Vertex shader output is lit and transformed, so stop GL doing it all
...
again.
2003-09-19 00:07:34 +00:00
Jason Edmeades
74c3281bef
Simple fix to handle the more common case of actually having a GL
...
context!
2003-09-19 00:07:16 +00:00
Eric Pouech
c3e6c095e1
Implemented kernel32.GetIoProcessCounters and stubbed
...
ntdll.NtQueryProcessInformation(ProcessIoCounters).
2003-09-19 00:06:45 +00:00
Eric Pouech
4df100cda6
By default, console handles are inheritable.
2003-09-19 00:05:18 +00:00
Alexandre Julliard
52f692fb9b
Moved the wine server client-side support to dlls/ntdll. Removed a
...
couple of unnecessary functions.
2003-09-18 23:27:19 +00:00
Alexandre Julliard
ba71316172
Moved a couple more functions to dlls/kernel.
2003-09-18 20:59:54 +00:00
Alexandre Julliard
ec39821750
Moved 16-bit global heap, DOS memory and selector functions to
...
dlls/kernel.
2003-09-18 20:58:41 +00:00
Eric Pouech
e69ef68fc2
Set default StdError to fd 2 (was on 1).
2003-09-18 20:54:32 +00:00
Dimitrie O. Paun
fb9c47d522
Complete rewrite of bin2res, for a cleaner codebase.
...
Add online help describing how the program works.
Sanitize command line options.
2003-09-18 20:53:10 +00:00
Gabriele Giorgetti
59b2ad62db
Fix build with old libc.
2003-09-18 20:52:24 +00:00
Alexandre Julliard
bf49a0075b
Remove the FAQ from the doc tarball, and build it as a single .html
...
file (based on patch by Dimitrie O. Paun).
2003-09-18 20:51:32 +00:00
Alexandre Julliard
bff860c4b1
Moved synchronization and syslevel routines to dlls/kernel.
2003-09-18 04:39:13 +00:00
Alexandre Julliard
8db8368ee7
Keep the file handle of 16-bit modules open while the module is
...
loaded. This makes it possible to remove the InstallShield hack in
OpenFile16.
Moved LoadLibrary32_16 to kernel.
2003-09-18 04:35:34 +00:00
Mike Hearn
5d249cb225
- Implement "managed mode" setting.
...
- Make system colors setting work.
- Disable DGA setting, as enabling it breaks wine.
2003-09-18 04:32:01 +00:00
Eric Frias
16f4ededb6
Fixed combobox flags handling to allow CBS_DROPDOWN style.
2003-09-18 04:31:15 +00:00
Dimitrie O. Paun
93cd5bdeed
Add blurb about soft/hard dependencies to the Packaging Guide, based
...
on a contribution by Shachar Shemesh.
2003-09-18 04:29:56 +00:00
Alexandre Julliard
0f01858228
Moved the 16-bit environment support to dlls/kernel.
2003-09-18 04:28:22 +00:00
Alexandre Julliard
2ac34461ad
Reimplemented the 16-bit FindFirstFile, FindNextFile and FindClose
...
functions on top of their 32-bit counterpart, and moved them to
dlls/kernel.
2003-09-18 04:25:31 +00:00
Alexandre Julliard
dccbbcd5d5
Link msdos/int21.c into kernel for now, until it is properly moved to
...
winedos.
2003-09-18 00:58:48 +00:00
Alexandre Julliard
9146e68b43
Moved VxDCall support to dlls/kernel.
2003-09-18 00:06:02 +00:00
Alexandre Julliard
9eb1d2c7fa
Moved I/O port handling to dlls/winedos.
2003-09-17 22:45:46 +00:00
Alexandre Julliard
10aacbf3ef
Renamed the COMCTL32_* functions to use the exported name.
2003-09-17 22:42:04 +00:00
Mike Hearn
5a2cde6532
- All settings in the drive edit dialog are now instant apply.
...
- Replace OK/Cancel buttons on the right with a close button on the
bottom.
- Warn the user when a C drive is not present.
- Add drive functionality will now always create a C drive if one
isn't present.
- Misc crasher fixes.
- Drive list box now reflects drives that take their data from a
device correctly.
- Various code cleanups.
2003-09-17 22:40:38 +00:00