summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Clear preedit when input context is disabled.Huang Peng2009-02-281-0/+9
|
* Fix compile warnings.Huang Peng2009-02-161-13/+13
|
* Add G_MOSULE_EXPORT on some functions.Huang Peng2009-02-141-10/+8
|
* Rename iBus to IBus.Peng Huang2009-02-111-1/+1
|
* Fix compile warnings.Peng Huang2009-02-102-24/+24
|
* Add restart menu item in system menu.Huang Peng2009-02-061-1/+1
|
* re-implement ibus in c language.Huang Peng2009-02-057-372/+444
|
* Fix crash in x86_64 platform.Huang Peng2009-02-032-30/+30
|
* Use LOG replace g_debugHuang Peng2008-10-161-3/+3
|
* Convert IBusAttribute for au to (uuuu)Huang Peng2008-10-121-0/+1
|
* Specify qt4 make flags when generate Makefile from .pro file.Huang Peng2008-10-051-1/+1
|
* Handle XIM_GET_IC_VALUES event.Huang Peng2008-10-051-3/+29
|
* Fix XIM freezing problem.Huang Peng2008-10-051-61/+66
|
* Return 0 when XIM_GET_IC_VALUES is received.Huang Peng2008-10-031-1/+1
|
* Return 0 if ibus does not handle xim event.Huang Peng2008-10-031-3/+1
|
* Remove _is_attr.Huang Peng2008-10-031-8/+4
|
* Refine debug output.Huang Peng2008-10-031-3/+3
|
* Fix problems in ibus-x11.Huang Peng2008-10-021-1/+1
|
* Fix problem in gtk im module.Huang Peng2008-10-021-4/+10
|
* Use IBusAttribute in ibus-x11.Huang Peng2008-10-021-11/+47
|
* Use IBusAttribut replace PangoAttribute.Huang Peng2008-10-021-3/+31
|
* Free preedit_string & preedit_attrs.Huang Peng2008-10-011-0/+5
|
* Support input style.Huang Peng2008-10-011-1/+6
|
* WIP.Huang Peng2008-10-011-31/+8
|
* WIP.Huang Peng2008-10-011-15/+179
|
* Fix problem when works with imsettings.Huang Peng2008-09-251-1/+1
|
* Retrun 0 if can not find ic.Huang Peng2008-09-231-11/+18
|
* Remove _focus_ic.Huang Peng2008-09-211-21/+3
|
* set_capabilities when frontend establishs ibus connection.Huang Peng2008-09-203-9/+23
|
* Add new IBUS_CAP_FOCUS capability for input context.Huang Peng2008-09-204-4/+16
|
* Set focus if ic without focus.Huang Peng2008-09-201-3/+9
|
* 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
|