| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | WIP. | Huang Peng | 2008-10-06 | 3 | -2/+22 | |
| * | WIP. | Huang Peng | 2008-10-06 | 1 | -9/+25 | |
| * | Add notifications | Huang Peng | 2008-10-06 | 4 | -47/+67 | |
| * | Add notifications.py | Huang Peng | 2008-10-06 | 3 | -0/+64 | |
| * | Refine coding style. | Huang Peng | 2008-10-06 | 6 | -69/+69 | |
| * | Add INotifications interface. | Huang Peng | 2008-10-06 | 2 | -1/+58 | |
| * | Fix a typo. | Huang Peng | 2008-10-06 | 1 | -1/+1 | |
| * | Change COPYING from LGPL 2.0 to LGPL 2.1 | Huang Peng | 2008-10-06 | 1 | -91/+114 | |
| * | ellipsize engine name in ibus-setup. | Huang Peng | 2008-10-06 | 1 | -0/+6 | |
| * | Change panel path in POFILES.in. | Huang Peng | 2008-10-06 | 3 | -23/+23 | |
| * | Update .gitignore | Huang Peng | 2008-10-05 | 1 | -1/+1 | |
| * | Add notify in ui/gtk/Makefile.am | Huang Peng | 2008-10-05 | 1 | -0/+1 | |
| * | Move notify from daemon to ui/gtk | Huang Peng | 2008-10-05 | 2 | -1/+0 | |
| * | Move panel into ui folder, and rename panel to gtk. | Huang Peng | 2008-10-05 | 16 | -14/+38 | |
| * | Specify qt4 make flags when generate Makefile from .pro file. | Huang Peng | 2008-10-05 | 1 | -1/+1 | |
| * | Handle XIM_GET_IC_VALUES event. | Huang Peng | 2008-10-05 | 1 | -3/+29 | |
| * | Fix XIM freezing problem. | Huang Peng | 2008-10-05 | 1 | -61/+66 | |
| * | Remove debug output for japan_groups. | Huang Peng | 2008-10-05 | 1 | -1/+3 | |
| * | fix desktop file format | LI Daobing | 2008-10-05 | 2 | -2/+2 | |
| * | fix typo in README | LI Daobing | 2008-10-05 | 1 | -1/+1 | |
| * | Fix `make distcheck` errors. | Huang Peng | 2008-10-04 | 3 | -32/+30 | |
| * | Refine coding style.modify_config_interface | Huang Peng | 2008-10-04 | 1 | -4/+8 | |
| * | WIP. | Huang Peng | 2008-10-04 | 6 | -34/+35 | |
| * | Fix problem in ibus-setup | Huang Peng | 2008-10-04 | 1 | -8/+8 | |
| * | WIP. | Huang Peng | 2008-10-03 | 2 | -4/+10 | |
| * | WIP. | Huang Peng | 2008-10-03 | 3 | -9/+51 | |
| * | WIP. | Huang Peng | 2008-10-03 | 10 | -207/+79 | |
| * | Fix a typo. | Huang Peng | 2008-10-03 | 1 | -1/+1 | |
| * | Add config.py | Huang Peng | 2008-10-03 | 3 | -36/+63 | |
| * | Rename config.py.in to _config.py.in | Huang Peng | 2008-10-03 | 4 | -3/+39 | |
| * | Merge branch 'master' into modify_config_interface | Huang Peng | 2008-10-03 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Return 0 when XIM_GET_IC_VALUES is received. | Huang Peng | 2008-10-03 | 1 | -1/+1 | |
| * | | WIP. | Huang Peng | 2008-10-03 | 3 | -16/+16 | |
| * | | Change interface for config. | Huang Peng | 2008-10-03 | 8 | -97/+86 | |
| |/ | ||||||
| * | Return 0 if ibus does not handle xim event. | Huang Peng | 2008-10-03 | 1 | -3/+1 | |
| * | Remove _is_attr. | Huang Peng | 2008-10-03 | 1 | -8/+4 | |
| * | Refine debug output. | Huang Peng | 2008-10-03 | 1 | -3/+3 | |
| * | Fix problem in ibus_attr_list_copy. | Huang Peng | 2008-10-03 | 1 | -1/+3 | |
| * | Refine coding style. | Huang Peng | 2008-10-03 | 1 | -2/+6 | |
| * | Fix typo. | Huang Peng | 2008-10-03 | 1 | -1/+1 | |
| * | Use ibus_attribute_new to create IBusAttribute | Huang Peng | 2008-10-03 | 1 | -13/+4 | |
| * | Fix problems in ibus-x11. | Huang Peng | 2008-10-02 | 1 | -1/+1 | |
| * | Fix problem in gtk im module. | Huang Peng | 2008-10-02 | 1 | -4/+10 | |
| * | Remove debug output. | Huang Peng | 2008-10-02 | 1 | -1/+0 | |
| * | Put languagebar in right bottom of root window. | Huang Peng | 2008-10-02 | 1 | -1/+1 | |
| * | Use IBusAttribute in ibus-x11. | Huang Peng | 2008-10-02 | 1 | -11/+47 | |
| * | Use IBusAttribut replace PangoAttribute. | Huang Peng | 2008-10-02 | 3 | -31/+46 | |
| * | Implement IBusAttribute & IBusAttrList. | Huang Peng | 2008-10-02 | 3 | -17/+191 | |
| * | Free preedit_string & preedit_attrs. | Huang Peng | 2008-10-01 | 1 | -0/+5 | |
| * | Support input style. | Huang Peng | 2008-10-01 | 1 | -1/+6 | |
