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
Łukasz Komoszyński
wine
Commits
master
Select Git revision
Branches
4
ntdll/fix/decrease-collision-rate-in-hash_short_file_name
master
default
protected
stable
oldstable
Tags
20
wine-8.19
wine-8.18
wine-8.17
wine-8.16
wine-8.15
wine-8.14
wine-8.13
wine-8.0.2
wine-8.12
wine-8.11
wine-8.10
wine-8.9
wine-8.8
wine-8.7
wine-8.0.1
wine-8.6
wine-8.5
wine-7.0.2
wine-8.4
wine-8.3
24 results
wine
Author
Search by author
Any Author
authors
0 authors
Oct 31, 2023
mf: Handle errors with source event generator in session.
· 0170cd3a
Santino Mazza
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
0170cd3a
gdiplus: Fix GdipAddPathCurve3 curve calculation with offset and nseg variables.
· 09c96907
Bartosz Kosiorek
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
09c96907
gdiplus: Move main Curve implementation from GdipAddPathCurve2 to GdipAddPathCurve3.
· f850488d
Bartosz Kosiorek
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
f850488d
gdiplus/tests: Extend AddPathCurve3 test with offset and nseg.
· fdabbff3
Bartosz Kosiorek
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
fdabbff3
dmsynth: Return void from add_mod_from_connection().
· c7b706de
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
c7b706de
dmsynth: Activate reverb and chorus according to effect flags.
· 95e19ae0
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
95e19ae0
dmsynth: Correctly handle internal connections with controls.
· d4f4bedc
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
d4f4bedc
dmsynth: Use correct transform for controls.
· e45dcf4f
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
e45dcf4f
dmsynth: Handle pitch bend events.
· beb4a091
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
beb4a091
dmsynth: Offset the loop points by 8 frames.
· b147a3c4
Anton Baskanov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
b147a3c4
winegstreamer: Implement IWMResamplerProps.
· 015eb45a
Fabian Maurer
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
015eb45a
winegstreamer: Implement wg_muxer_add_stream.
· ca01aece
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
ca01aece
winegstreamer: Introduce factory_create_element.
· 1173a2e0
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
1173a2e0
winegstreamer: Introduce find_element_factories.
· eb7571c8
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
eb7571c8
winegstreamer: Use gst_element_get_compatible_pad.
· ebc8a459
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
ebc8a459
winegstreamer: Introduce link_src_to_sink.
· 0c84f713
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
0c84f713
winegstreamer: Use NTSTATUS value in wg_muxer_create.
· 29b35f6b
Ziqing Hui
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
29b35f6b
mf/samplegrabber: Use OnSetPresentationClock() on shutdown as well.
· 729ed419
Nikolay Sivov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
729ed419
mf/samplegrabber: Reset the clock before OnShutdown().
· 09d94949
Nikolay Sivov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
09d94949
mf/samplegrabber: Check shutdown state when setting the clock.
· 882d8229
Nikolay Sivov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
882d8229
mf/samplegrabber: Release current media type on shutdown.
· c45ae2c6
Nikolay Sivov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
c45ae2c6
server: Only set sock->event when the event is first noticed.
· 25f8698f
Elizabeth Figura
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
25f8698f
ws2_32/tests: Add a regression test for interaction of sock_reselect() with event select.
· 99dd3c5c
Elizabeth Figura
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
99dd3c5c
shell32: Fix string size condition check (Coverity).
· eb8cac0f
Nikolay Sivov
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
eb8cac0f
mfplat/sample: Optimize copying to 2d buffer.
· bf58285a
Paul Gofman
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
bf58285a
mfplat/sample: Refactor sample_CopyToBuffer().
· ac4a2c4c
Paul Gofman
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
ac4a2c4c
mfplat/buffer: Do not flip in memory_2d_buffer_ContiguousCopy{From|To}().
· b7fe6359
Paul Gofman
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
b7fe6359
mfplat/tests: Add more tests for copying 2d buffers.
· 8487666e
Paul Gofman
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
8487666e
mfplat/buffer: Use absolute pitch in memory_1d_2d_buffer_[Un]Lock().
· ffae0d81
Paul Gofman
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
ffae0d81
dxgi/tests: Use CRT allocation functions.
· 3bc570e8
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
3bc570e8
dxgi: Use CRT allocation functions.
· 23696573
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
23696573
ddraw/tests: Use CRT allocation functions.
· 1b7b948a
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
1b7b948a
ddraw: Use CRT allocation functions.
· e3ac5855
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
e3ac5855
d3d9/tests: Use CRT allocation functions.
· 042f9304
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
042f9304
d3d9: Use CRT allocation functions.
· 9a5b854e
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
9a5b854e
d3d8/tests: Use CRT allocation functions.
· 6db89702
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
6db89702
d3d8: Use CRT allocation functions.
· a70e3059
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
a70e3059
d3d11/tests: Use CRT allocation functions.
· f2d17347
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
f2d17347
d3d10core/tests: Use CRT allocation functions.
· b99ea513
Alex Henrie
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
b99ea513
ntdll: Bump current build number to 19043 (Win10 2009).
· fd00d8e4
Hans Leidekker
authored
1 year ago
and
Alexandre Julliard
committed
1 year ago
fd00d8e4
Loading