summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into definitedefiniteHuang Peng2009-03-209-56/+186
|\
| * Remove is_press from ForwardKeyEvent signal.Huang Peng2009-03-111-2/+0
| * Implement ibus_engine_forward_event_key function.Huang Peng2009-03-112-4/+1
| * Fix problems during making distcheckHuang Peng2009-03-111-4/+4
| * Implement ibus_bus_get_config function.Huang Peng2009-03-095-46/+181
* | API DOC of IBusEngine, IBusEngineDescdchen@redhat.com2009-03-069-35/+417
* | Merge branch 'master' of git://github.com/phuang/ibusdchen@redhat.com2009-03-065-26/+77
|\|
| * Process release key event correctly.Huang Peng2009-03-052-0/+8
| * Fix name error.Huang Peng2009-03-051-23/+22
| * Implement ibus_prop_list_update_property.Huang Peng2009-03-042-3/+47
* | API documented: IBusProperty IBusText IBusTypesdchen@redhat.com2009-03-044-20/+293
* | Merge branch 'master' of git://github.com/phuang/ibusdchen@redhat.com2009-03-033-6/+6
|\|
| * Fix some compile problems with Sun C compiler.Huang Peng2009-03-023-6/+6
* | API added: IBusAttribute IBusLookupTabledchen@redhat.com2009-03-032-30/+172
* | GTKDOCdchen@redhat.com2009-03-027-35/+197
|\|
| * Assert input of ibus_text_new_*Huang Peng2009-02-281-4/+4
| * Check ucs4 and unichar when create IBusText object.Huang Peng2009-02-251-2/+12
| * Give out more information when server listens failed.Peng Huang2009-02-251-7/+8
| * Refine coding style.Peng Huang2009-02-251-8/+10
| * Replace priority in EngineDesc with rank.Huang Peng2009-02-242-5/+5
| * Fix typo.Huang Peng2009-02-241-2/+5
| * Add priority in IBusEngineDesc.Huang Peng2009-02-242-0/+6
| * Fix crash when parse component.Huang Peng2009-02-241-4/+2
* | after mergedchen@redhat.com2009-02-231-0/+1
|\|
| * Only export symbols start with ibus_Peng Huang2009-02-231-0/+1
* | Solve conflictdchen@redhat.com2009-02-209-101/+18
|\|
| * Remove unused code in ibusconfig.cHuang Peng2009-02-181-84/+0
| * Fix typo.Huang Peng2009-02-172-3/+4
| * Use NULL to replace 0 as the last argument of g_object_new.Peng Huang2009-02-176-14/+14
* | Merge branch 'master' of git://github.com/phuang/ibusdchen@redhat.com2009-02-162-5/+13
|\|
| * Use guint to replace gint for state argument of property_activateHuang Peng2009-02-162-5/+6
| * Use ibus_message_new_error_printf correctly in ibusengine.cHuang Peng2009-02-161-0/+7
* | Merge branch 'master' of git://github.com/phuang/ibusdchen@redhat.com2009-02-164-17/+197
|\|
| * Create PROPERTY_* signals correctly and refine coding style.Huang Peng2009-02-161-15/+36
| * Do not call ibus_connection_flush in ibus_bus_exit to avoid crash.Huang Peng2009-02-161-2/+3
| * Refine coding style.Huang Peng2009-02-151-2/+2
| * Implement several methods of IBusLookupTable.Huang Peng2009-02-152-0/+56
| * Add API: ibus_lookup_table_{page,cursor}_{down,up}.Huang Peng2009-02-142-2/+99
| * Flush connection to make sure IBus.Exit has been sent before process exiting.Peng Huang2009-02-131-0/+5
* | Merge branch 'master' of git://github.com/phuang/ibusdchen@redhat.com2009-02-132-1/+2
|\|
| * Update .gitignore files.Huang Peng2009-02-121-0/+1
| * Fix a typo (Change Kill to Exit).Peng Huang2009-02-111-1/+1
* | Fix conflict merge with phuangdchen@redhat.com2009-02-1112-81/+68
|\|
| * Fix crash problems.Peng Huang2009-02-102-15/+17
| * Fix compile warnings.Peng Huang2009-02-101-2/+2
| * Fix problem on x86_64 platform.Peng Huang2009-02-101-50/+0
| * Fix crash on x86_64 platform.Peng Huang2009-02-101-1/+1
| * Do not use glib main loop in ibus_input_context_process_key function.Huang Peng2009-02-103-5/+24
| * Add round lookup table support.Huang Peng2009-02-093-5/+17
| * Add restart menu item in system menu.Huang Peng2009-02-063-3/+7