Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable wine flatpak #7

Open
merged 1,724 commits into
base: master
Choose a base branch
from
Jan 18, 2018
Open

Stable wine flatpak #7

merged 1,724 commits into from
Jan 18, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 18, 2017

  1. msvcr71: Don't raise exception in _invalid_parameter.

    Support for invalid parameter handler was added in msvcr80.
    
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    8ee96fe View commit details
    Browse the repository at this point in the history
  2. msvcrt: Correctly set rounding mode in _ftol implementation.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    22edbd8 View commit details
    Browse the repository at this point in the history
  3. webservices/tests: Merge the listener tests into channel.c.

    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    209ad4c View commit details
    Browse the repository at this point in the history
  4. webservices/tests: Register an exception with the firewall to avoid a…

    … dialog.
    
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    1ca988d View commit details
    Browse the repository at this point in the history
  5. winecfg: Fix a crash when inputting non-ASCII dll override name.

    Signed-off-by: Zhiyi Zhang <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zzhiyi authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    eee8131 View commit details
    Browse the repository at this point in the history
  6. kernelbase: Quiet a noisy fixme in QuirkIsEnabled3.

    Signed-off-by: Louis Lenders <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PietJankbal authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    54c414d View commit details
    Browse the repository at this point in the history
  7. user32: Globally invalidate key state on changes in other threads.

    Signed-off-by: Alexandre Julliard <[email protected]>
    slackner authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    059d5ec View commit details
    Browse the repository at this point in the history
  8. mshtml.idl: Added IDOMMouseEvent declaration.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d943a5c View commit details
    Browse the repository at this point in the history
  9. mshtml.idl: Added events dispinterfaces declarations.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    eb2bf1d View commit details
    Browse the repository at this point in the history
  10. msvcp90/tests: Use the correct return type for basic_istream::ipfx.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    fc69b10 View commit details
    Browse the repository at this point in the history
  11. po: Update Simplified Chinese translation.

    Signed-off-by: Mingcong Bai <[email protected]>
    Signed-off-by: Jactry Zeng <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    MingcongBai authored and julliard committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    7183dc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. kernel32/tests: Improve tests for 32/64-bit image mappings.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    e5d8129 View commit details
    Browse the repository at this point in the history
  2. gdi32: Scale outline font metrics as signed integers.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d819609 View commit details
    Browse the repository at this point in the history
  3. gdi32: Set otmMacLineGap from the line gap in the hhea table.

    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    hdmdavies authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    ccc871d View commit details
    Browse the repository at this point in the history
  4. comctl32/tests: Add ListBox tests.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b073396 View commit details
    Browse the repository at this point in the history
  5. comctl32/tests: Remove some workarounds that no longer apply.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    8a93b18 View commit details
    Browse the repository at this point in the history
  6. bcrypt: Fix build on macOS 10.8 and older.

    Based on a patch by Ryan Schmidt.
    
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    dda6703 View commit details
    Browse the repository at this point in the history
  7. bcrypt: Require macOS version 10.7 or newer for encryption support.

    Reported by Ryan Schmidt.
    
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    68cff26 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. mmdevapi/tests: Fix memory leaks (Coverity).

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Andrew Eikum <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    10aa228 View commit details
    Browse the repository at this point in the history
  2. comctl32/tooltips: Remove window subclass right before window is dest…

    …royed.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    b68dbf4 View commit details
    Browse the repository at this point in the history
  3. po: Update Norwegian translation.

    Signed-off-by: Kim Malmo <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    kimmalmo authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    0ec9eca View commit details
    Browse the repository at this point in the history
  4. user32/tests: Don't leave hwndMain in a topmost state.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    51f555a View commit details
    Browse the repository at this point in the history
  5. user32/tests: Add more tests for SetActiveWindow().

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    e188d66 View commit details
    Browse the repository at this point in the history
  6. user32/tests: Add activation tests for hiding windows.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2f0d573 View commit details
    Browse the repository at this point in the history
  7. user32/tests: Add activation tests for minimizing windows.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    83c806e View commit details
    Browse the repository at this point in the history
  8. winegstreamer: Hold a reference to the filter in push_data().

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    079d63e View commit details
    Browse the repository at this point in the history
  9. jscript: Use WARN for exception traces instead of separated debug cha…

    …nnel.
    
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    77e2744 View commit details
    Browse the repository at this point in the history
  10. include: Add newer definitions for user controls.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    6fb250e View commit details
    Browse the repository at this point in the history
  11. mfplat: Implement MFGetService().

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    42b04e2 View commit details
    Browse the repository at this point in the history
  12. netapi32/tests: Print NetWkstaTransportEnum error code on test failure.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    fb3c1da View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. user32/tests: Explicitly test minimized window size.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    5438864 View commit details
    Browse the repository at this point in the history
  2. user32/tests: Also test client rect size.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b7cdfd3 View commit details
    Browse the repository at this point in the history
  3. user32/tests: Add a basic test for maximizing windows.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d95be60 View commit details
    Browse the repository at this point in the history
  4. comctl32/tests: Use CreateWindowEx() to create UpDown controls.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9e66be5 View commit details
    Browse the repository at this point in the history
  5. comctl32/tests: Add separate test for CreateUpDownControl().

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2d7aa09 View commit details
    Browse the repository at this point in the history
  6. comctl32/updown: Reset control width conditionally on UDM_SETBUDDY wi…

    …th NULL buddy handle.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    030488b View commit details
    Browse the repository at this point in the history
  7. comctl32/tooltips: Reset window subclass data when removing tools.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c98bed3 View commit details
    Browse the repository at this point in the history
  8. ddraw: Validate the surface descriptor size in GetDisplayMode.

    Signed-off-by: Alexandre Julliard <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    749e280 View commit details
    Browse the repository at this point in the history
  9. d3d9/tests: Work around focus-follows-mouse test failures.

    Removing WS_VISIBLE without updating the window state with
    SWP_FRAMECHANGED is enough to trigger d3d9's hidden window codepath
    (native and in Wine), but doesn't actually hide the window. This
    prevents unpredictable focus changes on focus follows mouse WMs.
    
    Signed-off-by: Stefan Dösinger <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    stefand authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1437317 View commit details
    Browse the repository at this point in the history
  10. d3d8/tests: Work around focus-follows-mouse test failures.

    Signed-off-by: Stefan Dösinger <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    stefand authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    724f68c View commit details
    Browse the repository at this point in the history
  11. wined3d: Consider CPU blitter when clearing discarded textures.

    In order to avoid invalidating system memory for "converted" surfaces.
    
    Fixes a regression introduced by commit 56128d1 ("wined3d: Drop the
    special case for "converted" surfaces in wined3d_surface_blt().").
    
    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d38076f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Revert "msi: Don't execute a deferred custom action when not running …

    …the install script.".
    
    This (effectively) reverts commit 86bc556.
    
    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    036f007 View commit details
    Browse the repository at this point in the history
  2. bcrypt: Fix build error on systems with old GnuTLS.

    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    60c3143 View commit details
    Browse the repository at this point in the history
  3. po: Update Norwegian translation.

    Signed-off-by: Kim Malmo <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    kimmalmo authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    5815aa0 View commit details
    Browse the repository at this point in the history
  4. po: Update Simplified Chinese translation.

    Signed-off-by: Kim Malmo <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    kimmalmo authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    09208f7 View commit details
    Browse the repository at this point in the history
  5. ntdll/tests: Add NtQueryInformationFile(FileNameInformation) on named…

    … pipes tests.
    
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    514a157 View commit details
    Browse the repository at this point in the history
  6. server: Introduce get_file_info request for server-side NtQueryInform…

    …ationFile implementation.
    
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    6b08e60 View commit details
    Browse the repository at this point in the history
  7. server: Add support for querying FileNameInformation on named pipes.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    d4d6330 View commit details
    Browse the repository at this point in the history
  8. include: Fix a typo in newly added edit control message.

    Signed-off-by: Akihiro Sagawa <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    sgwaki authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    b26579e View commit details
    Browse the repository at this point in the history
  9. comctl32/tests: Make sure v6 module is used when running tests, run m…

    …ore tests with v6 module.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    3eea7ff View commit details
    Browse the repository at this point in the history
  10. gdi32: Fix clipping to the DIB rectangle in GetPixel().

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    90273a6 View commit details
    Browse the repository at this point in the history
  11. comctl32/tests: Fix a typo in ok() message.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    4a197cf View commit details
    Browse the repository at this point in the history
  12. kernel32/tests: Fix a typo in ok() message.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c49e306 View commit details
    Browse the repository at this point in the history
  13. msi/tests: Fix typos in ok() messages.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    d91985b View commit details
    Browse the repository at this point in the history
  14. winhttp/tests: Fix typos in ok() messages.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    72052ca View commit details
    Browse the repository at this point in the history
  15. regedit/tests: Skip tests if running as non-elevated admin.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    0875bf8 View commit details
    Browse the repository at this point in the history
  16. winhttp/tests: Fix an intermittent test failure on Windows XP/Vista.

    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    05cf71b View commit details
    Browse the repository at this point in the history
  17. Release 3.0-rc3.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c0d8de6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. hlink/tests: Check return value (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    2bde3e2 View commit details
    Browse the repository at this point in the history
  2. mlang/tests: Add some return value checks (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    523e07d View commit details
    Browse the repository at this point in the history
  3. taskschd: Fix a leak on error path (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    fb4ab15 View commit details
    Browse the repository at this point in the history
  4. msxml3/tests: Add missing return value test (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    f3693d2 View commit details
    Browse the repository at this point in the history
  5. shell32: Fix SHGetFolderPathAndSubDir() trace message.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    f75d562 View commit details
    Browse the repository at this point in the history
  6. ntdll: Round the pthread stack size to a page boundary.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    6fe15e6 View commit details
    Browse the repository at this point in the history
  7. msvcrt: Don't include MSVC 10.0+ math functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    86597db View commit details
    Browse the repository at this point in the history
  8. scrrun/tests: Add a helper to construct test file path.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    80a7487 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. msvcrt: Add _get_[winmajor|winminor|osver].

    Signed-off-by: Gijs Vermeulen <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    gverm authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    43034de View commit details
    Browse the repository at this point in the history
  2. usp10/tests: Add missing return value tests (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Aric Stewart <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    ee04cb5 View commit details
    Browse the repository at this point in the history
  3. comctl32/tests: Enable tests for version 6 imagelist serialization fo…

    …rmat.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    8f2fd92 View commit details
    Browse the repository at this point in the history
  4. kernel32/tests: Build the dll path in the create_test_dll helper func…

    …tion.
    
    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    c1487e4 View commit details
    Browse the repository at this point in the history
  5. kernel32/tests: Add tests for the ImageContainsCode flag.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    69a332f View commit details
    Browse the repository at this point in the history
  6. kernel32/tests: Add tests for loading dlls of different 32/64 bitness.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    8a3624a View commit details
    Browse the repository at this point in the history
  7. ddraw/tests: Introduce an ARRAY_SIZE macro to ddraw7 as well.

    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    053272d View commit details
    Browse the repository at this point in the history
  8. ddraw/tests: Print driver and device information before running the t…

    …ests.
    
    Analogous to the d3d8 and d3d9 tests.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    7c9671c View commit details
    Browse the repository at this point in the history
  9. ddraw/tests: Recognise E_NOTIMPL returned from UpdateOverlay() on VMw…

    …are as broken.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    2a0f704 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. shell32/tests: Use the available ARRAY_SIZE() macro.

    Signed-off-by: Michael Stefaniuc <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    mstefani authored and julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    fd02519 View commit details
    Browse the repository at this point in the history
  2. msvcrt: Remove unused variables.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    45c4fc7 View commit details
    Browse the repository at this point in the history
  3. kernel32/tests: Add missing todos for 64-bit.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    decf34e View commit details
    Browse the repository at this point in the history
  4. ntdll: NtQuerySection takes SIZE_T parameters.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    d108ff7 View commit details
    Browse the repository at this point in the history
  5. comctl32/tests: Test some return values (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    60f5712 View commit details
    Browse the repository at this point in the history
  6. user32/tests: Add some tests for A/W auto conversion in case of misma…

    …tching window vs dialog procedure types.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    41a7644 View commit details
    Browse the repository at this point in the history
  7. user32/tests: Fix OemKeyScan failures with input method editors.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    72ab2d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. user32/tests: Recognize undefined characters in OemKeyScan tests.

    This reverts commit 72ab2d5.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    7a39a7a View commit details
    Browse the repository at this point in the history
  2. bcrypt: macOS version 10.8 is needed for encryption support.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    5c70c15 View commit details
    Browse the repository at this point in the history
  3. quartz/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    95dc536 View commit details
    Browse the repository at this point in the history
  4. d3dx9/tests: Use the available ARRAY_SIZE() macro.

    Signed-off-by: Michael Stefaniuc <[email protected]>
    Signed-off-by: Matteo Bruni <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    mstefani authored and julliard committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c5dfe1b View commit details
    Browse the repository at this point in the history
  5. Release 3.0-rc4.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    6c57e75 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Update copyright info for 2018.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    e4fc05a View commit details
    Browse the repository at this point in the history
  2. wsdapi: Fix WSDXMLGetValueFromAny spec file entry.

    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    6762fe8 View commit details
    Browse the repository at this point in the history
  3. shell32/tests: Don't test functions directly when reporting DdeGetLas…

    …tError().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    5200f34 View commit details
    Browse the repository at this point in the history
  4. shell32/tests: Don't test functions directly when reporting GetLastEr…

    …ror().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    063fd7a View commit details
    Browse the repository at this point in the history
  5. kernel32/tests: Don't test functions directly when reporting GetLastE…

    …rror().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    a1da7db View commit details
    Browse the repository at this point in the history
  6. inetcomm/tests: Don't test function directly when reporting GetLastEr…

    …ror().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    ad40af1 View commit details
    Browse the repository at this point in the history
  7. msvcrt/tests: Don't test function directly when reporting GetLastErro…

    …r().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9f561f0 View commit details
    Browse the repository at this point in the history
  8. wsdapi/tests: Don't test function directly when reporting WSAGetLastE…

    …rror().
    
    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    748c7b8 View commit details
    Browse the repository at this point in the history
  9. po: Update Swedish translation.

    Signed-off-by: Anders Jonsson <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    haaninjo authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    b074af7 View commit details
    Browse the repository at this point in the history
  10. po: Fix Catalan spelling and grammar (Softcatalà quality check).

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    3a7597a View commit details
    Browse the repository at this point in the history
  11. psapi/tests: Increase GetPerformanceInfo error margins for Windows 8.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    4f5342f View commit details
    Browse the repository at this point in the history
  12. user32/tests: Add missing return value test (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    7fad896 View commit details
    Browse the repository at this point in the history
  13. mpr/tests: Fix drive search loop.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    84b0ed9 View commit details
    Browse the repository at this point in the history
  14. kernel32/tests: Update product type test.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    e87ced6 View commit details
    Browse the repository at this point in the history
  15. advapi32/tests: Skip tests modifying HKLM if limited.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    0c5381c View commit details
    Browse the repository at this point in the history
  16. ntdll: Don't set floating point registers from initial context.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    5020fb7 View commit details
    Browse the repository at this point in the history
  17. reg/tests: Get rid of version check.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    59c47c9 View commit details
    Browse the repository at this point in the history
  18. regedit/tests: Get rid of version check.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    6c5deaa View commit details
    Browse the repository at this point in the history
  19. server: Pass proper async object to queue_irp in device_file_flush.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    56dfb38 View commit details
    Browse the repository at this point in the history
  20. mshtml: Don't dispatch load event if document is already detached fro…

    …m its window.
    
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    c36b424 View commit details
    Browse the repository at this point in the history
  21. msvcrt: Don't include MSVC 8.0+ heap functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    42ab0af View commit details
    Browse the repository at this point in the history
  22. msvcrt: Don't include MSVC 8.0+ string functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    1afc433 View commit details
    Browse the repository at this point in the history
  23. advapi32/tests: Don't cast return value from HeapAlloc.

    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    ab2ae76 View commit details
    Browse the repository at this point in the history
  24. shell32: Don't cast return value from DPA_GetPtr.

    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    460053b View commit details
    Browse the repository at this point in the history
  25. glu32: Don't cast return value from HeapAlloc.

    Signed-off-by: André Hentschel <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    AndreRH authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    d2ad5ea View commit details
    Browse the repository at this point in the history
  26. d3d8/tests: Use the available ARRAY_SIZE() macro.

    Signed-off-by: Michael Stefaniuc <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    mstefani authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9ac1523 View commit details
    Browse the repository at this point in the history
  27. ddraw/tests: Mark GetDC() failures on VMware as broken.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9aeb3b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. po: Portuguese translation update.

    Signed-off-by: Fernando M C Martins <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    ghiodor authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    65e42ac View commit details
    Browse the repository at this point in the history
  2. oledb32: Coerce Variant to VT_DATE when converting data.

    Signed-off-by: Alistair Leslie-Hughes <[email protected]>
    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alesliehughes authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    4ee4d4e View commit details
    Browse the repository at this point in the history
  3. oledb32: Silence interfaces for IDataSourceLocator QI.

    Signed-off-by: Alistair Leslie-Hughes <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alesliehughes authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    cce5ac1 View commit details
    Browse the repository at this point in the history
  4. wineandroid: Add permission for accessing external storage.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    3474850 View commit details
    Browse the repository at this point in the history
  5. winhttp/tests: Remove redundant comparison.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    4c8cb19 View commit details
    Browse the repository at this point in the history
  6. wined3d: Ignore WINED3D_MAP_DISCARD when used together with WINED3D_M…

    …AP_NOOVERWRITE.
    
    This fixes a performance issue exposed by commit
    afb2aa2.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    63ed42a View commit details
    Browse the repository at this point in the history
  7. ddraw: Only respect DDLOCK_NOOVERWRITE and DDLOCK_DISCARDCONTENTS on …

    …version 7 vertex buffers.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    3037097 View commit details
    Browse the repository at this point in the history
  8. ddraw/tests: Introduce a test for vertex buffer map synchronisation.

    Based on a patch by Patrick Rudolph from a while ago.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    5aefc4e View commit details
    Browse the repository at this point in the history
  9. d3d8/tests: Introduce a test for vertex buffer map synchronisation.

    Based on a patch by Patrick Rudolph from a while ago. Thanks to Stefan
    Dösinger for making this test work with AMD drivers.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    7b4e88e View commit details
    Browse the repository at this point in the history
  10. d3d9/tests: Introduce a test for vertex buffer map synchronisation.

    Based on a patch by Patrick Rudolph from a while ago.
    
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    a64f3b9 View commit details
    Browse the repository at this point in the history
  11. msvcr100/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    35a744b View commit details
    Browse the repository at this point in the history
  12. kernel32/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    027e2ad View commit details
    Browse the repository at this point in the history
  13. user32/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    daa4663 View commit details
    Browse the repository at this point in the history
  14. msvcrt: Fix _wcstod_l specfile entries.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    c5fbeb5 View commit details
    Browse the repository at this point in the history
  15. msvcrt: Don't include MSVC 14.0 console functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    160175a View commit details
    Browse the repository at this point in the history
  16. msvcrt: Don't include MSVC 8.0+ environment functions in SOs for olde…

    …r DLLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    00fe56a View commit details
    Browse the repository at this point in the history
  17. vbscript/tests: Fix first-day-of-week test on mixed locales.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    e04a1c4 View commit details
    Browse the repository at this point in the history
  18. d3dx9/tests: Use true spherical light values and relax expectations.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Matteo Bruni <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    07f7022 View commit details
    Browse the repository at this point in the history
  19. advapi: Fix return value for QueryServiceConfig2W.

    Signed-off-by: Andrew Eikum <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    aeikum authored and julliard committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    9c95bfc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. oledb32/tests: Add DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP test.

    Signed-off-by: Alistair Leslie-Hughes <[email protected]>
    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alesliehughes authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    86147a9 View commit details
    Browse the repository at this point in the history
  2. ws2_32/tests: Drop socket test workarounds for Windows <= 2000.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    0267513 View commit details
    Browse the repository at this point in the history
  3. ws2_32/tests: Initialize bytesReturned to 123456 before a failing test.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    414260f View commit details
    Browse the repository at this point in the history
  4. ntdll/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    c4dd0ff View commit details
    Browse the repository at this point in the history
  5. include: Add RtlCompareMemory declaration to winnt.h.

    Signed-off-by: Stefan Leichter <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Stefan Leichter authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    3b4c6e6 View commit details
    Browse the repository at this point in the history
  6. Revert "msi: Store the current script in the package."

    Commit 036f007 (which reverts
    86bc556) is not sufficient to
    fix the Office installers because MsiGetMode(MSIRUNMODE_SCHEDULED)
    no longer does the right thing after the revert.
    
    That is caused by "msi: Store the current script in the package.",
    which, in hindsight, should have been part of the first commit.
    
    This reverts e1e668d.
    
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Hans Leidekker authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f25501d View commit details
    Browse the repository at this point in the history
  7. shell32: Make some strings static constants.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    1ee9c2c View commit details
    Browse the repository at this point in the history
  8. user32/tests: Make test_WS_VSCROLL() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    2041e20 View commit details
    Browse the repository at this point in the history
  9. comctl32/tests: Make run_test_() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    276c438 View commit details
    Browse the repository at this point in the history
  10. comctl32/tests: Make test_combo_WS_VSCROLL() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    a45f792 View commit details
    Browse the repository at this point in the history
  11. mlang/tests: Add a trailing '\n' to ok() calls.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f81f7f4 View commit details
    Browse the repository at this point in the history
  12. glu32: A couple of spelling fixes in comments.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    4a4f7e3 View commit details
    Browse the repository at this point in the history
  13. gdiplus/tests: Add a trailing '\n' to ok() calls.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Vincent Povirk <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    3939fd5 View commit details
    Browse the repository at this point in the history
  14. twain_32: Make userselect_dlgproc() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f1b0a3d View commit details
    Browse the repository at this point in the history
  15. sapi: Make some impl_from_Xxx() functions static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    3fbed4c View commit details
    Browse the repository at this point in the history
  16. msvcrt: _Gettnames() should respect user overrides.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    249cc1e View commit details
    Browse the repository at this point in the history
  17. winex11: Escape non-UTF-8 characters in string literals.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    5c06eba View commit details
    Browse the repository at this point in the history
  18. webservices/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    5485189 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. gameux/tests: Add a trailing '\n' to an ok() call.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    85d970b View commit details
    Browse the repository at this point in the history
  2. wtsapi32: Fix copy/paste error in comment.

    Signed-off-by: Louis Lenders <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PietJankbal authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0bdd879 View commit details
    Browse the repository at this point in the history
  3. ntdll: Fix source/destination confusion in vsscanf.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    62a1410 View commit details
    Browse the repository at this point in the history
  4. ole32: Rename entry_updatable() to its more common spelling.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    5fd5618 View commit details
    Browse the repository at this point in the history
  5. mshtml/tests: Fix typos in a few comments.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    325f438 View commit details
    Browse the repository at this point in the history
  6. mshtml: Make IEventTarget_{add,remove}EventListener_hook() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a7c696a View commit details
    Browse the repository at this point in the history
  7. user32/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    f547891 View commit details
    Browse the repository at this point in the history
  8. shell32/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    498009c View commit details
    Browse the repository at this point in the history
  9. oleaut32/tests: Test more return values.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0fc0e34 View commit details
    Browse the repository at this point in the history
  10. mshtml/tests: Add a trailing '\n' to ok() calls.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    93eac48 View commit details
    Browse the repository at this point in the history
  11. mshtml/tests: Test document stream creation failure (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    286174a View commit details
    Browse the repository at this point in the history
  12. mshtml/tests: Remove null check after dereference (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    53b7305 View commit details
    Browse the repository at this point in the history
  13. winhttp/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    67e8085 View commit details
    Browse the repository at this point in the history
  14. wininet/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    dc9088b View commit details
    Browse the repository at this point in the history
  15. msvcrt: Don't include MSVC 8.0+ C++ functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    8762cd5 View commit details
    Browse the repository at this point in the history
  16. msvcrt: Don't include MSVC 8.0+ error functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1c03dc4 View commit details
    Browse the repository at this point in the history
  17. msvcrt: Don't include MSVC 8.0+ file functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b489c6e View commit details
    Browse the repository at this point in the history
  18. msvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    512c945 View commit details
    Browse the repository at this point in the history
  19. msvcrt: Don't include MSVC 8.0+ time functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b4e1390 View commit details
    Browse the repository at this point in the history
  20. msvcrt: Don't include MSVC 7.1+ purecall functions in SOs for older D…

    …LLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    5041d89 View commit details
    Browse the repository at this point in the history
  21. msvcr90/tests: Make test__vsnwprintf() static.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c1ff2f1 View commit details
    Browse the repository at this point in the history
  22. wined3d: Add a download function for WINED3DFMT_X8D24_UNORM.

    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    bc75bec View commit details
    Browse the repository at this point in the history
  23. ddraw/tests: Add a depth read-back test.

    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Henri Verbeet authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    f427714 View commit details
    Browse the repository at this point in the history
  24. ddraw/tests: Add another invalid arguments test for surface QI.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    030803b View commit details
    Browse the repository at this point in the history
  25. user32: Let ComboBox edit control handle the redraw even if CBF_NORED…

    …RAW is set.
    
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    910129f View commit details
    Browse the repository at this point in the history
  26. user32: Redraw combo text field even if it's empty.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a912b23 View commit details
    Browse the repository at this point in the history
  27. user32: Add more CB_SETCURSEL tests on ComboBox.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a5118ad View commit details
    Browse the repository at this point in the history
  28. Release 3.0-rc5.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    bd41696 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. comctl32: Fix a typo in comment.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    2000386 View commit details
    Browse the repository at this point in the history
  2. kernel32/tests: Fix a typo in comment.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    e041039 View commit details
    Browse the repository at this point in the history
  3. msctf/tests: Fix a typo in sink_check_ok().

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Aric Stewart <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    0b7882b View commit details
    Browse the repository at this point in the history
  4. ddraw: Fix typos in comments.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    fbb57d4 View commit details
    Browse the repository at this point in the history
  5. msi/tests: Add missing return value checks to package tests (Coverity).

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    0f49d2a View commit details
    Browse the repository at this point in the history
  6. shell32/tests: Add missing return value check to shelllink tests (Cov…

    …erity).
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    8bb6add View commit details
    Browse the repository at this point in the history
  7. kernel32/tests: Add missing return value check to module tests (Cover…

    …ity).
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    3675b70 View commit details
    Browse the repository at this point in the history
  8. wininet/tests: Fix off-by-one errors in HTTP tests (Coverity).

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    7b2ead8 View commit details
    Browse the repository at this point in the history
  9. shlwapi/tests: Add missing return value checks to istream tests (Cove…

    …rity).
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    031f2ab View commit details
    Browse the repository at this point in the history
  10. msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for ol…

    …der DLLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    6413d96 View commit details
    Browse the repository at this point in the history
  11. kernel32/tests: A couple spelling fixes in a comment.

    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    fgouget authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    8f35b20 View commit details
    Browse the repository at this point in the history
  12. schtasks: Added partial /change command implementation.

    This is needed by Office 2016 installer.
    
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    a5af50c View commit details
    Browse the repository at this point in the history
  13. schtasks/tests: Added /change command tests.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    0219ebc View commit details
    Browse the repository at this point in the history
  14. user32/tests: Add some more tests for message data conversion in dial…

    …og procedures.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    df88f96 View commit details
    Browse the repository at this point in the history
  15. dwrite/tests: Add missing return value test (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    f9e0b6a View commit details
    Browse the repository at this point in the history
  16. msxml3/tests: Simplify test error path.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    3e8acba View commit details
    Browse the repository at this point in the history
  17. mshtml/tests: Skip some tests if native XMLHTTP support is missing or…

    … disabled.
    
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    3cb8e4b View commit details
    Browse the repository at this point in the history
  18. jscript/tests: Test for script object creation failure (Coverity).

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    8643a17 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. msi: Remove redundant comparison.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Hans Leidekker <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    435be36 View commit details
    Browse the repository at this point in the history
  2. cmd: Remove redundant comparison.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    b84fb59 View commit details
    Browse the repository at this point in the history
  3. kernel32: Remove redundant comparison.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    061e2bb View commit details
    Browse the repository at this point in the history
  4. winhlp32: Remove redundant comparison.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9519216 View commit details
    Browse the repository at this point in the history
  5. schtasks: Make /change argument case insensitive.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    a148e55 View commit details
    Browse the repository at this point in the history
  6. shell32/tests: Drop progman DDE test workarounds for Windows <= 2000.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    946b4ad View commit details
    Browse the repository at this point in the history
  7. wininet/tests: Check null pointer in InternetGetSecurityInfoByURLW.

    Signed-off-by: Wei xie <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Wei Xie authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    3f06a09 View commit details
    Browse the repository at this point in the history
  8. schtasks/tests: Clean up the tasks directory.

    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    8e5a86c View commit details
    Browse the repository at this point in the history
  9. dxgi/tests: Skip tests if DXGI_ERROR_NOT_CURRENTLY_AVAILABLE is retur…

    …ned.
    
    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    e8aaad2 View commit details
    Browse the repository at this point in the history
  10. include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    e9e6a53 View commit details
    Browse the repository at this point in the history
  11. wined3d: Load buffer before applying state for indirect draws.

    wined3d_load_buffer() might invalidate the current state.
    
    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    6280926 View commit details
    Browse the repository at this point in the history
  12. wined3d: Load buffer before applying state for indirect dispatches.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    ca11278 View commit details
    Browse the repository at this point in the history
  13. hid: Pass a buffer to DeviceIoControl in HidD_SetNumInputBuffers.

    DeviceIoControl expects a pointer, and this value gets dereferenced as a
    ULONG* in hidclass.sys.
    
    Signed-off-by: Andrew Eikum <[email protected]>
    Signed-off-by: Aric Stewart <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    aeikum authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    2de3dc3 View commit details
    Browse the repository at this point in the history
  14. dinput: Ignore vendor-specific usage pages for joystick elements on Mac.

    Signed-off-by: Bob Ziuchkovski <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    bobziuchkovski authored and julliard committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    221708d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. hlink: Implement IHlinkBrowseContext_GetObject().

    Fixes a regression introduced by 00aca14.
    
    Signed-off-by: Zebediah Figura <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    zfigura authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    c2953ba View commit details
    Browse the repository at this point in the history
  2. comctl32/tests: Enable more ListView tests on Comctl32 v6.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    07ea3ac View commit details
    Browse the repository at this point in the history
  3. comctl32/tests: Add some state image tests for ListView.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    24fa2e8 View commit details
    Browse the repository at this point in the history
  4. include: Add EnableMouseInPointer() declaration.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    45ea40a View commit details
    Browse the repository at this point in the history
  5. concrt140: Fix Concurrency::is_current_task_group_canceling spec entry.

    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    PiotrCW authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    5890c3d View commit details
    Browse the repository at this point in the history
  6. kernel32/tests: Drop module test workarounds for Windows <= 2000.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    84a5c59 View commit details
    Browse the repository at this point in the history
  7. msxml3/tests: Add missing return value checks to domdoc tests (Coveri…

    …ty).
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b871119 View commit details
    Browse the repository at this point in the history
  8. msxml3/tests: Make put_data_types const.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    53a55fb View commit details
    Browse the repository at this point in the history
  9. msvcrt: Don't include MSVC 7.0+ exception functions in SOs for older …

    …DLLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    9be9528 View commit details
    Browse the repository at this point in the history
  10. msvcrt: Don't include MSVC 8.0+ exit functions in SOs for older DLLs.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b6ec898 View commit details
    Browse the repository at this point in the history
  11. msvcrt: Don't include MSVC 11.0+ function _wcreate_locale in SOs for …

    …older DLLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6a76d02 View commit details
    Browse the repository at this point in the history
  12. msvcrt: Don't include MSVC 8.0+ function _CRT_RTC_INITW in SOs for ol…

    …der DLLs.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6defbd1 View commit details
    Browse the repository at this point in the history
  13. msvcrt: Fix mistakes in comments.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Piotr Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f0e7496 View commit details
    Browse the repository at this point in the history
  14. d3d11: Handle 3D textures in wined3d_resource_from_d3d10_resource().

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    4a6d3c7 View commit details
    Browse the repository at this point in the history
  15. wined3d: Fix linestrips output for geometry shaders.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b0415bb View commit details
    Browse the repository at this point in the history
  16. ddraw/tests: Sync test_clear() with d3d8/9.

    Signed-off-by: Stefan Dösinger <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    stefand authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    4244ca9 View commit details
    Browse the repository at this point in the history
  17. ddraw/tests: Mark WARP negative rectangle handling broken.

    Signed-off-by: Stefan Dösinger <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    stefand authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    dcb0d32 View commit details
    Browse the repository at this point in the history
  18. ddraw/tests: Move the surface enumeration test.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f603973 View commit details
    Browse the repository at this point in the history
  19. advapi32/tests: Fully initialize ACLs (Valgrind).

    Signed-off-by: Matteo Bruni <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Matteo Bruni authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f6f5c96 View commit details
    Browse the repository at this point in the history
  20. mshtml/tests: Skip test_listener_order tests on IE7.

    Signed-off-by: Jacek Caban <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    cjacek authored and julliard committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    5dbf272 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. kernel32/tests: Also test wrong architecture with matching 32/64 bitn…

    …ess.
    
    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    f10b6f6 View commit details
    Browse the repository at this point in the history
  2. comctl32/tests: Remove noisy trace.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    68d5303 View commit details
    Browse the repository at this point in the history
  3. psapi/tests: Add more EnumProcessModules tests.

    Signed-off-by: Akihiro Sagawa <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    sgwaki authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    97ad2b8 View commit details
    Browse the repository at this point in the history
  4. services/tests: Fix resource leak.

    Signed-off-by: Andrey Gusev <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    grapeharvest authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    fc92960 View commit details
    Browse the repository at this point in the history
  5. advapi32/tests: Fix a couple of leaks (Valgrind).

    Signed-off-by: Matteo Bruni <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Matteo Bruni authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9ccce0c View commit details
    Browse the repository at this point in the history
  6. ddraw/tests: Move CreateSurface() invalid arguments test.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    81bc148 View commit details
    Browse the repository at this point in the history
  7. ddraw/tests: Avoid touching unsupported clip planes.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9525f3a View commit details
    Browse the repository at this point in the history
  8. ddraw/tests: Fully initialize surface desc in surface enumeration tests.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    d146940 View commit details
    Browse the repository at this point in the history
  9. ddraw/tests: Rewrite LimitTest().

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    4767991 View commit details
    Browse the repository at this point in the history
  10. ddraw/tests: Rewrite SetRenderState() tests.

    Signed-off-by: Józef Kucia <[email protected]>
    Signed-off-by: Henri Verbeet <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    jozefkucia authored and julliard committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    110eecf View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. msxml3/tests: Use temporary user directory for test files.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    cefe6e8 View commit details
    Browse the repository at this point in the history
  2. user32/tests: Add EM_GETLINE test.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8d8c94d View commit details
    Browse the repository at this point in the history
  3. comctl32/tests: Add EM_GETLINE test.

    Signed-off-by: Nikolay Sivov <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    nsivov authored and julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    258dc94 View commit details
    Browse the repository at this point in the history
  4. shell32/tests: Drop shell folder test dynamic imports for Windows <= …

    …2000.
    
    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    dca38ea View commit details
    Browse the repository at this point in the history
  5. shell32/tests: Drop shell folder test workarounds for Windows <= 2000.

    Signed-off-by: Alex Henrie <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    alexhenrie authored and julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    332898e View commit details
    Browse the repository at this point in the history
  6. Release 3.0-rc6.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    320152b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. ntdll: Avoid the strd ARM instruction.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    3e26caf View commit details
    Browse the repository at this point in the history
  2. po: Update German translation.

    Signed-off-by: Julian Rüger <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    Julian Rüger authored and julliard committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    43c7475 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Release 3.0.

    Signed-off-by: Alexandre Julliard <[email protected]>
    julliard committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f6b5a7c View commit details
    Browse the repository at this point in the history