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