Commit Graph

401 Commits

Author SHA1 Message Date
markm
136d69be7c * Increased the version number to 3.7 to be ready for the next release
* Complete overhaul of toolbar button wrapping and actions - still not perfect but a lot more functional then it was
 * Allowed Rectangles to be passed to Click etc for Coords
 * Changed the default timing for button presses to .01 from .001 (seemed in my testing that clicks could happen too fast)
 * Added two consatants to win32defines.txt
 * Added newline to setup.py
2007-03-12 20:58:33 +00:00
markm
bb0f50d66d * Implemented setuptools reference (thanks to Dalius Dobravolskas
* Fixed the bug where setup.py could not be run from any other folder then the folder it was in
 * Added a check for ctypes and SendKeys after installation to be able to remind users that they need to have those modules installed (at the moment it can only warn of one - not both!
2007-03-08 19:02:30 +00:00
markm
9ea1e9a983 * Added functionality to allow working with list view items by specifying a string rather than having to always specify an index. (String is converted to an index - so working with indices would be more efficient. 2007-02-28 21:48:35 +00:00
markm
59f6e3bbf7 * Fixed a bug where process handle was not being released by _RemoteMemoryBlock on deletion.
* Refactored the code a little bit also (moved contents from __del__ method to CleanUp method)
 * fixed some minor formatting issues
2007-02-26 17:56:37 +00:00
markm
fb5b3f3bc1 * Added code to support only finding windows that are 'active' 2007-02-15 02:17:48 +00:00
markm
ab2ac3bdf0 * Added code to support only finding windows that are 'active' 2007-02-15 02:17:17 +00:00
markm
7d1324276f * Added support for selecting tree view items based on their path. 2007-02-15 02:16:22 +00:00
markm
8ce20670be Added Basic handling for the mouse wheel. 2007-01-30 20:36:40 +00:00
micklweiss
b4c9d15de2 added Pywinauto Recorder code (taken out of the ClamWin svn and updated a bit) 2006-12-05 08:40:31 +00:00
markm
af32879ee3 Adding some files I am working on. 2006-11-30 00:01:47 +00:00
markm
c6cefe31b6 Added GetCursorPos function and removed a commented out print line 2006-11-30 00:01:03 +00:00
markm
34ff442492 Needed to fix some recursive getattr/setattr problems - so accessing through the class rather then through the instance 2006-11-30 00:00:23 +00:00
markm
e1d67bbbd4 Added missing updates 0.3.6 2006-07-31 12:11:54 +00:00
markm
111356ac30 Update for change in documentation root 2006-07-31 11:53:37 +00:00
markm
fcc3851d3c Updated version 2006-07-28 20:04:22 +00:00
markm
04b7b7a30a Added latest release information 2006-07-28 20:02:46 +00:00
markm
54b5e89b62 Tiny modifications 2006-07-28 20:02:24 +00:00
markm
14542af0ca Removed superfluous print statement 2006-07-28 19:48:02 +00:00
markm
fd22e7d929 Fixed listcontrol select test 2006-07-28 19:47:42 +00:00
markm
4505764da2 tiny update to style test 2006-07-28 19:46:51 +00:00
markm
85dfbaeb4d Added Scroll() 2006-07-28 19:43:05 +00:00
markm
3e33040f15 Added parameter to _treeview_item.Rectangle() to have an option to get the Text rectangle of the item. And defaulted to this.
Added _treeview_item.Click() method to make it easy to click on tree view items.
Also fixed a bug in TreeView.GetItem() that was expanding items when it shouldn't.
2006-07-28 19:24:19 +00:00
markm
4a20900198 Added mid_point to Rectangle and TVHITTESTINFO structure 2006-07-28 19:20:58 +00:00
markm
5cbdc500e9 Minor update to the documentation (fixing a broken RST link) 2006-07-28 19:20:22 +00:00
markm
e8e97da339 Fixed spelling mistake in timeout 2006-07-14 16:16:33 +00:00
markm
27e7fb639c Fixed issue where case insensitive matches were matching too well 2006-07-14 16:13:59 +00:00
markm
874110e36a Slight changes to the Slow timing settings 2006-07-14 16:12:36 +00:00
markm
51f981137f Added link to ctypes download page
Also updated importing reference as it was wrong (import pywinauto.application rather then application)
2006-07-14 15:56:16 +00:00
markm
a54af6cab8 Updated URL to ShowMeDo 2006-07-14 15:52:41 +00:00
markm
5fc66f74fd re-created documentation and fixed UnicodeEncoding errors 0.3.5 2006-05-25 17:38:16 +00:00
markm
70e54e9aa4 Adding Getting started Doc 2006-05-24 18:33:37 +00:00
markm
9dd4006085 Various minor changes 2006-05-24 17:43:21 +00:00
markm
95b24c4d14 Optimized some Rectangle property access. 2006-05-08 18:44:11 +00:00
markm
c3bf694038 Merged changes from MetaClassWrapping branch 2006-05-05 14:05:32 +00:00
markm
d9c4e758ec Added some of the changes 2006-05-05 13:43:18 +00:00
markm
92c2f6fcb6 Updated the sample files 2006-05-05 13:27:53 +00:00
markm
062105ede4 Final changes for 0.3.4 release 0.3.4 2006-04-25 21:19:23 +00:00
markm
a3d9ef9081 Final part of Object renaming 2006-04-25 20:46:03 +00:00
markm
0139ecf371 Some caching for optimization 2006-04-25 20:45:17 +00:00
markm
61b73a783f Updated UpDown classs name 2006-04-25 20:43:09 +00:00
markm
79ba943a58 Mini comment changes 2006-04-25 20:42:53 +00:00
markm
ef3847b7ac Minor test changes 2006-04-25 20:41:13 +00:00
markm
b47e38f3b1 Updated PrintControlIdentifiers so that it would print disambiguated control names. This highlighted that I needed to split out part of findbestmatch.get_control_names and that I needed a __hash__ method for HwndWrapper objects. 2006-04-25 11:38:42 +00:00
markm
89fac02f13 Updated documentation for upcoming release 2006-04-25 11:37:20 +00:00
markm
4ee85bcad7 Latest ctypes does not have stdcall - so commented out the Keyboard functions - which I wasn't using anyway. 2006-04-25 10:17:27 +00:00
markm
c3212c158e Updated documentation for 0.3.3 release 0.3.3 2006-04-19 20:47:35 +00:00
markm
1fd51fa091 Added some items for 0.3.3 release 2006-04-18 23:30:18 +00:00
markm
dd573eade1 Commented out deprecated methods, added Application.kill_() method 2006-04-18 23:29:58 +00:00
markm
8127e07813 Added information for GetWindowState 2006-04-18 23:24:16 +00:00
markm
1afebab40f Added some more timings and doc strings 2006-04-18 23:23:50 +00:00