Dimitrie O. Paun [Fri, 13 Feb 2004 20:20:57 +0000 (20:20 +0000)]
For each lib dir, look for .so, .def. and .a files, instead of the
other way around.
Alexandre Julliard [Fri, 13 Feb 2004 04:06:37 +0000 (04:06 +0000)]
Removed a couple of unused fields in the DC structure.
Dimitrie O. Paun [Fri, 13 Feb 2004 04:00:52 +0000 (04:00 +0000)]
Remove the obsolete graphics/ directory.
Use the prefered method documenting style.
Remove irrelevant section about internal names.
Alexandre Julliard [Fri, 13 Feb 2004 04:00:29 +0000 (04:00 +0000)]
Get rid of a few more references to the DC structure.
Alex Pasadyn [Fri, 13 Feb 2004 03:58:21 +0000 (03:58 +0000)]
Update the desktop window size and send WM_DISPLAYCHANGE on resolution
changes.
Alexandre Julliard [Thu, 12 Feb 2004 23:27:59 +0000 (23:27 +0000)]
We don't really need subdirectories in dlls/dinput.
Alexandre Julliard [Thu, 12 Feb 2004 23:11:30 +0000 (23:11 +0000)]
Moved remaining files from graphics/ to dlls/gdi.
Alexandre Julliard [Thu, 12 Feb 2004 22:54:00 +0000 (22:54 +0000)]
Added version scripts for libwine and libwine_unicode.
Alexandre Julliard [Thu, 12 Feb 2004 22:49:22 +0000 (22:49 +0000)]
A 0.9 release in 2003 seems unlikely at this point (spotted by Clay
Ashby).
Justin Chevrier [Thu, 12 Feb 2004 22:40:24 +0000 (22:40 +0000)]
Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
SPI_GETHOTTRACKING, SPI_GETLISTBOXSMOOTHSCROLLING and
SPI_GETKEYBOARDCUES system parameter calls.
Steven Edwards [Thu, 12 Feb 2004 22:39:18 +0000 (22:39 +0000)]
Windows porting fix - Define O_NONBLOCK if not defined.
Huw Davies [Thu, 12 Feb 2004 20:06:04 +0000 (20:06 +0000)]
Fix a TRACE.
Huw Davies [Thu, 12 Feb 2004 20:05:47 +0000 (20:05 +0000)]
GetCharABCWidths returns the widths of unrotated glyphs like
GetCharWidth already does.
Huw Davies [Thu, 12 Feb 2004 20:05:22 +0000 (20:05 +0000)]
Bracket code inserted by the PASSTHROUGH escapes by
%%{Begin,End}Document. This stops cups' pstops becoming confused if it
comes across an %%EOF in an imported eps file.
The hack in PSDRV_Rectangle to fix eps files in office2k turns out to
be almost what Windows really does - update the code and the comment
to match Windows behaviour more precisely.
Huw Davies [Thu, 12 Feb 2004 20:04:48 +0000 (20:04 +0000)]
Make sure that the font ppem is always positive. Thanks to gslink.
Dmitry Timoshkov [Thu, 12 Feb 2004 20:04:23 +0000 (20:04 +0000)]
Do not leave not initialized fields in the structure passed to
ShellExecuteExW32.
Dmitry Timoshkov [Thu, 12 Feb 2004 20:04:09 +0000 (20:04 +0000)]
Translate the returned hInstApp from the unicode worker function.
Alexandre Julliard [Thu, 12 Feb 2004 20:03:53 +0000 (20:03 +0000)]
Authors: David Hammerton <david@transgaming.com>, Mike McCormack <mike@codeweavers.com>
Completed PeekNamedPipe implementation.
Robert Shearman [Thu, 12 Feb 2004 20:03:18 +0000 (20:03 +0000)]
- Added My Computer.
- Updated installed DX Version.
Alexandre Julliard [Thu, 12 Feb 2004 02:17:51 +0000 (02:17 +0000)]
Moved some code out of the graphics/ directory into dlls/gdi.
Bill Medland [Thu, 12 Feb 2004 02:16:33 +0000 (02:16 +0000)]
Added the automatic tabbing in IsDialogMessage.
Added corrections to GetNextTab/GroupItem.
Included tests.
Alexandre Julliard [Thu, 12 Feb 2004 01:03:55 +0000 (01:03 +0000)]
Get rid of the flatthunk.h header.
Alexandre Julliard [Thu, 12 Feb 2004 00:35:01 +0000 (00:35 +0000)]
Avoid a few more GetModuleHandle calls.
Ove Kaaven [Thu, 12 Feb 2004 00:31:40 +0000 (00:31 +0000)]
Don't add imported constructs to any typelib output by default.
Alexandre Julliard [Thu, 12 Feb 2004 00:00:55 +0000 (00:00 +0000)]
Store the kernel32 module handle globally to avoid some
GetModuleHandle calls that can cause deadlocks with the loader
section.
Moved some 16-bit definitions out of kernel_private.h.
Alexandre Julliard [Wed, 11 Feb 2004 23:58:46 +0000 (23:58 +0000)]
Better fix for the thread exit race on pthreads.
Dimitrie O. Paun [Wed, 11 Feb 2004 23:58:16 +0000 (23:58 +0000)]
Document four new dlls: dswave, iccvid, msvcrt40, and msvidc32.
Ove Kaaven [Wed, 11 Feb 2004 23:57:58 +0000 (23:57 +0000)]
Parse the [input_sync] attribute.
Dmitry Timoshkov [Wed, 11 Feb 2004 23:57:36 +0000 (23:57 +0000)]
There is no point in specifying both MEM_RESERVE and MEM_COMMIT for
VirtualAlloc.
Dmitry Timoshkov [Wed, 11 Feb 2004 23:57:17 +0000 (23:57 +0000)]
AFMT_AC3 might be not defined in the system headers.
Dmitry Timoshkov [Wed, 11 Feb 2004 23:56:52 +0000 (23:56 +0000)]
Avoid double checking free type flags in NtFreeVirtualMemory.
Alexandre Julliard [Wed, 11 Feb 2004 06:41:01 +0000 (06:41 +0000)]
Store all information about the current dll in a structure instead of
using global variables to make it easier to reuse the parsing
routines.
Alexandre Julliard [Wed, 11 Feb 2004 06:37:49 +0000 (06:37 +0000)]
Don't request PROT_EXEC permissions when mapping an image file to
avoid problems on noexec filesystems with kernel 2.6.
Alexandre Julliard [Wed, 11 Feb 2004 06:21:45 +0000 (06:21 +0000)]
Moved some more definitions out of undocshell.h into the exported
headers.
Huw Davies [Wed, 11 Feb 2004 05:26:30 +0000 (05:26 +0000)]
Only redraw button in PressButton and Indeterminate if its state has
changed.
Alexandre Julliard [Wed, 11 Feb 2004 04:19:43 +0000 (04:19 +0000)]
Don't depend on the name of the main binary, always load
wine-[kp]thread no matter what.
Martin Fuchs [Wed, 11 Feb 2004 04:18:12 +0000 (04:18 +0000)]
- move some PIDL function declarations from undocshell.h into public
header, as they are no longer undocumented
- implement context menu support for Winefile
Huw Davies [Wed, 11 Feb 2004 04:02:29 +0000 (04:02 +0000)]
Honour TB_SETMAXTEXTROWS.
Steven Edwards [Tue, 10 Feb 2004 20:09:43 +0000 (20:09 +0000)]
Porting Fixes for Mingw/MSVC.
Francois Gouget [Tue, 10 Feb 2004 20:09:26 +0000 (20:09 +0000)]
Remove the winetest_ok() hack that adds a trailing '\n' if it is
missing.
Ge van Geldorp [Tue, 10 Feb 2004 20:09:04 +0000 (20:09 +0000)]
Set upper-left corner of destination to (0, 0), using
GetBitmapDimensionEx doesn't make sense.
Ulrich Czekalla [Tue, 10 Feb 2004 20:08:45 +0000 (20:08 +0000)]
Add support for BTNS_WHOLEDROPDOWN.
Populate button rect when sending TBN_DROPDOWN.
Huw Davies [Tue, 10 Feb 2004 20:08:24 +0000 (20:08 +0000)]
Add the F_NOTIFY defines if we're compiling with linux and they're not
in the system header files.
Dmitry Timoshkov [Tue, 10 Feb 2004 20:08:10 +0000 (20:08 +0000)]
Add GetProcessHeaps() prototype.
Dmitry Timoshkov [Tue, 10 Feb 2004 20:07:56 +0000 (20:07 +0000)]
Fix a couple of copy/paste errors.
Mike McCormack [Tue, 10 Feb 2004 20:07:43 +0000 (20:07 +0000)]
Use GetFullPathName to convert unix path names to DOS ones.
Alastair Bridgewater [Tue, 10 Feb 2004 02:26:06 +0000 (02:26 +0000)]
Support for a small handful more return value/argument/variable types.
Alexandre Julliard [Tue, 10 Feb 2004 02:25:23 +0000 (02:25 +0000)]
Dynamically retrieve the metrics that depend on the screen size (based
on a patch by Alex Pasadyn).
Get rid of the no longer used SM_WINE_BPP metric.
Alastair Bridgewater [Tue, 10 Feb 2004 02:23:19 +0000 (02:23 +0000)]
Fixes and support for TypeInfo alignment values.
Jon Griffiths [Tue, 10 Feb 2004 02:22:53 +0000 (02:22 +0000)]
Test StrRetToBSTR.
Jon Griffiths [Tue, 10 Feb 2004 02:22:17 +0000 (02:22 +0000)]
Add some missing prototypes, fix AssocIsDangerous.
Implement StrRetToBSTR, delay-import oleaut32.
Jon Griffiths [Tue, 10 Feb 2004 02:19:03 +0000 (02:19 +0000)]
Tests for StrRetToStrAW.
Jon Griffiths [Tue, 10 Feb 2004 02:18:50 +0000 (02:18 +0000)]
StrRetToStrN returns BOOL and shouldn't crash on NULL dest.
Robert Shearman [Tue, 10 Feb 2004 01:36:20 +0000 (01:36 +0000)]
- CoSetState info should be thread local.
- SetErrorInfo should allocate an apartment when no apartment present.
Leonardo Quijano Vincenzi [Tue, 10 Feb 2004 01:35:57 +0000 (01:35 +0000)]
Fixed Latin American keyboard.
Alastair Bridgewater [Tue, 10 Feb 2004 01:35:16 +0000 (01:35 +0000)]
Stubbed-out implementation of the ITypeLib interface.
A fix to ICreateTypeInfo::AddRefTypeInfo() to use Release() instead of
hacking a refcount directly.
A missed API doc comment for the ITypeInfo interface.
Dmitry Timoshkov [Tue, 10 Feb 2004 01:34:47 +0000 (01:34 +0000)]
Add partial support for some undocumented toolbar messages.
Francois Gouget [Mon, 9 Feb 2004 22:07:42 +0000 (22:07 +0000)]
Assorted spelling and case fixes.
Alexandre Julliard [Mon, 9 Feb 2004 22:02:55 +0000 (22:02 +0000)]
Fixed TrackPopupMenu return value (based on a patch by Andreas
Rosenberg).
Lionel Ulmer [Mon, 9 Feb 2004 22:01:49 +0000 (22:01 +0000)]
Better TRACEing in some functions.
Alastair Bridgewater [Mon, 9 Feb 2004 22:01:25 +0000 (22:01 +0000)]
Preliminary support for ICreateTypeInfo::AddImplType().
Support for ICreateTypeInfo::SetImplTypeFlags().
Huw Davies [Mon, 9 Feb 2004 21:47:01 +0000 (21:47 +0000)]
TB_ADDBUTTONS can pass a string ptr instead of an index.
TB_GETBUTTONINFO only returns a string if it's not in the internal
string list.
Lionel Ulmer [Mon, 9 Feb 2004 21:45:38 +0000 (21:45 +0000)]
Implemented proper asynchronous InternetOpenUrl handling.
Alastair Bridgewater [Mon, 9 Feb 2004 21:44:55 +0000 (21:44 +0000)]
Preliminary support for recording custom data in a type library.
Alexandre Julliard [Mon, 9 Feb 2004 21:11:08 +0000 (21:11 +0000)]
libwine_uuid has been renamed to libuuid.
Pofis [Mon, 9 Feb 2004 21:10:08 +0000 (21:10 +0000)]
Don't print FIXME for FILE_ATTRIBUTE_TEMPORARY.
Alexandre Julliard [Mon, 9 Feb 2004 21:09:37 +0000 (21:09 +0000)]
Workaround for broken artsc-config script (based on a patch by
stirling@kc.rr.com).
Huw Davies [Mon, 9 Feb 2004 21:01:10 +0000 (21:01 +0000)]
Use the BTNS_* toolbar button style defines rather than the outdated
TBSTYLE_*.
Robert Shearman [Mon, 9 Feb 2004 20:58:42 +0000 (20:58 +0000)]
Fix proc name reported in delay load failure.
Dmitry Timoshkov [Mon, 9 Feb 2004 20:58:16 +0000 (20:58 +0000)]
Add a test case for Virtual* APIs, fix a few bugs discovered by it.
Juan Lang [Mon, 9 Feb 2004 20:57:40 +0000 (20:57 +0000)]
Declare some SetupDi functions and related constants.
Hannu Valtonen [Mon, 9 Feb 2004 20:57:21 +0000 (20:57 +0000)]
Remove some useless comments and rearrange the GUI a bit.
Mike McCormack [Mon, 9 Feb 2004 20:56:41 +0000 (20:56 +0000)]
Fix the bounds checking in SHGetPathFromIDListA/W.
Lionel Ulmer [Mon, 9 Feb 2004 20:55:58 +0000 (20:55 +0000)]
Report real handles to the application, not Wine internal ones.
Robert Reif [Mon, 9 Feb 2004 20:55:30 +0000 (20:55 +0000)]
Fixed a problem on BSD.
Fixed a trace.
Juan Lang [Mon, 9 Feb 2004 20:54:28 +0000 (20:54 +0000)]
Remove dead comment.
Alfons Hoogervorst [Mon, 9 Feb 2004 20:49:34 +0000 (20:49 +0000)]
Fix infinite loop in _flushall.
Juan Lang [Mon, 9 Feb 2004 20:48:57 +0000 (20:48 +0000)]
#ifdef guard the declaration of type IID to be compatible with
midl-generated stubs.
Alastair Bridgewater [Mon, 9 Feb 2004 20:48:34 +0000 (20:48 +0000)]
Support for recording the SYSKIND of the type library.
Dmitry Timoshkov [Mon, 9 Feb 2004 20:48:12 +0000 (20:48 +0000)]
Allow compilation with MSVC.
Jon Griffiths [Mon, 9 Feb 2004 20:47:42 +0000 (20:47 +0000)]
Documentation fixes.
Jon Griffiths [Mon, 9 Feb 2004 20:46:16 +0000 (20:46 +0000)]
Thai language translation.
Jon Griffiths [Mon, 9 Feb 2004 20:45:59 +0000 (20:45 +0000)]
Use Unicode calls instead of ASCII where applicable.
Documentation updates.
Jon Griffiths [Mon, 9 Feb 2004 20:44:22 +0000 (20:44 +0000)]
Allow API-doc generation for non WINAPI calls (e.g. msvcrt).
Jon Griffiths [Mon, 9 Feb 2004 20:44:05 +0000 (20:44 +0000)]
Define empty rules for documentation generation.
Alexandre Julliard [Sat, 7 Feb 2004 02:24:15 +0000 (02:24 +0000)]
Added memchrW and memrchrW to the exported Unicode functions.
Alexandre Julliard [Sat, 7 Feb 2004 02:21:31 +0000 (02:21 +0000)]
Added missing parameter check in SetLocaleInfoA revealed by the
profile code changes.
Robert Shearman [Sat, 7 Feb 2004 02:18:51 +0000 (02:18 +0000)]
- Use Win32 instead of Unix file functions.
- Process files fully in Unicode.
- Add Unicode file detection.
Lionel Ulmer [Sat, 7 Feb 2004 01:29:33 +0000 (01:29 +0000)]
Beginning of infrastructure to support WGL extensions.
Michael Stefaniuc [Sat, 7 Feb 2004 01:29:06 +0000 (01:29 +0000)]
Update doc about cross-compiling of the Wine tests.
Bill Medland [Sat, 7 Feb 2004 01:28:45 +0000 (01:28 +0000)]
Correct GetNumberFormat for negative numbers with e.g. 3 leading
digits.
Alex Pasadyn [Sat, 7 Feb 2004 01:28:23 +0000 (01:28 +0000)]
Report the mouse wheel as present in the system metrics.
Huw Davies [Sat, 7 Feb 2004 01:28:10 +0000 (01:28 +0000)]
Add a missing return.
Troy Rollo [Sat, 7 Feb 2004 01:27:51 +0000 (01:27 +0000)]
Added documentation for DocFiles, based on the CorVu implementation of
DocFiles.
Alexandre Julliard [Sat, 7 Feb 2004 01:11:54 +0000 (01:11 +0000)]
Get pointer to CreateFileW earlier on during startup.
Make sure we don't crash when loading a dll before the modref for the
main exe has been created.
Leonardo Quijano Vincenzi [Sat, 7 Feb 2004 01:04:13 +0000 (01:04 +0000)]
Added check for unhide option.
Mike McCormack [Sat, 7 Feb 2004 01:03:41 +0000 (01:03 +0000)]
Implement proper HINTERNET handles.
Francois Gouget [Sat, 7 Feb 2004 01:03:17 +0000 (01:03 +0000)]
Add trailing '\n's to ok() calls.
Francois Gouget [Sat, 7 Feb 2004 01:02:48 +0000 (01:02 +0000)]
Add trailing '\n's to ok() calls.
Spelling fixes in the ok() messages.
Kevin Koltzau [Sat, 7 Feb 2004 01:02:28 +0000 (01:02 +0000)]
Process color metrics for themes.