Sign in
goma
/
wine
/
82fdc926a2cdbc518e7e78c1f02f08c3ab583e91
82fdc92
msi: Move all file comparisons to CostFinalize.
by Hans Leidekker
· 15 years ago
9af488d
msi: Always evaluate component conditions.
by Hans Leidekker
· 15 years ago
43f7bc8
msi/tests: Use a unique product code when testing MsiConfigureFeature parameter validation.
by Hans Leidekker
· 15 years ago
d9510f5
msi: Only set the property in the Reinstall event.
by Hans Leidekker
· 15 years ago
f23bf7a
msi/tests: Return INVALID_FILE_SIZE from get_pf_file_size if the file can't be opened.
by Hans Leidekker
· 15 years ago
1ac1633
msvcrt: Fix wrong msvcr90 in comments.
by Detlef Riekenberg
· 15 years ago
6f79f3a
msvcr70: Sync exports to current msvcrt.
by Detlef Riekenberg
· 15 years ago
747df00
msvcr90: Sync exports to current msvcrt exports.
by Detlef Riekenberg
· 15 years ago
86b2349
msvcr80: Sync exports to current msvcrt exports.
by Detlef Riekenberg
· 15 years ago
d979afc
usp10/test: Restructure test_ScriptItemize to make the test easier to manage and expand.
by Aric Stewart
· 15 years ago
d1971a4
wineps.drv: Start a new current path in PSDRV_PolyPolygon.
by Ilya Shpigor
· 15 years ago
a2a47ba
control: Convert application to Unicode.
by Detlef Riekenberg
· 15 years ago
5a195bd
dinput: Add the riid for an unsupported interface to a FIXME.
by Detlef Riekenberg
· 15 years ago
5eef359
wineps.drv: MM_ISOTROPIC and MM_ANISOTROPIC should also have inverted y-transforms (even if the page -> device mapping results in a negative y-scale).
by Huw Davies
· 15 years ago
cff134d
kernel32/tests: Document a few FormatMessage tests which are broken on older Windows.
by Andrew Nguyen
· 15 years ago
5763625
kernel32: Merge the insertion and non-insertion codepaths in the format_message helper together to share common functionality.
by Andrew Nguyen
· 15 years ago
722fd58
kernel32: Process CRLF escape sequences in normal insert sequence processing path in FormatMessageA/W.
by Andrew Nguyen
· 15 years ago
1d18b89
kernel32: Remove a superfluous function call in the format_insert helper.
by Andrew Nguyen
· 15 years ago
e724f6a
kernel32/tests: Centralize the FormatMessageW skip detection.
by Andrew Nguyen
· 15 years ago
5505ae9
kernel32: Handle some escape sequences with FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageA/W.
by Andrew Nguyen
· 15 years ago
2193b9e
kernel32: Correct output buffer behavior with empty input strings for FormatMessageA/W.
by Andrew Nguyen
· 15 years ago
f50198f
kernel32: Improve flag error handling in FormatMessageA/W.
by Andrew Nguyen
· 15 years ago
9df55f0
kernel32: Remove leftover preprocessor undef directives in the FormatMessage implementation.
by Andrew Nguyen
· 15 years ago
3cb43a0
kernel32: Fail if a format placeholder is present without a format specifier in FormatMessageA/W.
by Andrew Nguyen
· 15 years ago
b335089
wineconsole: Switch the rest to use the explicit W-forms.
by Michael Stefaniuc
· 15 years ago
fe0c5cb
wineconsole: Use the explicit W types/functions in dialog.c.
by Michael Stefaniuc
· 15 years ago
f621764
wineconsole: Use the explicit W types/functions in user.c.
by Michael Stefaniuc
· 15 years ago
cb2f244
wineconsole: Use the explicit W-form of the registry functions.
by Michael Stefaniuc
· 15 years ago
11b8ffc
progman: Use LANGUAGE as a global setting and not per resource.
by Michael Stefaniuc
· 15 years ago
83cf1ce
wined3d: Check if the depth/stencil surface has any valid location at the start of surface_load_ds_location().
by Henri Verbeet
· 15 years ago
7b80c7d
wined3d: Make "clear_rect" a RECT in IWineD3DDeviceImpl_ClearSurface().
by Henri Verbeet
· 15 years ago
772fe68
wined3d: Introduce device_get_draw_rect() to calculate the effective viewport.
by Henri Verbeet
· 15 years ago
0d86323
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_release_client_storage().
by Henri Verbeet
· 15 years ago
23a377f
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_init_sysmem().
by Henri Verbeet
· 15 years ago
5ac7b16
ole32: Use LoadCursorW instead of -A version.
by Nikolay Sivov
· 15 years ago
16bd9d5
ole32: Avoid uninitialized value to be potentialy passed to UnhookWindowsHookEx.
by Nikolay Sivov
· 15 years ago
d819f13
ole32: Use -W versions of window/message calls.
by Nikolay Sivov
· 15 years ago
b939193
t2embed: Add TTIsEmbeddingEnabled stub.
by Nikolay Sivov
· 15 years ago
4f4812b
windowscodecs: Partially implement IWICBitmapFlipRotator_CopyPixels.
by Vincent Povirk
· 15 years ago
0e992fc
windowscodecs: Implement IWICBitmapFlipRotator_GetSize.
by Vincent Povirk
· 15 years ago
dbdf1ef
windowscodecs: Implement IWICBitmapFlipRotator_Initialize.
by Vincent Povirk
· 15 years ago
7a254fc
windowscodecs: Add a stub implementation of IWICBitmapFlipRotator.
by Vincent Povirk
· 15 years ago
6c480cb
include: Add definitions for IWICBitmapFlipRotator.
by Vincent Povirk
· 15 years ago
83f32fc
windowscodecs: Implement IWICImagingFactory_CreateFormatConverter.
by Vincent Povirk
· 15 years ago
b468c29
windowscodecs: Implement IWICImagingFactory_CreateDecoderFromFilename.
by Vincent Povirk
· 15 years ago
2f41a3a
windowscodecs: Implement IWICStream_InitializeFromFilename.
by Vincent Povirk
· 15 years ago
d57247c
comctl32/listview: Rework item selection with letter keys, fix some glitches.
by Nikolay Sivov
· 15 years ago
fc59d0b
shell32/shlview: Remove redundant message sent on every iteration, fix a helper interface leak.
by Nikolay Sivov
· 15 years ago
7ea7119
shell32/shlview: Try to use IShellDetails to respond on notifications if IShellFolder2 isn't available.
by Nikolay Sivov
· 15 years ago
9b33b47
kernel32/tests: Fix test failures on certain versions of Windows.
by Hans Leidekker
· 15 years ago
a7fc0c6
usp10/tests: Remove some redundant tests and fully test bidi flag setting.
by Jeff Latimer
· 15 years ago
b367e90
usp10: Check that there are sufficient script_items before setting the last pointer.
by Jeff Latimer
· 15 years ago
6c0e61c
msvcrt: Added wcstombs_s implementation.
by Piotr Caban
· 15 years ago
0ec1635
msvcrt: Added _wcstoi64 and _wcstoui64 implementation.
by Piotr Caban
· 15 years ago
c4d6877
msvcrt: Added _mkgmtime implementation.
by Piotr Caban
· 15 years ago
4237551
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_add_dirty_rect().
by Henri Verbeet
· 15 years ago
f78d85f
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_set_texture_target().
by Henri Verbeet
· 15 years ago
294d9da
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_set_texture_name().
by Henri Verbeet
· 15 years ago
d977e91
wined3d: Store back buffer surfaces as IWineD3DSurfaceImpl pointers in the swapchain.
by Henri Verbeet
· 15 years ago
62acb2f
wined3d: Store the front buffer surface as an IWineD3DSurfaceImpl pointer in the swapchain.
by Henri Verbeet
· 15 years ago
ab788c7
wgl: Make context not current before deleting it.
by Roderick Colenbrander
· 15 years ago
b86787e
wgl: Improve wglDeleteContext threading behavior.
by Roderick Colenbrander
· 15 years ago
bfc4c71
user32: Only call the driver DestroyCursorIcon entry point for valid handles.
by Alexandre Julliard
· 15 years ago
94a3c09
user32: Ignore reserved bytes in BMP fileheader.
by Wolfram Sang
· 15 years ago
b25cd21
winegcc: Do use DSO full name for .so arguments.
by Kirill Smelkov
· 15 years ago
0b4fe5e
winebuild/winegcc: Allow building .dll.so without .spec file.
by Kirill Smelkov
· 15 years ago
3813878
gdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
by Vincent Povirk
· 15 years ago
800e9ff
gdiplus: Add test for GdipCreateBitmapFromGdiDib.
by Vincent Povirk
· 15 years ago
c9a78f7
shell32: Return boolean values.
by André Hentschel
· 15 years ago
1d49339
msvcr70/71: Sync exports to msvcrt.
by Detlef Riekenberg
· 15 years ago
963102f
winmm: Fix handle leak in timer tests.
by Maarten Lankhorst
· 15 years ago
8bd65c1
mmdevapi: Silence a fixme when it's harmless.
by Maarten Lankhorst
· 15 years ago
61d78d4
mmdevapi: Fix IsFormatSupported and initialization.
by Maarten Lankhorst
· 15 years ago
85339cd
mmdevapi: Add some DEVPKEY's to property tests.
by Maarten Lankhorst
· 15 years ago
bbd882a
includes: Add some devpkey definitions.
by Maarten Lankhorst
· 15 years ago
2b3b860
msvcrt: Added strtok_s implementation.
by Piotr Caban
· 15 years ago
59c1139
msvcrt: Fix debug message in scanf.
by Piotr Caban
· 15 years ago
6974abe
msvcrt: Use wcstod_l/strtod_l in other functions that parses doubles.
by Piotr Caban
· 15 years ago
f719766
msvcrt: Added wcstod_l implementation.
by Piotr Caban
· 15 years ago
f76eef7
msvcrt: Change strtod_l implementation.
by Piotr Caban
· 15 years ago
815840e
msvcrt: Added btowc implementation.
by Piotr Caban
· 15 years ago
40aa4dc
msvcr90: Added _recalloc implementation.
by Piotr Caban
· 15 years ago
32b1f25
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_force_reload().
by Henri Verbeet
· 15 years ago
553f429
wined3d: Simply pass IWineD3DSurfaceImpl pointers to IWineD3DSurfaceImpl_BltOverride().
by Henri Verbeet
· 15 years ago
d1ea48b
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_internal_preload().
by Henri Verbeet
· 15 years ago
c56d3c1
wined3d: Add a missing newline to a TRACE in IWineD3DDeviceImpl_UpdateSurface().
by Henri Verbeet
· 15 years ago
61d8338
wined3d: Kill the now unused MAX_MIP_LEVELS.
by Henri Verbeet
· 15 years ago
0dac2e8
quartz: Remove variable keyframe which is not really used from AVISplitter_next_request.
by Gerald Pfeifer
· 15 years ago
1e3aba6
ole32: Remove variable res which is not really used from CompositeMonikerImpl_Reduce.
by Gerald Pfeifer
· 15 years ago
2e82359
ntdll: Make TAPE_GetStatus inline to avoid a unused function warning.
by Alexandre Julliard
· 15 years ago
fdfabd5
wined3d: Avoid a compiler warning on old gcc.
by Alexandre Julliard
· 15 years ago
f99fc38
tools: Fix formatting errors in winemaker manpage.
by Frédéric Delanoy
· 15 years ago
814f570
winecfg: Remove variable cUnixPathLen which is not really used from apply_shell_folder_changes.
by Gerald Pfeifer
· 15 years ago
d623f00
winmm: Remove variables duration and samples which are not really used from check_position.
by Gerald Pfeifer
· 15 years ago
0351f56
advapi32: Remove variable ret which is not really used from LsaLookupNames2.
by Gerald Pfeifer
· 15 years ago
6c016ac
quartz: Fix return value for StdMediaSample2_GetTime in error cases.
by Gerald Pfeifer
· 15 years ago
ba9b207
msvidc32: Remove variable bit_per_pixel which is not really used from CRAM_Decompress and CRAM_DecompressEx.
by Gerald Pfeifer
· 15 years ago
6cad49d
gdi32: Remove variable retb which is not really used from test_closefigure.
by Gerald Pfeifer
· 15 years ago
d30629f
d3dx9_36: Remove variable nul which is not really used from D3DXVector4Test.
by Gerald Pfeifer
· 15 years ago
f6a7992
winex11: Remove variable size which is not really used from X11DRV_CLIPBOARD_SerializeMetafile.
by Gerald Pfeifer
· 15 years ago
Next »