Skip to content

Releases: ibus/ibus

1.3.8

02 Jun 04:32
Compare
Choose a tag to compare
  • Fix CPU 100% usage with signal.SIGCHLD
  • Destroy existing connection before creating a new connection, and only create the fake context once.
  • Move the candidate window just above the cursor when the window and a preedit string overlap.
  • Enable key snooper by default again
  • Always consume the hotkey, even if the hotkey associated engine already activated.
  • Fix race condition in bus_ibus_impl_create_engine()
  • Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6
  • Implement stress tool for ibus.
  • Fix a build error with GTK3 gdkkeysyms.h
  • Add time info in log message from satorux@chromium.org
  • Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
  • Fix segv in bus_engine_proxy_process_key_event_reply_cb
  • Fix property issue.
  • Updated many translations.

1.3.7

02 Jun 04:33
Compare
Choose a tag to compare
Release 1.3.7

1.3.6

02 Jun 04:34
Compare
Choose a tag to compare
Release 1.3.6

1.3.5

02 Jun 04:36
Compare
Choose a tag to compare
  • Support gtk3
  • Support gobject-introspection
  • Support vala language
  • Fix some bugs
  • read env IBUS_SNOOPER_APPS

1.3.4

02 Jun 04:37
Compare
Choose a tag to compare
Release 1.3.4

1.3.3

02 Jun 08:38
Compare
Choose a tag to compare
  • Add configure option to disable key snooper in gtk im context
  • Fix a crash in ibus-x11
  • Fix a crash in ibus-daemon
  • For show language bar option, use {Embedded in menu} to replace {Never}.
  • Update some translation files

1.3.2

02 Jun 08:39
Compare
Choose a tag to compare
  • Fix crash if ibus loads engine.xml failed
  • Fix focus problems
  • Does not hard code iso-codes location
  • Fix link problem with binutils-gold
  • Updated translations.

1.3.1

02 Jun 08:40
Compare
Choose a tag to compare
  • Fixed candidates windows bug
  • Does not check glib micro version in ibus im module
  • Simplified build output
  • Added some configure arguments
  • Updated translations.

1.2.1

02 Jun 08:59
Compare
Choose a tag to compare
Release 1.2.1

1.3.0

02 Jun 08:57
Compare
Choose a tag to compare
  • use floating IBusObject
  • support share one global engine in all applications
  • some ui improvements
  • many bug fixing