reactos.git
18 years agoSmall present for ion
Gé van Geldorp [Tue, 31 May 2005 22:06:18 +0000 (22:06 +0000)]
Small present for ion

svn path=/trunk/; revision=15709

18 years agoupdate wallpaper list
Klemens Friedl [Tue, 31 May 2005 20:47:11 +0000 (20:47 +0000)]
update wallpaper list

svn path=/trunk/; revision=15707

18 years agoDelete
Casper Hornstrup [Tue, 31 May 2005 20:40:27 +0000 (20:40 +0000)]
Delete

svn path=/trunk/; revision=15706

18 years agoMP configuration
Casper Hornstrup [Tue, 31 May 2005 20:39:13 +0000 (20:39 +0000)]
MP configuration

svn path=/trunk/; revision=15705

18 years agostrechblt
Magnus Olsen [Tue, 31 May 2005 19:44:36 +0000 (19:44 +0000)]
strechblt
gain very lite perfomen boost

svn path=/trunk/; revision=15704

18 years agoGenerate SMP friendly temporary filenames
Casper Hornstrup [Tue, 31 May 2005 17:30:54 +0000 (17:30 +0000)]
Generate SMP friendly temporary filenames

svn path=/trunk/; revision=15703

18 years agocomplete dummy hal
Magnus Olsen [Tue, 31 May 2005 15:46:26 +0000 (15:46 +0000)]
complete dummy hal

svn path=/trunk/; revision=15702

18 years agoFix a bugin strechblt. it can now zoom in or out in any bpp
Magnus Olsen [Tue, 31 May 2005 15:19:10 +0000 (15:19 +0000)]
Fix a bugin strechblt. it can now zoom in or out in any bpp
still this need todo
/* FIXME :  MaskOrigin, BrushOrigin, ClipRegion, Mode ? */
/* This is a reference implementation, it hasn't been optimized for speed */

svn path=/trunk/; revision=15701

18 years ago- Added a missing dereferencing in NtTerminateProcess.
Hartmut Birr [Tue, 31 May 2005 15:01:29 +0000 (15:01 +0000)]
- Added a missing dereferencing in NtTerminateProcess.
- Don't access already freed memory while sending messages to the termination port (in PspExitThread).

svn path=/trunk/; revision=15700

18 years agoTry always to open a file as named object first.
Hartmut Birr [Tue, 31 May 2005 14:56:55 +0000 (14:56 +0000)]
Try always to open a file as named object first.
This is necessary for the redirection to NUL which is used by the new build system.

svn path=/trunk/; revision=15699

18 years agoChanged the indentation to a more readable format (no other changes).
Hartmut Birr [Tue, 31 May 2005 14:51:53 +0000 (14:51 +0000)]
Changed the indentation to a more readable format (no other changes).

svn path=/trunk/; revision=15698

18 years agoimplement strechblt for all 8bpp this code are not optimze.
Magnus Olsen [Tue, 31 May 2005 14:11:02 +0000 (14:11 +0000)]
implement strechblt for all 8bpp this code are not optimze.
tested with winquake 8bpp to 16/32bpp.
/* FIXME :  MaskOrigin, BrushOrigin, ClipRegion, Mode ? */
/* This is a reference implementation, it hasn't been optimized for speed */

svn path=/trunk/; revision=15697

18 years agoAdd registry entries for serial mouse driver
Hervé Poussineau [Tue, 31 May 2005 13:49:41 +0000 (13:49 +0000)]
Add registry entries for serial mouse driver

svn path=/trunk/; revision=15696

18 years agoDon't try to detect serial ports at known I/O addresses. They have to be written...
Hervé Poussineau [Tue, 31 May 2005 10:35:22 +0000 (10:35 +0000)]
Don't try to detect serial ports at known I/O addresses. They have to be written in registry and enumerated by Root bus enumerator.
Get interrupt informations from AllocatedResourcesTranslated in IRP_MN_START_DEVICE

svn path=/trunk/; revision=15695

18 years agoChange Xml from msafd32.dll to msafd.dll.
James Tabor [Tue, 31 May 2005 08:02:29 +0000 (08:02 +0000)]
Change Xml from msafd32.dll to msafd.dll.

svn path=/trunk/; revision=15694

18 years agoBuild a correct console handle.
Hartmut Birr [Mon, 30 May 2005 23:22:15 +0000 (23:22 +0000)]
Build a correct console handle.

svn path=/trunk/; revision=15693

18 years agoRead resource requirements list for devices enumerated by Root bus
Hervé Poussineau [Mon, 30 May 2005 23:01:37 +0000 (23:01 +0000)]
Read resource requirements list for devices enumerated by Root bus

svn path=/trunk/; revision=15692

18 years agoWrite resource requirements list in the registry, instead of its address
Hervé Poussineau [Mon, 30 May 2005 22:55:09 +0000 (22:55 +0000)]
Write resource requirements list in the registry, instead of its address

svn path=/trunk/; revision=15691

18 years agoWork around problem in wrc
Gé van Geldorp [Mon, 30 May 2005 21:35:07 +0000 (21:35 +0000)]
Work around problem in wrc

svn path=/trunk/; revision=15690

18 years agoRevert last change, it was causing build problems. Go back to causing run
Gé van Geldorp [Mon, 30 May 2005 20:37:29 +0000 (20:37 +0000)]
Revert last change, it was causing build problems. Go back to causing run
problems instead (try Start/Run/Browse)

svn path=/trunk/; revision=15689

18 years agoCheck for a valid console handle.
Hartmut Birr [Mon, 30 May 2005 20:13:35 +0000 (20:13 +0000)]
Check for a valid console handle.

svn path=/trunk/; revision=15688

18 years ago- Don't duplicate the process handle.
Hartmut Birr [Mon, 30 May 2005 20:11:44 +0000 (20:11 +0000)]
- Don't duplicate the process handle.
- Do close the process and thread handle if the caller doesn't request it.

svn path=/trunk/; revision=15687

18 years agoAdd translation for "Templates" by unC0Rr
Aleksey Bragin [Mon, 30 May 2005 19:45:04 +0000 (19:45 +0000)]
Add translation for "Templates" by unC0Rr

svn path=/trunk/; revision=15686

18 years agoRevert some incorrect changes that were made during rbuild merge
Gé van Geldorp [Mon, 30 May 2005 19:19:06 +0000 (19:19 +0000)]
Revert some incorrect changes that were made during rbuild merge

svn path=/trunk/; revision=15685

18 years agoAdded russian translation for lib/userenv. Done by Dimtry Philippov.
Aleksey Bragin [Mon, 30 May 2005 18:46:49 +0000 (18:46 +0000)]
Added russian translation for lib/userenv. Done by Dimtry Philippov.

svn path=/trunk/; revision=15684

18 years agoDon't lock the primary surface just to get info we already have.
Filip Navara [Mon, 30 May 2005 13:00:50 +0000 (13:00 +0000)]
Don't lock the primary surface just to get info we already have.

svn path=/trunk/; revision=15681

18 years agoAdd MSVFW32 and MSWSOCK to the build.
Filip Navara [Mon, 30 May 2005 12:52:38 +0000 (12:52 +0000)]
Add MSVFW32 and MSWSOCK to the build.

svn path=/trunk/; revision=15680

18 years agoRemove redundant line...
Filip Navara [Mon, 30 May 2005 08:12:30 +0000 (08:12 +0000)]
Remove redundant line...

svn path=/trunk/; revision=15679

18 years agofix winquake color glitc bug
Magnus Olsen [Mon, 30 May 2005 07:27:22 +0000 (07:27 +0000)]
fix winquake color glitc bug
the text are now whie instead for black

svn path=/trunk/; revision=15678

18 years agoadd rospref to defualt build
Magnus Olsen [Sun, 29 May 2005 22:33:25 +0000 (22:33 +0000)]
add rospref to defualt build
and remove a makefile that is not need it
patch By WaxDragon

svn path=/trunk/; revision=15677

18 years agoPrevent kernel32.dll and winmm.dll from overlapping
Gé van Geldorp [Sun, 29 May 2005 21:40:17 +0000 (21:40 +0000)]
Prevent kernel32.dll and winmm.dll from overlapping

svn path=/trunk/; revision=15676

18 years agoAdded WS_VSCROLL to a language selection combobox (thx to unC0Rr)
Aleksey Bragin [Sun, 29 May 2005 21:16:29 +0000 (21:16 +0000)]
Added WS_VSCROLL to a language selection combobox (thx to unC0Rr)

svn path=/trunk/; revision=15675

18 years agoremove old makefile add xml makefile
Magnus Olsen [Sun, 29 May 2005 21:00:11 +0000 (21:00 +0000)]
remove old makefile add xml makefile

svn path=/trunk/; revision=15674

18 years agofix expand.exe compile and include on the bootcd
Magnus Olsen [Sun, 29 May 2005 20:58:38 +0000 (20:58 +0000)]
fix expand.exe compile and include on the bootcd

svn path=/trunk/; revision=15673

18 years agoFix function bug
Alex Ionescu [Sun, 29 May 2005 20:49:56 +0000 (20:49 +0000)]
Fix function bug

svn path=/trunk/; revision=15672

18 years agoRead device instance IDs in registry instead of forcing 0000. This allows more than...
Hervé Poussineau [Sun, 29 May 2005 19:48:43 +0000 (19:48 +0000)]
Read device instance IDs in registry instead of forcing 0000. This allows more than one instance for each device enumerated by Root bus.
Be ready to have resource requirements for each device instance (not used ATM)
Replace some ExAllocatePool/ExFreePool with ExAllocatePoolWithTag/ExFreePoolWithTag

svn path=/trunk/; revision=15671

18 years agoWrappers for debug builds only, like before.
Alex Ionescu [Sun, 29 May 2005 19:41:24 +0000 (19:41 +0000)]
Wrappers for debug builds only, like before.

svn path=/trunk/; revision=15670

18 years agoDon't build as Unicode
Gé van Geldorp [Sun, 29 May 2005 19:06:30 +0000 (19:06 +0000)]
Don't build as Unicode

svn path=/trunk/; revision=15669

18 years agoInstall explorer-cfg-template.xml
Casper Hornstrup [Sun, 29 May 2005 16:07:35 +0000 (16:07 +0000)]
Install explorer-cfg-template.xml

svn path=/trunk/; revision=15668

18 years agoBuild at 2GB like before
Alex Ionescu [Sun, 29 May 2005 16:07:05 +0000 (16:07 +0000)]
Build at 2GB like before

svn path=/trunk/; revision=15667

18 years agoChange the object to non permanent if an error occurs (in NtCreateDirectoryObject).
Hartmut Birr [Sun, 29 May 2005 15:43:53 +0000 (15:43 +0000)]
Change the object to non permanent if an error occurs (in NtCreateDirectoryObject).

svn path=/trunk/; revision=15666

18 years agoReset the permanent flag if the object is changed to non permanent.
Hartmut Birr [Sun, 29 May 2005 15:41:24 +0000 (15:41 +0000)]
Reset the permanent flag if the object is changed to non permanent.

svn path=/trunk/; revision=15665

18 years agoLock the directory while it is parsed.
Hartmut Birr [Sun, 29 May 2005 15:37:47 +0000 (15:37 +0000)]
Lock the directory while it is parsed.

svn path=/trunk/; revision=15664

18 years agoremove some unse Makefile.ros-template files
Magnus Olsen [Sun, 29 May 2005 15:17:38 +0000 (15:17 +0000)]
remove some unse Makefile.ros-template files
not longer need it

svn path=/trunk/; revision=15663

18 years agoSet entry point to zero.
Filip Navara [Sun, 29 May 2005 15:10:11 +0000 (15:10 +0000)]
Set entry point to zero.

svn path=/trunk/; revision=15662

18 years agovgamp.sys, not vgamp.dll
Casper Hornstrup [Sun, 29 May 2005 15:05:22 +0000 (15:05 +0000)]
vgamp.sys, not vgamp.dll

svn path=/trunk/; revision=15661

18 years agoInstall to system32
Casper Hornstrup [Sun, 29 May 2005 14:51:17 +0000 (14:51 +0000)]
Install to system32

svn path=/trunk/; revision=15660

18 years agoInstall more modules
Casper Hornstrup [Sun, 29 May 2005 14:35:36 +0000 (14:35 +0000)]
Install more modules

svn path=/trunk/; revision=15659

18 years agoUse standard debug macros
Gé van Geldorp [Sun, 29 May 2005 14:26:21 +0000 (14:26 +0000)]
Use standard debug macros

svn path=/trunk/; revision=15658

18 years agoregsvr32.exe, not regsvr32.dll
Casper Hornstrup [Sun, 29 May 2005 14:09:04 +0000 (14:09 +0000)]
regsvr32.exe, not regsvr32.dll

svn path=/trunk/; revision=15657

18 years agoAutodetect nasm
Casper Hornstrup [Sun, 29 May 2005 11:51:37 +0000 (11:51 +0000)]
Autodetect nasm

svn path=/trunk/; revision=15656

18 years agoimplement 'delete' command
Martin Fuchs [Sun, 29 May 2005 11:42:46 +0000 (11:42 +0000)]
implement 'delete' command

svn path=/trunk/; revision=15655

18 years agoswitch to SHFileOperation() for file copy and move operations
Martin Fuchs [Sun, 29 May 2005 09:58:47 +0000 (09:58 +0000)]
switch to SHFileOperation() for file copy and move operations

svn path=/trunk/; revision=15654

18 years agohandle copy/move for already existing target directories
Martin Fuchs [Sun, 29 May 2005 09:39:31 +0000 (09:39 +0000)]
handle copy/move for already existing target directories

svn path=/trunk/; revision=15653

18 years agoimplement file copying
Martin Fuchs [Sun, 29 May 2005 08:47:23 +0000 (08:47 +0000)]
implement file copying

svn path=/trunk/; revision=15652

18 years agorefresh display after executing a context menu command
Martin Fuchs [Sun, 29 May 2005 08:38:23 +0000 (08:38 +0000)]
refresh display after executing a context menu command

svn path=/trunk/; revision=15651

18 years agoFix ASSERT conditions.
Filip Navara [Sun, 29 May 2005 07:29:59 +0000 (07:29 +0000)]
Fix ASSERT conditions.

svn path=/trunk/; revision=15650

18 years agoremove some ros-tempöate from old building system
Magnus Olsen [Sun, 29 May 2005 01:04:44 +0000 (01:04 +0000)]
remove some ros-tempöate from old building system

svn path=/trunk/; revision=15649

18 years agofix gcc4 warnings
Thomas Bluemel [Sun, 29 May 2005 00:04:41 +0000 (00:04 +0000)]
fix gcc4 warnings

svn path=/trunk/; revision=15648

18 years agothis two file are not need any longer
Magnus Olsen [Sat, 28 May 2005 23:38:58 +0000 (23:38 +0000)]
this two file are not need any longer

svn path=/trunk/; revision=15647

18 years agoRemove two file that are not need any longer
Magnus Olsen [Sat, 28 May 2005 23:34:24 +0000 (23:34 +0000)]
Remove two file that are not need any longer
fix some compilings warings

svn path=/trunk/; revision=15646

18 years agodisable assert until someone fixes this
Alex Ionescu [Sat, 28 May 2005 23:26:37 +0000 (23:26 +0000)]
disable assert until someone fixes this

svn path=/trunk/; revision=15645

18 years agomising desk.rc in the xml files
Magnus Olsen [Sat, 28 May 2005 23:16:12 +0000 (23:16 +0000)]
mising desk.rc in the xml files
de.rc and cz.rc a resuse id was change

svn path=/trunk/; revision=15644

18 years agoMore fixes from yours truly
Alex Ionescu [Sat, 28 May 2005 23:06:49 +0000 (23:06 +0000)]
More fixes from yours truly

svn path=/trunk/; revision=15643

18 years agomore build fixes
Alex Ionescu [Sat, 28 May 2005 22:56:14 +0000 (22:56 +0000)]
more build fixes

svn path=/trunk/; revision=15642

18 years agomore build fixes
Alex Ionescu [Sat, 28 May 2005 22:48:33 +0000 (22:48 +0000)]
more build fixes

svn path=/trunk/; revision=15641

18 years agolittle fix
Thomas Bluemel [Sat, 28 May 2005 22:40:04 +0000 (22:40 +0000)]
little fix

svn path=/trunk/; revision=15640

18 years agoAdded usbuhci to xml file.
James Tabor [Sat, 28 May 2005 22:25:51 +0000 (22:25 +0000)]
Added usbuhci to xml file.

svn path=/trunk/; revision=15639

18 years agoAdded usbohci to xml file.
James Tabor [Sat, 28 May 2005 22:25:29 +0000 (22:25 +0000)]
Added usbohci to xml file.

svn path=/trunk/; revision=15638

18 years agoAdded usbehci to xml file.
James Tabor [Sat, 28 May 2005 22:25:09 +0000 (22:25 +0000)]
Added usbehci to xml file.

svn path=/trunk/; revision=15637

18 years agoAdded usb miniport to xml file.
James Tabor [Sat, 28 May 2005 22:24:22 +0000 (22:24 +0000)]
Added usb miniport to xml file.

svn path=/trunk/; revision=15636

18 years agoAdded usb miniport to xml file.
James Tabor [Sat, 28 May 2005 22:23:51 +0000 (22:23 +0000)]
Added usb miniport to xml file.

svn path=/trunk/; revision=15635

18 years agomake rbuild compile with gcc4
Thomas Bluemel [Sat, 28 May 2005 22:22:25 +0000 (22:22 +0000)]
make rbuild compile with gcc4

svn path=/trunk/; revision=15634

18 years agoFix some build problems
Alex Ionescu [Sat, 28 May 2005 22:18:44 +0000 (22:18 +0000)]
Fix some build problems

svn path=/trunk/; revision=15633

18 years agofix case problem of sv.rc third (and hopefully last ;-) time for unix+windows builds
Martin Fuchs [Sat, 28 May 2005 22:12:40 +0000 (22:12 +0000)]
fix case problem of sv.rc third (and hopefully last ;-) time for unix+windows builds

svn path=/trunk/; revision=15632

18 years agoMake compiler happy
Gé van Geldorp [Sat, 28 May 2005 22:08:49 +0000 (22:08 +0000)]
Make compiler happy

svn path=/trunk/; revision=15631

18 years agoRobert Shearman <rob@codeweavers.com>
Gé van Geldorp [Sat, 28 May 2005 22:04:24 +0000 (22:04 +0000)]
Robert Shearman <rob@codeweavers.com>
- Rename DllRegisterServer and DllUnregisterServer to avoid confusion
  with the COM functions of different signatures.

svn path=/trunk/; revision=15630

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 22:01:15 +0000 (22:01 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
- Removed unnecessary code in the 16-bit DllEntryPoint function of some
  dlls, and also fixed its ordinal in a few places.
Mike McCormack <mike@codeweavers.com>
- Make WINMM_IData statically allocated.
- Make multimedia threads high priority.
Robert Reif <reif@earthlink.net>
- Change FIXME to WARN.
- Set thread priority for timer thread.
- Add timer thread priority test.

svn path=/trunk/; revision=15629

18 years agoAdded def to xml file.
James Tabor [Sat, 28 May 2005 22:00:46 +0000 (22:00 +0000)]
Added def to xml file.

svn path=/trunk/; revision=15628

18 years agoAdded def to xml file.
James Tabor [Sat, 28 May 2005 22:00:27 +0000 (22:00 +0000)]
Added def to xml file.

svn path=/trunk/; revision=15627

18 years agouse right optimization setting
Alex Ionescu [Sat, 28 May 2005 21:46:37 +0000 (21:46 +0000)]
use right optimization setting

svn path=/trunk/; revision=15626

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 21:44:21 +0000 (21:44 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
Troy Rollo <wine@troy.rollo.name>
- Implement URLMonikerImpl_BindToStorage.
- Correct bug truncating downloaded files to 4096 bytes.
Jacek Caban <jack@itma.pwr.wroc.pl>
- Separated IBinding and IMoniker interfaces.
Mike McCormack <mike@codeweavers.com>
- Add the missing interface method PromptAction to
  IInternetZoneManager.
- Stub implementation for GetSoftwareUpdateInfo.
Francois Gouget <fgouget@free.fr>
- Update win32.api to match the current sources.
- Declare CoGetClassObjectFromURL() in urlmon.h.
Christian Costa <titan.costa@wanadoo.fr>
- Added stub implementation for CoGetClassObjectFromURL.

svn path=/trunk/; revision=15625

18 years agoTemp Fix until I figure out what is wrong with Asserts.
James Tabor [Sat, 28 May 2005 21:40:01 +0000 (21:40 +0000)]
Temp Fix until I figure out what is wrong with Asserts.

svn path=/trunk/; revision=15624

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 21:39:03 +0000 (21:39 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- Test cases for URL_UNESCAPE and small fix.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.

svn path=/trunk/; revision=15623

18 years agoAdd Usbport to new build system.
James Tabor [Sat, 28 May 2005 21:38:59 +0000 (21:38 +0000)]
Add Usbport to new build system.

svn path=/trunk/; revision=15622

18 years agoAdd Usbport to new build system.
James Tabor [Sat, 28 May 2005 21:38:05 +0000 (21:38 +0000)]
Add Usbport to new build system.

svn path=/trunk/; revision=15621

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 21:34:33 +0000 (21:34 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
Robert Shearman <rob@codeweavers.com>
- Rename MODULENAME_Dll* functions to Dll* for better consistency and
  type checking.
Vincent Beron <vberon@mecano.gme.usherb.ca>
- Use SUBLANG_NEUTRAL for French resources.

svn path=/trunk/; revision=15620

18 years agofix compilings warings
Magnus Olsen [Sat, 28 May 2005 21:32:23 +0000 (21:32 +0000)]
fix compilings warings

svn path=/trunk/; revision=15619

18 years agoAdd Usbhub to new build system.
James Tabor [Sat, 28 May 2005 21:30:37 +0000 (21:30 +0000)]
Add Usbhub to new build system.

svn path=/trunk/; revision=15618

18 years agoGe van Geldorp <gvg@reactos.com>
Gé van Geldorp [Sat, 28 May 2005 21:30:32 +0000 (21:30 +0000)]
Ge van Geldorp <gvg@reactos.com>
- Overlay icons for .lnk files with a small arrow in the lower left
  corner.
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
- Removed unnecessary code in the 16-bit DllEntryPoint function of some
  dlls, and also fixed its ordinal in a few places.
- Comment out stub WEP entry points so that we can call WEP for builtin
  dlls too.
Juan Lang <juan_lang@yahoo.com>
- Fixes to IShellFolder::GetAttributesOf implementations, spotted by
  silverblade_:
  - a count of zero is allowed to GetAttributesOf if apidl is NULL
  - SFGAO_VALIDATE must be cleared upon return
- only log unsupported flags in ShellExecute
- environment variables are expanded, so SEE_MASK_DOENVSUBST is
  supported
Michael Jung <mjung@iss.tu-darmstadt.de>
- Add a new CLSID for UnixDosFolder, which is identical to UnixFolder,
  but does unix <-> dos path conversion for GetDisplayNameOf and
  ParseDisplayName.
- Make the root of the shell extension map to the root of the unix
  filesystem.
- More robustly query the SHGDN_FORPARSING flag in the shell32's folders
  GetDisplayNameOf methods.
- Fixed GetDisplayNameOf method to not depend on incorrect behaviour
  regarding the SHGDN_INFOLDER flag.
- Fixed MyComputer's GetDisplayNameOf method.
- Return a cloned PIDL by SHBrowseForFolder to avoid heap corruption.
- Fixed incorrect IShellFolder::EnumOjects API usage.
- Support for regular files (as opposed to directories).
- Display a drive icon for the unix root directory.
- Consider only the GIL_FORSHORTCUT flag in SIC_CompareEntries.
Stefan Doesinger <stefandoesinger@gmx.at>
- Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr_mycomp.
- Remove the dwAttributes member from the IGenericSFImpl class, it's
  not needed and can't be initialised in Initialize and InitializeEx.
Mike McCormack <mike@codeweavers.com>
- Split SHGetFileInfoW into two functions.
- Remove static variables in SHBrowseForFolder implementation.
- Split up the window procedure.
- Remove some unused include files.
- MSI advertised shortcuts don't require a product ID.
Peter Berg Larsen <pebl@math.ku.dk>
- Rewritten DoEnvironmentSubst16.
Kouji Sasaki <taro-x@justsystem.co.jp>
- Added the processing for determination of SFGAO_HASSUBFOLDER flag in
  SHELL32_GetItemAttribute function.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Huw Davies <huw@codeweavers.com>
- It makes no sense to have a left pointing arrow as the desktop icon.
  Replace it with something more appropiate.
Mike Hearn <mh@codeweavers.com>
- Fix SHELL_GetPathFromIDList[AW] to return the desktop path given an
  empty PIDL.

svn path=/trunk/; revision=15617

18 years agoAdd Usbd to new build system.
James Tabor [Sat, 28 May 2005 21:30:02 +0000 (21:30 +0000)]
Add Usbd to new build system.

svn path=/trunk/; revision=15616

18 years agoAdd Usb Directory to new build system.
James Tabor [Sat, 28 May 2005 21:29:20 +0000 (21:29 +0000)]
Add Usb Directory to new build system.

svn path=/trunk/; revision=15615

18 years agoAdd Usb Directory to new build system.
James Tabor [Sat, 28 May 2005 21:28:11 +0000 (21:28 +0000)]
Add Usb Directory to new build system.

svn path=/trunk/; revision=15614

18 years agoremove soem warings for optimze build
Magnus Olsen [Sat, 28 May 2005 21:16:34 +0000 (21:16 +0000)]
remove soem warings for optimze build

svn path=/trunk/; revision=15613

18 years agoAdded vfatxlib support in the new build system
Aleksey Bragin [Sat, 28 May 2005 21:08:56 +0000 (21:08 +0000)]
Added vfatxlib support in the new build system

svn path=/trunk/; revision=15612

18 years agocheck see if the fix have alread be done
Magnus Olsen [Sat, 28 May 2005 20:21:07 +0000 (20:21 +0000)]
check see if the fix have alread be done
fix secon time right unix case

svn path=/trunk/; revision=15610

18 years agofix unix build
Martin Fuchs [Sat, 28 May 2005 20:07:55 +0000 (20:07 +0000)]
fix unix build

svn path=/trunk/; revision=15609

18 years agoremove duplicate file
Martin Fuchs [Sat, 28 May 2005 20:06:29 +0000 (20:06 +0000)]
remove duplicate file

svn path=/trunk/; revision=15608

18 years agoRemove unneeded files
Casper Hornstrup [Sat, 28 May 2005 19:47:04 +0000 (19:47 +0000)]
Remove unneeded files

svn path=/trunk/; revision=15607

18 years agoFix a warning.
Filip Navara [Sat, 28 May 2005 19:38:54 +0000 (19:38 +0000)]
Fix a warning.

svn path=/trunk/; revision=15606