Skip to content

Commit

Permalink
fix bug causing cmdtab to stop remembering new window activations
Browse files Browse the repository at this point in the history
fix crash when invoked with 0 windows
remove show delay and "ignore minimized" non-feature
change icon to vibrant blue to suit both light and dark themes
ensure msgbox gets kbd focus
some code cleanup
remove comments
  • Loading branch information
stianhoiland committed Dec 12, 2024
1 parent 5a94b63 commit 61d5fa4
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 258 deletions.
Binary file modified res/cmdtab.ico
Binary file not shown.
10 changes: 5 additions & 5 deletions res/cmdtab.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3FL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,17 +19,17 @@
{
BLOCK "040904B0"
{
VALUE "Comments", "N/A"
VALUE "Comments", "N/A"
VALUE "CompanyName", "Stian Gudmundsen Høiland"
VALUE "FileDescription", "macOS-style Alt-Tab window switcher alternative"
VALUE "FileVersion", "1.5"
VALUE "FileVersion", "1.5.1"
VALUE "InternalName", "cmdtab"
VALUE "LegalCopyright", "Copyright (C) 2023 Stian Gudmundsen Høiland"
VALUE "LegalTrademarks", "N/A"
VALUE "OriginalFilename", "cmdtab.exe"
VALUE "PrivateBuild"; "N/A"
VALUE "ProductName", "cmdtab"
VALUE "ProductVersion", "1.5"
VALUE "ProductVersion", "1.5.1"
VALUE "SpecialBuild", "N/A"
}
}
Expand Down
Loading

0 comments on commit 61d5fa4

Please sign in to comment.