summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Remove enable status of input context and hotkey logic in ibus-daemonPeng Huang5-1123/+79
2012-02-02Fix typoes and remove Encoding from desktop files.Peng Huang1-1/+0
2012-02-01Minor fixes related to git.mk.Daiki Ueno1-26/+0
2011-11-02Rerotate next/previous engines without global engine.fujiwarat1-3/+28
2011-10-25Fix previous_engine without global engine.fujiwarat1-12/+19
2011-10-09Always consume a hotkey pressYusuke Sato1-3/+3
2011-09-16Implement org.freedesktop.DBus.StartServiceByName.Daiki Ueno1-1/+167
2011-08-25Add Disable signal when bus_ibus_impl_set_context_engine_from_desc is called.fujiwarat1-0/+2
2011-08-24Check if BusInputContext has an enabled engine in global input method.fujiwarat1-1/+5
2011-08-11Support selection text retrival.Seigo Nonaka3-7/+21
2011-07-23Always enable the new focused BusInputContextPeng Huang1-2/+1
2011-07-15Fix GObject ref/unref issues.Daiki Ueno2-3/+3
2011-07-12Use g_variant_dup_string for consistency.Yusuke Sato1-1/+1
2011-07-07Fix several GVariant related issues. And remove a wrong unref.Peng Huang2-7/+5
2011-07-05Fix SEGV in ibus_keymap_lookup_keysymPeng Huang1-1/+1
2011-07-04Fix BusEngineProxy instance leak.Peng Huang2-13/+1
2011-06-15Add IBUS_ERROR domain and reply IBUS_ERROR_NO_ENGINE in org.freedesktop.IBus....Peng Huang1-2/+5
2011-06-13Fix some race condition between idle and timeout events. Also fix a memory leak.Peng Huang1-16/+30
2011-04-27Fix the zombie process of ibus-gconf when ibus-daemon restarts.Takao Fujiwara4-44/+54
2011-04-22Add org.freedesktop.IBus.InputContext.ProcessHandWritingEvent and CancelHandW...Yusuke Sato3-0/+91
2011-04-18Use g_initable_new to create BusFactoryProxy.Peng Huang1-10/+15
2011-04-08Revert "Change default values of some config."Peng Huang1-7/+4
2011-04-08Refine RequestName code and fix make dpkg errors.Peng Huang4-182/+162
2011-04-08Fix focus issue when reconnect to ibus-daemonPeng Huang2-0/+14
2011-04-08Implement APIs for another non-Python panel.Takao Fujiwara6-45/+606
2011-04-05Support surrounding-text retrieval.Daiki Ueno3-0/+123
2011-04-01Change default values of some config.James Su1-4/+7
2011-03-25Verify global engine after changing preload_enginesPeng Huang1-9/+20
2011-03-22Add asynchronous InputContext.IsEnabled and InputContext.GetEngine APIs.Yusuke Sato2-2/+5
2011-03-17Do not block UI in IBusIMContext anymore.Peng Huang2-6/+3
2011-03-16Fix issue of InputContext.SetEngine.Peng Huang3-43/+136
2011-03-16Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang2-4/+28
2011-03-09Fix issues of the "previous_engine" hotkey.Yusuke Sato1-0/+11
2011-03-08If the current engine is removed, then switch to another engine automatically.James Su1-0/+94
2011-02-28Fix a race problem in SetGlobalEngine and add set_global_engine in python lib...Peng Huang1-19/+4
2011-02-18Fix crash when turn off "use global engine" optionPeng Huang1-0/+6
2011-02-18s/LC_MESSAGES/LC_CTYPE/ in set_default_preload_engines.fujiwarat1-2/+2
2011-02-15Add engine_name parameter to the global-engine-changed signal.Yusuke Sato1-1/+4
2011-02-15Use LC_MESSAGES instead of LC_ALL in bus_ibus_impl_set_default_preload_engines.Yusuke Sato1-2/+9
2011-02-15Never use ibus's US keymap in bus_input_context_filter_key, and use the keyva...Yusuke Sato1-11/+0
2011-02-11Support enable/disable hotkeys that enable or disable ibus unconditionally (i...Yusuke Sato1-8/+54
2011-02-09Fix ibus-daemon deadlock in engineproxy.c.phuang2-141/+238
2011-01-21Fix some race conditions during create engine, also fix dpkg build error.Peng Huang1-16/+37
2011-01-19Fix race condition between ibus_bus_set_global_engine() and ibus_bus_get_glob...Yusuke Sato1-4/+34
2011-01-18On ChromeOS, we don't have to (and don't want to) set default preload engines.Yusuke Sato1-0/+4
2011-01-17Set nonzero serial number for RegistryChanged / EngineChanged signals.Daiki Ueno1-1/+3
2011-01-16Set correct g-flags to proxy objects.Yusuke Sato3-0/+3
2011-01-12Fix a gcc warning seen in Chromium OS build.Yusuke Sato1-2/+3
2011-01-07Set correct sender and interface when sending org.freedesktop.IBus signals.Daiki Ueno3-4/+4
2011-01-06Do not write empty string to "preload_engines" for safety.Yusuke Sato1-2/+12