1 | | {{{ |
2 | | client/gtk2/ibusimcontext: Fix wrong cursor location in gtk3 apps (Alynx Zhou) 936a0e76 |
3 | | Update URLS (Eberhard Beilharz) ecca9db0 |
4 | | client/gtk2/ibusimcontext: Implement clear preedit for GTK4 (fujiwarat) 5487a6ba |
5 | | client/gtk2/ibusimcontext: Calculate keycode from keysym in GTK3 forward-key-event (fujiwarat) 4957d146 |
6 | | Fix build errors in Ubuntu focal (fujiwarat) fbea5441 |
7 | | client/gtk2/ibusimcontext: Fix a key event loop with forwarding keys (fujiwarat) 6b979e78 |
8 | | src/tests: Add --screendump option in ibus-desktop-testing-runner (fujiwarat) 51e32956 |
9 | | ui/gtk3: Erase Emojier preedit/lookup popup between applications (fujiwarat) acc55705 |
10 | | ui/gtk2: Deprecate gettext.bind_textdomain_codeset() since Python 3.8 (fujiwarat) 28acfd43 |
11 | | travis: git config pull.rebase false (fujiwarat) d53d31d2 |
12 | | src/ibuscomposetable: invalidate cache based on symlink mtime too (Naïm Favier) cfcc6f19 |
13 | | travis: Fix bindings/pygobject/test-override-ibus.py (fujiwarat) be179342 |
14 | | autogen: Delete gnome-autogen dependency (fujiwarat) 2bc47f09 |
15 | | src: Disable emoji shortcut key with no-emoji hint (fujiwarat) 104148bc |
16 | | travis: Add autopint dependency (fujiwarat) 675b94f6 |
17 | | ibusenginesimple: Fix to send char position at update_preedit_text (fujiwarat) f5757ada |
18 | | data/dconf: Change XKB layout string color in panel (fujiwarat) 0e118e7e |
19 | | data/dconf: Add Ctrl-semicolon to Emoji shortcut key (fujiwarat) d9ff2bb6 |
20 | | Fix unref problems with floating references (Eberhard Beilharz) 5a455b1e |
21 | | ui/gtk3: Update man page for Emoji shortcut key (Sibo Dong) ad95015d |
22 | | src: Add IBUS_INPUT_HINT_PRIVATE for browser private mode (fujiwarat) 0f1485bf |
23 | | bus: mkdir socket dirs instead of socket paths (fujiwarat) 787b5649 |
24 | | bus: Do not mkdir abstract unix socket (fujiwarat) dfd3fbf2 |
25 | | src: Fix ibus_key_event_from_string for gobject-introspection (fujiwarat) c69b61aa |
26 | | src, client/x11: Add systemd unit file (Carlos Garnacho) a076b388 |
27 | | src/services: Add org.freedesktop.IBus.session.generic.service (fujiwarat) b5423f0c |
28 | | client/gtk2/ibusimcontext: Fix forward key keycode for GTK4 (Changwoo Ryu) 5cfe8387 |
29 | | src/tests: Fix typos (fujiwarat) a82bda58 |
30 | | src/ibuscompose: Check algorithm dead key by 9 length (fujiwarat) 19377ad2 |
31 | | src/ibusenginesimple: Support GTK4 coompose file (fujiwarat) df664b1f |
32 | | ui/gtk3: Check XDG_SESSION_DESKTOP for Plasma desktop (fujiwarat) 1f275214 |
33 | | engine: Update simple.xml with xkeyboard-config 2.35.1 (fujiwarat) a3c07241 |
34 | | src: Update ibusunicodegen.h with unicode-ucd 14.0.0 (fujiwarat) 9bf9ef01 |
35 | | }}} |
| 1 | - client/gtk2/ibusimcontext: Fix wrong cursor location in gtk3 apps |
| 2 | - Update URLS |
| 3 | - client/gtk2/ibusimcontext: Implement clear preedit for GTK4 |
| 4 | - client/gtk2/ibusimcontext: Calculate keycode from keysym in GTK3 forward-key-event |
| 5 | - Fix build errors in Ubuntu focal |
| 6 | - client/gtk2/ibusimcontext: Fix a key event loop with forwarding keys |
| 7 | - src/tests: Add --screendump option in ibus-desktop-testing-runner |
| 8 | - ui/gtk3: Erase Emojier preedit/lookup popup between applications |
| 9 | - ui/gtk2: Deprecate gettext.bind_textdomain_codeset() since Python 3.8 |
| 10 | - travis: git config pull.rebase false |
| 11 | - src/ibuscomposetable: invalidate cache based on symlink mtime too |
| 12 | - travis: Fix bindings/pygobject/test-override-ibus.py |
| 13 | - autogen: Delete gnome-autogen dependency |
| 14 | - src: Disable emoji shortcut key with no-emoji hint |
| 15 | - travis: Add autopint dependency |
| 16 | - ibusenginesimple: Fix to send char position at update_preedit_text |
| 17 | - data/dconf: Change XKB layout string color in panel |
| 18 | - data/dconf: Add Ctrl-semicolon to Emoji shortcut key |
| 19 | - Fix unref problems with floating references |
| 20 | - ui/gtk3: Update man page for Emoji shortcut key |
| 21 | - src: Add IBUS_INPUT_HINT_PRIVATE for browser private mode |
| 22 | - bus: mkdir socket dirs instead of socket paths |
| 23 | - bus: Do not mkdir abstract unix socket |
| 24 | - src: Fix ibus_key_event_from_string for gobject-introspection |
| 25 | - src, client/x11: Add systemd unit file |
| 26 | - src/services: Add org.freedesktop.IBus.session.generic.service |
| 27 | - client/gtk2/ibusimcontext: Fix forward key keycode for GTK4 |
| 28 | - src/tests: Fix typos |
| 29 | - src/ibuscompose: Check algorithm dead key by 9 length |
| 30 | - src/ibusenginesimple: Support GTK4 coompose file |
| 31 | - ui/gtk3: Check XDG_SESSION_DESKTOP for Plasma desktop |
| 32 | - engine: Update simple.xml with xkeyboard-config 2.35.1 |
| 33 | - src: Update ibusunicodegen.h with unicode-ucd 14.0.0 |