Jon Griffiths [Wed, 17 Sep 2003 22:39:51 +0000 (22:39 +0000)]
Re-implement and optimise the NLS formatting functions (many fixes).
Documentation updates.
Oleg Prokhorov [Wed, 17 Sep 2003 22:39:20 +0000 (22:39 +0000)]
Avoid crash if invalid rate was specified.
Igor Stepin [Wed, 17 Sep 2003 22:39:01 +0000 (22:39 +0000)]
Added Russian translation.
Dimitrie O. Paun [Wed, 17 Sep 2003 22:38:39 +0000 (22:38 +0000)]
Get rid of no longer needed files.
Mike Hearn [Wed, 17 Sep 2003 22:38:12 +0000 (22:38 +0000)]
Implemented mouse wheel support.
Alexandre Julliard [Wed, 17 Sep 2003 20:23:33 +0000 (20:23 +0000)]
Use WOWCallback16Ex to switch to vm86 mode so that we can setup a
proper exception handler and handle instruction emulation.
Alexandre Julliard [Wed, 17 Sep 2003 20:15:21 +0000 (20:15 +0000)]
Moved undocumented functions out of the exported commctrl.h.
Alexandre Julliard [Wed, 17 Sep 2003 20:09:39 +0000 (20:09 +0000)]
Avoid linking error with older alsa libs.
Igor Stepin [Wed, 17 Sep 2003 20:08:20 +0000 (20:08 +0000)]
Added a lot of Russian translations.
Igor Stepin [Wed, 17 Sep 2003 20:05:31 +0000 (20:05 +0000)]
Added Russian translation.
Jon Griffiths [Wed, 17 Sep 2003 20:05:03 +0000 (20:05 +0000)]
Documentation updates.
Mike McCormack [Wed, 17 Sep 2003 20:04:45 +0000 (20:04 +0000)]
Created stub functions for advapi32.GetExplicitEntriesFromAclA/W().
Mike McCormack [Wed, 17 Sep 2003 20:04:25 +0000 (20:04 +0000)]
Add missing LF in trace message.
José Manuel Ferrer Ortiz [Wed, 17 Sep 2003 20:03:26 +0000 (20:03 +0000)]
Updated Spanish translation.
Alexandre Julliard [Wed, 17 Sep 2003 05:31:32 +0000 (05:31 +0000)]
Moved almost all remaining process, thread, fiber and exception
functions to dlls/kernel.
Alexandre Julliard [Wed, 17 Sep 2003 04:34:31 +0000 (04:34 +0000)]
Moved instruction emulation to dlls/kernel.
Alexandre Julliard [Wed, 17 Sep 2003 04:31:27 +0000 (04:31 +0000)]
Moved out of windef.h a few definitions that don't belong there
(reported by Filip Navara).
Alexandre Julliard [Wed, 17 Sep 2003 04:28:28 +0000 (04:28 +0000)]
SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara).
Hannu Valtonen [Wed, 17 Sep 2003 04:18:50 +0000 (04:18 +0000)]
Use native msi until our own implementation works decently.
Rolf Kalbermatter [Wed, 17 Sep 2003 04:18:09 +0000 (04:18 +0000)]
Fix another error under Win9x (hopefully).
Rolf Kalbermatter [Wed, 17 Sep 2003 04:17:33 +0000 (04:17 +0000)]
Implemented SHSimpleIDListFromPath correctly.
Steven Edwards [Wed, 17 Sep 2003 04:16:51 +0000 (04:16 +0000)]
Remove redundant includes.
Alexandre Julliard [Tue, 16 Sep 2003 20:38:33 +0000 (20:38 +0000)]
More robust detection of charset names.
Alexandre Julliard [Tue, 16 Sep 2003 20:35:42 +0000 (20:35 +0000)]
Moved most kernel string functions to dlls/kernel.
Alexandre Julliard [Tue, 16 Sep 2003 20:34:14 +0000 (20:34 +0000)]
Moved most 32-bit heap functions to dlls/kernel.
Dimitrie O. Paun [Tue, 16 Sep 2003 20:27:14 +0000 (20:27 +0000)]
Do not require GUI support for displaying errors in wrapper.
Link the wrapper only against kernel (no dl, msvcrt, etc).
Allow the setting of the app DLL when a wrapper is created.
Mike McCormack [Tue, 16 Sep 2003 20:26:52 +0000 (20:26 +0000)]
Implemented ImageGetCertificateData.
Mike McCormack [Tue, 16 Sep 2003 20:26:28 +0000 (20:26 +0000)]
Added mailslot defines.
Pavel Roskin [Tue, 16 Sep 2003 20:25:39 +0000 (20:25 +0000)]
Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
Alex Pasadyn [Tue, 16 Sep 2003 20:25:02 +0000 (20:25 +0000)]
Enable resolution changes for older D3D/DDraw applications.
Alex Pasadyn [Tue, 16 Sep 2003 20:24:49 +0000 (20:24 +0000)]
Enable resolution changes for D3D8 applications.
Alex Pasadyn [Tue, 16 Sep 2003 20:24:29 +0000 (20:24 +0000)]
- Allow applications to resize the Wine desktop window.
- Some cleanup of ChangeDisplaySettings and friends.
Alex Pasadyn [Tue, 16 Sep 2003 01:22:05 +0000 (01:22 +0000)]
- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
- Add test for FindNextFile that checks last error value.
Rolf Kalbermatter [Tue, 16 Sep 2003 01:19:21 +0000 (01:19 +0000)]
Added a few todo_wine tests with filenames with wildcards.
Rolf Kalbermatter [Tue, 16 Sep 2003 01:18:53 +0000 (01:18 +0000)]
Remove <ntstatus.h> to allow compilation with MS PSDK headers.
Filip Navara [Tue, 16 Sep 2003 01:17:25 +0000 (01:17 +0000)]
Fixed definitions of TTTOOLINFOA/W_V1_SIZE and
REBARBANDINFOA/W_V3_SIZE.
Mike Hearn [Tue, 16 Sep 2003 01:08:02 +0000 (01:08 +0000)]
Normalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
(spotted by Vincent Béron).
Eric Pouech [Tue, 16 Sep 2003 01:07:21 +0000 (01:07 +0000)]
- Implemented a few information classes in NtQuerySystemInformation.
- Added handle information to (wineserver) process snapshot.
Dimitrie O. Paun [Tue, 16 Sep 2003 01:03:54 +0000 (01:03 +0000)]
Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS.
<develop@stueben.com> [Tue, 16 Sep 2003 01:03:34 +0000 (01:03 +0000)]
Use SysAllocStringByteLen/SysStringByteLen to copy BSTR variants.
Vincent Béron [Tue, 16 Sep 2003 01:02:11 +0000 (01:02 +0000)]
Updates for various French resources.
Ivan Leo Murray-Smith [Mon, 15 Sep 2003 22:21:18 +0000 (22:21 +0000)]
Added/improved Italian translations.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:16:41 +0000 (22:16 +0000)]
Make sure the bind context is forwarded in
ShellFolder_ParseDisplayName.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:13:40 +0000 (22:13 +0000)]
Signed/unsigned warnings and some formatting.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:10:48 +0000 (22:10 +0000)]
Added IFileSystemBindData implementation.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:09:46 +0000 (22:09 +0000)]
SHChangeNotify should use SHSimpleIDListFromPath as this function
should not fail on paths that do not exist anymore.
Mike Hearn [Mon, 15 Sep 2003 22:09:03 +0000 (22:09 +0000)]
Added a simple TODO list.
Christian Costa [Mon, 15 Sep 2003 22:08:39 +0000 (22:08 +0000)]
Added midi support to the ALSA driver.
Mike McCormack [Mon, 15 Sep 2003 22:07:50 +0000 (22:07 +0000)]
Move the mailslot stubs into the dlls/kernel directory.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:16:43 +0000 (20:16 +0000)]
Remove obsolete documentation/dlls.sgml.
Alexandre Julliard [Mon, 15 Sep 2003 20:15:05 +0000 (20:15 +0000)]
Remove generated assembly code on make clean.
Eric Pouech [Mon, 15 Sep 2003 20:13:30 +0000 (20:13 +0000)]
- Moved Wine extension to get DSound interface from a wave device from
include/mmsystem.h to include/mmddk.h.
- Removed all dependencies on heap.h.
- Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).
Dimitrie O. Paun [Mon, 15 Sep 2003 20:09:07 +0000 (20:09 +0000)]
Remove no longer current issues from the Winelib guide.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:08:47 +0000 (20:08 +0000)]
Update the porting documentation.
Robert Reif [Mon, 15 Sep 2003 20:08:26 +0000 (20:08 +0000)]
Added better tests for volume and pan.
Added capture notification test.
Fixed capture query notification test bug.
Robert Reif [Mon, 15 Sep 2003 20:08:05 +0000 (20:08 +0000)]
Device enumeration callbacks should return a NULL guid for default
devices.
Fixed some volume and pan cases.
Added missing property set.
Fixed capture notification bug.
Francois Gouget [Mon, 15 Sep 2003 20:06:47 +0000 (20:06 +0000)]
Removed reference to 'systemname' and added a link to winsite in
debugger.sgml.
Remove cruft from default.dsl. Add comments explaining what our other
settings do.
Francois Gouget [Mon, 15 Sep 2003 20:06:20 +0000 (20:06 +0000)]
Remove the Lycos link (which does not even point to Lycos). Point to
ibiblio.org's mirrors page.
Eric Pouech [Mon, 15 Sep 2003 20:05:29 +0000 (20:05 +0000)]
BUILTIN32_LoadLibraryExA: set larger size for internal buffer names.
Lionel Ulmer [Mon, 15 Sep 2003 20:05:09 +0000 (20:05 +0000)]
Check X11 errors on each XLoadQueryFont calls.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:02:30 +0000 (20:02 +0000)]
Teach winegcc to masquerade as cpp.
Mike McCormack [Mon, 15 Sep 2003 20:01:56 +0000 (20:01 +0000)]
Declare mailslot functions.
Kevin Groeneveld [Mon, 15 Sep 2003 20:00:54 +0000 (20:00 +0000)]
- Fix small bug with parsing of numbers in BuildCommDCB functions.
- Add conformance test for BuildCommDCB functions.
Lionel Ulmer [Mon, 15 Sep 2003 20:00:03 +0000 (20:00 +0000)]
- add ZBuffer write support
- some TRACEing fixes
Lionel Ulmer [Mon, 15 Sep 2003 19:59:19 +0000 (19:59 +0000)]
Use ddraw_geom in the execute buffer code.
Eric Pouech [Mon, 15 Sep 2003 19:58:05 +0000 (19:58 +0000)]
- Implemented IsHungAppWindow.
- Added rejection of interprocess messages related to icons.
Mike Hearn [Mon, 15 Sep 2003 19:57:11 +0000 (19:57 +0000)]
Move packet linked list tail forward correctly on push.
Alexandre Julliard [Fri, 12 Sep 2003 01:31:07 +0000 (01:31 +0000)]
Kevin Groeneveld [Fri, 12 Sep 2003 00:26:15 +0000 (00:26 +0000)]
Add missing wReserved1 member to DCB structure definition.
Fix several bugs in BuildCommDCBAndTimeouts:
- make sure LPCSTR parameter is really treated as constant
- fix possible buffer overflow if passed in string is too long
- if the device control string is invalid, do not modify DCB
- do not clear entire DCB, only modify appropriate members
- fix parsing of stop bits parameter so it works for 1 and 1.5
- populate COMMTIMEOUTS when to=xxx parameter is specified
- added support for xon, odsr, octs, dtr, rts, and idsr parameters
- fix several other parsing errors
Richard Cohen [Fri, 12 Sep 2003 00:25:14 +0000 (00:25 +0000)]
Handle -L<dir> in a separate array.
Eric Pouech [Fri, 12 Sep 2003 00:24:16 +0000 (00:24 +0000)]
Moved some MM internal definition to internal include files.
Kevin Groeneveld [Fri, 12 Sep 2003 00:23:30 +0000 (00:23 +0000)]
Modify CheckRadioButton function to be more consistent with Windows.
Mike Hearn [Fri, 12 Sep 2003 00:22:55 +0000 (00:22 +0000)]
Implement dispatch variant marshalling.
Dave Miller [Fri, 12 Sep 2003 00:22:31 +0000 (00:22 +0000)]
Alphabetized the functions.
Robert Shearman [Fri, 12 Sep 2003 00:21:57 +0000 (00:21 +0000)]
- Make sure dropdown arrow is always centered.
- Add support for the TBNRF_HIDEHELP customization flag, but emit a
FIXME when it isn't present.
Alexandre Julliard [Thu, 11 Sep 2003 23:11:33 +0000 (23:11 +0000)]
Set the dll search path to the location specified in configure
(spotted by Vincent Béron).
Dimitrie O. Paun [Thu, 11 Sep 2003 23:08:58 +0000 (23:08 +0000)]
Remove checks from {pop,psh}pack[1248].h that were causing the
standalone processor to fail.
Jon Griffiths [Thu, 11 Sep 2003 23:07:29 +0000 (23:07 +0000)]
MLLoadlibrary: Remove -noname and duplicate entry.
Vincent Béron [Thu, 11 Sep 2003 23:07:04 +0000 (23:07 +0000)]
Mention win2k3 support in the sample config and in the faq.
Richard Cohen [Thu, 11 Sep 2003 22:16:33 +0000 (22:16 +0000)]
Use an extendable array to store the lists of strings.
Only make wrapper argument lists if we're going to use them.
Alexandre Julliard [Thu, 11 Sep 2003 21:27:58 +0000 (21:27 +0000)]
Moved winegcc and winewrap to a separate directory.
Robert Shearman [Thu, 11 Sep 2003 21:18:36 +0000 (21:18 +0000)]
Implemented IMemAllocator and IMediaSample.
Alexandre Julliard [Thu, 11 Sep 2003 20:45:17 +0000 (20:45 +0000)]
Moved list.h to include/wine so that it can be used everywhere.
Ferenc Wagner [Thu, 11 Sep 2003 20:41:26 +0000 (20:41 +0000)]
Implement >> style (append) output redirection.
Dimitrie O. Paun [Thu, 11 Sep 2003 20:40:57 +0000 (20:40 +0000)]
The Get[RGB]Value() macros should return a BYTE, not the same type as
the one passed in.
Alexandre Julliard [Thu, 11 Sep 2003 03:51:46 +0000 (03:51 +0000)]
Changed ordinal functions that now have a name to use -noname instead
of nameless exports.
Geoff Thorpe [Thu, 11 Sep 2003 03:09:19 +0000 (03:09 +0000)]
Added a stub for NetStatisticsGet.
Dave Miller [Thu, 11 Sep 2003 03:06:25 +0000 (03:06 +0000)]
Removed ordinals from comments.
Dave Miller [Thu, 11 Sep 2003 03:05:00 +0000 (03:05 +0000)]
Remove all the ordinals and use @ instead.
Geoff Thorpe [Thu, 11 Sep 2003 03:00:11 +0000 (03:00 +0000)]
Added a stub for Heap32ListFirst.
Steven Edwards [Thu, 11 Sep 2003 02:58:46 +0000 (02:58 +0000)]
Porting fixes.
Robert Shearman [Thu, 11 Sep 2003 02:56:15 +0000 (02:56 +0000)]
- Convert ordinals to their real names.
- Partially implement a few Assoc* functions.
Francois Gouget [Thu, 11 Sep 2003 02:52:19 +0000 (02:52 +0000)]
Modify ok("xxx") calls into ok("xxx\n") as is now expected.
Francois Gouget [Thu, 11 Sep 2003 02:52:05 +0000 (02:52 +0000)]
Updated the Wine ports section.
Alexandre Julliard [Thu, 11 Sep 2003 01:09:09 +0000 (01:09 +0000)]
Added ptr___pthread_cond_timedwait in the pthread_functions structure
to match the latest glibc.
Francois Gouget [Thu, 11 Sep 2003 01:07:19 +0000 (01:07 +0000)]
Modify winetest_ok to only add a trailing '\n' if there is none.
Modify macros in the kernel, oleaut32 and user tests to print a '\n'.
Gregory M. Turner [Thu, 11 Sep 2003 01:05:19 +0000 (01:05 +0000)]
Updated the "TODO" comments.
Robert Shearman [Thu, 11 Sep 2003 01:04:24 +0000 (01:04 +0000)]
Add proper names to ordinal-only functions.
Oleg Prokhorov [Thu, 11 Sep 2003 01:04:03 +0000 (01:04 +0000)]
Small grammar fix.
Andreas Mohr [Thu, 11 Sep 2003 01:03:47 +0000 (01:03 +0000)]
- spelling fixes
- change one ill-chosen FIXME to ERR