wine
20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Mon, 26 Jan 2004 20:23:25 +0000 (20:23 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoThere is no need for a private heap in comctl32, memory allocations
Alexandre Julliard [Mon, 26 Jan 2004 20:23:08 +0000 (20:23 +0000)] 
There is no need for a private heap in comctl32, memory allocations
should go to the standard process heap (reported by Ge van Geldorp).

20 years agoIn Windows, the leading byte for multibyte characters are set to upper
Yoshiro Takeno [Mon, 26 Jan 2004 20:20:07 +0000 (20:20 +0000)] 
In Windows, the leading byte for multibyte characters are set to upper
byte. If single byte character is used, the upper byte is set to 0.

20 years agoIn the WM_MDISETMENU handler use an existing frame menu if the passed
Dmitry Timoshkov [Mon, 26 Jan 2004 20:14:59 +0000 (20:14 +0000)] 
In the WM_MDISETMENU handler use an existing frame menu if the passed
value is 0.
Visio expects that separator in the Window menu has ID 0.
Cope with a destroyed menu handle in WM_MDIREFRESHMENU handler.

20 years agoAdded glutCreateMenuWithExit, glutCreateWindowWithExit and
Jacek Caban [Mon, 26 Jan 2004 20:14:16 +0000 (20:14 +0000)] 
Added glutCreateMenuWithExit, glutCreateWindowWithExit and
glutInitWithExit functions.

20 years agoPrevent segfault if no theme is set.
Vitaliy Margolen [Mon, 26 Jan 2004 20:13:50 +0000 (20:13 +0000)] 
Prevent segfault if no theme is set.

20 years agoSmall fix for the WPR_SIGNED case (count the sign).
Uwe Bonnes [Mon, 26 Jan 2004 20:13:36 +0000 (20:13 +0000)] 
Small fix for the WPR_SIGNED case (count the sign).

20 years agoWine also supports the ncacn_np protocol sequence.
Gregory M. Turner [Mon, 26 Jan 2004 20:13:18 +0000 (20:13 +0000)] 
Wine also supports the ncacn_np protocol sequence.

20 years ago- don't link directly to NTDLL; use MultiByteToWideChar() instead of
Martin Fuchs [Mon, 26 Jan 2004 20:13:03 +0000 (20:13 +0000)] 
- don't link directly to NTDLL; use MultiByteToWideChar() instead of
  RtlCreateUnicodeStringFromAsciiz()
- directly call InitCommonControlsEx()

20 years ago- define additional shell paths for CSIDL_... constants
Martin Fuchs [Mon, 26 Jan 2004 20:09:10 +0000 (20:09 +0000)] 
- define additional shell paths for CSIDL_... constants
- remove some superfluous commas

20 years agoMoved a few remaining 16-bit definitions out of the standard headers.
Alexandre Julliard [Fri, 23 Jan 2004 22:51:41 +0000 (22:51 +0000)] 
Moved a few remaining 16-bit definitions out of the standard headers.

20 years agoPolyBezier: the point count must be 3n+1.
Yoshiro Takeno [Fri, 23 Jan 2004 22:48:28 +0000 (22:48 +0000)] 
PolyBezier: the point count must be 3n+1.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 23 Jan 2004 22:44:26 +0000 (22:44 +0000)] 
Add trailing '\n's to ok() calls.
Fix a couple of spelling errors.

20 years agoFix various function prototypes to conform to PSDK.
Ge van Geldorp [Fri, 23 Jan 2004 20:57:26 +0000 (20:57 +0000)] 
Fix various function prototypes to conform to PSDK.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 23 Jan 2004 20:50:35 +0000 (20:50 +0000)] 
Add trailing '\n's to ok() calls.

20 years agowinehq.com -> winehq.org
Sylvain Petreolle [Fri, 23 Jan 2004 20:49:05 +0000 (20:49 +0000)] 
winehq.com -> winehq.org

20 years agoThe tab control should be multiline.
Huw Davies [Fri, 23 Jan 2004 20:47:11 +0000 (20:47 +0000)] 
The tab control should be multiline.

20 years agoDiscard mouse button up events if no button is currently pressed.
Ge van Geldorp [Fri, 23 Jan 2004 20:46:47 +0000 (20:46 +0000)] 
Discard mouse button up events if no button is currently pressed.

20 years ago- ISF_Desktop_fnGetUIObjectOf(): allow context menu on the desktop
Martin Fuchs [Fri, 23 Jan 2004 20:46:09 +0000 (20:46 +0000)] 
- ISF_Desktop_fnGetUIObjectOf(): allow context menu on the desktop
  without any selected item; preserve return error codes.
- ISF_Desktop_fnGetDisplayNameOf(): don't initialize whole character
  array with zero.

20 years ago- IShellFolder_fnParseDisplayName(): return E_INVALIDARG instead of
Martin Fuchs [Fri, 23 Jan 2004 20:45:41 +0000 (20:45 +0000)] 
- IShellFolder_fnParseDisplayName(): return E_INVALIDARG instead of
  E_OUTOFMEMORY.
- IShellFolder_fnGetUIObjectOf(): preserve return error codes.
- IShellFolder_fnGetDisplayNameOf(): don't initialize whole character
  array with zero.

20 years agoImproved error handling.
Martin Fuchs [Fri, 23 Jan 2004 20:43:18 +0000 (20:43 +0000)] 
Improved error handling.
SHELL32_GetItemAttributes(): support for SFGAO_LINK attribute.

20 years agoMerged ffmpeg's MS Video 1 decoder by Mike Melanson.
Mike McCormack [Fri, 23 Jan 2004 05:00:37 +0000 (05:00 +0000)] 
Merged ffmpeg's MS Video 1 decoder by Mike Melanson.

20 years agoLoad properties from the theme ini.
Kevin Koltzau [Fri, 23 Jan 2004 04:34:02 +0000 (04:34 +0000)] 
Load properties from the theme ini.
Implemented most of the GetTheme* functions.

20 years agoISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths of virtual
Martin Fuchs [Fri, 23 Jan 2004 04:25:26 +0000 (04:25 +0000)] 
ISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths of virtual
folders rooted under "My Computer" folder, better error handling.

20 years agoReturn 'My Compuer' PIDL when calling Desktop->ParseDisplayName() with
Martin Fuchs [Fri, 23 Jan 2004 04:15:32 +0000 (04:15 +0000)] 
Return 'My Compuer' PIDL when calling Desktop->ParseDisplayName() with
empty path string.

20 years agoGenerate all binary resources using bin2res.
Ge van Geldorp [Fri, 23 Jan 2004 02:11:53 +0000 (02:11 +0000)] 
Generate all binary resources using bin2res.

20 years agoPrinting a dashed line causes all later solid lines in postscript
Blake Leverett [Fri, 23 Jan 2004 02:11:29 +0000 (02:11 +0000)] 
Printing a dashed line causes all later solid lines in postscript
output to be dashed.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 23 Jan 2004 02:11:12 +0000 (02:11 +0000)] 
Add trailing '\n's to ok() calls.
Check whether _MSC_VER is defined.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 23 Jan 2004 02:10:33 +0000 (02:10 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoRename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
Ge van Geldorp [Fri, 23 Jan 2004 01:51:33 +0000 (01:51 +0000)] 
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
with PSDK.

20 years agoImproved RPM installation instructions.
Ivan Leo Murray-Smith [Fri, 23 Jan 2004 01:45:27 +0000 (01:45 +0000)] 
Improved RPM installation instructions.

20 years agoResource updates.
Ivan Leo Murray-Smith [Fri, 23 Jan 2004 01:44:47 +0000 (01:44 +0000)] 
Resource updates.

20 years agoRelease 20040121. wine-20040121
Alexandre Julliard [Thu, 22 Jan 2004 01:02:29 +0000 (01:02 +0000)] 
Release 20040121.

20 years agoImplement PathGetShortPathA/W and change its prototype to match the
Rolf Kalbermatter [Wed, 21 Jan 2004 23:51:57 +0000 (23:51 +0000)] 
Implement PathGetShortPathA/W and change its prototype to match the
documentation on MSDN.

20 years agoOnly return valid file system names from RenderFILENAMEA/W() by using
Martin Fuchs [Wed, 21 Jan 2004 23:50:46 +0000 (23:50 +0000)] 
Only return valid file system names from RenderFILENAMEA/W() by using
SHELL_GetPathFromIDListA/W().

20 years agoAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <ge@gse.nl>
Alexandre Julliard [Wed, 21 Jan 2004 23:50:26 +0000 (23:50 +0000)] 
Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <ge@gse.nl>
Reimplementation of SHGetPathFromIDListA/W() using the new helper
functions SHELL_GetPathFromIDListA/W(). The new implementation avoids
using IShellFolder::GetDisplayNameOf(), so that it
- returns the absolute file system path, not relative to the dekstop
- returns FALSE as error code if the path can not converted in a valid
  file system path
- doesn't return virtual CLSID paths

20 years agoInitial implementation of CreateTypeLib2() and the ICreateTypeLib2 and
Alastair Bridgewater [Wed, 21 Jan 2004 22:24:08 +0000 (22:24 +0000)] 
Initial implementation of CreateTypeLib2() and the ICreateTypeLib2 and
ICreateTypeInfo2 interfaces.

20 years agoAdd correct treeview structs to message spy.
Huw Davies [Wed, 21 Jan 2004 22:16:46 +0000 (22:16 +0000)] 
Add correct treeview structs to message spy.

20 years agoMove the selection to the previous sibling if it can't go to the next
Huw Davies [Wed, 21 Jan 2004 22:16:02 +0000 (22:16 +0000)] 
Move the selection to the previous sibling if it can't go to the next
or the parent.
Fix the selection change logic.

20 years agoUse full paths instead of only filenames in icon cache to distinguish
Martin Fuchs [Wed, 21 Jan 2004 22:15:09 +0000 (22:15 +0000)] 
Use full paths instead of only filenames in icon cache to distinguish
between different files with the same name.

20 years agoImplemented SHGetRealIDL().
Martin Fuchs [Wed, 21 Jan 2004 22:12:55 +0000 (22:12 +0000)] 
Implemented SHGetRealIDL().

20 years agoUse X11 XIM callbacks to enable full IME support.
Aric Stewart [Wed, 21 Jan 2004 02:22:26 +0000 (02:22 +0000)] 
Use X11 XIM callbacks to enable full IME support.
Correct some timing issues with XIM input.
Start to provide the framework for the MSIME messages.

20 years agoDon't link directly to 16-bit APIs for portability reasons (based on a
Alexandre Julliard [Wed, 21 Jan 2004 02:20:29 +0000 (02:20 +0000)] 
Don't link directly to 16-bit APIs for portability reasons (based on a
patch by Steven Edwards).

20 years agoIn RDW_UpdateRgn(), if hRgn is zero, clear the windows update region
Rein Klazes [Wed, 21 Jan 2004 02:18:51 +0000 (02:18 +0000)] 
In RDW_UpdateRgn(), if hRgn is zero, clear the windows update region
if it is an empty region.

20 years agoRemove tests that are covered by vartype.c.
Jon Griffiths [Tue, 20 Jan 2004 23:38:38 +0000 (23:38 +0000)] 
Remove tests that are covered by vartype.c.
Call by pointer for more functions not available in early versions.
Add tests for VarFix/VarInt/VarNeg, VarFormat "on/off/yes/no".
Fix tests that assumed relative dates.
Make BSTR copy test separate.

20 years ago- SHGetDataFromIDListA/W(): handle drives when retrieving file
Martin Fuchs [Tue, 20 Jan 2004 23:38:04 +0000 (23:38 +0000)] 
- SHGetDataFromIDListA/W(): handle drives when retrieving file
  attributes
- fixed error handling to avoid GPFs

20 years agoFixed misuse of scalar reference variable.
Hans Leidekker [Tue, 20 Jan 2004 23:37:35 +0000 (23:37 +0000)] 
Fixed misuse of scalar reference variable.

20 years agoImplemented RpcIsProtSeqValid.
Mike Hearn [Tue, 20 Jan 2004 23:36:50 +0000 (23:36 +0000)] 
Implemented RpcIsProtSeqValid.

20 years agoRemoved some unnecessary inclusions of gdi.h.
Alexandre Julliard [Tue, 20 Jan 2004 22:48:57 +0000 (22:48 +0000)] 
Removed some unnecessary inclusions of gdi.h.

20 years agoFix MultiByteToWideChar and WideCharToMultiByte when called with code
Rein Klazes [Tue, 20 Jan 2004 22:39:06 +0000 (22:39 +0000)] 
Fix MultiByteToWideChar and WideCharToMultiByte when called with code
page CP_SYMBOL.
Remove the symbol font from the code page table, so it is not reported
as a valid/supported/installed code page.
Remove workarounds for the badly behaved MultiByteToWideChar and co.
in a few places.

20 years agoFixed some problems found while compiling and linking Wine under
Dmitry Timoshkov [Tue, 20 Jan 2004 22:35:34 +0000 (22:35 +0000)] 
Fixed some problems found while compiling and linking Wine under
Cygwin.

20 years agoMake MCIWnd play a bit better as an MDI child.
Dmitry Timoshkov [Tue, 20 Jan 2004 22:34:34 +0000 (22:34 +0000)] 
Make MCIWnd play a bit better as an MDI child.

20 years agoGet rid of some direct accesses to the DC structure from outside GDI.
Alexandre Julliard [Tue, 20 Jan 2004 22:04:00 +0000 (22:04 +0000)] 
Get rid of some direct accesses to the DC structure from outside GDI.

20 years agoMoved msacmdrv.h to include directory to avoid inter-dll header
Alexandre Julliard [Tue, 20 Jan 2004 21:55:28 +0000 (21:55 +0000)] 
Moved msacmdrv.h to include directory to avoid inter-dll header
dependencies.

20 years agoStub for DiBuildClassDrvList().
Rein Klazes [Tue, 20 Jan 2004 21:51:46 +0000 (21:51 +0000)] 
Stub for DiBuildClassDrvList().

20 years agoAvoid duplicate '=C:' entries in the child process environment.
Francois Gouget [Tue, 20 Jan 2004 21:51:27 +0000 (21:51 +0000)] 
Avoid duplicate '=C:' entries in the child process environment.

20 years agoImplement ICM_DECOMPRESSEX, fix some bugs.
Mike McCormack [Tue, 20 Jan 2004 21:50:45 +0000 (21:50 +0000)] 
Implement ICM_DECOMPRESSEX, fix some bugs.

20 years agoUpdated.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 21:50:21 +0000 (21:50 +0000)] 
Updated.

20 years agoGenerate ok("...\n") calls.
Francois Gouget [Tue, 20 Jan 2004 21:50:01 +0000 (21:50 +0000)] 
Generate ok("...\n") calls.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Tue, 20 Jan 2004 21:49:35 +0000 (21:49 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoMerge the MDI and common window creation code. Change the way MDI
Dmitry Timoshkov [Tue, 20 Jan 2004 04:29:20 +0000 (04:29 +0000)] 
Merge the MDI and common window creation code. Change the way MDI
children are managed in MDIClient.
Add support for MDICREATESTRUCT A<->W conversions.
Add support for WM_MDIREFRESHMENU.

20 years agoFix a file descriptor leak in create_process().
Francois Gouget [Tue, 20 Jan 2004 02:11:06 +0000 (02:11 +0000)] 
Fix a file descriptor leak in create_process().

20 years agoYet again catching up with En.rc.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 02:09:39 +0000 (02:09 +0000)] 
Yet again catching up with En.rc.

20 years agoAdd audio tab with first pass at autodetection of audio driver.
Chris Morgan [Tue, 20 Jan 2004 02:07:35 +0000 (02:07 +0000)] 
Add audio tab with first pass at autodetection of audio driver.
Double clicking a drive entry brings up drive edit window.

20 years agoAdded notify and property set to dsound output driver.
Robert Reif [Tue, 20 Jan 2004 01:47:27 +0000 (01:47 +0000)] 
Added notify and property set to dsound output driver.
Cleaned up existing notify and property set for capture.

20 years agoFixed thread handle leaks.
Robert Reif [Tue, 20 Jan 2004 01:45:05 +0000 (01:45 +0000)] 
Fixed thread handle leaks.

20 years ago- RtlGetFullPathName_U: rewritten so that the source & destination
Eric Pouech [Tue, 20 Jan 2004 01:40:23 +0000 (01:40 +0000)] 
- RtlGetFullPathName_U: rewritten so that the source & destination
  buffer can be the same
- GetFullPathName[AW]: now call RtlGetFullPathName_U
- GetShortPathNameW: fixed regression introduced in last patch

20 years ago- fix typos in shelllink.c header comment and a struct comment
Martin Fuchs [Tue, 20 Jan 2004 01:37:24 +0000 (01:37 +0000)] 
- fix typos in shelllink.c header comment and a struct comment
- corrected SCF_UNICODE constant and use the value of SCF_UNC instead
- implemented IShellLink_ConstructFromFile() to read shell links from
  files
- call IShellLink_ConstructFromFile() in ISF_..._fnGetUIObjectOf()
  when being queried for IShellLink interface

20 years agoRegedit GUI enhancements with new Windows-like icons.
Thomas Weidenmueller [Tue, 20 Jan 2004 01:33:02 +0000 (01:33 +0000)] 
Regedit GUI enhancements with new Windows-like icons.

20 years ago- fix typo
Martin Fuchs [Tue, 20 Jan 2004 01:26:39 +0000 (01:26 +0000)] 
- fix typo
- return string length from SHELL32_GUIDToStringA()

20 years agoFixed DOS EXE loader for the case where we realy have only 4 bytes on
Michael Stefaniuc [Tue, 20 Jan 2004 01:25:17 +0000 (01:25 +0000)] 
Fixed DOS EXE loader for the case where we realy have only 4 bytes on
the last page of the exe.

20 years agoYet another update.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 01:24:27 +0000 (01:24 +0000)] 
Yet another update.

20 years agoRemove obsolete information about win3.1 drivers.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 01:23:04 +0000 (01:23 +0000)] 
Remove obsolete information about win3.1 drivers.

20 years agoDisable the exec shield workaround for now, it's causing too much
Alexandre Julliard [Tue, 20 Jan 2004 00:28:01 +0000 (00:28 +0000)] 
Disable the exec shield workaround for now, it's causing too much
trouble.

20 years agoRemoved useless warning.
Alexandre Julliard [Tue, 20 Jan 2004 00:24:22 +0000 (00:24 +0000)] 
Removed useless warning.

20 years ago- updated resources to DX9
Rok Mandeljc [Tue, 20 Jan 2004 00:21:40 +0000 (00:21 +0000)] 
- updated resources to DX9
- completely rewritten headers (DX9 compat.; look much nicer now ;=)
- removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack
  (which are removed from DX9; weren't implemented in DX8 anyway)
- combined/simplified IDirectMusicSomething / IDirectMusicObject /
  IPersistStream for objects that support loading
- implemented IDirectMusicObject on all such objects; via generic
  functions
- combined IDirectMusicTrack(8)/IPersistStream on all tracks
- fully implemented IDirectMusicContainer (at least 90% if there are
  no private interfaces)
- implemented IDirectMusicCollection (99% work & MS compliant
  behaviour; except for instruments)
- tried to implement IDirectMusicInstrument (unfortunately uses some
  dirty private interfaces... :(
- added dswave.dll; DirectMusic Wave
- some changes in style
- many, many more ;)

20 years ago- move IShellFolder_fnGetDisplayNameOf() contents into a new function
Martin Fuchs [Mon, 19 Jan 2004 23:54:55 +0000 (23:54 +0000)] 
- move IShellFolder_fnGetDisplayNameOf() contents into a new function
  SHELL_FS_ProcessDisplayFilename() to call it also in
  ISF_Desktop_fnGetDisplayNameOf() and do the same file system
  processing for the desktop level
- handle hidden file extensions in SHELL_FS_ProcessDisplayFilename(),
  that are configured by "NeverShowExt" in the registry

20 years agoSwap arguments of LocalAlloc and only update Malloc32 block on
Ge van Geldorp [Mon, 19 Jan 2004 23:42:34 +0000 (23:42 +0000)] 
Swap arguments of LocalAlloc and only update Malloc32 block on
successful allocation.

20 years agoAdded a link to the Microsoft download page of the Visual Basic
Ivan Leo Murray-Smith [Mon, 19 Jan 2004 23:41:14 +0000 (23:41 +0000)] 
Added a link to the Microsoft download page of the Visual Basic
runtime environment.

20 years agoFixed an error message.
Alexandre Julliard [Mon, 19 Jan 2004 21:55:32 +0000 (21:55 +0000)] 
Fixed an error message.

20 years agoFull implementation of OpenThemeData, CloseThemeData, and
Kevin Koltzau [Mon, 19 Jan 2004 21:52:09 +0000 (21:52 +0000)] 
Full implementation of OpenThemeData, CloseThemeData, and
IsThemePartDefined
Export undocumented functions by ordinal only (to match Microsoft's
uxtheme).

20 years agoFix compilation if Freetype isn't installed.
Huw Davies [Mon, 19 Jan 2004 21:51:45 +0000 (21:51 +0000)] 
Fix compilation if Freetype isn't installed.

20 years agoDirectly use the hook proc for the custom template dialog rather than
Huw Davies [Mon, 19 Jan 2004 21:51:29 +0000 (21:51 +0000)] 
Directly use the hook proc for the custom template dialog rather than
calling it through another dlgproc.
Deliver the old style file_ok message with SendMessage, this allows
the dialog to be subclassed (as ATL/WTL does).
Only deliver this message if the app didn't reject the WM_NOTIFY
message.

20 years agoAdd missing comma.
Hans Leidekker [Mon, 19 Jan 2004 21:48:21 +0000 (21:48 +0000)] 
Add missing comma.

20 years agoDPA_Create is missing from all recent import libraries so use
Francois Gouget [Mon, 19 Jan 2004 21:47:35 +0000 (21:47 +0000)] 
DPA_Create is missing from all recent import libraries so use
GetProcAddress to load it.
Add '\n' to 'ok' calls.

20 years agoImplemented PathFileExistsAndAttributesA/W function.
Rolf Kalbermatter [Mon, 19 Jan 2004 21:46:14 +0000 (21:46 +0000)] 
Implemented PathFileExistsAndAttributesA/W function.

20 years agoDon't use CreateFileMapping on a zero length file.
Mike McCormack [Mon, 19 Jan 2004 21:44:02 +0000 (21:44 +0000)] 
Don't use CreateFileMapping on a zero length file.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Mon, 19 Jan 2004 21:43:43 +0000 (21:43 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoUse the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
Alexandre Julliard [Sun, 18 Jan 2004 23:35:12 +0000 (23:35 +0000)] 
Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
driver function instead of defining a private function type.

20 years agoWindows rename() needs an unlink() first (reported by Steven
Alexandre Julliard [Sun, 18 Jan 2004 23:32:56 +0000 (23:32 +0000)] 
Windows rename() needs an unlink() first (reported by Steven
Edwards).

20 years agoAdded a new flag to wrc, to be used to assess translations
Vincent Béron [Sun, 18 Jan 2004 23:24:04 +0000 (23:24 +0000)] 
Added a new flag to wrc, to be used to assess translations
advancement.

20 years agoUpdate of Portuguese resources.
Marcelo Duarte [Sun, 18 Jan 2004 23:18:33 +0000 (23:18 +0000)] 
Update of Portuguese resources.

20 years agoShellView_CreateList(), SIC_Initialize(): enable transparent icons on
Martin Fuchs [Sun, 18 Jan 2004 23:17:32 +0000 (23:17 +0000)] 
ShellView_CreateList(), SIC_Initialize(): enable transparent icons on
the desktop.

20 years agoIStream_fnWrite: only return write count if the given pointer
Martin Fuchs [Sun, 18 Jan 2004 23:17:13 +0000 (23:17 +0000)] 
IStream_fnWrite: only return write count if the given pointer
parameter is not NULL.

20 years agoRemoved the bitsPerPixel field in the generic DC structure, and leave
Alexandre Julliard [Sun, 18 Jan 2004 22:20:17 +0000 (22:20 +0000)] 
Removed the bitsPerPixel field in the generic DC structure, and leave
it up to the graphics driver to define it if necessary.

20 years agoDo not cache results of checks with side effects.
Marcus Meissner [Sun, 18 Jan 2004 22:15:46 +0000 (22:15 +0000)] 
Do not cache results of checks with side effects.

20 years agoUniformize the cvs download instructions with the ones on WineHQ.
Ivan Leo Murray-Smith [Sun, 18 Jan 2004 22:12:41 +0000 (22:12 +0000)] 
Uniformize the cvs download instructions with the ones on WineHQ.

20 years agoAdded support for Unix code page in NTDLL.
Eric Pouech [Sun, 18 Jan 2004 22:11:52 +0000 (22:11 +0000)] 
Added support for Unix code page in NTDLL.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Sun, 18 Jan 2004 22:10:55 +0000 (22:10 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoFixed typos.
Marcelo Duarte [Sun, 18 Jan 2004 22:10:39 +0000 (22:10 +0000)] 
Fixed typos.