Alexandre Julliard [Wed, 31 Mar 2004 00:56:14 +0000 (00:56 +0000)]
Fixed handling of .so and .a libraries specified as input files.
Ferenc Wagner [Wed, 31 Mar 2004 00:55:41 +0000 (00:55 +0000)]
Give SetErrorMode the right argument to suppress crash dialogs.
Ivan Leo Murray-Smith [Wed, 31 Mar 2004 00:55:25 +0000 (00:55 +0000)]
Small fix.
Alexandre Julliard [Tue, 30 Mar 2004 21:19:00 +0000 (21:19 +0000)]
Get the drive root directories from the symlinks in dosdevices/ if
they exist.
Added creation of drive symlinks in the device transition code.
Alexandre Julliard [Tue, 30 Mar 2004 21:00:07 +0000 (21:00 +0000)]
Added support for DOS drives in QueryDosDevice and DefineDosDevice.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 20:43:22 +0000 (20:43 +0000)]
Fixed some values.
Florian Goth [Tue, 30 Mar 2004 20:43:00 +0000 (20:43 +0000)]
Added some stubs.
Raphael Junqueira [Tue, 30 Mar 2004 20:42:06 +0000 (20:42 +0000)]
Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
(as the interfaces aren't documented we only have stubs).
Huw Davies [Tue, 30 Mar 2004 20:39:09 +0000 (20:39 +0000)]
We don't support GetDIBits with BI_RLE4/8, so for now return an
uncompressed bitmap if the bits buffer is large enough.
Huw Davies [Tue, 30 Mar 2004 20:38:45 +0000 (20:38 +0000)]
Select the dibsection into a dc before calling GetDIBColorTable.
Dmitry Timoshkov [Tue, 30 Mar 2004 20:38:24 +0000 (20:38 +0000)]
Add CP932, CP936, CP949 and CP950 to the charset map.
Mike McCormack [Tue, 30 Mar 2004 20:38:08 +0000 (20:38 +0000)]
Unicodify the cookie handling code.
Mike McCormack [Tue, 30 Mar 2004 20:37:49 +0000 (20:37 +0000)]
Fix the HttpQueryInfoA function buffer size.
Mike McCormack [Tue, 30 Mar 2004 20:37:33 +0000 (20:37 +0000)]
Fix builtin NE module refcounting of 32bit parent.
Raphael Junqueira [Tue, 30 Mar 2004 05:14:57 +0000 (05:14 +0000)]
- 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)
Jon Griffiths [Tue, 30 Mar 2004 05:13:58 +0000 (05:13 +0000)]
RegisterDragDrop: fail on NULL drop target.
Alexandre Julliard [Tue, 30 Mar 2004 05:13:35 +0000 (05:13 +0000)]
Fixed rounding bug in the stack info calculation when we don't have
pthread_getattr_np.
Mike McCormack [Tue, 30 Mar 2004 04:36:09 +0000 (04:36 +0000)]
Convert the wininet HTTP functions to Unicode.
Chris Morgan [Tue, 30 Mar 2004 04:34:40 +0000 (04:34 +0000)]
Invalid "Desktop" values would crash winecfg, use the default value
instead.
Marcelo Duarte [Tue, 30 Mar 2004 04:34:13 +0000 (04:34 +0000)]
Minor updates in resource for Portuguese.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 04:33:57 +0000 (04:33 +0000)]
Improved version resource info.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 04:33:08 +0000 (04:33 +0000)]
In resource info allow OriginalFilename and InternalName to be
different.
Ferenc Wagner [Tue, 30 Mar 2004 04:32:46 +0000 (04:32 +0000)]
Don't expect stdout be usable after exchanging file descriptors under
it.
Chris Morgan [Mon, 29 Mar 2004 23:07:39 +0000 (23:07 +0000)]
Remove references to winecheck from the documentation and insert a
TODO that mentions that the functionality is to be moved into
winecfg.
Ivan Leo Murray-Smith [Mon, 29 Mar 2004 23:06:18 +0000 (23:06 +0000)]
Enable Italian translations.
Alexandre Julliard [Mon, 29 Mar 2004 23:05:55 +0000 (23:05 +0000)]
Fixed language declarations.
Ivan Leo Murray-Smith [Mon, 29 Mar 2004 23:05:20 +0000 (23:05 +0000)]
WINE_FILEDESCRIPTION_STR is already defined in wine_common_ver.rc.
Mike McCormack [Mon, 29 Mar 2004 23:04:46 +0000 (23:04 +0000)]
Stub implementations for LresultFromObject and
AccessibleObjectFromWindow.
Mike McCormack [Mon, 29 Mar 2004 23:04:32 +0000 (23:04 +0000)]
Write EMRPOLYLINE16 if points fit into a SHORT.
Mike McCormack [Mon, 29 Mar 2004 23:04:11 +0000 (23:04 +0000)]
Move EMR*16 definitions to wingdi.h, as they're part of the WIN32 API.
Dmitry Timoshkov [Mon, 29 Mar 2004 22:56:18 +0000 (22:56 +0000)]
Fix Slovenian keyboard layout to better match the XFree86 one.
Dmitry Timoshkov [Mon, 29 Mar 2004 22:56:01 +0000 (22:56 +0000)]
Scrollbar should also react on WM_LBUTTONDBLCLK.
Dmitry Timoshkov [Mon, 29 Mar 2004 22:55:46 +0000 (22:55 +0000)]
Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.
Sylvain Petreolle [Mon, 29 Mar 2004 22:55:26 +0000 (22:55 +0000)]
Fixed error reporting.
Christian Costa [Mon, 29 Mar 2004 22:54:42 +0000 (22:54 +0000)]
Added stub for WINNLS32EnableIME.
Lionel Ulmer [Mon, 29 Mar 2004 22:54:05 +0000 (22:54 +0000)]
Add some TRACEing to the edit control.
Warren Turkal [Mon, 29 Mar 2004 21:41:33 +0000 (21:41 +0000)]
Fixed the implementation of CoTreatAsClass.
Kevin Koltzau [Mon, 29 Mar 2004 21:39:44 +0000 (21:39 +0000)]
Implement loading and saving to a stream, and a few other basic
functions.
Huw Davies [Mon, 29 Mar 2004 21:39:04 +0000 (21:39 +0000)]
Honour DIB_PAL_COLORS when the bitmap depths match.
Robert Reif [Mon, 29 Mar 2004 20:27:50 +0000 (20:27 +0000)]
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.
Mike McCormack [Mon, 29 Mar 2004 20:27:18 +0000 (20:27 +0000)]
Unicodify CreateMetaFile.
Mike McCormack [Mon, 29 Mar 2004 20:26:39 +0000 (20:26 +0000)]
Use CreateEventW in preference to CreateEventA.
Sami Nopanen [Mon, 29 Mar 2004 20:26:21 +0000 (20:26 +0000)]
Implemented invisibleghost, deckx and decko drawing modes, and
improved ghost drawing mode.
Alexandre Julliard [Sat, 27 Mar 2004 20:48:42 +0000 (20:48 +0000)]
Check file sharing permissions based on the file inode instead of the
file name.
Added regression test for sharing permissions.
Alexandre Julliard [Sat, 27 Mar 2004 20:45:30 +0000 (20:45 +0000)]
Fixed copy/paste error in previous patch (spotted by Dimitrie
O. Paun).
Dmitry Timoshkov [Sat, 27 Mar 2004 20:44:41 +0000 (20:44 +0000)]
Add a few missing __ASM_NAME macros.
Robert Reif [Sat, 27 Mar 2004 20:42:57 +0000 (20:42 +0000)]
Clean up white spaces.
Fix spelling error.
Improve capture error messages.
Fix error reporting when capturing from nonexistent device.
Ivan Leo Murray-Smith [Sat, 27 Mar 2004 20:42:34 +0000 (20:42 +0000)]
Use WINEDEBUG instead of --debugmsg.
Raphael Junqueira [Sat, 27 Mar 2004 20:42:14 +0000 (20:42 +0000)]
- 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
Dmitry Timoshkov [Sat, 27 Mar 2004 20:41:43 +0000 (20:41 +0000)]
Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
Take into account that HeapRealloc may move the allocated memory block.
Martin Fuchs [Sat, 27 Mar 2004 20:41:20 +0000 (20:41 +0000)]
Call IShellExecuteHook interface for ShellExecute() calls with ID
lists.
Alexandre Julliard [Sat, 27 Mar 2004 01:48:52 +0000 (01:48 +0000)]
Use futimes() instead of utime() to implement SetFileTime, so that it
can be done on the client side.
Martin Fuchs [Sat, 27 Mar 2004 01:42:22 +0000 (01:42 +0000)]
Implementation of the control panel folder in shell namespace.
Mike Hearn [Sat, 27 Mar 2004 01:38:54 +0000 (01:38 +0000)]
Allow configuration of output devices to use and change standard
output plugin requested to "default".
Ulrich Czekalla [Sat, 27 Mar 2004 01:38:26 +0000 (01:38 +0000)]
Implement FixSlashesAndColonW and add stub for SHGetAppCompatFlags.
Alexandre Julliard [Sat, 27 Mar 2004 01:37:32 +0000 (01:37 +0000)]
Avoid crash in X11DRV_IsSolidColor for TrueColor displays.
Huw Davies [Sat, 27 Mar 2004 01:37:09 +0000 (01:37 +0000)]
Build the correct colour map when the mode is DIB_PAL_COLORS.
Huw Davies [Sat, 27 Mar 2004 01:36:47 +0000 (01:36 +0000)]
When using DIB_PAL_COLORS select the current palette into the memory
dc so that SetDIBits works correctly.
James Perry [Sat, 27 Mar 2004 01:36:26 +0000 (01:36 +0000)]
Fix handling of D3DBLEND_BOTH* blend modes.
Alexandre Julliard [Fri, 26 Mar 2004 02:29:48 +0000 (02:29 +0000)]
Fixed GetDriveType16 return value for non-existent drives.
Fixed bug in OpenFile16 introduced by previous change.
Martin Fuchs [Fri, 26 Mar 2004 02:29:12 +0000 (02:29 +0000)]
- Fix handling of %2, %3, ... and lower case format characters in
SHELL_ArgifyW().
- Move "%I" expansion from ShellExecuteEx() into common function
SHELL_ArgifyW().
- Pass buffer length to SHELL_FindExecutable().
- FIXME comment for len paramater in SHELL_ArgifyW().
Ge van Geldorp <ge@gse.nl>
- Add double quotation marks unless we already have them (e.g.: "%1"
%* for exefile).
- Remove unnecessary double quotation marks and command line arguments.
Dmitry Timoshkov [Fri, 26 Mar 2004 02:28:28 +0000 (02:28 +0000)]
Add a procedure for logging WM_PARENTNOTIFY messages.
Alexandre Julliard [Fri, 26 Mar 2004 01:07:34 +0000 (01:07 +0000)]
Store the windows and system directories as long path names.
Moved GetTempPath and GetTempDrive to dlls/kernel.
Dmitry Timoshkov [Fri, 26 Mar 2004 01:06:15 +0000 (01:06 +0000)]
Make DestroyWindow() not mess with a window focus, this should be
taken care of by ShowWindow(SW_HIDE).
Add a test for DestroyWindow() on a focused child.
Dmitry Timoshkov [Fri, 26 Mar 2004 00:18:20 +0000 (00:18 +0000)]
Add 'hook' flag for messages. Add a test for CBT hook messages.
Alexandre Julliard [Thu, 25 Mar 2004 23:41:04 +0000 (23:41 +0000)]
Reimplemented SearchPathW using ntdll functions.
Martin Fuchs [Thu, 25 Mar 2004 23:36:45 +0000 (23:36 +0000)]
Implementation of IPersistFile::IsDirty().
Felix Nawothnig [Thu, 25 Mar 2004 23:36:26 +0000 (23:36 +0000)]
Define ip_mreq.
Felix Nawothnig [Thu, 25 Mar 2004 23:36:14 +0000 (23:36 +0000)]
Define (L)DBL_* and FLT_*.
Dmitry Timoshkov [Thu, 25 Mar 2004 23:35:52 +0000 (23:35 +0000)]
Add 'optional' flag for messages, make the test run under win2k.
Alexandre Julliard [Thu, 25 Mar 2004 05:36:08 +0000 (05:36 +0000)]
Split OpenFile implementation in separate 16- and 32-bit versions, and
changed it to use exported APIs instead of internal functions where
possible.
Alexandre Julliard [Thu, 25 Mar 2004 05:32:05 +0000 (05:32 +0000)]
Changed LoadLibraryEx32W16 to use OpenFile16 to look for the file
instead of DIR_SearchPath.
Mike McCormack [Thu, 25 Mar 2004 05:29:47 +0000 (05:29 +0000)]
Convert WININETAPPINFOA structure to unicode.
Mike McCormack [Thu, 25 Mar 2004 05:29:22 +0000 (05:29 +0000)]
Define flags for GetUserObjectInformation.
Florian Goth [Thu, 25 Mar 2004 05:28:54 +0000 (05:28 +0000)]
Added stubs for a few functions.
Alexandre Julliard [Thu, 25 Mar 2004 00:47:53 +0000 (00:47 +0000)]
Removed check for -lm, winegcc takes care of that.
Alexandre Julliard [Thu, 25 Mar 2004 00:40:52 +0000 (00:40 +0000)]
Replaced the --mode winebuild option by a --subsystem option for
better compatibility with the PE binutils.
Alexandre Julliard [Thu, 25 Mar 2004 00:13:21 +0000 (00:13 +0000)]
Take EXEEXT into account for PE builds.
Uwe Bonnes [Thu, 25 Mar 2004 00:12:40 +0000 (00:12 +0000)]
Correct errors with move to kernel time functions.
Add test case.
Felix Nawothnig [Thu, 25 Mar 2004 00:10:06 +0000 (00:10 +0000)]
Define stat in msvcrt/wchar.h.
Ferenc Wagner [Wed, 24 Mar 2004 23:40:06 +0000 (23:40 +0000)]
- Extract revision info from CVS/Entries.
- #include "winetest.rc" into gui.rc. MinGW can't link in
more than one resource files.
- Enlarge chunk size of network transfer.
Sami Nopanen [Wed, 24 Mar 2004 23:39:03 +0000 (23:39 +0000)]
Implemented card drawing mode flag for rounding card corners.
Rein Klazes [Wed, 24 Mar 2004 23:38:16 +0000 (23:38 +0000)]
The name is _longjmpex (with the underscore).
Christoph Frick [Wed, 24 Mar 2004 23:37:56 +0000 (23:37 +0000)]
- Added missing break statement.
- Changed the mapping of the axis to a simpler formula, that ignores
the middle of an axis.
- Min/max values where initalized switched.
- Added the missing button and axis events that are registered earlier
in the code but never made it to the application.
- Added a little more descriptive comment about the deadzone.
Alexandre Julliard [Wed, 24 Mar 2004 03:39:57 +0000 (03:39 +0000)]
Removed the Unicode exe modes, and instead detect automatically which
mode to use based on the existence of main or wmain.
Alexandre Julliard [Wed, 24 Mar 2004 03:36:44 +0000 (03:36 +0000)]
.spec.c files are no longer used for 32-bit dlls.
Alexandre Julliard [Wed, 24 Mar 2004 03:34:00 +0000 (03:34 +0000)]
Build the dlls with winegcc.
Francois Gouget [Tue, 23 Mar 2004 23:20:16 +0000 (23:20 +0000)]
Assorted spelling fixes.
Ofir Petruska [Tue, 23 Mar 2004 23:13:56 +0000 (23:13 +0000)]
Keep the checkGLcall glActiveTexture/glActiveTextureARB separation in
all the file.
Robert Shearman [Tue, 23 Mar 2004 23:04:08 +0000 (23:04 +0000)]
- Add cursor resource.
- Implement TB_MOVEBUTTON.
- Implement drag customise.
- Send TBN_TOOLBARCHANGE and TBN_DELETINGBUTTON.
Dimitrie O. Paun [Tue, 23 Mar 2004 23:03:12 +0000 (23:03 +0000)]
Add a default .dll extension only when no extension is present.
Francois Gouget [Tue, 23 Mar 2004 23:02:59 +0000 (23:02 +0000)]
Compute dwLen after passing the string through
REGPROC_unescape_string() so we don't save garbage characters in the
registry.
Christian Costa [Tue, 23 Mar 2004 23:02:37 +0000 (23:02 +0000)]
Do not return an error when setting a material to NULL.
Fixed access to d3d private data.
Ofir Petruska [Tue, 23 Mar 2004 23:02:10 +0000 (23:02 +0000)]
Define EXTRA_TRACES instead of #if 0.
Alexandre Julliard [Tue, 23 Mar 2004 01:20:44 +0000 (01:20 +0000)]
Added missing \n in trace.
Eric Pouech [Tue, 23 Mar 2004 01:19:54 +0000 (01:19 +0000)]
Ported the ReactOS taskmgr written by Brian Palmer.
Dimitrie O. Paun [Tue, 23 Mar 2004 00:14:54 +0000 (00:14 +0000)]
First cut at -shared support.
Uwe Bonnes [Mon, 22 Mar 2004 23:00:13 +0000 (23:00 +0000)]
Added some tests for RtlGetFullPathName_U.
Alexandre Julliard [Mon, 22 Mar 2004 22:59:25 +0000 (22:59 +0000)]
Moved slash conversion to collapse_path, and remove duplicate
backslashes too.
Martin Fuchs [Mon, 22 Mar 2004 22:58:37 +0000 (22:58 +0000)]
Fix for recent shelllink patch, which removed the important part of
returning the result pointer from IShellLink_ConstructFromFile().