summaryrefslogtreecommitdiff
path: root/bus/ibusimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Add Emacs modeline for .c and .h files.Satoru Takabayashi2010-09-091-0/+1
| | | | | | | | | /* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */ TEST=confirmed that the modelines for vim and emacs both worked. BUG=none Review URL: http://codereview.appspot.com/2168042
* Support engine specific hotkey.James Su2010-07-311-0/+3
| | | | | | | | | | | | BUG=http://crosbug.com/2543 TEST=none With this CL, each engine can specify one or more special activation hotkeys. This CL doesn't support customizing global hotkeys per engine. I'd still prefer to customize the global hotkeys based on current locale rather than input method engine. Add hotkeys property to IBusEngineDesc, so that each engine can specify their own special hotkeys. This is useful for input methods that have dedicated hotkeys, such as Japanese input methods, which has a dedicated hotkey key: Kana. Review URL: http://codereview.chromium.org/1702015
* Part 1 of XKB support.James Su2010-06-011-0/+10
| | | | | | | | | This change includes: 1. Adds hotkey for switching to previous engine (renaming the old unused "prev_engine" to previous_engine). 2. Renames next_engine hotkey to next_engine_in_menu. 3. Saves/loads current and previous global engine names to/from config. 4. Adds enable_by_default config to enable the input method by default. 5. Moves hotkey filter function from inputcontext.c into ibusimpl.c.
* Change the default setting of use_global_engine, and remove some unusedPeng Huang2010-02-201-1/+0
| | | | code.
* Add embed_preedit support to ibus.Peng Wu2010-02-201-0/+1
|
* Support share global engine in all input context from Su Zhe.Peng Huang2010-01-301-1/+4
|
* Update copyright.Peng Huang2010-01-101-2/+2
|
* Add Copying for Red HatPeng Huang2009-10-231-0/+1
|
* Change file headerPeng Huang2009-10-231-1/+1
|
* Add configure item for keyboard layoutPeng Huang2009-06-171-0/+2
|
* Implement keymaps, merged keymaps branchPeng Huang2009-06-141-0/+4
|
* re-implement ibus in c language.Huang Peng2009-02-051-0/+102