Fix make rpm errors due to ibus-dconf and pygobject override
[platform/upstream/ibus.git] / src / ibusbus.c
2012-07-12 Peng HuangIBusBus: honor new connect-async prop in the socket...
2012-05-14 Jason ContiFix IBusBus gobject introspection by connecting in...
2012-05-09 Kim, Seung WonFix a typo.
2012-05-08 Jason ContiAdd function ibus_bus_new_async to create a new IBusBus...
2012-02-29 Daiki UenoAdd ibus_config_watch/unwatch.
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng Huanglibibus: Fix some reference issues.
2012-02-21 Peng Huanglibibus: Fix annotation of ibus_bus_get_engines_by_names.
2012-02-21 Peng HuangWIP implement engine switcher popup ui
2012-02-21 Peng HuangRemove enable status of input context and hotkey logic...
2011-07-11 Yusuke SatoRemove the callback on destroy.
2011-04-27 Takao FujiwaraFix the zombie process of ibus-gconf when ibus-daemon...
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
2011-04-05 Peng HuangFix a crash during creating IBusProxy asynchronously
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-07 Yusuke SatoAdd asynchronous APIs to ibusbus.h
2011-02-16 Yusuke SatoAdd async version of set_global_engine.
2011-02-15 Yusuke SatoAdd engine_name parameter to the global-engine-changed...
2011-02-11 Yusuke SatoReimplement ibus_bus_watch_dbus_signal for GDBus and...
2011-01-21 Yusuke SatoEmit the connected signal after setting up the connection.
2011-01-18 Yusuke SatoFix possible SEGV in ibus_bus_get_global_engine.
2011-01-18 Yusuke SatoHandle GlobalEngineChanged signals from ibus-daemon.
2011-01-12 Yusuke SatoFix typo in ibus_bus_exit.
2011-01-10 Yusuke SatoFix the return value of ibus_bus_register_component...
2011-01-09 Yusuke SatoChange the return type of ibus_bus_exit to make it...
2011-01-06 Yusuke SatoSet the "g-default-timeout" property for ibusconfig...
2011-01-06 Yusuke SatoUse the G_DBUS_CALL_FLAGS_NO_AUTO_START flag just in...
2010-12-15 Peng HuangDisconnect closed signal from GDBusConnection before...
2010-12-15 Yusuke SatoFix assertion failure in ibusbus.c.
2010-11-03 Peng HuangFix some issues within codereview.
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
2010-10-21 Peng HuangDestroy existing connection before creating a new conne...
2010-09-09 Satoru TakabayashiAdd Emacs modeline for .c and .h files.
2010-06-17 Peng HuangUse IBUS_TYPE_OBJECT_PATH for return value of CurrentIn...
2010-06-06 Peng HuangFix problem in ibus_bus_get_name_owner
2010-06-05 Peng HuangMerge branch 'async_process_key_event'
2010-06-05 Peng HuangMerge branch 'singleton_bus'
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-03 Peng HuangShare one IBusBus instance in whole process.
2010-06-01 Peng HuangAdd gobject-introspection support
2010-06-01 James SuAdd "global-engine-changed" signal.
2010-06-01 James SuFix global engine related functions.
2010-06-01 James SuImplement the ability to manipulate the global engine...
2010-05-26 Peng HuangRemove some unused variables.
2010-05-26 James SuChange ibus_bus_hello() to return const gchar*.
2010-05-26 James SuFix memory issues in ibusbus.c
2010-05-21 James SuFix typos in ibus_bus_current_input_context().
2010-04-09 Peng HuangFix two build warnings
2010-04-08 Peng HuangTry to create dir $(HOME)/.config/ibus/bus every time...
2010-02-23 Peng HuangRemove the occurence of dbus_message_iter_get_array_len...
2010-01-30 Peng HuangUse G_DEFINE_TYPE to simplify code.
2010-01-09 Peng HuangUpdate copyright.
2009-12-08 Peng HuangImplemented some methods of IBusBus and IBusInputContex...
2009-12-05 Peng HuangMerge remote branch 'hindlemail/master'
2009-12-05 tom hindleAdded c client side code for CurrentInputContext method
2009-11-29 Peng HuangRemove unused code.
2009-11-24 Peng HuangDo not crash when bus is disconnected.
2009-11-12 Peng HuangFix compile error.
2009-11-12 Peng HuangCheck CREATED event
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-11-11 williamFixed on Solaris cannot re-connect after ibus-daemon...
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-08-19 Peng HuangWatch on the right socket file.
2009-08-12 Peng HuangFix some build warnings. 1.2.0.20090812
2009-08-11 Peng HuangDisable mkdir code in ibusbus.c
2009-08-11 Peng HuangCreate right path in ibusbus.c
2009-08-11 Peng HuangDo not mkdir in ibusbus.c
2009-08-10 Peng HuangRemove some unused variables.
2009-07-19 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-15 Peng HuangUse abstract socket in ibus-daemon
2009-06-25 Ding-Yi ChenAPIDOC: Completed IBusInputContext
2009-06-01 Ding-Yi ChenAPIDOC: Finished IBusConnection, IBusHotKey, IBusProxy
2009-04-20 Peng HuangCheck ownership of socket file.
2009-04-20 Peng HuangCheck socket's ownership when client connects to the...
2009-04-17 Peng HuangMerge commit 'definite/master'
2009-04-17 dchen@redhat.comAPI DOC-new: ibusdebug IBusError IBusFactory; and revised.
2009-04-16 dchen@redhat.comTranslation zh_TW updated; API DOC for IBusConfigServic...
2009-04-15 Peng HuangFix some problem when use IBUS_SESSION_ID
2009-04-15 Peng HuangAdd $IBUS_SESSION_ID in socket path.
2009-04-03 Peng HuangFix crash when ibus-daemon shutdown or restart
2009-03-09 Huang PengImplement ibus_bus_get_config function.
2009-02-16 Huang PengDo not call ibus_connection_flush in ibus_bus_exit...
2009-02-15 Huang PengRefine coding style.
2009-02-13 Peng HuangFlush connection to make sure IBus.Exit has been sent...
2009-02-11 Peng HuangFix a typo (Change Kill to Exit).
2009-02-10 Peng HuangFix problem on x86_64 platform.
2009-02-06 Huang PengAdd restart menu item in system menu.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.