Eric Pouech [Sat, 8 Oct 2005 10:35:16 +0000 (10:35 +0000)]
Function keys now work in curses mode.
Vitaliy Margolen [Sat, 8 Oct 2005 10:34:58 +0000 (10:34 +0000)]
Add a few tests that fail under wine.
Stefan Leichter [Sat, 8 Oct 2005 10:34:41 +0000 (10:34 +0000)]
Forward the functions DllRegisterServer and DllUnregisterServer of
rsabase.dll to rsaenh.dll.
Francois Gouget [Sat, 8 Oct 2005 10:33:54 +0000 (10:33 +0000)]
Move all Unicode and Ansi string types to the %str and %wstr
sections.
Krzysztof Foltman [Sat, 8 Oct 2005 10:33:44 +0000 (10:33 +0000)]
Send verbose info to different debug channels (richedit_check for
output from offset checker, richedit_lists for the document list
dumps).
Jonathan Ernst [Fri, 7 Oct 2005 15:02:03 +0000 (15:02 +0000)]
Pagesetup dialog fix.
Jonathan Ernst [Fri, 7 Oct 2005 15:01:32 +0000 (15:01 +0000)]
First creation of registry entries missed AppData.
Vitaliy Margolen [Fri, 7 Oct 2005 15:01:15 +0000 (15:01 +0000)]
Fix initial position for files opened with O_APPEND flag.
Raphael Junqueira [Fri, 7 Oct 2005 15:01:02 +0000 (15:01 +0000)]
Don't crash if pDDSD is NULL on DirectDrawSurface::Lock.
Alexandre Julliard [Thu, 6 Oct 2005 16:10:01 +0000 (16:10 +0000)]
Put Wine version information in all the man pages.
Alexandre Julliard [Thu, 6 Oct 2005 16:06:04 +0000 (16:06 +0000)]
Added global rules for man pages.
Alexandre Julliard [Thu, 6 Oct 2005 12:31:36 +0000 (12:31 +0000)]
Added a critical section around the fd cache until the race conditions
can be fixed properly.
Jacek Caban [Thu, 6 Oct 2005 12:29:02 +0000 (12:29 +0000)]
Added AtlModuleAddTermFunc implementation.
Peter Lemenkov [Thu, 6 Oct 2005 12:28:46 +0000 (12:28 +0000)]
Added security.h.
Huw Davies [Thu, 6 Oct 2005 12:28:19 +0000 (12:28 +0000)]
Ignore the gasp table when we have no hinter.
Huw Davies [Thu, 6 Oct 2005 12:28:11 +0000 (12:28 +0000)]
Add a Wine specific flag to GetRasterizeCaps that reports whether
freetype's patented hinter is enabled. This will be used by winex11
to check whether it should honour the gasp table settings.
Stefan Dösinger [Thu, 6 Oct 2005 12:26:04 +0000 (12:26 +0000)]
- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperativeLevel.
- Print a fixme for DDSCL_CREATEDEVICEWINDOW and
DDSCL_SETDEVICEWINDOW.
- Don't allow DDSCL_EXCLUSIVE without DDSCL_FULLSCREEN.
Alexandre Julliard [Thu, 6 Oct 2005 11:40:43 +0000 (11:40 +0000)]
Fixed some nroff warnings.
Francois Gouget [Thu, 6 Oct 2005 11:38:45 +0000 (11:38 +0000)]
Use "static const" rather than "const static" as gcc -W complains
about the former.
Vitaliy Margolen [Thu, 6 Oct 2005 11:35:32 +0000 (11:35 +0000)]
Fix atom tests on win9x.
Joshua Davies [Thu, 6 Oct 2005 11:35:24 +0000 (11:35 +0000)]
Windows is returning the length of the string, plus the CRLF
delimiters, whereas wineconsole is returning one less.
Juan Lang [Thu, 6 Oct 2005 11:35:11 +0000 (11:35 +0000)]
When just a public key is imported, its ALG_ID should be CALG_RSA_SIGN
rather than CALG_RSA_KEYX.
Francois Gouget [Thu, 6 Oct 2005 11:34:47 +0000 (11:34 +0000)]
winapi_check does not use the '--extension' flag so remove it.
Dmitry Timoshkov [Thu, 6 Oct 2005 11:34:29 +0000 (11:34 +0000)]
Ignore the delay load directory size.
Huw Davies [Thu, 6 Oct 2005 11:34:15 +0000 (11:34 +0000)]
Don't try to release the node if we haven't loaded one.
Vitaliy Margolen [Thu, 6 Oct 2005 11:32:53 +0000 (11:32 +0000)]
Add brackets around (a)?b:c construct.
Alexandre Julliard [Tue, 4 Oct 2005 18:14:22 +0000 (18:14 +0000)]
Set WINEDEBUG to an empty value instead of removing it so that it gets
properly cleared in the debugger.
Alexandre Julliard [Tue, 4 Oct 2005 18:09:51 +0000 (18:09 +0000)]
Copy WINEDEBUG from the Windows environment to allow passing a
modified value to a child process.
Vijay Kiran Kamuju [Tue, 4 Oct 2005 17:59:01 +0000 (17:59 +0000)]
Fixed uninstaller close button.
Vitaliy Margolen [Tue, 4 Oct 2005 17:58:46 +0000 (17:58 +0000)]
Correct Page Up/Down handling in report mode.
Alexandre Julliard [Tue, 4 Oct 2005 15:56:34 +0000 (15:56 +0000)]
Clear the single-step flag in setup_exception instead of in the
SIGTRAP handler to avoid having the assigmnent optimized out.
Alexandre Julliard [Tue, 4 Oct 2005 15:55:33 +0000 (15:55 +0000)]
Fixed dumping of the import directory to ignore the directory size.
Alexandre Julliard [Tue, 4 Oct 2005 15:54:55 +0000 (15:54 +0000)]
Ignore the size of the import directory, process imports until we find
a null entry.
Oliver Stieber [Tue, 4 Oct 2005 15:50:57 +0000 (15:50 +0000)]
Provide looser device matching for backbuffer and depth buffer
formats. It should allow some games and applications to run without X
being in the correct backbuffer format (e.g. 16 bit games will run
with a 24bit X backbuffer).
Juan Lang [Tue, 4 Oct 2005 15:50:35 +0000 (15:50 +0000)]
Use wine_get_dos_file_name rather than relying on GetFullPathNameW
hack.
Vitaliy Margolen [Tue, 4 Oct 2005 15:50:24 +0000 (15:50 +0000)]
Don't start dragging for a single mouse click.
Dmitry Timoshkov [Tue, 4 Oct 2005 15:49:52 +0000 (15:49 +0000)]
Add support for dumping delay load PE data.
Dimi Paun [Tue, 4 Oct 2005 11:30:27 +0000 (11:30 +0000)]
Allow MSVC to use Wine's headers.
James Hawkins [Tue, 4 Oct 2005 11:30:20 +0000 (11:30 +0000)]
Check the size of the input buffer so we don't write past the end.
Vincent Béron [Tue, 4 Oct 2005 11:30:01 +0000 (11:30 +0000)]
Sort the font filenames in alphabetical order in fonts/Makefile.in.
Juan Lang [Tue, 4 Oct 2005 11:29:48 +0000 (11:29 +0000)]
Remove .dll from DllOverrides entries, such entries are ignored.
Jonathan Ernst [Tue, 4 Oct 2005 11:29:37 +0000 (11:29 +0000)]
Make sure we only depend on ddraw_test if X support is enabled.
Marcus Meissner [Tue, 4 Oct 2005 11:29:25 +0000 (11:29 +0000)]
Dropped the "using native windows libraries" comment.
Replace winesetup by winecfg. Dropped config file detection.
Juan Lang [Tue, 4 Oct 2005 11:29:19 +0000 (11:29 +0000)]
Use correct names when loading registered OID functions.
Maxime Bellengé [Mon, 3 Oct 2005 18:48:56 +0000 (18:48 +0000)]
Fix a cut&paste mistake.
Vitaliy Margolen [Mon, 3 Oct 2005 18:48:36 +0000 (18:48 +0000)]
Use GetSystemMetrics instead of hardcoding drag width & height.
Alexandre Julliard [Mon, 3 Oct 2005 18:46:57 +0000 (18:46 +0000)]
Fixed a bug where we could set the wrong handle in the fd cache when
encountering the race condition in wine_server_handle_to_fd.
Vitaliy Margolen [Mon, 3 Oct 2005 18:46:07 +0000 (18:46 +0000)]
Don't arrange tabs if there is only one line.
Paul Millar [Mon, 3 Oct 2005 18:45:45 +0000 (18:45 +0000)]
Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.
Krzysztof Foltman [Mon, 3 Oct 2005 18:45:39 +0000 (18:45 +0000)]
- Remove another potential sources of infinite loops caused by EOF in
the middle of the font and color tables.
- Closing brace on text level is treated as EOF (effectively
protecting the control from trash after the end of RTF).
- Removed misleading comment about incomplete buffers (I was
definitely wrong).
Alexander N. Sørnes [Mon, 3 Oct 2005 18:45:02 +0000 (18:45 +0000)]
Fixed a few missing characters in winecfg.
Ivan Leo Puoti [Mon, 3 Oct 2005 18:44:52 +0000 (18:44 +0000)]
Make a stub actually say "stub".
Marcus Meissner [Mon, 3 Oct 2005 11:06:14 +0000 (11:06 +0000)]
ReleaseCapture should return TRUE.
Eric Pouech [Mon, 3 Oct 2005 11:04:29 +0000 (11:04 +0000)]
Now printing information when changing function while single stepping.
Eric Pouech [Mon, 3 Oct 2005 11:04:13 +0000 (11:04 +0000)]
Fixed bitfield extraction.
Robert Reif [Mon, 3 Oct 2005 11:04:06 +0000 (11:04 +0000)]
Fixes so d3d9.h and dsound.h can be included at the same time.
Krzysztof Foltman [Mon, 3 Oct 2005 11:03:48 +0000 (11:03 +0000)]
Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR (basic
suboptimal implementation, can be optimized to skip whole paragraphs
later if it's useful at all).
Martin Fuchs [Mon, 3 Oct 2005 11:03:04 +0000 (11:03 +0000)]
Fix font handle leak after closing the 'choose font' dialog (based on
orginal patch by 'Christoph at ApiViewer.de')
Martin Fuchs [Mon, 3 Oct 2005 11:02:47 +0000 (11:02 +0000)]
Simplify 'sei' structure initialization in ShellExecuteA/W.
Robert Shearman [Mon, 3 Oct 2005 11:02:37 +0000 (11:02 +0000)]
Pass WM_QUIT to outer modal loop.
Stefan Leichter [Mon, 3 Oct 2005 10:17:05 +0000 (10:17 +0000)]
Added stub for UnregisterDeviceNotification.
Brian Grayson [Mon, 3 Oct 2005 10:16:48 +0000 (10:16 +0000)]
Skip tabs in wcmd.
Vitaliy Margolen [Mon, 3 Oct 2005 10:16:32 +0000 (10:16 +0000)]
Replace registry editing instructions with winecfg.
Eric Pouech [Mon, 3 Oct 2005 10:16:15 +0000 (10:16 +0000)]
- N_PSYM stabs blocks (aka parameters) can also contain a typedef
- shorten some paths
Eric Pouech [Mon, 3 Oct 2005 10:16:01 +0000 (10:16 +0000)]
Fixed array dereferencing.
Dmitry Timoshkov [Mon, 3 Oct 2005 10:15:43 +0000 (10:15 +0000)]
Move user32 to delay loaded imports.
Dmitry Timoshkov [Mon, 3 Oct 2005 10:15:32 +0000 (10:15 +0000)]
Convert a WARN to a FIXME to make it visible to a user, replace an ERR
by a FIXME as it's more appropriate.
Robert Reif [Mon, 3 Oct 2005 10:15:15 +0000 (10:15 +0000)]
Add support for errors with more than one name.
Marcus Meissner [Mon, 3 Oct 2005 10:15:08 +0000 (10:15 +0000)]
Use correct minLookup[] array entry.
Marcus Meissner [Mon, 3 Oct 2005 10:14:47 +0000 (10:14 +0000)]
Do not append empty ":" in LD_LIBRARY_PATH.
Krzysztof Foltman [Mon, 3 Oct 2005 10:14:28 +0000 (10:14 +0000)]
Fixed another case of misunderstanding MSDN wrt StreamInProc, causing
license text to be truncated in Picasa installer (as well as some
other programs, especially those that display long texts with NSIS).
Alexandre Julliard [Fri, 30 Sep 2005 12:02:38 +0000 (12:02 +0000)]
Juan Lang [Fri, 30 Sep 2005 10:35:31 +0000 (10:35 +0000)]
Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
them, and a couple of tests.
Juan Lang [Fri, 30 Sep 2005 10:35:03 +0000 (10:35 +0000)]
Add defines needed for installable OID functions.
Robert Reif [Fri, 30 Sep 2005 10:34:43 +0000 (10:34 +0000)]
Added missing error code.
Gerald Pfeifer [Fri, 30 Sep 2005 10:34:32 +0000 (10:34 +0000)]
We only need the relay debug channel on MZ_SUPPORTED platforms.
Kimmo Myllyvirta [Fri, 30 Sep 2005 10:34:19 +0000 (10:34 +0000)]
Finnish resources for uninstaller.
Jacek Caban [Fri, 30 Sep 2005 10:34:10 +0000 (10:34 +0000)]
Added GetZoneActionPolicy implementation.
Vitaliy Margolen [Fri, 30 Sep 2005 10:33:54 +0000 (10:33 +0000)]
Add a few tests for object manager.
Vitaliy Margolen [Fri, 30 Sep 2005 10:33:43 +0000 (10:33 +0000)]
Add brackets around (a)?b:c construct.
Mike McCormack [Fri, 30 Sep 2005 10:32:41 +0000 (10:32 +0000)]
Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage, remove its
duplicate 4th parameter.
Split the code to copy a package into a separate function.
Alexandre Julliard [Thu, 29 Sep 2005 13:41:34 +0000 (13:41 +0000)]
Get rid of the debug channels support.
Jason Edmeades [Thu, 29 Sep 2005 13:36:14 +0000 (13:36 +0000)]
Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWindowProc.
Kevin Koltzau [Thu, 29 Sep 2005 13:34:34 +0000 (13:34 +0000)]
Fix warnings in 64bit.
Denis Lukianov [Thu, 29 Sep 2005 13:33:39 +0000 (13:33 +0000)]
Use ICU_BROWSER_MODE in InternetCanonicalizeUrl.
Alexandre Julliard [Thu, 29 Sep 2005 11:16:52 +0000 (11:16 +0000)]
Export the get_channel_flags function avoid warnings when passing a
NULL format to wine_dbg_log.
Removed a few no longer used functions.
Mike McCormack [Thu, 29 Sep 2005 10:48:08 +0000 (10:48 +0000)]
Avoid UpdateWindow, it causes trouble with WS_EX_TRANSPARENT.
Vincent Béron [Thu, 29 Sep 2005 10:47:59 +0000 (10:47 +0000)]
Don't define some functions/variables if they won't be used after in
wined3d.
Alexandre Julliard [Thu, 29 Sep 2005 10:42:43 +0000 (10:42 +0000)]
Removed rules for .dbg.c files.
Alexandre Julliard [Thu, 29 Sep 2005 10:35:58 +0000 (10:35 +0000)]
We are no longer generating .dbg.c files.
Kimmo Myllyvirta [Thu, 29 Sep 2005 10:33:55 +0000 (10:33 +0000)]
Bring Finnish resources up to date.
Vincent Béron [Thu, 29 Sep 2005 10:33:34 +0000 (10:33 +0000)]
Remove unused function from regedit/treeview.c.
Vincent Béron [Thu, 29 Sep 2005 10:33:20 +0000 (10:33 +0000)]
Cast the result of strlen() to DWORD and print it via %ld to get rid
of warnings with gcc 3.2.
Vincent Béron [Thu, 29 Sep 2005 10:33:00 +0000 (10:33 +0000)]
Update winapi_check for "false" HAVE_* macros.
Vincent Béron [Thu, 29 Sep 2005 10:32:50 +0000 (10:32 +0000)]
Update win32.api to current CVS.
Mike McCormack [Thu, 29 Sep 2005 10:32:39 +0000 (10:32 +0000)]
Create a function to read a property as an integer.
Oliver Stieber [Thu, 29 Sep 2005 10:31:43 +0000 (10:31 +0000)]
Added support for backbuffer with the formats A1R5G5B5 and X1R5G5B5.
H. Verbeet [Thu, 29 Sep 2005 10:31:22 +0000 (10:31 +0000)]
Fix DXT2 & DXT4 support for d3d8.
Krzysztof Foltman [Thu, 29 Sep 2005 10:30:50 +0000 (10:30 +0000)]
- Reimplementation of EM_LINELENGTH.
- Some attempt at documentation of double-linked list of
ME_DisplayItem's.
Jacek Caban [Thu, 29 Sep 2005 10:30:14 +0000 (10:30 +0000)]
Register zones.