summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Fix GVariant leak in IBusService::GetValueHEADmasterChristophe Fergeau1-0/+1
2014-05-26Fix GVariant leak in IBusService::SetValueChristophe Fergeau1-0/+1
2014-05-26tests/ibus-engine-switch: Don't try to remove non-existing GSourceChristophe Fergeau1-6/+4
2014-05-26tests/ibus-config Fix timeout_id handlingChristophe Fergeau1-5/+10
2014-05-26Fix GVariantBuilder leaksChristophe Fergeau2-0/+3
2014-05-26tests/ibus-config: Fix typo in function nameChristophe Fergeau1-2/+2
2014-05-23Fix leak in ibus-engine-switch testChristophe Fergeau1-0/+1
2014-05-23Fix GDBusNodeInfo leak in ibus_service_class_add_interfacesChristophe Fergeau1-1/+1
2014-05-23Fix gtk-doc 'transfer' annotationsChristophe Fergeau5-17/+17
2014-05-23Fix GObject leaks in ibus_property_deserialize()Christophe Fergeau1-0/+12
2014-05-23Fix g_dbus_proxy_get_name_owner() leaksChristophe Fergeau1-2/+8
2014-05-23Fix string leaks in deserialize vfuncsChristophe Fergeau6-25/+41
2014-05-23Fix GVariant leaksChristophe Fergeau1-0/+2
2014-05-23Fix small typo in gtk-doc API docChristophe Fergeau1-1/+1
2014-05-23build-sys: Fix 'privite' typo in Makefile.amChristophe Fergeau1-2/+2
2014-04-17Fix leak in ibus_get_local_machine_id()Christophe Fergeau1-1/+3
2014-04-03Send panel input purpose.fujiwarat2-4/+59
2014-02-04Fix "RING ABOVE" key in the Finnish compose file.fujiwarat1-23/+25
2014-01-17Fix the access out of bounds in gencomposetablefujiwarat1-1/+1
2013-12-17Add Property Panel to show IME properties.fujiwarat1-4/+4
2013-11-05Fix gir annotations.fujiwarat31-162/+188
2013-11-01Update en-us compose table and add locale tables for xkb engines.fujiwarat7-51/+3972
2013-09-02Avoid compiler error in ibus_engine_dbus_property_changedDavid King1-1/+0
2013-08-28Implement IME state per window.fujiwarat2-117/+236
2013-08-14Notify engines of the content-type of input contextDaiki Ueno5-31/+313
2013-08-09Update source files with LGP 2.1 according to COPYING.fujiwarat71-344/+358
2013-07-31Remove IBUS_IS_ENGINE_DESC for freed pointer in ibus-bus.cfujiwarat1-2/+0
2013-07-26Release 1.5.3fujiwarat1-1/+1
2013-07-23Remove reference to primary owner on ReleaseNameEduardo Lima (Etrunko)1-4/+50
2013-07-19Fix error with gcc -Wformat -Werror=format-securityPeter Michael Green1-5/+4
2013-07-12registry: use binary format instead of XML for cacheDaiki Ueno3-73/+192
2013-07-12build: fix make checkDaiki Ueno13-97/+87
2013-07-10Load the system registry cache prior to the user one.fujiwarat6-26/+825
2013-06-14Refactor old getter and setter to dbus property in bus/ibusimpl.cfujiwarat6-65/+585
2013-06-14Make ibus-config tests side effect freeDaiki Ueno1-5/+9
2013-06-10Suppress warnings with Automake 1.13Daiki Ueno1-1/+1
2013-06-07build: improve test harnessDaiki Ueno3-44/+120
2013-06-04Remove g_type_init() calls.fujiwarat16-19/+30
2013-04-30Implement embed_preedit_text.fujiwarat2-0/+78
2013-03-12Add textdomain property to IBusEngineDescDaiki Ueno2-0/+44
2013-03-08Launch the second ibus engine too to reduce the launching time.fujiwarat3-0/+136
2013-02-21Fix annotation in ibus_bus_create_input_contextfujiwarat3-27/+24
2012-12-08Remove transfer container in ibus_engine_simple_add_table.fujiwarat2-4/+4
2012-12-03IBusFactory: Fix syntax of gtk-doc commentColin Walters1-1/+2
2012-11-23Fix out-of-tree buildDaiki Ueno2-18/+22
2012-11-19Add cedilla_compose_seqs table for pt_BR compose keys.fujiwarat2-5/+6
2012-10-26ibus-daemon: use GFileMonitor instead of pollingDaiki Ueno4-13/+38
2012-10-20Add version property in IBusEngineDesc.fujiwarat2-0/+44
2012-10-16Add layout_variant and layout_option in IBusEngineDesc for XKB.fujiwarat3-2/+91
2012-10-05tests: set LC_ALL to C instead of en_US.Utf-8Daiki Ueno1-1/+1