_   _   _         _ _                    __  ____    _____     __  ____ 
   //_ //_ //_ __    ////_ _ _ _ _ _ _ _ _  /__\/ __/\  / / _ \   /__\/ __/ 
  /_ // _// _//_ \o ////////////////////// //_// __/\ \/ /||_||  //_// __/  
 //// \_/ \_// __/o/////____//____//____/o/___/\__/  \__/ \___/o/___/___/   
            /_/
_________.                                _______________________________.
[dev0.de]                                 [datenschutz] [contact/imprint]
____________________________________.                  __________________.
[root] [history] [design] [products]                   [links] [treeview]

(1999/october/22)
ls-bin-19991022-murphy.zip - complete compile of 1999/10/22 (~126kb)
ls-src-19991022-murphy.zip - complete source of 1999/10/22 (~415kb)
ls-impgfx-19991021.zip - importfilter for png, tif, tga, jpg and pic
                                                                (~177kb)
ls-imppng-19991021.zip - importfilter  only for png (~72kb)

changes:
- all features of cvs-build 1999/10/22.
- with bitmap-importfilter in lsapi.dll
- key support for TAB, PAUSE and APPS key
- popup-icons can be placed with POPUPTEXTOFFSET from edge
- fixed cursormovement in popup. the submenus don't open automatically
  when moved with cursors. with mouse the will, but you need to press
  the left mousebutton, when using key before.
- return/enter opens now the subfolders correctly

infos for the importfilter functions:
- when i got new specifications for imagefilters done, this thingy will
  float in the cvs... ;)
- you need my special build... :( sorry no cvs yet...

(1999/september/23)
ls-bin-19990923-murphy.zip - complete compile of 1999/09/23 (~123kb)
ls-src-19990923-murphy.zip - complete source of 1999/09/23 (~410kb)
ls-impgfx-19990830.zip - importfilter for pcx, rle, gif and jpg (~134kb)

changes:
- all features of cvs-build 1999/09/23.
- with bitmap-importfilter in lsapi.dll
- key support for TAB, PAUSE and APPS key
- popup-icons can be placed with POPUPTEXTOFFSET from edge
- fixed cursormovement in popup. the submenus don't open automatically
  when moved with cursors. with mouse the will, but you need to press
  the left mousebutton, when using key before.
- return/enter opens now the subfolders correctly
- NO !HELP command. if anybody wants it and finds it useful, write
me a mail.

(1999/august/30)
ls-bin-19990830-murphy.zip - complete compile of 1999/08/30 (~122kb)
ls-src-19990830-murphy.zip - complete source of 1999/08/30 (~408kb)
ls-impgfx-19990830.zip - importfilter for pcx, rle, gif and jpg (~134kb)

there is a new imagefilter system running now, the old imagefilter will
crash with this build!

changes:
- all features of cvs-build 1999/08/30.
- with bitmap-importfilter in lsapi.dll
- key support for TAB, PAUSE and APPS key
- popup-icons can be placed with POPUPTEXTOFFSET from edge
- fixed cursormovement in popup. the submenus don't open automatically
  when moved with cursors. with mouse the will, but you need to press
  the left mousebutton, when using key before.
- return/enter opens now the subfolders correctly
- !HELP command for calling help for !bangcommands (very unstable and
  resource leeking) (ex: !HELP POPUP)

(1999/august/18)
new popup.dll and hotkey.dll for build 1999/august/18.
download them here (~39kb).

changes:
- no importfilter support (sorry, but in development)
- key support for TAB, PAUSE and APPS key
- popup-icons can be placed with POPUPTEXTOFFSET from edge
- NoPopupWithWinKey kill popping up the popup when pressing 'Win'
- fixed cursormovement in popup. the submenus don't open automatically
  when moved with cursors. with mouse the will, but you need to press
  the left mousebutton, when using key before.
- return/enter opens now the subfolders correctly

--snipsnip--
example of step.rc:
; kill winkey
NoPopupWithWinKey
; runs systems properties
*Hotkey Win Pause rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
; runs control panel
*Hotkey Win TAB rundll32.exe shell32.dll,Control_RunDLL
--snipsnip--

(1999/july/4)
download new litestep build here (~110kb).
it is based on the 1999/july/4 cvs. here are also the sources.

it features all modifications of my special builds and the new features
of the cvs ;-)
i will also post next time a .png importfilter! the old importfilter
should function.

(1999/may/30)
new lsapi.dll and popup.dll
download dll's here: ls-bin-19990530-murphy.zip (~24kb)
imagefilter-example (rle, gif, jpg and pcx): ls-impgfx-19990530.zip
                                                                (~134kb)

changes:
- added bitmap-importfilter to lsapi.dll

--snipsnip--
example of step.rc:
LoadModule c:\programs\ls024\loadgfx.dll
; The importfilters must be the first LoadModule!
LoadModule c:\programs\ls024\shortcut.dll
...

*Wharf Tasks wharf_folder.png|wharf.png !WharfTasks
*Wharf "BurnClock" wharf.png @c:\programs\ls024\burnclk.dll
*Wharf "Toggle Fire" wharf.png !ToggleFire animated
--snipsnip--

informations:
the importfilter is only a first test. the importfilters can be used
in all bitmap specifications in the ls-core and all modules that use
the lsapi to load bitmap's!

(1999/may/27)
examples for new popup.dll and lsapi.dll
example 1 (~15kb), example 2 (~13kb) and example 3 (~9kb)
download new dll's (~23kb)

changes:
- added .icon=[iconfile] to popup.dll (example see below) for setting
  icons to bang commands and folders
- added PopupUseDesktopIni to popup.dll
- added PopupTaskDefaultIcon to popup.dll for tasks/windows without icon
- added PopupEmptyDefaultIcon to popup.dll for empty folders/popup's

- extended lsapi loadlsicon function to load icl's in image-path and
  loading of desktop.ini icons
- fixed bug in lsapi in bangabout function

--snipsnip--
example of step.rc:
PopupDefaultIcon default.ico
PopupEmptyDefaulIcon empty.ico
PopupTaskDefaultIcon .extract=c:\icons\d_start.icl,4

PopupUseDesktopIni
*Popup "Start Menu" !PopupFolder:"c:\win95\Startmenü\Programs"
*Popup .icon=d_mico.icl,2 Bangcommands Folder
        *Popup .icon=d_mico.icl,10 About !About Detailed
        *Popup .icon=d_mico.icl,6 Step.rc winvi32.exe c:\ls024\step.rc
        *Popup .icon=d_mico_recycle.ico Recycle !Recycle
        *Popup .icon=d_mico.icl,24 Logoff !Logoff
        *Popup "Shutdown Menu" !Shutdown
        *Popup .icon=.extract=c:\icons\Bomberman.icl,4 Quit !Quit
*Popup ~Folder
*Popup .icon=.extract=c:\icons\d_cyber.icl,5 Tasks !PopupTasks
--snipsnip--

problems with old popup step.rc entries before this build:
NONE this routine's are full compatible to older ls-builds!