summaryrefslogtreecommitdiffstats
path: root/client/gtk2/ibusimcontext.c
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-291-251/+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
* Fix compile warnings.Peng Huang2009-02-101-1/+1
* re-implement ibus in c language.Huang Peng2009-02-051-248/+260
* Fix crash in x86_64 platform.Huang Peng2009-02-031-1/+1
* 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
* 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-161-4/+2
* 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
* Use g_dgettext when glib2 >= 2.18.0Huang Peng2008-09-031-2/+6
* Fix problem in nautilus.Huang Peng2008-09-031-1/+2
* Add about dialog in ibus menu.Huang Peng2008-08-301-0/+1
* Fix selection problem in gedit.Huang Peng2008-08-271-1/+3
* Update headers.Huang Peng2008-08-251-1/+1
* 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-171-20/+51
* Fix mem leak, when finalize a ibus im context.Huang Peng2008-08-161-1/+4
* gtk im module can work now.Huang Peng2008-08-161-1/+20
* WIP.Huang Peng2008-08-161-47/+118
* WIP.Huang Peng2008-08-161-0/+62
* WIP.Huang Peng2008-08-161-0/+534