Remove g_type_init() calls.
[platform/upstream/ibus.git] / src / ibusshare.c
2013-06-04 fujiwaratRemove g_type_init() calls.
2012-04-27 fujiwaratEnable to fall back /etc/machine-id
2012-03-07 Peng HuangRemove some unused code.
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-23 fujiwaratAdd ibus_unset_log_handler to remove the handler in...
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-05-11 Peng HuangFix build warnings with gcc 4.6
2011-01-06 Yusuke SatoSet the "g-default-timeout" property for ibusconfig...
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
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-04-29 Peng Huangmark ibus_free_strv as depracated
2010-04-08 Peng HuangTry to create dir $(HOME)/.config/ibus/bus every time...
2010-01-09 Peng HuangUpdate copyright.
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-09 Peng HuangMove all tmp file to ~/.config/ibus
2009-10-04 Peng HuangPut all files in $(HOME)/.ibus
2009-08-12 Peng HuangFix some build warnings. 1.2.0.20090812
2009-08-12 Peng HuangDuplicate address.
2009-08-12 Peng HuangUse one fprintf.
2009-08-11 Peng HuangUse %ld for pid
2009-08-11 Peng Huangcall g_unlink before write address.
2009-08-11 Peng HuangCheck if the daemon is alive in ibus_get_socket_address
2009-08-11 Peng HuangWrite IBUS_DAEMON_PID in address file.
2009-08-11 Peng HuangRemove ibus_get_socket_folder
2009-07-21 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-19 Peng HuangFix some build warnings. 1.2.0.20090719
2009-07-19 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-16 Peng HuangAdd include <stdio.h> to fix build warning.
2009-07-15 Peng HuangUse c version ibus_get_address in python directly
2009-07-15 Peng HuangUse abstract socket in ibus-daemon
2009-07-15 Peng HuangAdd ibus_get_local_machine_id function
2009-04-20 Peng HuangCheck socket's ownership when client connects to the...
2009-04-15 Peng HuangFix some problem when use IBUS_SESSION_ID
2009-04-15 Peng HuangAdd $IBUS_SESSION_ID in socket path.
2009-03-30 Peng HuangFix problem when create socket address.
2009-03-30 Peng HuangGet display name from gdk_display_get_name
2009-03-30 Peng HuangUse "unix" as hostname if hostname is empty.
2009-03-30 Peng HuangDoes not include X screen number in socket address.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.