wine
20 years agoChange return code from ExitWindowsEx() (and with that related
Rein Klazes [Thu, 5 Feb 2004 01:24:48 +0000 (01:24 +0000)] 
Change return code from ExitWindowsEx() (and with that related
ExitWindows* functions) from FALSE to TRUE.

20 years agoAdded missing notifications to MIDI_NotifyClient.
Christian Costa [Thu, 5 Feb 2004 01:24:28 +0000 (01:24 +0000)] 
Added missing notifications to MIDI_NotifyClient.
Made checks less strict in midPrepare, only return an error for buffer
in queue.
Fixed time of input events in Alsa driver.

20 years agoImplement IsThemeBackgroundPartiallyTransparent,
Kevin Koltzau [Thu, 5 Feb 2004 01:24:04 +0000 (01:24 +0000)] 
Implement IsThemeBackgroundPartiallyTransparent,
DrawThemeParentBackground, and beginnings of other drawing functions.

20 years agoFix incorrect GetLongPathName usage exposed by Eric's filename
Mike McCormack [Thu, 5 Feb 2004 01:23:42 +0000 (01:23 +0000)] 
Fix incorrect GetLongPathName usage exposed by Eric's filename
patches.

20 years agoAdd define MAKEROP4.
Kevin Koltzau [Tue, 3 Feb 2004 21:29:22 +0000 (21:29 +0000)] 
Add define MAKEROP4.

20 years agoFix incorrect coordinates for painting mask.
Kevin Koltzau [Tue, 3 Feb 2004 21:28:57 +0000 (21:28 +0000)] 
Fix incorrect coordinates for painting mask.

20 years agoIssue WARN instead of FIXME when there are mismatches between hard
Dmitry Timoshkov [Tue, 3 Feb 2004 21:28:39 +0000 (21:28 +0000)] 
Issue WARN instead of FIXME when there are mismatches between hard
coded and real keyboard layouts.

20 years agoDeclare SHGetFolderPath and related constants.
Juan Lang [Tue, 3 Feb 2004 21:26:41 +0000 (21:26 +0000)] 
Declare SHGetFolderPath and related constants.

20 years agoStubbed-out implementation of the ITypeInfo2 interface for the
Alastair Bridgewater [Tue, 3 Feb 2004 21:26:00 +0000 (21:26 +0000)] 
Stubbed-out implementation of the ITypeInfo2 interface for the
ICreateTypeInfo2 implementation.
Implementation of ITypeInfo2_fnGetContainingTypeLib().
Preliminary implementation of ICreateTypeInfo2_fnAddRefTypeInfo().

20 years ago- now detecting Dwarf debug information in ELF modules (but don't load
Eric Pouech [Tue, 3 Feb 2004 00:14:12 +0000 (00:14 +0000)] 
- now detecting Dwarf debug information in ELF modules (but don't load
  it)
- separated module management (pe.c, elf.c) from debug information
  management (stabs.c, msc.c)
- worked around new wine-pthread and wine-kthread loaders (no longer
  use "wine" as default loader)
- better convergence of gdb-proxy and winedbg for ELF handling
- fixed ELF link-map walking - now using all loaded shared libs -
  (with the help of Robert Shearman)
- added a bit of const correctness

20 years agoAdded stub for ImmDisableIME.
Ken Belleau [Tue, 3 Feb 2004 00:12:03 +0000 (00:12 +0000)] 
Added stub for ImmDisableIME.

20 years agoUse the first mode in the XVidMode mode list as the default.
Alex Pasadyn [Tue, 3 Feb 2004 00:10:23 +0000 (00:10 +0000)] 
Use the first mode in the XVidMode mode list as the default.

20 years agoSet the item mask before calling GetItem.
Ulrich Czekalla [Tue, 3 Feb 2004 00:09:57 +0000 (00:09 +0000)] 
Set the item mask before calling GetItem.

20 years agoOLEPictureImpl_Load: fix for headerless pictures.
Kirill Smelkov [Tue, 3 Feb 2004 00:09:41 +0000 (00:09 +0000)] 
OLEPictureImpl_Load: fix for headerless pictures.

20 years agoTry to use -fshort-wchar if possible.
Kirill Smelkov [Tue, 3 Feb 2004 00:09:09 +0000 (00:09 +0000)] 
Try to use -fshort-wchar if possible.

20 years agoMake the MDI Window menu refreshing Windows compatible.
Dmitry Timoshkov [Tue, 3 Feb 2004 00:08:51 +0000 (00:08 +0000)] 
Make the MDI Window menu refreshing Windows compatible.
Simplify MDI child visibility check.

20 years agoDraw disabled toolbar buttons correctly.
Jon Griffiths [Tue, 3 Feb 2004 00:08:34 +0000 (00:08 +0000)] 
Draw disabled toolbar buttons correctly.

20 years agoImplementation of gdi32.GdiTransparentBlt and msimg32.TransparentBlt.
Kevin Koltzau [Mon, 2 Feb 2004 23:10:35 +0000 (23:10 +0000)] 
Implementation of gdi32.GdiTransparentBlt and msimg32.TransparentBlt.

20 years agoAdded ListView_GetHeader macro.
Eric Pouech [Mon, 2 Feb 2004 23:09:42 +0000 (23:09 +0000)] 
Added ListView_GetHeader macro.

20 years agoMake SHChangeNotifyRegister be recursive so that will get all
Ulrich Czekalla [Mon, 2 Feb 2004 23:09:09 +0000 (23:09 +0000)] 
Make SHChangeNotifyRegister be recursive so that will get all
notifications.

20 years agoFix SHChangeNotify to send correct lParam and wParam values.
Ulrich Czekalla [Mon, 2 Feb 2004 23:08:54 +0000 (23:08 +0000)] 
Fix SHChangeNotify to send correct lParam and wParam values.

20 years agoGulimChe has the IsFixedPitch flag set, yet contains glyphs of
Huw Davies [Mon, 2 Feb 2004 23:03:54 +0000 (23:03 +0000)] 
GulimChe has the IsFixedPitch flag set, yet contains glyphs of
differing widths.  To cope with this we need to call FT_Load_Glyph
with the FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH flag in order to get
back the correct glyph metrics from FreeType.

20 years agoPreserve the original WINEDLLPATH so we can load out-of-tree Winelib
Francois Gouget [Mon, 2 Feb 2004 23:02:57 +0000 (23:02 +0000)] 
Preserve the original WINEDLLPATH so we can load out-of-tree Winelib
applications.

20 years agoLink with msvcrt and use the msvcrt headers by default to improve the
Francois Gouget [Mon, 2 Feb 2004 23:02:32 +0000 (23:02 +0000)] 
Link with msvcrt and use the msvcrt headers by default to improve the
Visual C++ compatibility.
Add a '--nomsvcrt' option to generate makefiles that do not use
msvcrt.

20 years agoTest whether an active maximized MDI child is visible.
Dmitry Timoshkov [Mon, 2 Feb 2004 23:02:03 +0000 (23:02 +0000)] 
Test whether an active maximized MDI child is visible.

20 years agoAdded memory constraint to avoid miscompilation of the unaligned_mmap
Alexandre Julliard [Fri, 30 Jan 2004 22:59:34 +0000 (22:59 +0000)] 
Added memory constraint to avoid miscompilation of the unaligned_mmap
function (with help from Paul Streitman).

20 years agoMove keyboard programming instructions to the Devel Guide.
Dimitrie O. Paun [Fri, 30 Jan 2004 22:58:26 +0000 (22:58 +0000)] 
Move keyboard programming instructions to the Devel Guide.
Cleanup up a bunch of bits that don't belong in a book.

20 years agoFix palette deletion issue seen in DungeonKeeper.
Lionel Ulmer [Fri, 30 Jan 2004 22:58:03 +0000 (22:58 +0000)] 
Fix palette deletion issue seen in DungeonKeeper.

20 years agoFix the Z transform in the XYRZHW case.
Lionel Ulmer [Fri, 30 Jan 2004 22:57:43 +0000 (22:57 +0000)] 
Fix the Z transform in the XYRZHW case.

20 years agoAdd stubs for the Activation Context API (XP+).
Jon Griffiths [Fri, 30 Jan 2004 22:57:21 +0000 (22:57 +0000)] 
Add stubs for the Activation Context API (XP+).

20 years agoRemove global variables from the richedit control.
Mike McCormack [Fri, 30 Jan 2004 22:56:33 +0000 (22:56 +0000)] 
Remove global variables from the richedit control.

20 years agoThe NVIDIA graphics device comes up as an X extension event, but
Aric Stewart [Fri, 30 Jan 2004 22:56:06 +0000 (22:56 +0000)] 
The NVIDIA graphics device comes up as an X extension event, but
throws an error (BadMatch) when querying for the buttons. Catch this
error and and discard that device from being a tablet device.

20 years ago- fix broadcast address for name lookups after iphlpapi change
Juan Lang [Fri, 30 Jan 2004 22:55:25 +0000 (22:55 +0000)] 
- fix broadcast address for name lookups after iphlpapi change
- fix bad registry key opening

20 years agoUpdate the handling of uuid.
Francois Gouget [Fri, 30 Jan 2004 22:55:00 +0000 (22:55 +0000)] 
Update the handling of uuid.
Modify the autoconf script to detect '-z defs' and '-init/-fini'.

20 years agoIf unable to open an X11 display mention that X needs to be running
Chris Morgan [Fri, 30 Jan 2004 22:54:39 +0000 (22:54 +0000)] 
If unable to open an X11 display mention that X needs to be running
and that $DISPLAY must be set correctly.

20 years ago- remove unneccesary ISF_MyComputer_Constructor() declaration
Martin Fuchs [Fri, 30 Jan 2004 22:54:12 +0000 (22:54 +0000)] 
- remove unneccesary ISF_MyComputer_Constructor() declaration
- improve returned error code of ISF_MyComputer_fnParseDisplayName()
- remove wrong comment from ISF_MyComputer_fnGetDisplayNameOf()

20 years agoFixed 16-bit MDI support (based on a patch by Dmitry Timoshkov).
Alexandre Julliard [Wed, 28 Jan 2004 21:43:36 +0000 (21:43 +0000)] 
Fixed 16-bit MDI support (based on a patch by Dmitry Timoshkov).

20 years agolpCreateParams should be a SEGPTR in 16-bit code.
Alexandre Julliard [Wed, 28 Jan 2004 21:41:56 +0000 (21:41 +0000)] 
lpCreateParams should be a SEGPTR in 16-bit code.

20 years agoMake sure that there is extra information in the exception record
Alexandre Julliard [Wed, 28 Jan 2004 21:40:01 +0000 (21:40 +0000)] 
Make sure that there is extra information in the exception record
before accessing it in check_resource_write.

20 years agoPreliminary implementation of ICreateTypeInfo2_fnAddFuncDesc() and
Alastair Bridgewater [Wed, 28 Jan 2004 21:37:14 +0000 (21:37 +0000)] 
Preliminary implementation of ICreateTypeInfo2_fnAddFuncDesc() and
ICreateTypeInfo2_fnSetFuncAndParamNames().

20 years agoRemove a bunch of dummy and/or obsolete info from the Winelib
Dimitrie O. Paun [Wed, 28 Jan 2004 20:07:59 +0000 (20:07 +0000)] 
Remove a bunch of dummy and/or obsolete info from the Winelib
Developers Guide.

20 years agoAdd stub for WSAStringToAddressA.
Christian Costa [Wed, 28 Jan 2004 20:07:24 +0000 (20:07 +0000)] 
Add stub for WSAStringToAddressA.

20 years agoDon't depend on user32-internal implementation of accelerator tables.
Ge van Geldorp [Wed, 28 Jan 2004 20:06:35 +0000 (20:06 +0000)] 
Don't depend on user32-internal implementation of accelerator tables.

20 years agoAllow VerQueryValueW to query 16-bit resources.
Robert Shearman [Wed, 28 Jan 2004 20:06:14 +0000 (20:06 +0000)] 
Allow VerQueryValueW to query 16-bit resources.

20 years ago- now reporting message on bogus line number in 'bp <num>' commands
Eric Pouech [Wed, 28 Jan 2004 20:05:39 +0000 (20:05 +0000)] 
- now reporting message on bogus line number in 'bp <num>' commands
  (useful when user thinks <num> is a linear address)
- fixed bogus return value in DEBUG_AddBreakpoint

20 years agoFixed synchronization issue.
Eric Pouech [Wed, 28 Jan 2004 20:05:20 +0000 (20:05 +0000)] 
Fixed synchronization issue.

20 years agoImprovements to ICreateTypeInfo2_fnAddVarDesc().
Alastair Bridgewater [Wed, 28 Jan 2004 20:04:55 +0000 (20:04 +0000)] 
Improvements to ICreateTypeInfo2_fnAddVarDesc().
A separate function to encode TYPEINFO structures.

20 years agoProperly translate the message result for WM_GETTEXT-style messages.
Alexandre Julliard [Tue, 27 Jan 2004 20:28:42 +0000 (20:28 +0000)] 
Properly translate the message result for WM_GETTEXT-style messages.

20 years agoAll sound drivers need -ldxguid.
Alexandre Julliard [Tue, 27 Jan 2004 20:16:38 +0000 (20:16 +0000)] 
All sound drivers need -ldxguid.

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

20 years agoFixed typo in memset call.
Alexey Spiridonov [Tue, 27 Jan 2004 20:12:42 +0000 (20:12 +0000)] 
Fixed typo in memset call.

20 years agoUse case insensitive comparison with pseudo console handle names in
Dmitry Timoshkov [Tue, 27 Jan 2004 20:11:53 +0000 (20:11 +0000)] 
Use case insensitive comparison with pseudo console handle names in
OpenConsole.

20 years agoMSDN is wrong: WM_NCACTIVATE takes the same lParam as WM_ACTIVATE.
Dmitry Timoshkov [Tue, 27 Jan 2004 20:11:23 +0000 (20:11 +0000)] 
MSDN is wrong: WM_NCACTIVATE takes the same lParam as WM_ACTIVATE.

20 years agoWe should forward WM_COMMAND notification to the active page for any
Ulrich Czekalla [Tue, 27 Jan 2004 20:11:05 +0000 (20:11 +0000)] 
We should forward WM_COMMAND notification to the active page for any
additional non-standard controls in the property sheet frame.

20 years agoAllow regedit to edit (Default) key values.
John K. Hohm [Tue, 27 Jan 2004 20:10:40 +0000 (20:10 +0000)] 
Allow regedit to edit (Default) key values.

20 years agoRemove obsolete section about thread-safety.
Dimitrie O. Paun [Tue, 27 Jan 2004 20:10:27 +0000 (20:10 +0000)] 
Remove obsolete section about thread-safety.
Cleanup section on configuration, merged the remaining bit into the
"Known problems" section.
Miscellaneous cleanups and simplifications.

20 years agoReformat and cleanup the shrink.c file included in the documentation
Dimitrie O. Paun [Tue, 27 Jan 2004 20:10:01 +0000 (20:10 +0000)] 
Reformat and cleanup the shrink.c file included in the documentation
for consistency with the Wine source.

20 years agoRemove obsolete info about wrappers, they are no longer necessary.
Dimitrie O. Paun [Tue, 27 Jan 2004 20:09:46 +0000 (20:09 +0000)] 
Remove obsolete info about wrappers, they are no longer necessary.

20 years agoUpdate the developer hints to reflect the uuid libs move.
Dimitrie O. Paun [Tue, 27 Jan 2004 20:07:43 +0000 (20:07 +0000)] 
Update the developer hints to reflect the uuid libs move.
Make sure all directories end with a /, for consistency.

20 years agoAdd missing DTBG_* defines.
Kevin Koltzau [Tue, 27 Jan 2004 20:07:23 +0000 (20:07 +0000)] 
Add missing DTBG_* defines.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Tue, 27 Jan 2004 04:01:10 +0000 (04:01 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoFix a debug message.
Sami Aario [Tue, 27 Jan 2004 03:59:36 +0000 (03:59 +0000)] 
Fix a debug message.

20 years agoA small number of cleanups.
Alastair Bridgewater [Tue, 27 Jan 2004 03:59:07 +0000 (03:59 +0000)] 
A small number of cleanups.
A new function to find a given NAME in a type library.
Support for growing a tlb segment when it overflows.
Duplicate GUID elimination.
GUID hash fixes.
NAME hash fixes.
Duplicate STRING elimination fixes.
Duplicate IMPORT elimination fixes.
Type information save ordering fixes.
Support for writing out the CUSTDATA and CUSTDATAGUID segments.

20 years ago- Add the same protection to MDI_AugmentFrameMenu as one existing in
Dmitry Timoshkov [Tue, 27 Jan 2004 03:57:10 +0000 (03:57 +0000)] 
- Add the same protection to MDI_AugmentFrameMenu as one existing in
  MDI_RestoreFrameMenu against repetitive calls.
- Use Windows default icon for system menu bitmap if there is no one
  supplied by a child window as Windows does.
- Use GetSystemMenu() to load system menu for a child window,
  otherwise there is no way to generate WM_SYSCOMMAND menu messages.
- Restore check in WM_SIZE MDI child handler erroneously removed
  earlier.

20 years agoBack out an unintentional change that snuck in with the XIM change.
Aric Stewart [Tue, 27 Jan 2004 03:55:37 +0000 (03:55 +0000)] 
Back out an unintentional change that snuck in with the XIM change.

20 years agoOnly link against libdxguid where necessary.
Alexandre Julliard [Tue, 27 Jan 2004 00:11:16 +0000 (00:11 +0000)] 
Only link against libdxguid where necessary.

20 years agoAdd missing '\n's to debug traces.
Francois Gouget [Tue, 27 Jan 2004 00:01:43 +0000 (00:01 +0000)] 
Add missing '\n's to debug traces.

20 years agoMoved libuuid to the dlls directory, and moved the DirectX GUIDs into
Alexandre Julliard [Mon, 26 Jan 2004 21:29:05 +0000 (21:29 +0000)] 
Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
a separate libdxguid library.

20 years agoEnsure MSSTYLES_SetActiveTheme fails properly when theme is invalid.
Kevin Koltzau [Mon, 26 Jan 2004 21:22:34 +0000 (21:22 +0000)] 
Ensure MSSTYLES_SetActiveTheme fails properly when theme is invalid.

20 years agoVisual Studio 6 users should get the processor pack. Note this in the
Chris Morgan [Mon, 26 Jan 2004 21:22:17 +0000 (21:22 +0000)] 
Visual Studio 6 users should get the processor pack.  Note this in the
Visual C++ section.

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.