Skip to content

Commit

Permalink
Updated to LiteStep 0.24.8 Final. [#29 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Mar 17, 2009
1 parent 943e3d7 commit 1bd1b2a
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 111 deletions.
40 changes: 37 additions & 3 deletions LS/changes.txt
@@ -1,6 +1,8 @@
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LiteStep 0.24.8
Changelog

Copyright (c) 2009 The LiteStep Development Team
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

-- CHANGES SINCE 0.24.7 --------------------------------------------------------
Expand Down Expand Up @@ -32,9 +34,12 @@
navigation bars, or Instant Messenger's contact list window. Appbars may
also cause the work area to be changed.

- Changed bang !alert messagebox caption to "!Alert Litestep" to make apparent
- Changed bang !alert messagebox caption to "!Alert LiteStep" to make apparent
what generated the messagebox.

- Changed bang !confirm messagebox caption to "!Confirm LiteStep" to make
apparent what generated the messagebox.

- Fixed error handling when encountering invalid If/ElseIf syntax.

- Now checks for ElseIf following Else directive and skips conditional block
Expand All @@ -47,6 +52,9 @@

- Added Win2003 platform variable.

- Added support for "Windows 2003" OS version string in the !about dialog's
System Information page.

- Fixed semicolon following ELSE or ENDIF statement from breaking parser.

- Command line !bang handler now allows running LS instance to set foreground
Expand All @@ -67,12 +75,38 @@
- Now using DeferWindowPos in Show/Hide/ToggleModules bang commands. This
allows for "apparent" instant showing/hiding of all module windows.

- Improvements to LSAutoHideModules.
- Greatly improved LSAutoHideModules support. It now correctly detects any
full screen application on the primary monitor correctly and hides or shows
all modules accordingly (when it is enabled).

- Added a more specific error message when failing to load a module because of
unresolved dependencies.

- Targeting libpng 1.2.29 and zlib 1.2.3.
- Fixed several Startup Runner issues.

- Fixed the Step.rc Evaluation Parser's abs() function from converting the
input to an integer. Now abs(-1.23) will return 1.23 instead of 1.

- Fixed LiteStep from shutting down too early if an application blocks the
shutdown process which would leave the user with an empty desktop.

- Fixed !about dialog's font display under Windows 95.

- Fixed several API bugs: NULL paramater crash in RemoveBangCommand() and
invalid message format for LM_GETMINRECT and LM_APPCOMMAND.

- Updated German language strings.

- Updated the !about dialog's System Information page to show >2GB of memory
statistics if needed and to show partial gigabytes.

- Fixed hook.dll implementation.

- Added LiteStep version resource information to hook.dll.

- Brought the VC7.1 and MinGW build files up to date.

- Targeting libpng 1.2.35 and zlib 1.2.3.

- Many other incremental fixes and code cleanup changes... Thanks for reading.

Expand Down
Binary file modified LS/hook.dll
Binary file not shown.
Binary file modified LS/libpng13.dll
Binary file not shown.
Binary file modified LS/litestep.exe
Binary file not shown.
Binary file modified LS/lsapi.dll
Binary file not shown.

0 comments on commit 1bd1b2a

Please sign in to comment.