Amun is a windows hiding program that allows the user to make rules based on hotkeys and hide specific windows with these hotkeys.
Amun allows total confidence in the privacy of your computer, as all chosen windows may be hidden at the press of a button.
I will answer any questions how anything is done, and please report any bugs you may find. Thanks!
The entirety of this program is written in AHK.
A big thank you go to Sean and tonne on the ahk forums for help with this.
Also special mention to Adam Mustill, Nick Kindrat, Hannah Babiker, Eleanor King and Richard Fong for beta testing.
Thanks to SoggyDog, Thalon and TotalBalance
Download v1.45 from the link below and enjoy:
http://www.autohotkey.net/~tic/Amun-1.45.exe
If on Win2000 or lower you may need gdiplus.dll to see the target mode cursor:
http://www.autohotkey.net/~tic/gdiplus.dll
Changelog:
v1.45 - Fixed bugs with hiding windows getting added to the hidden list. Fixed bug with number of windows not showing on tray tip. Fixed error message due to attempting to turn of hotkey that had not been previously set.
v1.44 - Completely rewritten source code. Target mode cursor has been changed. Application is now portable for usb disks
v1.39 - Fixed problem in installer where under some circumstances multiple gui may be present. Added the option to shut down old version if running in installer. Fix speed issue in main program, where windows will hide/show slowly if main window is open and mouse is hovered over it, due to wm_mousemove
v1.38 - Target mode would no longer work when the field was currently empty. Renaming from ctrl, alt, shift to ^!+ would be overwritten and give error when unchecking a rule. Fixed spelling mistake in help file.
v1.37 - Fixed problem where icon would not be shown if old icon location no longer exists. Improved icons
v1.36 - More visual improvements. Improved context menu on main listview and hidden listview. Improved icons. Updated help file. Added minimize to tray on startup. Improved speed and size of code. Removed toolwindow as there was a z-ordering bug that would send amun 1 back in the z-order when minimizing a window in front of it.
v1.32 - Added context menu to main listview and hidden listview. Fixed uninstaller, where some files will not be deleted. Fixed small bug, so [ and ] cannot be used in names as they ruin the ini format. Other small cosmetic changes.
v1.30 - Correctly informs user if an existing hotkey is present with same name as new one, and also gives the label of said hotkey.
v1.29 - Flickering should be prevented on a windows reappearing. Main window now says CTRL, ALT, SHIFT instead of ^,!,+ respectively for ease of use. Installer uses temp folder for less restrictive access rights. apparent startup of program should now be halved
v1.26 - Hiding windows from the hidden list updates the number of hidden windows as well. Number of hidden windows better handled for system tray hover. Removed sleep after hide/show as it appears unnecessary now. Improved appearance of splash screen on installer. Installer ads to windows add/remove programs list in control panel.
v1.25 - Added new List Hidden feature, allowing the user to view all currently hidden titles, and be able to show/close them individually. Added option to go into standalone Hidden List without main GUI from system tray. Updated help file. Added option to show all hidden windows on program exit. Small fixes with GUIs owning in installer. Small bug fix on hovername on system tray updating itself if unchanged on new version.
v1.23 - Main window restores better from tray. Show Number of hidden windows is enabled by default on first startup. Closing The about box handles correctly.
v1.22 - Fixed a large issue with Hide new windows not working correctly. Added an About giving credit. Added the ability to see how many windows are currently hidden on tray tip.Amun cannot hide itself now. Also added a complete help file!
v1.19 - Who would have though that one " in the wrong place would make such a diffference? That's what happens when you're in a rush to release. Now the desktop doesnt get hidden with every rule!
v1.18 - Made it so that if you select the desktop in target mode, or type Program Manager as a rule, then it will hide your icons on the desktop rather than the entire desktop. Fixed the antifreeze tooltip to not say enabled by default. Fixed minor bug where image of sys tray icon will not be shown in the options window. Also slightly altered icon for the installer/uninstaller so a difference can be made between the main program.