42bf50f6a3
Fix indent.
2011-02-18 17:13:45 +09:00
8f8139e7dc
Maintain EekKeyboard in EekboardKeyboardPrivate.
2011-02-18 17:11:16 +09:00
c3e10343b4
Cosmetic fixes.
2011-02-18 14:03:51 +09:00
fdd9c3d0ee
Rename EekboardDevice to EekboardKeyboard.
2011-02-18 11:39:16 +09:00
89c5c46dbb
Rename EekboardProxy to EekboardDevice.
2011-02-14 18:47:23 +09:00
ab43010a98
Seperate out GDBus proxy into libeekboard from src/.
2011-02-14 18:27:49 +09:00
7916930160
Implement serialization to GVariant.
2011-02-14 14:13:02 +09:00
23d1819f40
Make sure to include config.h to check HAVE_CSPI and HAVE_FAKEKEY.
2011-02-05 03:36:46 +01:00
a2c9aa6742
Add libxklavier option to eekboard-xml.
2011-02-02 13:09:39 +09:00
56abc55bb2
Make fakekey and CSPI optional.
2011-02-02 06:51:27 +09:00
8537c42756
Rename eek-example-xml to eekboard-xml.
2011-02-01 19:04:43 +09:00
74eb0f3c35
Set "keep-above" property to the window.
2011-02-01 18:27:39 +09:00
fd6035c54a
Hide window when focus listener detects focus out.
2011-02-01 17:54:15 +09:00
a1dd32b121
Ignore modifier keys in AccessibleKeystrokeListener.
2011-02-01 17:37:52 +09:00
4b590dc05d
Fix modifier handling using libfakekey.
2011-02-01 16:40:49 +09:00
2831d58dcd
Reimplement keystroke listener.
2011-02-01 13:04:48 +09:00
eb646ff769
Separate --listen-focus/--listen-keystroke option of eekboard-system-client.
2011-02-01 12:43:33 +09:00
aed12cd831
Make sure to disconnect signal handlers on dispose.
2011-02-01 12:25:34 +09:00
30d88ceb78
Add Clutter support to eekboard-server.
2011-02-01 11:24:51 +09:00
6bbbe27c9a
Add eekboard-client.
2011-02-01 11:01:03 +09:00
134faacb5e
Reimplement eekboard as a D-Bus server.
2011-02-01 07:48:02 +09:00
b004a92e8a
Fix EEK_MODIFIER_BEHAVIOR_LATCH when pressing Shift twice.
2011-01-28 16:55:01 +09:00
e6df7d90fe
Use GObject instead of guint to represent keysyms.
2011-01-28 16:19:18 +09:00
880ba76bd8
Update copyright year.
2011-01-27 16:58:59 +09:00
2c98207799
Add --xml option to eekboard.
2011-01-27 16:49:45 +09:00
4008706bb0
Remove useless get_group method and group_changed signal of EekLayout.
2011-01-27 11:09:24 +09:00
d29e83e5f6
Add XML layout engine (WIP).
2011-01-26 19:24:06 +09:00
5e4a6b2c8e
Port modifier handling code from application into library.
2011-01-26 11:59:12 +09:00
70df392647
Avoid to use Clutter scaling feature.
2011-01-25 18:10:42 +09:00
420b8014f8
Revive Clutter support.
2011-01-25 10:40:25 +09:00
a0167c4cc2
Re-organize API.
...
EekGtkKeyboard is now a subclass of GtkWidget not EekKeyboard. Widget
creation is done as follows:
layout = eek_xkl_layout_new (...);
keyboard = eek_keyboard_new (layout, 640, 480);
widget = eek_gtk_keyboard_new (keyboard);
Broken Clutter support is temporarily disabled.
2011-01-22 11:55:29 +09:00
1ddf39b3da
eekboard: replace GTK2_* with GTK_*.
2011-01-19 13:14:04 +09:00
4accc5e2ac
eekboard: don't use deprecated gtk_quit_add.
2011-01-13 16:05:54 +09:00
7b368057e3
eekboard: set window opacity based on the gconf setting
2011-01-12 15:59:45 +09:00
2ea6fa9611
eekboard: support fullscreen mode
2011-01-12 15:59:16 +09:00
c7c6d06907
eekboard: Reset modifiers just after normal key press.
2010-12-06 14:42:14 +09:00
29c55b6ca3
Suppress compiler warnings.
2010-12-06 12:12:52 +09:00
910b0be5a5
eekboard: listen xklavier status events.
2010-12-06 12:09:17 +09:00
248699d771
eekboard: change the default behavior to "standalone" mode.
2010-12-06 11:19:47 +09:00
6343e37bc1
eekboard: reduce the number of allocs when parsing a config file.
2010-12-06 11:18:18 +09:00
862a54eac3
Fix build against libnotify >= 0.7.0.
2010-11-15 12:49:01 +09:00
6b83bb8503
Clean up action groups on quit.
2010-10-13 15:04:41 +09:00
dcbdd7ff63
eekboard: fix AltGr handling.
2010-08-25 18:46:02 +09:00
350598dc55
eekboard: handle AltGr
2010-08-20 18:39:06 +09:00
8bc7b754bc
eekboard: react to key events by default.
2010-08-11 17:36:33 +09:00
3d5160455a
eekboard: error if config file cannot be read.
2010-08-11 16:50:10 +09:00
983cc22761
eekboard: config file support.
2010-08-11 16:45:57 +09:00
6d80e4cacb
eekboard: add --toolkit and --standalone.
2010-08-11 11:49:52 +09:00
1c5a271177
eekboard: refile focus event handling.
2010-08-10 16:32:17 +09:00
e4891ccf6b
eekboard: don't hide the eekboard window on a11y focus event.
2010-08-10 14:44:50 +09:00