Alexandre Julliard
cac7e22f31
A 0.9 release in 2003 seems unlikely at this point (spotted by Clay
...
Ashby).
2004-02-12 22:49:22 +00:00
Justin Chevrier
7d06e6a575
Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
...
SPI_GETHOTTRACKING, SPI_GETLISTBOXSMOOTHSCROLLING and
SPI_GETKEYBOARDCUES system parameter calls.
2004-02-12 22:40:24 +00:00
Steven Edwards
ae9ce86324
Windows porting fix - Define O_NONBLOCK if not defined.
2004-02-12 22:39:18 +00:00
Huw Davies
d9558dbd19
Fix a TRACE.
2004-02-12 20:06:04 +00:00
Huw Davies
2cd9ee9528
GetCharABCWidths returns the widths of unrotated glyphs like
...
GetCharWidth already does.
2004-02-12 20:05:47 +00:00
Huw Davies
780667fe1e
Bracket code inserted by the PASSTHROUGH escapes by
...
%%{Begin,End}Document. This stops cups' pstops becoming confused if it
comes across an %%EOF in an imported eps file.
The hack in PSDRV_Rectangle to fix eps files in office2k turns out to
be almost what Windows really does - update the code and the comment
to match Windows behaviour more precisely.
2004-02-12 20:05:22 +00:00
Huw Davies
fe13d6a0a9
Make sure that the font ppem is always positive. Thanks to gslink.
2004-02-12 20:04:48 +00:00
Dmitry Timoshkov
9fd0183c27
Do not leave not initialized fields in the structure passed to
...
ShellExecuteExW32.
2004-02-12 20:04:23 +00:00
Dmitry Timoshkov
ccc57b323d
Translate the returned hInstApp from the unicode worker function.
2004-02-12 20:04:09 +00:00
Alexandre Julliard
850ee4ba4e
Authors: David Hammerton <david@transgaming.com>, Mike McCormack <mike@codeweavers.com>
...
Completed PeekNamedPipe implementation.
2004-02-12 20:03:53 +00:00
Robert Shearman
e8fedffa31
- Added My Computer.
...
- Updated installed DX Version.
2004-02-12 20:03:18 +00:00
Alexandre Julliard
beacd10175
Moved some code out of the graphics/ directory into dlls/gdi.
2004-02-12 02:17:51 +00:00
Bill Medland
df0916b494
Added the automatic tabbing in IsDialogMessage.
...
Added corrections to GetNextTab/GroupItem.
Included tests.
2004-02-12 02:16:33 +00:00
Alexandre Julliard
c1acebc305
Get rid of the flatthunk.h header.
2004-02-12 01:03:55 +00:00
Alexandre Julliard
a2e2e18586
Avoid a few more GetModuleHandle calls.
2004-02-12 00:35:01 +00:00
Ove Kaaven
560a756790
Don't add imported constructs to any typelib output by default.
2004-02-12 00:31:40 +00:00
Alexandre Julliard
e92b7eed7e
Store the kernel32 module handle globally to avoid some
...
GetModuleHandle calls that can cause deadlocks with the loader
section.
Moved some 16-bit definitions out of kernel_private.h.
2004-02-12 00:00:55 +00:00
Alexandre Julliard
a4d1826c69
Better fix for the thread exit race on pthreads.
2004-02-11 23:58:46 +00:00
Dimitrie O. Paun
d9e53caaf1
Document four new dlls: dswave, iccvid, msvcrt40, and msvidc32.
2004-02-11 23:58:16 +00:00
Ove Kaaven
88bbfadb2c
Parse the [input_sync] attribute.
2004-02-11 23:57:58 +00:00
Dmitry Timoshkov
cc535b7cce
There is no point in specifying both MEM_RESERVE and MEM_COMMIT for
...
VirtualAlloc.
2004-02-11 23:57:36 +00:00
Dmitry Timoshkov
ab2266de9a
AFMT_AC3 might be not defined in the system headers.
2004-02-11 23:57:17 +00:00
Dmitry Timoshkov
fcc2fe18a4
Avoid double checking free type flags in NtFreeVirtualMemory.
2004-02-11 23:56:52 +00:00
Alexandre Julliard
8611e654fc
Store all information about the current dll in a structure instead of
...
using global variables to make it easier to reuse the parsing
routines.
2004-02-11 06:41:01 +00:00
Alexandre Julliard
2ad864dc87
Don't request PROT_EXEC permissions when mapping an image file to
...
avoid problems on noexec filesystems with kernel 2.6.
2004-02-11 06:37:49 +00:00
Alexandre Julliard
487b9f5f00
Moved some more definitions out of undocshell.h into the exported
...
headers.
2004-02-11 06:21:45 +00:00
Huw Davies
951b0a2271
Only redraw button in PressButton and Indeterminate if its state has
...
changed.
2004-02-11 05:26:30 +00:00
Alexandre Julliard
9591679bf2
Don't depend on the name of the main binary, always load
...
wine-[kp]thread no matter what.
2004-02-11 04:19:43 +00:00
Martin Fuchs
fa828cd057
- move some PIDL function declarations from undocshell.h into public
...
header, as they are no longer undocumented
- implement context menu support for Winefile
2004-02-11 04:18:12 +00:00
Huw Davies
e722167e0d
Honour TB_SETMAXTEXTROWS.
2004-02-11 04:02:29 +00:00
Steven Edwards
000a5c73ee
Porting Fixes for Mingw/MSVC.
2004-02-10 20:09:43 +00:00
Francois Gouget
7b6935c2ae
Remove the winetest_ok() hack that adds a trailing '\n' if it is
...
missing.
2004-02-10 20:09:26 +00:00
Ge van Geldorp
545ecf2ef3
Set upper-left corner of destination to (0, 0), using
...
GetBitmapDimensionEx doesn't make sense.
2004-02-10 20:09:04 +00:00
Ulrich Czekalla
54b6ccd501
Add support for BTNS_WHOLEDROPDOWN.
...
Populate button rect when sending TBN_DROPDOWN.
2004-02-10 20:08:45 +00:00
Huw Davies
bdb63eca78
Add the F_NOTIFY defines if we're compiling with linux and they're not
...
in the system header files.
2004-02-10 20:08:24 +00:00
Dmitry Timoshkov
cff42a8d71
Add GetProcessHeaps() prototype.
2004-02-10 20:08:10 +00:00
Dmitry Timoshkov
d40ec6f8a2
Fix a couple of copy/paste errors.
2004-02-10 20:07:56 +00:00
Mike McCormack
95b0fc6f08
Use GetFullPathName to convert unix path names to DOS ones.
2004-02-10 20:07:43 +00:00
Alastair Bridgewater
e9b36904df
Support for a small handful more return value/argument/variable types.
2004-02-10 02:26:06 +00:00
Alexandre Julliard
f0b082b354
Dynamically retrieve the metrics that depend on the screen size (based
...
on a patch by Alex Pasadyn).
Get rid of the no longer used SM_WINE_BPP metric.
2004-02-10 02:25:23 +00:00
Alastair Bridgewater
822f63dcda
Fixes and support for TypeInfo alignment values.
2004-02-10 02:23:19 +00:00
Jon Griffiths
03ecb16eae
Test StrRetToBSTR.
2004-02-10 02:22:53 +00:00
Jon Griffiths
d015d3b98a
Add some missing prototypes, fix AssocIsDangerous.
...
Implement StrRetToBSTR, delay-import oleaut32.
2004-02-10 02:22:17 +00:00
Jon Griffiths
df24e106c5
Tests for StrRetToStrAW.
2004-02-10 02:19:03 +00:00
Jon Griffiths
52cde9b386
StrRetToStrN returns BOOL and shouldn't crash on NULL dest.
2004-02-10 02:18:50 +00:00
Robert Shearman
2eee76703d
- CoSetState info should be thread local.
...
- SetErrorInfo should allocate an apartment when no apartment present.
2004-02-10 01:36:20 +00:00
Leonardo Quijano Vincenzi
9d956b2395
Fixed Latin American keyboard.
2004-02-10 01:35:57 +00:00
Alastair Bridgewater
d4745d5b46
Stubbed-out implementation of the ITypeLib interface.
...
A fix to ICreateTypeInfo::AddRefTypeInfo() to use Release() instead of
hacking a refcount directly.
A missed API doc comment for the ITypeInfo interface.
2004-02-10 01:35:16 +00:00
Dmitry Timoshkov
e6f01981fc
Add partial support for some undocumented toolbar messages.
2004-02-10 01:34:47 +00:00
Francois Gouget
ad5ff7ceeb
Assorted spelling and case fixes.
2004-02-09 22:07:42 +00:00