Sign in
goma
/
wine
/
ac3be957e4677895ab48ef46b81e45f2e10082eb
/
dlls
ac3be95
msvideo: Renamed the msvideo directory to msvfw32.
by Alexandre Julliard
· 19 years ago
1a909d1
win32s: Renamed the win32s directory to w32skrnl.
by Alexandre Julliard
· 19 years ago
af781f3
winsock: Renamed the winsock directory to ws2_32.
by Alexandre Julliard
· 19 years ago
52645e1
shell32: Add parameter formatting rule to the command line if there isn't any.
by Dmitry Timoshkov
· 19 years ago
74cb032
wininet: Move URL-related tests to a separate file.
by Robert Shearman
· 19 years ago
366fc24
wininet: Make InternetCrackUrlW set the components related to net_loc
by Robert Shearman
· 19 years ago
153aac0
wininet: Move cookie-related stubs to cookie.c
by Robert Shearman
· 19 years ago
5b5d455
wininet: Implement setting of send and receive timeouts.
by Robert Shearman
· 19 years ago
ea6f3a4
ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
by Robert Shearman
· 19 years ago
2d15c8f
wineesd: Use pipe sync for events.
by Robert Reif
· 19 years ago
433196d
x11drv: Prevent out of bound access in DescribePixelFormat.
by Jan Zerebecki
· 19 years ago
db0aabc
ddraw: Don't crash in d3d test if OpenGL is missing.
by Alexandre Julliard
· 19 years ago
0811851
crypt32: Abstract contexts.
by Juan Lang
· 19 years ago
6f9dd39
shell32: Fix some gcc 4.1 warnings caused by casts in macros.
by Mike McCormack
· 19 years ago
d4836e1
wined3d: Vertexdeclaration fix.
by Roderick Colenbrander
· 19 years ago
93676b1
advapi32: Add stub implementations for a bunch of documented Lsa APIs.
by Hans Leidekker
· 19 years ago
034a030
dinput/joystick_linuxinput: Add POV detection and reporting.
by Christoph Frick
· 19 years ago
a18bdf1
ntdll: Very crude implementation of RtlQueueWorkItem.
by Robert Shearman
· 19 years ago
44cb832
kernel: Implement QueueUserWorkItem.
by Robert Shearman
· 19 years ago
0252e5e
wininet: Fix the conversion of NULL component values from InternetCreateUrlA.
by Robert Shearman
· 19 years ago
f18305b
wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl.
by Robert Shearman
· 19 years ago
ae677d3
wininet: InternetCrackUrl should set nPort to the default port if not specified.
by Robert Shearman
· 19 years ago
9f46792
wined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
d2ef786
wined3d: Don't override variable that still has something we need.
by Vitaliy Margolen
· 19 years ago
76e5e88
wined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We already handle it where we should.
by Vitaliy Margolen
· 19 years ago
9d5b2ea
avifil32: Use HeapAlloc instead of LocalAlloc.
by Mike McCormack
· 19 years ago
dfb5aaf
avifil32: Use HeapAlloc instead of Global/LocalAlloc.
by Mike McCormack
· 19 years ago
15c5dc1
avifil32: Use HeapAlloc instead of Local Alloc.
by Mike McCormack
· 19 years ago
4fa92f6
avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc.
by Mike McCormack
· 19 years ago
a4b816c
avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free.
by Mike McCormack
· 19 years ago
8ed1ca3
avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory.
by Mike McCormack
· 19 years ago
913df5b
wined3d: Consistently use WINED3DRESOURCETYPE.
by Stefan Dösinger
· 19 years ago
29212d8
avifil32: Use CoTaskMemAlloc when allocating memory to return through
by Mike McCormack
· 19 years ago
610fc08
avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros.
by Mike McCormack
· 19 years ago
e1ca877
comdlg32: Remove the property when destroy the dialog box.
by Mike McCormack
· 19 years ago
91b80fc
crypt32: Move context properties to a separate file.
by Juan Lang
· 19 years ago
2eca872
wineesd: Update ESD driver to closer match OSS and ALSA drivers.
by Robert Reif
· 19 years ago
ef20936
wininet: Don't duplicate empty strings.
by Robert Shearman
· 19 years ago
f66c8e3
comdlg32: Use a property for the color dialog's information.
by Mike McCormack
· 19 years ago
a32b3e8
user: Support packing/unpacking the WM_DEVICECHANGE message.
by Alexandre Julliard
· 19 years ago
1b8f7f0
wininet: Fix InternetGetCookie with no matching cookies.
by Robert Shearman
· 19 years ago
e4adc07
wininet: Fix an off-by-one error in InternetCreateUrlW.
by Robert Shearman
· 19 years ago
b0fcaf9
wininet: Further InternetCreateFileW fixes.
by Robert Shearman
· 19 years ago
d3047aa
wininet: If necessary, add a slash between the hostname and path in
by Robert Shearman
· 19 years ago
8eab78c
wininet: More InternetCreateUrlW fixes.
by Robert Shearman
· 19 years ago
e58a448
wininet: Parse the scheme the string in InternetCreateFileW.
by Robert Shearman
· 19 years ago
0283994
wininet: Get the string for the scheme if specified only by the
by Robert Shearman
· 19 years ago
01219c6
wininet: The host name is optional in InternetCreateUrlW.
by Robert Shearman
· 19 years ago
ed90c86
wininet: Use an array of schemes for mapping from a string to an INTERNET_SCHEME.
by Robert Shearman
· 19 years ago
e2b7bc1
wininet: Fix Trace in InternetCreateUrl.
by Robert Shearman
· 19 years ago
0590025
wininet: Fix redirects with relative URIs instead of absolute URIs.
by Robert Shearman
· 19 years ago
61de4e7
dinput/linuxinput: Fix handling of DIPH_BYID.
by Christoph Frick
· 19 years ago
6b49f6b
gdi: Load system fonts from $(datadir)/wine/fonts if loading from
by Dmitry Timoshkov
· 19 years ago
434a60b
gdi: A better workaround for extended user style pens.
by Dmitry Timoshkov
· 19 years ago
76c469e
wined3d: Use OpenGL fragment programs when available.
by H. Verbeet
· 19 years ago
86b9041
wined3d: Remove an incorrect FIXME.
by H. Verbeet
· 19 years ago
008c6a0
wined3d: Enable color fixups for vertex shaders.
by H. Verbeet
· 19 years ago
21d62ed
wined3d: Minor vshader_program_add_param cleanup.
by H. Verbeet
· 19 years ago
74b6aba
oleaut32: Reorder a few functions to avoid forward declaractions.
by Francois Gouget
· 19 years ago
6104c67
wined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters.
by Stefan Dösinger
· 19 years ago
abf3a57
user: The height of a ListBox item can be no more than MAXBYTE.
by Mike McCormack
· 19 years ago
fe8cd38
msi: Remove some unnecessary indent.
by Mike McCormack
· 19 years ago
0b9960a
msi: Make sure to run tests for MsiEvaluateCondition.
by Mike McCormack
· 19 years ago
2c06b80
mshtml: Added beginning of getAttribute implementation.
by Jacek Caban
· 19 years ago
26b9c5e
mshtml: Added IHTMLBodyElement implementation.
by Jacek Caban
· 19 years ago
4eb4546
opengl32: Implement wglUseFontOutlines.
by Huw Davies
· 19 years ago
89b3191
crypt32: Implement CertGetValidUsages.
by Juan Lang
· 19 years ago
851bdfb
wined3d: Add D3DLOCK_* types to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
6fafc22
mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface.
by Jacek Caban
· 19 years ago
4ac4246
mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface.
by Jacek Caban
· 19 years ago
92ff0e5
mshtml: Added get_type, get_value, get_name and get_checked
by Jacek Caban
· 19 years ago
c5552a6
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
by Peter Åstrand
· 19 years ago
1d491ae
mscms: Add tests for EnumColorProfiles{A,W}.
by Hans Leidekker
· 19 years ago
05b073d
mscms: Implement EnumColorProfiles{A,W}.
by Hans Leidekker
· 19 years ago
cc3d4d3
dlls: Added a default install-lib rule for dlls that don't have one.
by Alexandre Julliard
· 19 years ago
116aaa1
x11drv: Don't send an invalid WM_NCCREATE to the desktop window.
by Alexandre Julliard
· 19 years ago
576e3b7
explorer: Merged systray support with the desktop window main loop.
by Alexandre Julliard
· 19 years ago
1a4f6e5
user: Launch explorer to manage the desktop window.
by Alexandre Julliard
· 19 years ago
bb84eaa
kernel: Improve the activation context stubs.
by Mike McCormack
· 19 years ago
78a43b3
wined3d: Fix a few FIXME's.
by H. Verbeet
· 19 years ago
ae21e30
wined3d: Implement GetCreationParameters (from a patch by Al Tobey).
by H. Verbeet
· 19 years ago
270afeb
wined3d: Define D3D usage flags in wined3d_types.h.
by Stefan Dösinger
· 19 years ago
2f0c781
wined3d: Add device caps to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
8f89723
mshtml: Added IHTMLTextAreaElement implementation.
by Jacek Caban
· 19 years ago
54cce2e
mshtml: Added IHTMLSelectElement implementation.
by Jacek Caban
· 19 years ago
8b3eab6
mshtml: Added IHTMLInputElement implementation.
by Jacek Caban
· 19 years ago
3d68599
mshtml: Added IHTMLElementCollection::tags implementation.
by Jacek Caban
· 19 years ago
7887285
crypt32: Simplify stores.
by Juan Lang
· 19 years ago
a401f3c
kernel: Better support for detached processes.
by Alexandre Julliard
· 19 years ago
6d5f544
x11drv: Make sure to never manipulate the root window, even if we own
by Alexandre Julliard
· 19 years ago
19a3adb
mlang: Decrement the module refcount when an object is destroyed.
by Alexandre Julliard
· 19 years ago
0700496
wined3d: Fix the relation between volumes and their container.
by H. Verbeet
· 19 years ago
f7356a3
wined3d: Fix the relation between surfaces and their container.
by H. Verbeet
· 19 years ago
fd2739b
wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.
by H. Verbeet
· 19 years ago
414d1dd
wininet: Rewrite InternetCreateUrlW.
by Robert Shearman
· 19 years ago
9981f33
wininet: Don't continue to connect to a secure server without SSL support since it won't work.
by Robert Shearman
· 19 years ago
8bfc859
wininet: More tests for InternetCreateUrl.
by Robert Shearman
· 19 years ago
472ad3a
wininet: Add stub for missing InternetSetOption.
by Victor Pelt
· 19 years ago
9a722d0
Fix compatibility with native advpack dlls.
by Francois Gouget
· 19 years ago
8723936
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
Next »