Alexandre Julliard
|
a632052692
|
configure: Create a symlink for generic.ppd.
|
2010-02-03 13:53:56 +01:00 |
Alexandre Julliard
|
ce12296ce1
|
makefiles: Create the fonts symlinks from configure.
|
2010-02-03 13:53:11 +01:00 |
Alexandre Julliard
|
7d020c9f08
|
makefiles: Create the wine symlink from configure.
|
2010-02-03 13:43:04 +01:00 |
Alexandre Julliard
|
03e01a2987
|
makefiles: Generate the config.status dependency as part of the makefile dependencies.
|
2010-02-03 13:40:57 +01:00 |
Alexandre Julliard
|
303b79afa6
|
makefiles: Get rid of the (broken) aclocal installation rules.
|
2010-02-03 11:50:37 +01:00 |
Alexandre Julliard
|
7b7444fbca
|
makefiles: Simplify the installation of program binaries by not attempting to hardlink them.
|
2010-02-03 11:50:24 +01:00 |
Peter Rosin
|
bdebad094c
|
ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
|
2010-02-03 11:37:59 +01:00 |
Peter Rosin
|
2cf159f612
|
ntdll: Add tests for RtlSetThreadErrorMode and RtlGetThreadErrorMode.
|
2010-02-03 11:36:59 +01:00 |
Hans Leidekker
|
9a0020ade9
|
msi: Move some helpers to the module where they are used.
|
2010-02-03 11:31:48 +01:00 |
Hans Leidekker
|
29f47299c2
|
msi: Implement the ScheduleReboot standard action.
|
2010-02-03 11:31:48 +01:00 |
Hans Leidekker
|
552a9c9b85
|
msi: Add a stub implementation of the SetODBCFolders standard action.
|
2010-02-03 11:31:48 +01:00 |
Christian Costa
|
3d361e6412
|
d3drm/tests: Use better name for test function and make it static (spotted by Stefan Dosinger).
|
2010-02-03 11:07:34 +01:00 |
Andrew Nguyen
|
f1b30eb49d
|
msnet32: Add copyright author information.
|
2010-02-03 11:07:27 +01:00 |
Andrew Nguyen
|
1bcc3aa35c
|
ws2_32: Fix parameter validation order in getpeername.
|
2010-02-03 11:07:21 +01:00 |
Dan Kegel
|
15998c2bdb
|
cmd: Size buffer in create_full_path() correctly.
|
2010-02-03 11:07:14 +01:00 |
Dan Kegel
|
60fe4dae7a
|
cmd: %~dp0 should expand to the directory containing the batch file, not the current directory.
|
2010-02-03 11:07:07 +01:00 |
Luca Bennati
|
4509d9aa10
|
winspool.drv: Fix Italian translation.
|
2010-02-03 11:05:00 +01:00 |
Luca Bennati
|
1ecd8f3e7e
|
browseui: Add Italian translation.
|
2010-02-03 11:04:57 +01:00 |
Lei Zhang
|
a96db3c35c
|
userenv: Add a small test for DestroyEnvironmentBlock.
|
2010-02-03 11:00:50 +01:00 |
Alexandre Julliard
|
823edff312
|
advapi32/tests: Fix the service inactive state check to match the documentation.
|
2010-02-02 23:44:32 +01:00 |
Alexandre Julliard
|
48ab8eb3fd
|
user32: Fix the WM_CONTEXTMENU parameter for 64-bit.
|
2010-02-02 23:44:10 +01:00 |
Alexandre Julliard
|
aa47784130
|
winex11: Synchronize the shaped flag with the window region before determining the window size.
|
2010-02-02 20:28:21 +01:00 |
Alexandre Julliard
|
4356e49411
|
atl: The object map entries for version 1 don't have the last two fields.
|
2010-02-02 20:13:56 +01:00 |
Alexandre Julliard
|
9ce56b2729
|
server: Set the initial thread affinity from the process.
|
2010-02-02 16:12:01 +01:00 |
Alexandre Julliard
|
2f3fa8596b
|
server: Allow changing a thread affinity before it is initialized.
|
2010-02-02 15:58:02 +01:00 |
Paul Chitescu
|
b2a8cca6cd
|
uuid.h: Added standard qedit CLSID_SampleGrabber.
|
2010-02-02 14:12:45 +01:00 |
Paul Chitescu
|
d643748c94
|
qcap: Test the correct variable when deciding how to grab V4L frame.
|
2010-02-02 14:11:14 +01:00 |
Henri Verbeet
|
cee8e9d881
|
wined3d: Select the shader backend during adapter initialization.
|
2010-02-02 14:11:02 +01:00 |
Henri Verbeet
|
fb21551b2d
|
wined3d: Select the fragment pipeline during adapter initialization.
|
2010-02-02 14:10:56 +01:00 |
Henri Verbeet
|
93c49f1777
|
wined3d: Update the swapchain's present parameters when changing the backbuffer.
This fixes a bug exposed by commit b5907e23cc .
|
2010-02-02 14:10:52 +01:00 |
Henri Verbeet
|
97700f05a9
|
wined3d: TRACE IWineD3DDeviceImpl_CreateSurface() parameters.
|
2010-02-02 14:10:44 +01:00 |
Henri Verbeet
|
42c83f0260
|
wined3d: Dump ARB program shaders on compile failure.
Similar to the patch for GLSL.
|
2010-02-02 14:10:40 +01:00 |
Stefan Dösinger
|
e2f83db007
|
d3d8: Test buffer lock flags.
|
2010-02-02 14:10:27 +01:00 |
Stefan Dösinger
|
8912b372ed
|
d3d9: Move the vertex buffer alignment test into buffer.c.
|
2010-02-02 14:10:11 +01:00 |
Stefan Dösinger
|
1d486a5abe
|
d3d9: Test buffer lock flags.
|
2010-02-02 14:09:57 +01:00 |
Stefan Dösinger
|
224043d6cf
|
wined3d: Implement dynamic buffers with GL_ARB_map_buffer_range.
|
2010-02-02 14:09:14 +01:00 |
Stefan Dösinger
|
f6bb86e196
|
wined3d: Add GL_ARB_map_buffer_range.
|
2010-02-02 14:09:04 +01:00 |
Alexandre Julliard
|
8fc1fc49fd
|
user: Add internal functions for cursor/icon 16<->32 conversion to replace the typecasting macros.
|
2010-02-02 12:14:10 +01:00 |
Alexandre Julliard
|
3d55d1430b
|
user: Call the 16-bit CreateIconFromResourceEx from LoadIconHandler16.
|
2010-02-02 12:08:59 +01:00 |
Alexandre Julliard
|
e474bfe0f3
|
user: Reimplement GetIconInfo16 using the 16-bit icon structure directly.
|
2010-02-02 12:08:54 +01:00 |
Huw Davies
|
7e42fd8b4e
|
oleaut32: If the font name property is changed, don't insist on the current charset when selecting a new font.
|
2010-02-02 12:00:25 +01:00 |
Huw Davies
|
cf602ca422
|
oleaut32: Realize the font in getter functions.
|
2010-02-02 12:00:17 +01:00 |
Jörg Höhle
|
bc76916b90
|
winmm: Reset MIDIHDR flags prior to return from midiStreamOut.
|
2010-02-02 12:00:07 +01:00 |
Trey Hunner
|
afb374b7aa
|
cmd: Add support for 'if /i'.
|
2010-02-02 11:59:33 +01:00 |
André Hentschel
|
1b51c21fb3
|
oleaut32: Rewrite RollUdate to be easier to change and to support more conversions.
|
2010-02-02 11:59:28 +01:00 |
Alexandre Julliard
|
c4568edd64
|
user32/tests: Dispatch a message in case we can a WM_PAINT.
|
2010-02-02 11:47:20 +01:00 |
Jörg Höhle
|
ffeef37be2
|
winecoreaudio: Fix a float cast in the computation of MIDI volume.
|
2010-02-02 11:47:20 +01:00 |
Frédéric Delanoy
|
f6aaddbd3b
|
wordpad: Update French translation.
|
2010-02-02 11:47:20 +01:00 |
Frédéric Delanoy
|
51a6153672
|
wordpad: Fix typo in keyboard shortcut.
|
2010-02-02 11:47:20 +01:00 |
Michael Stefaniuc
|
2004db1bb1
|
dinput: Don't use HIWORD to check if a REFGUID is a DIPROP.
|
2010-02-02 11:47:20 +01:00 |