platform/upstream/ibus.git
2011-09-29 Daiki UenoFix hiding button items in GTK panel.
2011-09-23 Peng HuangRelease 1.4.0 1.4.0
2011-09-23 Peng HuangFix make distcheck error
2011-09-21 Daiki UenoFix dconf profile installation.
2011-09-18 Peng HuangAdd some warning message in ibustext.c
2011-09-18 Peng HuangRefine configure.ac and fix make distcheck errors.
2011-09-16 fujiwaratAdd get methods for the members in IBusAttribute for...
2011-09-16 Daiki UenoImplement org.freedesktop.DBus.StartServiceByName.
2011-09-09 Peng HuangFix make dist error if dsettings does not exist.
2011-09-09 Peng HuangDo not send surrounding text to ibus-daemon if engine...
2011-08-25 fujiwaratAdd Disable signal when bus_ibus_impl_set_context_engin...
2011-08-24 fujiwaratCheck if BusInputContext has an enabled engine in globa...
2011-08-19 Peng HuangUse GVariant as attachment for IBusSerializable.
2011-08-18 Tsuyoshi HoroFix for ibus_serializable_{get,set}_attachment.
2011-08-13 fujiwaratAdd create-engine signal in IBusFactory for non-C appli...
2011-08-12 Peng HuangPort keyval and unicode converting functions from gtk.
2011-08-12 Seigo NonakaSupport selection text retrival.
2011-08-12 Peng HuangAdd missing config.h in gdk-private.c
2011-08-11 Peng HuangFix make rpm errors
2011-07-23 Peng HuangAlways enable the new focused BusInputContext
2011-07-18 Daiki UenoAdd ibus-dconf.
2011-07-15 Daiki UenoFix GObject ref/unref issues.
2011-07-12 fujiwaratFixed an error in IBus.Bus.register_component
2011-07-12 Yusuke SatoUse g_variant_dup_string for consistency.
2011-07-11 Yusuke SatoRemove the callback on destroy.
2011-07-07 Peng HuangFix several GVariant related issues. And remove a wrong...
2011-07-05 Peng HuangFix SEGV in ibus_keymap_lookup_keysym
2011-07-05 Peng HuangAdd org.freedesktop.IBus.Config.GetValues to get all...
2011-07-04 Peng HuangFix make dpkg errors.
2011-07-03 Peng HuangFix BusEngineProxy instance leak.
2011-07-03 Peng HuangAdd icon_symbol property in IBusEngineDesc.
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-16 Peng HuangFix make dpkg errors.
2011-06-16 Yusuke SatoCheck IBUS_CONFIG_HOME environment variable when readin...
2011-06-15 Peng HuangAdd IBUS_ERROR domain and reply IBUS_ERROR_NO_ENGINE...
2011-06-13 Peng HuangFix some race condition between idle and timeout events...
2011-06-09 Peng HuangAdd functions for creating IBusConfig asynchronously.
2011-06-08 Peng HuangMerge pull request #2 from ryoqun/master
2011-06-06 Peng HuangFix Python input context binding.
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-05-17 fujiwaratUpdate translations.
2011-05-17 Ryo Onoderafix wrong forward key event signature
2011-05-11 Peng HuangFix build warnings with gcc 4.6
2011-05-03 Julien HumbertUpdate name
2011-05-03 EspreonAdded British English translation.
2011-05-03 Peng HuangFix make dpkg errors, and add gtk3 support for debian
2011-04-27 Takao FujiwaraFix the zombie process of ibus-gconf when ibus-daemon...
2011-04-22 Yusuke SatoFix SEGV in im-ibus.so on Chromium OS
2011-04-22 Yusuke SatoAdd org.freedesktop.IBus.InputContext.ProcessHandWritin...
2011-04-18 Daiki UenoExport input context surrounding-text API to Python.
2011-04-18 Peng HuangUse g_initable_new to create BusFactoryProxy.
2011-04-09 Peng HuangRevert "Change default values of some config."
2011-04-08 Peng HuangFix problem in creating IBusPoxy in synchronous mode.
2011-04-08 Peng HuangRefine RequestName code and fix make dpkg errors.
2011-04-08 Peng HuangFix focus issue when reconnect to ibus-daemon
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
2011-04-08 Daiki UenoExport surrounding-text API to Python.
2011-04-05 Peng HuangFix make dpkg errors.
2011-04-05 Daiki UenoSupport surrounding-text retrieval.
2011-04-05 Peng HuangFix a crash during creating IBusProxy asynchronously
2011-04-04 fujiwaratUpdate translations.
2011-04-01 fujiwaratUse ibus panel icon from the desktop theme instead...
2011-04-01 James SuChange default values of some config.
2011-03-29 Daiki UenoUse gtk_status_icon_set_name() only if it is available.
2011-03-25 fujiwaratSet WM_CLASS name instead of main.py
2011-03-25 Daiki UenoAdd "in" keymap which maps Alt_R to AltGr.
2011-03-25 Peng HuangVerify global engine after changing preload_engines
2011-03-23 Peng HuangFix make debian package errors.
2011-03-23 Peng HuangFix typos in IBusInputContext document
2011-03-23 Peng HuangUse $(SED) to replace sed
2011-03-22 Yusuke SatoLink appropriate libraries to ibus-scan.
2011-03-22 Yusuke SatoAdd asynchronous InputContext.IsEnabled and InputContex...
2011-03-18 Peng HuangCreate a separate test case for ibus_bus_create_input_c...
2011-03-17 Peng HuangRefine document and coding style in ibusbus.[ch] and...
2011-03-17 Peng HuangDo not block UI in IBusIMContext anymore.
2011-03-16 Peng HuangFix issue of InputContext.SetEngine.
2011-03-16 Peng HuangAdd git.mk from gtk+ project, Use it to update .gitignore
2011-03-15 Peng HuangUpdate gtk-doc
2011-03-14 Zach KuzniaThis can cause crashes on cleanup when multiple compone...
2011-03-11 fujiwaratFix preedit_string = NULL in ibus-x11 _free_ic()
2011-03-11 Peng HuangFix make check error
2011-03-09 Yusuke SatoUpdate symbols file.
2011-03-09 Yusuke SatoFix issues of the "previous_engine" hotkey.
2011-03-08 James SuIf the current engine is removed, then switch to anothe...
2011-03-08 Yusuke SatoRemove -Wall warnings.
2011-03-07 Yusuke SatoAdd asynchronous APIs to ibusbus.h
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-28 Peng HuangFix a race problem in SetGlobalEngine and add set_globa...
2011-02-18 fujiwaratCall gtk_key_snooper_remove when GTK IM client is switched.
2011-02-18 Peng HuangFix make dpkg errors.
2011-02-18 Peng HuangAdd enable_conditional and disable_conditional in gconf...
2011-02-18 Peng HuangFix crash when turn off "use global engine" option
2011-02-18 Peng HuangDestroy IBusInputContext correctly in ibus-x11
2011-02-18 fujiwarats/LC_MESSAGES/LC_CTYPE/ in set_default_preload_engines.
next