• 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
82518ca 2012-07-28 20:35:56 Muneyuki Noguchi

Add a section for 1.8.2.

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

cde2cf7 2012-07-28 20:30:48 Muneyuki Noguchi

Update INSTALL.

* INSTALL
- Remove obsolete descriptions and simplify descriptions.

2f40260 2012-07-28 09:55:53 Muneyuki Noguchi

Update NEWS.

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

a73d129 2012-07-28 07:48:50 KIHARA Hideto

Add NEWS about uim-tutcode.

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

4591cba 2012-07-25 21:22:55 Muneyuki Noguchi

Don't mix declarations and code in C.

* gtk2/candwin/horizontal-gtk.c
- (label_draw): Don't mix declarations and code because ISO C90 forbits that.
* gtk2/immodule/uim-cand-win-horizontal-gtk.c
- Ditto.

610214c 2012-07-25 21:22:20 Muneyuki Noguchi

Replace deprecated function in GTK+ 3.

* gtk2/candwin/gtk.c
- (candidate_window_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/candwin/horizontal-gtk.c
- Ditto.
* gtk2/candwin/tbl-gtk.c
- Ditto.
* gtk2/dict/word-list-win-gtk.c
- (word_list_window_init): Replace gtk_vbox_new() with gtk_box_new().
* gtk2/dict/word-win-gtk.c
- (word_window_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/immodule/caret-state-indicator.c
- (caret_state_indicator_new): Replace gtk_hbox_new() with gtk_box_new().
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
- (uim_cand_win_gtk_layout):
Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
* gtk2/pad/ja.c
- (create_tab, create_hiragana_tab, create_eisu_tab, create_symbol_tab,
create_greek_tab, create_cyrillic_tab):
Replace gtk_vbox_new() with gtk_box_new().
* gtk2/pref/gtk-custom-widgets.c
- (add_custom_type_bool, add_custom_type_integer,
add_custom_type_string, add_custom_type_pathname,
add_custom_type_choice, add_custom_type_orderedlist,
add_custom_type_key, add_custom_type_table)
Replace gtk_hbox_new() with gtk_box_new().
- (choose_olist_clicked_cb, choose_key_clicked_cb,
choose_table_clicked_cb)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
- (choose_key_button_clicked_cb):
Replace gdk_keyboard_grab() with gdk_device_grab().
* gtk2/pref/gtk.c
- (create_setting_button_box)
Replace gtk_hbutton_box_new() with gtk_button_box_new().
- (create_group_widget, create_pref_window)
Replace gtk_vbox_new() with gtk_box_new().
- (create_sub_group_widgets)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/switcher/gtk.c
- (create_switcher)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* Replace gtk_hbutton_box_new() with gtk_button_box_new().
* gtk2/test/entry.c
- (main)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/toolbar/common-gtk.c
- (calc_menu_position):
Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
- (popup_prop_menu, toolbar_new):
Replace gtk_hbox_new() with gtk_box_new().
* gtk2/toolbar/standalone-gtk.c
- (button_press_event_cb):
* Replace gdk_pointer_grab() with gdk_device_grab().
* Replace gdk_cursor_unref() with g_object_unref().
- (button_release_event_cb):
Replace gdk_pointer_ungrab() with gdk_device_ungrab().
- (main): Replace gtk_hbox_new() with gtk_box_new().

71da9c6 2012-07-25 21:14:50 Muneyuki Noguchi

Add a section for 1.8.2.

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

abbfb3a 2012-07-25 13:16:31 Etsushi Kato

Support sticky key for uim-skk by anyakichi (https://gist.github.com/1241544)

* scm/skk.scm
- (skk-proc-state-direct-no-preedit) : Handle sticky keys.
- (skk-proc-state-direct) : Ditto.
- (skk-proc-state-kanji) : Ditto.
- (skk-proc-state-okuri) : Ditto.
* scm/skk-key-custom.scm
- (skk-sticky-key) : New custom variable.

dc157de 2012-07-25 13:07:54 Etsushi Kato

Support sticky key for uim-skk by anyakichi (https://gist.github.com/1241544)

* scm/skk.scm
- (skk-proc-state-direct-no-preedit) : Handle sticky keys.
- (skk-proc-state-direct) : Ditto.
- (skk-proc-state-kanji) : Ditto.
- (skk-proc-state-okuri) : Ditto.
* scm/skk-key-custom.scm
- (skk-sticky-key) : New custom variable.

127dda6 2012-07-23 19:52:57 KIHARA Hideto

Fix unmatched number args error in tutcode-auto-help-bushu-decompose-tc23.

* scm/tutcode-bushu.scm
- (tutcode-auto-help-bushu-decompose-tc23):
Fix args for tutcode-bushu-for-char.

58e8d49 2012-07-23 19:51:51 KIHARA Hideto

Keep pending rk on focus out for consistency with preedit if tutcode-show-pending-rk? is #t.

* scm/tutcode.scm
- (tutcode-focus-out-handler):
Change not to call rk-flush if tutcode-show-pending-rk? is #t.

9ec012f 2012-07-23 19:51:31 KIHARA Hideto

Fix division by zero error when label key is typed just after entering interactive bushu mode.

* scm/tutcode.scm
- (tutcode-commit-by-label-key-for-prediction):
Add check of zero before calling remainder.

106edad 2012-07-03 20:39:54 KIHARA Hideto

Fix unmatched number args error in tutcode-auto-help-bushu-decompose-tc23.

* scm/tutcode-bushu.scm
- (tutcode-auto-help-bushu-decompose-tc23):
Fix args for tutcode-bushu-for-char.

f07fc3e 2012-06-17 10:36:54 KIHARA Hideto

Keep pending rk on focus out for consistency with preedit if tutcode-show-pending-rk? is #t.

* scm/tutcode.scm
- (tutcode-focus-out-handler):
Change not to call rk-flush if tutcode-show-pending-rk? is #t.

2d96af2 2012-06-15 13:38:44 Etsushi Kato

Fix behavior with GTK+ 3.

* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init) : Init cwin->block_index_selection.
- (uim_cand_win_gtk_set_nr_candidates) : Enclose
gtk_list_store_clear().
- (uim_cand_win_gtk_real_create_sub_window) : Don't use
GTK_POLICY_NEVER for horizontal configuration, which might
cause problem with wrap mode.
* gtk2/immodule/uim-candwin-gtk.h
- (_UIMCandWinGtk) : Add block_index_selection member.
* gtk2/immodule/uim-cand-win-vertical-gtk.c
- (tree_selection_change) : Prevent selection if needed.
* gtk2/candwin/gtk.c
- (uim_cand_win_gtk_create_sub_window) : Don't use
GTK_POLICY_NEVER.

7c1044f 2012-06-15 13:35:12 Etsushi Kato

Fix behavior with GTK+ 3.

* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init) : Init cwin->block_index_selection.
- (uim_cand_win_gtk_set_nr_candidates) : Enclose
gtk_list_store_clear().
- (uim_cand_win_gtk_real_create_sub_window) : Don't use
GTK_POLICY_NEVER for horizontal configuration, which might
cause problem with wrap mode.
* gtk2/immodule/uim-candwin-gtk.h
- (_UIMCandWinGtk) : Add block_index_selection member.
* gtk2/immodule/uim-cand-win-vertical-gtk.c
- (tree_selection_change) : Prevent selection if needed.
* gtk2/candwin/gtk.c
- (uim_cand_win_gtk_create_sub_window) : Don't use
GTK_POLICY_NEVER.

65c28db 2012-06-10 18:16:49 Muneyuki Noguchi

Don't use gtk3-rc-get-immodule-file any more.

* gtk3/immodule/Makefile.am
- (gtk3_rc_get_immodule_file_SOURCES,
gtk3_rc_get_immodule_file_CFLAGS,
gtk3_rc_get_immodule_file_LDADD,
GTK3_RC_GET_IMMODULE_FILE): Remove.

a6dd540 2012-06-10 18:16:31 Muneyuki Noguchi

Don't mix declarations and code in C.

* gtk2/candwin/horizontal-gtk.c
- (label_draw): Don't mix declarations and code because ISO C90 forbits that.
* gtk2/immodule/uim-cand-win-horizontal-gtk.c
- Ditto.

ae6269b 2012-06-10 17:20:32 Muneyuki Noguchi

Replace deprecated function in GTK+ 3.

* gtk2/candwin/gtk.c
- (candidate_window_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/candwin/horizontal-gtk.c
- Ditto.
* gtk2/candwin/tbl-gtk.c
- Ditto.
* gtk2/dict/word-list-win-gtk.c
- (word_list_window_init): Replace gtk_vbox_new() with gtk_box_new().
* gtk2/dict/word-win-gtk.c
- (word_window_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/immodule/caret-state-indicator.c
- (caret_state_indicator_new): Replace gtk_hbox_new() with gtk_box_new().
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_init)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
- (uim_cand_win_gtk_layout):
Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
* gtk2/pad/ja.c
- (create_tab, create_hiragana_tab, create_eisu_tab, create_symbol_tab,
create_greek_tab, create_cyrillic_tab):
Replace gtk_vbox_new() with gtk_box_new().
* gtk2/pref/gtk-custom-widgets.c
- (add_custom_type_bool, add_custom_type_integer,
add_custom_type_string, add_custom_type_pathname,
add_custom_type_choice, add_custom_type_orderedlist,
add_custom_type_key, add_custom_type_table)
Replace gtk_hbox_new() with gtk_box_new().
- (choose_olist_clicked_cb, choose_key_clicked_cb,
choose_table_clicked_cb)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
- (choose_key_button_clicked_cb):
Replace gdk_keyboard_grab() with gdk_device_grab().
* gtk2/pref/gtk.c
- (create_setting_button_box)
Replace gtk_hbutton_box_new() with gtk_button_box_new().
- (create_group_widget, create_pref_window)
Replace gtk_vbox_new() with gtk_box_new().
- (create_sub_group_widgets)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/switcher/gtk.c
- (create_switcher)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* Replace gtk_hbutton_box_new() with gtk_button_box_new().
* gtk2/test/entry.c
- (main)
* Replace gtk_vbox_new() with gtk_box_new().
* Replace gtk_hbox_new() with gtk_box_new().
* gtk2/toolbar/common-gtk.c
- (calc_menu_position):
Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
- (popup_prop_menu, toolbar_new):
Replace gtk_hbox_new() with gtk_box_new().
* gtk2/toolbar/standalone-gtk.c
- (button_press_event_cb):
* Replace gdk_pointer_grab() with gdk_device_grab().
* Replace gdk_cursor_unref() with g_object_unref().
- (button_release_event_cb):
Replace gdk_pointer_ungrab() with gdk_device_ungrab().
- (main): Replace gtk_hbox_new() with gtk_box_new().

db11e89 2012-06-03 10:58:22 KIHARA Hideto

Fix division by zero error when label key is typed just after entering interactive bushu mode.

* scm/tutcode.scm
- (tutcode-commit-by-label-key-for-prediction):
Add check of zero before calling remainder.

9c1d59a 2012-06-02 18:44:52 Muneyuki Noguchi

Include common.pro in Qt 4 edittest building.

* qt4/edittest/edittest.pro
- Include common.pro, which is generated by configure, if it exists.
We can avoid a Debian hardining warning by including common.pro.

dfb4e26 2012-06-02 18:42:05 Muneyuki Noguchi

Include common.pro in Qt 4 edittest building.

* qt4/edittest/edittest.pro
- Include common.pro, which is generated by configure, if it exists.
We can avoid a Debian hardining warning by including common.pro.

0956c39 2012-06-02 12:58:10 Muneyuki Noguchi

Honor $CPPFLAGS in Qt4 helper tools and immodule.

* qt4/common.pro.in
- (QMAKE_CFLAGS_DEBUG, QMAKE_CFLAGS_RELEASE,
QMAKE_CXXFLAGS_DEBUG, QMAKE_CXXFLAGS_RELEASE): Add @CPPFLAGS@.

acfa5f9 2012-05-30 23:20:33 Muneyuki Noguchi

Honor $CPPFLAGS in Qt4 helper tools and immodule.

* qt4/common.pro.in
- (QMAKE_CFLAGS_DEBUG, QMAKE_CFLAGS_RELEASE,
QMAKE_CXXFLAGS_DEBUG, QMAKE_CXXFLAGS_RELEASE): Add @CPPFLAGS@.

ce34463 2012-05-27 13:40:13 Muneyuki Noguchi

Dump version post release.

* configure.ac
- dump version.

12b6d02 2012-05-27 11:36:53 Muneyuki Noguchi

Update release number in RELNOTE.

* RELNOTE
- Update.

2047e36 uim-1.8.1 2012-05-27 11:34:32 Muneyuki Noguchi

Update release number in RELNOTE.

* RELNOTE
- Update.

6f9ce0d 2012-05-27 11:09:49 Muneyuki Noguchi

Replace rsvg with rsvg-convert.

* make-wc.sh
- Update the comment.
* pixmaps/Makefile.am
- Update the comment.
- Update the error message.
* pixmaps/README
- Update the description.

b795904 2012-05-27 10:53:22 Muneyuki Noguchi

Replace rsvg with rsvg-convert.

* make-wc.sh
- Update the comment.
* pixmaps/Makefile.am
- Update the comment.
- Update the error message.
* pixmaps/README
- Update the description.

1747afa 2012-05-26 10:53:42 Muneyuki Noguchi

Merge branch 'master' of https://code.google.com/p/uim