Sign in
goma
/
wine
/
506fe445e32f5dda07b2ef01f3696c4e6bc210b7
506fe44
configure: Add autoheader to the compile command.
by Alexandre Julliard
· 19 years ago
1fd32cf
configure: Use --rpath when linking dlls too.
by Alexandre Julliard
· 19 years ago
02ff174
programs: Get rid of application symlinks, they are no longer needed.
by Alexandre Julliard
· 19 years ago
ddc60c8
x11drv: Clear new bitmaps if they don't contain any data.
by Alexandre Julliard
· 19 years ago
5c1b27a
gdi: Add a simple test for bitmap bits/metrics
by Dmitry Timoshkov
· 19 years ago
5052dcc
msi: Set the InstallerLocation value when registering msi.dll.
by Mike McCormack
· 19 years ago
dcbfa11
kernel: Avoid heap corruption on invalid parameter in GlobalFree().
by Detlef Riekenberg
· 19 years ago
13c2f47
kernel: Avoid infinite waits in directory change tests.
by Alexandre Julliard
· 19 years ago
bb370f3
d3d8: Change the default debug channel to d3d8 for device.c.
by H. Verbeet
· 19 years ago
2940fd9
d3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.
by H. Verbeet
· 19 years ago
0ea6686
d3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.
by H. Verbeet
· 19 years ago
dbd582c
mshtml: Optimize nsACString handling.
by Jacek Caban
· 19 years ago
3d9d384
mshtml: Better QueryInterface implementation.
by Jacek Caban
· 19 years ago
ad05be7
wordpad: Fix typo in Norwegian resource.
by Alexander N. Sørnes
· 19 years ago
0bb76d2
regedit: Fix Russian translation.
by Vitaly Lipatov
· 19 years ago
d4c42c0
control: Fix datetime name.
by Vitaly Lipatov
· 19 years ago
5d138be
winecfg: Update Bulgarian translation.
by Milko Krachounov
· 19 years ago
03283bf
include: LVSETINFOTIPA does not exist.
by Mike McCormack
· 19 years ago
18f5d0a
winedbg: Copy floating point status to the dbgcontext.
by Jeff Latimer
· 19 years ago
9bf0080
gdi: Handle NT style \\.\DISPLAY1 name that we return.
by Vitaliy Margolen
· 19 years ago
9f487ba
msi: Optimise WHERE operations.
by Robert Shearman
· 19 years ago
d62aa01
msi: Add a test for MsiFormatRecord with integer fields.
by Robert Shearman
· 19 years ago
15a7d3b
wininet: Copy from the start of the cookie name, not the cookie data.
by Robert Shearman
· 19 years ago
3efe425
include: Add some more defines to wininet.h.
by Robert Shearman
· 19 years ago
6291ad6
wcmd: Use PACKAGE_VERSION as the wcmd version.
by Robert Shearman
· 19 years ago
650ac14
ole: Use the thread pool for executing RPC calls for better performance
by Robert Shearman
· 19 years ago
c33fbc0
wineprefixcreate: Autodetect the running from build tree case.
by Alexandre Julliard
· 19 years ago
c67728f
setupapi: Added support for calling executables in a RegisterDlls section.
by Alexandre Julliard
· 19 years ago
ac60251
ntdll: In MODULE_FlushModrefs, also free dlls that haven't been initialized yet.
by Alexandre Julliard
· 19 years ago
9d9bb6a
Prevent the use of windowsx.h with Wine source.
by Mike McCormack
· 19 years ago
3b397e5
winefile: Eliminate use of windowsx.h.
by Mike McCormack
· 19 years ago
12eb665
dbghelp: MSC fixes.
by Eric Pouech
· 19 years ago
7eefc9e
dbghelp: Support for LF_VTSHAPE in MSC.
by Eric Pouech
· 19 years ago
e737dbe
dbghelp: MSC forward declaration.
by Eric Pouech
· 19 years ago
79b4720
dbghelp: Type parsing refactoring.
by Eric Pouech
· 19 years ago
dadd108
dbghelp: Fixes for NB11 types.
by Eric Pouech
· 19 years ago
9e65733
dbghelp: MSC handling of function signature's parameters.
by Eric Pouech
· 19 years ago
209e175
dbghelp: Cleanup MSC bitfield handling.
by Eric Pouech
· 19 years ago
4c2cec5
dbghelp: Fieldlist.
by Eric Pouech
· 19 years ago
633ab58
dbghelp: MSC types.
by Eric Pouech
· 19 years ago
68a0ca7
dbghelp: Types parsing.
by Eric Pouech
· 19 years ago
bbf0251
dbghelp: CV's ssearch.
by Eric Pouech
· 19 years ago
4143ce5
dbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.
by Eric Pouech
· 19 years ago
c0e0de6
dbghelp: Compiland and source files are not the same thing.
by Eric Pouech
· 19 years ago
a1a54e7
gdi32: Look for ttf fonts in the Wine font dir.
by Vitaly Lipatov
· 19 years ago
89edaa7
gdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.
by Dmitry Timoshkov
· 19 years ago
623f142
widl: Do not generate code that initializes a binding handle.
by Eric Kohl
· 19 years ago
c7174f9
widl: Fix proc offset calculation.
by Eric Kohl
· 19 years ago
919d14c
widl: 'unsigned char' and 'byte' are must be distinct types.
by Eric Kohl
· 19 years ago
144bb46
mshtml.idl: Added more interfaces.
by Jacek Caban
· 19 years ago
cb92214
mshtml/tests: Code cleanup.
by Jacek Caban
· 19 years ago
db90e17
dbghelp: Live target detection.
by Eric Pouech
· 19 years ago
d5816d2
Remove some unnecessary uses of windowsx.h
by Mike McCormack
· 19 years ago
417067b
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
by Mike McCormack
· 19 years ago
ca4f8dd
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
a3b7a07
winecfg: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
32f6b71
crypt32: Fix a warning.
by Mike McCormack
· 19 years ago
b07299f
msvfw32: Update Korean resources.
by YunSong Hwang
· 19 years ago
2d84595
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
489d613
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
2f5293f
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
33bf2e5
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
83b94fc
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
3be0cc8
taskmgr: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
01d9912
regedit: Fix some gcc 4.1 warnings.
by Mike McCormack
· 19 years ago
ae5823d
crypt32: Implement CertGetSubjectCertificateFromStore.
by Juan Lang
· 19 years ago
7870a5a
wined3d: Add D3DBASISTYPE to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
bcbf5f3
d3d8/wined3d: Vertex shader fixes.
by Roderick Colenbrander
· 19 years ago
17b13bd
gdi: Support for loading fonts from the build directory.
by Alexandre Julliard
· 19 years ago
bbb4303
winecfg: Support for loading the list of dlls from the build directory.
by Alexandre Julliard
· 19 years ago
4db364c
libwine: Added magic handling of dll path when running in build dir.
by Alexandre Julliard
· 19 years ago
060d537
winbase.h: Add missing LMEM_INVALID_HANDLE define.
by Detlef Riekenberg
· 19 years ago
5ff1004
libwine: Export wine_get_build_dir.
by Alexandre Julliard
· 19 years ago
bf56613
libwine: Added support for executing wine binaries out of the build dir.
by Alexandre Julliard
· 19 years ago
77b3b92
libwine: Added detection for Wine being run out of the build directory.
by Alexandre Julliard
· 19 years ago
7fb2ae6
dlls: Remove the no longer needed symlinks to the static libraries.
by Alexandre Julliard
· 19 years ago
5319db6
Remove some no longer needed library paths.
by Alexandre Julliard
· 19 years ago
870d490
winegcc: Look for libraries in subdirs of the library path too.
by Alexandre Julliard
· 19 years ago
e635170
secur32: Update ntlm_auth version detection to detect new samba4 version numbers.
by Kai Blin
· 19 years ago
b40a406
crypt32: Tighten CertDuplicateCertificateContext test.
by Juan Lang
· 19 years ago
832dd3c
Release 0.9.10.
by Alexandre Julliard
· 19 years ago
wine-0.9.10
9af38df
avitools: Fixed library path for msvfw32.
by Alexandre Julliard
· 19 years ago
d8568e9
user/tests: Try harder to flush X events before running tests.
by Alexandre Julliard
· 19 years ago
a2a4029
wininet: Added Hungarian translation.
by András Kovács
· 19 years ago
dc2bced
wineps: Added Hungarian translation.
by András Kovács
· 19 years ago
d1df8a8
shlwapi: Added Hungarian translation.
by András Kovács
· 19 years ago
8ab92e8
shell32: Added Hungarian translation.
by András Kovács
· 19 years ago
841c12f
shdocvw: Added Hungarian translation.
by András Kovács
· 19 years ago
09aa668
setupapi: Added Hungarian translation.
by András Kovács
· 19 years ago
ed42a4c
serialui: Added Hungarian translation.
by András Kovács
· 19 years ago
b888034
oledlg: Added Hungarian translation.
by András Kovács
· 19 years ago
7ad51ea
msvidc32: Added Hungarian translation.
by András Kovács
· 19 years ago
3295589
msvfw32: Added Hungarian translation.
by András Kovács
· 19 years ago
359a9dc
msrle32: Added Hungarian translation.
by András Kovács
· 19 years ago
fb7921a
msi: Added Hungarian translation.
by András Kovács
· 19 years ago
724f354
mshtml: Added Hungarian translation.
by András Kovács
· 19 years ago
6f74cf8
msacm: Added Hungarian translation.
by András Kovács
· 19 years ago
c8774d6
mpr: Added Hungarian translation.
by András Kovács
· 19 years ago
01b21ee
iccvid: Added Hungarian translation.
by András Kovács
· 19 years ago
6d9399a
hhctrl.ocx: Added Hungarian translation.
by András Kovács
· 19 years ago
Next »