Commit Graph

28 Commits

Author SHA1 Message Date
Bradlee Speice
ad3f4d6c5d Small changes to double-click functions, add mouse location functions 2012-07-30 09:54:05 -04:00
Bradlee Speice
2b451fc624 Rename the xte_pointerLocation function to xte_mouseLocation 2012-07-25 13:44:42 -04:00
Bradlee Speice
d31a125951 Vastly improve error handling of xte_commandString
The best thing about this is that it doesn't break existing functionality

Fix some bad input validation
2012-07-25 10:30:16 -04:00
Bradlee Speice
1dbe466302 Fix a mistake where cmouseimage didn't return a proper value 2012-07-25 08:49:07 -04:00
Bradlee Speice
f97d5e2782 Continue control file cleanup 2012-07-23 11:27:17 -04:00
Bradlee Speice
d0fcb1f3e9 Fix libtool version information 2012-07-23 09:38:25 -04:00
Bradlee Speice
98dbd7ef83 Fix how library dependencies are built 2012-07-23 08:53:32 -04:00
Bradlee Speice
6e15f41145 Fix a second declaration of "resultPoint" 2012-07-20 15:17:14 -04:00
Bradlee Speice
77beb217d3 Put in a warning about using waitfor without a tolerance value 2012-07-20 14:02:52 -04:00
Bradlee Speice
b37f802d38 Add a function to wait for an image to be displayed
Clean up some loose ends with the waitfor function

Finish tying up loose ends, build is clean now
2012-07-20 11:49:18 -04:00
Bradlee Speice
a33d97a2a6 Fix return codes actually doing what they're documented to 2012-07-20 10:41:50 -04:00
Bradlee Speice
06804d6528 Switch everything to using cvaPoint rather than CvPoint 2012-07-20 10:20:51 -04:00
Bradlee Speice
c4c700fcda Merge include/opencv1 and include/opencv2
Warning, this is a brutish hack, and unless fixed, should not be used.
2012-07-19 17:17:06 -04:00
Bradlee Speice
e5cff6e762 Fix libcvautomation_funcs not being included in the dist 2012-07-18 13:31:11 -04:00
Bradlee Speice
7391d4648b Fix a broken link, fix the first set of build issues
Fix some last-minute build issues
2012-07-18 13:30:51 -04:00
Bradlee Speice
c92e6b2640 Fix a bug where xte_keyUp would actually press a key down. 2012-07-12 15:51:26 -04:00
Bradlee Speice
3e5c87a96a Integrate entering a key string from xautomation 2012-07-12 15:34:01 -04:00
Bradlee Speice
e436323d7a Add functions to scroll the mouse up and down 2012-07-12 10:04:57 -04:00
Bradlee Speice
ed121d4ec5 Implement a cleaner way of tracking version number 2012-07-11 15:06:57 -04:00
Bradlee Speice
e71c17cf5c Commit initial documentation 2012-07-10 16:32:42 -04:00
Bradlee Speice
45905d8454 Fix up the build process in preparation for release 1.0 2012-06-28 12:35:04 -04:00
Bradlee Speice
9dc1d24926 Add functionality to input a command string 2012-06-28 12:12:30 -04:00
Bradlee Speice
b48f3e636c Flesh out the cva-input program, and add calls to XFlush() 2012-06-26 16:43:27 -04:00
Bradlee Speice
8c1ab45c26 Continue fleshing out the XTest functions for keyboards 2012-06-26 16:43:20 -04:00
Bradlee Speice
ca39bd90be Add basic XTest functionality, clean up and refactor other sources 2012-06-26 16:43:15 -04:00
Bradlee Speice
45cc06c7f9 Remove an extra configure.ac 2012-06-26 14:36:01 -04:00
Bradlee Speice
dab4d28932 Add functions to return the center of a sub-image, rather than top-left corner
Fix up the build process to make sure out-of-tree builds work correctly
Fix the example script not finding the cva-match binary correctly
2012-06-22 15:38:41 -04:00
Bradlee Speice
df26d0a95c Formalize the build process and integrate autotools 2012-06-22 13:22:16 -04:00