Commit Graph

12 Commits

Author SHA1 Message Date
Edward Jakubowski
acf215fe00 Update native bridge to UI Automation for speed and reliability
Native UI Automation bridge redesigned for speed and reliability.  The
bridge library has been renamed to UiaBridge.  Native components use VS
2010 C++ and .Net 4.
2014-04-29 23:33:10 -04:00
Edward Jakubowski
7a267a6d9a Added Global Keyboard Hook for refreshing using Ctrl+Shift+3
Created a Jna Global Keyboard Hook class and added hot key for
refreshing the windows xml (Ctrl + Shift + 3).
Fixed cancel button to dispose window properly.
2014-04-21 19:45:34 -04:00
Edward Jakubowski
dcae627527 Fixed WindowInfo class to work properly in Windows 32 bit OS
Fixed WindowInfo class to work properly in Windows 32 bit OS.
Added more unit tests.
About dialog shows system information
2014-04-10 21:48:28 -04:00
Edward Jakubowski
be44a8e38b Fixed WaitForVisible commands, and changed silverlight windows tag to "silver"
Fixed WaitForVisible command was incorrectly displaying errors when it
couldn't find a window.
Changed the tag used for Silverlight Windows to "silver".
2014-04-09 19:27:13 -04:00
Edward Jakubowski
f9b42a0a5b Updated version number 1.0.9 2014-04-08 22:44:07 -04:00
Edward Jakubowski
bc3c070ea8 WPF and regular Win32 windows are now supported
Added support for dragging target on WPF windows and building simple
xpath statements.  Fixed some null results in native library and
increased performance of enumerating wpf windows.  Still need to tweak
filters for picking up Silverlight handles too.
2014-04-07 22:19:47 -04:00
Edward Jakubowski
1809e2ad55 Updated Synthuse to list WPF and Silverlight Windows
The WpfBridge native library can now enumerate all WPF and Silverlight
Windows and list them in Synthuse.  Still need to add a method to
connect the Drag Target to locate the WPF window.
2014-04-05 17:24:08 -04:00
Edward Jakubowski
2e1723f66e reorganized CommandProcessor, added open and displayText commands
Commands are categorized in to sections, Keyboard, Mouse, Windows, File,
and Main.
The open command will open an application.
The displayText command displays a status text for a period of time.
Added unit test for CommandProcessor.
2014-03-25 13:00:29 -04:00
Edward Jakubowski
f6db3768d9 update version 2014-03-21 01:14:17 -04:00
Edward Jakubowski
4f65c0b921 fixed unmapped characters, added gitignore 2014-03-12 21:55:43 -04:00
Edward Jakubowski
fd8509f911 fixed Test IDE window 2014-02-17 10:35:54 -05:00
Edward Jakubowski
2a7d618f59 Synthuse version 1.0.5
base version by ejakubowski
2014-02-16 21:56:24 -05:00