Alexandre Julliard
|
8a808a49f9
|
wineps: Make color devices report 32 bits per pixel.
|
2011-10-31 16:45:48 +01:00 |
|
Alexandre Julliard
|
dd3721c0f9
|
wineps: Fix the output of indexed bitmaps in PutImage.
|
2011-10-28 23:07:45 +02:00 |
|
Ken Sharp
|
7df0245295
|
po: Update English (Neutral) resource.
|
2011-10-28 19:10:49 +02:00 |
|
Michael Stefaniuc
|
68f90d9697
|
kernel32/ntdll: Mark a variable as unused.
|
2011-10-28 19:10:30 +02:00 |
|
Andrew Eikum
|
0a20ec0935
|
winmm: Fix clock position calculation.
|
2011-10-28 17:32:49 +02:00 |
|
Andrew Eikum
|
00629cb0b3
|
winecfg: Don't reload winmm for each audio test.
|
2011-10-28 17:32:43 +02:00 |
|
Michael Stefaniuc
|
cb1dd010ef
|
include: Fix numeric constants in mmsystem.h for LLP64 compilers.
Fixup for 5439aede62
|
2011-10-28 17:27:11 +02:00 |
|
Huw Davies
|
66fe4e74cb
|
comctl32: Initialise the mask's colour table.
|
2011-10-28 17:26:56 +02:00 |
|
Huw Davies
|
1c1fff557d
|
gdi32: Pass a NULL user-style array to ExtCreatePen if the user-style count is zero.
|
2011-10-28 17:26:44 +02:00 |
|
Alexandre Julliard
|
418424d362
|
gdi32: Add path entry points for functions that behave differently with an open path.
|
2011-10-28 13:18:42 +02:00 |
|
Alexandre Julliard
|
e5db8969ac
|
gdi32: Always start a new stroke when the path ends with a closed figure.
|
2011-10-28 13:18:23 +02:00 |
|
Alexandre Julliard
|
e5ff45992e
|
gdi32: Add a helper function to add multiple points at once to a path.
|
2011-10-28 13:18:10 +02:00 |
|
Alexandre Julliard
|
fbafa45e84
|
gdi32: Pass a HDC instead of a DC pointer to internal path functions.
|
2011-10-28 13:07:52 +02:00 |
|
Bernhard Loos
|
507d929051
|
ntoskrnl: Correctly implement PsGetCurrentThread/ProcessId.
|
2011-10-28 13:04:00 +02:00 |
|
Jörg Höhle
|
8e62e823d6
|
mmdevapi/tests: Fix errors and crashes in various native configurations.
|
2011-10-28 12:49:50 +02:00 |
|
Jörg Höhle
|
00684f84a5
|
mmdevapi: IsFormatSupported EXCLUSIVE mode never returns S_FALSE.
|
2011-10-28 12:49:44 +02:00 |
|
Jörg Höhle
|
41c6ffea44
|
winecoreaudio: Release buffer memory.
|
2011-10-28 12:47:43 +02:00 |
|
Frédéric Delanoy
|
ecc4d87253
|
cmd: Fix a comment.
|
2011-10-28 12:47:10 +02:00 |
|
Aric Stewart
|
89a53d6f81
|
usp10: Sinhala does glyph props like Indic languages.
|
2011-10-28 12:46:19 +02:00 |
|
Aric Stewart
|
ec23fe6543
|
usp10: All glyphs in a single indic syllable are part of the same cluster.
|
2011-10-28 12:46:14 +02:00 |
|
Aric Stewart
|
c83841ca0e
|
user32: Improvement for performance in soft linebreaking.
|
2011-10-28 12:45:56 +02:00 |
|
Aric Stewart
|
820460fcce
|
user32: Handle PosFromChar if the string is empty and so we have no ssa.
|
2011-10-28 12:45:35 +02:00 |
|
Austin English
|
31f8a525c8
|
winex11: Only declare X11DRV_DIB_QueryXShm if XShm is supported.
|
2011-10-28 12:45:27 +02:00 |
|
Austin English
|
abfb9211c8
|
winex11: Only declare the winediag debug channel if OpenGL is enabled.
|
2011-10-28 12:44:59 +02:00 |
|
Frédéric Delanoy
|
45c1dff552
|
cmd: Make 'if errorlevel' only recognize integer values.
|
2011-10-28 12:43:27 +02:00 |
|
Alexandre Julliard
|
171183c77b
|
winex11: Mask FPU exceptions around fontconfig calls.
|
2011-10-28 12:41:47 +02:00 |
|
Alexandre Julliard
|
26aaaa1269
|
gdi32: Fix a misplaced release_dc_ptr call.
|
2011-10-28 11:29:34 +02:00 |
|
Nikolay Sivov
|
fe1f692d91
|
msxml3: Block attempt to modify namespace definition with setAttribute().
|
2011-10-27 19:34:36 +02:00 |
|
Henri Verbeet
|
eebad6a17a
|
wined3d: Make the device parameter to wined3d_event_query_test() const.
|
2011-10-27 19:34:23 +02:00 |
|
Henri Verbeet
|
bf5ab0a199
|
wined3d: Make the device parameter to surface_blt_to_drawable() const.
|
2011-10-27 19:34:19 +02:00 |
|
Henri Verbeet
|
dbfe83baff
|
wined3d: Rename nCfgs to cfg_count.
|
2011-10-27 19:34:15 +02:00 |
|
Henri Verbeet
|
38abddca68
|
ddraw: Only update primary_lock when we're actually locking the frontbuffer.
This fixes a regression introduced by commit
8330558e12 .
|
2011-10-27 19:34:09 +02:00 |
|
Henri Verbeet
|
61550ff1de
|
wined3d: Use the correct pitch in surface_upload_data().
This fixes a regression introduced by commit
2da4f87a7e .
|
2011-10-27 19:34:00 +02:00 |
|
Hans Leidekker
|
392bd2b7a2
|
msi/tests: Fix a skip message.
|
2011-10-27 14:21:31 +02:00 |
|
Hans Leidekker
|
841a747409
|
msi/tests: Fix some test failures on win2k.
|
2011-10-27 14:21:27 +02:00 |
|
Hans Leidekker
|
319081cbf6
|
msi: Wait up to 30 seconds for services to start up.
|
2011-10-27 14:21:23 +02:00 |
|
Jacek Caban
|
d1e49da2f5
|
mshtml: Reimplement nsIURL::GetFileExtension on top of IUri API.
|
2011-10-27 14:21:02 +02:00 |
|
Francois Gouget
|
fc2b645d29
|
wineconsole: Give a name to the curses backend critical section.
|
2011-10-27 14:20:57 +02:00 |
|
Francois Gouget
|
97ab9cc7e5
|
services: Give a name to the scmdatabase critical section.
|
2011-10-27 14:20:51 +02:00 |
|
Francois Gouget
|
39e12238e9
|
winealsa.drv: Give a name to the mmdevapi critical sections.
Also statically initialize g_sessions_lock.
|
2011-10-27 14:20:44 +02:00 |
|
Francois Gouget
|
23e0ae83c2
|
msvcp90: Add a space before an implementation function name in the spec file.
|
2011-10-27 14:20:10 +02:00 |
|
Francois Gouget
|
9b5ed14bd8
|
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
|
2011-10-27 14:20:05 +02:00 |
|
Alexandre Julliard
|
bb21ac85b3
|
gdi32: Add a helper function to copy BITMAPINFO structures to avoid copying uninitialized data.
|
2011-10-27 14:19:44 +02:00 |
|
Charles Davis
|
65634bca0b
|
schannel: Don't use SSLCopyPeerCertificates on Mac OS 10.4.
|
2011-10-27 12:31:40 +02:00 |
|
Michael Stefaniuc
|
91c17c8399
|
include: Make "long" numeric constants LP64/LLP64 proof (sql.h).
|
2011-10-27 12:29:25 +02:00 |
|
Michael Stefaniuc
|
c62f1ffea3
|
include: Make "long" numeric constants LP64/LLP64 proof (sqlext.h).
|
2011-10-27 12:29:19 +02:00 |
|
Michael Stefaniuc
|
da1bef4340
|
include: Make "long" numeric constants LP64/LLP64 proof (d3d*.h).
|
2011-10-27 12:29:05 +02:00 |
|
Michael Stefaniuc
|
bd197aea92
|
include: Make "long" numeric constants LP64/LLP64 proof (d3d9*.h).
|
2011-10-27 12:28:59 +02:00 |
|
Michael Stefaniuc
|
ee30e087e1
|
include: Make "long" numeric constants LP64/LLP64 proof (d3d9caps.h).
|
2011-10-27 12:28:51 +02:00 |
|
Michael Stefaniuc
|
1b2f89e673
|
include: Add a macro to paper over LP64/LLP64 differences for numeric constants.
Based on an idea by Kai Tietz.
|
2011-10-27 12:28:44 +02:00 |
|