summaryrefslogtreecommitdiffstats
path: root/x11/main.c
Commit message (Expand)AuthorAgeFilesLines
* WIP.Huang Peng2008-08-161-761/+0
* WIP.Huang Peng2008-08-161-0/+2
* Set XErrorHandler.0.1.1.20080815Huang Peng2008-08-151-16/+29
* Fix X error with rxvt.Huang Peng2008-08-141-16/+26
* Fix segfault when use ibus with urxvt.Huang Peng2008-08-141-0/+1
* Fix compile warning.Huang Peng2008-08-141-2/+4
* Use g_new0 replace g_malloc0Huang Peng2008-08-141-2/+2
* Change header of main.cHuang Peng2008-08-141-2/+3
* Use g_atexit replace atexit.Huang Peng2008-08-131-1/+1
* WIP.Huang Peng2008-08-101-1/+1
* Refine code.Huang Peng2008-08-091-17/+15
* Use atexit to kill daemonHuang Peng2008-08-081-477/+470
* Handler X IO Error.Huang Peng2008-08-071-3/+15
* Kill daemon when ibus-x11 exit.Huang Peng2008-08-071-2/+28
* Close ibus-xim when connection be closed.Huang Peng2008-08-061-0/+13
* Use gtk_main to replace g_main_loop.Huang Peng2008-08-061-12/+4
* Remove preedit related functions.Huang Peng2008-07-231-58/+0
* Refine coding style.Huang Peng2008-07-231-35/+35
* Remove some output.Huang Peng2008-07-231-2/+2
* Add preedit code.Huang Peng2008-07-231-61/+123
* Forward key event.Huang Peng2008-07-231-5/+6
* Implement ibus xim agent.Huang Peng2008-07-231-0/+693