projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vcomp90: Add new stub dll.
[wine]
/
dlls
/
2012-09-17
André Hentschel
vcomp90: Add new stub dll.
tree
|
commitdiff
2012-09-17
Alistair Leslie...
oledb32: Register typelib.
tree
|
commitdiff
2012-09-17
Alexandre Julliard
ddraw/tests: Fix clip region tests for older ddraw...
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp71: Removed unused functions.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp71: Updated spec file.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp71: Don't forward _Getcat functions to msvcp80.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp71: Fixed basic_streambuf virtual functions table.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp71: Fixed ctype class virtual functions table.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvp71: Copy source files from msvcp90.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp80: Make some internal variables static.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp100: Removed unused functions.
tree
|
commitdiff
2012-09-17
Piotr Caban
msvcp90: VTBL_WRAPPER(60) is unused so remove it.
tree
|
commitdiff
2012-09-17
Dmitry Timoshkov
windowscodecs: Add support for color table sort flag...
tree
|
commitdiff
2012-09-17
Dmitry Timoshkov
windowscodecs: Implement GIF Comment Extension metadata...
tree
|
commitdiff
2012-09-17
Dmitry Timoshkov
windowscodecs: Implement GIF Application Extension...
tree
|
commitdiff
2012-09-17
Christian Costa
dmusic: Create the list of available system ports at...
tree
|
commitdiff
2012-09-17
Christian Costa
dmusic: Rename params in GetMasterClock.
tree
|
commitdiff
2012-09-17
Christian Costa
dmusic: Rename params in CreateMusicBuffer.
tree
|
commitdiff
2012-09-17
Christian Costa
d3dxof: Checkout output pointer and set returned interf...
tree
|
commitdiff
2012-09-17
Michael Stefaniuc
mshtml: Fix a memory leak on an error path (Smatch).
tree
|
commitdiff
2012-09-17
Michael Stefaniuc
urlmon: Don't generate unreachable break after return...
tree
|
commitdiff
2012-09-17
Michael Stefaniuc
ntdll/tests: Fix a memory leak (Smatch).
tree
|
commitdiff
2012-09-17
Marcus Meissner
dinput: Added a missing close(fd) in disabled case...
tree
|
commitdiff
2012-09-17
Marcus Meissner
propsys: PropVariantClear does not clear on uninitializ...
tree
|
commitdiff
2012-09-17
Marcus Meissner
mshtml: Print initialized anchor (Coverity).
tree
|
commitdiff
2012-09-17
Charles Davis
advapi32: Actually return an error if status indicates...
tree
|
commitdiff
2012-09-17
Charles Davis
advapi32: Eliminate dead stores (Clang).
tree
|
commitdiff
2012-09-14
Piotr Caban
msvcp100: Remove unused thiscall functions.
tree
|
commitdiff
2012-09-14
Piotr Caban
msvcp90: Remove unused thiscall functions.
tree
|
commitdiff
2012-09-14
Piotr Caban
msvcp80: Added codecvt<wchar>::_Getcat implementation.
tree
|
commitdiff
2012-09-14
Piotr Caban
msvcp90: Fixed _Getcat return type.
tree
|
commitdiff
2012-09-14
Huw Davies
winspool: Skip scanner-only devices.
tree
|
commitdiff
2012-09-14
Jörg Höhle
mciseq: Remove superfluous NULL pointer check.
tree
|
commitdiff
2012-09-14
Henri Verbeet
wined3d: Just handle all instructions in the shader...
tree
|
commitdiff
2012-09-14
Henri Verbeet
wined3d: wined3d_device_multiply_transform() never...
tree
|
commitdiff
2012-09-14
Henri Verbeet
d3d10core/tests: Add a small test for ID3D10Device_Crea...
tree
|
commitdiff
2012-09-14
Henri Verbeet
d3d10core: Implement d3d10_shader_resource_view_GetDesc().
tree
|
commitdiff
2012-09-14
Michael Stefaniuc
gdi32: Don't bother using the register storage class...
tree
|
commitdiff
2012-09-14
Michael Stefaniuc
gdi.exe16: Don't bother using the register storage...
tree
|
commitdiff
2012-09-14
Michael Stefaniuc
user32: Don't bother using the register storage class...
tree
|
commitdiff
2012-09-14
Michael Stefaniuc
dsound: Get rid of an unused macro.
tree
|
commitdiff
2012-09-14
Bernhard Übelacker
mshtml: Check parameter load_group before calling Remov...
tree
|
commitdiff
2012-09-14
James Eder
ntdll: Add more complete implementation of NtPowerInfor...
tree
|
commitdiff
2012-09-14
Andrew Eikum
advapi32: Implement CreateProcessAsUserA.
tree
|
commitdiff
2012-09-14
Andrew Eikum
advapi32: Consolidate helper function.
tree
|
commitdiff
2012-09-14
Rico Schüller
d3dx9: Move transpose matrix into get_matrix().
tree
|
commitdiff
2012-09-14
Rico Schüller
d3dx9: Move transpose matrix into set_matrix().
tree
|
commitdiff
2012-09-14
Rico Schüller
d3dx9: Use set_number instead of get_bool/int/float.
tree
|
commitdiff
2012-09-14
Thomas Faber
msxml3: Do not directly write to resource section.
tree
|
commitdiff
2012-09-14
Dmitry Timoshkov
windowscodecs: Test GIF metadata using a specially...
tree
|
commitdiff
2012-09-14
Dmitry Timoshkov
windowscodecs: Fix calculation of GIF local color table...
tree
|
commitdiff
2012-09-14
Dmitry Timoshkov
windowscodecs: Add a bunch of tests for GIF Comment...
tree
|
commitdiff
2012-09-14
Dmitry Timoshkov
windowscodecs: Add a bunch of tests for GIF Application...
tree
|
commitdiff
2012-09-14
Charles Davis
advapi32: Fix memory leak on Mac OS (Clang).
tree
|
commitdiff
2012-09-14
Charles Davis
d3dxof: Don't release a garbage object pointer (Clang).
tree
|
commitdiff
2012-09-14
Vincent Povirk
propsys: Use integer conversion functions in PropVarian...
tree
|
commitdiff
2012-09-14
Vincent Povirk
propsys: Implement prop variant integer conversions...
tree
|
commitdiff
2012-09-14
Vincent Povirk
propsys: Add basic implementation of PropVariantCompareEx.
tree
|
commitdiff
2012-09-14
Vincent Povirk
propsys: Add tests for PropVariantCompareEx.
tree
|
commitdiff
2012-09-14
Vincent Povirk
propsys: Stub PropVariantCompareEx.
tree
|
commitdiff
2012-09-13
Alexandre Julliard
ddraw/tests: Allow the clip region to contain multiple...
tree
|
commitdiff
2012-09-13
Alexandre Julliard
mountmgr: Support udisks2 versions that store the uuid...
tree
|
commitdiff
2012-09-13
Piotr Caban
msvcp: Sync spec files and implementations.
tree
|
commitdiff
2012-09-13
Piotr Caban
msvcp90: Added ios_base flags manipulators implementation.
tree
|
commitdiff
2012-09-13
Dmitry Timoshkov
windowscodecs: Create Graphic Control Extension metadat...
tree
|
commitdiff
2012-09-13
Dmitry Timoshkov
windowscodecs: Create Image Descriptor metadata block...
tree
|
commitdiff
2012-09-13
James Eder
ntdll/tests: Add test for ProcessorInformation case...
tree
|
commitdiff
2012-09-13
James Eder
ntdll: Return as many PROCESSOR_POWER_INFORMATIONs...
tree
|
commitdiff
2012-09-13
Jacek Caban
jscript: Added support for host objects being part...
tree
|
commitdiff
2012-09-13
Jacek Caban
jscript: Don't leave current scope in return statement...
tree
|
commitdiff
2012-09-13
Hans Leidekker
msi: Don't reinstall components shared with other products.
tree
|
commitdiff
2012-09-13
Michael Stefaniuc
comctl32/tests: Use the proper type for function pointers.
tree
|
commitdiff
2012-09-13
Michael Stefaniuc
comctl32/tests: Remove commented out struct declaration.
tree
|
commitdiff
2012-09-13
Piotr Caban
msvcrt/tests: Added more RTTI tests.
tree
|
commitdiff
2012-09-13
Piotr Caban
msvcrt: Fixed RTTI base pointer calculation if signatur...
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Try using IWinInetHttpInfo if OnResponse was...
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Added IHTMLDocument4::fireEvent implementation.
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Added more events tests.
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Added support for event object in HTMLElement...
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Added IHTMLDocument4::createEventObject impleme...
tree
|
commitdiff
2012-09-13
Jacek Caban
mshtml: Added HTMLElement::ondataavailable implementation.
tree
|
commitdiff
2012-09-13
Alexandre Julliard
user32/tests: Add some tests for UpdateLayeredWindow.
tree
|
commitdiff
2012-09-13
Alexandre Julliard
user32: Refresh the frame when the style bits of a...
tree
|
commitdiff
2012-09-13
Alexandre Julliard
user32: Don't send messages on position changes in...
tree
|
commitdiff
2012-09-13
Alexandre Julliard
winex11: Don't use a window surface for embedded windows.
tree
|
commitdiff
2012-09-13
Henri Verbeet
wined3d: wined3d_device_set_base_vertex_index() never...
tree
|
commitdiff
2012-09-13
Henri Verbeet
d3d10core/tests: Add a small test for ID3D10Device_Crea...
tree
|
commitdiff
2012-09-13
Henri Verbeet
d3d10core: Implement d3d10_depthstencil_view_GetDesc().
tree
|
commitdiff
2012-09-13
Michael Stefaniuc
ntdll: IOCTL_DISK_GET_MEDIA_TYPES is the same as IOCTL_...
tree
|
commitdiff
2012-09-12
Josh DuBois
msls31: Add stub dll.
tree
|
commitdiff
2012-09-12
Qian Hong
gdi32: Prepend at in get_outline_text_metrics for verti...
tree
|
commitdiff
2012-09-12
Qian Hong
gdi32/tests: Added more tests for vertical fonts.
tree
|
commitdiff
2012-09-12
Qian Hong
gdi32: Prepend at when create vertical font face.
tree
|
commitdiff
2012-09-12
Qian Hong
gdi32/tests: Added tests for vertical fonts.
tree
|
commitdiff
2012-09-12
Qian Hong
gdi32: Fixed localized font full name (UNIQUE ID).
tree
|
commitdiff
2012-09-12
Piotr Caban
msvcp: Fixed displaying of not NULL-terminated strings...
tree
|
commitdiff
2012-09-12
Piotr Caban
msvcp: Sync spec files and implementations.
tree
|
commitdiff
2012-09-12
Piotr Caban
msvcp90: Added std::ws(basic_istream) implementation.
tree
|
commitdiff
2012-09-12
Alexandre Julliard
winex11: Add support for the LWA_COLORKEY layered windo...
tree
|
commitdiff
2012-09-12
Daniel Jelinski
comctl32: Invalidate correct rectangle for marquee...
tree
|
commitdiff
next