Marcus Meissner
7292117fe8
Updated PACKAGING howto.
2004-11-28 15:00:03 +00:00
Huw Davies
a96a700cf2
Protect sscanfs with a "C" locale so that they still work with new
...
glibcs in a locale doesn't use a '.' as a decimal separator.
2004-11-28 14:59:13 +00:00
Dmitry Timoshkov
e04da6bb72
Add a test for ReadFile/WriteFile fault handling, make it pass under
...
Wine.
2004-11-28 14:58:11 +00:00
Ge van Geldorp
c33c2da87d
- Fix vertical position of text in single-line edit controls.
...
- Add tests for this.
2004-11-28 14:55:42 +00:00
Robert North
584c157237
- Ensure that if buffer pointer is null, queue is flushed.
...
- Ensure that correct packets are copied into output buffer.
- Use memmove when moving packets within queue, as source and dest
will typically overlap.
- When moving packets in queue, ensure correct number of packets are
moved.
2004-11-28 14:54:26 +00:00
Mike McCormack
181705cbbd
- Don't limit the size of the property that can be retrieved by
...
MsiGetProperty.
- Make MsiGetProperty A/W implementations more consistent.
2004-11-28 14:53:46 +00:00
Gerald Pfeifer
1635947fe0
Fix compilation on systems which do not have <mntent.h>.
2004-11-28 14:53:03 +00:00
Alexandre Julliard
648994c3ef
Changed winproc allocation to be based only on the procedure address,
...
to avoid the need to keep track of winprocs for each window and class.
2004-11-24 18:43:18 +00:00
Eric Frias
958f4c643e
More portable POINTSTOPOINT macro.
2004-11-24 18:36:13 +00:00
Alexandre Julliard
04e4bbc43b
Prevent use of MAKEPOINTS in Wine code.
2004-11-24 18:32:35 +00:00
Alexandre Julliard
a79c534c0e
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00
Jason Edmeades
73e8baffd2
Add indexbuffer support into wined3d.
2004-11-24 18:13:41 +00:00
Robert Shearman
aa758eaf82
Implement OleDuplicateData.
2004-11-24 18:12:06 +00:00
Mike McCormack
1a10b1c0e1
Return correct error code in EnumPrinters.
2004-11-24 18:11:28 +00:00
Mike McCormack
b5a8779814
Fix ofn.nFileOffset when multiple files are selected.
2004-11-24 18:10:24 +00:00
Kevin Koltzau
9a013cc1cb
CreateBrushIndirect should not return a stock brush.
2004-11-24 18:09:20 +00:00
Dmitry Timoshkov
9d8474138e
Avoid some direct accesses to DC internals from metafile driver.
2004-11-24 18:08:18 +00:00
Dmitry Timoshkov
b3d647384c
Remove useless calls to IsBadReadPtr from ReadFile and WriteFile.
2004-11-24 18:07:52 +00:00
Alexandre Julliard
c329cc4f9c
Fixed handling of NULL pointer in PeekMessageW, with test (reported by
...
Eric Frias).
2004-11-23 17:39:13 +00:00
Kevin Koltzau
a2bbacb04f
Look for lcms.h in lcms/lcms.h.
2004-11-23 17:33:55 +00:00
Alexandre Julliard
b98c2e3847
Append .dll extension in all cases (spotted by Mike Hearn).
2004-11-23 14:03:49 +00:00
Tom Wickline
5c38e1b561
Version resources cleanup.
2004-11-23 13:59:34 +00:00
Jason Edmeades
289562eeb5
- Implement SetStreamSource
...
- Ensure wined3d objects maintain a reference count of at least that
of the d3dx version.
2004-11-23 13:52:46 +00:00
Mike Hearn
7d8711e15f
- More heapification.
...
- Split drive code into core, UI and autodetect.
- Implement drive autodetection.
- Slight redesign of drive tab.
- Code cleanup.
2004-11-23 13:50:23 +00:00
Huw Davies
14de4815b3
We don't use DGA version 1 so remove the configure check for it.
2004-11-23 13:48:00 +00:00
Robert Shearman
83f7b39dab
When changing from DIB_Status_GdiMod to DIB_Status_GdiMod, we have to
...
set the previous status to DIB_Status_GdiMod, otherwise a
non-committing unlock could incorrectly revert the DIB to another
state, rather than the correct DIB_Status_GdiMod.
2004-11-23 12:21:05 +00:00
Jon Griffiths
7c1ad31f47
Set the miter limit in the DC state.
...
Only SetLastError() in object functions where native does.
Test the error comditions of the gdiobj functions.
Minor documentation updates.
2004-11-23 12:19:24 +00:00
Hans Leidekker
4af7bc87ec
Use string functions that are Windows locale aware.
2004-11-23 12:12:31 +00:00
Eric Frias
7933014d01
Export wine_pthread_get_current_teb.
2004-11-22 19:51:46 +00:00
Eric Frias
575042e718
Fix Sparc assembly code in wine_switch_to_stack.
2004-11-22 19:50:38 +00:00
Alexandre Julliard
0bc8502390
Pass DLLFLAGS to winebuild too.
2004-11-22 19:48:10 +00:00
Steven Edwards
fa9b9f5fea
Define "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE=0x0600" for all
...
the targets.
2004-11-22 19:46:22 +00:00
Eric Pouech
25cdb4c236
Fixed regressions introduced when moving addresses as 64bit values.
2004-11-22 18:30:10 +00:00
Kevin Koltzau
1b8a8b26af
Prevent environment test from crashing when environment is large.
2004-11-22 18:28:56 +00:00
Tom Wickline
d8f4a0ab54
Added advpack.dll, rsaenh.dll, strmiids.lib.
2004-11-22 18:28:18 +00:00
Hans Leidekker
625583efee
Handle unknown parameters more gracefully.
2004-11-22 18:27:39 +00:00
Eric Frias
5042516c74
Fixed KEYLP structure for big endian.
2004-11-22 18:26:58 +00:00
Alexander Yaworsky
6d9d114303
Changed allocation of arguments in SearchPathA so path is not limited
...
by size of TEB static buffer.
2004-11-22 18:25:05 +00:00
Martin Fuchs
578f9f5a3d
Unicodify string constants.
2004-11-22 18:24:09 +00:00
Martin Fuchs
3980fd4e63
splitpath maintainance.
2004-11-22 18:23:03 +00:00
Jon Griffiths
dd89491edb
Support mono pattern brushes in EMF's.
2004-11-22 18:22:20 +00:00
Jon Griffiths
68b7802cd5
Avoid magic number.
2004-11-22 18:19:59 +00:00
Jon Griffiths
853cb86fa7
Implement CreateBitmap using CreateBitmapIndirect so we can handle
...
funky alignment paddings.
SetLastError() on failure, documentation cleanup.
2004-11-22 18:18:21 +00:00
Rein Klazes
2443c7f6d3
Allow negative numbers in RCDATA resources like RC.EXE does.
...
Fix false out of 16 bits range warning.
2004-11-22 18:15:42 +00:00
Glenn Wurster
c26d15f876
Use physDev->textPixel instead of GetTextColor for ExtTextOut.
2004-11-22 18:10:16 +00:00
Evan G. Parry
d23f5ef290
Added some tests for lzexpand.
2004-11-21 16:05:14 +00:00
Eric Pouech
9995c7d368
- moved into new mscvpdb.h (out of msc.c) all types and defines needed
...
to parse debug files generated by MS tools
- moved into coff.c (and out of msc.c) the COFF handling
- cleaned lots of types (add consistency across structs)
- versioning of some defines and types (to follow MS tools evolution)
- enhanced V2 of symbols parsing (some more types recognized, support
of imported .pdb files)
- added support for newest .pdb format
2004-11-21 15:51:47 +00:00
Alexander Yaworsky
970a877995
Move up SERV_* functions.
2004-11-21 15:50:08 +00:00
José Manuel Ferrer Ortiz
2a389a6979
Updated Spanish translations.
2004-11-21 15:49:24 +00:00
Hans Leidekker
9db71b35d8
Implement and test GetColorProfileElementTag,
...
GetCountColorProfileElements and IsColorProfileTagPresent. Stub
GetStandardColorSpaceProfile{A,W}.
2004-11-21 15:48:18 +00:00