summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2013-11-05Wayland: Fix Small typoEduardo Lima (Etrunko)1-2/+2
2013-09-20Fix no output when ibus-daemon is running on another display.fujiwarat1-1/+7
2013-08-30Call _set_content_type in _create_input_context_done in im-ibus.sofujiwarat1-2/+8
2013-08-14Notify engines of the content-type of input contextDaiki Ueno1-14/+40
2013-08-13wayland: Add wayland clientJan Arne Petersen6-0/+1373
2013-08-09Update source files with LGP 2.1 according to COPYING.fujiwarat10-63/+63
2013-06-10Suppress warnings with Automake 1.13Daiki Ueno2-2/+2
2013-05-13Check GtkIMContext:input-purpose to disable IM on lock screenDaiki Ueno1-0/+12
2013-03-26Fix build error and warnings in Fedora 18.Peng Huang1-2/+9
2013-01-09client: Queue events while the IBus context isn't readyRui Matos1-87/+133
2012-10-05Fix wrong return from key snooper.Peng Huang1-1/+1
2012-10-03Fix SIGABRT by finalized IBusIMContext during _request_surrounding_textfujiwarat1-6/+23
2012-09-11Use gdk_threads_add_idle_full() in gtkimmodule to avoid race condition in som...Peng Huang1-4/+4
2012-08-16Do not use deprecated glib function g_atexit().Peng Huang1-1/+1
2012-05-08Use ibus_bus_new_async in gtk2 client.Jason Conti1-1/+1
2012-04-06Fix ibus-x11 SEGV in _process_key_event_done.fujiwarat1-9/+41
2012-03-07Remove some unused code.Peng Huang1-64/+0
2012-02-21Remove enable status of input context and hotkey logic in ibus-daemonPeng Huang1-81/+27
2012-02-02Fix typoes and remove Encoding from desktop files.Peng Huang1-2/+2
2012-02-01Minor fixes related to git.mk.Daiki Ueno1-23/+0
2011-12-20Fix a SEGV if ibusimcontext->ibuscontext is null.fujiwarat1-0/+1
2011-11-30Disable surrounding-text when retrieve-surrounding signal is not handled in GTK.Daiki Ueno1-0/+5
2011-11-21Use ibus_input_context_process_key_event_async in ibus-x11fujiwarat1-19/+94
2011-10-28Don't set focus on GTK password entry.Daiki Ueno1-0/+13
2011-08-11Support selection text retrival.Seigo Nonaka1-1/+68
2011-08-11Add missing config.h in gdk-private.cPeng Huang1-0/+3
2011-06-18Store capabilities when ibuscontext is not ready yet.Kazuhiro Inaba1-6/+6
2011-06-18Simplify surrounding-text initialization.Daiki Ueno1-14/+9
2011-06-17Restore cursor location when a new IBusInputContext is created.Peng Huang1-5/+5
2011-06-16Fix some fuction signatures to make ibus g-i firendly.Peng Huang1-5/+10
2011-06-02Fix build warnings with gcc 4.6Peng Huang1-4/+3
2011-06-01Send the new capabilities to ibus-daemon in ibus_im_context_set_use_preedit.Yusuke Sato1-0/+2
2011-04-22Fix SEGV in im-ibus.so on Chromium OSYusuke Sato1-3/+2
2011-04-08Fix focus issue when reconnect to ibus-daemonPeng Huang1-1/+1
2011-04-05Support surrounding-text retrieval.Daiki Ueno1-12/+101
2011-03-17Do not block UI in IBusIMContext anymore.Peng Huang1-51/+128
2011-03-16Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang5-1/+31
2011-03-11Fix preedit_string = NULL in ibus-x11 _free_ic()fujiwarat1-0/+1
2011-03-08Remove -Wall warnings.Yusuke Sato1-1/+0
2011-03-07Move gtk_key_snooper_remove from function object_fini to class_fini.Peng Huang1-9/+15
2011-03-01Optimize focus_in to avoid call some UI blocking functions.Peng Huang1-27/+40
2011-02-28Unify async and sync function names.Peng Huang2-91/+52
2011-02-18Call gtk_key_snooper_remove when GTK IM client is switched.fujiwarat1-0/+6
2011-02-18Destroy IBusInputContext correctly in ibus-x11Peng Huang1-3/+2
2011-02-08Add GTK3 definitions.fujiwarat1-0/+9
2011-02-08Fix typo.fujiwarat1-5/+5
2011-02-03Overwrite Gtk+'s default compose table to fix crosbug.com/11421.Yusuke Sato1-0/+23
2011-01-27Export async version ibus_input_context_process_key_event.Peng Huang2-49/+135
2011-01-24Set GdkEventKey time for gdk_event_put with IBUS_FORWARD_MASK.fujiwarat1-2/+33
2010-12-15Fix gtk version check for deprecated keysyms.Daiki Ueno1-1/+1