-
meduzaza committed
May 29, 2015
-
Merge pull request #126 from kejkz/master
nagappan committedMay 22, 2015 Add back compatibility with 10.9
-
Add support for 10.9 pyobjc library
kejkz committedMay 22, 2015 -
kejkz committed
May 22, 2015
-
Merge pull request #123 from ppluciennik/master
nagappan committedMay 13, 2015 Reduce startup and shutdown time.
-
Merge pull request #124 from ppluciennik/improvement-focuschanged
nagappan committedMay 13, 2015 Added waitForFocusToMatchCriteria method.
-
fixup! Added waitForFocusToMatchCriteria method.
ppluciennik committedMay 13, 2015 -
Added waitForFocusToMatchCriteria method.
ppluciennik committedMay 13, 2015 -
Reduce startup and shutdown time.
ppluciennik committedMay 13, 2015
-
Merge pull request #121 from bzzzzzz/master
nagappan committedApr 14, 2015 Installation and crash fixes
-
crash in observerCallback fixed
bzzzzzz committedApr 13, 2015 -
crash in AXUIElement_getAttributes fixed
bzzzzzz committedApr 13, 2015 -
pyobjc-core, pyobjc-framework-Cocoa and pyobjc-framework-Quartz added…
bzzzzzz committedApr 13, 2015 … to package depencies in setup.py
-
Merge pull request #120 from bzzzzzz/master
nagappan committedApr 7, 2015 PEP-8 compability for atomac package
-
Made atomac module python code more PEP-8 without changing API.
bzzzzzz committedApr 7, 2015
-
Merge pull request #114 from harry5263/master
nagappan committedJan 6, 2015 Add drag and drop function to AXClasses.py
-
Add drag and drop function to AXClasses.py
harry5263 committedJan 6, 2015
-
Merge pull request #113 from SGarfinkel/master
nagappan committedDec 19, 2014 Functionality To Get Top-Most Elements by Position
-
sgarfinkel committed
Dec 18, 2014 -
Merge branch 'master' of https://github.com/SGarfinkel/pyatom
sgarfinkel committedDec 18, 2014 -
sgarfinkel committed
Dec 18, 2014 -
Added hit testing support. See getElementAtPosition()
sgarfinkel committedDec 18, 2014
-
Merge pull request #103 from mpichlin/issue-102/1
nagappan committedOct 21, 2014 Issue #102: Force remap in guiexist.
-
Issue #102: Force remap in guiexist.
mpichlin committedOct 21, 2014 Forcing remap of application objects will avoid returning 1 for gui which has dissapeared.
-
Merge pull request #101 from mpichlin/issue-99/1
nagappan committedSep 19, 2014 fixup! Issue #99: generatekeyevent should send events to the system.
-
fixup! Issue #99: generatekeyevent should send events to the system.
mpichlin committedSep 19, 2014 Keep API consistent.
-
Merge pull request #100 from mpichlin/issue-99/1
nagappan committedSep 18, 2014 Issue #99: generatekeyevent should send events to the system.
-
Issue #99: generatekeyevent should send events to the system.
mpichlin committedSep 18, 2014 Sending keyboard events to the system is the best way of simulating user interaction via keyboard. System is dispatching the evenets to the focused application. Sometimes focused application may not be the front most application.
-
Merge pull request #98 from andrusha/master
nagappan committedSep 9, 2014 Added mapping for <ctrl> to <control>
-
Added mapping for <ctrl> to <control>
andrusha committedSep 9, 2014
-
Merge pull request #96 from ldtp/master
nagappan committedJul 30, 2014 generatemouseevent API reworked by Opera team
-
generatemouseevent API reworked by Opera team
nagappan committedJul 30, 2014 Copyright (C) 2013 Opera Software ASA. All rights reserved. This file is an original work developed by Opera Software ASA """This file contains an override for atomac.ldtp's generatemouseevent. The Mac implementation lacks several types, these are implemented here, along with the those that are already supported, so this library can function as a drop-in replacement.""" Thanks Sigbjørn Vik <sigbjorn@opera.com> for their contribution
-
Ignore .idea and scripts folder
nagappan committedJul 30, 2014