projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
[wine]
/
dlls
/
2009-08-18
Mike Kaplinskiy
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
tree
|
commitdiff
2009-08-18
Alexandre Julliard
kernel32: Use a longer wineboot timeout for the initial...
tree
|
commitdiff
2009-08-18
Alexandre Julliard
kernel32: Don't wait for wineboot once the process...
tree
|
commitdiff
2009-08-18
Vladimir Pankratov
wininet: Update Russian translation.
tree
|
commitdiff
2009-08-18
Vladimir Pankratov
mshtml: Add test for OmNavigator_get_appName.
tree
|
commitdiff
2009-08-18
Vladimir Pankratov
mshtml: Implement OmNavigator_get_appName.
tree
|
commitdiff
2009-08-18
Alexandre Julliard
setupapi: Copy the pre-compiled fake dll files instead...
tree
|
commitdiff
2009-08-18
Alexandre Julliard
makefiles: Add rules for installing fake modules.
tree
|
commitdiff
2009-08-18
Alexandre Julliard
makefiles: Add rules for building fake modules.
tree
|
commitdiff
2009-08-18
Sunil Mohan
oleaut32: Fix SLTG_ReadString to null terminate.
tree
|
commitdiff
2009-08-18
Michael Karcher
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
tree
|
commitdiff
2009-08-18
Michael Karcher
ntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
tree
|
commitdiff
2009-08-18
Michael Karcher
ntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
tree
|
commitdiff
2009-08-18
Michael Stefaniuc
wininet: Update the Romanian translation.
tree
|
commitdiff
2009-08-17
Jörg Höhle
wined3d: Check GL_SUPPORT prior to an ARB occlusion...
tree
|
commitdiff
2009-08-17
Huw Davies
rpcrt4: Add support for FC_ALIGNM2.
tree
|
commitdiff
2009-08-17
Michael Karcher
server: Don't report LOAD_DLL debug event for exe module.
tree
|
commitdiff
2009-08-17
Alexandre Julliard
winex11: Add handling of take focus event on the deskto...
tree
|
commitdiff
2009-08-17
Nikolay Sivov
comctl32/tab: Init TCITEM fields in TCM_GETITEM when...
tree
|
commitdiff
2009-08-17
Nikolay Sivov
comctl32/tab: Check destination pointer for NULL in...
tree
|
commitdiff
2009-08-17
Rein Klazes
advapi32: SetEntriesInAclW() should accept account...
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed Object's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed Math's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed Array's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed Date's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed RegExp's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed String's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Fixed Number's function lengths.
tree
|
commitdiff
2009-08-17
Piotr Caban
jscript: Added Boolean's function lengths test.
tree
|
commitdiff
2009-08-17
Henri Verbeet
wined3d: Replace find_clip_texcoord() with a generic...
tree
|
commitdiff
2009-08-17
Henri Verbeet
wined3d: Remove a redundant IWineD3DDeviceImpl_MarkStat...
tree
|
commitdiff
2009-08-17
Henri Verbeet
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
tree
|
commitdiff
2009-08-17
Henri Verbeet
wined3d: Check the correct vertex sampler in device_uni...
tree
|
commitdiff
2009-08-17
Henri Verbeet
wined3d: Don't use a start index higher than MAX_COMBIN...
tree
|
commitdiff
2009-08-17
Jacek Caban
mshtml: Disable spell checker.
tree
|
commitdiff
2009-08-17
Dylan Smith
richedit: Fixed check for nOffset at the end of the...
tree
|
commitdiff
2009-08-17
Vincent Povirk
windowscodecs: Add a WARN message when CreateDecoderFro...
tree
|
commitdiff
2009-08-17
Juan Lang
shdocvw: Support URLs passed by reference in WebBrowser...
tree
|
commitdiff
2009-08-17
Jacek Caban
dbghelp: Check for NULL adt before using it in stabs_pt...
tree
|
commitdiff
2009-08-17
Jacek Caban
dbghelp: Use symt_get_name directly in stabs_pts_read_a...
tree
|
commitdiff
2009-08-17
Jacek Caban
dbghelp: Fixed buffer overflow in stabs_parse.
tree
|
commitdiff
2009-08-14
Jacek Caban
dbghelp: Improved arena allocation in pool_alloc.
tree
|
commitdiff
2009-08-14
Stefan Leichter
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
tree
|
commitdiff
2009-08-14
Alexandre Julliard
wintrust: Add stubs for the driver policy init functions.
tree
|
commitdiff
2009-08-14
Jacek Caban
msxml3: Optimize bstr_from_xmlChar implementation.
tree
|
commitdiff
2009-08-14
Alistair Leslie...
msxml3: Register missing MXXMLWriter interfaces.
tree
|
commitdiff
2009-08-14
Alistair Leslie...
msxml3: IXMLDOMElement doesn't support IObjectIdentity.
tree
|
commitdiff
2009-08-14
Alistair Leslie...
shdocvw: Add basic support for InPlaceDeactivate.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit Math from Object.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Added RegExp.source implementation.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit some Function functions from Object.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit some Error functions from Object.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit some Array functions from Object.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit some Boolean function from Object.
tree
|
commitdiff
2009-08-14
Piotr Caban
jscript: Inherit some Date functions from Object.
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 8bppIndexed...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 4bppIndexed...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 24bppBGR to...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 1bppIndexed...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 16bppBGR565...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 16bppBGR555...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement WICConvertBitmapSource.
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Register the default pixel format converter.
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Add stub implementation of IWICFormatCon...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion to 32bppBGR.
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement GetPixelFormat for default...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement GetSize/Resolution for default...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Implement conversion from 32bppBGR to...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Add stub implementation of WICStandardFo...
tree
|
commitdiff
2009-08-14
Vincent Povirk
windowscodecs: Register all formats supported by the...
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Make RTL_READTEX the default rendertarget...
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Add a separate function for guessing the card.
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Add a separate function for guessing the drive...
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Add a separate function for parsing the GL...
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Add a separate function for guessing the vendor.
tree
|
commitdiff
2009-08-14
Henri Verbeet
wined3d: Escape GL strings with debugstr_a() in IWineD3...
tree
|
commitdiff
2009-08-14
Andrew Eikum
comctl32/tests: Add tests for wizard dialog navigation.
tree
|
commitdiff
2009-08-14
Andrew Eikum
user32/tests: Add tests for saving and restoring contro...
tree
|
commitdiff
2009-08-14
Andrew Eikum
comctl32: Correctly assign focus and default button...
tree
|
commitdiff
2009-08-14
Andrew Eikum
comctl32: Don't pass unrelated control to UnChanged.
tree
|
commitdiff
2009-08-14
Austin Lund
user32/tests: Remove superfluous code from WM_PAINT...
tree
|
commitdiff
2009-08-14
Michael Karcher
ntdll/tests: Implement tests for data execution prevention.
tree
|
commitdiff
2009-08-14
Jacek Caban
jscript: Added missing port.h includes.
tree
|
commitdiff
2009-08-14
Jacek Caban
mshtml: Parse post data in channelbsc_set_channel.
tree
|
commitdiff
2009-08-14
Jörg Höhle
d3d9/tests: Detect empty graphics driver name.
tree
|
commitdiff
2009-08-13
Alexandre Julliard
configure: Disable installation of a number of extra...
tree
|
commitdiff
2009-08-13
Alexandre Julliard
winex11: Use the Globally Active focus model with take...
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Add debug support for IrDA addresses.
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Implement ws_sockaddr_ws2u for AF_IRDA.
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Allow binding to IrDA sockets if IrDA support...
tree
|
commitdiff
2009-08-13
Juan Lang
ws2_32: Add AF_IRDA to the address family map.
tree
|
commitdiff
2009-08-13
Andrew Eikum
gdiplus/tests: Add tests for GdipGetVisibleClipBounds.
tree
|
commitdiff
2009-08-13
Andrew Eikum
gdiplus: Implement GdipGetVisibleClipBounds.
tree
|
commitdiff
2009-08-13
Andrew Eikum
gdiplus: Create utility function get_graphics_bounds.
tree
|
commitdiff
2009-08-13
André Hentschel
msvfw32: Update German translation.
tree
|
commitdiff
2009-08-13
André Hentschel
comdlg32: Update German translation.
tree
|
commitdiff
2009-08-13
Austin Lund
user32/tests: Added tests for infinite WM_PAINT loop.
tree
|
commitdiff
2009-08-13
Owen Rudge
comctl32: Add stubs for image list functions introduced...
tree
|
commitdiff
next