summaryrefslogtreecommitdiffstats
path: root/client/gtk2
Commit message (Expand)AuthorAgeFilesLines
* Use a global focus_im_context to track the focus, and deliver the keyPeng Huang2009-03-301-57/+27
* 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
* Clear preedit when input context is disabled.Huang Peng2009-02-281-0/+9
* 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-101-1/+1
* re-implement ibus in c language.Huang Peng2009-02-053-265/+280
* Fix crash in x86_64 platform.Huang Peng2009-02-032-30/+30
* Fix problem in gtk im module.Huang Peng2008-10-021-4/+10
* Use IBusAttribut replace PangoAttribute.Huang Peng2008-10-021-3/+31
* set_capabilities when frontend establishs ibus connection.Huang Peng2008-09-201-5/+12
* Add new IBUS_CAP_FOCUS capability for input context.Huang Peng2008-09-201-1/+6
* 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
* Don't use send_event field in GdkEventKey. And fixed some compile warnings.Huang Peng2008-09-162-5/+3
* 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
* Add debug code to output environ.Huang Peng2008-09-121-1/+8
* Use g_dgettext when glib2 >= 2.18.0Huang Peng2008-09-031-2/+6
* Fix problem in nautilus.Huang Peng2008-09-031-1/+2
* 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
* 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
* Refine Makefile.amHuang Peng2008-08-221-3/+7
* WIP.Huang Peng2008-08-211-2/+3
* Fix segfault when starting ibus.Huang Peng2008-08-211-0/+2
* Add code to work around bug http://code.google.com/p/ibus/issues/detail?id=25.Huang Peng2008-08-191-7/+12
* Check event.window when forward events.Huang Peng2008-08-171-1/+7
* Fix some compile warnings.Huang Peng2008-08-171-2/+10
* Fix segment fault when start or close ibus daemon.Huang Peng2008-08-172-21/+53
* Fix some typos in Makefile.amHuang Peng2008-08-161-3/+4
* Fix make distcheck error.Huang Peng2008-08-161-0/+1
* Fix mem leak, when finalize a ibus im context.Huang Peng2008-08-161-1/+4
* WIP.Huang Peng2008-08-161-2/+5
* gtk im module can work now.Huang Peng2008-08-161-1/+20
* WIP.Huang Peng2008-08-162-47/+119