Displaying 20 results from an estimated 28 matches for "win_skip".
2009 Feb 27
0
Wine release 1.1.16
...2: Merge two traces.
wintrust: Make WINTRUST_ReAlloc() static.
winetest: Annotate xmalloc() and xrealloc() with allocation size attribute.
wined3d: Make debug{fixup_channel_source,yuv_fixup}() static.
kernel32: Fix an off-by-one error in build_envp().
mapi32/tests: Use win_skip() to skip over unimplemented functionality.
user32/tests: Use win_skip() to skip over unimplemented functionality.
setupapi/tests: Use win_skip() to skip over unimplemented functionality.
serialui/tests: Use win_skip() to skip over unimplemented functionality.
secur32/tests:...
2008 Oct 24
0
Wine release 1.1.7
...CreateWellKnownSid() properly.
advapi32: LookupAccountNameW() - NULL account name handled.
advapi32: LookupAccountSidW() - handle first user account.
advapi32: LookupAccountNameW() - only first user account and well known SIDs accepted.
Paul Vriens (20):
advpack/tests: Use win_skip instead of trace.
kernel32/tests: Free memory after use.
mscms/tests: Fix a typo.
setupapi/tests: Fix a failure on win98.
psapi/tests: Use win_skip instead of trace.
uxtheme/tests: Use skip instead of trace.
comctl32/tests: Use win_skip instead of trace.
co...
2019 Mar 29
0
Wine release 4.5
...new, undefined SECPKG_FLAG value.
Erich Hoover (2):
msidb: Permit specifying tables to import by filename.
msidb: Add support for wildcard table import.
Fabian Maurer (1):
shell32: In SHRestricted add missing slash.
François Gouget (8):
kernel32/tests: A spelling fix in a win_skip() message.
ntoskrnl.exe/tests: Make vskip_(), win_skip_() and kmemcpy() static.
dbghelp: Make minidump_add_memory64_block() static.
mfplat/tests: A wording tweak in a win_skip() messages.
d3d12/tests: A spelling fix in a skip() message.
xaudio2_7: Add a trailing '\...
2008 Jun 13
0
Wine release 1.0-rc5
...winecfg: Update the license French translation.
progman: Update the license and warranty French translation.
Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
winecfg: Update the Portuguese and Brazillian translations, based on a patch by Americo Jose Melo.
tests: Add a win_skip() function to allow for missing Windows functionality that must be present in Wine.
advapi32/tests: Make sure Wine implements all tested APIs.
comdlg32: Remove spaces before '\n' in resource strings.
comdlg32: Remove spaces before '\n' (and some after) in resource...
2014 Aug 22
0
Wine release 1.7.25
...NSFORM_UNCLIPPED.
ddraw: Return empty D3D hardware flags for RGB device enumeration.
dwmapi: Add stub for DwmInvalidateIconicBitmaps.
Fran?ois Gouget (3):
rsaenh/tests: Add a trailing '\n' to some ok() calls.
shell32/tests: Add a trailing '\n' to a couple of win_skip() calls.
shell32: Add a trailing '\n' to a FIXME().
Fr?d?ric Delanoy (1):
po: Update French translation.
Gerald Pfeifer (8):
xmllite: Remove unused function reader_get_len.
gdi32: Remove unused constant bit_fields_565.
winedbg: Add explicit return in the erro...
2012 Aug 31
0
Wine release 1.5.12
...age with world transform.
Erich Hoover (2):
hhctrl.ocx: Create a special structure for holding non-const unicode strings.
hhctrl.ocx: Implement HH_SET_WIN_TYPE.
Francois Gouget (12):
dsound: Make dumpCooperativeLevel() static.
msvcrt/tests: Add a trailing '\n' to a win_skip().
msvcp100: VTBL_WRAPPER(60) is unused so remove it.
dssenh/tests: add a trailing '\n' to a couple of ok() calls.
po: A couple of British spelling fixes for the start usage message.
po: Remove an unwanted trailing full stop in the Lithuanian translation.
d3dx9...
2010 Jan 08
0
Wine release 1.1.36
...entries.
comctl32/rebar: Don't read outside of bands array on dragging.
kernel32/tests: Print line numbers in tests.
kernel32/tests: Fix some find handle leaks.
kernel32/tests: Fix LocalAlloc() allocated leaks.
kernel32/tests: Init pointers in common way, add some win_skip() while skipping.
kernel32: Fix SearchPath parameter validation with tests.
comctl32/tests: Add ability to create any number of edit buddies.
comctl32/tests: Some tests for buddy procedure subclassing.
comctl32/tests: Use win_skip() while skipping subclass tests.
comct...
2014 Nov 14
0
Wine release 1.7.31
...on font creation.
dwrite: Fix compiler warning regarding unsigned type of enum member.
dwrite: Implement GetFaceNames().
dwrite: Implement remaining methods of IDWriteLocalizedStrings.
dpnet/tests: Fix a test failure caused by uninitialized argument.
user32/tests: Use win_skip() where appropriate.
dwrite: Don't cache fontface instance in font data.
dwrite: File and factory are always set now for all collections.
dwrite: Added a separate helper to fill font metrics structure.
dwrite: Use public APIs to get file streams from fontface.
dwri...
2015 Sep 04
0
Wine release 1.7.51
...d3d11: Fix resource misc flags conversion.
d3d11: Implement d3d11_device_CreateTexture2D().
d3d11/tests: Port test_create_texture2d() from d3d10core.
d3d11/tests: Add test for 2D texture interfaces.
d3d11: Rename d3d10_texture2d to d3d_texture2d.
d3d10core/tests: Use win_skip() instead of skip().
d3d10core/tests: Port test_texture2d_interfaces() from d3d11.
d3d11: Rename d3d10_texture3d to d3d_texture3d.
d3d11: Add ID3D11Texture3D interface stub.
d3d11: Implement d3d11_texture3d_GetDevice().
d3d11: Implement d3d11_texture3d_GetDesc()....
2010 Jan 22
0
Wine release 1.1.37
...dmcompos: Avoid newlines inside FIXME messages.
dmsynth: Avoid newlines inside FIXME messages.
d3d10: Remove superfluous NULL check before HeapFree (Smatch).
d3d10: Remove break after return (Smatch).
dmband: Avoid newlines inside FIXME messages.
crypt32/tests: Add a win_skip().
Mike Kaplinskiy (2):
msxml: getElementsByTagName does not respect namespaces.
server: Activate pending asyncs on a hangup/error.
Nikolay Sivov (27):
msxml3: Don't leak externaly allocated xmlSAXHandler.
msxml3: Don't lose pointer to externaly allocated xmlSAXHan...
2014 May 02
0
Wine release 1.7.18
...orInfoW.
user32/tests: Add tests for valid cbSize in GetMonitorInfoW.
Piotr Caban (28):
msvcrt: Don't raise exception in _invalid_parameter.
msvcrt: Remove _set_invalid_parameter_handler calls from msvcrt tests.
msvcrt: Remove no longer needed exports.
msvcrt: Use win_skip when function is not exported.
msvcrt/tests: Fix _popen test failures when path contains spaces.
msvcr80: Add type_info::name partial implementation.
msvcrt: Don't use default process heap.
include: Don't redefine LIBID_Accessibility in oleacc.idl.
oleacc: Add...
2009 Mar 27
0
Wine release 1.1.18
...huanian translation.
reg: Add Lithuanian translation.
start: Add Lithuanian translation.
wineboot: Add Lithuanian translation.
Austin English (3):
winegcc: Fix a compiler warning on PC-BSD.
twain32: Fix a compiler warning on PC-BSD.
rpcrt4/test: Change a skip to win_skip.
Christian Costa (3):
d3dxof: Remove limitation on data buffer size.
amstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.
kernel32: Add stub for GetSystemTimes.
Dylan Smith (3):
richedit: Add bounds checks for EM_GETTEXTRANGE with tests.
winhlp32: Invalidate s...
2019 Nov 01
0
Wine release 4.19
...eadwrite: Use wchar string literals instead of temp variables.
t2embed: Use a wchar string literal instead of a temp variable.
Nikolay Sivov (12):
dwrite/tests: Relax tests that fail on some Win10 versions.
t2embed/tests: Fix some test failures on Win10.
comdlg32/tests: Use win_skip() instead when appropriate.
gdiplus: Trace GpRectF arguments.
kernel32/tests: Fix some test failures on Win10.
wscript/tests: Fix test failures on Win10.
vbscript/tests: Fix tests failures on Win10.
shell32/tests: Relax some tests to fix failures on Win10.
ole32/...
2009 May 08
0
Wine release 1.1.21
...Fix some test failures on Win9x/WinME.
ws2_32/tests: Run tests again on several platforms due to missing functions.
gdi32/tests: Fix a test failure on NT4.
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
services: Fix a typo.
rasapi32/tests: Add a FreeLibrary.
clusapi: Don't print an out parameter.
Rein Klazes (7):
winex11: GetPixel() on a monochrome bitmap should return black or white, not dark red.
user32/tests: Show that vertical and horizontal window scrol...
2016 Mar 04
0
Wine release 1.9.5
...winemac.drv: Fix our handling of bitmaps on the clipboard.
Daniel Lehman (1):
winedbg: Handle the 4th parameter for 64-bit C++ exceptions.
Detlef Riekenberg (1):
crypt32/tests: Accept Windows 10 error code.
Fran?ois Gouget (2):
mscoree/tests: Add a trailing '\n' to a win_skip() call.
shell32/tests: Test ShellExecute()'s URL handling.
Fr?d?ric Delanoy (15):
msi/tests: Use todo_wine_if() in tests.
msctf/tests: Use todo_wine_if() in tests.
ntdll/tests: Use todo_wine_if() in tests.
ole32/tests: Use todo_wine_if() in tests.
setupapi/t...
2011 Mar 04
0
Wine release 1.3.15
...t2embed: Add stub for TTEmbedFont.
Austin English (33):
gdi32/tests: Remove win9x hacks.
kernel32/tests: Remove win9x hacks.
version/tests: Remove win9x hacks.
userenv/tests: Remove win9x hacks.
urlmon/tests: Remove win9x hacks.
spoolss/tests: Change skip() to win_skip().
shell32/tests: Remove win9x hacks.
oleaut32/tests: Remove win9x hacks.
oleaut32/tests: Fix a couple of todo_wine's.
msi/tests: Remove win9x hacks.
msxml3/tests: Remove win9x hacks.
advapi32/tests: Remove Win9x hacks.
advpack/tests: Remove win9x hacks...
2011 Apr 01
0
Wine release 1.3.17
...winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu.
winhlp32: Remove the unimplemented help color and visibility menus.
wintab32/tests: Remove an unused variable.
msvcrt/tests: Wine should not have trouble with the environ pointers so replace a few skip()s with win_skip()s.
progman: We don't have a wintutor application so remove the 'Tutorial' menu.
progman: Remove the 'Help on Help' menu.
winefile: Remove the 'Help on Help' menu.
notepad: Remove the 'Help on Help' menu.
regedit: Add support for cre...
2016 Apr 01
0
Wine release 1.9.7
...ix WriteEndElement()/WriteFullEndElement() on ready state.
msxml3/mxwriter: Don't allocate output buffer structure separately from the writer.
msxml3/mxwriter: Simplify argument check in externalEntityDecl().
msxml3/tests: Remove useless VariantClear().
msxml3/tests: Use win_skip() consistently.
xmllite/writer: Handle initial and ready states in the rest of tested Write* methods.
xmllite/writer: Put writer into closed state on WriteAttributeString().
xmllite/writer: Fix a bunch of Write* methods to set closed state.
xmllite/writer: Make it possible t...
2013 Jan 18
0
Wine release 1.5.22
...ssary memory allocation in GdipCreateBitmapFromHICON.
windowscodecs: Add a test for CreateBitmapFromHBITMAP.
Eric Pouech (1):
Various background processes must be launched detached from current console (if any).
Francois Gouget (5):
msvcrt/tests: Add a trailing '\n' to a win_skip() call.
Assorted spelling fixes.
netstat: Fix compilation on systems that don't support nameless unions.
urlmon: Fix the message warning about installing ActiveX components.
d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.
Fr?d?ric Delanoy (1):...
2014 Jan 17
0
Wine release 1.7.11
...ake DirectDrawEnumerateEx report the driver description.
ddraw/tests: Test DirectDrawEnumerateEx with DDENUM_ATTACHEDSECONDARYDEVICES.
Fran?ois Gouget (3):
d3dx9_36/tests: Fix compilation on systems that don't have NAN (Solaris).
ws2_32/tests: Add a trailing '\n' to a win_skip() call.
riched20: Make ME_GetDITypeName() static.
Fr?d?ric Delanoy (24):
gdi32: Use BOOL type where appropriate.
msxml3/tests: Use BOOL type where appropriate.
msi/tests: Use BOOL type where appropriate.
setupapi/tests: Use BOOL type where appropriate.
wbemprox/...