summaryrefslogtreecommitdiff
path: root/ibus/interface
AgeCommit message (Expand)AuthorFilesLines
2014-02-03Install pygtk2 libraries to python2 site-packages.fujiwarat1-3/+5
2013-08-09Update source files with LGP 2.1 according to COPYING.fujiwarat9-54/+54
2012-02-21Remove enable status of input context and hotkey logic in ibus-daemonPeng Huang2-15/+3
2011-08-11Support selection text retrival.Seigo Nonaka2-6/+4
2011-07-05Add org.freedesktop.IBus.Config.GetValues to get all values in one RPC.Peng Huang1-0/+3
2011-06-08Merge pull request #2 from ryoqun/masterPeng Huang1-2/+2
2011-06-06Fix Python input context binding.Peng Huang1-0/+3
2011-05-17fix wrong forward key event signatureRyo Onodera1-2/+2
2011-04-08Export surrounding-text API to Python.Daiki Ueno1-0/+5
2011-04-05Support surrounding-text retrieval.Daiki Ueno2-0/+6
2011-03-16Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang1-0/+2
2011-02-28Fix a race problem in SetGlobalEngine and add set_global_engine in python lib...Peng Huang1-0/+3
2010-11-03Fix UnsetValue name.fujiwarat1-0/+3
2010-11-03Fix some runtime errors.Peng Huang2-2/+2
2010-06-17Use IBUS_TYPE_OBJECT_PATH for return value of CurrentInputContextPeng Huang1-1/+1
2010-05-15Refine some build options.Peng Huang1-2/+0
2010-04-11Fix make distcheck errors.Peng Huang1-0/+2
2010-03-16Add ibus_engine_update_preedit_text_with_modefujiwarat1-2/+2
2010-01-10Update copyright.Peng Huang9-18/+18
2009-12-22ibus will poll changes of engines, and show notification to user.Peng Huang1-1/+10
2009-12-04Added python client code for CurrentInputContext methodtom hindle1-0/+3
2009-10-23Add Copying for Red HatPeng Huang9-0/+9
2009-10-23Change file headerPeng Huang9-9/+9
2009-07-10Implement Introspect in inputcontext.cPeng Huang1-5/+5
2009-07-09Remove some deprecated methods.Peng Huang1-10/+0
2009-07-08Fix some typoes.Peng Huang1-1/+1
2009-07-08Add ibus_message_iter_copy method;Peng Huang1-0/+3
2009-06-14Implement keymaps, merged keymaps branchPeng Huang1-2/+2
2009-06-12Support mouse click on lookup table.Peng Huang2-2/+9
2009-02-23Add Disable menu item on Input Menu. Use it to disable InputContext.Peng Huang1-0/+6
2009-02-15Add SetCapabilities on org.freedesktop.IBus.Engine interface.Huang Peng1-0/+3
2009-02-06Add restart menu item in system menu.Huang Peng1-2/+2
2009-02-05re-implement ibus in c language.Huang Peng9-113/+198
2008-10-12Convert IBusAttribute for au to (uuuu)Huang Peng1-2/+2
2008-10-06Complete Noifications module.Huang Peng1-0/+3
2008-10-06Refine coding style.Huang Peng6-69/+69
2008-10-06Add INotifications interface.Huang Peng2-1/+58
2008-10-03WIP.Huang Peng1-16/+0
2008-10-03WIP.Huang Peng1-6/+6
2008-10-03Change interface for config.Huang Peng1-6/+6
2008-09-30Remove commentted code.Huang Peng1-4/+0
2008-09-28Comment RegisterPanel method.Huang Peng1-2/+2
2008-08-22internationalize engine's nameHuang Peng1-1/+1
2008-08-17Add register_reload_engines method.Huang Peng1-0/+3
2008-08-06Change Kill to async method.Huang Peng1-2/+2
2008-08-06Rename IIBus.Destroy to IIBus.Kill.Huang Peng1-1/+1
2008-08-06Add Destroy method for IBus.Huang Peng1-0/+3
2008-07-31Add Config{Add,Remove}Watch methods.Huang Peng1-0/+6
2008-07-30Add ConfigReload signal.Huang Peng1-0/+2
2008-07-30Remove {get,set}{string,int,bool}Huang Peng2-49/+0