Sign in
goma
/
wine
/
9ae995f674b55bacadee9068ebad376e3574a0fa
9ae995f
msvcrt: Fix fread eof handling.
by Markus Amsler
· 18 years ago
fdd61a7
msvcrt: fread: Fill buffer on small reads.
by Markus Amsler
· 18 years ago
ef5ed0a
msvcrt: Add fread eof tests.
by Markus Amsler
· 18 years ago
ce2e980
wined3d: Add shader version/end masks to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
9846602
wined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
4745e60
wined3d: Add D3DCLIPPLANE constants to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
b7edf5b
wined3d: Add D3DSHADER_ADDRMODE masks to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
29aa316
wined3d: Add D3DSI and other opcode masks to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
6f0bb0f
wined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
c912032
wined3d: Add D3DTEXTUREOP to the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
75c67f6
ddraw: Do not let the a surface dimension fall to 0.
by Stefan Dösinger
· 18 years ago
b4afa19
ddraw: Remove an incorrect size check.
by Stefan Dösinger
· 18 years ago
97df92d
mciseq: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
1f2219d
shell32: Fix typo in Run dialog.
by Detlef Riekenberg
· 18 years ago
a0b260e
gdi: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
175ed0c
dmstyle: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
0290eb1
msacm32: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
a4253ba
dmusic: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
690ae7b
mciavi32: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
c840d39
msvfw32: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
1c77401
dmband: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
187b6ed
dmloader: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
99f4a6a
mciwave: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
b46d30e
mpr: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
c67f5de
sane.ds: Get rid of the prototypes of some removed functions.
by Alexandre Julliard
· 18 years ago
2492abb
itss: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
577d1e1
mapi32/tests: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
0a1f1a9
tapi32: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
9f71ae8
netapi32: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
279207b
oleaut32/tests: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
449dfad
shell32: Implement SHRegQueryValueA with RegQueryValueA.
by Detlef Riekenberg
· 18 years ago
ff82ce2
wineprefixcreate: Set correct LD_LIBRARY_PATH.
by Srivatsa Kanchi, R
· 18 years ago
b77ac32
opengl: Fix wglMakeCurrent bug.
by Roderick Colenbrander
· 18 years ago
55e3ecf
mscms/tests: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
4b2756b
regedit: Cast-qual warnings fix.
by Andrew Talbot
· 18 years ago
9187951
msi: Handle the sign properly when converting integer data.
by Mike McCormack
· 18 years ago
1b256f2
msi: Improve error checking when applying transform data.
by Mike McCormack
· 18 years ago
6a9222f
Fixed some printf warnings caused by using sizeof.
by Alexandre Julliard
· 18 years ago
181cf8b
loader: Make sure the reserved area is protected on MacOSX too.
by Alexandre Julliard
· 18 years ago
e958dc2
ws2_32: Win64 printf format fixes.
by Alexandre Julliard
· 18 years ago
9e5fada
winsock: Add a WS_ prefix to the BSD types.
by Alexandre Julliard
· 18 years ago
e998f9a
comctl32: toolbar: Store dwBaseCustDraw and dwItemCDFlag in local variables.
by Mikołaj Zalewski
· 18 years ago
79433e1
comctl32: toolbar: Merge TOOLBAR_InsertButtonA and TOOLBAR_InsertButtonW.
by Mikołaj Zalewski
· 18 years ago
c95aa82
comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case).
by Mikołaj Zalewski
· 18 years ago
4cf682b
comctl32: toolbar: Remove dwItemCustDraw from TOOLBAR_INFO and store it as a local variable.
by Mikołaj Zalewski
· 18 years ago
e0e2d74
comctl32: toolbar: Don't send NM_CUSTOMDRAW for separators.
by Mikołaj Zalewski
· 18 years ago
8304d06
comctl32: header: Call DefWindowProcW not DefWindowProcA.
by Mikołaj Zalewski
· 18 years ago
3f89a71
comctl32: header: Invalidate the control after a WM_SETREDRAW with wParam == TRUE.
by Mikołaj Zalewski
· 18 years ago
056d004
comctl32: listview: Don't call ScrollColumn with an out of bounds index when resizing the last column.
by Mikołaj Zalewski
· 18 years ago
532fe7a
wined3d: Merge D3DDP_MAXTEXCOORD constants into one constant in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
2bac4a0
wined3d: Merge D3DPRIMITIVETYPE types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
1cd7bcf
wined3d: Merge D3DCOLOR types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
9628a1b
wined3d: Merge D3DRECT types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
ac37163
wined3d: Merge D3DMATRIX types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
ec782c2
wined3d: D3DTRANSFORMSTATETYPE: Consistently use in the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
b1a4bd8
wined3d: D3DRENDERSTATETYPE: Consistently use in the WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
1a1b902
winex11.drv: Always set window type.
by Nickolay V. Shmyrev
· 18 years ago
7e9e599
lz32/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
3438512
dinput/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
d7c0a0e
advpack/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
30f30e5
msi: Updated Spanish translation.
by José Manuel Ferrer Ortiz
· 18 years ago
9aa317d
wldap32: Added Spanish translation.
by José Manuel Ferrer Ortiz
· 18 years ago
e0b399f
mshtml: Added Spanish translation.
by José Manuel Ferrer Ortiz
· 18 years ago
cdada31
user32: SPI_GETFONTSMOOTHINGORIENTATION and SPI_SETFONTSMOOTHINGORIENTATION are kown actions.
by Christian Gmeiner
· 18 years ago
e981278
cabinet: Make internal functions static.
by James Hawkins
· 18 years ago
d813d8d
crypt32: Make an internal function static.
by James Hawkins
· 18 years ago
cd073a6
comctl32: Make internal functions static.
by James Hawkins
· 18 years ago
c9384a2
gphoto2.ds: Make an internal function static.
by James Hawkins
· 18 years ago
cdd717b
advapi32: Add missing declarations to the public headers.
by James Hawkins
· 18 years ago
2730fe6
advapi32: Make internal functions static.
by James Hawkins
· 18 years ago
89e139e
winedump: Cast-qual warnings fix (with thanks to Dmitry Timoshkov and Eric Pouech).
by Andrew Talbot
· 18 years ago
8029470
winebuild: Cast-qual warning fix.
by Andrew Talbot
· 18 years ago
eda8b95
winsock: Add mapping for SO_ACCEPTCONN.
by Nicolas Delcros
· 18 years ago
60ea01a
msi: Test transforms removing a row in a table.
by Mike McCormack
· 18 years ago
8f56ae8
msi: Tests for transforms modifying rows in a table.
by Mike McCormack
· 18 years ago
5742b33
msi: An empty string table entry should always have a zero refcount.
by Mike McCormack
· 18 years ago
732e0e9
wined3d: Merge GAMMARAMP types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
5f2987a
wined3d: Merge VIEWPORT types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
90f5be2
wined3d: Merge MATERIAL types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
70bbf73
wined3d: Merge LIGHT types into one type in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
fea4495
wined3d: TEXTUREFILTERTYPE: Consistently use in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
a07a8f7
wined3d: D3DDECLTYPE: Consistently use in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
f0d5b35
wined3d: D3DQUERYTYPE: Consistently use in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
837027f
wined3d: D3DTEXTURESTAGESTATETYPE: Consistently use in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
19c5534
wined3d: D3DDEVTYPE: Consistently use in WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
fb0c932
wined3d: D3DFORMAT: Consistently use WINED3D namespace.
by Ivan Gyurdiev
· 18 years ago
d642e11
winapi_test: Regenerate tests.
by Ge van Geldorp
· 18 years ago
c507543
msi: Set the SourceDir and SOURCEDIR properties in the ResolveSource action.
by James Hawkins
· 18 years ago
58870ce
msi: Clean up after the package tests.
by James Hawkins
· 18 years ago
eb18bd9
msi: Check transforms have the correct storage guid.
by Mike McCormack
· 18 years ago
ee55546
msi: Check that transforms return the correct data.
by Mike McCormack
· 18 years ago
a58a9f5
user: Add some missing messages to the message spy.
by Dmitry Timoshkov
· 18 years ago
7b048bd
mlang/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
f37c0aa
usp10/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
cab43e6
psapi/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
4b7877d
secur32/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
b6a9109
regedit: Format warning fixes.
by H. Verbeet
· 18 years ago
5aafea4
wordpad: Format warning fixes.
by H. Verbeet
· 18 years ago
2465fcb
ddraw: Win64 printf format warning fixes.
by H. Verbeet
· 18 years ago
93ec41f
d3d9: Disable the surface pitch size test for now, just check alignment instead.
by H. Verbeet
· 18 years ago
Next »