Remove IBUS_IS_ENGINE_DESC for freed pointer in ibus-bus.c
[platform/upstream/ibus.git] / ibus /
2013-07-05 fujiwaratDelete the python xdg dependency.
2012-10-20 fujiwaratAdd version property in IBusEngineDesc.
2012-10-16 fujiwaratAdd layout_variant and layout_option in IBusEngineDesc...
2012-09-14 fujiwaratAdd IBusProperty.symbol for the short label.
2012-03-05 fujiwaratFix python library to load libibus.so.Y
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangDeprecated ibus python library.
2012-02-21 Peng HuangRemove enable status of input context and hotkey logic...
2012-02-01 Daiki UenoMinor fixes related to git.mk.
2011-11-30 fujiwaratAdd the engine preference button on ibus-setup
2011-11-08 fujiwaratFixed fallback icons.
2011-09-16 Daiki UenoImplement org.freedesktop.DBus.StartServiceByName.
2011-08-12 Seigo NonakaSupport selection text retrival.
2011-07-12 fujiwaratFixed an error in IBus.Bus.register_component
2011-07-05 Peng HuangAdd org.freedesktop.IBus.Config.GetValues to get all...
2011-07-03 Peng HuangAdd icon_symbol property in IBusEngineDesc.
2011-06-08 Peng HuangMerge pull request #2 from ryoqun/master
2011-06-06 Peng HuangFix Python input context binding.
2011-05-17 Ryo Onoderafix wrong forward key event signature
2011-04-18 Daiki UenoExport input context surrounding-text API to Python.
2011-04-08 Peng HuangRefine RequestName code and fix make dpkg errors.
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
2011-04-08 Daiki UenoExport surrounding-text API to Python.
2011-04-05 Daiki UenoSupport surrounding-text retrieval.
2011-04-01 fujiwaratUse ibus panel icon from the desktop theme instead...
2011-03-16 Peng HuangAdd git.mk from gtk+ project, Use it to update .gitignore
2011-02-28 Peng HuangFix a race problem in SetGlobalEngine and add set_globa...
2011-02-11 Yusuke SatoSupport enable/disable hotkeys that enable or disable...
2011-01-16 Yusuke SatoFix typo in the default configuration of the trigger...
2010-12-20 Daiki UenoDon't call nonexistent org.freedesktop.IBus.InputContex...
2010-11-03 fujiwaratFix UnsetValue name.
2010-11-03 Peng HuangFix a typo.
2010-11-03 Peng HuangFix some runtime errors.
2010-11-03 Peng HuangChange version to 1.3.99
2010-11-03 Peng HuangUse va_list in IBusEngineDesc and IBusComponent for...
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
2010-10-12 Peng HuangFix a typo.
2010-07-31 James SuSupport engine specific hotkey.
2010-07-08 Peng HuangUse dbus.Interface.
2010-06-17 Peng HuangUse IBUS_TYPE_OBJECT_PATH for return value of CurrentIn...
2010-05-15 Peng HuangRefine some build options.
2010-04-11 Peng HuangDo not hardcode iso-codes anymore
2010-04-11 Peng HuangFix make distcheck errors.
2010-03-16 fujiwaratAdd ibus_engine_update_preedit_text_with_mode
2010-02-01 Peng HuangUpdate so version in common.py
2010-01-15 Peng HuangFix typo.
2010-01-09 Peng HuangUpdate copyright.
2010-01-09 Daiki UenoAdd IBusConfigService#unset().
2010-01-01 Peng HuangRefine some code
2009-12-24 Peng HuangFix coding style.
2009-12-24 Peng HuangSort engines in setup ui.
2009-12-22 Peng Huangibus will poll changes of engines, and show notificatio...
2009-12-12 Peng HuangAdd property orientation of IBusLookupTable.
2009-12-11 Peng HuangFix typo.
2009-12-05 Peng HuangMerge remote branch 'hindlemail/master'
2009-12-05 tom hindleAdded python client code for CurrentInputContext method
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-10-23 Peng HuangModify copying information
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-09-12 Peng HuangAdd error underline. 1.2.0.20090915
2009-09-12 Peng HuangUpdate test_client.py
2009-09-02 Peng HuangRemove '_' from begin of some keynames start with numbers
2009-08-28 Peng HuangFix typos.
2009-08-27 Peng HuangAdd method in inputcontext.py to detach signals.
2009-08-07 Peng HuangFix a bug in name_to_keycode 1.2.0.20090807
2009-08-04 Peng HuangReduce size of keysyms.py 1.2.0.20090806
2009-07-21 Peng HuangUse libibus.so.1 replace libibus.so 1.2.0.20090722
2009-07-19 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-16 Peng HuangAdd introspect_dbus method.
2009-07-15 Peng HuangUse c version ibus_get_address in python directly
2009-07-15 Peng HuangUse abstract socket in ibus-daemon
2009-07-10 Peng HuangFix a typo, Add introspect method.
2009-07-10 Peng HuangImplement Introspect in inputcontext.c
2009-07-09 Peng HuangAdd introspect_ibus
2009-07-09 Peng HuangRemove some deprecated methods.
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-07-08 Peng HuangFix some typoes.
2009-07-08 Peng HuangAdd ibus_message_iter_copy method;
2009-07-02 Peng HuangAdd PY prefix in gtype names.
2009-06-30 Peng HuangUse MetaClass to register serializable classes automati...
2009-06-29 Peng HuangAdd __gtype_name__ for some gobject classes
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-06-12 Peng HuangSupport mouse click on lookup table. 1.1.0.20090612
2009-06-04 Peng HuangAdd labels attribute in LookupTable object.
2009-04-22 Peng HuangRead the iso_639_2 codes from iso-codes.
2009-04-15 Peng HuangAdd $IBUS_SESSION_ID in socket path.
2009-04-14 Peng HuangAdd HANDLED_MASK and IGNORED_MASK in python lib
2009-03-30 Peng HuangUse "unix" as hostname if hostname is empty.
2009-03-30 Peng HuangDoes not include X screen number in socket address.
2009-02-28 Huang PengFix make distcheck failed.
2009-02-23 Peng HuangAdd Disable menu item on Input Menu. Use it to disable...
2009-02-15 Huang PengAdd SetCapabilities on org.freedesktop.IBus.Engine...
2009-02-09 Huang PengAdd round lookup table support.
2009-02-06 Huang PengAdd restart menu item in system menu.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.
2009-02-03 Huang PengSet default next_engine hot key to empty.
2008-11-05 LI Daobingfix typo in Makefile.am
2008-10-21 Huang PengGet unique_name in ibus.Bus.__init__
next