Use Variant.unpack() instead of Variant.dup_strv().
[platform/upstream/ibus.git] / client /
2012-10-05 Peng HuangFix wrong return from key snooper. 1.4.99.20121006
2012-10-03 fujiwaratFix SIGABRT by finalized IBusIMContext during _request_...
2012-09-11 Peng HuangUse gdk_threads_add_idle_full() in gtkimmodule to avoid...
2012-08-16 Peng HuangDo not use deprecated glib function g_atexit().
2012-05-08 Jason ContiUse ibus_bus_new_async in gtk2 client.
2012-04-06 fujiwaratFix ibus-x11 SEGV in _process_key_event_done.
2012-03-07 Peng HuangRemove some unused code.
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangRemove enable status of input context and hotkey logic...
2012-02-02 Peng HuangFix typoes and remove Encoding from desktop files.
2012-02-01 Daiki UenoMinor fixes related to git.mk.
2011-12-20 fujiwaratFix a SEGV if ibusimcontext->ibuscontext is null.
2011-11-30 Daiki UenoDisable surrounding-text when retrieve-surrounding...
2011-11-21 fujiwaratUse ibus_input_context_process_key_event_async in ibus-x11
2011-10-28 Daiki UenoDon't set focus on GTK password entry.
2011-08-12 Seigo NonakaSupport selection text retrival.
2011-08-12 Peng HuangAdd missing config.h in gdk-private.c
2011-06-18 Kazuhiro InabaStore capabilities when ibuscontext is not ready yet.
2011-06-18 Daiki UenoSimplify surrounding-text initialization.
2011-06-18 Peng HuangRestore cursor location when a new IBusInputContext...
2011-06-16 Peng HuangFix some fuction signatures to make ibus g-i firendly.
2011-06-08 Peng HuangMerge pull request #2 from ryoqun/master
2011-06-02 Peng HuangFix build warnings with gcc 4.6
2011-06-01 Yusuke SatoSend the new capabilities to ibus-daemon in ibus_im_con...
2011-04-22 Yusuke SatoFix SEGV in im-ibus.so on Chromium OS
2011-04-08 Peng HuangFix focus issue when reconnect to ibus-daemon
2011-04-05 Daiki UenoSupport surrounding-text retrieval.
2011-03-17 Peng HuangDo not block UI in IBusIMContext anymore.
2011-03-16 Peng HuangAdd git.mk from gtk+ project, Use it to update .gitignore
2011-03-11 fujiwaratFix preedit_string = NULL in ibus-x11 _free_ic()
2011-03-08 Yusuke SatoRemove -Wall warnings.
2011-03-07 Peng HuangMove gtk_key_snooper_remove from function object_fini...
2011-03-01 Peng HuangOptimize focus_in to avoid call some UI blocking functions.
2011-02-28 Peng HuangUnify async and sync function names.
2011-02-18 fujiwaratCall gtk_key_snooper_remove when GTK IM client is switched.
2011-02-18 Peng HuangDestroy IBusInputContext correctly in ibus-x11
2011-02-08 fujiwaratAdd GTK3 definitions.
2011-02-08 fujiwaratFix typo.
2011-02-03 Yusuke SatoOverwrite Gtk+'s default compose table to fix crosbug...
2011-01-27 Peng HuangExport async version ibus_input_context_process_key_event.
2011-01-24 fujiwaratSet GdkEventKey time for gdk_event_put with IBUS_FORWAR...
2010-12-15 Daiki UenoFix gtk version check for deprecated keysyms.
2010-12-14 Peng HuangFix crash in im-ibus.so
2010-12-14 Peng HuangFocus out/in fake input context if the input window...
2010-12-14 Peng HuangFocus out the fake context in im-ibus.so, when a real...
2010-12-14 Peng HuangAdd fake context back in IBusIMContext.
2010-11-24 Peng HuangFix some crashs when engine processes are killed.
2010-11-24 Peng HuangUse g_object_add_weak_pointer to make code simpler.
2010-11-21 Peng HuangRemove some unused header files.
2010-11-16 fujiwaratAlways read Window as 32 bits integer to fix problem...
2010-11-16 Peng HuangRemove block call in ibus-daemon, and use async call...
2010-11-04 Peng HuangRemove a debug output
2010-11-04 fujiwaratRemove GDK_DISPLAY, this macro has been removed in...
2010-11-03 Peng HuangFix some issues within codereview.
2010-11-03 Peng HuangFix a typo in client/gtk3/Makefile.am
2010-11-03 Peng HuangChange version to 1.3.99
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
2010-11-02 fujiwaratReplace s/gdk_drawable_get_size/gdk_window_get_height...
2010-10-21 fujiwaratFix CPU 100% usage with signal.SIGCHLD
2010-10-21 Peng HuangDestroy existing connection before creating a new conne...
2010-10-20 Yusuke SatoEnable key snooper by default again, except Chrome...
2010-09-30 fujiwaratFix a build error with GTK3 gdkkeysyms.h
2010-09-09 Satoru TakabayashiAdd Emacs modeline for .c and .h files.
2010-07-30 Peng HuangKeep input window for fake IC
2010-07-30 Peng HuangSupport switching keyboard by hotkey without input...
2010-06-23 Peng Huangfill right value of GdkEventKey::is_modifier
2010-06-20 Peng Huangworkaround for applications do not set client window...
2010-06-12 Peng Huangread env IBUS_SNOOPER_APPS 1.3.5
2010-06-12 Peng HuangDisable snooper by default.
2010-06-11 Peng HuangUse regex for no snooper applications, and disable...
2010-06-08 Peng HuangEmit FORWARD_KEY_EVENT signal correctly
2010-06-08 Peng HuangRefine coding style
2010-06-08 Peng HuangFix problem of create GdkEventKey from keyval keycode...
2010-06-08 Peng HuangIgnore handled key event in xim server
2010-06-08 Peng HuangFix keycode in xim server
2010-06-05 Peng HuangSupport gtk3
2010-06-05 Peng HuangRepace some deprecated macros to fix build errors with...
2010-06-05 Peng HuangMerge branch 'async_process_key_event'
2010-06-04 Peng HuangSet keycode in GdkEvent correctly.
2010-05-15 Peng HuangRefine some build options.
2010-05-15 Peng HuangAdd --disable-clients to disable gtk x11 clients
2010-05-03 Peng HuangMerge branch 'no_snooper_apps'
2010-05-03 Peng HuangAdd configure --disable-key-snooper
2010-05-02 Peng Huangibus-x11 does not call g_error, when it connects to...
2010-05-01 Peng Huangadd configure option to disable keyboard snooper in...
2010-04-11 Peng HuangAdd X11_CFLAGS and X11_LIBS
2010-03-22 Peng HuangMerge branch '1.3.y'
2010-03-22 Peng HuangDoes not check glib micro version anymore.
2010-02-23 Peng HuangMerge remote branch 'epico/master'
2010-02-23 Peng Wuchange gtk-im client name.
2010-02-20 Peng HuangFix cursor location problem.
2010-01-29 Peng HuangMerge branch 'G_DEFINE_TYPE'
2010-01-28 Peng HuangUse GInitiallyUnowned correctly
2010-01-09 Peng HuangUpdate copyright.
2010-01-09 Peng HuangDo not store arguments in global vars.
2010-01-09 Peng HuangFix problems in XIM server.
2009-12-31 Daiki UenoMerge double-defined im_ibus_la_LIBADD.
2009-12-30 Peng HuangFix typo.
2009-12-30 Peng HuangCurrect use of autotools: Use *_LIBADD and *_LDADD...
2009-12-30 Peng HuangFix _FORTIFY_SOURCE warnings, from galtgendo
next