pywinauto/pywinauto
2010-04-03 05:55:40 +00:00
..
controls * My references to PIL.ImageGrab were incorrect, PIL add's it's module directly to the module path, so it should just be referenced by ImageGrab and not PIL.ImageGrab 2010-02-23 12:57:34 +00:00
tests * Removed DeprecationWarning on import Sets, but still kept Python 2.3 compatibility 2009-02-24 22:54:35 +00:00
unittests * Remove app from constructor of WindowSpecification 2010-02-10 22:38:56 +00:00
__init__.py * Add WindowSpecification and Application as attributes of pywinauto (so application should not need to be imported) 2010-02-10 22:44:00 +00:00
application.py * Simplify slightly the code within the Wait method. There are no functional changes. 2010-04-03 05:55:40 +00:00
clipboard.py * add the EmptyClipboard() function as requested by tocer (http://sourceforge.net/users/tocer/) in SourceForge issue 2937981. 2010-02-23 12:27:00 +00:00
controlproperties.py * Added missing file 2009-11-21 10:46:55 +00:00
findbestmatch.py * Use has_title instead of can_be_label to check if the control has text that can be used for identifying it 2009-03-15 18:45:55 +00:00
findwindows.py * Removed the restriction to only get the active windows for the process, now it will be possible to get the active windows, even if a process is not specified. From http://msdn.microsoft.com/en-us/library/ms633506%28VS.85%29.aspx it gets the active window for the foreground thread. 2009-08-03 22:52:34 +00:00
fuzzydict.py Added - not used yet - but will be 2006-03-20 20:31:52 +00:00
handleprops.py * Use 'SendMessageTimeout' to get the text of a window. (SendMessage will hang if the application is not processing messages) 2010-02-23 12:51:28 +00:00
SendKeysCtypes.py * Handle newlines correctly 2009-11-21 13:06:57 +00:00
taskbar.py Added - should have been added previously! 2006-03-06 20:33:02 +00:00
timings.py * Changed Timings.Fast to be a little less aggressive 2009-03-15 18:01:30 +00:00
win32defines.py * Added the constant for a windows function wait timing out 2009-03-15 03:33:35 +00:00
win32functions.py * add the EmptyClipboard() function as requested by tocer (http://sourceforge.net/users/tocer/) in SourceForge issue 2937981. 2010-02-23 12:27:00 +00:00
win32structures.py Added mid_point to Rectangle and TVHITTESTINFO structure 2006-07-28 19:20:58 +00:00
XMLHelpers.py * Merged in the 'waitbranch' branch 2007-04-10 15:35:49 +00:00