Commit Graph
100 Commits
Author SHA1 Message Date
Daiki Ueno 2211fb6b1e 0.90.7 released. 2011-04-22 15:12:05 +09:00
Daiki Ueno 34569679f0 Ignore some files. 2011-04-22 14:44:44 +09:00
Daiki Ueno 816e1f0d51 Fix Clutter build. 2011-04-22 14:41:36 +09:00
Daiki Ueno de62d74ac5 Fix GTK-DOC comments. 2011-04-22 14:41:29 +09:00
Daiki Ueno d71c79f268 Fix glib-mkenums error. 2011-04-21 16:24:19 +09:00
Daiki Ueno ee948cb2ae Update dependencies. 2011-04-19 15:44:12 +09:00
Daiki Ueno ba59a850d1 Fix compilation error when --disable-atspi. 2011-04-19 15:43:02 +09:00
Daiki Ueno b7999842a9 Display more information about build. 2011-04-19 15:41:15 +09:00
Daiki Ueno 2dd0ae47db Add autostart desktop file. 2011-04-19 15:41:07 +09:00
Daiki Ueno 926d9346e1 Use at-spi2 instead of at-spi1. 2011-04-19 15:12:01 +09:00
Daiki Ueno ac8764b9b7 Fix compiler warnings. 2011-04-19 11:56:00 +09:00
Daiki Ueno 4cf3f24fbc Don't check GConf2 if CSPI-1.0 is disabled; disable CSPI-1.0 by default. 2011-04-19 11:29:58 +09:00
Daiki Ueno 0691766a31 Don't include cspi/spi.h if CSPI-1.0 is disabled. 2011-04-19 10:20:37 +09:00
Daiki Ueno 77c00a10da Replace the eekboard-desktop-client reference in desktop file with "eekboard".
https://bugzilla.redhat.com/show_bug.cgi?id=696523
2011-04-14 18:38:46 +09:00
Daiki Ueno 8c407ae482 Use G_DEFINE_BOXED_TYPE. 2011-04-12 11:09:28 +09:00
Daiki Ueno 8d2d612547 Use us-qwerty keyboard by default. 2011-03-28 14:48:07 +09:00
Daiki Ueno 80dc26b7f4 Fix make distcheck. 2011-03-23 18:53:44 +09:00
Daiki Ueno fbe7b9ec1a Hard-code dynamic modifier masks for XML layout. 2011-03-23 17:59:43 +09:00
Daiki Ueno 048fccd6e0 Use GEnumTypes. 2011-03-23 17:25:29 +09:00
Daiki Ueno 638d41e0b6 Check keycode before passing it to fakekey_send_keyevent(). 2011-03-23 14:49:33 +09:00
Daiki Ueno 4271eb6b3e Pick keyboard file in $(keyboarddir). 2011-03-22 18:23:04 +09:00
Daiki Ueno d25bfd8ba7 Update README. 2011-03-12 07:19:05 +09:00
Daiki Ueno 0739fbf464 Fix packaging mistake of *.desktop file. 2011-03-11 18:17:41 +09:00
Daiki Ueno d1b38f8eb2 0.90.6 released. 2011-03-11 18:05:41 +09:00
Daiki Ueno e6d17fa4cb Fix the last commit. 2011-03-11 17:39:55 +09:00
Daiki Ueno d62b8b49a2 Fix the last commit. 2011-03-11 17:18:29 +09:00
Daiki Ueno 149dd7dc8b Ignore some files. 2011-03-11 14:26:57 +09:00
Daiki Ueno 0177f96795 Move eekboard-client from src to examples; rename eekboard-desktop-client to eekboard. 2011-03-11 14:25:48 +09:00
Daiki Ueno ec56773dc6 Don't hardcode gtk.main_quit() in inscript.py. 2011-03-11 13:24:22 +09:00
Daiki Ueno 881bf34ec4 Handle the case when both shift and altgr keys are pressed. 2011-03-11 13:11:05 +09:00
Daiki Ueno 6787308061 Set label/category anyway if inscript key cannot convert to keyval. 2011-03-11 12:53:54 +09:00
Daiki Ueno 0cd01bf165 Fix make distcheck. 2011-03-11 12:53:35 +09:00
Daiki Ueno 132ae3899f Terminate eekboard-inscript when the window is closed. 2011-03-11 12:06:07 +09:00
Daiki Ueno 72f84fa4ef Export EekSymbolCategory in python binding. 2011-03-11 12:06:00 +09:00
Daiki Ueno 16d81f3f71 Generate inscript keyboard on-the-fly. 2011-03-11 11:38:53 +09:00
Daiki Ueno 42a0ea148b Handle "destroyed" signal in eekboard-inscript. 2011-03-10 19:38:42 +09:00
Daiki Ueno 2021311a4e Add destroyed signal in python binding. 2011-03-10 19:37:30 +09:00
Daiki Ueno b64e91dffa Latch modifiers in eekboard-inscript. 2011-03-10 19:18:56 +09:00
Daiki Ueno 57bb7030fb Fix toggle English feature. 2011-03-10 18:54:53 +09:00
Daiki Ueno 425fe7829b Add toggle English. 2011-03-10 18:43:24 +09:00
Daiki Ueno aa88315924 Set AltGr mask in python binding. 2011-03-10 18:24:09 +09:00
Daiki Ueno 39a59fb049 Serialize alt_gr_mask. 2011-03-10 18:23:49 +09:00
Daiki Ueno e0993a5e55 Add eekboard-inscript. 2011-03-10 18:14:06 +09:00
Daiki Ueno 4eb59ba7ed Display client name as window title. 2011-03-10 18:11:48 +09:00
Daiki Ueno cc9fb31e61 Add examples. 2011-03-10 17:17:37 +09:00
Daiki Ueno c44ebecfb2 Improve font size computation. 2011-03-10 17:16:31 +09:00
Daiki Ueno f60e1d763e Move EekSymbolMatrix code from eek-types.[ch] to eek-symbol-matrix.[ch]. 2011-03-09 11:57:02 +09:00
Daiki Ueno 5c3cb477ef Let PopContext return error if the current context is not owned by the client. 2011-03-08 19:00:04 +09:00
Daiki Ueno 5fd4005967 Add transfer mode annotation for eekboard_eekboard_create_context(). 2011-03-08 14:39:41 +09:00
Daiki Ueno 76d1b8f7fb 0.90.4 released. 2011-03-08 11:27:49 +09:00
Daiki Ueno 2bbc65958a Doc and typo fix for eekboard_context_set_fullscreen(). 2011-03-08 11:27:20 +09:00
Daiki Ueno cbdd0fd2ba Add eekboard/eekboard-eekboard.c to POTFILES.skip. 2011-03-08 11:26:49 +09:00
Daiki Ueno 2f7aa77c11 Fix focus listener logic. 2011-03-08 11:26:15 +09:00
Daiki Ueno bed39570ff Add eek-theme-private.h in distribution. 2011-03-08 11:25:59 +09:00
Daiki Ueno 8bc3b204b4 Add credit. 2011-03-08 11:25:19 +09:00
Daiki Ueno fa030ebcbb Fix fullscreen code. 2011-03-08 11:03:48 +09:00
Daiki Ueno af365024b7 Update default theme. 2011-03-08 10:43:17 +09:00
Daiki Ueno c742877b77 Add "SetFullscreen" D-Bus method. 2011-03-08 10:42:57 +09:00
Daiki Ueno ace4391b79 Use font from style. 2011-03-08 10:41:45 +09:00
Daiki Ueno 627cbf2898 Pass base_font during size calculation. 2011-03-08 07:04:12 +09:00
Daiki Ueno baae80fa41 Port st-theme-context.[ch] to eek-theme-context.[ch]. 2011-03-08 06:58:20 +09:00
Daiki Ueno 9be07710dd Fix clutter build. 2011-03-08 06:27:59 +09:00
Daiki Ueno 163e005561 Simplify "blank background" code. 2011-03-08 06:04:41 +09:00
Daiki Ueno d8e691d3f5 Optimize redraw on key release. 2011-03-08 05:53:00 +09:00
Daiki Ueno 85a1a6ba24 Abolish EekThemeNodePrivate. 2011-03-08 05:17:20 +09:00
Daiki Ueno 828a59b298 Fix typo. 2011-03-07 19:17:32 +09:00
Daiki Ueno f1b91c0223 Add border style configuration (WIP). 2011-03-07 19:01:10 +09:00
Daiki Ueno cadb0f18a9 Fix gradient drawing. 2011-03-07 16:51:01 +09:00
Daiki Ueno 2a8d7cf0a8 Revert to use fakekey_send_event. 2011-03-07 16:49:38 +09:00
Daiki Ueno c9b54ba87f Remove eek-theme-private.h. 2011-03-07 14:40:04 +09:00
Daiki Ueno d57ae91995 Move level change logic from key-pressed to key-released handler. 2011-03-07 14:39:35 +09:00
Daiki Ueno dd86b132ce Set pseudo class "active" to EekKey if the key is pressed. 2011-03-07 12:38:32 +09:00
Daiki Ueno 3967558bae Add setter function of pseudo class. 2011-03-07 12:37:58 +09:00
Daiki Ueno 668ce51f3c Mark EekKey::pressed as G_SIGNAL_RUN_FIRST. 2011-03-07 12:37:25 +09:00
Daiki Ueno 1db2a4aeea Use g_object_set_qdata() to attach theme-node to element. 2011-03-07 10:42:27 +09:00
Daiki Ueno e20425f385 Add eek-theme-private.h. 2011-03-04 19:35:50 +09:00
Daiki Ueno a20224f969 Add default theme. 2011-03-04 19:23:08 +09:00
Daiki Ueno d66318a031 Fix the last commit. 2011-03-04 19:04:39 +09:00
Daiki Ueno 37c2579253 Merge theme handling code (WIP). 2011-03-04 18:52:25 +09:00
Daiki Ueno 23ab2a343f Fix coding style. 2011-03-04 14:28:20 +09:00
Daiki Ueno e6dfc595ab Lower gobject-introspection version requirement. 2011-03-04 13:01:17 +09:00
Daiki Ueno 98e15d7741 Resolve AltGr modifier at run time. 2011-03-04 10:42:31 +09:00
Daiki Ueno 38b226b46f Clear allocation box when drawing keyboard. 2011-03-03 18:18:04 +09:00
Daiki Ueno c53b4d398e Remove floating ref from a serialized keyboard. 2011-03-03 17:31:09 +09:00
Daiki Ueno fbcf6b6c65 Fix infloop when multiple clients are disconnected after another. 2011-03-03 17:02:12 +09:00
Daiki Ueno 09c95b20da Add "Destroy" D-Bus signal to server for debug. 2011-03-03 16:36:10 +09:00
Daiki Ueno a7f81c3cfb Destroy clutter texture cache properly. 2011-03-03 16:04:24 +09:00
Daiki Ueno a66256f390 Fix coding style. 2011-03-03 15:53:51 +09:00
Daiki Ueno 8b7da18641 Make eekboard-xml build with clutter. 2011-03-03 15:25:39 +09:00
Daiki Ueno a9c0356611 Fix XML serialization of EekOutline to include corner_radius. 2011-03-03 15:06:03 +09:00
Daiki Ueno b25a9a5407 Add comments. 2011-03-03 15:06:03 +09:00
Daiki Ueno 8b632356e9 Fix memleaks. 2011-03-03 15:05:59 +09:00
Daiki Ueno b8a01d794e Check if the server is active. 2011-03-03 12:23:31 +09:00
Daiki Ueno cfd33921a1 Fix crash with clutter build. 2011-03-02 18:49:39 +09:00
Daiki Ueno 979aa010b9 Update gobject-introspection version requirement. 2011-03-02 18:40:01 +09:00
Daiki Ueno de064ba0c0 Update version to 0.90.3. 2011-03-02 17:05:01 +09:00
Daiki Ueno ff200d9562 Add xklutil.h to noinst_HEADERS. 2011-03-02 17:05:01 +09:00
Daiki Ueno a8148683d3 Fix typo in desktop-client.c. 2011-03-02 17:01:09 +09:00
Daiki Ueno 838a15d31a Add doc for EekKeysym. 2011-03-02 16:56:16 +09:00
Daiki Ueno 2d66bf24fb Add doc for EekSymbol. 2011-03-02 16:52:30 +09:00