Henri Verbeet
|
48a096a638
|
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_add_src_param().
|
2009-04-20 14:13:20 +02:00 |
Henri Verbeet
|
c7660c57a0
|
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_register_name() for the relative addressing token.
|
2009-04-20 14:13:12 +02:00 |
Henri Verbeet
|
915b91757f
|
wined3d: Store the destination relative addressing token as a struct wined3d_shader_src_param.
|
2009-04-20 14:13:08 +02:00 |
Henri Verbeet
|
0663eb9323
|
wined3d: Store the source relative addressing token as a struct wined3d_shader_src_param.
|
2009-04-20 14:13:00 +02:00 |
Henri Verbeet
|
d6ee7d59a8
|
wined3d: Create a relative addressing token for 1.x shaders in the frontend.
Rather than handling this in the backends. Note that the ARB backend always
assumes 1.x shaders.
|
2009-04-20 14:12:52 +02:00 |
Paul Vriens
|
59cc56b15a
|
gdi32/tests: Skip several tests on Win9x.
|
2009-04-20 14:12:43 +02:00 |
Michael Stefaniuc
|
cf6ec333a5
|
msi/tests: Replace long with LONG.
|
2009-04-20 14:12:37 +02:00 |
Michael Stefaniuc
|
f3a1660181
|
msi: Remove superfluous cast of a MSIHANDLE in a TRACE().
|
2009-04-20 14:12:34 +02:00 |
Michael Stefaniuc
|
0847e7d826
|
ws2_32: Use better types for some variables.
|
2009-04-20 14:12:32 +02:00 |
Michael Stefaniuc
|
b747284797
|
riched20/tests: Use better types than long.
|
2009-04-20 14:12:29 +02:00 |
Frans Kool
|
88f981658b
|
crypt32: Corrected Dutch translations.
|
2009-04-20 14:12:24 +02:00 |
Huw Davies
|
e911fde41c
|
wineps.drv: Fix compile error.
|
2009-04-20 14:12:19 +02:00 |
André Hentschel
|
9312ff52e0
|
winemaker: Add -m32 flag to support winegcc-changes.
|
2009-04-20 14:12:16 +02:00 |
Jacek Caban
|
781b0873e6
|
mshtml: Added IPersistHistory stub implementation.
|
2009-04-16 13:45:20 -05:00 |
Rein Klazes
|
dbfbce975d
|
user32: When repainting a static control with SS_BITMAP style, do not erase the background if there is no valid bitmap to paint.
|
2009-04-16 12:37:47 -05:00 |
Huw Davies
|
aadd07ca9d
|
ole32/tests: Tests for a flushed clipboard.
|
2009-04-16 11:37:39 -05:00 |
Huw Davies
|
c648dcf615
|
ole32: Try global and stream types if the requested types don't match the source.
|
2009-04-16 11:37:30 -05:00 |
Huw Davies
|
18d413bb74
|
ole32: OleFlushClipboard should render all formats to the clipboard.
|
2009-04-16 11:37:25 -05:00 |
Huw Davies
|
9bacd00ce7
|
ole32: Add support for getting storage based objects from a flushed clipboard.
|
2009-04-16 11:37:18 -05:00 |
Huw Davies
|
25d7ecde47
|
ole32: Add support for getting stream based objects from a flushed clipboard.
|
2009-04-16 11:37:10 -05:00 |
Huw Davies
|
f8a9ca2cfa
|
ole32: Add support for getting global handle objects from a flushed clipboard.
|
2009-04-16 11:37:03 -05:00 |
Huw Davies
|
718831b77c
|
ole32/tests: Add a few more reference count tests.
|
2009-04-16 11:36:53 -05:00 |
Huw Davies
|
fca4ed5596
|
ole32: After a call to GetData the consumer should hold a ref on the source data object.
|
2009-04-16 11:36:42 -05:00 |
Huw Davies
|
d2156f3894
|
ole32: Now that the consumer side of the clipboard separated from the main clipboard object, simplify the initialization code.
|
2009-04-16 11:36:39 -05:00 |
Huw Davies
|
df08d463c9
|
ole32: The consumer data object is not a singleton, but reflects the state of the clipboard when it was acquired.
|
2009-04-16 11:36:00 -05:00 |
Huw Davies
|
f8a1b7e5a5
|
ole32/tests: Tests that show the consumer data object isn't a singleton.
|
2009-04-16 11:35:24 -05:00 |
Huw Davies
|
4311691a88
|
ole32: If there's a current data object on the ole clipboard GetData should use it.
|
2009-04-16 11:35:15 -05:00 |
Huw Davies
|
6d4a394099
|
ole32: Store the marshalled IDataObject in a window property of the clipboard window.
This is somewhat different from how Windows behaves. Windows stores
two properties; an IID and an endpoint number.
|
2009-04-16 11:35:08 -05:00 |
Huw Davies
|
1ec12f68b1
|
ole32: Rename a variable.
|
2009-04-16 11:34:55 -05:00 |
Huw Davies
|
bd9eb3b527
|
ole32: Don't pass a window if we're reading from the clipboard.
|
2009-04-16 11:34:49 -05:00 |
Huw Davies
|
6526b570e1
|
ole32: Add a function to return (and possibly create) the clipboard's window.
|
2009-04-16 11:34:39 -05:00 |
Huw Davies
|
6ce9922f3d
|
ole32: Add a helper function to set and release the source IDataObject.
|
2009-04-16 11:34:06 -05:00 |
Huw Davies
|
bf8d85cee0
|
ole32: Add a helper function to return the ole clipboard structure.
|
2009-04-16 11:33:57 -05:00 |
Huw Davies
|
72f53ed4d7
|
ole32: Unicodify window creation. Don't register the class as global.
|
2009-04-16 11:33:50 -05:00 |
Huw Davies
|
5defc71dfe
|
ole32: Use helper function to duplicate global memory.
|
2009-04-16 11:33:40 -05:00 |
Huw Davies
|
469d6ea2df
|
ole32: Add support for rendering storage data to the clipboard.
|
2009-04-16 11:33:29 -05:00 |
Huw Davies
|
f4745c0a06
|
ole32: Make all formats available to the clipboard.
|
2009-04-16 11:33:19 -05:00 |
Huw Davies
|
1e8727aacf
|
ole32: Add support for rendering stream data to the clipboard.
|
2009-04-16 11:33:03 -05:00 |
Huw Davies
|
5e557d83ca
|
ole32: Rewrite the clipboard window's wndproc to use the cached enum data.
|
2009-04-16 11:30:38 -05:00 |
Huw Davies
|
b958dfdc47
|
ole32: Change helper function to return the matching entry.
|
2009-04-16 11:30:09 -05:00 |
Huw Davies
|
e58a9db129
|
ole32: Store a cached version of the local data object's enumeration.
|
2009-04-16 11:30:00 -05:00 |
Dan Kegel
|
999bb6a0e9
|
ntdll: Add missing valgrind hook in RtlAllocateHeap.
|
2009-04-16 11:28:53 -05:00 |
Frans Kool
|
6a13a1f589
|
kernel32: Added Dutch translations.
|
2009-04-16 11:28:46 -05:00 |
Frans Kool
|
c95a69d29c
|
shell32: Fixed Dutch translations.
|
2009-04-16 11:28:38 -05:00 |
Frans Kool
|
1eec7ab360
|
regedit: Fixed Dutch translations.
|
2009-04-16 11:28:33 -05:00 |
Frans Kool
|
846ce4f0c4
|
reg: Fixed Dutch translations.
|
2009-04-16 11:28:28 -05:00 |
Frans Kool
|
f207c28042
|
setupapi: Fixed Dutch translations.
|
2009-04-16 11:28:24 -05:00 |
Frans Kool
|
38d9989fba
|
wordpad: Fixed Dutch translations.
|
2009-04-16 11:28:17 -05:00 |
Frans Kool
|
f46bd1bb01
|
mshtml: Corrected Dutch translations.
|
2009-04-16 11:27:48 -05:00 |
Nikolay Sivov
|
b2486d41c7
|
comctl32/listview: Implemented LVM_SORTITEMSEX.
|
2009-04-15 16:19:01 -05:00 |