Vitaliy Margolen
|
83172ecc82
|
dinput: Fix evdev POV mapping.
|
2009-08-19 12:26:15 +02:00 |
Vitaliy Margolen
|
0932f4a113
|
dinput: Get default axes configuration from the device for joydev.
|
2009-08-19 12:26:03 +02:00 |
Vitaliy Margolen
|
9a73798af8
|
dinput: Expand joydev joystick discovery to query joystick name as well.
|
2009-08-19 12:25:55 +02:00 |
Vitaliy Margolen
|
2941cc72e5
|
dinput: Set default joystick axes mapping for evdev.
|
2009-08-19 12:25:36 +02:00 |
Vitaliy Margolen
|
fa9c11dad3
|
dinput: Let driver specify default axis mapping.
|
2009-08-19 12:25:27 +02:00 |
Vitaliy Margolen
|
167457efc1
|
dinput: Evdev joystick driver - add ability to remap axis.
|
2009-08-19 12:25:18 +02:00 |
Vitaliy Margolen
|
3622b2d926
|
dinput: Rename device axes to direct input axes mapping array to dev_axes_to_di.
|
2009-08-19 12:25:05 +02:00 |
Vitaliy Margolen
|
083d6e8474
|
dinput: Move setup_dinput_options into common place.
|
2009-08-19 12:24:52 +02:00 |
Vitaliy Margolen
|
1362d15060
|
dinput: Move axes count into base joystick class.
|
2009-08-19 12:24:39 +02:00 |
Vitaliy Margolen
|
5347ab427a
|
dinput: Move axes mapping array and default dead-zone into generic joystick class.
|
2009-08-19 12:24:26 +02:00 |
Dylan Smith
|
2c85da06b7
|
include: Add missing declarations and definitions to wincon.h.
|
2009-08-19 12:23:49 +02:00 |
Andrew Eikum
|
37754eb400
|
user32/tests: Add tests for SendInput with unicode.
|
2009-08-19 12:19:06 +02:00 |
Andrew Eikum
|
f9e7c3f4ba
|
user32: Handle VK_PACKET messages in TranslateMessage.
|
2009-08-19 12:18:14 +02:00 |
Andrew Eikum
|
55736136e2
|
winex11: Support KEYEVENTF_UNICODE in SendInput.
|
2009-08-19 12:16:19 +02:00 |
Vincent Povirk
|
dad00cce44
|
gdiplus: Add a test for drawing to application-provided memory.
|
2009-08-19 12:15:22 +02:00 |
Alexandre Julliard
|
b374a72d51
|
userenv/tests: Don't use string debugging functions for non-debug usage.
|
2009-08-19 12:09:23 +02:00 |
Vincent Povirk
|
f343c33083
|
windowscodecs: Implement GetDecoderInfo for the GIF decoder.
|
2009-08-19 12:08:43 +02:00 |
Vincent Povirk
|
2b14970e51
|
windowscodecs: Implement GetContainerFormat for the GIF decoder.
|
2009-08-19 12:08:38 +02:00 |
Vincent Povirk
|
7c9e198a71
|
oleaut32: Use WIC to decode gif files.
|
2009-08-19 12:08:32 +02:00 |
Vincent Povirk
|
19e7803088
|
windowscodecs: Implement CopyPixels for GIF decoder.
|
2009-08-19 12:08:13 +02:00 |
Francois Gouget
|
04105f7ff3
|
gdiplus/tests: Add a trailing '\n' to an ok() call.
|
2009-08-19 12:07:28 +02:00 |
Francois Gouget
|
544f882918
|
comctl32/tests: Add a trailing '\n' to ok() calls.
|
2009-08-19 12:07:24 +02:00 |
Francois Gouget
|
31e38f8d34
|
windowscodecs: Add a trailing '\n' to a FIXME().
|
2009-08-19 12:07:20 +02:00 |
Michael Stefaniuc
|
2bbd5ed9c9
|
winspool.drv: Add the Romanian translation.
|
2009-08-19 12:07:14 +02:00 |
Michael Stefaniuc
|
984723d3b9
|
appwiz.cpl: Update the Romanian translation.
|
2009-08-19 12:06:55 +02:00 |
Alexandre Julliard
|
4770ba7bcc
|
ole32/tests: Skip a string that may not round-trip in all codepages.
|
2009-08-19 10:02:50 +02:00 |
Alexandre Julliard
|
e01420d72a
|
rpcrt4: Assign a unique id to the connection instead of changing it for each message.
|
2009-08-18 20:15:01 +02:00 |
Alexandre Julliard
|
d5ecc2d077
|
msvideo: Fix packing of the thunk structure.
|
2009-08-18 16:54:23 +02:00 |
Alexandre Julliard
|
d8d2aa96fa
|
ddeml: Fix packing of the thunk structure.
|
2009-08-18 16:54:14 +02:00 |
Rein Klazes
|
251c26e0f9
|
user32: Handle WM_PRINTCLIENT message in PopupMenuWndProc().
|
2009-08-18 16:14:51 +02:00 |
Huw Davies
|
85342a1562
|
include: Remove const from [out] parameter.
|
2009-08-18 16:14:25 +02:00 |
Vincent Povirk
|
548cd05ceb
|
windowscodecs: Implement CopyPalette for the GIF decoder.
|
2009-08-18 14:59:54 +02:00 |
Vincent Povirk
|
d095d27d92
|
windowscodecs: Implement GetSize for the GIF decoder.
|
2009-08-18 14:59:44 +02:00 |
Vincent Povirk
|
45e9804a8e
|
windowscodecs: Implement GetFrameCount and GetFrame for the GIF decoder.
|
2009-08-18 14:59:35 +02:00 |
Vincent Povirk
|
e6eb982ca6
|
windowscodecs: Implement Initialize for the GIF decoder.
|
2009-08-18 14:59:17 +02:00 |
Vincent Povirk
|
b9b06bc2c9
|
windowscodecs: Register the GIF decoder.
|
2009-08-18 14:58:28 +02:00 |
Vincent Povirk
|
0c4a5620e8
|
windowscodecs: Add stub GIF decoder.
|
2009-08-18 14:58:18 +02:00 |
Vincent Povirk
|
83d8f615b3
|
windowscodecs: Add test for pixel format conversion.
|
2009-08-18 14:57:32 +02:00 |
Alistair Leslie-Hughes
|
447e5d1fac
|
mshtml: Implement IHTMLLocation get_href.
|
2009-08-18 14:57:25 +02:00 |
Alexandre Julliard
|
d649320045
|
comctl32/tests: Fix the property sheet tests on older Windows versions.
|
2009-08-18 14:49:21 +02:00 |
Alexandre Julliard
|
576a398338
|
comctl32/tests: Fix a number of listview message test failures.
|
2009-08-18 14:49:03 +02:00 |
Alexandre Julliard
|
4f71d33dfa
|
advapi32: Fix sid pointer calculation in LsaLookupNames2.
|
2009-08-18 13:23:38 +02:00 |
Alexandre Julliard
|
a104766b07
|
ole32/tests: Don't release the token object since it doesn't have a proper ref count.
|
2009-08-18 13:00:37 +02:00 |
Alexandre Julliard
|
9b2e414e91
|
ole32/tests: Avoid infinite waits in tests.
|
2009-08-18 12:48:57 +02:00 |
Mike Kaplinskiy
|
8c0eec2c6b
|
ntdll/tests: Test NtCancelIoFile(Ex).
|
2009-08-18 12:29:53 +02:00 |
Mike Kaplinskiy
|
a5c03fbc72
|
kernel32: Implement CancelIoEx.
|
2009-08-18 12:29:33 +02:00 |
Mike Kaplinskiy
|
af25949a51
|
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
|
2009-08-18 12:29:27 +02:00 |
Mike Kaplinskiy
|
b05774ee7e
|
server: Change cancel_async to take an optional iosb and only_thread.
|
2009-08-18 12:26:30 +02:00 |
Alexandre Julliard
|
e49918b5a2
|
kernel32: Use a longer wineboot timeout for the initial prefix creation.
|
2009-08-18 12:17:04 +02:00 |
Alexandre Julliard
|
d492389d23
|
kernel32: Don't wait for wineboot once the process is no longer running.
|
2009-08-18 12:14:12 +02:00 |