summaryrefslogtreecommitdiff
path: root/src/ibusenginesimple.c
Commit message (Expand)AuthorAgeFilesLines
* ibusenginesimple: Fix to send char position at update_preedit_textfujiwarat2022-01-061-2/+2
* src/ibuscomposetable: Do not output incompleted compose dead keysfujiwarat2021-08-201-25/+5
* src/ibusenginesimple: Make Compose preedit less intrusivefujiwarat2021-07-261-81/+220
* src/ibusenginesimple: Change gint to intfujiwarat2021-07-261-29/+29
* src/ibusenginesimple: Multi_key to 0xB7fujiwarat2021-07-261-26/+23
* src/ibuscomposetable: Move ibus_compose_table_checkfujiwarat2021-07-261-513/+70
* Fix code reviewsfujiwarat2021-06-161-6/+15
* Delete deprecated g_type_class_add_private since glib 2.58fujiwarat2019-09-061-4/+4
* src/tests: Fix ibus-compose for IBusComposeTableExfujiwarat2019-06-281-1/+13
* src: Change a fixed compose buffer to a variable onefujiwarat2019-05-291-23/+25
* src: Enable multiple compose output and long key sequences in user comopsefujiwarat2019-05-241-23/+64
* src: Support 32bit and multiple compose outputsfujiwarat2019-05-091-40/+126
* src: Clear preedit in IBusEngineSimple with focus changesfujiwarat2018-12-101-3/+20
* src: Show compose preedit with custom compose filefujiwarat2018-12-071-40/+53
* RHEL code reviewsfujiwarat2018-07-241-5/+17
* ibusenginesimple: Do not show combined character on compose preeditfujiwarat2018-06-291-56/+63
* ibusenginesimple: Enable preedit for compose keysfujiwarat2018-06-271-51/+115
* src: Reintroduce the hex mode keybind with an environment variableAaron Muir Hamilton2017-11-171-0/+5
* src: Added some error handlings from a code reviewfujiwarat2017-11-091-10/+58
* client/gtk2: Do not send key events to GtkIMContextSimplefujiwarat2017-09-061-21/+2
* Move emoji implementation from IBusEngineSimple to IBusPanelfujiwarat2017-03-051-5/+2
* src: Avoid emoji typing during Unicode typingfujiwarat2017-01-111-4/+6
* src: Enable PageUp, PageDown, CandidateClick buttons with emoji lookupfujiwarat2016-10-061-0/+55
* src: Enable to type digit to commit emoji on lookup windowfujiwarat2016-10-061-2/+78
* src: Hide lookup table if emoji annotation does not hitfujiwarat2016-10-061-2/+12
* engine: Implement Emoji typing with XKB enginesfujiwarat2016-06-211-37/+406
* src: Use cache file for compose table for launching timefujiwarat2016-02-101-46/+87
* src: Change guint to guint16 in ibusenginesimple.cfujiwarat2016-01-291-7/+7
* src: Unify duplicated check_compact_table() and check_algorithmically()fujiwarat2016-01-291-40/+76
* Use LC_CTYPE in IBusEngineSimple until g_get_language_names() is fixedfujiwarat2015-07-031-8/+14
* Load locale compose files dynamically.fujiwarat2015-05-181-46/+44
* Fix compose keys in French layout bepo variant.fujiwarat2014-09-081-4/+4
* Fix escape key with Ctrl+Shift+U ISO 14755.fujiwarat2014-06-121-9/+38
* Update en-us compose table and add locale tables for xkb engines.fujiwarat2013-11-011-10/+38
* Update source files with LGP 2.1 according to COPYING.fujiwarat2013-08-091-0/+20
* Remove transfer container in ibus_engine_simple_add_table.fujiwarat2012-12-081-1/+1
* Fix to return false in ibus_simple_engine_process_key_eventfujiwarat2012-02-291-1/+5
* Remove redefinition of typedef IBusEngineSimplePrivate.Peng Huang2012-02-271-2/+0
* Fix review issues.Peng Huang2012-02-211-1/+1
* Comment out all debug log in ibusenginesimple.cPeng Huang2012-02-211-18/+17
* Add xkb layouts switch support and add three demo xkb layouts.Peng Huang2012-02-211-0/+2
* Port gtk_im_context_simple_add_table to libibus.Peng Huang2012-02-211-213/+240
* Integrate IBusEngineSimple from ibus-xkb project.Peng Huang2012-02-211-0/+882