Robert Reif [Tue, 6 Apr 2004 20:08:54 +0000 (20:08 +0000)]
Fixed deadlock in capture callback.
Fixed capture test to check all notifications.
Added better debug messages to capture test.
Alexandre Julliard [Tue, 6 Apr 2004 04:19:41 +0000 (04:19 +0000)]
Partial implementation of NtQueryVolumeInformationFile.
Alexandre Julliard [Tue, 6 Apr 2004 03:33:25 +0000 (03:33 +0000)]
Added support for fstatvfs.
José Manuel Ferrer Ortiz [Tue, 6 Apr 2004 03:24:19 +0000 (03:24 +0000)]
Updated Spanish translations.
Juan Lang [Tue, 6 Apr 2004 03:22:29 +0000 (03:22 +0000)]
Rename PT_MYCOMP to PT_GUID, and the corresponding union member from
mycomp to guid.
Sami Aario [Tue, 6 Apr 2004 03:21:13 +0000 (03:21 +0000)]
Fix return types of GetThreadDesktop and OpenDesktopA.
Juan Lang [Mon, 5 Apr 2004 23:14:26 +0000 (23:14 +0000)]
- implement loading network providers
- implement enumeration functions
- some improved error checking and A->W conversion
Juan Lang [Mon, 5 Apr 2004 23:13:20 +0000 (23:13 +0000)]
Use symbolic constants for magic numbers in SHGetFolderPathW, avoid
doing MultiByteToWideChar on values that don't need it,
Stefan Leichter [Mon, 5 Apr 2004 22:54:03 +0000 (22:54 +0000)]
Added tests for GetFileVersionInfoSizeA.
Stefan Leichter [Mon, 5 Apr 2004 22:51:37 +0000 (22:51 +0000)]
Moved implementation of GetFileVersionInfoSize from ascii to unicode,
fixed failing, crashing test cases.
Eric Pouech [Mon, 5 Apr 2004 22:50:45 +0000 (22:50 +0000)]
Moved quite a few functions to dbghelp (removed debug.c and symbol.c
files).
Eric Pouech [Mon, 5 Apr 2004 22:49:32 +0000 (22:49 +0000)]
Set correct options for dbghelp (ELF loading & parsing speed).
Rein Klazes [Mon, 5 Apr 2004 22:23:05 +0000 (22:23 +0000)]
Stub implementation for WSALookupServiceBeginA/W.
Juan Lang [Mon, 5 Apr 2004 22:22:00 +0000 (22:22 +0000)]
Get rid of a few pointless A/W conversions.
Eric Pouech [Mon, 5 Apr 2004 22:21:27 +0000 (22:21 +0000)]
First shot at implementing dbghelp.
Martin Fuchs [Mon, 5 Apr 2004 21:06:58 +0000 (21:06 +0000)]
Add resource strings for control panel folder.
Martin Fuchs [Mon, 5 Apr 2004 21:06:16 +0000 (21:06 +0000)]
Optimization: null terminate string buffers instead of filling them
completely with 0.
Martin Fuchs [Mon, 5 Apr 2004 21:05:51 +0000 (21:05 +0000)]
Get icons for shell link files.
Alexandre Julliard [Mon, 5 Apr 2004 20:21:16 +0000 (20:21 +0000)]
Fixed RtlDosPathNameToNtPathName_U prototype.
Dmitry Timoshkov [Mon, 5 Apr 2004 20:19:09 +0000 (20:19 +0000)]
Fallback to a compression scheme specified in the stream format in the
case FOURCC handler does not exist or format is not supported.
Juan Lang [Mon, 5 Apr 2004 20:18:45 +0000 (20:18 +0000)]
Add a bunch of missing declarations.
Juan Lang [Mon, 5 Apr 2004 20:18:22 +0000 (20:18 +0000)]
ifdef guard TCHAR declaration like PSDK does.
Juan Lang [Mon, 5 Apr 2004 20:17:45 +0000 (20:17 +0000)]
- fix a couple tests and traces
- add a couple stubs required by native ntlanman.dll
Rein Klazes [Mon, 5 Apr 2004 20:17:13 +0000 (20:17 +0000)]
Do not crash if the clipboard format is unknown.
Michael Stefaniuc [Mon, 5 Apr 2004 20:16:35 +0000 (20:16 +0000)]
Fix cut'n'paste error: leave the CriticalSection not enter it again
(found by smatch).
Eric Pouech [Mon, 5 Apr 2004 20:16:11 +0000 (20:16 +0000)]
- implemented MCI_SOUND command
- fixed MCI command table in resource
- added a TODO list on MCI handling
Lionel Ulmer [Mon, 5 Apr 2004 20:14:33 +0000 (20:14 +0000)]
Add better NULL checks to lstrcmp[i](A/W) functions.
Robert Shearman [Mon, 5 Apr 2004 20:13:38 +0000 (20:13 +0000)]
Documentation for most of the region functions.
Martin Fuchs [Mon, 5 Apr 2004 20:12:57 +0000 (20:12 +0000)]
- fix dirty flag on shelllink loading and saving
- update absolute path when changing relative path
Kevin Koltzau [Mon, 5 Apr 2004 20:12:38 +0000 (20:12 +0000)]
Implemented EnumThemes.
Alexandre Julliard [Sat, 3 Apr 2004 00:05:24 +0000 (00:05 +0000)]
Reimplemented DeleteFile by using CreateFile with
FILE_FLAG_DELETE_ON_CLOSE. Added/fixed a few tests.
Alexandre Julliard [Fri, 2 Apr 2004 23:33:39 +0000 (23:33 +0000)]
Removed the FailReadOnly option, this is now the default behavior.
Felix Nawothnig [Fri, 2 Apr 2004 23:28:31 +0000 (23:28 +0000)]
Define all macros described on MSDN.
Robert Shearman [Fri, 2 Apr 2004 23:27:24 +0000 (23:27 +0000)]
Separate US English resources from English ones.
Raphael Junqueira [Fri, 2 Apr 2004 23:26:52 +0000 (23:26 +0000)]
Fix the GL_MAX_VERTEX_UNITS_ARB undeclared compilation error.
Alexandre Julliard [Fri, 2 Apr 2004 20:28:07 +0000 (20:28 +0000)]
A couple of optimizations and bug fixes.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:22:53 +0000 (20:22 +0000)]
Add new tests for various window creation/positioning behaviours.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:22:29 +0000 (20:22 +0000)]
Add SWP_NOZORDER in the case it's not needed.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:18:20 +0000 (20:18 +0000)]
A decision whether add SWP_NOACTIVATE or not should be based on
GetActiveWindow() test.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:16:39 +0000 (20:16 +0000)]
ShowWindow should not optimize SW_HIDE, it's the job of SetWindowPos.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:14:15 +0000 (20:14 +0000)]
Sending WM_SHOWWINDOW is a job of SetWindowPos.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:12:38 +0000 (20:12 +0000)]
Setting WS_VISIBLE style does not require any special handling.
Dmitry Timoshkov [Fri, 2 Apr 2004 20:10:11 +0000 (20:10 +0000)]
WM_PARENTNOTIFY should not be sent to WS_POPUP windows.
Alexandre Julliard [Fri, 2 Apr 2004 19:50:49 +0000 (19:50 +0000)]
Moved FILE_DELETE_ON_CLOSE support to the inode object so that we
really wait for the last close.
Added FILE_SHARE_DELETE support.
Alexandre Julliard [Fri, 2 Apr 2004 19:40:31 +0000 (19:40 +0000)]
Added memicmpW.
Alexandre Julliard [Fri, 2 Apr 2004 19:39:37 +0000 (19:39 +0000)]
Don't try to get the file time if the file wasn't found.
Bobby Bingham [Fri, 2 Apr 2004 19:29:18 +0000 (19:29 +0000)]
Fix tracking the currently highlighted item in menus when the mouse
button is not held down.
Rein Klazes [Fri, 2 Apr 2004 19:28:53 +0000 (19:28 +0000)]
Fix incorrect calculation of leap year in RtlTimeFieldsToTime().
Hans Leidekker [Fri, 2 Apr 2004 19:18:51 +0000 (19:18 +0000)]
GetConsoleInfo() pseudo stub.
Hans Leidekker [Fri, 2 Apr 2004 19:17:42 +0000 (19:17 +0000)]
NetServerGetInfo() pseudo stub.
Mike McCormack [Fri, 2 Apr 2004 19:15:14 +0000 (19:15 +0000)]
Fix bug in GdiGradientFill.
Raphael Junqueira [Fri, 2 Apr 2004 19:14:08 +0000 (19:14 +0000)]
Initialize correctly the DMUS_OBJECTDESC local structure.
Dimitrie O. Paun [Thu, 1 Apr 2004 21:06:14 +0000 (21:06 +0000)]
Remove the rest of the Tweak look hack.
Rolf Kalbermatter [Thu, 1 Apr 2004 21:01:53 +0000 (21:01 +0000)]
NtPulseEvent: Don't print FIXME for an optional parameter if it isn't
used.
Rolf Kalbermatter [Thu, 1 Apr 2004 21:01:04 +0000 (21:01 +0000)]
Add some declarations for additional SHFileOperation features.
Rolf Kalbermatter [Thu, 1 Apr 2004 21:00:23 +0000 (21:00 +0000)]
Use named constant instead of a simple number (gets rid of signed
warning too).
Robert Shearman [Thu, 1 Apr 2004 20:59:59 +0000 (20:59 +0000)]
- Fix LButtonDown from previous change.
- Don't use BF_ADJUST flag for dropdown buttons.
- Fix LButtonDblClk.
Robert Shearman [Thu, 1 Apr 2004 20:59:31 +0000 (20:59 +0000)]
- TTM_TRACKACTIVATE can have NULL lParam when deactivating.
- Factor out common code from TOOLTIPS_DelTool{A,W}.
- Update all indices correctly after delete.
Alexandre Julliard [Thu, 1 Apr 2004 05:03:27 +0000 (05:03 +0000)]
Beginnings of a script to initialize the .wine directory (with help
from Chris Morgan).
Dimitrie O. Paun [Thu, 1 Apr 2004 04:57:12 +0000 (04:57 +0000)]
Remove the support for the Win 3.1 Look.
Raphael Junqueira [Thu, 1 Apr 2004 02:12:41 +0000 (02:12 +0000)]
Added some stubs.
Alexandre Julliard [Thu, 1 Apr 2004 02:09:14 +0000 (02:09 +0000)]
Make RtlGetFullPathName_U handle Unix paths, using the new symlinks
scheme.
Kevin Koltzau [Thu, 1 Apr 2004 02:01:33 +0000 (02:01 +0000)]
Added support for CSIDL_RESOURCES path.
Alexandre Julliard [Wed, 31 Mar 2004 20:10:27 +0000 (20:10 +0000)]
jr.bmp isn't generated.
Alexandre Julliard [Wed, 31 Mar 2004 20:09:54 +0000 (20:09 +0000)]
Fixed length handling in HttpQueryInfoW.
Paul Vriens [Wed, 31 Mar 2004 20:08:38 +0000 (20:08 +0000)]
Added missing comma in index.html.
Tom Wickline [Wed, 31 Mar 2004 20:06:40 +0000 (20:06 +0000)]
Set version to Win XP Service patch 2.
Francois Gouget [Wed, 31 Mar 2004 20:06:10 +0000 (20:06 +0000)]
Assorted spelling and case fixes.
Felix Nawothnig [Wed, 31 Mar 2004 20:05:45 +0000 (20:05 +0000)]
Don't free ALSA device string when the device is closed since it might
be reopened.
Francois Gouget [Wed, 31 Mar 2004 19:58:46 +0000 (19:58 +0000)]
Make sure ip_mreq is not exported by winsock2.h.
Add ip_mreq, ip_mreq_source and ip_msfilter to ws2tcpip.h.
Mike McCormack [Wed, 31 Mar 2004 19:58:25 +0000 (19:58 +0000)]
Optimize GdiGradientFill by drawing lines instead of pixels.
Kevin Koltzau [Wed, 31 Mar 2004 19:58:09 +0000 (19:58 +0000)]
Implemented IsEqual.
Robert Reif [Wed, 31 Mar 2004 19:57:53 +0000 (19:57 +0000)]
More duplex mode soundcard info.
Alexandre Julliard [Wed, 31 Mar 2004 00:59:36 +0000 (00:59 +0000)]
Do not strip stdcall decoration in spec files.
Fixed mapi32 ordinals.
Alexandre Julliard [Wed, 31 Mar 2004 00:56:14 +0000 (00:56 +0000)]
Fixed handling of .so and .a libraries specified as input files.
Ferenc Wagner [Wed, 31 Mar 2004 00:55:41 +0000 (00:55 +0000)]
Give SetErrorMode the right argument to suppress crash dialogs.
Ivan Leo Murray-Smith [Wed, 31 Mar 2004 00:55:25 +0000 (00:55 +0000)]
Small fix.
Alexandre Julliard [Tue, 30 Mar 2004 21:19:00 +0000 (21:19 +0000)]
Get the drive root directories from the symlinks in dosdevices/ if
they exist.
Added creation of drive symlinks in the device transition code.
Alexandre Julliard [Tue, 30 Mar 2004 21:00:07 +0000 (21:00 +0000)]
Added support for DOS drives in QueryDosDevice and DefineDosDevice.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 20:43:22 +0000 (20:43 +0000)]
Fixed some values.
Florian Goth [Tue, 30 Mar 2004 20:43:00 +0000 (20:43 +0000)]
Added some stubs.
Raphael Junqueira [Tue, 30 Mar 2004 20:42:06 +0000 (20:42 +0000)]
Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
(as the interfaces aren't documented we only have stubs).
Huw Davies [Tue, 30 Mar 2004 20:39:09 +0000 (20:39 +0000)]
We don't support GetDIBits with BI_RLE4/8, so for now return an
uncompressed bitmap if the bits buffer is large enough.
Huw Davies [Tue, 30 Mar 2004 20:38:45 +0000 (20:38 +0000)]
Select the dibsection into a dc before calling GetDIBColorTable.
Dmitry Timoshkov [Tue, 30 Mar 2004 20:38:24 +0000 (20:38 +0000)]
Add CP932, CP936, CP949 and CP950 to the charset map.
Mike McCormack [Tue, 30 Mar 2004 20:38:08 +0000 (20:38 +0000)]
Unicodify the cookie handling code.
Mike McCormack [Tue, 30 Mar 2004 20:37:49 +0000 (20:37 +0000)]
Fix the HttpQueryInfoA function buffer size.
Mike McCormack [Tue, 30 Mar 2004 20:37:33 +0000 (20:37 +0000)]
Fix builtin NE module refcounting of 32bit parent.
Raphael Junqueira [Tue, 30 Mar 2004 05:14:57 +0000 (05:14 +0000)]
- more Extensions work (begin to detect ATI extensions)
- try to fix D3DTADDRESS_BORDER, D3DTADDRESS_MIRROR,
D3DTADDRESS_MIRRORONCE using OpenGL extensions
- better set_tex_op: now use Runtime Extension support (and not
compile support)
Jon Griffiths [Tue, 30 Mar 2004 05:13:58 +0000 (05:13 +0000)]
RegisterDragDrop: fail on NULL drop target.
Alexandre Julliard [Tue, 30 Mar 2004 05:13:35 +0000 (05:13 +0000)]
Fixed rounding bug in the stack info calculation when we don't have
pthread_getattr_np.
Mike McCormack [Tue, 30 Mar 2004 04:36:09 +0000 (04:36 +0000)]
Convert the wininet HTTP functions to Unicode.
Chris Morgan [Tue, 30 Mar 2004 04:34:40 +0000 (04:34 +0000)]
Invalid "Desktop" values would crash winecfg, use the default value
instead.
Marcelo Duarte [Tue, 30 Mar 2004 04:34:13 +0000 (04:34 +0000)]
Minor updates in resource for Portuguese.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 04:33:57 +0000 (04:33 +0000)]
Improved version resource info.
Ivan Leo Murray-Smith [Tue, 30 Mar 2004 04:33:08 +0000 (04:33 +0000)]
In resource info allow OriginalFilename and InternalName to be
different.
Ferenc Wagner [Tue, 30 Mar 2004 04:32:46 +0000 (04:32 +0000)]
Don't expect stdout be usable after exchanging file descriptors under
it.
Chris Morgan [Mon, 29 Mar 2004 23:07:39 +0000 (23:07 +0000)]
Remove references to winecheck from the documentation and insert a
TODO that mentions that the functionality is to be moved into
winecfg.
Ivan Leo Murray-Smith [Mon, 29 Mar 2004 23:06:18 +0000 (23:06 +0000)]
Enable Italian translations.
Alexandre Julliard [Mon, 29 Mar 2004 23:05:55 +0000 (23:05 +0000)]
Fixed language declarations.