8 Commits

Author SHA1 Message Date
9558c0330f Modify project setup, generate maven artifact 2016-07-03 16:24:05 +01:00
27fe79c7bb Add basic project files 2015-10-18 15:53:32 +01:00
Edward Jakubowski
d100d23259 Support for showing if app is 32bit vs 64bit, and support for doing message hooks on both
Added support for message hook viewer to hook both 32 and 64 bit
applications.
Fixed filtering on the msg hook viewer
Added custom filtering on msg hook viewer
Added Process Id targetting on msg hook viewer
Added SetMsgHook.exe command line app as an alternative way of starting
msg hook viewer.
2014-06-03 06:28:14 -04:00
Edward Jakubowski
1721d2a130 Fixed highlighting around WPF and Silverlight, fixed windows commands to use WPF runtimeIds,Adding Windows Message hook feature
When targeting WPF and silverlight applications synthuse will now target
each object with a red rectangle, just like it does with native win 32
applications.
Windows commands like setfocus and such are now supported with UIA
objects like (WPF, WinForm, Silverlight).
Adding support for hooking in to the Message Queue of a target window to
see what Messages are being sent, this will allow one to possible resend
the messages back for automation purposes.  This feature is not fully
working yet, but is close.
2014-05-21 08:12:11 -04:00
Edward Jakubowski
70b885edda Forced git to not ignore the native uiabridge dlls
These native dlls are needed for the building of synthuse.
2014-04-30 09:50:53 -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
d92f85e1b8 Adding WpfBridge for automation of WPF and Silverlight
WpfBridge allows java to access .net 4 UI Automation libraries.  This
library enables Synthuse to access and automation WPF and Silverlight
apps.
2014-04-03 22:29:36 -04:00
Edward Jakubowski
4f65c0b921 fixed unmapped characters, added gitignore 2014-03-12 21:55:43 -04:00