Alexandre Julliard
6d06d3b927
Cosmetics.
2003-11-11 22:04:33 +00:00
Ulrich Czekalla
fd5e811c4e
Added stubs for AccessCheckByType, AddAuditAccessAce,
...
GetNamedSecurityInfoA, GetNamedSecurityInfoW.
Implemented ConvertStringSecurityDescriptorToSecurityDescriptorW,
DeleteAce, MakeAbsoluteSD, GetAclInformation, ConvertStringSidToSidW,
RtlDeleteAce, RtlQueryInformationAcl.
2003-11-11 22:03:24 +00:00
Andreas Mohr
34ed04f1fa
Don't include build number in GetVersion() for Win9x versions.
2003-11-11 22:00:14 +00:00
Mike Hearn
2ea3dc4302
Implemented ReportEventA/W.
2003-11-11 21:59:15 +00:00
Dmitry Timoshkov
4f21b3cd64
Fix a bug in VkKeyScan.
2003-11-11 21:57:52 +00:00
Carlos Lozano
b40a287e03
NtReadFile checks that offset is not null.
2003-11-11 21:57:07 +00:00
Robert Reif
56c449b9e6
Don't flag failed opens of unsupported formats as an error.
2003-11-11 21:56:21 +00:00
Huw Davies
75101add12
Add support for CBS_{LOWER|UPPER}CASE.
2003-11-11 21:55:19 +00:00
Huw Davies
4a8c8e4e1b
Handle multicopy printing correctly.
2003-11-11 20:41:14 +00:00
Gerald Pfeifer
149bb9e625
Fix format strings in T42_download_header() and T42_download_glyph().
2003-11-11 20:40:27 +00:00
Huw Davies
39f604b04f
If the buffer passed to GetOutlineTextMetrics isn't big enough then
...
Windows fills it upto the supplied size rather than returning an
error.
2003-11-11 20:39:54 +00:00
Dmitry Timoshkov
bec6cfe0d0
Constify strings.
2003-11-11 20:39:34 +00:00
Alexandre Julliard
4d626b062b
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Huw Davies <huw@codeweavers.com>
...
Constify strings.
Fix args of [GS]etPrinterDataEx
2003-11-11 20:38:51 +00:00
Lionel Ulmer
a39afdd633
Fix parsing of GL version string in X.Y cases.
2003-11-11 20:38:20 +00:00
Alexandre Julliard
546839f408
Only build both Wine binaries on Linux, pthread support doesn't work
...
on other platforms.
2003-11-11 00:48:21 +00:00
Jukka Heinonen
d7ee5f3f31
Fix race in real mode event handling.
...
Merge real mode pending event checking routines.
Remove some obsolete code.
2003-11-11 00:44:10 +00:00
Raphael Junqueira
63c1093f24
- stupid typos fixes on software vertex shader operands
...
- CopyRects fix (problem in error paths) based on Carlos Lozano patch
2003-11-11 00:43:51 +00:00
Huw Davies
b330df5665
Rewrite ScrollDC.
2003-11-11 00:43:16 +00:00
Huw Davies
47e9ad4dce
PatBlt()s get recorded as EMR_BITBLT records with offBmiSrc == 0, so
...
ensure that we pick these out in playback.
EMR_STRETCHBLT should behave like EMR_BITBLT if there are no bits
(ie. it's a PalBlt).
Set the text and bkgnd colour to black and white respectively before
enumerating an emf.
Print out the record names to make debugging easier.
Add a few TRACE()s.
2003-11-11 00:43:03 +00:00
Huw Davies
e459f7a681
Much better parsing of /etc/printcap.
...
Don't even try to use heuristics to guess whether the printer is
PostScript or not - we're going to get it wrong anyway.
Don't list printer entries that begin with ispunct() - these are used
for 'tc' aliases.
2003-11-11 00:42:35 +00:00
Lionel Ulmer
b6ddd8cadb
Better color-keying support.
2003-11-11 00:31:16 +00:00
Dmitry Timoshkov
b95693c632
Constify strings.
2003-11-11 00:30:42 +00:00
Huw Davies
4e947d2f7b
Implement the missing tesselator functions and fix the tesselator
...
callbacks so that the correct calling convention is used.
2003-11-11 00:30:10 +00:00
Rolf Kalbermatter
1816f8c0e1
Add constants for DSA_InsertItem and DPA_InsertPtr according to newest
...
MSDN headers.
2003-11-11 00:29:31 +00:00
Huw Davies
5722f67bb6
GetTextExtentPoint already adds char_extra so don't add it on again.
2003-11-11 00:28:51 +00:00
Huw Davies
9959aca826
GetTextExtentPoint should include an inter character spacing set by
...
SetTextCharacterExtra.
2003-11-11 00:28:19 +00:00
Huw Davies
b0c790c691
Only reselect the font if the transformation has actually changed.
2003-11-11 00:27:48 +00:00
Huw Davies
79edbebccd
We need to set the WorldTransform to the identity before stroking or
...
filling the path.
Fixed a memory leak.
2003-11-11 00:27:28 +00:00
Huw Davies
d7a9d4bd2e
CreateDIBSection ignores the supplied values of biClrUsed and
...
biClrImportant and calculates them from biBitCount.
2003-11-11 00:27:10 +00:00
Huw Davies
4c7b65db8c
We need to invalidate the replaced text region before calling
...
EM_ScrollCaret as this may call ScrollWindow. Previously newly added
lines were not displayed if the edit needed to scroll.
2003-11-11 00:26:53 +00:00
Huw Davies
f11b022fbb
Ownerdraw buttons should erase themselves in WM_ERASEBKGND.
2003-11-11 00:26:29 +00:00
Huw Davies
818c5861c4
Add support for LVS_EX_SUBITEMIMAGES.
2003-11-11 00:26:15 +00:00
Robert Reif
342d59f262
Fix a race condition where result could be read before set.
...
Fix test to use correct event in interactive mode.
2003-11-11 00:25:50 +00:00
Gerald Pfeifer
03bb9b112b
Fix format specifiers for HDCs.
2003-11-11 00:25:10 +00:00
Alexandre Julliard
50fba7ffec
Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
...
Let the pthread library allocate the stack itself.
2003-11-09 01:25:23 +00:00
Kirill Smelkov
8d0ac5574e
Added gopher stubs.
2003-11-09 01:23:32 +00:00
Lionel Ulmer
4a078c8376
Fix some stupid bug with missing braces.
2003-11-09 01:21:25 +00:00
Gerald Pfeifer
5cc4b3ba16
Removed dead code in VarDateFromUI2().
2003-11-09 01:21:04 +00:00
Francois Gouget
db3b78f7c9
If the command line is too long when calling etags, it's probably too
...
long when invoking ctags.
2003-11-09 01:20:23 +00:00
Eric Pouech
b1a2d883fc
Removed some more dependencies on wine 16-bit specific entities.
2003-11-09 01:19:58 +00:00
Alexandre Julliard
a1cb931227
Don't bother to fill the color map on TrueColor displays.
...
Moved X11 locking calls out of the loops.
2003-11-09 00:35:29 +00:00
Alexandre Julliard
9f514fe239
Avoid the XSync call in X11DRV_expect_error by storing the current
...
request number and checking that on errors.
Moved the XSync call from X11DRV_check_error into the callers so that
it can be avoided for requests that already wait for a reply.
2003-11-09 00:34:43 +00:00
Tom Wickline
a34a6d84ce
updated [mci] & [drivers32] sections.
2003-11-09 00:31:35 +00:00
Gerald Pfeifer
56b0939efe
Move scsi_command_size from winescsi.h to SCSI_Fix_CMD_LEN(), its only
...
user.
2003-11-09 00:31:08 +00:00
Gerald Pfeifer
6c7d5f500a
Fix format specifiers for HWNDs.
2003-11-09 00:30:50 +00:00
Francois Gouget
ed27249038
Fixed buffer overflow.
...
Fixed two -Wwrite-strings warnings (but there are more).
2003-11-09 00:30:36 +00:00
Huw Davies
6e12807b55
Load any TrueType fonts that fontconfig knows about.
2003-11-09 00:30:13 +00:00
Robert Shearman
fc58ef8119
Added chevron support.
2003-11-09 00:28:24 +00:00
Huw Davies
a7c4fa8119
ReleaseCapture on lbuttondown if the cursor is outside an item, just
...
like the native one does.
2003-11-09 00:27:20 +00:00
Huw Davies
9fb3f4e0d7
Update the visrgn in ResetDC so that GetClipBox works correctly after
...
a change in paper size/orientation.
2003-11-09 00:26:50 +00:00