Alexandre Julliard [Wed, 25 Sep 2002 03:29:55 +0000 (03:29 +0000)]
Moved ts_xlib.c into x11drv and removed libwine_tsx11.
Alexandre Julliard [Wed, 25 Sep 2002 03:25:43 +0000 (03:25 +0000)]
Added missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
Dimitrie O. Paun [Wed, 25 Sep 2002 03:24:53 +0000 (03:24 +0000)]
- Stop passing hwnd around when we're passing EDITSTATE.
- Merge the non-obsolete bits of EDIT.TODO into edit.c.
- Some cleanups, and simplifications.
Paul Rupe [Wed, 25 Sep 2002 03:20:01 +0000 (03:20 +0000)]
- Initialize memory to prevent crashes when -debugmsg +listview is on.
- Fix various array bounds related errors.
Paul Rupe [Wed, 25 Sep 2002 03:19:24 +0000 (03:19 +0000)]
Resize dynamic pointer array more carefully when adding new entries.
Christian Costa [Wed, 25 Sep 2002 03:18:38 +0000 (03:18 +0000)]
Added support for POINT, WIREFRAME and SOLID fill modes.
Christian Costa [Wed, 25 Sep 2002 03:18:17 +0000 (03:18 +0000)]
IDirect3DTexture2Impl_Load: when the surface is not allocated and no
location are specified, set it to video memory.
Alexandre Julliard [Wed, 25 Sep 2002 00:29:56 +0000 (00:29 +0000)]
Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
ddraw, so that they don't need to link with libwine_tsx11.
Removed header wine_gl.h.
Alexandre Julliard [Wed, 25 Sep 2002 00:21:56 +0000 (00:21 +0000)]
Fixed a number of bugs in the handling of window parent and owner and
added a regression test (based on the work of Bill Medland).
Dimitrie O. Paun [Wed, 25 Sep 2002 00:16:52 +0000 (00:16 +0000)]
By default, we should use our own dlls.
Greg Turner [Wed, 25 Sep 2002 00:15:43 +0000 (00:15 +0000)]
Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO; translate to
struct timeval for edification of setsockopt.
Alexandre Julliard [Tue, 24 Sep 2002 18:36:51 +0000 (18:36 +0000)]
Removed some more TSX11 functions and files.
Patrik Stridvall [Tue, 24 Sep 2002 18:29:39 +0000 (18:29 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Tue, 24 Sep 2002 18:27:47 +0000 (18:27 +0000)]
- Don't add standard headers for the dll separation hacks.
- API files update.
Guy L. Albertelli [Tue, 24 Sep 2002 18:27:21 +0000 (18:27 +0000)]
- Localize origin, location, and rectangle computation.
- Support state icons in LVS_ICON style.
- Draw only items that are in the clip box.
- Draw non-selected items first then the selected ones because large
icons may overlap each other.
- Correct invalidation rectangles for items.
- Correct drawing of large icons.
- Eliminate divide by zero cases in scrolling.
- Invalidate selected items prior to setting window losing focus.
Dimitrie O. Paun [Tue, 24 Sep 2002 18:26:42 +0000 (18:26 +0000)]
Small cleanups, updated documentation.
Alexandre Julliard [Tue, 24 Sep 2002 03:59:08 +0000 (03:59 +0000)]
Fixed #endif.
Alexandre Julliard [Tue, 24 Sep 2002 03:17:31 +0000 (03:17 +0000)]
Removed a bunch of no longer used TSX wrappers.
Patrik Stridvall [Tue, 24 Sep 2002 03:09:50 +0000 (03:09 +0000)]
Fixed some issues found by winapi_check.
Michael Stefaniuc [Tue, 24 Sep 2002 03:09:12 +0000 (03:09 +0000)]
Convert HKEY to a void*.
Patrik Stridvall [Tue, 24 Sep 2002 03:07:38 +0000 (03:07 +0000)]
- Added support for %struct16 (used by CLSID).
- API files update.
Raul Dias [Tue, 24 Sep 2002 03:07:17 +0000 (03:07 +0000)]
Added new "GlobalRegistryDir" option.
Patrick J. McNerthney [Tue, 24 Sep 2002 03:05:59 +0000 (03:05 +0000)]
Removed the #undef of WS_DEFINE_SELECT so that select is in fact
defined.
Fixed if statement in __WS_FD_SET2 which used a = where a == is
needed, in additition the if did not have its outer set of
parenthesis.
Removed parentheses around type to be cast in __WS_FD_SET macro.
Removed WS macro usage from within other macros because the WS macro
is undefined when these macros are expanded.
Added WINAPI attributee to select definition.
Patrick J. McNerthney [Tue, 24 Sep 2002 03:04:45 +0000 (03:04 +0000)]
Added casts to all macros to avoid compiler warnings.
Dimitrie O. Paun [Mon, 23 Sep 2002 20:59:42 +0000 (20:59 +0000)]
Remove some more superfluous ZeroMemory calls, small cleanups.
Dimitrie O. Paun [Mon, 23 Sep 2002 20:56:37 +0000 (20:56 +0000)]
- Remove export of DRAG_QueryUpdate from USER.
- Get rid of associated 16 bit code from x11drv.
- Simplifications, cleanups, etc.
Dimitrie O. Paun [Mon, 23 Sep 2002 20:55:22 +0000 (20:55 +0000)]
- Fix outputting of a text pointer in debug mode (by Rein Klazes).
- Remove a large bunch of superfluous ZeroMemory calls.
- Fix a couple of bugs.
Patrik Stridvall [Mon, 23 Sep 2002 20:45:57 +0000 (20:45 +0000)]
Cleaned up the code so it would be easier to parse with the new C
parser.
Patrik Stridvall [Mon, 23 Sep 2002 20:38:30 +0000 (20:38 +0000)]
- Made the new C parser handle the current Wine source.
- Added a compabillity layer between the old and the new C parser.
- Added parsing of data structures.
Andriy Palamarchuk [Mon, 23 Sep 2002 20:36:50 +0000 (20:36 +0000)]
Implemented NetQueryDisplayInformation, NetUserGetInfo, created
conformance tests, other netapi32 bug fixes and improvements.
Francois Gouget [Mon, 23 Sep 2002 19:55:12 +0000 (19:55 +0000)]
Install notepad.exe in c:\windows too.
Dmitry Timoshkov [Sat, 21 Sep 2002 01:21:00 +0000 (01:21 +0000)]
Correct SIZE_T size according to MS SDK.
Change some types to SIZE_T according to MS SDK definitions.
Jason Edmeades [Sat, 21 Sep 2002 01:17:59 +0000 (01:17 +0000)]
Added some definitions.
Eric Pouech [Sat, 21 Sep 2002 01:17:32 +0000 (01:17 +0000)]
Updated winedbg documentation.
Dimitrie O. Paun [Sat, 21 Sep 2002 01:16:19 +0000 (01:16 +0000)]
Change confusing title.
Jon Griffiths [Fri, 20 Sep 2002 19:41:08 +0000 (19:41 +0000)]
Reorganise/minor tidyup of ordinal functions.
Implement StrCmpLogicalW,StrFormatByteSizeA/W,StrFormatByteSize64A,
SHCreateStreamWrapper.
Fix some output .spec parameters from str to ptr.
Fix definition of StrFormatByteSize functions.
Francois Gouget [Fri, 20 Sep 2002 19:39:42 +0000 (19:39 +0000)]
Small updates to better match the format of current Makefiles.
Remove the documentation of no longer supported spec file options.
Add notes to point out the sections that are particularly out of
date.
Dimitrie O. Paun [Fri, 20 Sep 2002 19:38:35 +0000 (19:38 +0000)]
Move the contents of documentation/psdrv.reg to winedefault.reg.
Dimitrie O. Paun [Fri, 20 Sep 2002 19:35:54 +0000 (19:35 +0000)]
Have USER deal with the caret when scrolling a window.
Andriy Palamarchuk [Fri, 20 Sep 2002 19:28:04 +0000 (19:28 +0000)]
Added information about POSIX, Unix, X11 trademarks.
Jon Griffiths [Fri, 20 Sep 2002 19:20:04 +0000 (19:20 +0000)]
Update output for current build process.
Jon Griffiths [Fri, 20 Sep 2002 19:19:34 +0000 (19:19 +0000)]
Documentation update.
Alexandre Julliard [Wed, 18 Sep 2002 23:13:35 +0000 (23:13 +0000)]
Avoid calling some kernel functions.
Alexandre Julliard [Wed, 18 Sep 2002 23:11:19 +0000 (23:11 +0000)]
Updated a lot of obsolete stuff.
Alexandre Julliard [Wed, 18 Sep 2002 23:10:21 +0000 (23:10 +0000)]
Only install the useful programs.
Alexandre Julliard [Wed, 18 Sep 2002 23:09:50 +0000 (23:09 +0000)]
Added support for the take focus protocol.
Alexandre Julliard [Wed, 18 Sep 2002 18:31:18 +0000 (18:31 +0000)]
Removed obsolete files.
Steven Edwards [Wed, 18 Sep 2002 18:30:53 +0000 (18:30 +0000)]
Update for mingw/cygwin.
Martin Wilck [Wed, 18 Sep 2002 18:30:29 +0000 (18:30 +0000)]
Make all target names lower case.
Dimitrie O. Paun [Wed, 18 Sep 2002 18:29:59 +0000 (18:29 +0000)]
Update debug channel usage in DEVELOPER-HINTS.
Remove references to obsolete dirs.
Dimitrie O. Paun [Wed, 18 Sep 2002 18:29:28 +0000 (18:29 +0000)]
- Better implementation for GetTopindex/GetOrigin/SetIconSpacing.
- Drawing optimizations, better scrolling.
- A few more bugs squashed without mercy.
- Many cleanups, simplifications, doc updates.
Vincent Béron [Wed, 18 Sep 2002 18:28:19 +0000 (18:28 +0000)]
Small update to keep in sync with README.
Alexandre Julliard [Tue, 17 Sep 2002 18:54:42 +0000 (18:54 +0000)]
Implemented the ntdll virtual memory functions, and made the kernel
functions use them.
Alexandre Julliard [Tue, 17 Sep 2002 18:44:46 +0000 (18:44 +0000)]
Added testing.sgml.
Alexandre Julliard [Tue, 17 Sep 2002 18:40:39 +0000 (18:40 +0000)]
Remove clearing of the window menu id for now. This will need more
work.
Francois Gouget [Tue, 17 Sep 2002 18:34:38 +0000 (18:34 +0000)]
Explain why conformance tests are useful for ports too.
Alexandre Julliard [Tue, 17 Sep 2002 18:33:55 +0000 (18:33 +0000)]
Authors: Josef Meixner <Josef.Meixner@t-online.de>, Huw Davies <huw@codeweavers.com>
- Initializing the return-string shouldn't change the pointer.
- Added "FIXME" for case not handled.
- Directory and the filenames have to be separated by "\0".
- Added check to handle possible signed/unsigned overflow.
Martin Wilck [Tue, 17 Sep 2002 18:32:53 +0000 (18:32 +0000)]
MSVCRT needs a public errno.h file.
Martin Wilck [Tue, 17 Sep 2002 18:31:31 +0000 (18:31 +0000)]
Fix "install" and "uninstall" targets: .exe -> .exe.so; target dir is
$(dlldir), like for the "builtin" wine binaries.
Andriy Palamarchuk [Tue, 17 Sep 2002 18:31:06 +0000 (18:31 +0000)]
Make LsaOpenPolicy return success.
Jan Kratochvil [Tue, 17 Sep 2002 18:30:38 +0000 (18:30 +0000)]
Bug fix.
Gyorgy 'Nog' Jeney [Tue, 17 Sep 2002 18:30:07 +0000 (18:30 +0000)]
- Unicodeify control.
- use void instead of VOID.
- Pass infoPtr around instead of HWND.
- Implement most of the control.
Dimitrie O. Paun [Tue, 17 Sep 2002 18:29:17 +0000 (18:29 +0000)]
- Optimize the heck out of Report drawing.
- A bit of organization, for sanity's sake.
- Many simplifications, cleanups, etc.
Dimitrie O. Paun [Tue, 17 Sep 2002 18:27:32 +0000 (18:27 +0000)]
Move the documentation for 'ShowDirSymlinks' where it belongs: to the
wine.conf man page.
Francois Gouget [Tue, 17 Sep 2002 01:35:09 +0000 (01:35 +0000)]
Remove references to PCVOID and LPUINT.
Remove types that don't exist on Windows.
Alexandre Julliard [Tue, 17 Sep 2002 01:31:54 +0000 (01:31 +0000)]
Fixed import directory limits (spotted by Jan Kratochvil).
Sander van Leeuwen [Tue, 17 Sep 2002 01:30:13 +0000 (01:30 +0000)]
Listview_ProcessLetterKeys: fixed never ending loop when end index is
zero.
Jerry Jenkins [Tue, 17 Sep 2002 01:29:26 +0000 (01:29 +0000)]
Modified volume_effect8 for taking unsigned data as signed data, and
wodPlayer_WriteMaxFrags because of wrong data length which lead to
strange noise and volume control working incorrectly.
Jerry Jenkins [Tue, 17 Sep 2002 01:29:01 +0000 (01:29 +0000)]
Added waveOutSetVolume when opening sound driver. Otherwise, there is
no sound if we use aRts.
Martin Wilck [Tue, 17 Sep 2002 01:27:55 +0000 (01:27 +0000)]
- Return correct error codes.
- Fix behaviour if files are on different Wine drives
- delete source if copy successful
- try rename() - files may be on the same Unix file system.
- Try copy/delete if rename() fails: files may be on the same DOS
drive, but on different Unix file systems.
Francois Gouget [Tue, 17 Sep 2002 00:07:03 +0000 (00:07 +0000)]
Start of the conformance testing documentation. Still very
incomplete.
Francois Gouget [Tue, 17 Sep 2002 00:06:30 +0000 (00:06 +0000)]
Update the section concerning winemaker's options.
Add a couple of warnings about out-of-date sections.
Francois Gouget [Tue, 17 Sep 2002 00:05:55 +0000 (00:05 +0000)]
Tests are regular Winelib applications and thus should not be compiled
with __WINE__.
Francois Gouget [Tue, 17 Sep 2002 00:05:34 +0000 (00:05 +0000)]
IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
instead and cast to LPWSTR.
Fixed type cast warnings.
Francois Gouget [Tue, 17 Sep 2002 00:04:35 +0000 (00:04 +0000)]
Change the #include order so that these tests compile on Windows.
Francois Gouget [Tue, 17 Sep 2002 00:03:39 +0000 (00:03 +0000)]
Move all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK.
Add some missing constants.
Include ntstatus.h in winnt.h.
Marcus Meissner [Tue, 17 Sep 2002 00:00:30 +0000 (00:00 +0000)]
Fixed "conditional expr is always true due to being unsigned < 0"
problem.
Jan Kratochvil [Mon, 16 Sep 2002 23:59:53 +0000 (23:59 +0000)]
New -S: Search only prototype names found in 'symfile'.
Marcus Meissner [Mon, 16 Sep 2002 23:58:59 +0000 (23:58 +0000)]
Added ctype.h.
Michael Stefaniuc [Mon, 16 Sep 2002 22:47:05 +0000 (22:47 +0000)]
Convert HRSRC to a void*.
Francois Gouget [Mon, 16 Sep 2002 22:45:22 +0000 (22:45 +0000)]
NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
Windows platforms -> use GetModuleHandle + GetProcAddress.
Dimitrie O. Paun [Mon, 16 Sep 2002 22:44:38 +0000 (22:44 +0000)]
Mark files starting with a dot as FA_HIDDEN.
Add configuration option 'ShowDotFiles' to turn this feature off.
Martin Wilck [Mon, 16 Sep 2002 22:39:50 +0000 (22:39 +0000)]
Fix MoveFileEx() flags in MSVCRT rename()/_wrename().
Dimitrie O. Paun [Mon, 16 Sep 2002 22:37:40 +0000 (22:37 +0000)]
- Reorganization and cleanup of selection code.
- Complete rewrite of focus handling and drawing code.
- Many bugs fixed (including a serious memory corruption).
- Many performance fixes.
- Lots of cleanups, simplifications, etc.
- Documentation updates.
Francois Gouget [Mon, 16 Sep 2002 22:36:49 +0000 (22:36 +0000)]
Include rpc.h after LPOLESTR and other needed types are defined.
Vincent Béron [Mon, 16 Sep 2002 22:35:24 +0000 (22:35 +0000)]
Fixed typo which prevented correct compilation of code using the
Get{C,M,Y}Value macros.
Alexandre Julliard [Mon, 16 Sep 2002 19:32:50 +0000 (19:32 +0000)]
Implemented NtDuplicateObject.
Dmitry Timoshkov [Mon, 16 Sep 2002 19:29:36 +0000 (19:29 +0000)]
Replace static initializers with a proper #define in .h files.
Juraj Hercek [Mon, 16 Sep 2002 19:28:36 +0000 (19:28 +0000)]
- fixed typo error in CMYK definition (COLOREF -> COLORREF)
- added tags to structures (_OFSTRUCT, _FILETIME, ...)
Duane Clark [Mon, 16 Sep 2002 19:27:51 +0000 (19:27 +0000)]
Wait for app to come up before attempting DDE connection.
PathIsURL should fail on text without a proper "scheme".
Marcus Meissner [Mon, 16 Sep 2002 19:27:15 +0000 (19:27 +0000)]
info->u.smb_dir is a pointer, errors are signaled by NULL.
Eric Pouech [Mon, 16 Sep 2002 19:26:48 +0000 (19:26 +0000)]
Added ability to abort on interactive symbol lookup.
Dimitrie O. Paun [Mon, 16 Sep 2002 19:25:41 +0000 (19:25 +0000)]
- Grand rewrite for {Get,Set,Insert}Item & Co.
- Many bugs fixed.
- Callback items are better supported.
- Improvements in rendering speed.
- Change VOID to void.
- Many code cleanups, and simplifications.
- Documentation updates.
Alexandre Julliard [Fri, 13 Sep 2002 21:42:28 +0000 (21:42 +0000)]
Handle special registry root keys directly in advapi32, and avoid
using them in kernel and ntdll.
Alexandre Julliard [Fri, 13 Sep 2002 18:52:57 +0000 (18:52 +0000)]
Copied the registry functions needed by VMM into device.c and got rid
of memory/registry.c.
Alexandre Julliard [Fri, 13 Sep 2002 18:52:01 +0000 (18:52 +0000)]
Removed remaining references to advapi32 registry functions from
kernel functions.
Martin Wilck [Fri, 13 Sep 2002 17:55:54 +0000 (17:55 +0000)]
- Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll".
- Automatically add MSVCRT include path if MSVCRT DLL was requested.
Martin Wilck [Fri, 13 Sep 2002 17:55:33 +0000 (17:55 +0000)]
Wait timeout must be 0 if bWait == FALSE.
Alexandre Julliard [Fri, 13 Sep 2002 17:54:27 +0000 (17:54 +0000)]
Moved the debugger to programs/winedbg where it belongs.
Alexandre Julliard [Fri, 13 Sep 2002 17:47:44 +0000 (17:47 +0000)]
Removed references to advapi32 registry functions from some of the
kernel functions.