summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* WIP.qt3Huang Peng2008-09-193-46/+213
* WIP.Huang Peng2008-09-191-0/+4
* Remove dbus from ibus.pro.Huang Peng2008-09-191-1/+1
* Update build system for qt3 im module.Huang Peng2008-09-194-1/+97
* Create symbol links for qt3.Huang Peng2008-09-195-0/+5
* Include gconf python binding from gnome-python2.Huang Peng2008-09-171-3/+4
* Refine coding style.Huang Peng2008-09-171-35/+36
* Refine coding style.Huang Peng2008-09-171-6/+12
* Refine coding style.Huang Peng2008-09-172-16/+32
* Refine code.Huang Peng2008-09-171-46/+54
* Use g_fprintfHuang Peng2008-09-171-2/+2
* Use g_strcmp0 replace strcmpHuang Peng2008-09-171-1/+1
* Refine coding style.Huang Peng2008-09-171-25/+59
* Use g_slice_new to replace g_new for better performance.Huang Peng2008-09-161-9/+8
* Don't use send_event field in GdkEventKey. And fixed some compile warnings.Huang Peng2008-09-164-7/+7
* Fix mem leak.Huang Peng2008-09-161-5/+10
* Call setFocusWidget to replace focusOutHuang Peng2008-09-161-6/+6
* FocusOut widget when widgetDestroyed.Huang Peng2008-09-161-0/+4
* Remove slot setFocus.Huang Peng2008-09-162-11/+0
* Free map return by XGetKeyboardMapping.Huang Peng2008-09-151-3/+6
* Hack japan [yen bar] key for qt immodule.Huang Peng2008-09-155-7/+101
* Use default cursor location.Huang Peng2008-09-151-13/+34
* Does not process key event if context does not have focus.Huang Peng2008-09-151-3/+2
* Workaround for increase search for treeview.Huang Peng2008-09-151-15/+11
* Use g_signal_emit to replace g_signal_emit_by_name for better performance.Huang Peng2008-09-141-12/+43
* Forward event directly.Huang Peng2008-09-141-4/+8
* Fix problem when start a program with usermode-helper.Huang Peng2008-09-121-0/+15
* Add debug code to output environ.Huang Peng2008-09-121-1/+8
* Include gdk/gdk.hHuang Peng2008-09-061-1/+1
* Fix sudo problem.Huang Peng2008-09-061-2/+4
* Hack Japan [yen bar] & [backslash underbar] keys.Huang Peng2008-09-061-6/+14
* Use g_dgettext when glib2 >= 2.18.0Huang Peng2008-09-031-2/+6
* Fix problem in nautilus.Huang Peng2008-09-031-1/+2
* Remove IBusClient::slotFileChanged.Huang Peng2008-09-021-2/+2
* Add x11 in CONFIG. To let qt im module built with x11 libraries.Huang Peng2008-09-021-1/+1
* Use ibus gtk im module for ja, ko, zh.Huang Peng2008-08-311-1/+1
* Add about dialog in ibus menu.Huang Peng2008-08-301-0/+1
* Translate im menu.Huang Peng2008-08-302-0/+12
* Use 0 for timestamp of XEvent.Huang Peng2008-08-271-0/+3
* Fix selection problem in gedit.Huang Peng2008-08-271-1/+3
* Update the context_name of im info.Huang Peng2008-08-251-1/+1
* Update headers.Huang Peng2008-08-252-2/+2
* Replase "The Input Bus" with iBusHuang Peng2008-08-251-2/+2
* Fix problem in KDE.Huang Peng2008-08-251-0/+3
* Refine Makefile.amHuang Peng2008-08-222-4/+11
* Fix problem when restart ibus-daemon.Huang Peng2008-08-223-1/+6
* Use QString::isEmpty() replace QString::isNull() to avoiding some problems.Huang Peng2008-08-221-4/+4
* WIP.Huang Peng2008-08-211-2/+3
* Check CreateInputContext's return value.Huang Peng2008-08-211-0/+2
* Test CreateInputContext's return value.Huang Peng2008-08-211-0/+2