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
68f3d21f0279aef932f620044751bf2f073c46af
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
Aug 22, 2011
ddraw: Print IDirectDrawGammaControl interface reference count for easier debugging.
· 68f3d21f
Ričardas Barkauskas
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
68f3d21f
ddraw: Do not AddRef IDirectDraw7 iface in CreateSurface helper.
· 5c8ad267
Ričardas Barkauskas
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
5c8ad267
ddraw: Don't allow setting palette on non root surfaces.
· abf8728e
Ričardas Barkauskas
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
abf8728e
ddraw/tests: Properly release no longer used interfaces.
· 1a609eca
Ričardas Barkauskas
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
1a609eca
riched20: Fix uninitialized variable usage.
· 73876d6c
Thomas Faber
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
73876d6c
oleaut32: Use type names and sizeof() instead of hardcoded values for save/load methods.
· 2de8137f
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
2de8137f
oleaut32: Use strdupW to duplicate strings.
· 1a7d52c9
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
1a7d52c9
oleaut32: FONTDESC size field value is not important for OleCreateFontIndirect.
· 08f578a6
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
08f578a6
oleaut32/tests: Clean result value checks.
· 78ca68c8
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
78ca68c8
oleaut32: Get rid of duplicated condition check.
· e800158a
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
e800158a
oleaut32: Clean QueryInterface() method, turn impl. calls to interface calls.
· c69be3bf
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
c69be3bf
oleaut32: Remove some useless comments and initializers.
· 92054ef0
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
92054ef0
gdi32: Change the object-level brush function to accept a stand-alone dib and...
· 925fa108
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
925fa108
gdi32: Implement Polyline and PolyPolyline in the dib driver.
· c6f6c3f7
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
c6f6c3f7
gdi32: Move to using a multi-line pen object-level function.
· 0f40ad8a
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
0f40ad8a
gdi32: Use the gdi_image_bits structure to maintain the dib driver's bits.
· 1e83fd00
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
1e83fd00
gdi32: Simplify dibdrv_PutImage a little.
· 2e908e06
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
2e908e06
gdi32: Avoid directly accessing the bits ptr where possible.
· de213f2c
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
de213f2c
gdi32: Use the dib driver GetImage and PutImage implementations in...
· a55ec17b
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
a55ec17b
gdi32: Add a helper to retrieve the bitmap functions.
· e82f88d5
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
e82f88d5
gdi32: Allow SetBitmapBits to set incomplete scanlines.
· cb82c45b
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
cb82c45b
gdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed.
· bdc3b9c0
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
bdc3b9c0
gdi32: Fix colour table comparison.
· 40742c2f
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
40742c2f
wined3d: Move FBO based color blits from IWineD3DSurfaceImpl_BltOverride() to...
· a04f0e9c
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
a04f0e9c
wined3d: Move surface_color_fill() based color fills from...
· d063ff55
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
d063ff55
wined3d: Reject color fills on sysmem surfaces in ffp_blit_supported().
· a887128f
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
a887128f
wined3d: Directly call surface_cpu_blt() in cpu_blit_color_fill().
· 18434ddc
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
18434ddc
wined3d: Allow color fills on FBO attachable surfaces in ffp_blit_supported().
· 26484c92
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
26484c92
wined3d: Don't allow blits with an invalid destination rectangle when a clipper is set either.
· e1ab5f6e
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
e1ab5f6e
wined3d: Draw buffers are per-framebuffer state.
· f8ce77a5
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
f8ce77a5
wined3d: Merge FindContext() into context_acquire().
· 34b2956e
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
34b2956e
wined3d: Reuse convert_a8r8g8b8_x8r8g8b8() for B8G8R8X8 -> B8G8R8A8 conversions.
· 56428c63
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
56428c63
wined3d: Add compressed surface support to surface_cpu_blt().
· 156d24c6
Henri Verbeet
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
156d24c6
ntdll: Stub TokenSessionId for query call.
· 8e904f95
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
8e904f95
advapi32/tests: Fix invalid read in test.
· e717a78a
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
e717a78a
comctl32/treeview: Set edit box text before notification and keep it after.
· c13bf5a5
Nikolay Sivov
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
c13bf5a5
winex11: Simplify rectangle operations.
· 6d0f8133
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
6d0f8133
winex11: Sync a dib section's bits before copying the brush.
· f15dcec5
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
f15dcec5
wineps: Don't write a PostScript trailer if we haven't written a header.
· 39f14b68
Huw Davies
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
39f14b68
mscoree: COM cleanup for the ICLRRuntimeInfo iface.
· c8fcf420
Michael Stefaniuc
authored
13 years ago
and
Alexandre Julliard
committed
13 years ago
c8fcf420
Loading