summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Use a global focus_im_context to track the focus, and deliver the keyPeng Huang2009-03-301-57/+27
| | | | event to the focus_im_context.
* Fix problem when create socket address.Peng Huang2009-03-301-1/+1
|
* Get display name from gdk_display_get_namePeng Huang2009-03-301-0/+2
|
* Use gtk key snooper to get the key events.Peng Huang2009-03-291-12/+77
|
* Change ibuscontext => ibusimcontext; ibus_context => ibuscontextPeng Huang2009-03-291-222/+229
|
* Remove private struct.Peng Huang2009-03-292-261/+222
|
* Emit preedit-start & preedit-end signals.Peng Huang2009-03-291-7/+16
|
* Remove is_press argument from gtk im module.Huang Peng2009-03-111-2/+1
|
* Do not restore preedit in _enabled_cb.Huang Peng2009-03-051-1/+1
|
* Fix some compile problems with Sun C compiler.Huang Peng2009-03-021-5/+5
|
* 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
|