Robert Shearman [Mon, 28 Jun 2004 20:29:00 +0000 (20:29 +0000)]
- Clean up the mask drawing code.
- Improve bitmap not found message.
Dimitrie O. Paun [Mon, 28 Jun 2004 20:28:38 +0000 (20:28 +0000)]
Fix the function names in some of the comments.
Mike McCormack [Mon, 28 Jun 2004 20:28:05 +0000 (20:28 +0000)]
Define AT_SYSINFO_* if it's missing.
Jon Griffiths [Mon, 28 Jun 2004 20:27:33 +0000 (20:27 +0000)]
Correct struct tag name for UDACCEL.
Add missing TCITEMHEADER and old names TC_ITEMHEADER/TC_ITEM.
Mike McCormack [Sat, 26 Jun 2004 00:18:36 +0000 (00:18 +0000)]
Pull the codepage from the string table.
Mike McCormack [Sat, 26 Jun 2004 00:18:23 +0000 (00:18 +0000)]
Fix crash that occurred when an invalid query string was deleted
twice.
Alexandre Julliard [Sat, 26 Jun 2004 00:12:20 +0000 (00:12 +0000)]
Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page
is in one of our reserved ranges.
Mike McCormack [Sat, 26 Jun 2004 00:11:08 +0000 (00:11 +0000)]
Implement queries by string value.
Alexandre Julliard [Sat, 26 Jun 2004 00:10:40 +0000 (00:10 +0000)]
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Update header declarations for msi.
Dmitry Timoshkov [Fri, 25 Jun 2004 02:55:37 +0000 (02:55 +0000)]
Add a test case for clipboard functionality and fix some bugs revealed
by it.
Dimitrie O. Paun [Fri, 25 Jun 2004 01:19:15 +0000 (01:19 +0000)]
Split the MSVCRT implementation headers from the public headers.
Fix some naming conventions aberrations.
Add tests to ensure consistency between the two sets of symbols.
Jon Griffiths [Fri, 25 Jun 2004 01:18:10 +0000 (01:18 +0000)]
Correct tag names for RECTL and SCROLLINFO structs.
Michael Jung [Fri, 25 Jun 2004 01:17:37 +0000 (01:17 +0000)]
Changed type of "Signature" registry key value to REG_BINARY.
Alexandre Julliard [Thu, 24 Jun 2004 04:08:33 +0000 (04:08 +0000)]
In GlobalMemoryStatus, also cap the sum of dwAvailPhys and
dwAvailPageFile at 2Gb to avoid a bug in Photoshop 4.
Alexandre Julliard [Thu, 24 Jun 2004 04:07:22 +0000 (04:07 +0000)]
Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
work around another glibc bug.
Robert Shearman [Thu, 24 Jun 2004 04:06:51 +0000 (04:06 +0000)]
Fix small mistake in the previous visible region patch.
Dmitry Timoshkov [Wed, 23 Jun 2004 20:51:21 +0000 (20:51 +0000)]
Add a prototype for MDI message tests.
Dmitry Timoshkov [Wed, 23 Jun 2004 20:51:06 +0000 (20:51 +0000)]
Make sure that both deactivated and activated MDI children receive
WM_MDIACTIVATE message in all cases.
Dmitry Timoshkov [Wed, 23 Jun 2004 20:50:30 +0000 (20:50 +0000)]
WM_WINDOWPOSCHANGED should always contain a final window position.
Alexandre Julliard [Wed, 23 Jun 2004 20:44:58 +0000 (20:44 +0000)]
Moved visible region calculation to the server.
Alexandre Julliard [Wed, 23 Jun 2004 00:12:03 +0000 (00:12 +0000)]
Fixed wrong Unicode string syntax in GetMonitorInfoW.
Mike Hearn [Wed, 23 Jun 2004 00:10:29 +0000 (00:10 +0000)]
- Don't ERR on a used connection being destroyed.
- Don't print an extra newline in the olerelay code.
Mike Hearn [Wed, 23 Jun 2004 00:10:02 +0000 (00:10 +0000)]
Add a --command option to winedbg, add an "all" option to the
backtrace command.
Alexandre Julliard [Tue, 22 Jun 2004 03:02:35 +0000 (03:02 +0000)]
We no longer need to make the import directory writable, the loader
takes care of that now.
Alexandre Julliard [Tue, 22 Jun 2004 02:42:05 +0000 (02:42 +0000)]
Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs.
Filip Navara [Tue, 22 Jun 2004 02:07:47 +0000 (02:07 +0000)]
Unprotect Import Address Table while filling it.
Eric Pouech [Tue, 22 Jun 2004 02:06:37 +0000 (02:06 +0000)]
Fix compile error on non-i386.
Vincent Béron [Mon, 21 Jun 2004 23:56:15 +0000 (23:56 +0000)]
Replace some more -debugmsg references for WINEDEBUG.
Mike Hearn [Mon, 21 Jun 2004 23:55:07 +0000 (23:55 +0000)]
Default to Win98 in DLL linkage heuristics.
Royce Mitchell III [Mon, 21 Jun 2004 23:54:19 +0000 (23:54 +0000)]
Shell32 run dialog combobox should also have WS_TABSTOP style.
Christian Costa [Mon, 21 Jun 2004 23:53:59 +0000 (23:53 +0000)]
Some more texture ops fixes.
Alexandre Julliard [Fri, 18 Jun 2004 22:34:19 +0000 (22:34 +0000)]
Only unmap the window when it gets moved off-screen by the app, not by
the window manager.
Chris Morgan [Fri, 18 Jun 2004 22:29:56 +0000 (22:29 +0000)]
Hardcode "wineshelllink" in winemenubuilder, remove it from the config
file.
Krishna Murthy [Fri, 18 Jun 2004 22:29:05 +0000 (22:29 +0000)]
Modified EDIT_EM_Undo(): Removed undo buffer length check for
empty. EDIT_EM_ReplaceSel() is called with send_update parameter set
to TRUE.
Mike Hearn [Fri, 18 Jun 2004 22:28:26 +0000 (22:28 +0000)]
Add a dedicated debug channel for message boxes which outputs the
contents of the message.
Dmitry Timoshkov [Fri, 18 Jun 2004 19:37:37 +0000 (19:37 +0000)]
ShowWindow shouldn't fix SWP_ flags, it's the job of SetWindowPos.
Pierre d'Herbemont [Fri, 18 Jun 2004 19:36:26 +0000 (19:36 +0000)]
- Detection of .size instruction.
- Detection of the assembler name prefix.
Pierre d'Herbemont [Fri, 18 Jun 2004 19:34:10 +0000 (19:34 +0000)]
Fix a compile error for SNOOP_GetProcAddress and RELAY_GetProcAddress
on non-i386.
Dmitry Timoshkov [Fri, 18 Jun 2004 19:33:55 +0000 (19:33 +0000)]
Add tests for child activation by ShowWindow/SetWindowPos.
Dmitry Timoshkov [Fri, 18 Jun 2004 19:33:41 +0000 (19:33 +0000)]
Do not allow creation of not aligned EMF records by GDI code.
Dmitry Timoshkov [Fri, 18 Jun 2004 19:31:57 +0000 (19:31 +0000)]
Use better dimensions for MDI system menu buttons to avoid MDI client
window resizing.
Stefan Leichter [Fri, 18 Jun 2004 19:31:25 +0000 (19:31 +0000)]
Add logging to the GetAcceptLanguagesA tests.
Alexandre Julliard [Fri, 18 Jun 2004 00:26:57 +0000 (00:26 +0000)]
Added support for the IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Robert Shearman [Fri, 18 Jun 2004 00:23:38 +0000 (00:23 +0000)]
Make ole32 a delay-load import of shell32.
Alexandre Julliard [Thu, 17 Jun 2004 23:11:08 +0000 (23:11 +0000)]
Take spin count into account in RtlEnterCriticalSection.
Alexandre Julliard [Thu, 17 Jun 2004 23:05:48 +0000 (23:05 +0000)]
Don't use lseek when truncating a file to avoid corrupting the current
file position.
Mike Hearn [Thu, 17 Jun 2004 23:03:26 +0000 (23:03 +0000)]
Fix typelib marshaller relaying, add a comment describing what it is,
don't print the ugly L"" parts of Unicode strings in the relay trace.
Francois Gouget [Thu, 17 Jun 2004 23:03:11 +0000 (23:03 +0000)]
Split the 'dsound' test into two parts:
- the sound format test. Plays a 5 second reference tone to help
debug issues with the tone duration and help detect stutter issues.
Prints explanations describing the sound format interactive
test. Then plays a 1 second test tone for each supported sound
format.
- the 3D sound tests. Performs the volume, panning, moving listener
tests, etc.
Ferenc Wagner [Thu, 17 Jun 2004 23:01:14 +0000 (23:01 +0000)]
Include new or forgotten tests.
Stefan Leichter [Thu, 17 Jun 2004 23:00:54 +0000 (23:00 +0000)]
Fix the GetPrivateProfileIntA tests for the win9x platform.
Dmitry Timoshkov [Thu, 17 Jun 2004 23:00:40 +0000 (23:00 +0000)]
Make user/tests/win.c tests pass under Windows98.
Alexandre Julliard [Thu, 17 Jun 2004 20:00:25 +0000 (20:00 +0000)]
Properly reset msg_thread when releasing the thread input structure.
Pierre d'Herbemont [Thu, 17 Jun 2004 19:58:59 +0000 (19:58 +0000)]
Hide the _init and _fini wrappers on darwin.
Ivan Leo Puoti [Thu, 17 Jun 2004 19:55:24 +0000 (19:55 +0000)]
Removed the winedefault.reg message.
Mike Hearn [Thu, 17 Jun 2004 19:54:34 +0000 (19:54 +0000)]
Remove the RPC connection cache as Windows does not allow multiple
binds on the same connection.
Andreas Mohr [Thu, 17 Jun 2004 19:54:17 +0000 (19:54 +0000)]
Added some missing static control styles.
Alexandre Julliard [Thu, 17 Jun 2004 04:26:59 +0000 (04:26 +0000)]
Added a couple of tests for SetCurrentDirectoryA.
Alexandre Julliard [Thu, 17 Jun 2004 04:26:17 +0000 (04:26 +0000)]
Check for non-existent directory in INT21_SetCurrentDirectory to
return a proper error when the directory is not on the current drive.
Stefan Leichter [Thu, 17 Jun 2004 04:24:31 +0000 (04:24 +0000)]
Added tests for GetAcceptLanguagesA.
Mike Hearn [Wed, 16 Jun 2004 20:07:19 +0000 (20:07 +0000)]
Correct connection releases on error path in RPCRT4_OpenBinding.
Stefan Leichter [Wed, 16 Jun 2004 20:07:02 +0000 (20:07 +0000)]
Added some logging to the GetPrinterDriverDirectoryA tests.
Francois Gouget [Wed, 16 Jun 2004 20:06:48 +0000 (20:06 +0000)]
Log the format when mapping the sound device (or failing to).
Huw Davies [Wed, 16 Jun 2004 20:06:26 +0000 (20:06 +0000)]
Add support for bitmap fonts.
Alexandre Julliard [Wed, 16 Jun 2004 19:04:11 +0000 (19:04 +0000)]
Added missing dependency.
Gerald Pfeifer [Wed, 16 Jun 2004 19:03:25 +0000 (19:03 +0000)]
Remove incorrect support for FreeBSD and NetBSD in
DVD_StartSession().
Gerald Pfeifer [Wed, 16 Jun 2004 19:03:06 +0000 (19:03 +0000)]
Avoid unused variable warning.
Huw Davies [Wed, 16 Jun 2004 19:02:25 +0000 (19:02 +0000)]
Remove an incorrect LeaveCriticalSection.
Marcus Meissner [Wed, 16 Jun 2004 19:02:11 +0000 (19:02 +0000)]
Fixed some illegal lvalue casts / increments.
Alexandre Julliard [Wed, 16 Jun 2004 00:28:49 +0000 (00:28 +0000)]
Alexandre Julliard [Tue, 15 Jun 2004 23:48:38 +0000 (23:48 +0000)]
Updated authors list.
Ferenc Wagner [Tue, 15 Jun 2004 22:45:15 +0000 (22:45 +0000)]
- Resource script restructuring.
- Build info et al. is given by files instead of env. vars.
- Store that information in resources.
- Make the main windows not resizeable.
- Insist on creating a fresh log file.
- Introduce the make dist target.
Alexandre Julliard [Tue, 15 Jun 2004 20:31:06 +0000 (20:31 +0000)]
Add the preloader itself as argv[0] and remove it again before running
the real loader, this way the ps output makes more sense.
Francois Gouget [Tue, 15 Jun 2004 20:26:45 +0000 (20:26 +0000)]
Assorted spelling and case fixes.
Francois Gouget [Tue, 15 Jun 2004 20:25:46 +0000 (20:25 +0000)]
Fix the check for SNDCTL_DSP_GETCAPS so that it is compliant with the
OSS specification.
Only test the different formats if tracing is on.
Stefan Leichter [Tue, 15 Jun 2004 20:25:24 +0000 (20:25 +0000)]
Fix the tests of GetDefaultPrinterA on win2k if no default printer is
configured.
Francois Gouget [Tue, 15 Jun 2004 20:25:11 +0000 (20:25 +0000)]
Change the ARTS_Init() error message from an ERR() to a WARN() since
it can happen in perfectly normal conditions.
Francois Gouget [Tue, 15 Jun 2004 20:24:47 +0000 (20:24 +0000)]
Don't use Unicode string literals unless we specifically know they do
what we want to.
Stefan Leichter [Tue, 15 Jun 2004 20:23:47 +0000 (20:23 +0000)]
Moved implementation of GetModuleBaseName from ascii to unicode, added
some tests for GetModuleBaseNameA.
Francois Gouget [Tue, 15 Jun 2004 18:27:50 +0000 (18:27 +0000)]
SHELL_ExecuteW() passes a Unicode environment to CreateProcessW() so
it must specify the CREATE_UNICODE_ENVIRONMENT flag. Also the
SHELL_ExecuteW32() functions will always be called with a Unicode
environment so adjust their prototype accordingly.
Dmitry Timoshkov [Tue, 15 Jun 2004 18:27:06 +0000 (18:27 +0000)]
Add a test for client/nonclient window dimensions calculation.
Mike Hearn [Tue, 15 Jun 2004 18:26:52 +0000 (18:26 +0000)]
Add documentation on the Wine initialization process.
Ulrich Czekalla [Tue, 15 Jun 2004 17:04:02 +0000 (17:04 +0000)]
ScrollDC should take into account overlapped windows. With this change
ScrollWindowEx can be moved out of X11drv.
Dmitry Timoshkov [Tue, 15 Jun 2004 17:02:46 +0000 (17:02 +0000)]
Fix warnings introduced by my last patch.
Dmitry Timoshkov [Tue, 15 Jun 2004 17:02:31 +0000 (17:02 +0000)]
- Fix erroneous use of LOCALE_SDATE in the place of LOCALE_SSHORTDATE.
- Fix incorrect assumptions about format strings when parsing date
formats and setting LOCALE_IDATE and LOCALE_ILDATE values.
Michael Fritscher [Tue, 15 Jun 2004 17:02:08 +0000 (17:02 +0000)]
Added a German translation of Regedit.
Huw Davies [Tue, 15 Jun 2004 17:01:52 +0000 (17:01 +0000)]
Don't allocate a glyphset until we actually need it.
Alexandre Julliard [Tue, 15 Jun 2004 00:55:04 +0000 (00:55 +0000)]
Added magic number in the FindFirstFile structure to allow more robust
detection of bad handles (with help from Aric Stewart).
Alexandre Julliard [Tue, 15 Jun 2004 00:52:03 +0000 (00:52 +0000)]
Store the number of processors in the PEB structure.
More correct support for setting critical section spin counts (based
on a patch by Robert Shearman).
Eric Pouech [Tue, 15 Jun 2004 00:47:00 +0000 (00:47 +0000)]
Const correctness.
Uwe Bonnes [Tue, 15 Jun 2004 00:45:01 +0000 (00:45 +0000)]
Support for reading encrypted DVDs.
Dmitry Timoshkov [Tue, 15 Jun 2004 00:44:14 +0000 (00:44 +0000)]
Restore default "open" functionality of ShellExecute.
Alexandre Julliard [Mon, 14 Jun 2004 19:40:44 +0000 (19:40 +0000)]
Rewrote SetFilePointer to use SetFilePointerEx.
Huw Davies [Mon, 14 Jun 2004 19:35:14 +0000 (19:35 +0000)]
Fix 'pointers are not permitted as case values' compile error.
Robert Shearman [Mon, 14 Jun 2004 19:34:58 +0000 (19:34 +0000)]
- Use hourglass cursor for better feedback when expanding nodes.
- Turn off redrawing when expanding to make it faster.
Pierre d'Herbemont [Mon, 14 Jun 2004 19:34:42 +0000 (19:34 +0000)]
- strip support for darwin
- WINE_GET_SONAME support for darwin
Dmitry Timoshkov [Mon, 14 Jun 2004 19:32:32 +0000 (19:32 +0000)]
Ignore DdeClientTransaction error in ShellExecute.
Dmitry Timoshkov [Mon, 14 Jun 2004 19:32:21 +0000 (19:32 +0000)]
Do nothing in ShowWindow(SW_SHOW) if a window is already visible.
Eric Pouech [Mon, 14 Jun 2004 17:58:31 +0000 (17:58 +0000)]
- implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath,
SymMatchFileName
- made use of SymFindFileInPath to lookup .dbg and .pdb files
- fixed a crash in CodeView enum handling
Robert Shearman [Mon, 14 Jun 2004 17:58:03 +0000 (17:58 +0000)]
- Fix ref count on standard proxy creation.
- Release channel buffer in StdMarshal_UnmarshalInterface, since we no
longer use it and the proxy should have taken a reference on it.
- Add a few comments.
Mike McCormack [Mon, 14 Jun 2004 17:57:26 +0000 (17:57 +0000)]
Pass pointers around internally instead of handles.