• 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
baaac9c 2012-09-29 23:52:23 Muneyuki Noguchi

Add a note on fixes to NEWS.

* NEWS
- (Overview of changes from 1.8.2 to 1.8.3):
Add a note on fixes to uim-toolbar-gtk-systray.

e736647 2012-09-29 23:52:16 Muneyuki Noguchi

Add a contributor name to NEWS.

* NEWS
- (Overview of changes from 1.8.1 to 1.8.2):
Add a missing uim-skk contributor name.

952afe6 2012-09-29 19:39:07 KIHARA Hideto

Update NEWS about uim-tutcode.

face7e0 2012-09-29 10:35:19 Muneyuki Noguchi

Don't hardcode sed in Makefile.am.

* gtk2/toolbar/Makefile.am
- (server_in_files): Replace sed with $(SED).
* gtk3/toolbar/Makefile.am
- (applet_in_files): Ditto.

ce9e328 2012-09-29 10:27:19 Muneyuki Noguchi

Don't hardcode sed in Makefile.am.

* gtk2/toolbar/Makefile.am
- (server_in_files): Replace sed with $(SED).
* gtk3/toolbar/Makefile.am
- (applet_in_files): Ditto.
-

f1f1800 2012-09-29 09:57:37 Muneyuki Noguchi

Change output from `make sum'.

* Makefile.am
- (sum): Output hash function name.

82bf80f 2012-09-29 09:54:59 Muneyuki Noguchi

Add a section for 1.8.3.

* NEWS
- (Overview of changes from 1.8.2 to 1.8.3): New section.

5c5d57b 2012-09-24 20:03:02 KIHARA Hideto

Add comment about interactive bushu conversion algorithm.

* scm/tutcode-bushu.scm
- Add comment.

c0b906c 2012-09-24 20:02:54 KIHARA Hideto

Fix invalid char sequence error on long line of bushudict of uim-bushuconv.

* uim/look.c (uim_look_look_internal):
- Increase buf size for bushu dictionary file of uim-bushuconv.

443d1ed 2012-09-24 20:02:45 KIHARA Hideto

Fix SEGV by clicking a candidate shown by uim-bushuconv.
Change to emit index-changed signal after selection changed,
instead of emitting before selection change.

* gtk2/immodule/uim-cand-win-vertical-gtk.c
- (tree_selection_change): Change not to emit signal here.
- (tree_selection_changed): Emit signal if index_changed flag is set.
* gtk2/immodule/uim-cand-win-gtk.h
- (_UIMCandWinGtk): Add member variable index_changed.
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init): Add initialization of index_changed variable.

fca396e 2012-09-24 20:02:32 KIHARA Hideto

Fix bug that last pending rk is not cleared on preedit.

* scm/tutcode.scm
- (tutcode-key-press-handler-internal):
Update preedit when pending rk becomes empty.

dee2c78 2012-09-24 20:02:18 KIHARA Hideto

Fix bug that <Shift>left/right key erases current selection text on Google Chrome.

* scm/tutcode.scm
- (tutcode-key-press-handler-internal):
Not to update preedit when pending rk is empty.
(related fix: 32fafd5d7ecdebd996bee075826ba32baff42073)

22d1f8c 2012-09-06 11:51:13 Etsushi Kato

Fix a bug introduced in r6948 svn.

* gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
- Fix a bug (thanks to Sano Yukihiko).

4ba44fb 2012-09-06 11:46:07 Etsushi Kato

Fix a bug introduced in r6948 svn.

* gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
- Fix a bug (thanks to Sano Yukihiko).

154a6a0 2012-09-05 21:59:17 Etsushi Kato

Apply patch from Sano Yukihiko ([uim-ja 337]).

* gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
- Fix segv in some case.

7185992 2012-09-05 21:51:55 Etsushi Kato

Apply patch from Sano Yukihiko ([uim-ja 337]).

* gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
- Fix segv in some case.

884f4ce 2012-09-01 08:17:35 KIHARA Hideto

Add comment about interactive bushu conversion algorithm.

* scm/tutcode-bushu.scm
- Add comment.

e9e4d11 2012-09-01 08:17:06 KIHARA Hideto

Fix invalid char sequence error on long line of bushudict of uim-bushuconv.

* uim/look.c (uim_look_look_internal):
- Increase buf size for bushu dictionary file of uim-bushuconv.

bc40465 2012-09-01 08:16:25 KIHARA Hideto

Fix SEGV by clicking a candidate shown by uim-bushuconv.
Change to emit index-changed signal after selection changed,
instead of emitting before selection change.

* gtk2/immodule/uim-cand-win-vertical-gtk.c
- (tree_selection_change): Change not to emit signal here.
- (tree_selection_changed): Emit signal if index_changed flag is set.
* gtk2/immodule/uim-cand-win-gtk.h
- (_UIMCandWinGtk): Add member variable index_changed.
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init): Add initialization of index_changed variable.

13cfdfe 2012-08-21 23:56:44 Muneyuki Noguchi

Change output from `make sum'.

* Makefile.am
- (sum): Output hash function name.

fd86ad8 2012-08-09 21:50:29 KIHARA Hideto

Fix bug that last pending rk is not cleared on preedit.

* scm/tutcode.scm
- (tutcode-key-press-handler-internal):
Update preedit when pending rk becomes empty.

5568a7d 2012-08-09 19:51:05 KIHARA Hideto

Fix bug that <Shift>left/right key erases current selection text on Google Chrome.

* scm/tutcode.scm
- (tutcode-key-press-handler-internal):
Not to update preedit when pending rk is empty.
(related fix: 32fafd5d7ecdebd996bee075826ba32baff42073)

74ee19b 2012-07-29 11:19:40 Muneyuki Noguchi

Dump version post release.

* configure.ac
- dump version.

e517493 2012-07-28 21:13:52 Muneyuki Noguchi

* RELNOTE
- Update from 1.8.1 to 1.8.2.

d067952 2012-07-28 21:13:46 Muneyuki Noguchi

Remove unmaintained uim.spec.

* .gitignore
- Remove uim.spec.
* Makefile.am
- (EXTRA_DIST): Remove uim.spec and uim.spec.in.
* configure.ac
- (AC_CONFIG_FILES): Remove uim.spec.
* uim.spec.in
- Remove.

523991f uim-1.8.2 2012-07-28 20:57:03 Muneyuki Noguchi

* RELNOTE
- Update from 1.8.1 to 1.8.2.

7f1d0a8 2012-07-28 20:56:17 Muneyuki Noguchi

Remove unmaintained uim.spec.

* .gitignore
- Remove uim.spec.
* Makefile.am
- (EXTRA_DIST): Remove uim.spec and uim.spec.in.
* configure.ac
- (AC_CONFIG_FILES): Remove uim.spec.
* uim.spec.in
- Remove.

4adb23a 2012-07-28 20:36:29 Muneyuki Noguchi

Update INSTALL.

* INSTALL
- Remove obsolete descriptions and simplify descriptions.

609063b 2012-07-28 20:36:16 Muneyuki Noguchi

Update NEWS.

* NEWS
- (Overview of changes from 1.8.1 to 1.8.2):
Add fixes, enhancements and others to NEWS.

173b5ef 2012-07-28 20:36:08 KIHARA Hideto

Add NEWS about uim-tutcode.

* NEWS
- (Overview of changes from 1.8.1 to 1.8.2): Add Fixes about uim-tutcode