summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Replace code.google.com with github.comfujiwarat2015-06-291-1/+1
* Set sync process_key_event in ibus-x11fujiwarat2015-05-221-2/+3
* Fix SEGV of ibus-x11 on waylandfujiwarat2015-05-211-0/+7
* Fix to get X11 display name on GTK3 applications in GNOME Waylandfujiwarat2015-04-301-1/+5
* xim: use gtk3Marc-Antoine Perennou2015-04-133-10/+26
* Fix compile error in client/x11/MakefileHodong Kim2015-04-021-1/+1
* gtk clients do not lose focus when chrome popup window takes the focusfujiwarat2015-01-061-7/+9
* Wayland: Fix Small typoEduardo Lima (Etrunko)2013-11-051-2/+2
* Fix no output when ibus-daemon is running on another display.fujiwarat2013-09-201-1/+7
* Call _set_content_type in _create_input_context_done in im-ibus.sofujiwarat2013-08-301-2/+8
* Notify engines of the content-type of input contextDaiki Ueno2013-08-141-14/+40
* wayland: Add wayland clientJan Arne Petersen2013-08-136-0/+1373
* Update source files with LGP 2.1 according to COPYING.fujiwarat2013-08-0910-63/+63
* Suppress warnings with Automake 1.13Daiki Ueno2013-06-102-2/+2
* Check GtkIMContext:input-purpose to disable IM on lock screenDaiki Ueno2013-05-131-0/+12
* Fix build error and warnings in Fedora 18.Peng Huang2013-03-261-2/+9
* client: Queue events while the IBus context isn't readyRui Matos2013-01-091-87/+133
* Fix wrong return from key snooper.1.4.99.20121006Peng Huang2012-10-051-1/+1
* Fix SIGABRT by finalized IBusIMContext during _request_surrounding_textfujiwarat2012-10-031-6/+23
* Use gdk_threads_add_idle_full() in gtkimmodule to avoid race condition in som...Peng Huang2012-09-111-4/+4
* Do not use deprecated glib function g_atexit().Peng Huang2012-08-161-1/+1
* Use ibus_bus_new_async in gtk2 client.Jason Conti2012-05-081-1/+1
* Fix ibus-x11 SEGV in _process_key_event_done.fujiwarat2012-04-061-9/+41
* Remove some unused code.Peng Huang2012-03-071-64/+0
* Remove enable status of input context and hotkey logic in ibus-daemonPeng Huang2012-02-211-81/+27
* Fix typoes and remove Encoding from desktop files.Peng Huang2012-02-021-2/+2
* Minor fixes related to git.mk.Daiki Ueno2012-02-011-23/+0
* Fix a SEGV if ibusimcontext->ibuscontext is null.fujiwarat2011-12-201-0/+1
* Disable surrounding-text when retrieve-surrounding signal is not handled in GTK.Daiki Ueno2011-11-301-0/+5
* Use ibus_input_context_process_key_event_async in ibus-x11fujiwarat2011-11-211-19/+94
* Don't set focus on GTK password entry.Daiki Ueno2011-10-281-0/+13
* Support selection text retrival.Seigo Nonaka2011-08-111-1/+68
* Add missing config.h in gdk-private.cPeng Huang2011-08-111-0/+3
* Store capabilities when ibuscontext is not ready yet.Kazuhiro Inaba2011-06-181-6/+6
* Simplify surrounding-text initialization.Daiki Ueno2011-06-181-14/+9
* Restore cursor location when a new IBusInputContext is created.Peng Huang2011-06-171-5/+5
* Fix some fuction signatures to make ibus g-i firendly.Peng Huang2011-06-161-5/+10
* Fix build warnings with gcc 4.6Peng Huang2011-06-021-4/+3
* Send the new capabilities to ibus-daemon in ibus_im_context_set_use_preedit.Yusuke Sato2011-06-011-0/+2
* Fix SEGV in im-ibus.so on Chromium OSYusuke Sato2011-04-221-3/+2
* Fix focus issue when reconnect to ibus-daemonPeng Huang2011-04-081-1/+1
* Support surrounding-text retrieval.Daiki Ueno2011-04-051-12/+101
* Do not block UI in IBusIMContext anymore.Peng Huang2011-03-171-51/+128
* Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang2011-03-165-1/+31
* Fix preedit_string = NULL in ibus-x11 _free_ic()fujiwarat2011-03-111-0/+1
* Remove -Wall warnings.Yusuke Sato2011-03-081-1/+0
* Move gtk_key_snooper_remove from function object_fini to class_fini.Peng Huang2011-03-071-9/+15
* Optimize focus_in to avoid call some UI blocking functions.Peng Huang2011-03-011-27/+40
* Unify async and sync function names.Peng Huang2011-02-282-91/+52
* Call gtk_key_snooper_remove when GTK IM client is switched.fujiwarat2011-02-181-0/+6