H. Verbeet
3ee642bb09
wined3d: Move the SHADER_OPCODE definition to wined3d_private.h.
2006-03-29 13:39:33 +02:00
H. Verbeet
0ac9c473d6
wined3d: Pass the correct number of parameters for texld with ps version >= 2.
2006-03-29 13:38:18 +02:00
Mike McCormack
8398f6e9e9
user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING.
2006-03-29 13:37:00 +02:00
Mike McCormack
964509df9c
user32: Implement SPI_[GS]ETUIEFFECTS.
2006-03-29 13:36:48 +02:00
Mike McCormack
fc9d36e4b7
user32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE.
2006-03-29 13:36:29 +02:00
Mike McCormack
9d04454268
user32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE.
2006-03-29 13:36:18 +02:00
Mike McCormack
9786252186
user32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW).
2006-03-29 13:36:07 +02:00
Mike McCormack
3244096d2e
user32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION).
2006-03-29 13:35:53 +02:00
Mike McCormack
cd37125f7a
user32: Implement SPI_[SG]ETCARETWIDTH.
2006-03-29 13:31:54 +02:00
Alexandre Julliard
31332b3cd6
mshtml: Don't free the URL we have just stored in the callback object.
2006-03-28 20:00:18 +02:00
Alexandre Julliard
bc15e1bc81
x11drv: Only warp the mouse pointer if it has actually moved.
2006-03-28 18:18:01 +02:00
H. Verbeet
1e421c7da9
d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.
2006-03-28 17:52:59 +02:00
Stefan Dösinger
1d47556195
wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.
2006-03-28 17:51:45 +02:00
Stefan Dösinger
d75fd75d48
wined3d: Add WINED3DPOOL to wined3d_types.h.
2006-03-28 17:34:42 +02:00
Aric Stewart
8358c63e15
twain: Add a property sheet UI for scanning.
2006-03-28 17:34:30 +02:00
Alexandre Julliard
bec4990cab
x11drv: Reinitialize the display settings when using a desktop window.
2006-03-28 16:55:03 +02:00
Aric Stewart
0bcc992162
twain: A few cleanups, using some consts from sane.
2006-03-28 14:44:03 +02:00
Eric Kohl
1a5c6ef47d
widl: Implement support for pointers to base types.
2006-03-28 14:43:28 +02:00
Alexandre Julliard
e97a1afbab
advapi32: Fixed compiler warnings.
2006-03-28 14:43:18 +02:00
Thomas Weidenmueller
ae8b835d85
advapi32: Fixed building TRUSTEEs with objects.
...
Fill the TRUSTEE structure properly in BuildTrusteeWithObjectsAndName
and BuildTrusteeWithObjectsAndSid, including regression tests.
2006-03-28 12:34:43 +02:00
Thomas Weidenmueller
870d37ff60
comctl32: Rebar size fix.
...
Rebars without any bands should have a height/width of 0.
2006-03-28 12:34:25 +02:00
Vitaly Lipatov
5072fd440a
wineshelllink: Remove quotes from Path=<workdir>.
2006-03-28 12:22:59 +02:00
Jonathan Ernst
1e408c954c
wine.inf: Add some more fake dlls to the system directory.
2006-03-28 12:22:47 +02:00
Mike McCormack
fbab61c405
mpr: Improve the stub for WNetGetUniversalNameW.
2006-03-28 12:22:00 +02:00
Mike McCormack
f5c1381e06
server: Fix a race condition in the delivery of change notifications.
2006-03-28 12:21:54 +02:00
Alexandre Julliard
c44410d1e3
x11drv: Avoid setting text or WM hints of the X root window.
2006-03-28 12:21:37 +02:00
Alexandre Julliard
25d134071f
winemp3: Renamed the dlls/msacm/winemp3 directory to dlls/winemp3.acm.
2006-03-27 23:19:50 +02:00
Alexandre Julliard
66a5c739c8
msg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm.
2006-03-27 23:18:48 +02:00
Alexandre Julliard
3fa4fc51aa
msadp32: Renamed the dlls/msacm/msadp32 directory to dlls/msadp32.acm.
2006-03-27 23:18:08 +02:00
Alexandre Julliard
ff0d10983c
imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
2006-03-27 23:17:19 +02:00
Alexandre Julliard
db6608ac9f
x11drv: Moved desktop mode handling to the explorer process.
...
Per-application desktop mode settings are no longer supported. Apps
can be launched in a specific desktop window by using:
explorer /desktop=name[,widthxheight] app.exe [args]
If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".
2006-03-27 22:43:03 +02:00
Alexandre Julliard
ba1517fa80
x11drv: Allow setting WM hints for the desktop window.
2006-03-27 22:16:04 +02:00
Alexandre Julliard
1625b385c8
x11drv: Support SetWindowPos and ShowWindow on the desktop window.
2006-03-27 21:45:47 +02:00
Jacek Caban
5f009f2540
mshtml: Added tooltip implementation.
2006-03-27 21:41:52 +02:00
Ulrich Czekalla
a6431c3868
commdlg: Properly set and retrieve colour value from combo box .
2006-03-27 21:41:46 +02:00
Robert Shearman
e8fe7004c7
shell32: Adding a systray item with an invalid icon handle is allowed.
2006-03-27 21:41:30 +02:00
Huw Davies
d6ce9db80f
riched20: Take a ref on text host.
2006-03-27 21:41:20 +02:00
Mike McCormack
4ce100aa64
user32: Send a fake mouse movement event after releasing capture.
2006-03-27 21:41:09 +02:00
Alexandre Julliard
18d7980fd8
ntdll: Limit header_size to the file size.
2006-03-27 21:29:46 +02:00
Alexandre Julliard
6bb18e24e9
x11drv: Get rid of the using_wine_desktop flag.
2006-03-27 15:33:43 +02:00
Alexandre Julliard
90af5a0d17
server: Connect to the window station and desktop specified by startup info.
...
If window station and desktop aren't inherited from the parent, don't
connect to them from the server, but from the USER init code where we
can get the proper values from the startup info structure.
2006-03-27 12:57:17 +02:00
Alexandre Julliard
641e9e382f
server: Store window properties in the global atom table instead of
...
the per-winstation table.
2006-03-27 12:50:26 +02:00
Louis. Lenders
5094cfa6eb
shell32: Add an uncompressed AVI displaying the word searching.
2006-03-27 12:18:45 +02:00
James Hawkins
480b64950b
advpack: Implement the launching of executables in RunSetupCommand.
2006-03-27 12:17:30 +02:00
James Hawkins
e4b31800ab
advpack: Define S_ASYNCHRONOUS in advpub.h.
2006-03-27 12:16:55 +02:00
Alexandre Julliard
0a3646292a
server: Fixed process exit code on FreeBSD.
2006-03-27 12:14:24 +02:00
Petr Tesarik
68f8d28945
winedbg: Fix stepping over an instruction.
2006-03-27 12:14:20 +02:00
Petr Tesarik
404eadc775
winedos: Clear TF bit before passing control to a VM86 interrupt handler.
2006-03-27 12:14:13 +02:00
f_sophia
fa68994ab1
winhelp: Added Esperanto language support.
2006-03-27 11:56:08 +02:00
Antonio Codazzi
77405a786d
shell32: Updated Esperanto translation.
2006-03-27 11:55:31 +02:00