Lexikos fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
..
lib 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
lib_pcre 69b9794bbe Fixed RegEx callouts which lack a function name, such as `(?C)`. 1 bulan lalu
libx64call 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 tahun lalu
resources df84a3e902 Merge branch 'v1.1' into alpha 1 tahun lalu
scripts 3a3f6b96d2 Fixed manifest to disable UAC installer detection heuristics. 9 tahun lalu
AutoHotkey.cpp df84a3e902 Merge branch 'v1.1' into alpha 1 tahun lalu
Debugger.cpp 75641bf231 Fix context_get repeating properties of a previous object 2 minggu lalu
Debugger.h f47e330ae7 Fix VAR_VIRTUAL_OBJ vars in debugger 2 minggu lalu
DispObject.h c3a4f54e4b Add AutoHotkeyLib IDispatch interface 1 tahun lalu
KuString.h 84b2a5a25a Added support for -d (stack depth) option in the debugger. 5 tahun lalu
MdFunc.cpp 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
MdFunc.h 1064948504 Convert Gui 1 tahun lalu
MdType.h 4feb0ddd33 Rename "ui" types to "u" 10 bulan lalu
SimpleHeap.cpp 65d6498ddf Remove null checks where operator new can't return null 2 tahun lalu
SimpleHeap.h 874a0e2865 Changed small/load-time SimpleHeap allocations to exit app on failure. 3 tahun lalu
StrRet.h a3630b2638 Convert ImageSearch, PixelSearch, PixelGetColor 1 tahun lalu
StringConv.cpp aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 tahun lalu
StringConv.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 tahun lalu
TextIO.cpp fa65dd671b Merge branch 'master' into alpha 1 tahun lalu
TextIO.h b136d84ec3 Remove obsolete function declarations 1 tahun lalu
WinGroup.cpp 3ee85b8cb8 Merge branch 'master' into alpha 1 tahun lalu
WinGroup.h 3ee85b8cb8 Merge branch 'master' into alpha 1 tahun lalu
abi.h c961c7968e Fix optl<int>/optl<BOOL> = 0 to not act as nullptr (omit) 1 tahun lalu
ahklib.cpp 336c9feb21 Changed &ByRef parameters to permit any object with a __value property. 1 bulan lalu
ahklib.idl cc423faf31 Add Lib.OnProblem 1 tahun lalu
ahkversion.cpp 4dc83d636e Set AHK_VERSION automatically based on git describe 2 tahun lalu
ahkversion.h db957ac40b Fixed (non-string) file version number for AutoHotkey binaries. 1 tahun lalu
application.cpp 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 8 bulan lalu
application.h 8b2fe9d48a Reduced CPU usage of paused threads (by perhaps 0.04%). 10 bulan lalu
clipboard.cpp 7f2ccf9936 Make most Clipboard errors continuable 1 tahun lalu
clipboard.h ac148cbe69 Remove unused Clipboard::Contents() 1 tahun lalu
config.h 273ebd8f43 Removed obsolete Windows 9x/NT4 support code. 4 tahun lalu
cpp.hint b136d84ec3 Remove obsolete function declarations 1 tahun lalu
debug.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 tahun lalu
defines.h 509eb7fdf1 Changed debugger to return inherited and own properties together. 3 minggu lalu
error.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
globaldata.cpp 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 8 bulan lalu
globaldata.h 6a9076c167 Fixed Gui.Prototype.OnMessage to set A_EventInfo the same as OnMessage. 8 bulan lalu
hook.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
hook.h c175fa7fcd Change LPTSTR parameters to LPCTSTR for input_type 1 tahun lalu
hotkey.cpp 9fca4e21e0 Merge branch 'v2.0' into alpha 1 bulan lalu
hotkey.h 45f73c0ab1 Merge branch 'v1.1' into v2.0 10 bulan lalu
input_object.cpp 61b578cd78 Added validation to InputHook's On property setters. 1 tahun lalu
input_object.h 61b578cd78 Added validation to InputHook's On property setters. 1 tahun lalu
keyboard_mouse.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
keyboard_mouse.h 42145145bb Added support for left/right modifiers in {Blind}, as in {Blind<^}. 8 bulan lalu
map.h 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 tahun lalu
os_version.cpp aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 tahun lalu
os_version.h cb1ac7588a Merge branch 'master' into alpha 2 tahun lalu
pch.cpp f29120ac0f Revise optimization and PCH in project settings 1 tahun lalu
pch_min.cpp f29120ac0f Revise optimization and PCH in project settings 1 tahun lalu
qmath.h aaec6fb606 Converted all source files to UTF-8 (with BOM) from CP1252. 8 tahun lalu
script.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
script.h 9274b6eda5 Added `Error.Prototype.Show(Mode?)`. 2 minggu lalu
script2.cpp f5503fef93 Replace dynamic_cast<VarRef*>() with Base check (faster, smaller) 1 bulan lalu
script_autoit.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 2 bulan lalu
script_com.cpp 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
script_com.h b55b93a945 Added ComValueRef.Prototype.__Value as an alias of __Item. 1 bulan lalu
script_expression.cpp 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
script_func_impl.h b0ae85dc08 Add type validation to all users of _f_param_string macros 1 tahun lalu
script_gui.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
script_menu.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
script_object.cpp 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
script_object.h 5cc417c7ce Revise use of Object::GetOwnProp 2 minggu lalu
script_object_bif.cpp 73e7765992 Added rudimentary struct pointers (StructFromPtr). 1 bulan lalu
script_registry.cpp aa96637038 Optimize IniEncodingFix 1 tahun lalu
stdafx.h fec968c3a6 Change _WIN32_WINNT from 0x0502 to 0x0600 (Vista) 4 tahun lalu
util.cpp b7f08a0ac0 Merge branch 'v2.0' into alpha 2 bulan lalu
util.h 453473aee2 Merge branch 'v2.0' into alpha 5 bulan lalu
var.cpp 99cc57d003 Fix `byref_object++` 1 bulan lalu
var.h 8c78a41d74 Added Object.Prototype.Props(). 3 minggu lalu
window.cpp fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
window.h fa7a3e1d5f Merge branch 'v2.0' into alpha 2 minggu lalu
x86call.asm 9ad6d1db70 Add mechanism for separating script ABI from function implementation 1 tahun lalu