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
b0fc60d2794c870e33d9d22fd1369986520fcb83
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
Nov 17, 2017
libwine: Reserve memory areas for ARM64 in case we don't have a preloader.
· b0fc60d2
André Zwing
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
b0fc60d2
loader: We now have a preloader on ARM64.
· c459357b
André Zwing
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
c459357b
webservices: Stub WsAbortChannel().
· 48b581be
Elizabeth Figura
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
48b581be
kernel32/tests: Don't close the stop_event handle.
· 74b1426b
Elizabeth Figura
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
74b1426b
kernel32/tests: Trace thread IDs in hexadecimal.
· 7ecf84c4
Elizabeth Figura
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
7ecf84c4
Nov 16, 2017
user32: Send WM_IME_CHAR messages from DefWindowProc.
· 4adfb1be
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
4adfb1be
imm32/tests: Add more WM_IME_CHAR message tests.
· 4f14f706
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
4f14f706
winemac: Keep the result string in the IME UI window procedure.
· fdd376e5
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
fdd376e5
msvcp: Trace delimiter characters as single char strings.
· 0c7d67c5
Nikolay Sivov
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
0c7d67c5
ntdll: Fall back to read() earlier on noexec filesystems.
· 42b79375
Alexandre Julliard
authored
7 years ago
42b79375
ntdll: Avoid crash when trying to access page prot of address beyond address space limit.
· 959d240c
Sebastian Lackner
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
959d240c
loader: Setup the TLS register on ARM64.
· c08e5560
André Zwing
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
c08e5560
loader: Remove dead code.
· ebcac6d8
André Zwing
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
ebcac6d8
configure: Set the main loader base address on ARM64.
· 44455002
André Zwing
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
44455002
d3d11/tests: Introduce a format compatibility test.
· 021ae0c3
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
021ae0c3
rsaenh: CALG_AES is not supported.
· d192e9a1
Huw Davies
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
d192e9a1
Nov 15, 2017
wined3d: Add format class information for WINED3DFMT_R8G8B8A8_SNORM.
· f695a7c3
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
f695a7c3
wined3d: Clamp NULL source boxes in wined3d_device_copy_sub_resource_region().
· 7b09398a
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
7b09398a
wined3d: Allow copies between compatible formats in wined3d_device_copy_sub_resource_region().
· 7374c832
Józef Kucia
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
7374c832
wined3d: Allow copies between compatible formats in wined3d_device_copy_resource().
· 61658f44
Józef Kucia
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
61658f44
wined3d: Use raw blits in wined3d_device_copy_sub_resource_region().
· e196ecd9
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
e196ecd9
wined3d: Use raw blits in wined3d_device_copy_resource().
· ac689f0a
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
ac689f0a
wined3d: Introduce a blitter based on ARB_copy_image.
· 786ebbde
Henri Verbeet
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
786ebbde
mshtml: Fixed a crash due to missing typelib marshalling on 64bit.
· ac7768bf
Marcus Meissner
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
ac7768bf
po: Update Lithuanian translation.
· 2d49ba4f
Aurimas Fišeras
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
2d49ba4f
po: Update Russian translation.
· f2c49c04
Nikolay Sivov
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
f2c49c04
widl: Generate header macros even for aggregate return methods.
· b63274f3
Dmitry Timoshkov
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
b63274f3
riched20: Protect against pasting multi-line text in single-line control.
· 585dfa14
Rafał Harabień
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
585dfa14
msvcrt: Fix write() behaviour on "no console" file descriptors.
· 7aa4b6d1
Piotr Caban
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
7aa4b6d1
msvcrt: Fix read() behaviour on "no console" file descriptors.
· 9b2397d5
Piotr Caban
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
9b2397d5
msvcrt: Fix close() behaviour on "no console" file descriptors.
· 677301a2
Piotr Caban
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
677301a2
msvcrt: Fix IO initialization when invalid handles are passed.
· 31bf13e9
Piotr Caban
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
31bf13e9
Nov 14, 2017
po: Update Lithuanian translation.
· 20616236
Aurimas Fišeras
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
20616236
sane.ds: Send events to applications through the DSM.
· 870c4f3e
Esme Povirk
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
870c4f3e
cmd: Implement builtin mklink command.
· 21ade853
Alistair Leslie-Hughes
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
21ade853
winex11: Keep the result string in the IME UI window procedure.
· b8dc1e7c
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
b8dc1e7c
imm32/tests: Add more composition string tests.
· 3955ce1e
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
3955ce1e
imm32/tests: Add a skip message when composition string isn't available.
· c1dac18c
Akihiro Sagawa
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
c1dac18c
ieproxy: Added IPersistHistory proxy/stub.
· 00eba519
Jacek Caban
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
00eba519
comctl32: Simplify handling of the marquee highlight.
· da419d80
Huw Davies
authored
7 years ago
and
Alexandre Julliard
committed
7 years ago
da419d80
Loading