| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Hide preedit when disable input method. | Huang Peng | 2008-08-11 | 1 | -0/+1 | |
| * | Fix a problem when press Ctrl-Shift | Huang Peng | 2008-08-11 | 1 | -0/+1 | |
| * | Fix problem when unfocused context calls set_cursor_position. | Huang Peng | 2008-08-11 | 1 | -1/+2 | |
| * | Fix problem when restart ibus daemon. | Huang Peng | 2008-08-10 | 1 | -0/+2 | |
| * | Add C-Shift for next factory. | Huang Peng | 2008-08-10 | 1 | -12/+37 | |
| * | Add IBUS_PREFIX env in start scripts. | Huang Peng | 2008-08-07 | 1 | -0/+1 | |
| * | Kill: do reply before kill self. | Huang Peng | 2008-08-06 | 1 | -2/+3 | |
| * | Implement kill in ibus-daemon. | Huang Peng | 2008-08-06 | 1 | -0/+8 | |
| * | focus_out the input context when input context is destroyed. | Huang Peng | 2008-08-04 | 1 | -1/+1 | |
| * | Fix config bug. | Huang Peng | 2008-07-31 | 2 | -23/+28 | |
| * | Add Config{Add,Remove}Watch methods. | Huang Peng | 2008-07-31 | 2 | -18/+67 | |
| * | focus in the engine, after enable the engine. | Huang Peng | 2008-07-30 | 1 | -0/+1 | |
| * | Rename preload_engines to general/preload_engines. | Huang Peng | 2008-07-30 | 1 | -1/+1 | |
| * | Rename auto_enable_engine to preload_engines. | Huang Peng | 2008-07-30 | 1 | -1/+5 | |
| * | Implement Server.connection_removed | Huang Peng | 2008-07-30 | 1 | -0/+3 | |
| * | WIP. | Huang Peng | 2008-07-30 | 1 | -1/+2 | |
| * | WIP. | Huang Peng | 2008-07-30 | 2 | -6/+8 | |
| * | Fix typos. | Huang Peng | 2008-07-30 | 2 | -2/+14 | |
| * | Fix problem if pass None as reply_handler or error_handler to config_set_value. | Huang Peng | 2008-07-30 | 1 | -8/+12 | |
| * | Fix a typo. | Huang Peng | 2008-07-30 | 1 | -1/+1 | |
| * | Add ConfigReload signal. | Huang Peng | 2008-07-30 | 1 | -0/+2 | |
| * | Refactory bus.py. | Huang Peng | 2008-07-30 | 2 | -12/+22 | |
| * | Make gconf as DefaultConfig. | Huang Peng | 2008-07-30 | 3 | -45/+52 | |
| * | Add defaultconfig.py | Huang Peng | 2008-07-30 | 1 | -0/+1 | |
| * | Remove {get,set}_{string,bool,int} methods. | Huang Peng | 2008-07-30 | 2 | -66/+0 | |
| * | Add {Get,Set}Value methods. | Huang Peng | 2008-07-30 | 2 | -3/+35 | |
| * | Make Config supports async and sync call | Huang Peng | 2008-07-29 | 1 | -13/+24 | |
| * | Fix a typo. | Huang Peng | 2008-07-28 | 1 | -1/+1 | |
| * | Refine coding style. | Huang Peng | 2008-07-25 | 7 | -168/+168 | |
| * | Refine coding style. | Huang Peng | 2008-07-25 | 2 | -379/+413 | |
| * | Support set_use_preedit | Huang Peng | 2008-07-23 | 2 | -1/+14 | |
| * | Add preedit code. | Huang Peng | 2008-07-23 | 1 | -1/+1 | |
| * | Implement ibus xim agent. | Huang Peng | 2008-07-23 | 1 | -1/+1 | |
| * | WIP. | Huang Peng | 2008-07-20 | 1 | -2/+2 | |
| * | WIP. | Huang Peng | 2008-07-20 | 1 | -2/+2 | |
| * | WIP. | Huang Peng | 2008-07-20 | 2 | -11/+119 | |
| * | Add interfaces. | Huang Peng | 2008-07-20 | 3 | -6/+140 | |
| * | Fix typos. | Huang Peng | 2008-07-18 | 1 | -2/+4 | |
| * | Replase SetEnable with Enable & Disable. | Huang Peng | 2008-07-18 | 1 | -3/+4 | |
| * | Adjust methods for new dbus-python API. | Huang Peng | 2008-07-16 | 2 | -10/+2 | |
| * | Replace tab with spaces in python source code. | Huang Peng | 2008-07-15 | 12 | -1479/+1479 | |
| * | focus in engine, when create a new engine for a input context. | Huang Peng | 2008-07-15 | 1 | -0/+1 | |
| * | Create DBus object for new connection. | Huang Peng | 2008-07-15 | 1 | -7/+3 | |
| * | Refine coding style of register.py | Huang Peng | 2008-07-15 | 1 | -58/+58 | |
| * | Refine coding style of panel.py | Huang Peng | 2008-07-15 | 1 | -75/+75 | |
| * | Refine coding style of lookuptable.py | Huang Peng | 2008-07-15 | 1 | -27/+27 | |
| * | Refine coding style of inputcontext.py | Huang Peng | 2008-07-15 | 1 | -78/+78 | |
| * | Refine coding style of ibusdaemon.py | Huang Peng | 2008-07-15 | 2 | -66/+34 | |
| * | Refine coding style of factorymanager.py | Huang Peng | 2008-07-15 | 1 | -26/+28 | |
| * | Refine coding style of engine.py | Huang Peng | 2008-07-15 | 1 | -62/+62 | |
