Alexandre Julliard [Sun, 3 Dec 2000 04:29:05 +0000 (04:29 +0000)]
Andreas Mohr [Sun, 3 Dec 2000 04:02:09 +0000 (04:02 +0000)]
Check the attributes of the *current* section, not only the attributes
of the *first* section...
Alexandre Julliard [Sun, 3 Dec 2000 03:19:45 +0000 (03:19 +0000)]
Fixed WINPROC_GetPtr() to always pass the start of the block to
HeapValidate().
Alexandre Julliard [Sun, 3 Dec 2000 03:17:41 +0000 (03:17 +0000)]
Display an error message if loading a Winelib app failed (suggested by
Francois Gouget).
Francois Gouget [Sun, 3 Dec 2000 03:16:05 +0000 (03:16 +0000)]
Use the DUMMYUNIONNAME macros so that the headers can be used in
Winelib.
Aric Stewart [Sun, 3 Dec 2000 03:14:29 +0000 (03:14 +0000)]
Added ASCII-only version of toupper, tolower, strcasecmp and the like
for file and module I/O.
Alexandre Julliard [Sat, 2 Dec 2000 23:46:10 +0000 (23:46 +0000)]
Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
again (untested).
Patrik Stridvall [Sat, 2 Dec 2000 23:44:59 +0000 (23:44 +0000)]
Added/modified documentation for function arguments.
Patrik Stridvall [Sat, 2 Dec 2000 23:43:31 +0000 (23:43 +0000)]
Minor API files update.
Uwe Bonnes [Sat, 2 Dec 2000 23:43:10 +0000 (23:43 +0000)]
FileOpenDlgProc95: notify application of changed selection after
filling template.
Eric Pouech [Sat, 2 Dec 2000 23:42:42 +0000 (23:42 +0000)]
Fixed bugs when tray was open.
Dmitry Timoshkov [Sat, 2 Dec 2000 23:42:13 +0000 (23:42 +0000)]
Added several additional to/from unicode message mappings.
Alexandre Julliard [Sat, 2 Dec 2000 20:38:47 +0000 (20:38 +0000)]
Always put the dll constructor in the .init section, and like the
.spec.o file first to ensure correct calling order of the constructors.
Francois Gouget [Sat, 2 Dec 2000 20:18:08 +0000 (20:18 +0000)]
Fixed miscellaneous typos, syntactic and grammatical errors.
Francois Gouget [Sat, 2 Dec 2000 20:17:13 +0000 (20:17 +0000)]
Fixed the case of "Winelib".
Francois Gouget [Sat, 2 Dec 2000 20:14:20 +0000 (20:14 +0000)]
Fix the Winelib case.
The linking aspects have been solved by the last winebuild update ->
removed from the todo list.
The configure script has been updated -> removed from the todo list.
Francois Gouget [Sat, 2 Dec 2000 20:12:45 +0000 (20:12 +0000)]
If there is a single target, it should also get the 'project_settings
sources'.
If a subdirectory is called 'include' then add it to the include path.
Dimitrie O. Paun [Sat, 2 Dec 2000 20:11:42 +0000 (20:11 +0000)]
Include config.h.
Dmitry Timoshkov [Sat, 2 Dec 2000 20:11:05 +0000 (20:11 +0000)]
Added several clipboard formats.
Dennis Björklund [Sat, 2 Dec 2000 20:10:38 +0000 (20:10 +0000)]
Compile fix for building wine outside the source tree.
Andreas Mohr [Sat, 2 Dec 2000 20:09:54 +0000 (20:09 +0000)]
InternetCloseHandle didn't return TRUE in all appropriate cases.
Andreas Mohr [Sat, 2 Dec 2000 20:09:39 +0000 (20:09 +0000)]
Added a --winver nt40 hint to VxD error message.
Hidenori Takeshima [Sat, 2 Dec 2000 20:09:10 +0000 (20:09 +0000)]
Added some stubs.
Louis Philippe Gagnon [Sat, 2 Dec 2000 00:00:51 +0000 (00:00 +0000)]
- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
release it on a WM_RBUTTONUP
- Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
- Use parent-relative coordinates when calling NC_HandleNCHitTest
Patrik Stridvall [Fri, 1 Dec 2000 23:58:28 +0000 (23:58 +0000)]
Added/modified documentation for function arguments.
Patrik Stridvall [Fri, 1 Dec 2000 23:54:51 +0000 (23:54 +0000)]
Fixed Win16 documentation not fixed because of a bug in winapi_check.
Patrik Stridvall [Fri, 1 Dec 2000 23:53:46 +0000 (23:53 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Fri, 1 Dec 2000 23:51:33 +0000 (23:51 +0000)]
- Fixed a bug concerning Win16 documentation.
- Fixed some bugs concerning argument documentation
- Minor API files update
Alexandre Julliard [Fri, 1 Dec 2000 21:32:55 +0000 (21:32 +0000)]
Removed some unnecessary includes.
Alexandre Julliard [Fri, 1 Dec 2000 21:31:02 +0000 (21:31 +0000)]
Moved useful NE format definitions to winbase16.h.
Dimitrie O. Paun [Fri, 1 Dec 2000 21:27:43 +0000 (21:27 +0000)]
Modified winebuild to use the __ASM_FUNC macro for greater portability.
Alexandre Julliard [Fri, 1 Dec 2000 21:25:31 +0000 (21:25 +0000)]
Moved the few remaining functions in wprocs.dll to kernel.dll.
No longer load wprocs.dll unconditionally.
Restored default interrupt handler behavior (reported by Andreas Mohr).
Alexandre Julliard [Fri, 1 Dec 2000 20:48:41 +0000 (20:48 +0000)]
Finished separation of shell32 and wsock32.
Dimitrie O. Paun [Fri, 1 Dec 2000 20:47:11 +0000 (20:47 +0000)]
Supply dummy getrlimit if absent.
Eric Pouech [Fri, 1 Dec 2000 20:46:23 +0000 (20:46 +0000)]
Fixed segstr to str proto.
Eric Pouech [Fri, 1 Dec 2000 20:45:59 +0000 (20:45 +0000)]
Cleaned up internal types definition.
Eric Pouech [Fri, 1 Dec 2000 20:45:43 +0000 (20:45 +0000)]
Improved stabs loading (now using recursive parsing, required by stabs
generated by latest gcc versions).
Eric Pouech [Fri, 1 Dec 2000 20:45:24 +0000 (20:45 +0000)]
Work around for deref issues (least impact solution taken, even if issues remain).
Aric Stewart [Fri, 1 Dec 2000 20:45:02 +0000 (20:45 +0000)]
A number of additions to the nls files. Also one correction, we had
895 for the Czech default codepage but according to microsoft it
should be 852.
Jeremy White [Fri, 1 Dec 2000 20:43:51 +0000 (20:43 +0000)]
Make winelauncher work better for source tree builds.
Make winelauncher detect the lack of a ~/.winerc file and prompt the
user about it.
Pass command line parameters a bit more graciously; improves
interaction with gmc and kfm.
Marcus Meissner [Fri, 1 Dec 2000 20:43:26 +0000 (20:43 +0000)]
Added the KDE 2 beta and final method of specifying systray windows.
Louis Philippe Gagnon [Thu, 30 Nov 2000 20:37:29 +0000 (20:37 +0000)]
Don't update scrollbars when processing WM_DESTROY.
Alexandre Julliard [Thu, 30 Nov 2000 20:36:41 +0000 (20:36 +0000)]
Check for NULL handle before calling HeapValidate.
Francois Gouget [Thu, 30 Nov 2000 20:36:18 +0000 (20:36 +0000)]
Bring the man page in line with the latest version of winemaker.
Francois Gouget [Thu, 30 Nov 2000 20:36:04 +0000 (20:36 +0000)]
- In interactive mode, don't ignore invalid options, ask the user again
- Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
- Pass the global defines and include path to WRC
- Base the cleanup on the OBJS variable so that it works even if the
sources are in a subdirectory
Francois Gouget [Thu, 30 Nov 2000 20:34:39 +0000 (20:34 +0000)]
- Fix the handling of relative include/library paths
- In interactive mode, print "./" for the top level directory rather
than an empty string
- We don't need to force a space before assignments
- Align TOPSRCDIR & co like all the other assignements
- Compile Dlls first (dependencies would do it more or less anyway)
- Wording change in the usage
Alexandre Julliard [Thu, 30 Nov 2000 20:31:41 +0000 (20:31 +0000)]
Finished separation of advapi32.
Alexandre Julliard [Thu, 30 Nov 2000 20:29:30 +0000 (20:29 +0000)]
Finished separation of ole32.
Guy L. Albertelli [Thu, 30 Nov 2000 19:58:56 +0000 (19:58 +0000)]
Implement better version of DPA_Merge.
Gerald Pfeifer [Thu, 30 Nov 2000 19:58:34 +0000 (19:58 +0000)]
Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
Andreas Mohr [Thu, 30 Nov 2000 19:58:08 +0000 (19:58 +0000)]
Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
David Elliott [Thu, 30 Nov 2000 19:57:34 +0000 (19:57 +0000)]
Remove libXXXX.so.1.0 lines from .cvsignore files.
Alexandre Julliard [Thu, 30 Nov 2000 19:07:09 +0000 (19:07 +0000)]
Finished separation of comclt32 and comdlg32.
Alexandre Julliard [Thu, 30 Nov 2000 18:54:34 +0000 (18:54 +0000)]
Fixed progman internal dependencies and build it like the other
programs.
Alexandre Julliard [Thu, 30 Nov 2000 18:53:38 +0000 (18:53 +0000)]
Export a few 16-bit functions needed by higher-level dlls.
Alexandre Julliard [Thu, 30 Nov 2000 18:51:58 +0000 (18:51 +0000)]
Export the wine server functions from ntdll.
Patrik Stridvall [Thu, 30 Nov 2000 01:31:44 +0000 (01:31 +0000)]
- Added new option --documentation-arguments
- Minor API files update
Patrik Stridvall [Thu, 30 Nov 2000 01:31:28 +0000 (01:31 +0000)]
Don't include windows.h internally.
Andreas Mohr [Thu, 30 Nov 2000 01:29:45 +0000 (01:29 +0000)]
Added alias capability to --winver.
win2000 is the official value.
Alexandre Julliard [Thu, 30 Nov 2000 01:19:51 +0000 (01:19 +0000)]
Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
Added a hack in MapLS to recognize such allocations and use the heap
selector in this case.
Alexandre Julliard [Thu, 30 Nov 2000 01:17:55 +0000 (01:17 +0000)]
Removed dependencies on Wine internal functions.
Alexandre Julliard [Thu, 30 Nov 2000 01:16:35 +0000 (01:16 +0000)]
Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
Alexandre Julliard [Thu, 30 Nov 2000 01:15:30 +0000 (01:15 +0000)]
Removed "elfdll" load order option and updated documentation.
Dimitrie O. Paun [Wed, 29 Nov 2000 20:04:09 +0000 (20:04 +0000)]
Do not include sys/ptrace.h and sys/user.h unconditionally.
Other portability fixes.
Brian Teague [Wed, 29 Nov 2000 20:02:46 +0000 (20:02 +0000)]
Add a stub for the CAPS1 capability in GetDeviceCaps.
Define the CAPS1 bit flags in wingdi.h
Make various calls to GetDeviceCaps in DLLS use #defined values.
Alexandre Julliard [Wed, 29 Nov 2000 19:39:30 +0000 (19:39 +0000)]
Renamed CallTo16* functions to wine_call_to_16* and export them from
kernel32.spec.
Gerard Patel [Wed, 29 Nov 2000 19:01:07 +0000 (19:01 +0000)]
Fixed returned length of files.
Dimitrie O. Paun [Wed, 29 Nov 2000 19:00:23 +0000 (19:00 +0000)]
Do not use a.out.h.
Alexandre Julliard [Wed, 29 Nov 2000 18:38:24 +0000 (18:38 +0000)]
Cleaned up some more dependencies on Wine internal functions.
Alexandre Julliard [Wed, 29 Nov 2000 17:48:06 +0000 (17:48 +0000)]
Added implementation of lstat to port.c.
Kees Schoenmakers [Wed, 29 Nov 2000 17:43:09 +0000 (17:43 +0000)]
Added HASP device stub.
Lionel Ulmer [Wed, 29 Nov 2000 17:42:20 +0000 (17:42 +0000)]
Fixed the size of the large_handles array.
Dimitrie O. Paun [Wed, 29 Nov 2000 00:03:27 +0000 (00:03 +0000)]
Fixed a few compilation warnings.
Andreas Mohr [Wed, 29 Nov 2000 00:02:46 +0000 (00:02 +0000)]
WM_SETTEXT should return TRUE on success.
Andreas Mohr [Wed, 29 Nov 2000 00:01:40 +0000 (00:01 +0000)]
VirtualQuery should return 0 for all addresses >= 0xc0000000.
Aric Stewart [Wed, 29 Nov 2000 00:00:11 +0000 (00:00 +0000)]
Ownerdata listviews were not clearing previously selected items when a
new item is set as selected using SetItem and the listview has
LVIS_SINGLESEL.
Aric Stewart [Tue, 28 Nov 2000 23:57:38 +0000 (23:57 +0000)]
We were returning characters for various CTRL + Symbol keystrokes
which should not return characters.
Marcus Meissner [Tue, 28 Nov 2000 23:54:36 +0000 (23:54 +0000)]
linux-2.4.0-test10 now calls 'flags' as 'features'.
Dmitry Timoshkov [Tue, 28 Nov 2000 23:53:08 +0000 (23:53 +0000)]
Slightly rearrange WIN16/WIN32A/WIN32 window creation.
Dmitry Timoshkov [Tue, 28 Nov 2000 23:51:48 +0000 (23:51 +0000)]
Made button control fully unicode aware.
Andreas Mohr [Tue, 28 Nov 2000 23:50:34 +0000 (23:50 +0000)]
- fix crash in SETUPX_TranslateLDID()
- implement custom LDID lookup
Alexandre Julliard [Tue, 28 Nov 2000 22:40:56 +0000 (22:40 +0000)]
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
Andreas Mohr [Tue, 28 Nov 2000 22:35:20 +0000 (22:35 +0000)]
Updated man page.
Alexandre Julliard [Tue, 28 Nov 2000 22:34:27 +0000 (22:34 +0000)]
Made HEAP_strdup* functions inline (temporary).
Alexandre Julliard [Tue, 28 Nov 2000 22:33:46 +0000 (22:33 +0000)]
Moved EnumPortsA to dlls/winspool.
Dimitrie O. Paun [Mon, 27 Nov 2000 23:54:25 +0000 (23:54 +0000)]
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
Alexandre Julliard [Mon, 27 Nov 2000 23:48:08 +0000 (23:48 +0000)]
Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
relay stubs if debugging is on.
Dimitrie O. Paun [Mon, 27 Nov 2000 23:32:55 +0000 (23:32 +0000)]
Test if we need to put the .type directive inside a .def directive.
Marcus Meissner [Mon, 27 Nov 2000 23:06:36 +0000 (23:06 +0000)]
Truncate dest blit rectangle down to surface size.
Marcus Meissner [Mon, 27 Nov 2000 23:01:10 +0000 (23:01 +0000)]
WARN() about missing /dev/sequencer, it's too confusing for newbies.
Andreas Mohr [Mon, 27 Nov 2000 22:56:03 +0000 (22:56 +0000)]
Also mention xpm-devel in the error msg.
Andreas Mohr [Mon, 27 Nov 2000 22:46:00 +0000 (22:46 +0000)]
Add FloatingPointProcessor empty entry to the registry.
Louis Philippe Gagnon [Mon, 27 Nov 2000 22:39:35 +0000 (22:39 +0000)]
When processing mouse messages in MENU_TrackMenu, use the coordinates
in lParam instead of those in MSG::pt.
Alexandre Julliard [Mon, 27 Nov 2000 22:03:46 +0000 (22:03 +0000)]
Display the name of the function when import failed.
Alexandre Julliard [Mon, 27 Nov 2000 22:03:23 +0000 (22:03 +0000)]
Fixed a few dependencies on 16-bit or internal functions. Fixed a few
warnings.
Alexandre Julliard [Mon, 27 Nov 2000 22:02:08 +0000 (22:02 +0000)]
Fixed SEGPTR_GET usage.
Alexandre Julliard [Mon, 27 Nov 2000 22:01:21 +0000 (22:01 +0000)]
Added entry for PrivateExtractIconsA.
Alexandre Julliard [Mon, 27 Nov 2000 21:59:08 +0000 (21:59 +0000)]
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
Alexandre Julliard [Mon, 27 Nov 2000 21:55:30 +0000 (21:55 +0000)]
Added entry for TerminateApp16.
Alexandre Julliard [Mon, 27 Nov 2000 21:54:01 +0000 (21:54 +0000)]
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.