• 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. Hora Autor
f18c483 test 2015-04-05 22:35:04 shitamo

- add define-custom

fd4e4aa 2014-04-19 16:54:22 shitamo

toolbar
configurable command

bece5e0 master 2014-03-03 00:54:00 Muneyuki Noguchi

Merge pull request #38 from rakuco/locale-include-qt4

qt4 immodule: Add missing <clocale> include

5900b14 2014-03-03 00:40:30 Raphael Kubo da Costa

qt4 immodule: Add missing <clocale> include.

* qt4/immodule/plugin.cpp
- Stop relying on implicit includes that may not always work and
explicitly include <clocale> for the setlocale(3) call.

a7940f9 2014-01-27 11:00:52 e-kato

Set explicit left and right paddings of toolbar buttons.

* gtk2/toolbar/common-gtk.c
- (set_button_style): Set padding-left and padding-right
value. Add gint type argument.
- (button_create): Call set_button_style() for every toolbar.

0c72e1c 2014-01-27 06:30:12 Jae-hyeon Park

Merge branch 'master' of github.com:uim/uim

5177a6f 2014-01-22 21:38:26 Muneyuki Noguchi

Merge pull request #35 from e-kato/master

Add a workaround for gtk+ >= 3.7.8.

9318ab3 2014-01-22 17:18:35 e-kato

* Also cope with GTK+ 3.10.6.

* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_layout) : Call
gtk_widget_queue_resize_no_redraw() after moving the window.
* gtk2/candwin/gtk.c
- (candwin_show_page) : Change calling
gtk_widget_queue_resize_no_redraw() there
- (uim_cand_win_gtk_layout) : from here.

2b0a96c 2014-01-20 15:55:19 e-kato

* Use gtk_widget_queue_resize_no_redraw() instead.
* gtk2/candwin/gtk.c
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_layout) : Use
gtk_widget_queue_resize_no_redraw().

d5cd4b9 2014-01-20 15:30:31 e-kato

Add check for GtkTreeView.
* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_layout) : Only call gtk_widget_queue_resize()
for GtkTreeView.

b9a2ded 2014-01-20 15:21:13 e-kato

Add the workaround into uim-candwin-gtk3 too.
* gtk2/candwin/gtk.c
- (uim_cand_win_gtk_layout) : Explicitly call
gtk_widget_queue_resize() for cwin->view for recent GTK+3.

dcc6b61 2014-01-20 12:01:45 e-kato

Add a workaround for gtk+ >= 3.7.8.

* gtk2/immodule/uim-cand-win-gtk.c
- (uim_cand_win_gtk_layout) : Explicitly call
gtk_widget_queue_resize() for cwin->view for recent GTK+3.

f4dc92f 2014-01-04 03:40:25 Jae-hyeon Park

Fix a bug in byeoru menu

* scm/byeoru.scm
- call (byeoru-deactivate-candidate-selector) instead of
(im-deactivate-candidate-selector) so that
byeoru-context-cand-no and byeoru-context-menu-no are preserved

9356210 2014-01-04 03:28:14 Jae-hyeon Park

Make a minor change in byeoru.scm

* scm/byeoru.scm
- (byeoru-select-menu-or-symbol): a minor clean-up

ab0a7f9 2013-11-10 17:22:15 Muneyuki Noguchi

Use gtk_widget_queue_draw() to redraw buttons.

* gtk2/candwin/horizontal-gtk.c
- (button_clicked, uim_cand_win_gtk_set_index):
Use gtk_widget_queue_draw() for redraw buttons instead of
gtk_widget_unmap() and gtk_widget_map()
because gtk_widget_unmap() and gtk_widget_map() are
only for use in widget implementations
and we can avoid warnings in GTK+3.
* gtk2/immodule/uim-cand-win-horizontal-gtk.c
- (button_clicked, uim_cand_win_horizontal_gtk_set_index):
Ditto.

bc1295b 2013-11-10 16:38:44 Muneyuki Noguchi

Use GtkGrid instead of deprecated GtkTable.

* gtk2/candwin/horizontal-gtk.c
- (candidate_window_init, assign_cellbutton, update_table_button,
uim_cand_win_gtk_set_page, show_table):
Use GtkGrid instead of GtkTable.
* gtk2/immodule/uim-cand-win-horizontal-gtk.c
- (uim_cand_win_horizontal_gtk_init, assign_cellbutton
update_table_button, uim_cand_win_horizontal_gtk_set_page,
show_table):
Ditto.

f71ef2d 2013-11-09 08:39:56 Muneyuki Noguchi

Check the page number before freeing.

* fep/callbacks.c
- (make_page_strs): Check the page number before freeing the page string.

756370b 2013-10-31 22:49:44 Muneyuki Noguchi

Remove duplicate code in common-gtk.c

* gtk2/toolbar/common-gtk.c
- (button_create): New function.
- (prop_button_create): Call button_create().
- (toolbar_new): Ditto.

ee7bd71 2013-10-30 23:01:13 Muneyuki Noguchi

Don't set GTK+ variables when GTK+ is disabled.

* configure.ac
- Don't set GTK_BINARY_VERSION GTK_LIBDIR
when GTK+2 feature is disabled.
- Don't set GTK3_BINARY_VERSION GTK3_LIBDIR
when GTK+3 feature is disabled.

fec095e 2013-10-29 22:49:50 Muneyuki Noguchi

Avoid build errors on Qt4 and Qt5.

* configure.ac
- Create Makefile.qmake after ${ac_abs_top_builddir} is set.

9231b6f 2013-10-29 21:06:44 Muneyuki Noguchi

Fix indents in configure.ac.

* configure.ac
- Fix indents.

6c26443 2013-10-28 21:53:50 Muneyuki Noguchi

Fix indents in configure.ac.

* configure.ac
- Fix indents.

def637d 2013-10-28 21:43:21 Muneyuki Noguchi

Rename variables.

* configure.ac
- Rename from APPLET_GNOME to GNOME_APPLET.
- Rename from APPLET_GNOME3 to GNOME3_APPLET.
- Rename from APPLET_KDE to KDE_APPLET.
- Rename from APPLET_KDE4 to KDE4_APPLET.
* gtk2/toolbar/Makefile.am
- Rename from APPLET_GNOME to GNOME_APPLET.
* gtk3/toolbar/Makefile.am
- Rename from APPLET_GNOME3 to GNOME3_APPLET.
* qt3/toolbar/Makefile.am
- Rename from APPLET_KDE to KDE_APPLET.
* qt4/toolbar/Makefile.am
- Rename from APPLET_KDE4 to KDE4_APPLET.

a601fb3 2013-10-28 21:14:02 Muneyuki Noguchi

Fix a warning on KDE4 Plasma widget.

* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate):
Don't define display_time when PLASMA_APPLET_UIM is defined.

2c8ad7e 2013-10-28 00:17:19 Muneyuki Noguchi

Refactor configure.ac.

* configure.ac
- Refactor.

cae529c 2013-10-27 23:49:26 Muneyuki Noguchi

Expand tabs to spaces in configure.ac.

* configure.ac
- Expand tabs to spaces.

12bdb67 2013-10-27 23:24:18 Muneyuki Noguchi

Change ./configure help texts.

* configure.ac
- change help texts.

381d18b 2013-10-27 17:17:38 Muneyuki Noguchi

Refactor configure.ac

* configure.ac
- Refactor.
- Enable KDE4 plasma widget uim by default.

26b6f60 2013-10-27 08:55:39 Muneyuki Noguchi

Use correct names.

* configure.ac
- Use correct names.

d5ab5ec 2013-10-23 23:32:32 Muneyuki Noguchi

Close socket after uim-skk requests disconnection.

* uim/skk.c
- (close_skkserv): Close a socket after uim-skk requests
skkserv to disconnect (issue #32).