Steven Edwards [Tue, 7 Oct 2003 22:51:09 +0000 (22:51 +0000)]
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
Mike McCormack [Tue, 7 Oct 2003 22:49:44 +0000 (22:49 +0000)]
When registering a dll, search the dll's directory for dll
dependencies too.
Rein Klazes [Tue, 7 Oct 2003 22:49:22 +0000 (22:49 +0000)]
Added a check for <scsi/scsi.h> and include it in dlls/ntdll/cdrom.c.
Uwe Bonnes [Tue, 7 Oct 2003 05:30:36 +0000 (05:30 +0000)]
Added some tests around fget(w)s.
Uwe Bonnes [Tue, 7 Oct 2003 05:22:04 +0000 (05:22 +0000)]
fget(w)s(): Don't drop characters when buffer is not large enough.
Uwe Bonnes [Tue, 7 Oct 2003 04:01:28 +0000 (04:01 +0000)]
_write(): Don't fragment WriteFile() for TEXT mode write.
Alexandre Julliard [Tue, 7 Oct 2003 03:48:42 +0000 (03:48 +0000)]
Rewrite of the dll file search algorithm to better deal with the
broken behavior of RtlDosSearchPath_U.
Alexandre Julliard [Tue, 7 Oct 2003 03:46:34 +0000 (03:46 +0000)]
A couple more fixes in RtlGetFullPathName_U.
Reverted my previous fix in RtlDosSearchPath_U, extension handling is
supposed to be broken.
Alexandre Julliard [Tue, 7 Oct 2003 03:40:23 +0000 (03:40 +0000)]
Store the global shell, progman and taskman windows in the server
(based on a patch by Martin Fuchs).
Uwe Bonnes [Tue, 7 Oct 2003 03:33:58 +0000 (03:33 +0000)]
_read(): In _O_TEXT mode make Readfile calls in chunks as big as
possible.
Dave Belanger [Tue, 7 Oct 2003 03:32:28 +0000 (03:32 +0000)]
Spit out EMR_RESTOREDC metarecords with -1 as argument as long as we
don't get to the saved state we want.
Jukka Heinonen [Tue, 7 Oct 2003 03:32:03 +0000 (03:32 +0000)]
Use correct pointer when accessing real mode interrupt vectors under
Win16.
Jason Edmeades [Tue, 7 Oct 2003 03:31:46 +0000 (03:31 +0000)]
DXTn stride is to the next block, which is the equivalent to 4 rows
worth of bytes.
Daniel Marmier [Tue, 7 Oct 2003 03:30:47 +0000 (03:30 +0000)]
Fixed warnings with gcc option "-Wwrite-strings".
Alexandre Julliard [Mon, 6 Oct 2003 21:18:51 +0000 (21:18 +0000)]
Moved the final process init and dependency loading to
dlls/ntdll/loader.c, (ab)using the LdrInitializeThunk entry point.
Vincent Béron [Mon, 6 Oct 2003 21:13:01 +0000 (21:13 +0000)]
Change resources from last language file used to LANG_NEUTRAL.
Uwe Bonnes [Mon, 6 Oct 2003 21:10:44 +0000 (21:10 +0000)]
MSVCRT___RTDynamicCast: Reject a NULL cppobj.
Jon Griffiths [Mon, 6 Oct 2003 21:07:06 +0000 (21:07 +0000)]
Implemented GetCPInfoExA/W.
Documentation updates.
Pavel Roskin [Mon, 6 Oct 2003 21:05:28 +0000 (21:05 +0000)]
Read and write binary files in binary mode on Windows.
Kevin Koltzau [Mon, 6 Oct 2003 21:04:27 +0000 (21:04 +0000)]
Added missing defines and fixed a few typos.
Alex Pasadyn [Mon, 6 Oct 2003 21:04:06 +0000 (21:04 +0000)]
Fix buffer length error code for NtQueryInformationToken.
Daniel Marmier [Mon, 6 Oct 2003 21:03:32 +0000 (21:03 +0000)]
Fixed warnings with gcc option "-Wwrite-strings".
Vincent Béron [Mon, 6 Oct 2003 20:57:36 +0000 (20:57 +0000)]
Get rid of useless comment (empty function header).
Pavel Roskin [Sat, 4 Oct 2003 04:21:19 +0000 (04:21 +0000)]
Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
Dave Belanger [Sat, 4 Oct 2003 04:15:47 +0000 (04:15 +0000)]
Improved generation of font signature from freetype face charmaps.
Alexandre Julliard [Sat, 4 Oct 2003 04:09:41 +0000 (04:09 +0000)]
Converted process creation to Unicode.
Dave Belanger [Sat, 4 Oct 2003 04:00:08 +0000 (04:00 +0000)]
Face families are in the top 4 bits of lfPitchAndFamily, so mask with
0xF0 before testing.
Dimitrie O. Paun [Sat, 4 Oct 2003 03:58:57 +0000 (03:58 +0000)]
Merge all binary resources for user32 in one file.
Kevin Koltzau [Sat, 4 Oct 2003 03:48:11 +0000 (03:48 +0000)]
Initial implementation of uxtheme.dll, mostly stubbed out for now.
Alexandre Julliard [Sat, 4 Oct 2003 03:11:57 +0000 (03:11 +0000)]
Implemented RtlCreateProcessParameters and related functions.
Pavel Roskin [Sat, 4 Oct 2003 03:10:59 +0000 (03:10 +0000)]
Use a better icon. Comment out the binary resource.
Hans Leidekker [Sat, 4 Oct 2003 03:09:06 +0000 (03:09 +0000)]
Dutch translation of progman.
Correct typo in English resources.
Dave Belanger [Sat, 4 Oct 2003 03:08:25 +0000 (03:08 +0000)]
Implemented the SetArcDirection metarecord in EMF driver.
Pavel Roskin [Sat, 4 Oct 2003 03:07:16 +0000 (03:07 +0000)]
Don't pass unused pointers to RegCreateKeyEx() - this prevents score
saving on Windows 2000.
Eric Pouech [Sat, 4 Oct 2003 03:06:58 +0000 (03:06 +0000)]
Fixed a couple of bugs in RtlGetFullPathName_U.
Pavel Roskin [Sat, 4 Oct 2003 03:06:39 +0000 (03:06 +0000)]
Set win_style of the main window to WS_OVERLAPPEDWINDOW.
Jukka Heinonen [Sat, 4 Oct 2003 03:06:18 +0000 (03:06 +0000)]
Reboot (int19) under DOS now does ExitProcess.
Made BIOS reboot vector call int19.
Uwe Bonnes [Sat, 4 Oct 2003 03:05:58 +0000 (03:05 +0000)]
SNOOP_ShowDebugmsgSnoop(): check for NULL function name.
Michael Günnewig [Sat, 4 Oct 2003 03:05:25 +0000 (03:05 +0000)]
- First part of a new IAVIEditStream implementation.
- Fixed/Added some parameter checking.
- Fixed bug in EditStreamSetInfoW.
- Fixed bug in avifil32.spec (str instead of wstr).
- Fixed cosmetic bug in IAVIStreamImpl_fnRelease.
- Fixed typo.
Michael Günnewig [Sat, 4 Oct 2003 03:04:45 +0000 (03:04 +0000)]
Fixed warnings with gcc option "-Wwrite-strings".
Dimitrie O. Paun [Fri, 3 Oct 2003 05:01:33 +0000 (05:01 +0000)]
Extract binary resources to files, to fit the standard.
Alexandre Julliard [Fri, 3 Oct 2003 04:35:55 +0000 (04:35 +0000)]
Avoid closing the cdrom if we failed to open it.
Jason Edmeades [Fri, 3 Oct 2003 04:35:07 +0000 (04:35 +0000)]
Check for advertized vertex blend support before querying device
capabilities, which silences issues about vertex blending.
Jon Griffiths [Fri, 3 Oct 2003 04:34:34 +0000 (04:34 +0000)]
Tests for recent variant changes.
Pavel Roskin [Fri, 3 Oct 2003 04:33:25 +0000 (04:33 +0000)]
Add support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
Fix device number for IDE CD-ROMs. Return 0 for unsupported drives.
Pavel Roskin [Fri, 3 Oct 2003 04:31:49 +0000 (04:31 +0000)]
Added check for scsi/scsi_ioctl.h.
Mike McCormack [Fri, 3 Oct 2003 04:28:35 +0000 (04:28 +0000)]
Fixed msi spec file.
Alexandre Julliard [Fri, 3 Oct 2003 03:39:29 +0000 (03:39 +0000)]
A couple of new functions have been added to the pthread_functions
structure.
Alexandre Julliard [Fri, 3 Oct 2003 03:38:05 +0000 (03:38 +0000)]
We only need to check for same process siblings in desktop mode for
top-level windows.
Jon Griffiths [Fri, 3 Oct 2003 03:36:46 +0000 (03:36 +0000)]
Add VarParseNumFromStr()/VarNumFromParseNum(), use them for
conversions.
VariantInit(): Only touch V_VT field.
VariantClear(): Support IRecordInfo, don't free null bstrs.
Add support for upcoming vtypes, remove dead code, docs.
Jason Edmeades [Fri, 3 Oct 2003 03:35:53 +0000 (03:35 +0000)]
Minor fixes - Remove light debug statements, handle disabled specular
material properly, release surfaces when debugging and clean up trace
a little.
Daniel Marmier [Fri, 3 Oct 2003 03:35:20 +0000 (03:35 +0000)]
Fixed warnings with gcc option "-Wwrite-strings".
Gerald Pfeifer [Fri, 3 Oct 2003 03:34:29 +0000 (03:34 +0000)]
This is actually a /bin/sh script, /bin/bash is not needed.
Check whether the two input files exists instead of assuming they do.
Dimitrie O. Paun [Fri, 3 Oct 2003 03:34:10 +0000 (03:34 +0000)]
Make bin2res silent by default.
Kevin Koltzau [Fri, 3 Oct 2003 03:33:15 +0000 (03:33 +0000)]
Added tmschema.h and some other theme defines.
Pavel Roskin [Fri, 3 Oct 2003 03:31:46 +0000 (03:31 +0000)]
Implemented GetCompressedFileSize[AW].
Pavel Roskin [Fri, 3 Oct 2003 03:28:40 +0000 (03:28 +0000)]
Added check for st_blocks in struct stat.
Alexandre Julliard [Thu, 2 Oct 2003 04:58:49 +0000 (04:58 +0000)]
Changed LdrLoadDll to only search for the dll in the specified path,
using ntdll functions.
Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
where it belongs.
Alexandre Julliard [Thu, 2 Oct 2003 04:47:35 +0000 (04:47 +0000)]
In desktop mode, only move the window in Z-order relative to siblings
belonging to the same process.
Alexandre Julliard [Thu, 2 Oct 2003 04:44:32 +0000 (04:44 +0000)]
Hack to update ntdll current directory value in DRIVE_Chdir.
Alexandre Julliard [Thu, 2 Oct 2003 04:43:45 +0000 (04:43 +0000)]
Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
Make RtlDoesFileExists_U do something useful by calling CreateFileW
for now.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:32:56 +0000 (04:32 +0000)]
Move the message sequences documented in documentation/gui into a unit
test.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:31:21 +0000 (04:31 +0000)]
Removed obsolete TODO file.
Rolf Kalbermatter [Thu, 2 Oct 2003 04:31:06 +0000 (04:31 +0000)]
SHDOCVW_118 (ShellDDEInit) is really a dynamic forward to SHELL32_188.
Rolf Kalbermatter [Thu, 2 Oct 2003 04:30:46 +0000 (04:30 +0000)]
Moved definition of newly documented API SHRestricted() and the
according policy definitions to shlobj.h.
Replace the policy numeric values with the new official defines and
change SHRestricted() to match the new documented prototype.
Gerald Pfeifer [Thu, 2 Oct 2003 04:29:30 +0000 (04:29 +0000)]
Cast time_t parameters to fprintf(...,"%l",...) to long.
Salmela [Thu, 2 Oct 2003 04:28:57 +0000 (04:28 +0000)]
Updated Finnish keyboard layout.
Gerald Pfeifer [Thu, 2 Oct 2003 04:28:17 +0000 (04:28 +0000)]
Remove obsolete "status" directory from EXTRASUBDIRS.
Hans Leidekker [Thu, 2 Oct 2003 04:27:45 +0000 (04:27 +0000)]
Added Dutch translation.
Mike McCormack [Thu, 2 Oct 2003 04:27:21 +0000 (04:27 +0000)]
Change a MESSAGE about creating a directory to a TRACE.
Pavel Roskin [Thu, 2 Oct 2003 04:26:53 +0000 (04:26 +0000)]
Ignore window caption from PROPSHEETHEADER in wizards. Update window
caption when changing pages.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:25:44 +0000 (04:25 +0000)]
Add author list as with the other guides.
Small cleanups.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:25:21 +0000 (04:25 +0000)]
Tidy up the notes for the ODBC driver.
Robert Reif [Thu, 2 Oct 2003 04:24:58 +0000 (04:24 +0000)]
Added some missing defines.
Moved Wine only defines to not conflict.
Gerald Pfeifer [Wed, 1 Oct 2003 03:32:16 +0000 (03:32 +0000)]
Cast time_t to long for printing.
Jon Griffiths [Wed, 1 Oct 2003 03:20:21 +0000 (03:20 +0000)]
Documentation updates.
Michael Stefaniuc [Wed, 1 Oct 2003 03:14:29 +0000 (03:14 +0000)]
Fix missing mem freeing on error path.
Dimitrie O. Paun [Wed, 1 Oct 2003 03:13:31 +0000 (03:13 +0000)]
Teach bin2res to deal with one file at a time.
Mike McCormack [Wed, 1 Oct 2003 03:12:02 +0000 (03:12 +0000)]
Stubs for Get/SetUserGeoID().
Jon Griffiths [Wed, 1 Oct 2003 03:10:56 +0000 (03:10 +0000)]
New tests for shlwapi string and clsid functions.
Jon Griffiths [Wed, 1 Oct 2003 03:10:42 +0000 (03:10 +0000)]
Add @405/406, document URL functions.
Fix MLLoadLibraryW prototype.
Jon Griffiths [Wed, 1 Oct 2003 03:05:43 +0000 (03:05 +0000)]
Ensure we generate for -noname ordinals documented as '@'.
Robert Reif [Wed, 1 Oct 2003 03:05:25 +0000 (03:05 +0000)]
Fixed some traces.
Fixed spec file to match Microsoft dll.
Pavel Roskin [Wed, 1 Oct 2003 03:04:51 +0000 (03:04 +0000)]
Make it possible to close the "About Wine" dialog by pressing Escape.
Hans Leidekker [Wed, 1 Oct 2003 03:04:32 +0000 (03:04 +0000)]
Dutch translation of clock and cmdlgtst.
Pavel Roskin [Wed, 1 Oct 2003 03:04:14 +0000 (03:04 +0000)]
Correctly set openfilename.lStructSize before calling
GetOpenFileName().
Alexandre Julliard [Tue, 30 Sep 2003 01:04:19 +0000 (01:04 +0000)]
Store module names in Unicode in the server.
Daniel Marmier [Tue, 30 Sep 2003 00:33:47 +0000 (00:33 +0000)]
Use #ifdef instead of #if for all feature tests.
Check that _MSC_VER is defined before using it.
Alex Pasadyn [Tue, 30 Sep 2003 00:31:42 +0000 (00:31 +0000)]
- Add more logging to resolution changes and queries.
- Always enumerate and allow 8, 16, and 32-bit modes.
- Add more default choices to Wine desktop sizes.
- Renamed some variables to make things easier to follow.
Pavel Roskin [Tue, 30 Sep 2003 00:30:51 +0000 (00:30 +0000)]
Implement stubs for OleRenameServerDoc, OleRevertServerDoc and
OleSavedServerDoc and their 16-bit equivalents.
Christian Costa [Tue, 30 Sep 2003 00:29:11 +0000 (00:29 +0000)]
Small lighting fix.
Francois Gouget [Tue, 30 Sep 2003 00:28:13 +0000 (00:28 +0000)]
Return 2 in case of a usage error.
Use -z instead of comparing to an empty string.
Mike Hearn [Tue, 30 Sep 2003 00:27:55 +0000 (00:27 +0000)]
Move Applications tab before Libraries tab.
Improve return_if_fail.
Partly implement appdefaults UI.
Replace usage of EnableWindow with clearer enable/disable macros.
Vincent Béron [Tue, 30 Sep 2003 00:25:28 +0000 (00:25 +0000)]
Extract localisable resources from shres.rc to proper language file.
Michael Stefaniuc [Tue, 30 Sep 2003 00:24:08 +0000 (00:24 +0000)]
Fixes for memory leaks on error path.
One fix for use of previous released pointer.
Michael Stefaniuc [Tue, 30 Sep 2003 00:22:33 +0000 (00:22 +0000)]
Fix memory leaks on error path.
Jukka Heinonen [Tue, 30 Sep 2003 00:22:12 +0000 (00:22 +0000)]
Use correct linear pointer when accessing BIOS data area.
Robert Shearman [Tue, 30 Sep 2003 00:21:31 +0000 (00:21 +0000)]
Set version of kernel32 to Windows 2000 SP4.
Jason Edmeades [Tue, 30 Sep 2003 00:21:07 +0000 (00:21 +0000)]
MaxActiveLights means number of concurrent lights, but any number can
be set up. Change support for lights into a linked list and only set
up an equivalent gl light when the light is enabled.
Jason Edmeades [Tue, 30 Sep 2003 00:20:08 +0000 (00:20 +0000)]
Make unlock of the backbuffer correctly restore the contents.