summaryrefslogtreecommitdiff
path: root/src/ibusbus.c
Commit message (Expand)AuthorAgeFilesLines
* Code reviewsfujiwarat2021-07-261-5/+18
* Fix code reviewsfujiwarat2021-06-161-2/+8
* Amend typosJason2019-11-251-1/+1
* Delete deprecated g_type_class_add_private since glib 2.58fujiwarat2019-09-061-5/+3
* src: Fix typos in comment linesZhaoQiang2018-12-031-1/+1
* RHEL code reviewsfujiwarat2018-07-241-3/+6
* src: Make the call to chmod in ibus_bus_init conditionalOlivier Tilloy2018-04-061-1/+3
* src: Fix GVariant leaksCarlos Garnacho2017-10-311-0/+7
* Support the portal in the gtk im modulesAlexander Larsson2017-08-311-27/+221
* Replace deprecated GSimpleAsyncResult with GTask since GLib 2.46fujiwarat2016-08-041-161/+253
* Stop DBus warnings during restarting ibus-daemonfujiwarat2015-04-151-2/+4
* Fix GVariant leaksChristophe Fergeau2014-06-061-0/+2
* Update source files with LGP 2.1 according to COPYING.fujiwarat2013-08-091-5/+5
* Refactor old getter and setter to dbus property in bus/ibusimpl.cfujiwarat2013-06-141-57/+192
* Implement embed_preedit_text.fujiwarat2013-04-301-0/+54
* Launch the second ibus engine too to reduce the launching time.fujiwarat2013-03-081-0/+62
* IBusBus: honor new connect-async prop in the socket monitor callbackPeng Huang2012-07-121-56/+93
* Fix IBusBus gobject introspection by connecting in the constructor.Jason Conti2012-05-141-11/+72
* Fix a typo.Kim, Seung Won2012-05-091-1/+1
* Add function ibus_bus_new_async to create a new IBusBus object and asynchrono...Jason Conti2012-05-081-11/+77
* Add ibus_config_watch/unwatch.Daiki Ueno2012-02-291-4/+0
* libibus: Fix some reference issues.Peng Huang2012-02-211-2/+7
* libibus: Fix annotation of ibus_bus_get_engines_by_names.Peng Huang2012-02-211-1/+1
* WIP implement engine switcher popup uiPeng Huang2012-02-211-1/+1
* Remove enable status of input context and hotkey logic in ibus-daemonPeng Huang2012-02-211-0/+31
* Remove the callback on destroy.Yusuke Sato2011-07-111-0/+4
* Fix the zombie process of ibus-gconf when ibus-daemon restarts.Takao Fujiwara2011-04-271-1/+7
* Implement APIs for another non-Python panel.Takao Fujiwara2011-04-081-3/+38
* Fix a crash during creating IBusProxy asynchronouslyPeng Huang2011-04-051-0/+13
* Refine document and coding style in ibusbus.[ch] and trim some private struct...Peng Huang2011-03-171-6/+10
* Do not block UI in IBusIMContext anymore.Peng Huang2011-03-171-18/+90
* Add asynchronous APIs to ibusbus.hYusuke Sato2011-03-081-44/+674
* Add async version of set_global_engine.Yusuke Sato2011-02-161-127/+240
* Add engine_name parameter to the global-engine-changed signal.Yusuke Sato2011-02-151-4/+9
* Reimplement ibus_bus_watch_dbus_signal for GDBus and export it.Yusuke Sato2011-02-111-15/+66
* Emit the connected signal after setting up the connection.Yusuke Sato2011-01-211-2/+2
* Fix possible SEGV in ibus_bus_get_global_engine.Yusuke Sato2011-01-181-2/+4
* Handle GlobalEngineChanged signals from ibus-daemon.Yusuke Sato2011-01-181-31/+76
* Fix typo in ibus_bus_exit.Yusuke Sato2011-01-121-1/+1
* Fix the return value of ibus_bus_register_component so it returns TRUE on suc...Yusuke Sato2011-01-101-4/+4
* Change the return type of ibus_bus_exit to make it compatible with ibus-1.3 API.Yusuke Sato2011-01-091-1/+3
* Set the "g-default-timeout" property for ibusconfig, ibusinputcontext, and ib...Yusuke Sato2011-01-071-1/+1
* Use the G_DBUS_CALL_FLAGS_NO_AUTO_START flag just in case.Yusuke Sato2011-01-061-1/+1
* Disconnect closed signal from GDBusConnection before creating a new connection.Peng Huang2010-12-151-1/+4
* Fix assertion failure in ibusbus.c.Yusuke Sato2010-12-151-8/+5
* Fix some issues within codereview.Peng Huang2010-11-031-1/+2
* Use gdbus in glib, and get rid of libdbusPeng Huang2010-11-031-556/+390
* Destroy existing connection before creating a new connection, and only create...Peng Huang2010-10-211-15/+4
* Add Emacs modeline for .c and .h files.Satoru Takabayashi2010-09-091-0/+1
* Use IBUS_TYPE_OBJECT_PATH for return value of CurrentInputContextPeng Huang2010-06-171-4/+5