wine
20 years agoCreate stub for AssocIsDangerous.
Mike McCormack [Mon, 21 Jul 2003 23:42:24 +0000 (23:42 +0000)] 
Create stub for AssocIsDangerous.

20 years agoFixed indentation of list items.
Vincent Béron [Mon, 21 Jul 2003 22:42:50 +0000 (22:42 +0000)] 
Fixed indentation of list items.

20 years agoBegin to uniformize sample commands in documentation.
Vincent Béron [Mon, 21 Jul 2003 22:23:38 +0000 (22:23 +0000)] 
Begin to uniformize sample commands in documentation.

20 years agoName all sections of type sect1.
Vincent Béron [Mon, 21 Jul 2003 22:13:19 +0000 (22:13 +0000)] 
Name all sections of type sect1.
Name the glossary.

20 years agoSplit the dmusic interfaces.
Rok Mandeljc [Mon, 21 Jul 2003 22:10:14 +0000 (22:10 +0000)] 
Split the dmusic interfaces.

20 years agoSend TVN_ITEMEXPANDING when the user tries to expand a tree item
Martin Fuchs [Mon, 21 Jul 2003 22:04:42 +0000 (22:04 +0000)] 
Send TVN_ITEMEXPANDING when the user tries to expand a tree item
_before_ checking for child items.

20 years ago- fix multiple consecutive downloads (by flushing when needed the
Lionel Ulmer [Mon, 21 Jul 2003 22:04:14 +0000 (22:04 +0000)] 
- fix multiple consecutive downloads (by flushing when needed the
  command socket)
- detect attempts to download multiple files at the same time
- fix size / date reporting when enumerating files
- fix Y2K problem in NT parsing of files

20 years agoAlways use our own c2man.
Richard Cohen [Mon, 21 Jul 2003 22:01:07 +0000 (22:01 +0000)] 
Always use our own c2man.

20 years agoConvert Notepad to unicode.
Dmitry Timoshkov [Mon, 21 Jul 2003 20:05:33 +0000 (20:05 +0000)] 
Convert Notepad to unicode.

20 years agoAdd GetSystemWindowsDirectory, GetCurrentHwProfile.
Jon Griffiths [Mon, 21 Jul 2003 20:05:11 +0000 (20:05 +0000)] 
Add GetSystemWindowsDirectory, GetCurrentHwProfile.
Remove warnings building under VS.Net.

20 years agoRevert bogus spelling "fix".
Richard Cohen [Mon, 21 Jul 2003 20:04:16 +0000 (20:04 +0000)] 
Revert bogus spelling "fix".

20 years ago- Implemented Mo* methods.
Michael Günnewig [Mon, 21 Jul 2003 20:03:50 +0000 (20:03 +0000)] 
- Implemented Mo* methods.
- Added stubs for DMORegister, DMOUnregister, DMOEnum, DMOGetTypes,
  DMOGetName.
- Added version resources.

20 years agoAdded missing register defines for Linux/PPC.
Marcus Meissner [Mon, 21 Jul 2003 20:03:07 +0000 (20:03 +0000)] 
Added missing register defines for Linux/PPC.

20 years agoAdd Mach-O (Darwin file format) support.
Pierre d'Herbemont [Mon, 21 Jul 2003 20:02:50 +0000 (20:02 +0000)] 
Add Mach-O (Darwin file format) support.

20 years agoFix a couple of bugs in CDROM_GetSerial:
Mike McCormack [Mon, 21 Jul 2003 20:02:23 +0000 (20:02 +0000)] 
Fix a couple of bugs in CDROM_GetSerial:
 - it would fail if DeviceIoControl succeeded.
 - it would leak handles in some cases.

20 years agoSet defaults for the Next/Prev button.
Mike McCormack [Mon, 21 Jul 2003 20:01:59 +0000 (20:01 +0000)] 
Set defaults for the Next/Prev button.

20 years agoSend a CDN_FOLDERCHANGE message when we change folders.
Mike McCormack [Mon, 21 Jul 2003 20:01:42 +0000 (20:01 +0000)] 
Send a CDN_FOLDERCHANGE message when we change folders.

20 years agoDisable client texture states when not in use (fast mode) otherwise
Jason Edmeades [Mon, 21 Jul 2003 20:01:23 +0000 (20:01 +0000)] 
Disable client texture states when not in use (fast mode) otherwise
traps occur.
Correct number of texture coords supplied in both fast and slow mode.
Dont supply a default colour of white when diffuse mode is disabled.
Reenable fast mode.

20 years agoMisc FAQ changes and improvements.
Mike Hearn [Mon, 21 Jul 2003 20:00:56 +0000 (20:00 +0000)] 
Misc FAQ changes and improvements.

20 years ago- Added support for Sun Audio files in wave-file handler.
Michael Günnewig [Mon, 21 Jul 2003 20:00:36 +0000 (20:00 +0000)] 
- Added support for Sun Audio files in wave-file handler.
- Fallback to mmioOpenA if mmopOpenW doesn't work (when using Win9x DLLs).

20 years agoFixed wrong assert in PCM_round, which didn't allow to call
Michael Günnewig [Mon, 21 Jul 2003 20:00:17 +0000 (20:00 +0000)] 
Fixed wrong assert in PCM_round, which didn't allow to call
acmStreamSize with a value of 0 to convert -- native allows it.

20 years ago- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
Michael Günnewig [Mon, 21 Jul 2003 19:59:57 +0000 (19:59 +0000)] 
- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
  stay in bounds and behave like the native ones.
- Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs).
- Fixed a bug of using mmioDescend/mmioAscend (occured with native libs).
- Silent a message which could be incorrect for non-video streams.

20 years ago- use SIZE command to retrieve the file size (as the file size is not
Lionel Ulmer [Mon, 21 Jul 2003 19:59:03 +0000 (19:59 +0000)] 
- use SIZE command to retrieve the file size (as the file size is not
  part of the WinNT acknowledgement string)
- free the handle / close the socket on end of download
- fix InternetReadFile in the FTP case
- fix FTP_ReceiveResponse

20 years agoKEY_MAX is 511, which does not fit in a BYTE.
Marcus Meissner [Mon, 21 Jul 2003 19:58:26 +0000 (19:58 +0000)] 
KEY_MAX is 511, which does not fit in a BYTE.

20 years agoFixed warnings about missing, new spec files.
Stefan Leichter [Mon, 21 Jul 2003 19:57:04 +0000 (19:57 +0000)] 
Fixed warnings about missing, new spec files.

20 years agoImplemented @440, 441.
Jon Griffiths [Sat, 19 Jul 2003 03:12:36 +0000 (03:12 +0000)] 
Implemented @440, 441.
Warning fixes/documentation.

20 years agoImplement DllRegisterServer and DllUnregisterServer for ddraw.dll, and
John K. Hohm [Sat, 19 Jul 2003 03:10:06 +0000 (03:10 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for ddraw.dll, and
add OleSelfRegister version string.

20 years ago- eliminate pesky global variables; should be threadsafe now
Gregory M. Turner [Sat, 19 Jul 2003 03:09:21 +0000 (03:09 +0000)] 
- eliminate pesky global variables; should be threadsafe now
- fix more memory leaks
- fix some bugs
- some decruftification
- implement support for split cabinets and "NEXT_CABINET" notification

20 years agoSmall documentation cleanup.
Dimitrie O. Paun [Sat, 19 Jul 2003 03:08:45 +0000 (03:08 +0000)] 
Small documentation cleanup.

20 years agoCorrectly spot forwards.
Jon Griffiths [Sat, 19 Jul 2003 03:08:29 +0000 (03:08 +0000)] 
Correctly spot forwards.
Various improvements and fixes to the output, add index for html.

20 years agoStubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.
Mike McCormack [Sat, 19 Jul 2003 03:08:05 +0000 (03:08 +0000)] 
Stubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.

20 years agoMove IQueryAssociations into shlwapi. Docs/-W/MSVC++ fixes.
Jon Griffiths [Sat, 19 Jul 2003 03:07:41 +0000 (03:07 +0000)] 
Move IQueryAssociations into shlwapi. Docs/-W/MSVC++ fixes.

20 years agoMSVC fixes.
Jon Griffiths [Sat, 19 Jul 2003 03:07:16 +0000 (03:07 +0000)] 
MSVC fixes.

20 years agoFix MSVC warning.
Jon Griffiths [Sat, 19 Jul 2003 03:06:19 +0000 (03:06 +0000)] 
Fix MSVC warning.

20 years agoFix -W warnings.
Jon Griffiths [Sat, 19 Jul 2003 03:06:03 +0000 (03:06 +0000)] 
Fix -W warnings.

20 years agovsnprintfW: %% should output a literal % sign.
Jon Griffiths [Sat, 19 Jul 2003 03:05:28 +0000 (03:05 +0000)] 
vsnprintfW: %% should output a literal % sign.

20 years agoMSVC doesn't like K&R function declarations: use ansi instead.
Jon Griffiths [Sat, 19 Jul 2003 03:03:05 +0000 (03:03 +0000)] 
MSVC doesn't like K&R function declarations: use ansi instead.

20 years agoAdd fps debug channel, so we can see how the d3d code is performing and
Jason Edmeades [Sat, 19 Jul 2003 03:02:42 +0000 (03:02 +0000)] 
Add fps debug channel, so we can see how the d3d code is performing and
their impact of performance changes.
SetTransform almost rewritten in a much neater way, and in
coordination with drawprim it significantly reduces the number of
times that we reload the matrixes.

20 years ago- add IMAGE_FILE_NET_RUN_FROM_SWAP define
Jeff Muizelaar [Sat, 19 Jul 2003 03:01:04 +0000 (03:01 +0000)] 
- add IMAGE_FILE_NET_RUN_FROM_SWAP define
- update IMAGE_FILE_MACHINE_* defines
- update IMAGE_SUBSYSTEM_* defines
- uncomment IMAGE_SCN_TYPE_NO_PAD define
- update IMAGE_SCN_ALIGN_* defines

20 years agoPrint status codes in hex.
Alexandre Julliard [Fri, 18 Jul 2003 23:00:49 +0000 (23:00 +0000)] 
Print status codes in hex.

20 years agowvsnprint accepts %p too (on win2k).
Mike McCormack [Fri, 18 Jul 2003 23:00:26 +0000 (23:00 +0000)] 
wvsnprint accepts %p too (on win2k).

20 years agoStrip WS_CAPTION and WS_SYSMENU for child dialogs.
Mike McCormack [Fri, 18 Jul 2003 23:00:14 +0000 (23:00 +0000)] 
Strip WS_CAPTION and WS_SYSMENU for child dialogs.

20 years agoCreated stub for CreateClassMoniker.
Mike McCormack [Fri, 18 Jul 2003 22:59:58 +0000 (22:59 +0000)] 
Created stub for CreateClassMoniker.

20 years agoFixed incorrect strcasecmp usage.
Mike McCormack [Fri, 18 Jul 2003 22:59:41 +0000 (22:59 +0000)] 
Fixed incorrect strcasecmp usage.

20 years agoOnly call wininet callbacks if dwContext is non-zero.
Mike McCormack [Fri, 18 Jul 2003 22:59:25 +0000 (22:59 +0000)] 
Only call wininet callbacks if dwContext is non-zero.

20 years agoImplemented password caching.
Mike McCormack [Fri, 18 Jul 2003 22:59:07 +0000 (22:59 +0000)] 
Implemented password caching.

20 years agoDon't redefine __WINE_USE_MSVCRT (msvc warning).
Jon Griffiths [Fri, 18 Jul 2003 22:57:15 +0000 (22:57 +0000)] 
Don't redefine __WINE_USE_MSVCRT (msvc warning).
Don't return a void value in swab().
'long long' is not recognised by msvc, use __int64.

20 years agoMisc fixes.
Jon Griffiths [Fri, 18 Jul 2003 22:55:39 +0000 (22:55 +0000)] 
Misc fixes.

20 years agoDocumentation updates.
Jon Griffiths [Fri, 18 Jul 2003 22:55:28 +0000 (22:55 +0000)] 
Documentation updates.

20 years agoAdded some new Rtl* tests.
Jon Griffiths [Fri, 18 Jul 2003 22:55:15 +0000 (22:55 +0000)] 
Added some new Rtl* tests.

20 years agoFixed msvc warning.
Jon Griffiths [Fri, 18 Jul 2003 22:55:02 +0000 (22:55 +0000)] 
Fixed msvc warning.

20 years agoImplement __p__wpgmptr, _wpgmptr.
Jon Griffiths [Fri, 18 Jul 2003 22:54:47 +0000 (22:54 +0000)] 
Implement __p__wpgmptr, _wpgmptr.
Avoid using static storage for pgm pointers.

20 years agoImprove the sample comment.
Jon Griffiths [Fri, 18 Jul 2003 22:54:14 +0000 (22:54 +0000)] 
Improve the sample comment.

20 years agoRemove FIXMEs and prototypes for now-implemented functions.
Jon Griffiths [Fri, 18 Jul 2003 22:54:01 +0000 (22:54 +0000)] 
Remove FIXMEs and prototypes for now-implemented functions.

20 years agoFix compilation under VS.Net.
Jon Griffiths [Fri, 18 Jul 2003 22:53:49 +0000 (22:53 +0000)] 
Fix compilation under VS.Net.

20 years agoHandle long file names in pre-build step (quote them).
Jon Griffiths [Fri, 18 Jul 2003 22:53:33 +0000 (22:53 +0000)] 
Handle long file names in pre-build step (quote them).
dlls/gdi/win16drv doesn't exist any more.

20 years agoInclude oleauto.h before oleidl.h, as per native headers.
Jon Griffiths [Fri, 18 Jul 2003 22:53:12 +0000 (22:53 +0000)] 
Include oleauto.h before oleidl.h, as per native headers.

20 years agoAdd a bunch of missing stuff.
Jon Griffiths [Fri, 18 Jul 2003 22:52:58 +0000 (22:52 +0000)] 
Add a bunch of missing stuff.
Use proper types for SafeArray/variant prototypes.
Change I1 functions to take signed chars

20 years agoAdd "-wrap" to the wrapped app, to avoid possible name conflicts.
Dimitrie O. Paun [Fri, 18 Jul 2003 22:51:34 +0000 (22:51 +0000)] 
Add "-wrap" to the wrapped app, to avoid possible name conflicts.
Add the app dir to WINEDLLPATH.

20 years agoAdd PowerPC processor detection.
Pierre d'Herbemont [Wed, 16 Jul 2003 23:37:22 +0000 (23:37 +0000)] 
Add PowerPC processor detection.

20 years agoFixed string.h includes.
Alexandre Julliard [Wed, 16 Jul 2003 23:31:35 +0000 (23:31 +0000)] 
Fixed string.h includes.

20 years agoImplement DllRegisterServer and DllUnregisterServer for dmusic.dll,
John K. Hohm [Wed, 16 Jul 2003 23:31:04 +0000 (23:31 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for dmusic.dll,
and add OleSelfRegister version string.

20 years agoRPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
Gregory M. Turner [Wed, 16 Jul 2003 23:30:18 +0000 (23:30 +0000)] 
RPCRT4_NdrClientCall2 is ATM hardly "semi-stub".

20 years agoChange __darwin__ to __APPLE__.
Pierre d'Herbemont [Wed, 16 Jul 2003 23:29:40 +0000 (23:29 +0000)] 
Change __darwin__ to __APPLE__.

20 years agoAdded support for the TEB on Mac OS X.
Pierre d'Herbemont [Wed, 16 Jul 2003 23:29:14 +0000 (23:29 +0000)] 
Added support for the TEB on Mac OS X.

20 years ago- do not forget to set the 'initial_upload_done' flag (to have better
Lionel Ulmer [Wed, 16 Jul 2003 23:28:37 +0000 (23:28 +0000)] 
- do not forget to set the 'initial_upload_done' flag (to have better
  performance)
- better handling of the 'initial' flag for frame-buffer flushes

20 years agoRemoved extra /book tag.
Andrew Borodin [Tue, 15 Jul 2003 20:54:39 +0000 (20:54 +0000)] 
Removed extra /book tag.

20 years agoSpelling fixes (s/occured/occurred/ and variants).
Francois Gouget [Tue, 15 Jul 2003 20:53:39 +0000 (20:53 +0000)] 
Spelling fixes (s/occured/occurred/ and variants).

20 years agoWarning fix.
Alexandre Julliard [Tue, 15 Jul 2003 20:52:21 +0000 (20:52 +0000)] 
Warning fix.

20 years ago- fix spec file for FTPFindFirstFileA/W functions
Lionel Ulmer [Tue, 15 Jul 2003 20:51:02 +0000 (20:51 +0000)] 
- fix spec file for FTPFindFirstFileA/W functions
- implement parsing of NT directory format

20 years agoMake int1a BIOS ticks be equal to BIOS segment ticks.
Jukka Heinonen [Tue, 15 Jul 2003 20:50:34 +0000 (20:50 +0000)] 
Make int1a BIOS ticks be equal to BIOS segment ticks.
Fix bugs in int1a subfunctions.

20 years agoImplement DllRegisterServer and DllUnregisterServer, and add
John K. Hohm [Tue, 15 Jul 2003 20:48:47 +0000 (20:48 +0000)] 
Implement DllRegisterServer and DllUnregisterServer, and add
OleSelfRegister version string.

20 years agoMake the return buffer larger (for example EuroSign in uft8 is 3+1
Huw D M Davies [Tue, 15 Jul 2003 20:47:39 +0000 (20:47 +0000)] 
Make the return buffer larger (for example EuroSign in uft8 is 3+1
bytes long).

20 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr>
Alexandre Julliard [Tue, 15 Jul 2003 20:47:17 +0000 (20:47 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr>
Implement URLDownloadToFileA/W.

20 years agoChange __PPC__ define to __powerpc__.
Pierre d'Herbemont [Tue, 15 Jul 2003 20:46:40 +0000 (20:46 +0000)] 
Change __PPC__ define to __powerpc__.

20 years agoDefine constants of M_PI & M_PI_2.
Casper Hornstrup [Tue, 15 Jul 2003 20:45:49 +0000 (20:45 +0000)] 
Define constants of M_PI & M_PI_2.

20 years agoSome broken games do not put the TEXTURE flags in the surface caps.
Lionel Ulmer [Tue, 15 Jul 2003 20:45:01 +0000 (20:45 +0000)] 
Some broken games do not put the TEXTURE flags in the surface caps.

20 years agoDesktop mode should only disable mode switching, not gamma ramp
Lionel Ulmer [Tue, 15 Jul 2003 20:44:24 +0000 (20:44 +0000)] 
Desktop mode should only disable mode switching, not gamma ramp
support.

20 years ago- Remove Idle().
Richard Cohen [Tue, 15 Jul 2003 20:43:57 +0000 (20:43 +0000)] 
- Remove Idle().
- Fix repainting artefacts by drawing only through WM_PAINT.
- Unify hand drawing functions.
- 0 & 6 ticks are now always vertical.

20 years agoRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread
Alexandre Julliard [Fri, 11 Jul 2003 21:55:58 +0000 (21:55 +0000)] 
Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread
that set the hook.

20 years agoCheck if 'GLX_ARB_get_proc_address' is supported before using
Lionel Ulmer [Fri, 11 Jul 2003 21:53:26 +0000 (21:53 +0000)] 
Check if 'GLX_ARB_get_proc_address' is supported before using
glXGetProcAddressARB.

20 years agoMake indentation consistent (4 chars).
Richard Cohen [Fri, 11 Jul 2003 21:53:07 +0000 (21:53 +0000)] 
Make indentation consistent (4 chars).

20 years ago- remove escaped newlines, bogus "exit", printf's
Richard Cohen [Fri, 11 Jul 2003 21:44:44 +0000 (21:44 +0000)] 
- remove escaped newlines, bogus "exit", printf's
- start at a sensible size
- tidy up WndProc
- use a timer instead of sleeping in the message loop (Ugh!)

20 years agoregister_new_async sets status already. Do not overwrite it with the
Paul Rupe [Fri, 11 Jul 2003 21:44:17 +0000 (21:44 +0000)] 
register_new_async sets status already.  Do not overwrite it with the
function's return value.

20 years agoMinor fixes in Pt, En resources.
Marcelo Duarte [Fri, 11 Jul 2003 21:43:53 +0000 (21:43 +0000)] 
Minor fixes in Pt, En resources.

20 years agoLZCopy: modified timestamp of a expanded file has to be the same of
Marcelo Duarte [Fri, 11 Jul 2003 21:43:37 +0000 (21:43 +0000)] 
LZCopy: modified timestamp of a expanded file has to be the same of
original file.

20 years agoImplemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout.
Alexandre Julliard [Fri, 11 Jul 2003 04:09:42 +0000 (04:09 +0000)] 
Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout.

20 years agoWarning fix.
Alexandre Julliard [Fri, 11 Jul 2003 03:52:58 +0000 (03:52 +0000)] 
Warning fix.

20 years agoAvoid empty lines at the end of generated files.
Alexandre Julliard [Fri, 11 Jul 2003 03:51:38 +0000 (03:51 +0000)] 
Avoid empty lines at the end of generated files.

20 years ago- added fast-path for color-keyed Blts
Lionel Ulmer [Fri, 11 Jul 2003 03:50:43 +0000 (03:50 +0000)] 
- added fast-path for color-keyed Blts
- fix 565 colour-keying conversion
- properly handles Pitch in colour conversion
- easier and less buggy UNPACK_WIDTH support

20 years agoLoad glXGetProcAddressARB dynamically.
Lionel Ulmer [Fri, 11 Jul 2003 03:50:19 +0000 (03:50 +0000)] 
Load glXGetProcAddressARB dynamically.

20 years agoFixed typos.
Vincent Béron [Fri, 11 Jul 2003 03:49:53 +0000 (03:49 +0000)] 
Fixed typos.

20 years agoFrench translation + misc fixes.
Sylvain Petreolle [Fri, 11 Jul 2003 03:49:19 +0000 (03:49 +0000)] 
French translation + misc fixes.

20 years agoRelease 20030709. wine-20030709
Alexandre Julliard [Wed, 9 Jul 2003 23:30:36 +0000 (23:30 +0000)] 
Release 20030709.

20 years agoStore window procedures in a static array instead of creating a heap.
Alexandre Julliard [Wed, 9 Jul 2003 22:31:34 +0000 (22:31 +0000)] 
Store window procedures in a static array instead of creating a heap.
Only allocate the winproc selector when actually needed.

20 years agoAvoid hard-coded command line length limit in WCMD_process_command.
Alexandre Julliard [Wed, 9 Jul 2003 22:21:04 +0000 (22:21 +0000)] 
Avoid hard-coded command line length limit in WCMD_process_command.

20 years agoFixed a couple of buffer overflows.
Alexandre Julliard [Wed, 9 Jul 2003 22:15:33 +0000 (22:15 +0000)] 
Fixed a couple of buffer overflows.

20 years agoUse inline versions of APIs only internally in Wine.
Dmitry Timoshkov [Wed, 9 Jul 2003 22:06:59 +0000 (22:06 +0000)] 
Use inline versions of APIs only internally in Wine.

20 years agoOnly display filenames when showing addresses.
Catalin Patulea [Wed, 9 Jul 2003 22:01:33 +0000 (22:01 +0000)] 
Only display filenames when showing addresses.

20 years agoAllow command lines with pipes to be processed by wcmd.
Greg Marsden [Wed, 9 Jul 2003 21:58:26 +0000 (21:58 +0000)] 
Allow command lines with pipes to be processed by wcmd.