f_sophia
fa68994ab1
winhelp: Added Esperanto language support.
2006-03-27 11:56:08 +02:00
Antonio Codazzi
77405a786d
shell32: Updated Esperanto translation.
2006-03-27 11:55:31 +02:00
James Hawkins
61c3bb03a0
kernel: Error out of CreateProcess if the specified current directory
...
doesn't exist.
2006-03-27 11:54:32 +02:00
Vitaly Lipatov
94dcabecd8
wine.inf: Add some dll stub dll to the system directory.
2006-03-27 11:31:45 +02:00
Paul Vriens
a589eb27ac
wine.inf: Add SystemRoot.
2006-03-27 11:31:06 +02:00
Petr Tesarik
e748a77e1a
ntdll: Fix debug exceptions from VM86.
...
- Set ContextFlags accordingly in save_vm86_context().
- Raise debug exceptions correctly for debug exceptions.
- Do not clear TF bit for VM86-generated debug exceptions.
2006-03-27 11:30:50 +02:00
James Hawkins
2fb1ac8611
advpack: Set hexe to a non-NULL value to test that the handle is NULL on return.
2006-03-27 11:30:50 +02:00
Mike McCormack
05eaadc1f7
commdlg: Malformed filters are still added to the filter combo box.
2006-03-27 11:30:50 +02:00
Mike McCormack
316e5835a0
comctl32: Having an MRU list without a compare function works in Windows.
2006-03-27 11:30:50 +02:00
H. Verbeet
8c29b7dc8b
msvcrt: Fix reading of signed numbers with unsigned read types in scanf.
2006-03-27 11:30:50 +02:00
Alexandre Julliard
19a088202a
msvcrt: Fix fflush() of files opened for read.
...
Some apps, for no particular reason, call fflush() on files opened for
read. This keeps them from tripping over their shoelaces.
2006-03-27 11:30:50 +02:00
Tomas Carnecky
56de92d795
opengl: Put OpenGL setup functions into their own debug channel.
2006-03-27 11:30:50 +02:00
Eric Pouech
f661e7a924
winedbg: Fixes for identifiers.
...
- fixed lexical rules for a path name
- fixed identifier rules so that we get the right precedence
between ! and ::
- modules (in mod!name forms) are now handled as tIDENTIFIER
(tPATH was buggy anyhow)
2006-03-27 11:30:50 +02:00
Eric Pouech
983d8aea3e
dbghelp: Module should be case insensitive.
...
When looking up a symbol name in the form module!name, the module
lookup should be insensitive.
2006-03-27 11:30:50 +02:00
Stefan Dösinger
b4b295c2a5
wined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
2006-03-27 11:30:49 +02:00
Stefan Dösinger
0f7eb52789
wined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.
2006-03-27 11:30:49 +02:00
H. Verbeet
518de008db
wined3d: Move the D3DSIO_DCL dumping code into its own function.
2006-03-24 13:00:38 +01:00
James Hawkins
df9a465b50
advpack: Add initial tests for RunSetupCommand.
2006-03-24 12:54:20 +01:00
James Hawkins
e28d541757
advpack: Forward DelNodeA to its Unicode counterpart.
2006-03-24 12:54:20 +01:00
James Hawkins
478712a27d
advpack: Forward RunSetupCommandA to its Unicode counterpart.
2006-03-24 12:54:20 +01:00
James Hawkins
9ec3341445
advpack: Forward the FileSaveRestore API to their Unicode counterparts.
2006-03-24 12:54:20 +01:00
James Hawkins
7eaaa93a57
advpack: Forward GetVersionFromFileA/ExA to their Unicode counterparts.
2006-03-24 12:54:20 +01:00
James Hawkins
5018d3202a
advpack: Forward SetPerUserSecValuesA to its Unicode counterpart.
2006-03-24 12:54:19 +01:00
Ken Thomases
1c788eada2
server: Fix memory leak in read_process_memory handler.
2006-03-24 12:54:19 +01:00
Mike McCormack
23b74754fe
ntdll: Recursive notify is implemented.
2006-03-24 12:14:19 +01:00
Phil Krylov
8e772c83ef
server: Fix compilation under Darwin 7.
2006-03-24 12:14:14 +01:00
Jacek Caban
ed10e5046c
mshtml: Added IHTMLElement2 implementation.
2006-03-24 12:14:04 +01:00
Jacek Caban
9c22544688
exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2.
2006-03-24 12:13:56 +01:00
Stefan Dösinger
6af24c816d
wined3d: Rectpatch code fix.
...
Update the wined3d code to use WINED3DRECTPATCH_INFO, which was added
with an older patch.
2006-03-24 12:13:50 +01:00
Alexandre Julliard
7fe881c7f2
msvcrt: Implementation of wcsftime (based on a patch by Mike McCormack).
2006-03-23 20:35:52 +01:00
Paul Vriens
418b839980
kernel: Add processor specific environment variables.
2006-03-23 20:34:16 +01:00
James Hawkins
aa57ad373d
comctl32: A couple fixes for tab icon offsets.
...
- Shift selected icons up and non-selected icons down.
- Add the top or left draw rect to the vertical offset, because it may
not be zero.
2006-03-23 20:20:33 +01:00
James Hawkins
bed3d4d3eb
advpack: Implement FileSaveMarkNotExistW.
2006-03-23 20:19:55 +01:00
James Hawkins
cfbc26f3e6
advpack: Forward AdvInstallFileA to its Unicode counterpart.
2006-03-23 20:19:41 +01:00
James Hawkins
72581bd2d7
advpack: Forward the ansi user stub APIs to their Unicode counterparts.
2006-03-23 20:19:09 +01:00
James Hawkins
ca3ad7d6dc
advpack: Forward AddDelBackupEntryA to its unicode counterpart.
2006-03-23 20:18:45 +01:00
Alexandre Julliard
dc8e564f9e
kernel: Remove a couple of incorrect asserts.
2006-03-23 17:07:27 +01:00
Rein Klazes
8b55e4a662
comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.
2006-03-23 17:07:17 +01:00
Detlef Riekenberg
213cee62b5
kernel: Load QueueUserWorkItem function dynamically.
2006-03-23 17:06:55 +01:00
Eric Kohl
6ad46cc961
widl: Fix base type alignments.
...
Generate aligned marshal and unmarshal code for base type arguments
and return values.
2006-03-23 17:06:25 +01:00
Eric Kohl
1550938a50
widl: Fix format string size calculation.
...
- Move proc format string size calculation from client.c and server.c
to typegen.c.
- Implement type format string size calculation.
2006-03-23 17:06:10 +01:00
Alexandre Julliard
9873494ced
server: Class and global atoms should not be local to a window station.
2006-03-22 22:13:40 +01:00
Marcus Meissner
40af0c8a30
programs: Move icinfo out of avitools.
2006-03-22 21:55:43 +01:00
H. Verbeet
1aca53860a
wined3d: Set vertex attribute pointers defined in vertex declarations properly.
2006-03-22 21:41:05 +01:00
H. Verbeet
e7b33b0f37
wined3d: Fix slightly misleading ParseVertexDeclarationUsage naming.
2006-03-22 21:40:37 +01:00
H. Verbeet
f716eea3df
wined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
...
IWineD3DVertexDeclarationImpl_ParseDeclaration9.
2006-03-22 21:40:21 +01:00
H. Verbeet
46b13aaa58
wined3d: glTypeLookup cleanup.
...
Use a struct instead of an UINT array as entries in the glTypeLookup
table.
2006-03-22 21:39:04 +01:00
H. Verbeet
bce3da3af7
wined3d: Store the pixelshader version in the pixelshader object.
2006-03-22 21:37:19 +01:00
Huw Davies
c4b44245fb
user32: Only adjust the margins if the edit control is above a certain size.
2006-03-22 21:37:10 +01:00
James Hawkins
15a2169ec0
advpack: Forward RebootCheckOnInstallA to its Unicode counterpart.
2006-03-22 21:36:46 +01:00