summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.3.91.3.91.3.yPeng Huang2010-11-251-1/+1
* Always read Window as 32 bits integer to fix problem in ppc64.fujiwarat2010-11-121-2/+2
* Disable snooper in chromium, chrome, firefox and gnome-doPeng Huang2010-11-122-2/+2
* Remove the ability to attach to a status icon with libnotify 0.7.0fujiwarat2010-11-041-1/+0
* Replace s/gdk_drawable_get_size/gdk_window_get_height/ for GTK3.fujiwarat2010-11-021-0/+5
* Use block mode of g_main_context_iteration to avoid consuming too much cpu time.Peng Huang2010-10-291-11/+24
* Use the automake 1.10 in autogen.shPeng Huang2010-10-261-1/+1
* sort combo box by locale strcollPeng Wu2010-10-262-2/+6
* Fix s/python/@PYTHON@/ in libexec scripts.fujiwarat2010-10-262-2/+2
* Fix ENV value for NetBSDfujiwarat2010-10-263-4/+4
* Bump the version to 1.3.81.3.8Peng Huang2010-10-221-1/+1
* Comment out test-keymap test case.Peng Huang2010-10-221-2/+3
* Limit typing rate to 800 hits/minutes, and fix make distcheck error.Peng Huang2010-10-222-2/+4
* Catch exceptions from os.kill.Peng Huang2010-10-221-6/+12
* Fix CPU 100% usage with signal.SIGCHLDfujiwarat2010-10-212-18/+20
* Fix keyval and state in __keycode_button_clicked_cbfujiwarat2010-10-212-4/+7
* Destroy existing connection before creating a new connection, and only create...Peng Huang2010-10-212-21/+15
* Move the candidate window just above the cursor when the window and a preedit...Yusuke Sato2010-10-212-14/+18
* Remove compiler warnings.Yusuke Sato2010-10-211-1/+0
* Enable key snooper by default again, except Chrome/Chromium browsers, to fix ...Yusuke Sato2010-10-202-28/+29
* Always consume the hotkey, even if the hotkey associated engine already activ...Peng Huang2010-10-201-1/+2
* Fix race condition in bus_ibus_impl_create_engine()Yusuke Sato2010-10-191-16/+22
* Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6fujiwarat2010-10-1313-45/+61
* Fix a typo.Peng Huang2010-10-131-1/+1
* Remove unused dbus-1 package in gir includesPeng Huang2010-10-081-1/+1
* Implement stress tool for ibus.Hirotake Kobayashi2010-10-024-0/+612
* Fix a build error with GTK3 gdkkeysyms.hfujiwarat2010-09-301-0/+47
* Update gu.po from Sweta Kothari <swkothar@redhat.com>Peng Huang2010-09-211-4/+4
* Fix g_assertion failure in bus_ibus_impl_{load,save}_global_engine_name funct...Yusuke Sato2010-09-201-4/+8
* Add some comments about registryPeng Huang2010-09-102-6/+37
* Add Emacs modeline for .c and .h files.Satoru Takabayashi2010-09-09114-12/+114
* Move the log handler code from bus/main.cc to src/ibusshare.cc.Satoru Takabayashi2010-09-093-30/+58
* Add codereview.settings.Satoru Takabayashi2010-09-081-0/+2
* Add time info in log message from satorux@chromium.orgPeng Huang2010-09-071-2/+17
* Fix memory leak in ibus_input_context_process_key_event by FujiwaratPeng Huang2010-09-061-0/+4
* Fix segv in bus_engine_proxy_process_key_event_reply_cbfujiwarat2010-09-061-1/+3
* Set CFLAGS to "-Wall -Werror" in autogen.shPeng Huang2010-09-061-1/+1
* Fix property issue.Peng Huang2010-08-131-0/+12
* Update fr.poPeng Huang2010-08-061-76/+22
* Fix a build warningPeng Huang2010-08-051-1/+0
* Release 1.3.71.3.7Peng Huang2010-08-031-1/+1
* Update ko.poPeng Huang2010-08-031-23/+18
* Update po files.Peng Huang2010-08-032-44/+30
* Make sure that we won't wrongly match a hotkey after losing and getting focus.James Su2010-07-311-0/+5
* When the previous engine name is unknown, switch to the next engine in menu.satorux2010-07-311-0/+8
* Support engine specific hotkey.James Su2010-07-318-28/+270
* Update po files.Peng Huang2010-07-302-40/+40
* Fake IC does not grab focus, if other real IC has focus.Peng Huang2010-07-301-1/+6
* Keep input window for fake ICPeng Huang2010-07-301-1/+11
* Support switching keyboard by hotkey without input focus Add fake input conte...Peng Huang2010-07-303-26/+91