Lexikos 59f219a111 Fixed `Class(X)` to not call __Init (inherited from X) on the new class. 1 month ago
..
lib b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
lib_pcre df84a3e902 Merge branch 'v1.1' into alpha 1 year ago
libx64call 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 year ago
resources df84a3e902 Merge branch 'v1.1' into alpha 1 year ago
scripts 3a3f6b96d2 Fixed manifest to disable UAC installer detection heuristics. 9 years ago
AutoHotkey.cpp df84a3e902 Merge branch 'v1.1' into alpha 1 year ago
Debugger.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
Debugger.h 08e937138a Merge branch 'master' into alpha 1 year ago
DispObject.h c3a4f54e4b Add AutoHotkeyLib IDispatch interface 1 year ago
KuString.h 84b2a5a25a Added support for -d (stack depth) option in the debugger. 5 years ago
MdFunc.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
MdFunc.h 1064948504 Convert Gui 1 year ago
MdType.h 4feb0ddd33 Rename "ui" types to "u" 9 months ago
SimpleHeap.cpp 65d6498ddf Remove null checks where operator new can't return null 2 years ago
SimpleHeap.h 874a0e2865 Changed small/load-time SimpleHeap allocations to exit app on failure. 3 years ago
StrRet.h a3630b2638 Convert ImageSearch, PixelSearch, PixelGetColor 1 year ago
StringConv.cpp aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 years ago
StringConv.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 years ago
TextIO.cpp fa65dd671b Merge branch 'master' into alpha 1 year ago
TextIO.h b136d84ec3 Remove obsolete function declarations 1 year ago
WinGroup.cpp 3ee85b8cb8 Merge branch 'master' into alpha 1 year ago
WinGroup.h 3ee85b8cb8 Merge branch 'master' into alpha 1 year ago
abi.h c961c7968e Fix optl<int>/optl<BOOL> = 0 to not act as nullptr (omit) 1 year ago
ahklib.cpp 89821ca30c Remove ACT_THROW 8 months ago
ahklib.idl cc423faf31 Add Lib.OnProblem 1 year ago
ahkversion.cpp 4dc83d636e Set AHK_VERSION automatically based on git describe 2 years ago
ahkversion.h db957ac40b Fixed (non-string) file version number for AutoHotkey binaries. 1 year ago
application.cpp 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 7 months ago
application.h 8b2fe9d48a Reduced CPU usage of paused threads (by perhaps 0.04%). 9 months ago
clipboard.cpp 7f2ccf9936 Make most Clipboard errors continuable 1 year ago
clipboard.h ac148cbe69 Remove unused Clipboard::Contents() 1 year ago
config.h 273ebd8f43 Removed obsolete Windows 9x/NT4 support code. 4 years ago
cpp.hint b136d84ec3 Remove obsolete function declarations 1 year ago
debug.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 years ago
defines.h 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 7 months ago
error.cpp 211ef50ccd Fixed throw() within Catch to re-throw. 1 month ago
globaldata.cpp 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 7 months ago
globaldata.h 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 7 months ago
hook.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
hook.h c175fa7fcd Change LPTSTR parameters to LPCTSTR for input_type 1 year ago
hotkey.cpp 9b4b8fe071 Optimized auto-replace hotstrings to replace only the necessary portion. 5 months ago
hotkey.h 45f73c0ab1 Merge branch 'v1.1' into v2.0 10 months ago
input_object.cpp 61b578cd78 Added validation to InputHook's On property setters. 1 year ago
input_object.h 61b578cd78 Added validation to InputHook's On property setters. 1 year ago
keyboard_mouse.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
keyboard_mouse.h 42145145bb Added support for left/right modifiers in {Blind}, as in {Blind<^}. 8 months ago
map.h 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 year ago
os_version.cpp aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 years ago
os_version.h cb1ac7588a Merge branch 'master' into alpha 2 years ago
pch.cpp f29120ac0f Revise optimization and PCH in project settings 1 year ago
pch_min.cpp f29120ac0f Revise optimization and PCH in project settings 1 year ago
qmath.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 years ago
script.cpp 73e7765992 Added rudimentary struct pointers (StructFromPtr). 1 month ago
script.h 73e7765992 Added rudimentary struct pointers (StructFromPtr). 1 month ago
script2.cpp b47eb37a5a Fix logic 1 month ago
script_autoit.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
script_com.cpp 7246d48c67 Fixed some ambiguity with COM calls, such as x.y acting as x.y(). 8 months ago
script_com.h df84a3e902 Merge branch 'v1.1' into alpha 1 year ago
script_expression.cpp 09d37172fa Fixed `static var := unset`. 3 months ago
script_func_impl.h b0ae85dc08 Add type validation to all users of _f_param_string macros 1 year ago
script_gui.cpp e839ac62da Merge branch 'v2.0' into alpha 1 month ago
script_menu.cpp 2a836cf281 Changed Menu Add to compare strings ordinally, ignoring locale. 4 months ago
script_object.cpp 59f219a111 Fixed `Class(X)` to not call __Init (inherited from X) on the new class. 1 month ago
script_object.h 59f219a111 Fixed `Class(X)` to not call __Init (inherited from X) on the new class. 1 month ago
script_object_bif.cpp 73e7765992 Added rudimentary struct pointers (StructFromPtr). 1 month ago
script_registry.cpp aa96637038 Optimize IniEncodingFix 1 year ago
stdafx.h fec968c3a6 Change _WIN32_WINNT from 0x0502 to 0x0600 (Vista) 4 years ago
util.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 1 month ago
util.h 453473aee2 Merge branch 'v2.0' into alpha 4 months ago
var.cpp 394e9216ce Merge branch 'v2.0' into alpha 8 months ago
var.h 453473aee2 Merge branch 'v2.0' into alpha 4 months ago
window.cpp 394e9216ce Merge branch 'v2.0' into alpha 8 months ago
window.h 394e9216ce Merge branch 'v2.0' into alpha 8 months ago
x86call.asm 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 year ago