Commit Graph

572 Commits

Author SHA1 Message Date
b583cfb9f6 Fix parallel build. 2010-06-23 10:57:32 +09:00
84cdf6ec78 libeek: don't generate EekClutter-0.1.gir if --disable-clutter is given 2010-06-22 17:57:24 +09:00
4623d78e0d Cosmetic fix. 2010-06-22 17:29:55 +09:00
27ddc144e0 libeek: add Since: doc-comment 2010-06-22 17:19:25 +09:00
6e54383d1d libeek: update the project URL in *.pc 2010-06-22 17:18:46 +09:00
e955bb11fa libeek: fix memory leak 2010-06-22 17:14:08 +09:00
fdb083bb12 libeek: supress compiler warning 2010-06-22 17:01:43 +09:00
e604e6af22 libeek: fix memory leak 2010-06-22 17:01:24 +09:00
9aabdc0812 Fix coding style. 2010-06-22 16:29:24 +09:00
a388d9e6e1 libeek: add wrapper functions to avoid exposing XKB/XKL structures to GIR 2010-06-22 16:14:28 +09:00
4dab7af44d Minor fix for Vala binding. 2010-06-22 14:07:44 +09:00
ae4e29a968 Add Vala language binding. 2010-06-22 12:24:18 +09:00
f50a8a98f4 Generate gobject-introspection files. 2010-06-22 10:44:19 +09:00
b3903bcc7f libeek: draw rotated section with GTK UI 2010-06-22 10:10:24 +09:00
7f59a7ebf0 libeek: add libeek-gtk.pc. 2010-06-21 13:32:08 +09:00
f3505f025f libeek: add a typecast 2010-06-21 12:37:53 +09:00
2c0301c79b libeek: add convenience function to set/unset layout options
New functions: eek_xkl_layout_enable_option(), eek_xkl_layout_disable_option(),
eek_xkl_layout_get_option().
2010-06-21 12:37:16 +09:00
5ee1775958 libeek: add padding for ABI compatibility 2010-06-21 06:23:02 +09:00
c08befda74 libeek: reuse key texture when resizing EekGtkKeyboard 2010-06-18 23:29:13 +09:00
5b51134643 libeek: support resizing with EekGtkKeyboard 2010-06-18 19:37:36 +09:00
64de5e1345 eekboard: fix initial size setting 2010-06-18 17:46:40 +09:00
e0c9319339 Make clutter optional for build. 2010-06-18 17:24:32 +09:00
025e26a7ee libeek: update .pc 2010-06-18 17:23:24 +09:00
514bfa1a8c libeek: add field description for GTK-DOC 2010-06-18 14:59:13 +09:00
f7399786a3 libeek: make eek_container_find_by_position() as non-virtual 2010-06-18 14:58:48 +09:00
74ea63fbed Move stage resize handler from eekboard to libeek. 2010-06-18 14:58:10 +09:00
3af13fb38a libeek: refine GtkDrawingArea based UI 2010-06-18 13:27:50 +09:00
6ba0a734d9 libeek: use eek_container_find_by_position() in button event handler of EekGtkKeyboard 2010-06-17 11:23:01 +09:00
2877170d2f libeek: add eek_element_get_absolute_position() 2010-06-17 10:27:27 +09:00
b92520c488 libeek: add parent property to EekElement 2010-06-17 10:15:45 +09:00
353c99e700 libeek: make EekGtkKeyboard handle button events 2010-06-16 18:27:43 +09:00
1bcb2cc31d libeek: abolish arguments for eek_clutter_keyboard_new() and eek_xkb_layout_new() 2010-06-16 16:08:23 +09:00
efa7d00c03 eekboard: merge eekboard-gtk.c to eekboard.c 2010-06-16 15:55:06 +09:00
b2ace93fef EekKey#set_keysym_index(): fallback to level 0 when level exceeds num_levels 2010-06-16 12:24:03 +09:00
473a9a9b2a libeek: share a single drawing context among each clutter elements
A new class EekClutterDrawingContext maintains the context used to draw actors. Single EekClutterDrawingContext instance is shared by EekClutterKeyboard, EekClutterSection, EekClutterKey, and EekClutterKeyActor.
2010-06-16 10:32:34 +09:00
63b9fea27b Add experimental GtkDrawingArea based UI. 2010-06-15 19:17:05 +09:00
231186ae71 Add doc-comments. 2010-06-15 10:54:27 +09:00
146cacfae3 Add doc-comments. 2010-06-15 08:13:04 +09:00
2d7c1e52f2 EekXklLayout: eek_xkl_layout_set_config() takes XklConfigRec as an argument. 2010-06-14 18:05:22 +09:00
6f4b67feee Rename eek*.pc to libeek*.pc. 2010-06-13 08:08:37 +09:00
e6b4f50c84 Fix GObject#dispose() usage. 2010-06-12 16:59:50 +09:00
89cfaef48c EekXkbLayout: Implement get_group() of EekLayoutIface. 2010-06-11 18:47:30 +09:00
40a6a6c7fd Fix "Capture Key Event" feature. 2010-06-11 18:11:19 +09:00
4b7f244062 Add a standalone application. 2010-06-11 17:56:32 +09:00
174b1b3f4a Add comment for borrowed code. 2010-06-11 07:37:18 +09:00
5f0c22b125 Fix clean rebuild. 2010-06-11 06:09:40 +09:00
43fdb5e960 Fix object finalization.
Add XKL wrapper (not ready).
2010-06-10 17:53:54 +09:00
9011a7309b Fix the last commit. 2010-06-09 18:38:19 +09:00
f6e6fda47e Fix finalization. 2010-06-09 18:37:07 +09:00
662f619ba2 Rewrite. 2010-06-09 16:44:26 +09:00