Raphael Junqueira
9191a9cd95
Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
...
(as the interfaces aren't documented we only have stubs).
2004-03-30 20:42:06 +00:00
Huw Davies
210b54670c
We don't support GetDIBits with BI_RLE4/8, so for now return an
...
uncompressed bitmap if the bits buffer is large enough.
2004-03-30 20:39:09 +00:00
Huw Davies
fddf5ce12c
Select the dibsection into a dc before calling GetDIBColorTable.
2004-03-30 20:38:45 +00:00
Dmitry Timoshkov
96db7b27f8
Add CP932, CP936, CP949 and CP950 to the charset map.
2004-03-30 20:38:24 +00:00
Mike McCormack
44ef9a1f07
Unicodify the cookie handling code.
2004-03-30 20:38:08 +00:00
Mike McCormack
1baf39f95a
Fix the HttpQueryInfoA function buffer size.
2004-03-30 20:37:49 +00:00
Mike McCormack
1cf04bd70a
Fix builtin NE module refcounting of 32bit parent.
2004-03-30 20:37:33 +00:00
Raphael Junqueira
114c9077d6
- more Extensions work (begin to detect ATI extensions)
...
- try to fix D3DTADDRESS_BORDER, D3DTADDRESS_MIRROR,
D3DTADDRESS_MIRRORONCE using OpenGL extensions
- better set_tex_op: now use Runtime Extension support (and not
compile support)
2004-03-30 05:14:57 +00:00
Jon Griffiths
49b3982255
RegisterDragDrop: fail on NULL drop target.
2004-03-30 05:13:58 +00:00
Alexandre Julliard
b64c627022
Fixed rounding bug in the stack info calculation when we don't have
...
pthread_getattr_np.
2004-03-30 05:13:35 +00:00
Mike McCormack
a4e902cbe1
Convert the wininet HTTP functions to Unicode.
2004-03-30 04:36:09 +00:00
Chris Morgan
bcaac8e158
Invalid "Desktop" values would crash winecfg, use the default value
...
instead.
2004-03-30 04:34:40 +00:00
Marcelo Duarte
35ac185de7
Minor updates in resource for Portuguese.
2004-03-30 04:34:13 +00:00
Ivan Leo Murray-Smith
fd3211cb8f
Improved version resource info.
2004-03-30 04:33:57 +00:00
Ivan Leo Murray-Smith
1480809714
In resource info allow OriginalFilename and InternalName to be
...
different.
2004-03-30 04:33:08 +00:00
Ferenc Wagner
27db309518
Don't expect stdout be usable after exchanging file descriptors under
...
it.
2004-03-30 04:32:46 +00:00
Chris Morgan
29623c2e6b
Remove references to winecheck from the documentation and insert a
...
TODO that mentions that the functionality is to be moved into
winecfg.
2004-03-29 23:07:39 +00:00
Ivan Leo Murray-Smith
317cc8d122
Enable Italian translations.
2004-03-29 23:06:18 +00:00
Alexandre Julliard
ddd96e57d0
Fixed language declarations.
2004-03-29 23:05:55 +00:00
Ivan Leo Murray-Smith
f1e5356f04
WINE_FILEDESCRIPTION_STR is already defined in wine_common_ver.rc.
2004-03-29 23:05:20 +00:00
Mike McCormack
da0878df14
Stub implementations for LresultFromObject and
...
AccessibleObjectFromWindow.
2004-03-29 23:04:46 +00:00
Mike McCormack
d00141aae8
Write EMRPOLYLINE16 if points fit into a SHORT.
2004-03-29 23:04:32 +00:00
Mike McCormack
23d036719d
Move EMR*16 definitions to wingdi.h, as they're part of the WIN32 API.
2004-03-29 23:04:11 +00:00
Dmitry Timoshkov
d687ed2e28
Fix Slovenian keyboard layout to better match the XFree86 one.
2004-03-29 22:56:18 +00:00
Dmitry Timoshkov
bd5c18c3f1
Scrollbar should also react on WM_LBUTTONDBLCLK.
2004-03-29 22:56:01 +00:00
Dmitry Timoshkov
9c637f4322
Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.
2004-03-29 22:55:46 +00:00
Sylvain Petreolle
2504ac59b4
Fixed error reporting.
2004-03-29 22:55:26 +00:00
Christian Costa
42b616939a
Added stub for WINNLS32EnableIME.
2004-03-29 22:54:42 +00:00
Lionel Ulmer
28d9aafc81
Add some TRACEing to the edit control.
2004-03-29 22:54:05 +00:00
Warren Turkal
e910efbcbe
Fixed the implementation of CoTreatAsClass.
2004-03-29 21:41:33 +00:00
Kevin Koltzau
10a3fd3c3a
Implement loading and saving to a stream, and a few other basic
...
functions.
2004-03-29 21:39:44 +00:00
Huw Davies
1614517776
Honour DIB_PAL_COLORS when the bitmap depths match.
2004-03-29 21:39:04 +00:00
Robert Reif
605064a4bf
Print out sound card info for playback, capture and duplex modes.
...
Hardware capabilities can vary depending on usage mode.
Print out format requested and actual format returned.
2004-03-29 20:27:50 +00:00
Mike McCormack
4eaf41b535
Unicodify CreateMetaFile.
2004-03-29 20:27:18 +00:00
Mike McCormack
7b8d745a4f
Use CreateEventW in preference to CreateEventA.
2004-03-29 20:26:39 +00:00
Sami Nopanen
f6c513ca60
Implemented invisibleghost, deckx and decko drawing modes, and
...
improved ghost drawing mode.
2004-03-29 20:26:21 +00:00
Alexandre Julliard
74bd1e47ed
Check file sharing permissions based on the file inode instead of the
...
file name.
Added regression test for sharing permissions.
2004-03-27 20:48:42 +00:00
Alexandre Julliard
ae72222741
Fixed copy/paste error in previous patch (spotted by Dimitrie
...
O. Paun).
2004-03-27 20:45:30 +00:00
Dmitry Timoshkov
d16829846d
Add a few missing __ASM_NAME macros.
2004-03-27 20:44:41 +00:00
Robert Reif
7c112c918d
Clean up white spaces.
...
Fix spelling error.
Improve capture error messages.
Fix error reporting when capturing from nonexistent device.
2004-03-27 20:42:57 +00:00
Ivan Leo Murray-Smith
62437ad81d
Use WINEDEBUG instead of --debugmsg.
2004-03-27 20:42:34 +00:00
Raphael Junqueira
9fb52e7716
- support of D3DTSS_MAXMIPLEVEL
...
- support of D3DTSS_MIPMAPLODBIAS (using EXT_TEXTURE_LOD_BIAS extension)
- correct support of D3DTSS_MAXANISOTROPY for D3DTSS_MAGFILTER and
D3DTSS_MINFILTER
- fixes for D3DTSS_MAGFILTER and D3DTSS_MAGFILTER
2004-03-27 20:42:14 +00:00
Dmitry Timoshkov
c7d9f75eeb
Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
...
Take into account that HeapRealloc may move the allocated memory block.
2004-03-27 20:41:43 +00:00
Martin Fuchs
02dd8c3601
Call IShellExecuteHook interface for ShellExecute() calls with ID
...
lists.
2004-03-27 20:41:20 +00:00
Alexandre Julliard
a1fe8b4f24
Use futimes() instead of utime() to implement SetFileTime, so that it
...
can be done on the client side.
2004-03-27 01:48:52 +00:00
Martin Fuchs
dd46d6df9e
Implementation of the control panel folder in shell namespace.
2004-03-27 01:42:22 +00:00
Mike Hearn
ce32fc5684
Allow configuration of output devices to use and change standard
...
output plugin requested to "default".
2004-03-27 01:38:54 +00:00
Ulrich Czekalla
4205880fd1
Implement FixSlashesAndColonW and add stub for SHGetAppCompatFlags.
2004-03-27 01:38:26 +00:00
Alexandre Julliard
fac49cbae8
Avoid crash in X11DRV_IsSolidColor for TrueColor displays.
2004-03-27 01:37:32 +00:00
Huw Davies
caab4c6f39
Build the correct colour map when the mode is DIB_PAL_COLORS.
2004-03-27 01:37:09 +00:00