summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos.Huang Peng2008-09-081-1/+1
* Work on client signals.Huang Peng2008-09-081-1/+1
* Add two capabilities for fbterm.Huang Peng2008-09-071-22/+62
* Use name_to_keycode to convert name to keyval.Huang Peng2008-08-311-3/+3
* Save default input engine and restore it when start ibus.Huang Peng2008-08-303-13/+42
* Update default factory when press Ctrl + Shift.Huang Peng2008-08-301-0/+1
* Set default_factory when user choice a engine in im menu.Huang Peng2008-08-302-0/+7
* Remoce unused code.Huang Peng2008-08-301-14/+2
* reset panel when switch engine.Huang Peng2008-08-291-0/+1
* Change defaul keyboard shortcutsHuang Peng2008-08-281-14/+27
* Do not print backtrace.Huang Peng2008-08-271-2/+1
* internationalize engine's nameHuang Peng2008-08-221-4/+15
* Ignore NumLock mask.0.1.1.20080821Huang Peng2008-08-211-0/+6
* Add configure items for keyboard shortcuts.Huang Peng2008-08-211-6/+43
* WIP.Huang Peng2008-08-211-15/+37
* Fix Ctrl + Shift problem.Huang Peng2008-08-191-7/+18
* Add register_reload_engines method.Huang Peng2008-08-172-0/+9
* Fix bug when do not install ibus in /usrHuang Peng2008-08-162-6/+6
* Install programs in @bindir@Huang Peng2008-08-131-1/+1
* Hide preedit when disable input method.Huang Peng2008-08-111-0/+1
* Fix a problem when press Ctrl-ShiftHuang Peng2008-08-111-0/+1
* Fix problem when unfocused context calls set_cursor_position.Huang Peng2008-08-111-1/+2
* Fix problem when restart ibus daemon.Huang Peng2008-08-101-0/+2
* Add C-Shift for next factory.Huang Peng2008-08-101-12/+37
* Add IBUS_PREFIX env in start scripts.Huang Peng2008-08-071-0/+1
* Kill: do reply before kill self.Huang Peng2008-08-061-2/+3
* Implement kill in ibus-daemon.Huang Peng2008-08-061-0/+8
* focus_out the input context when input context is destroyed.Huang Peng2008-08-041-1/+1
* Fix config bug.Huang Peng2008-07-312-23/+28
* Add Config{Add,Remove}Watch methods.Huang Peng2008-07-312-18/+67
* focus in the engine, after enable the engine.Huang Peng2008-07-301-0/+1
* Rename preload_engines to general/preload_engines.Huang Peng2008-07-301-1/+1
* Rename auto_enable_engine to preload_engines.Huang Peng2008-07-301-1/+5
* Implement Server.connection_removedHuang Peng2008-07-301-0/+3
* WIP.Huang Peng2008-07-301-1/+2
* WIP.Huang Peng2008-07-302-6/+8
* Fix typos.Huang Peng2008-07-302-2/+14
* Fix problem if pass None as reply_handler or error_handler to config_set_value.Huang Peng2008-07-301-8/+12
* Fix a typo.Huang Peng2008-07-301-1/+1
* Add ConfigReload signal.Huang Peng2008-07-301-0/+2
* Refactory bus.py.Huang Peng2008-07-302-12/+22
* Make gconf as DefaultConfig.Huang Peng2008-07-303-45/+52
* Add defaultconfig.pyHuang Peng2008-07-301-0/+1
* Remove {get,set}_{string,bool,int} methods.Huang Peng2008-07-302-66/+0
* Add {Get,Set}Value methods.Huang Peng2008-07-302-3/+35
* Make Config supports async and sync callHuang Peng2008-07-291-13/+24
* Fix a typo.Huang Peng2008-07-281-1/+1
* Refine coding style.Huang Peng2008-07-257-168/+168
* Refine coding style.Huang Peng2008-07-252-379/+413
* Support set_use_preeditHuang Peng2008-07-232-1/+14