Sign in
goma
/
wine
/
fbd3a1dd7b20507019db24070845f53200ef5c61
fbd3a1d
crypt32/tests: Allow specifying a chain engine when verifying a chain policy.
by Juan Lang
· 15 years ago
742b4f3
crypt32/tests: Allow specifying a chain engine when creating a certificate chain.
by Juan Lang
· 15 years ago
d298e1e
crypt32: Support hExclusiveRoot when creating a certificate chain engine.
by Juan Lang
· 15 years ago
d3db308
crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG.
by Juan Lang
· 15 years ago
f38336d
shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
by Michael Stefaniuc
· 15 years ago
4134c57
msvcrt: Fix compilation error (x86_64-pc-mingw32).
by Piotr Caban
· 15 years ago
2c07791
wininet: Remove redundant "not NULL/0" checks (coccicheck).
by Michael Stefaniuc
· 15 years ago
629a0b8
user32: Avoid a potential NULL pointer dereference in a TRACE.
by Michael Stefaniuc
· 15 years ago
9dc835c
rpcrt4: Remove redundant "non NULL" check of var cred_dst (coccicheck).
by Michael Stefaniuc
· 15 years ago
4deab50
wineoss.drv: Avoid a potential NULL pointer dereference in a TRACE.
by Michael Stefaniuc
· 15 years ago
49c5494
msxml3: Remove redundant "not NULL" check of the punk arg.
by Michael Stefaniuc
· 15 years ago
63512e8
quartz: Avoid using the long type.
by Michael Stefaniuc
· 15 years ago
aa65a56
mciqtz32: Add support for MCI_PAUSE.
by Maarten Lankhorst
· 15 years ago
ecbc152
mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.
by Maarten Lankhorst
· 15 years ago
573abf8
mciqtz32: Handle window visibility better.
by Maarten Lankhorst
· 15 years ago
02956bf
quartz: Remove invalid check from put_WindowStyleEx in video renderer.
by Maarten Lankhorst
· 15 years ago
ab9cbec
quartz: Respect autoshow in video renderer.
by Maarten Lankhorst
· 15 years ago
6711a0f
shdoclc: Fix Dutch translation.
by Sven Baars
· 15 years ago
4c23814
quartz: Support negative heights in video renderer.
by Maarten Lankhorst
· 15 years ago
a489489
start: Update German translation.
by André Hentschel
· 15 years ago
1ae673f
samlib: Add stubbed samlib.dll.
by Louis Lenders
· 15 years ago
1765829
progman: Remove redundant warranty info.
by André Hentschel
· 15 years ago
5decff1
user32: Ignore the bitmap offset if it's not set.
by Alexandre Julliard
· 15 years ago
8f1853a
comctl32/imagelist: Clear pixels that fall outside the mask when generating an alpha channel.
by Alexandre Julliard
· 15 years ago
9479fbf
winex11: Add some tracing to the fontconfig subpixel code.
by Alexandre Julliard
· 15 years ago
8412028
usp10: Attempt to do shaping via the font GSUB table first.
by Aric Stewart
· 15 years ago
32b9b63
usp10: Add Arabic shaping.
by Aric Stewart
· 15 years ago
a5fe688
libwine: Generate Unicode data for Arabic shaping.
by Alexandre Julliard
· 15 years ago
5cc00e8
d3dx9: Shader assembler ps_3_0 support.
by Matteo Bruni
· 15 years ago
abb489b
d3dx9: Add ps_3_0 instructions parsing to the shader assembler.
by Matteo Bruni
· 15 years ago
ac12c67
server: Don't poll for events when there are async operations queued.
by Mike Kaplinskiy
· 15 years ago
91c7d4f
qcap: Use the proper types.
by Michael Stefaniuc
· 15 years ago
2c2e3f8
user32: Verify we got a valid window handle in GetDCEx().
by Henri Verbeet
· 15 years ago
9d86527
wined3d: Fix a comment.
by Henri Verbeet
· 15 years ago
f088857
wined3d: Use wine_dbgstr_rect() for tracing the rectangle in IWineD3DSurfaceImpl_LockRect().
by Henri Verbeet
· 15 years ago
465e8f6
wined3d: Explicitly pass the FBO target to context_clean_fbo_attachments().
by Henri Verbeet
· 15 years ago
0fe7b45
wined3d: Make context_attach_surface_fbo() static.
by Henri Verbeet
· 15 years ago
8dde5c5
wininet: Combine certificate errors in HTTP_OpenConnection.
by Piotr Caban
· 15 years ago
ee72094
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
by Piotr Caban
· 15 years ago
4ba60d2
wininet: Fix callbacks sent on connection error.
by Piotr Caban
· 15 years ago
8e10c65
wine.desktop: Associate with winemenubuilder's application/x-ms-shortcut.
by Damjan Jovanovic
· 15 years ago
0666c0d
winemenubuilder: associate .lnk files with wine.
by Damjan Jovanovic
· 15 years ago
231396d
quartz: Add support for windowstate in video renderer.
by Maarten Lankhorst
· 15 years ago
6956ce6
mciqtz32: Add support for mciUpdate.
by Maarten Lankhorst
· 15 years ago
e51d5af
mciqtz32: Add support for MCI_DGV_WHERE_SOURCE.
by Maarten Lankhorst
· 15 years ago
4eddb85
mciqtz32: Handle mciOpen better.
by Maarten Lankhorst
· 15 years ago
4ddfba4
configure: Add a compatibility macro for AS_VAR_IF.
by Alexandre Julliard
· 15 years ago
b81d08e
winex11: Make sure that all fontconfig support is properly #ifdef'ed.
by Alexandre Julliard
· 15 years ago
fa4d3be
winecfg: Don't crash when DllOverrides contain invalid values.
by Alexandre Julliard
· 15 years ago
00eaa92
winmm: Make timer keep a ref on winmm while it's running.
by Maarten Lankhorst
· 15 years ago
cc784e2
shdocvw: Added IDataObject stub implementation.
by Ilya Shpigor
· 15 years ago
dcbc22b
richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE.
by Dylan Smith
· 15 years ago
d312d4e
richedit: Revert commit that caused a regression. (Bug 22758).
by Dylan Smith
· 15 years ago
aef5374
ntdll: Remove superfluous "not NULL" check for the count arg.
by Michael Stefaniuc
· 15 years ago
be6ef91
user32: Remove superfluous "not NULL" check of the atom variable.
by Michael Stefaniuc
· 15 years ago
17789c1
Revert "user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.".
by Andrew Eikum
· 15 years ago
bea0daa
shlwapi: Implement SHRegEnumUSValue.
by Vincent Povirk
· 15 years ago
c89853e
winmm: More MIDI boundary tests & fixes.
by Jörg Höhle
· 15 years ago
a311dff
winmm: A NULL CALLBACK_FUNCTION is acceptable since w2k.
by Jörg Höhle
· 15 years ago
e386930
winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16.
by Jörg Höhle
· 15 years ago
7d3cb53
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
by Dmitry Timoshkov
· 15 years ago
cc870dc
user32: Paint button focus in the ODA_SELECT case too.
by Dmitry Timoshkov
· 15 years ago
be5a628
progman: Remove redundant license info.
by André Hentschel
· 15 years ago
7c78558
wmc: Remove 10 year old unmaintained file.
by André Hentschel
· 15 years ago
fe92119
comctl32/listview: Derive subitem rect from listview origin.
by Andrew Eikum
· 15 years ago
4ad9874
setupapi: Fix Dutch translation.
by Sven Baars
· 15 years ago
e331a84
mciqtz32: Implement MCI_STATUS_LENGTH.
by Maarten Lankhorst
· 15 years ago
f65d4c5
mciqtz32: Add command table from mciavi32.
by Maarten Lankhorst
· 15 years ago
f5715f9
imaadp32: Refine size checks.
by Jörg Höhle
· 15 years ago
8fa84df
winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
by Jörg Höhle
· 15 years ago
3af7e99
winealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage.
by Jörg Höhle
· 15 years ago
c1f7fac
d3dx9: Add some version-specific checks in the shader assembler.
by Matteo Bruni
· 15 years ago
f894862
comctl32: Fix SysLink debug channel name, add a trace.
by Nikolay Sivov
· 15 years ago
127733e
dinput: Remove explicit cast to long as it happens implicitly.
by Michael Stefaniuc
· 15 years ago
7bec8e1
wined3d: Correctly translate between coordinate systems in swapchain_blit().
by Henri Verbeet
· 15 years ago
e0d6ca5
wined3d: Check for offscreen contexts inside context_validate_onscreen_formats() itself.
by Henri Verbeet
· 15 years ago
4889c33
wined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_formats().
by Henri Verbeet
· 15 years ago
96cdab1
wined3d: context_validate_onscreen_formats() may modify context->render_offscreen.
by Henri Verbeet
· 15 years ago
b06e30d
cmdlgtst: Replace long with LONG.
by Michael Stefaniuc
· 15 years ago
2f614e6
krnl386.exe: Call the 32-bit string functions that contain exception handlers.
by Alexandre Julliard
· 15 years ago
ea596f8
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.
by Alexandre Julliard
· 15 years ago
31e4cf9
winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).
by Michael Stefaniuc
· 15 years ago
2721cff
mciwave: Remove redundant "not NULL" checks of the variables lpParms.
by Michael Stefaniuc
· 15 years ago
6178e86
avifil32: Remove some redundant "not NULL" checks (coccicheck).
by Michael Stefaniuc
· 15 years ago
989e982
ddraw: Remove redundant "not NULL" check of This (coccicheck).
by Michael Stefaniuc
· 15 years ago
48e36e4
user32: Remove redundant not NULL check of variable item (coccicheck).
by Michael Stefaniuc
· 15 years ago
f8bac98
shell32: Remove redundant "not NULL" check of ppidl (coccicheck).
by Michael Stefaniuc
· 15 years ago
efeb9ee
taskmgr: Avoid using long.
by Michael Stefaniuc
· 15 years ago
15efbc8
comctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.
by Alexandre Julliard
· 15 years ago
2c80e14
ole32: Use window property to store registered drop target.
by Nikolay Sivov
· 15 years ago
5568f33
quartz: Forward IMediaFilter to IMediaControl.
by Maarten Lankhorst
· 15 years ago
44827a0
quartz: Implement IBasicVideo get_AvgTimePerFrame.
by Maarten Lankhorst
· 15 years ago
a0152bb
includes: Fix typo.
by Maarten Lankhorst
· 15 years ago
515b152
jscript: Add Slovenian translation.
by Matej Špindler
· 15 years ago
4ed5079
wininet: Update Slovenian translation.
by Matej Špindler
· 15 years ago
9795e7a
shobjidl.idl: Added NWMF declaration.
by Jacek Caban
· 15 years ago
c38c3d5
exdisp.idl: Added missing DWebBrowserEvents2 methods.
by Jacek Caban
· 15 years ago
0b7711e
wintrust/tests: Fix test failures when not running as administrator.
by Juan Lang
· 15 years ago
b659dee
winhttp: Honor security flags when verifying a certificate.
by Juan Lang
· 15 years ago
2a569a9
winhttp: Store a pointer to the netconn_t in the SSL context.
by Juan Lang
· 15 years ago
Next »