1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
2013-03-08 Richard Purdie <richard.purdie@linuxfoundation.org>
* src/Makefile.am:
Fix compiles in out of tree build case by adding missing
search path for include files.
2008-04-14 Richard Purdie <rpurdie@openedhand.com>
* configure.ac:
Handle LT_AGE more correctly for compatibility with modern
libtool.
2006-07-03 Matthew Allum <mallum@openedhand.com>
* configure.ac:
Bump up version to 0.2. With Tomas's fix for not sending
shift when not needed ( missing ChnageLog entry ).
2005-05-27 mallum,,, <mallum@openedhand.com>
* Makefile.am:
Add snapshot target
2005-05-02 mallum,,, <mallum@openedhand.com>
* fakekey/fakekey.h:
* src/libfakekey.c: (fakekey_press_keysym):
char* -> const char*
2005-04-28 mallum,,, <mallum@openedhand.com>
* src/libfakekey.c: (fakekey_send_keyevent),
(fakekey_press_keysym):
Call XSync without True ;)
A different try at remapping keysyms so they
work right away
2005-04-26 mallum,,, <mallum@openedhand.com>
* configure.ac:
Remove another minor snafu.
* src/libfakekey.c:
Make debug configurable from configure
2005-04-21 mallum,,, <mallum@openedhand.com>
* configure.ac:
Fix configure.ac boo boo
2005-04-21 mallum,,, <mallum@openedhand.com>
* src/libfakekey.c: (fakekey_init), (fakekey_press):
Remove some random printf's
2005-04-17 mallum,,, <mallum@openedhand.com>
* fakekey/fakekey.h:
* src/libfakekey.c: (fakekey_send_keyevent),
(fakekey_press_keysym):
Add new keysym func, rejig code a little to support it
2005-04-13 mallum,,, <mallum@openedhand.com>
* src/libfakekey.c: (fakekey_press):
bug fix
2005-04-06 mallum,,, <mallum@openedhand.com>
* libfakekey.pc.in:
Add our actual libname
|