Always put setup dialog in center of screen.
[platform/upstream/ibus.git] / bus /
2010-03-16 fujiwaratAdd ibus_engine_update_preedit_text_with_mode
2010-03-16 Peng HuangAdd Categories in ibus.desktop
2010-02-20 Peng HuangUse G_N_ELEMENTS in for loop
2010-02-20 Peng HuangChange the default setting of use_global_engine, and...
2010-02-20 Peng HuangMake sure the engine was not destroyed before real...
2010-02-20 Peng Huangsimplify preedit condition
2010-02-20 Peng WuAdd embed_preedit support to ibus.
2010-02-20 Peng Wufixes a typo.
2010-02-01 Peng HuangFix a type in comment
2010-01-30 Peng HuangUse G_DEFINE_TYPE to simplify code.
2010-01-30 Peng HuangFix some problems of sharing global engine among contexts.
2010-01-30 Peng HuangAttach/Detach global engine when switch focus.
2010-01-30 Peng HuangSupport share global engine in all input context from...
2010-01-29 Peng HuangMerge branch 'G_DEFINE_TYPE'
2010-01-29 Peng HuangUse G_DEFINE_TYPE to simplified code.
2010-01-29 Peng HuangUse G_DEFINE_TYPE to simplified code.
2010-01-28 Peng HuangUse GInitiallyUnowned correctly
2010-01-28 Peng HuangFix a typo.
2010-01-28 Peng HuangFix typos.
2010-01-28 Peng HuangUse G_N_ELEMENTS.
2010-01-25 Peng HuangOnly enable engines with rank > 0 at frist time startup
2010-01-15 Peng HuangUnify the help message.
2010-01-09 Peng HuangUpdate copyright.
2010-01-07 Peng HuangAdd ibus_input_context_property_activate by Yusuke
2010-01-05 Peng HuangUse 5 scounds as default dbus reply timeout
2009-12-31 Daiki UenoSet CFLAGS/LDADD for test-matchrule properly.
2009-12-30 Peng HuangCurrect use of autotools: Use *_LIBADD and *_LDADD...
2009-12-27 Peng HuangFix link errors in Ubuntu
2009-12-23 Peng HuangDo not init gthread if undefine G_THREADS_ENABLED.
2009-12-23 Peng HuangPoll engine changes in different thread.
2009-12-22 Peng Huangibus will poll changes of engines, and show notificatio...
2009-12-20 Peng HuangFix build errors if ./configure is not executed in...
2009-12-11 Peng HuangFix build error in bsd
2009-12-06 Peng HuangAvoid calling ibus_message_is_signal in loop.
2009-12-05 Peng HuangMerge remote branch 'hindlemail/master'
2009-12-05 tom hindleAdded CurrentInputContext method
2009-12-04 Peng HuangAdd delete surrounding text feature.
2009-11-29 Peng HuangReturn correct address in _ibus_get_address
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-10-09 Peng HuangChange .ibus to ibus
2009-10-09 Peng Huanguse XDG floder.
2009-10-04 Peng HuangPut all files in $(HOME)/.ibus
2009-10-03 Peng HuangUse 2 second as default timeout
2009-10-03 Peng HuangAdd --timeout option.
2009-09-22 Peng HuangFix restart problem in Unix
2009-08-28 Peng HuangChange timeout of engine reply
2009-08-28 Peng HuangFix a memory leak.
2009-08-28 Peng HuangFix memory leak in ibus-daemon
2009-08-13 Peng HuangComment test-registry
2009-08-12 Peng HuangFix some build warnings. 1.2.0.20090812
2009-08-12 Peng HuangOnly connect to the exist bus if the ibus_get_address...
2009-08-10 Peng HuangAdd argument --mem-profile to get memory profile of... 1.2.0.20090810
2009-08-10 Peng HuangRemove some debug output.
2009-08-10 Peng HuangRemove some debug verbose.
2009-08-06 Peng HuangInclude org.freedesktop.{DBus,IBus} in ListNames' return
2009-08-06 Peng HuangChange the order of the unique names and well know...
2009-08-06 Peng HuangUse macros.
2009-08-06 Peng HuangDo not allow RequstName org.freedesktop.{IBus, DBus}
2009-08-06 Peng HuangFix bug in org.freedesktop.DBus.ListNames.
2009-07-21 Peng HuangFix typo.
2009-07-21 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-19 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-18 Peng HuangFix a typo.
2009-07-17 Peng HuangAdd gitignore
2009-07-16 Peng HuangRemove unimplemented methods and signals from DBus...
2009-07-15 Peng HuangUse abstract socket in ibus-daemon
2009-07-14 Peng HuangRemove debug output
2009-07-10 Peng HuangFix a typo, Add introspect method.
2009-07-10 Peng HuangImplement Introspect in inputcontext.c
2009-07-09 Peng HuangAdd args' names, and remove out arg of org.freedesktop...
2009-07-09 Peng HuangImplemented Introspect of /org/freedesktop/IBus
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-07-08 Peng HuangAdd ibus_message_iter_copy method;
2009-06-25 Peng HuangModify introspect interface.
2009-06-25 Peng HuangAdd keycode argument in forward_key_event signal.
2009-06-23 Peng HuangRemove private struct in ibus-daemon.
2009-06-17 Peng HuangAvoid block in bus_factory_proxy_create_engine.
2009-06-17 Peng HuangAdd configure item for keyboard layout
2009-06-14 Peng HuangFix error in keymap
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-06-12 Peng HuangDo not restore states when focus_in, if the enable...
2009-06-12 Peng HuangSupport mouse click on lookup table. 1.1.0.20090612
2009-06-08 Peng HuangFilter release key events follow the hotkey.
2009-06-05 Peng HuangFix some build warnings.
2009-05-31 Peng HuangAdd verbose argument for ibus_component_start function 1.1.0.20090531
2009-05-22 Peng HuangRemove prop copy in inputcontext, to fix properties...
2009-05-19 Peng HuangMake code more readable.
2009-05-08 Peng HuangRefine coding style.
2009-05-07 Peng HuangOnly print out debug and warning messages when with...
2009-05-07 Peng HuangReplace strcmp with g_strcmp0
2009-04-30 Peng HuangDestroy the BusServer during exit.
2009-04-20 Peng HuangAdd authentication code. Only allow root & same user...
2009-04-20 Peng HuangCreate an new engine in bus_input_context_enable if...
2009-04-20 Peng HuangIf im is not active, ibus will do nothing when prev...
2009-04-17 Peng HuangMerge commit 'definite/master'
2009-04-17 Peng HuangDo nothing if the IM is not active.
2009-04-17 Peng HuangChange ibus startup phrase to Applications.
2009-04-15 Peng HuangFix some problem when use IBUS_SESSION_ID
next