ibus-daemon: use GFileMonitor instead of polling
[platform/upstream/ibus.git] / bus / main.c
2012-10-26 Daiki Uenoibus-daemon: use GFileMonitor instead of polling
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangFix review issues.
2012-02-21 Peng HuangReenable test casues for ibus-daemon
2011-01-05 Yusuke SatoFix --timeout command line option of ibus-daemon.
2010-11-16 Peng HuangRemove block call in ibus-daemon, and use async call...
2010-11-15 Yusuke SatoAdd function comments to bus/main.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-13 fujiwaratFix a build error of IBus-1.0.gir with gobject-introspe...
2010-09-09 Satoru TakabayashiAdd Emacs modeline for .c and .h files.
2010-09-09 Satoru TakabayashiMove the log handler code from bus/main.cc to src/ibuss...
2010-09-07 Peng HuangAdd time info in log message from satorux@chromium.org
2010-07-13 Peng HuangAdd a new ibus-daemon option to set cache mode.
2010-06-15 Peng HuangFix conflict between --restart and --replace
2010-06-14 Peng HuangAdd --restart option by satorux@chromium.org
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-02 Peng HuangAdd --version -V option for ibus-daemon
2010-01-15 Peng HuangUnify the help message.
2010-01-09 Peng HuangUpdate copyright.
2010-01-05 Peng HuangUse 5 scounds as default dbus reply timeout
2009-12-23 Peng HuangDo not init gthread if undefine G_THREADS_ENABLED.
2009-12-23 Peng HuangPoll engine changes in different thread.
2009-12-22 Peng Huangibus will poll changes of engines, and show notificatio...
2009-12-11 Peng HuangFix build error in bsd
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-10-03 Peng HuangUse 2 second as default timeout
2009-10-03 Peng HuangAdd --timeout option.
2009-08-12 Peng HuangOnly connect to the exist bus if the ibus_get_address...
2009-08-10 Peng HuangAdd argument --mem-profile to get memory profile of... 1.2.0.20090810
2009-05-31 Peng HuangAdd verbose argument for ibus_component_start function 1.1.0.20090531
2009-05-08 Peng HuangRefine coding style.
2009-05-07 Peng HuangOnly print out debug and warning messages when with...
2009-05-07 Peng HuangReplace strcmp with g_strcmp0
2009-03-02 Huang PengRefine coding style.
2009-03-02 Huang PengFix some compile problems with Sun C compiler.
2009-02-25 Peng HuangCheck current uid during startup.
2009-02-15 Huang PengRefine coding style.
2009-02-12 Peng HuangTry to make all child processes finished before ibus...
2009-02-11 Peng HuangAdd --replace option for ibus-daemon command.
2009-02-06 Huang PengChange rescan to re-scan
2009-02-06 Huang PengImplement --rescan option for ibus-daemon.
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.