• 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
4f9f12c 2012-05-26 10:50:57 Muneyuki Noguchi

Update the release manual.

* doc/RELEASING
- Update. A maintainer should increment the version numbers
in configure.ac after release.

b0af049 2012-05-26 10:50:48 Muneyuki Noguchi

Add the rest of changes in 1.8.1 to NEWS.

* NEWS
- (Overview of changes from 1.8.0 to 1.8.1): Update.

51595e0 2012-05-26 10:50:36 KIHARA Hideto

Update NEWS.

* NEWS
- Add news about update of trycode composition table.

c6548c9 2012-05-26 10:50:06 KIHARA Hideto

Update NEWS.

* NEWS
- Add news about uim-tutcode.

26aea37 2012-05-26 10:49:47 Muneyuki Noguchi

Add a section for 1.8.1.

* NEWS
- (Overview of changes from 1.8.0 to 1.8.1): New section.

6b6e8b0 2012-05-26 10:41:27 Muneyuki Noguchi

Update the release manual.

* doc/RELEASING
- Update. A maintainer should increment the version numbers
in configure.ac after release.

4586b42 2012-05-26 10:38:32 Muneyuki Noguchi

Add the rest of changes in 1.8.1 to NEWS.

* NEWS
- (Overview of changes from 1.8.0 to 1.8.1): Update.

eb1fe9b 2012-05-26 08:48:44 KIHARA Hideto

Update NEWS.

* NEWS
- Add news about update of trycode composition table.

b6badad 2012-05-26 08:45:36 KIHARA Hideto

Update trycode-rule.

* scm/trycode.scm
- (trycode-rule): Update: add 1 kanji.

79644a6 2012-05-26 08:44:18 KIHARA Hideto

Update trycode-rule.

* scm/trycode.scm
- (trycode-rule): Update: add 1 kanji.

af9e43b 2012-05-25 19:17:30 KIHARA Hideto

Update NEWS.

* NEWS
- Add news about uim-tutcode.

7de0108 2012-05-23 23:58:19 Muneyuki Noguchi

Add a section for 1.8.1.

* NEWS
- (Overview of changes from 1.8.0 to 1.8.1): New section.

3c4be25 2012-05-22 16:44:49 Etsushi Kato

* gtk3/immodule/Makefile.am : Use --update-cache option for
gtk-query-immodule-3.0, and fix to use correct environment
variable.

d8bd7bb 2012-05-22 16:42:33 Etsushi Kato

* gtk2/immodule/uim-cand-win-horizontal-gtk.c (label_draw)
- Redraw unselected text with normal color in GTK+3 horizontal
candidate window.
* gtk2/candwin/horizontal-gtk.c (label_draw)
- Ditto.

2f1829a 2012-05-21 20:51:20 KIHARA Hideto

Update translation files.

* po/fr.po
* po/ja.po
* po/ko.po
- Update translation files by "make update-po".
- Add translations for uim-tutcode.
- Remove fuzzy.

223e527 2012-05-21 20:42:27 KIHARA Hideto

Update translation files.

* po/fr.po
* po/ja.po
* po/ko.po
- Update translation files by "make update-po".
- Add translations for uim-tutcode.
- Remove fuzzy.

b3e291e 2012-05-20 00:27:47 Muneyuki Noguchi

Prevent systray-gtk from becoming defunct.

* gtk2/toolbar/common-gtk.c
- (right_click_menu_quit_activated):
Call uim_quit() after "Quit this toolbar" is selected.
* gtk2/toolbar/systray-gtk.c
- (systray_unrealize_cb): Remove.
- (main): Don't call systray_unrealize_cb after "unrealize"
to prevent systray-gtk from becoming a defunct process.

0d71262 2012-05-20 00:26:59 Muneyuki Noguchi

Ignore swp file.

* .gitignore
- Add '*.swp' to ignore swp files vi generates.

bf57b8b 2012-05-17 19:42:55 KIHARA Hideto

Fix error on showing last page of kigou mode.

* scm/tutcode.scm
- (tutcode-pseudo-table-style-make-page):
Not to omit empty block to avoid mismatch with nr candidates.
- (tutcode-table-in-vertical-candwin):
Add argument whether to omit empty lower half block.
- (tutcode-auto-help-dump):
Follow the argument change of tutcode-table-in-vertical-candwin.

cb9a149 2012-05-17 19:41:12 KIHARA Hideto

Fix error on showing last page of kigou mode.

* scm/tutcode.scm
- (tutcode-pseudo-table-style-make-page):
Not to omit empty block to avoid mismatch with nr candidates.
- (tutcode-table-in-vertical-candwin):
Add argument whether to omit empty lower half block.
- (tutcode-auto-help-dump):
Follow the argument change of tutcode-table-in-vertical-candwin.

232469c 2012-05-16 19:58:09 KIHARA Hideto

Support multiple pages for pseudo table style.

* scm/tutcode-custom.scm
- (tutcode-custom-adjust-nr-candidate-max):
New function extracted from candidate-window-style hook.
- (candidate-window-style):
Change hook to call tutcode-custom-adjust-nr-candidate-max.
- (tutcode-use-pseudo-table-style?): New set hook.
* scm/tutcode.scm
- (tutcode-context-rec-spec):
Change initial value of pseudo-table-cands to #f
- (tutcode-context-new):
Treat tutcode-use-pseudo-table-style? same as
table style candidate window.
- (tutcode-activate-candidate-window):
Follow the argument change of tutcode-pseudo-table-style-setup.
- (tutcode-pseudo-table-style-setup):
Remove unused argument.
- (tutcode-pseudo-table-style-make-new-page): New.
- (tutcode-candwin-limit-nr-nth): New.
- (tutcode-pseudo-table-style-make-page):
New function extracted from tutcode-pseudo-table-style-setup.
- (tutcode-pseudo-table-style-candwin-index): New.
- (tutcode-pseudo-table-style-scm-index): New.
- (tutcode-select-candidate):
Change to call tutcode-pseudo-table-select-candidate.
- (tutcode-pseudo-table-select-candidate): New.
- (tutcode-reset-candidate-window): Add reset of pseudo-table-cands.
- (tutcode-get-candidate-handler):
Support multiple pages for pseudo table style.
- (tutcode-set-candidate-index-handler):
Support pseudo table style candidate window.
- (tutcode-delay-activating-handler):
Support selecting candidate for pseudo table style.

265f32c 2012-05-16 19:57:59 KIHARA Hideto

Support pseudo table style candidate window by adding wrapper layer.

* scm/tutcode.scm
- (tutcode-context-rec-spec): Add pseudo-table-cands.
- (tutcode-activate-candidate-window): Support pseudo table style.
- (tutcode-pseudo-table-style-setup): New.
- (tutcode-stroke-help-make, tutcode-auto-help-make):
Move making of pseudo table style candidates
to tutcode-pseudo-table-style-setup.
- (tutcode-auto-help-dump):
Follow the change of pseudo table style candidates.
- (tutcode-get-candidate-handler):
Add check of pseudo table style.
- (tutcode-get-candidate-handler-internal):
New function extracted from tutcode-get-candidate-handler.
- (tutcode-delay-activating-handler): Support pseudo table style.

aeabfaf 2012-05-15 20:04:42 KIHARA Hideto

Support multiple pages for pseudo table style.

* scm/tutcode-custom.scm
- (tutcode-custom-adjust-nr-candidate-max):
New function extracted from candidate-window-style hook.
- (candidate-window-style):
Change hook to call tutcode-custom-adjust-nr-candidate-max.
- (tutcode-use-pseudo-table-style?): New set hook.
* scm/tutcode.scm
- (tutcode-context-rec-spec):
Change initial value of pseudo-table-cands to #f
- (tutcode-context-new):
Treat tutcode-use-pseudo-table-style? same as
table style candidate window.
- (tutcode-activate-candidate-window):
Follow the argument change of tutcode-pseudo-table-style-setup.
- (tutcode-pseudo-table-style-setup):
Remove unused argument.
- (tutcode-pseudo-table-style-make-new-page): New.
- (tutcode-candwin-limit-nr-nth): New.
- (tutcode-pseudo-table-style-make-page):
New function extracted from tutcode-pseudo-table-style-setup.
- (tutcode-pseudo-table-style-candwin-index): New.
- (tutcode-pseudo-table-style-scm-index): New.
- (tutcode-select-candidate):
Change to call tutcode-pseudo-table-select-candidate.
- (tutcode-pseudo-table-select-candidate): New.
- (tutcode-reset-candidate-window): Add reset of pseudo-table-cands.
- (tutcode-get-candidate-handler):
Support multiple pages for pseudo table style.
- (tutcode-set-candidate-index-handler):
Support pseudo table style candidate window.
- (tutcode-delay-activating-handler):
Support selecting candidate for pseudo table style.

54d25b6 2012-05-15 20:04:42 KIHARA Hideto

Support pseudo table style candidate window by adding wrapper layer.

* scm/tutcode.scm
- (tutcode-context-rec-spec): Add pseudo-table-cands.
- (tutcode-activate-candidate-window): Support pseudo table style.
- (tutcode-pseudo-table-style-setup): New.
- (tutcode-stroke-help-make, tutcode-auto-help-make):
Move making of pseudo table style candidates
to tutcode-pseudo-table-style-setup.
- (tutcode-auto-help-dump):
Follow the change of pseudo table style candidates.
- (tutcode-get-candidate-handler):
Add check of pseudo table style.
- (tutcode-get-candidate-handler-internal):
New function extracted from tutcode-get-candidate-handler.
- (tutcode-delay-activating-handler): Support pseudo table style.

24b14ad 2012-05-07 20:47:50 KIHARA Hideto

Fix error when bushu.help file does not exist.

* scm/tutcode-bushu.scm
- (tutcode-bushu-help-load): Add check of file-readable?

133479d 2012-05-07 20:47:49 KIHARA Hideto

Add custom tutcode-show-pending-rk? to show pending key sequences.

* scm/tutcode-custom.scm
- (tutcode-show-pending-rk?): New custom.
* scm/tutcode.scm
- (tutcode-do-update-preedit):
Show pending key sequences if tutcode-show-pending-rk? is #t.
- (tutcode-key-press-handler-internal):
Call tutcode-update-preedit if tutcode-show-pending-rk? is #t.

3f41d9f 2012-05-07 20:47:49 iratqq

* scm/util.scm (read-line):
- New function.

* scm/tutcode-bushu.scm (tutcode-bushu-help-load):
- x2 speedup by using read-char (bufferd vs nonubuffered).
- Drop fileio.scm.

9de91d7 2012-05-07 20:47:49 Muneyuki Noguchi

Add scm/tutcode-rule-custom.scm to po/POTFILES.in.

* po/POTFILES.in
- Add scm/tutcode-rule-custom.scm to avoid a build error.

9061130 2012-05-07 20:47:49 KIHARA Hideto

Add command to dump(commit) last help content shown on candidate window.

* scm/tutcode-key-custom.scm
- (tutcode-auto-help-dump-sequence): New custom.
* scm/tutcode.scm
- Update comment for tutcode-auto-help-dump.
- (tutcode-table-in-vertical-candwin):
Add block delimiter when right block is empty for help dump.
- (tutcode-auto-help-dump): New function.
- (tutcode-custom-set-mazegaki/bushu-start-sequence!):
Add check of tutcode-auto-help-dump-sequence.

7786eb1 2012-05-07 20:47:49 KIHARA Hideto

Change to use label for first non-empty cell in row on pseudo table style.

* scm/tutcode.scm
- (tutcode-table-in-vertical-candwin):
Change label for candwin from first cell in row
to first non-empty cell in row.