Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use IBus replace Connection. | Huang Peng | 2008-07-28 | 3 | -16/+11 | |
| | ||||||
* | Wrap methods of ibus. | Huang Peng | 2008-07-28 | 1 | -4/+87 | |
| | ||||||
* | Rename connection to bus | Huang Peng | 2008-07-28 | 3 | -2/+2 | |
| | ||||||
* | Fix a typo. | Huang Peng | 2008-07-28 | 1 | -1/+1 | |
| | ||||||
* | Add header. | Huang Peng | 2008-07-28 | 1 | -2/+23 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-28 | 2 | -38/+36 | |
| | | | | Refine structure. | |||||
* | Change config path. | Huang Peng | 2008-07-28 | 1 | -1/+1 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-28 | 1 | -25/+25 | |
| | ||||||
* | Remove dbus related code. | Huang Peng | 2008-07-28 | 1 | -11/+6 | |
| | ||||||
* | Remove dbus related code. | Huang Peng | 2008-07-28 | 1 | -8/+2 | |
| | ||||||
* | Set dbus mainloop. | Huang Peng | 2008-07-28 | 1 | -0/+3 | |
| | ||||||
* | Add register method for EngineFactoryBase class. | Huang Peng | 2008-07-25 | 1 | -0/+5 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-25 | 7 | -168/+168 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-25 | 2 | -379/+413 | |
| | ||||||
* | Fix a typo. | Huang Peng | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | Support filename as icon for menu. | Huang Peng | 2008-07-24 | 2 | -3/+8 | |
| | ||||||
* | Support file as icon for StatusIcon. | Huang Peng | 2008-07-24 | 1 | -1/+4 | |
| | ||||||
* | Remove preedit related functions. | Huang Peng | 2008-07-23 | 1 | -58/+0 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-23 | 1 | -35/+35 | |
| | ||||||
* | Start ibus-x11 in ibus script. | Huang Peng | 2008-07-23 | 1 | -0/+8 | |
| | ||||||
* | Remove some output. | Huang Peng | 2008-07-23 | 1 | -2/+2 | |
| | ||||||
* | Support set_use_preedit | Huang Peng | 2008-07-23 | 6 | -1/+53 | |
| | ||||||
* | Add preedit code. | Huang Peng | 2008-07-23 | 3 | -63/+125 | |
| | ||||||
* | Fix typo. | Huang Peng | 2008-07-23 | 1 | -3/+2 | |
| | ||||||
* | Forward key event. | Huang Peng | 2008-07-23 | 2 | -6/+28 | |
| | ||||||
* | Remove python xim sources. | Huang Peng | 2008-07-23 | 2 | -222/+0 | |
| | ||||||
* | Implement ibus xim agent. | Huang Peng | 2008-07-23 | 7 | -88/+856 | |
| | ||||||
* | Modify type_register functions. | Huang Peng | 2008-07-23 | 2 | -12/+30 | |
| | ||||||
* | Build libibus-gtk.la. | Huang Peng | 2008-07-23 | 1 | -11/+14 | |
| | ||||||
* | Set default icon. | Huang Peng | 2008-07-23 | 1 | -29/+16 | |
| | ||||||
* | Rename image.py to icon.py. Use set_icon_widget to replace set_icon_name. | Huang Peng | 2008-07-22 | 3 | -11/+33 | |
| | ||||||
* | Add ATTR_UNDERLINE_*. | Huang Peng | 2008-07-22 | 1 | -0/+9 | |
| | ||||||
* | Remove useless import. | Huang Peng | 2008-07-22 | 1 | -1/+0 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-22 | 1 | -77/+77 | |
| | ||||||
* | Init cursor area. | Huang Peng | 2008-07-22 | 1 | -0/+6 | |
| | ||||||
* | Remove &. | Huang Peng | 2008-07-22 | 3 | -10/+10 | |
| | ||||||
* | Set cursro_location when focus_in. | Huang Peng | 2008-07-21 | 1 | -0/+6 | |
| | ||||||
* | Keep candidate window in screen. | Huang Peng | 2008-07-21 | 2 | -7/+34 | |
| | ||||||
* | WIP. | Huang Peng | 2008-07-20 | 4 | -7/+79 | |
| | ||||||
* | WIP. | Huang Peng | 2008-07-20 | 4 | -11/+90 | |
| | ||||||
* | WIP. | Huang Peng | 2008-07-20 | 2 | -1/+3 | |
| | ||||||
* | WIP. | Huang Peng | 2008-07-20 | 4 | -49/+91 | |
| | ||||||
* | WIP. | Huang Peng | 2008-07-20 | 2 | -11/+119 | |
| | ||||||
* | Fix typos. | Huang Peng | 2008-07-20 | 2 | -20/+20 | |
| | ||||||
* | Add interfaces. | Huang Peng | 2008-07-20 | 3 | -6/+140 | |
| | ||||||
* | Add some interface. | Huang Peng | 2008-07-20 | 4 | -3/+141 | |
| | ||||||
* | Remove PanelProxy class. | Huang Peng | 2008-07-20 | 1 | -69/+0 | |
| | ||||||
* | Add PanelBase class. | Huang Peng | 2008-07-20 | 4 | -6/+150 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-20 | 1 | -46/+46 | |
| | ||||||
* | Refine coding style. | Huang Peng | 2008-07-20 | 2 | -208/+210 | |
| |