Oleg Prokhorov [Mon, 1 Mar 2004 23:13:30 +0000 (23:13 +0000)]
- key accelerators for "New Game" and exit
- auto flag after successful game those entries which were not flagged
by player during the game himself
Kevin Koltzau [Mon, 1 Mar 2004 23:12:47 +0000 (23:12 +0000)]
Define MKSYS_URLMONIKER.
Huw Davies [Mon, 1 Mar 2004 23:11:53 +0000 (23:11 +0000)]
Add a missing '\\'.
Dimitrie O. Paun [Mon, 1 Mar 2004 23:11:08 +0000 (23:11 +0000)]
Submit results to WineHQ.
Steve Lustbader [Mon, 1 Mar 2004 23:10:52 +0000 (23:10 +0000)]
Handle the firstVisible item being NULL in
TREEVIEW_UpdateScrollBars().
Juan Lang [Mon, 1 Mar 2004 23:10:33 +0000 (23:10 +0000)]
Added sspi.h.
Alexandre Julliard [Mon, 1 Mar 2004 21:32:02 +0000 (21:32 +0000)]
Portability fixes for LSB compatibility.
Juan Lang [Mon, 1 Mar 2004 21:23:51 +0000 (21:23 +0000)]
Implement NetpNetbiosStatusToApiStatus.
Rein Klazes [Mon, 1 Mar 2004 21:23:18 +0000 (21:23 +0000)]
In TIME_GetBias make sure there is a cached value for daylight as
well.
Martin Fuchs [Mon, 1 Mar 2004 21:22:59 +0000 (21:22 +0000)]
Correct return type of SysStringLen() and SysStringByteLen().
Martin Fuchs [Mon, 1 Mar 2004 21:22:25 +0000 (21:22 +0000)]
Set error code ERROR_DDE_FAIL if the DDE connection failed in
ShellExecute().
Juan Lang [Mon, 1 Mar 2004 21:20:33 +0000 (21:20 +0000)]
Make rsabase.dll self-register.
Juan Lang [Mon, 1 Mar 2004 21:19:37 +0000 (21:19 +0000)]
- correct some prototypes, add some defines
- stub a couple more functions
Juan Lang [Mon, 1 Mar 2004 21:18:49 +0000 (21:18 +0000)]
Declare a few more Net apis and constants.
Alexandre Julliard [Sat, 28 Feb 2004 01:51:18 +0000 (01:51 +0000)]
Remove the $(datadir)/wine directory on uninstall.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:27 +0000 (01:50 +0000)]
No longer needed.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:15 +0000 (01:50 +0000)]
Moved generic.ppd to dlls/wineps, and install it in datadir.
Patrik Stridvall [Sat, 28 Feb 2004 01:49:37 +0000 (01:49 +0000)]
More stubs and better headers for mswsock.dll.
Dmitry Timoshkov [Sat, 28 Feb 2004 01:46:56 +0000 (01:46 +0000)]
Add SHMenuIndexFromID and SHCoCreateInstanceAC.
Alexandre Julliard [Fri, 27 Feb 2004 23:34:18 +0000 (23:34 +0000)]
Use the new .inf script instead of winedefault.reg.
Removed some obsolete code.
Alexandre Julliard [Fri, 27 Feb 2004 22:04:55 +0000 (22:04 +0000)]
Added wine.inf setupapi script to setup the initial Wine registry
(based on the work of Chris Morgan and Brian Vincent).
Alexandre Julliard [Fri, 27 Feb 2004 21:51:12 +0000 (21:51 +0000)]
Moved msrle32 to the top-level dlls directory.
Patrik Stridvall [Fri, 27 Feb 2004 21:32:54 +0000 (21:32 +0000)]
Fixed some issues found by winapi_check.
Ove Kaaven [Fri, 27 Feb 2004 21:30:16 +0000 (21:30 +0000)]
Fixed icon leak.
Robert Reif [Fri, 27 Feb 2004 21:29:32 +0000 (21:29 +0000)]
Cleanup prepare/unprepare header parameter checking.
Fix midiInGetDevCapsW.
Robert Reif [Fri, 27 Feb 2004 21:29:10 +0000 (21:29 +0000)]
Added missing #define for DS_INCOMPLETE.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:45 +0000 (21:28 +0000)]
API files update.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:34 +0000 (21:28 +0000)]
Added proper headers for the *ActCtx* functions.
Patrik Stridvall [Fri, 27 Feb 2004 21:25:12 +0000 (21:25 +0000)]
Added macro DEFAULT_UNREACHABLE.
Dmitry Timoshkov [Fri, 27 Feb 2004 21:24:47 +0000 (21:24 +0000)]
Fix a typo in a comment.
Dimitrie O. Paun [Fri, 27 Feb 2004 21:24:20 +0000 (21:24 +0000)]
Generate a simple Makefile that uses winegcc to compile.
No longer generate a configure script, that's project policy.
Alexandre Julliard [Fri, 27 Feb 2004 06:08:32 +0000 (06:08 +0000)]
Sync some of the dll registrations with the contents of
winedefault.reg.
Alexandre Julliard [Fri, 27 Feb 2004 06:06:38 +0000 (06:06 +0000)]
SPINST_UNREGSVR must use the UnregisterDlls section, not the
RegisterDlls one.
Alexandre Julliard [Fri, 27 Feb 2004 04:43:32 +0000 (04:43 +0000)]
Implemented InstallHinfSection (based on a patch by Chris Morgan).
Robert Shearman [Fri, 27 Feb 2004 04:41:06 +0000 (04:41 +0000)]
- Remove duplicate free.
- Remove debug message that dumps invalid string.
Robert Shearman [Fri, 27 Feb 2004 04:40:08 +0000 (04:40 +0000)]
Update common control function documentation.
Robert Shearman [Fri, 27 Feb 2004 04:35:43 +0000 (04:35 +0000)]
Update documentation for Rtl functions.
Kevin Koltzau [Fri, 27 Feb 2004 04:34:00 +0000 (04:34 +0000)]
Implement GetThemeTextMetrics.
Robert Shearman [Fri, 27 Feb 2004 04:33:41 +0000 (04:33 +0000)]
- Fix a bad use of HeapRealloc.
- Fix error return codes.
- Improve traces.
Matt Chapman [Fri, 27 Feb 2004 04:32:54 +0000 (04:32 +0000)]
REBAR_Layout should respect the minimum size of bands even when
RBBS_FIXEDSIZE is not set.
Dmitry Timoshkov [Fri, 27 Feb 2004 04:32:16 +0000 (04:32 +0000)]
Use some heuristics to decide what type of MCIWNDM_OPEN message to
use.
Alexandre Julliard [Fri, 27 Feb 2004 00:47:10 +0000 (00:47 +0000)]
Added support for the RegisterDlls section (partly based on a patch by
Chris Morgan).
Huw Davies [Fri, 27 Feb 2004 00:43:20 +0000 (00:43 +0000)]
Cache the result of TIME_GetBias for up to 1 second.
Matt Chapman [Fri, 27 Feb 2004 00:43:04 +0000 (00:43 +0000)]
REBAR_ShowBand needs to force layout of the rebar after a band is
hidden/unhidden.
Dmitry Timoshkov [Fri, 27 Feb 2004 00:42:44 +0000 (00:42 +0000)]
Convert MCIAVI window support to unicode.
Allow multiple simultaneous MCIAVI driver instances.
Dimitrie O. Paun [Fri, 27 Feb 2004 00:42:26 +0000 (00:42 +0000)]
Remove the no longer used winewrap utility.
Dimitrie O. Paun [Thu, 26 Feb 2004 05:30:54 +0000 (05:30 +0000)]
Remove the win32 debug channel, misc cleanup of debugging code.
Hans Leidekker [Thu, 26 Feb 2004 05:30:15 +0000 (05:30 +0000)]
Document building tests with MinGW.
Mike Hearn [Thu, 26 Feb 2004 05:29:55 +0000 (05:29 +0000)]
Use time rather than win32 debug channel for kernel time functions.
Mike Hearn [Thu, 26 Feb 2004 05:29:26 +0000 (05:29 +0000)]
Add a comment to explain the LockWindowUpdate situation.
Dmitry Timoshkov [Thu, 26 Feb 2004 05:28:49 +0000 (05:28 +0000)]
Add A/W mapping for MCI_DGV_WINDOW_PARMS.
Dimitrie O. Paun [Thu, 26 Feb 2004 05:28:35 +0000 (05:28 +0000)]
For static libs (.a) we need to pass the actual filename to winebuild,
not a -l switch. Do not remove the file extension to get to the base
name if it's not .exe or .exe.so. Link shell32 by default for GUI
programs. Fix parsing of options with arguments.
Sean Young [Thu, 26 Feb 2004 05:28:01 +0000 (05:28 +0000)]
Check uSize parameter in waveOutUnprepareHeader and
waveOutPrepareHeader.
Fabian Cenedese [Thu, 26 Feb 2004 05:27:11 +0000 (05:27 +0000)]
VarRound implementation (without type DECIMAL yet) with test function.
Huw Davies [Thu, 26 Feb 2004 05:26:34 +0000 (05:26 +0000)]
Call TIME_GetBias rather than RtlQueryTimeZoneInfo if we're only
interested in the bias - it's faster.
Alexandre Julliard [Wed, 25 Feb 2004 01:35:01 +0000 (01:35 +0000)]
Fixed callers of GetLocaleInfoW to use the correct buffer size.
Alexandre Julliard [Wed, 25 Feb 2004 01:31:17 +0000 (01:31 +0000)]
Return the right error code for non-existent VxD modules.
Rok Mandeljc [Wed, 25 Feb 2004 01:30:03 +0000 (01:30 +0000)]
Added name resolving for CLSIDs, IIDs, GUIDs and return codes.
Lionel Ulmer [Wed, 25 Feb 2004 01:25:49 +0000 (01:25 +0000)]
Handle proper substraction of unsigned numbers.
Dimitrie O. Paun [Wed, 25 Feb 2004 01:25:21 +0000 (01:25 +0000)]
Add VMM VxD.
Huw Davies [Wed, 25 Feb 2004 01:25:00 +0000 (01:25 +0000)]
Speed up RtlTimeFieldsToTime.
Matt Chapman [Wed, 25 Feb 2004 01:24:42 +0000 (01:24 +0000)]
Fix dumping of Unicode strings.
Matt Chapman [Wed, 25 Feb 2004 01:24:22 +0000 (01:24 +0000)]
Fix a reentrancy issue in the property sheet implementation by not
caching a pointer that can change.
Fabian Cenedese [Wed, 25 Feb 2004 01:23:49 +0000 (01:23 +0000)]
No sign extension for negative values.
Alexandre Julliard [Tue, 24 Feb 2004 01:26:31 +0000 (01:26 +0000)]
Tweak the load order algorithm a bit to better reflect the user's
intention, by taking into account non-wildcard module specifications
for all directories.
Alexandre Julliard [Tue, 24 Feb 2004 01:25:03 +0000 (01:25 +0000)]
Return right away from import_dll when a dll is not found to avoid
displaying many useless function errors.
Alexandre Julliard [Tue, 24 Feb 2004 01:24:20 +0000 (01:24 +0000)]
More robust fix for the artsc-config breakage.
Yorick Hardy [Tue, 24 Feb 2004 01:22:37 +0000 (01:22 +0000)]
Use SHN_UNDEF instead of STN_UNDEF to specify undefined section
index.
Christian Costa [Tue, 24 Feb 2004 01:22:18 +0000 (01:22 +0000)]
Replaced the timer and its callback by a thread for receiving midi in
events.
Handled DRVM_EXIT in OSS_midMessage.
Dmitry Timoshkov [Tue, 24 Feb 2004 01:21:56 +0000 (01:21 +0000)]
Set SA_RESTART sigaction flag for other BSDs beside NetBSD.
Lionel Ulmer [Tue, 24 Feb 2004 01:21:43 +0000 (01:21 +0000)]
- fix 'empty' glyphs
- implement proper bitmap coordinates
Alexandre Julliard [Tue, 24 Feb 2004 01:15:12 +0000 (01:15 +0000)]
Removed some of the DOS device hacks (based on a patch by Eric
Pouech).
Uwe Bonnes [Tue, 24 Feb 2004 01:09:39 +0000 (01:09 +0000)]
Implement I64 modifier, move WARN to TRACE.
Alexandre Julliard [Tue, 24 Feb 2004 01:07:52 +0000 (01:07 +0000)]
Changed handling of special DOS devices to use real file handles
instead of the server device object.
Uwe Bonnes [Tue, 24 Feb 2004 01:06:30 +0000 (01:06 +0000)]
Pass inherit handle flag properly for CreateNamedPipe.
Ivan Leo Murray-Smith [Tue, 24 Feb 2004 01:05:05 +0000 (01:05 +0000)]
Italian update.
Christian Costa [Tue, 24 Feb 2004 01:04:27 +0000 (01:04 +0000)]
Accept null module instance, Loadstring can handle it.
Christian Costa [Tue, 24 Feb 2004 01:02:01 +0000 (01:02 +0000)]
Fixed waveInGetDevCapsW.
Huw Davies [Tue, 24 Feb 2004 01:01:27 +0000 (01:01 +0000)]
Speed up RtlTimeToTimeFields.
Dmitry Timoshkov [Tue, 24 Feb 2004 01:01:10 +0000 (01:01 +0000)]
Convert app description field to unicode and use CP_UNIXCP when
printing it on the console.
Dimitrie O. Paun [Tue, 24 Feb 2004 01:00:53 +0000 (01:00 +0000)]
Merge winewrap into winegcc. Many cleanups.
Eric Pouech [Tue, 24 Feb 2004 00:59:57 +0000 (00:59 +0000)]
- fixed ELF modules' size information
- fixed containers' tests
Uwe Bonnes [Tue, 24 Feb 2004 00:59:19 +0000 (00:59 +0000)]
IO_pp_outp: Allow to switch direction of the printer port.
Maxime Bellengé [Tue, 24 Feb 2004 00:58:59 +0000 (00:58 +0000)]
Fix a regression in ImageList_Create when creating a dibsection.
Lionel Ulmer [Tue, 24 Feb 2004 00:58:39 +0000 (00:58 +0000)]
Use the NULL matrix instead of giving a badly filled identity matrix.
Kevin Koltzau [Tue, 24 Feb 2004 00:58:20 +0000 (00:58 +0000)]
Fill unused gap to fix lookups past CSIDL_CONNECTIONS.
Alexandre Julliard [Sat, 21 Feb 2004 04:13:56 +0000 (04:13 +0000)]
Allow the implementation of the VxDCall entry points to be moved to
separate VxD dlls.
Moved VMM code to a separate dll, and removed the registry calls to
get rid of the code duplication with advapi32.
Ferenc Wagner [Sat, 21 Feb 2004 04:01:56 +0000 (04:01 +0000)]
Report the error sent by the CGI script.
Make progress bar selection explicit.
Dimitrie O. Paun [Sat, 21 Feb 2004 04:01:38 +0000 (04:01 +0000)]
Rewrite winegcc in preparation for merging with winewrap.
We now have comprehensive (and correct) options parsing.
Mike Hearn [Sat, 21 Feb 2004 04:01:22 +0000 (04:01 +0000)]
Implement SHDOCVW_DllGetVersion. It returns the same information as
the Win98/IE6 implementation does.
Patrik Stridvall [Fri, 20 Feb 2004 20:19:23 +0000 (20:19 +0000)]
Fixed some issues found by winapi_check.
Alexandre Julliard [Fri, 20 Feb 2004 19:58:39 +0000 (19:58 +0000)]
Removed a couple of unneeded helper functions.
Dimitrie O. Paun [Fri, 20 Feb 2004 19:57:56 +0000 (19:57 +0000)]
Fix typo introduced during the path search reorganizaton.
Patrik Stridvall [Fri, 20 Feb 2004 19:57:42 +0000 (19:57 +0000)]
- API files update.
- Minor bug fixes.
Ulrich Czekalla [Fri, 20 Feb 2004 19:57:09 +0000 (19:57 +0000)]
Use dibsections for the images.
Huw Davies [Fri, 20 Feb 2004 19:56:52 +0000 (19:56 +0000)]
If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
changes in a resize.
Don't call SWP unless we're actually adjusting anything.
Ferenc Wagner [Fri, 20 Feb 2004 19:56:29 +0000 (19:56 +0000)]
Add a free() call at the end.
Ulrich Czekalla [Fri, 20 Feb 2004 05:43:00 +0000 (05:43 +0000)]
Implemented rendering synthesized BITMAP and DIB formats.
Alexandre Julliard [Fri, 20 Feb 2004 05:22:20 +0000 (05:22 +0000)]
Create real file handles for VxDs instead of using the server device
object hack (partly based on a patch by Eric Pouech).
Robert Shearman [Fri, 20 Feb 2004 05:16:37 +0000 (05:16 +0000)]
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
helpers.