Fixed gesture cancel replay end mouse position - Was one pixel off
Removed acActivateWindowAtGestureStart() - acActivateWindow() performs the same functionality.
Added basic acSendMessage() and acPostMessage() - wParam and lParam only accept integers at the moment - Will look at passing structures via Lua at a future date
Added acShowIgnoreList() - Show the ignored window list dialog
Renamed acShowConfig() - To acShowActions()
Added error message if Lua script fails - A message box will appear with the error reported by Lua - Followed by another message box with the actual script
Changed default process priority to Above Normal - Still changes to High while drawing.