summaryrefslogtreecommitdiff
path: root/src/ibusshare.c
Commit message (Expand)AuthorAgeFilesLines
* Implement ibus-extension-gtk3 for the global keybindingfujiwarat2018-02-201-1/+3
* Don't warn if DISPLAY is not setMatthias Clasen2016-03-081-4/+1
* Increase dbus timeout to 15 secondsfujiwarat2015-01-061-2/+3
* Fix leak in ibus_get_local_machine_id()Christophe Fergeau2014-04-171-1/+3
* Update source files with LGP 2.1 according to COPYING.fujiwarat2013-08-091-5/+5
* registry: use binary format instead of XML for cacheDaiki Ueno2013-07-121-0/+2
* Remove g_type_init() calls.fujiwarat2013-06-041-0/+2
* Enable to fall back /etc/machine-idfujiwarat2012-04-271-1/+5
* Remove some unused code.Peng Huang2012-03-071-51/+0
* Add ibus_unset_log_handler to remove the handler in ibus_set_log_handlerfujiwarat2012-02-231-1/+18
* Check IBUS_CONFIG_HOME environment variable when reading/writing the socket f...Yusuke Sato2011-06-171-0/+5
* Add IBUS_ERROR domain and reply IBUS_ERROR_NO_ENGINE in org.freedesktop.IBus....Peng Huang2011-06-151-0/+1
* Fix build warnings with gcc 4.6Peng Huang2011-05-101-2/+3
* Set the "g-default-timeout" property for ibusconfig, ibusinputcontext, and ib...Yusuke Sato2011-01-071-1/+22
* Use gdbus in glib, and get rid of libdbusPeng Huang2010-11-031-5/+20
* Add Emacs modeline for .c and .h files.Satoru Takabayashi2010-09-091-0/+1
* Move the log handler code from bus/main.cc to src/ibusshare.cc.Satoru Takabayashi2010-09-091-0/+39
* mark ibus_free_strv as depracatedPeng Huang2010-04-291-1/+0
* Try to create dir $(HOME)/.config/ibus/bus every time to avoid apps wakePeng Huang2010-04-081-1/+6
* Update copyright.Peng Huang2010-01-101-2/+2
* Add Copying for Red HatPeng Huang2009-10-231-0/+1
* Change file headerPeng Huang2009-10-231-1/+1
* Move all tmp file to ~/.config/ibusPeng Huang2009-10-101-2/+2
* Put all files in $(HOME)/.ibusPeng Huang2009-10-041-5/+5
* Fix some build warnings.1.2.0.20090812Peng Huang2009-08-121-3/+4
* Duplicate address.Peng Huang2009-08-121-2/+11
* Use one fprintf.Peng Huang2009-08-121-3/+5
* Use %ld for pidPeng Huang2009-08-121-1/+1
* call g_unlink before write address.Peng Huang2009-08-121-0/+1
* Check if the daemon is alive in ibus_get_socket_addressPeng Huang2009-08-121-8/+24
* Write IBUS_DAEMON_PID in address file.Peng Huang2009-08-121-0/+2
* Remove ibus_get_socket_folderPeng Huang2009-08-111-22/+0
* Fix some build warnings.1.2.0.20090719Peng Huang2009-07-191-2/+3
* Add include <stdio.h> to fix build warning.Peng Huang2009-07-171-0/+1
* Use c version ibus_get_address in python directlyPeng Huang2009-07-151-1/+1
* Use abstract socket in ibus-daemonPeng Huang2009-07-151-9/+59
* Add ibus_get_local_machine_id functionPeng Huang2009-07-151-0/+14
* Check socket's ownership when client connects to the daemonPeng Huang2009-04-201-0/+23
* Fix some problem when use IBUS_SESSION_IDPeng Huang2009-04-151-4/+4
* Add $IBUS_SESSION_ID in socket path.Peng Huang2009-04-151-0/+25
* Fix problem when create socket address.Peng Huang2009-03-301-8/+11
* Get display name from gdk_display_get_namePeng Huang2009-03-301-3/+14
* Use "unix" as hostname if hostname is empty.Peng Huang2009-03-301-0/+3
* Does not include X screen number in socket address.Peng Huang2009-03-301-2/+2
* re-implement ibus in c language.Huang Peng2009-02-051-0/+164