gnome-shell/js/misc
Takao Fujiwara 6170bea283 inputMethod: Fix delete-surrounding-text signal
Forward the arguments at the 'delete-surrounding-text' signal
from IBusInputContext to clutter_input_method_delete_surrounding()
so that ibus-typing-booster use the deleting surrounding text function.

Input method engines can delete the output text in applications
with this function.

This change will require a change of mutter of mutter!517
because the first arguemnt of the 'delete-surrounding-text' is INT
to express the offset of the current cursor position but
the first one of clutter_input_method_delete_surrounding() is UINT
since the Wayland spec accepts UINT in delete_surrounding()

mutter will change the type of the first one to INT in
clutter_input_method_delete_surrounding() to work with this change.

https://gitlab.gnome.org/GNOME/mutter/issues/539
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/477
2020-03-27 19:42:07 +00:00
..
config.js.in networkAgent: Drop VPN plugin cache 2020-03-17 14:07:15 +00:00
extensionUtils.js extensionSystem: Add hasUpdate state 2020-01-30 13:37:47 +00:00
fileUtils.js fileUtils: Remove some compatibility code 2020-03-09 13:18:48 +00:00
gnomeSession.js cleanup: Require "dangling" commas 2019-11-11 19:25:14 +00:00
history.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
ibusManager.js ibusManager: Simplify code a bit 2020-03-24 08:27:27 +01:00
inputMethod.js inputMethod: Fix delete-surrounding-text signal 2020-03-27 19:42:07 +00:00
introspect.js introspect: Add AnimationsEnabled property 2020-02-20 11:14:55 +00:00
jsParse.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
keyboardManager.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
loginManager.js cleanup: Use JSDoc for documentation comments 2019-11-11 19:25:14 +00:00
meson.build networkAgent: Drop VPN plugin cache 2020-03-17 14:07:15 +00:00
modemManager.js modemManager: fixed dbus path for GDBusProxy 2020-03-19 12:23:26 +01:00
objectManager.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
params.js cleanup: Only omit braces for single-line blocks 2019-11-11 19:25:14 +00:00
permissionStore.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
smartcardManager.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
systemActions.js js: Don't use templates in files with translations 2020-02-17 23:20:40 +01:00
util.js util: Don't wiggle when animations are disabled 2020-02-22 16:38:43 +00:00
weather.js weather: Only require auto-location authorization if sandboxed 2019-12-09 11:10:54 +00:00