summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use g_slice_new to replace g_new for better performance.Huang Peng2008-09-162-11/+10
|
* Don't use send_event field in GdkEventKey. And fixed some compile warnings.Huang Peng2008-09-165-21/+20
|
* Fix mem leak.Huang Peng2008-09-161-5/+10
|
* Call setFocusWidget to replace focusOutHuang Peng2008-09-161-6/+6
|
* FocusOut widget when widgetDestroyed.Huang Peng2008-09-161-0/+4
|
* Remove slot setFocus.Huang Peng2008-09-162-11/+0
|
* Update po files.Huang Peng2008-09-152-20/+20
|
* Free map return by XGetKeyboardMapping.Huang Peng2008-09-151-3/+6
|
* Hack japan [yen bar] key for qt immodule.Huang Peng2008-09-155-7/+101
|
* Use guint for japen groups mask.Huang Peng2008-09-151-10/+10
|
* Use default cursor location.Huang Peng2008-09-151-13/+34
|
* Does not process key event if context does not have focus.Huang Peng2008-09-151-3/+2
|
* Workaround for increase search for treeview.Huang Peng2008-09-151-15/+11
|
* Fix problem when kill some engines.Huang Peng2008-09-151-0/+1
|
* Use g_signal_emit to replace g_signal_emit_by_name for better performance.Huang Peng2008-09-141-12/+43
|
* Forward event directly.Huang Peng2008-09-141-4/+8
|
* Use G_SIGNAL_TYPE_STATIC_SCOPE mask to avoid copying data for better ↵Huang Peng2008-09-141-13/+12
| | | | performance.
* Update compile option for USE_DBUS_SESSION_BUS.Huang Peng2008-09-141-1/+2
|
* Merge branch 'ubuntu'Huang Peng2008-09-1228-0/+1272
|\
| * Import debian packaging files by 一叶 <oneleaf@gmail.com>.Huang Peng2008-09-1128-0/+1272
| |
* | Fix problem when start a program with usermode-helper.Huang Peng2008-09-122-2/+32
| |
* | Add debug code to output environ.Huang Peng2008-09-121-1/+8
|/
* Fix problem when locale is 'C'Huang Peng2008-09-101-1/+6
|
* Add --force opt.Huang Peng2008-09-101-6/+6
|
* Add -Wl,--no-undefined in CFLAGS.Huang Peng2008-09-091-1/+1
|
* WIP.Huang Peng2008-09-081-20/+50
|
* Display message in state pad.Huang Peng2008-09-081-0/+4
|
* Update demo code with curses.Huang Peng2008-09-081-40/+124
|
* Fix some typos.Huang Peng2008-09-082-3/+4
|
* Fix porblems when focus_in and focus_out.Huang Peng2008-09-081-3/+3
|
* Save languagebar position.Huang Peng2008-09-081-5/+8
|
* handle aus string related signals.Huang Peng2008-09-081-0/+19
|
* Add test_client.py.Huang Peng2008-09-081-0/+119
|
* Work on client signals.Huang Peng2008-09-082-5/+10
|
* Implement signals.Huang Peng2008-09-071-3/+84
|
* Define signals for im clients.Huang Peng2008-09-071-0/+70
|
* Add two capabilities for fbterm.Huang Peng2008-09-071-22/+62
|
* Update ibus.svg.Huang Peng2008-09-061-2/+6
|
* Convert Text to Path in ibus.svg.Huang Peng2008-09-061-73/+120
|
* Fix a typo.Huang Peng2008-09-061-1/+1
|
* Include gdk/gdk.hHuang Peng2008-09-061-1/+1
|
* Include gdk/gdk.hHuang Peng2008-09-061-1/+2
|
* Fix sudo problem.Huang Peng2008-09-062-4/+8
|
* Fix bugs if system does not have XKB.Huang Peng2008-09-061-10/+41
|
* Rename function and remove unused code.Huang Peng2008-09-061-9/+4
|
* Hack Japan [yen bar] & [backslash underbar] keys.Huang Peng2008-09-064-8/+210
|
* Use g_dgettext when glib2 >= 2.18.0Huang Peng2008-09-031-2/+6
|
* Fix problem in nautilus.Huang Peng2008-09-031-1/+2
|
* Remove IBusClient::slotFileChanged.Huang Peng2008-09-021-2/+2
|
* Add x11 in CONFIG. To let qt im module built with x11 libraries.Huang Peng2008-09-021-1/+1
|