• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


RSS
Rev. Time Author
b75bb5a 2012-02-08 10:24:19 ek.kato

* uim/m17nlib.scm (m17nlib-release-key-handler) : Don't discard
key release event (bug #45734, thanks to Matt).

f7519cb 2012-02-01 18:31:56 ek.kato

* Merge r7433, r7434 from trunk.

72ddc2c 2012-02-01 18:30:04 ek.kato

* fep/uim-fep.c (MAXPATHLEN) : Removed.

054b211 2012-02-01 18:29:09 ek.kato

* replace/os_dep.h
- (MAXPATHLEN)
- (PATH_MAX)
- Use 1024 in uim unless defined.

b2f369e 2012-02-01 11:10:59 ek.kato

* Merge r7431 from trunk.

c968c65 2012-02-01 11:10:10 ek.kato

* replace/os_dep.h : Add check for MAXPATHLEN and PATH_MAX.

19fe076 2012-01-31 10:15:30 ek.kato

* Merge r7429 from trunk.

53ac136 2012-01-31 10:14:06 ek.kato

* uim/skk.c (do_search_line) : Avoid possible integer overflow.

2d7ff63 2012-01-23 23:37:25 ek.kato

* qt4/immodule/qtextutil.cpp
- (QUimTextUtil::deleteSelectionTextInQTextEdit) : Bug fix
by merging r7425 from branches/1.7.

0deca08 2012-01-23 23:34:32 ek.kato

* qt4/immodule/qtextutils.cpp
- (QUimTextUtil::deleteSelectionTextInQTextEdit) : Bug fix.

effa429 2012-01-23 19:43:00 deton.kih

* Support binding procedure to key sequence.
* scm/tutcode.scm
- (tutcode-stroke-help-update-alist-with-rule):
Add label for procedure.
- (tutcode-proc-state-on,
tutcode-proc-state-yomi,
tutcode-proc-state-bushu,
tutcode-proc-state-interactive-bushu):
Call procedure bound to key sequence.
- (tutcode-selection-filter): New function.

1f94c79 2012-01-22 23:34:02 nogu.dev

* qt4/toolbar/CMakeLists.txt
- Remove "-Wconversion" from CXXFLAGS to avoid lots of warnings
from Qt4 header files.

1f96f1a 2012-01-22 12:56:53 nogu.dev

* notify/uim-knotify4.cpp
- (uim_notify_knotify4_desc, uim_notify_plugin_get_desc,
uim_notify_plugin_init, uim_notify_plugin_info,
uim_notify_plugin_fatal): Fix indent size.

ceb7b58 2012-01-22 12:56:44 nogu.dev

* notify/uim-knotify4.cpp
- (send_knotify): Check if QApplication::instance() is 0.

4ef7b52 2012-01-22 12:56:35 nogu.dev

* notify/CMakeLists.txt
- (include_directories): Add "${CMAKE_SOURCE_DIR}/.."
and "${CMAKE_SOURCE_DIR}/../qt4" for qtgettext.h.
* notify/uim-knotify4.cpp
- (send_knotify): Use mygettext() for l10n.

ade5ed8 2012-01-21 23:46:56 nogu.dev

* notify/uim-knotify4.cpp
- (send_knotify): Fix typo.

4278a40 2012-01-21 23:30:54 nogu.dev

* configure.ac
- Add support for knotify4 as notify agent.
* notify/CMakeLists.txt
- New file.
* notify/Makefile.am
- Add knotify4.
* notify/uim-knotify4.cpp
- New file.

77a9ba6 2012-01-11 19:55:49 ek.kato

* configure.ac
* uim/uim.h
- Post release version bump.

5460a95 2012-01-11 17:24:17 ek.kato

* Update copyright by svn ls -R | egrep -v '/$' | xargs perl -i -pe 's/\b(20\d\d)([,-\s]+20\d\d)*\s+uim\b/\1-2012 uim/'

6a30dfc 2012-01-11 17:17:24 ek.kato

* Update copyright by svn ls -R | egrep -v '/$' | xargs perl -i -pe 's/\b(20\d\d)([,-\s]+20\d\d)*\s+uim\b/\1-2012 uim/'

9dae8df 2012-01-11 17:09:03 ek.kato

* RELNOTE
* NEWS
- Merge r7408, r7409 from 1.7 branch.

5ac622b 2012-01-11 17:06:53 ek.kato

* NEWS: Update.

35ecd33 2012-01-11 17:00:31 ek.kato

* NEWS
* RELNOTE
- Update.

437bf8e 2012-01-11 16:08:17 ek.kato

* Merge r7316 from trunk.

43c9c5d 2012-01-11 16:00:23 ek.kato

* Merge r7318 from trunk.

e43a277 2012-01-11 15:57:31 ek.kato

* Merge r7319, 7322, 7404 from trunk.

99b986b 2012-01-11 15:55:21 ek.kato

* uim/uim-custom.c
- (uim_custom_save_group): Simplify changes in r7322 and r7319.

9a7c978 2012-01-11 15:39:26 ek.kato

* Merge r7320 from trunk.

fb1cfd7 2012-01-09 19:38:07 nogu.dev

* uim/uim-custom.c
- (row_list_to_str): Suppress warnings.

16a48eb 2012-01-09 16:05:25 nogu.dev

* configure.ac
- Revert r7400.
* gtk2/candwin/Makefile.am
- (uim_candwin_horizontal_gtk_LDADD): Add "-lm" to avoid link error.