Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
4fc5aff50981687a7cb7c3599a47da7cbb44d4e3
Select Git revision
Branches
4
master
default
protected
winebuild-linker-version
stable
oldstable
Tags
20
wine-10.5
wine-10.4
wine-10.3
wine-10.2
wine-10.1
wine-10.0
wine-10.0-rc6
wine-10.0-rc5
wine-10.0-rc4
wine-10.0-rc3
wine-10.0-rc2
wine-10.0-rc1
wine-9.22
wine-9.21
wine-9.20
wine-9.19
wine-9.18
wine-9.17
wine-9.16
wine-9.15
24 results
wine
Author
Search by author
Any Author
authors
Lorenzo Ferrillo
llde
1 author
Oct 30, 2018
kernel32: Wait on pipe handle in TransactNamedPipe if needed.
· 4fc5aff5
Jacek Caban
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
4fc5aff5
kernel32: Wait on pipe handle in ConnectNamedPipe if needed.
· b114bd07
Jacek Caban
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
b114bd07
iphlpapi: Add stub for GetIpInterfaceTable.
· 5a675ea4
Louis Lenders
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
5a675ea4
advapi32: Add stub for RegQueryReflectionKey.
· 924fd31c
Louis Lenders
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
924fd31c
rpcrt4: Ignore fMustAlloc in PointerUnmarshall().
· 03be1605
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
03be1605
rpcrt4: Clarify local variables in PointerUnmarshall().
· 61fdcfdd
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
61fdcfdd
rpcrt4: Clear allocated memory before marshalling pointers into it (Valgrind).
· be430b26
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
be430b26
rpcrt4: Add comments explaining the arguments to EmbeddedPointerUnmarshall().
· c3db8982
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
c3db8982
msvcrt: Implement __strncnt().
· 60c06980
Nikolay Sivov
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
60c06980
loader: Don't add the AT_UID entries if they don't already exist.
· a2d76cb4
Alexandre Julliard
authored
6 years ago
a2d76cb4
shell32/autocomplete: Use a helper function to show the listbox.
· 3d9da1a6
Gabriel Ivăncescu
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
3d9da1a6
shell32/autocomplete: Fill and display the auto-suggest listbox in a separate function.
· ec3b39fa
Gabriel Ivăncescu
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
ec3b39fa
po: Update Korean translation.
· eb7e3f88
Byeongsik Jeon
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
eb7e3f88
wined3d: Store resource bind flags in the wined3d_resource structure.
· 45bf9527
Henri Verbeet
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
45bf9527
wined3d: Get rid of the "desc" field in struct wined3d_buffer.
· 22b3a4f0
Henri Verbeet
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
22b3a4f0
wined3d: Validate required OpenGL extensions in wined3d_texture_gl_init()...
· f8ba91ac
Henri Verbeet
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
f8ba91ac
wined3d: Move the "target" field from struct wined3d_texture to struct wined3d_texture_gl.
· 961a94ac
Henri Verbeet
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
961a94ac
wined3d: Move the OpenGL textures from struct wined3d_texture to struct wined3d_texture_gl.
· 5f974076
Henri Verbeet
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
5f974076
kernel32: Implement FindStringOrdinal.
· 3ebd2f0b
Zhiyi Zhang
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
3ebd2f0b
comctl32: Implement handling of EM_SETCUEBANNER/EM_GETCUEBANNER messages.
· 0d4a1f7b
Sergio Gómez Del Real
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
0d4a1f7b
comctl32/taskdialog: Handle button clicks better.
· 589cbf3b
Zhiyi Zhang
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
589cbf3b
comctl32/taskdialog: Add support for TDF_ALLOW_DIALOG_CANCELLATION.
· d61acf7e
Zhiyi Zhang
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
d61acf7e
comctl32/taskdialog: Fix id casting.
· dcd5a37b
Zhiyi Zhang
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
dcd5a37b
ntdll: Support TokenVirtualizationEnabled in NtQueryInformationToken.
· 84a317c7
Alistair Leslie-Hughes
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
84a317c7
oleaut32/tests: Add some more tests for marshalling VARIANTs.
· a21a3d36
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
a21a3d36
oleaut32/tests: Add some tests for marshalling BSTRs.
· 20749cec
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
20749cec
oleaut32/tests: Add some tests for marshalling interfaces.
· 09076372
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
09076372
oleaut32: Don't release a NULL interface in VARIANT_UserFree().
· 96b0bdc3
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
96b0bdc3
oleaut32/tests: Add some tests for marshalling pointers.
· 5c8329d3
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
5c8329d3
oleaut32/tests: Abort earlier if we fail to create a proxy.
· 71f2839e
Elizabeth Figura
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
71f2839e
version: Simplify null check in VerQueryValueW.
· 15e9bbe1
Alex Henrie
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
15e9bbe1
Oct 29, 2018
setupapi: Fix broken control definition.
· 85335169
Alistair Leslie-Hughes
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
85335169
cmd: Use the ARRAY_SIZE() macro.
· a46f311f
Michael Stefaniuc
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
a46f311f
winecfg: Use the ARRAY_SIZE() macro.
· f051aa67
Michael Stefaniuc
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
f051aa67
server: Use a separated object for each opened named pipe device file.
· 2600ecd4
Jacek Caban
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
2600ecd4
server: Use requested options for device pseudo fd.
· f003ac5e
Jacek Caban
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
f003ac5e
server: Add FileModeInformation implementation.
· 2adfa93a
Jacek Caban
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
2adfa93a
d2d1/tests: Test command list resource reference.
· 8effa4da
Nikolay Sivov
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
8effa4da
po: Update Korean translation.
· 7b5160d4
Byeongsik Jeon
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
7b5160d4
gdi32: Respect the FC_ANTIALIAS setting for the FC_RGBA_NONE case.
· 2b52474f
Byeongsik Jeon
authored
6 years ago
and
Alexandre Julliard
committed
6 years ago
2b52474f
Loading