手書き文字認識エンジンを開発するプロジェクトです
Overview of Changes from libtomoegtk-0.4.0 to libtomoegtk-0.5.0
===============================================================
* Search characters by stroke count.
2006-12-29 Takuro Ashie <ashie@homa.ne.jp>
* Version-0.5.0.
2006-12-28 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Fix format string for Unicode point.
2006-12-26 Kouhei Sutou <kou@cozmixng.org>
* src/tomoe-window.c (tomoe_window_init): removed needless setlocale().
2006-12-22 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Temporary unset the tree model from tree
view when set search results to improve redrawing performance.
* po/ja.po: Update.
2006-12-22 Kouhei Sutou <kou@cozmixng.org>
* src/tomoe-reading-search.c: showed UCS4 code-point but it's too
dirty...
2006-12-18 Takuro Ashie <ashie@homa.ne.jp>
* configure.ac: Bump version number.
2006-12-12 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-handwriting.c: Don't stretch the height of the candidates
view.
2006-12-12 Takuro Ashie <ashie@homa.ne.jp>
* po/ja.po: Update.
2006-12-11 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Add "Specify range" check button.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-window.c: Set the window title automatically.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Fix initial size.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-window.c: Plug a memory leak.
* po/ja.po: Fix a typo.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Validate max & min stroke count.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Add expander to hide additional options.
* po/ja.po: Update.
2006-12-07 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.c: Add stroke count spin button.
* po/ja.po: Update.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gtk.h: Add missing files.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* test/testtomoegtkedit.c: Added.
* test/Makefile.am: Ditto.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-window.c: Add getters for getting inside widgets.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-window.c: Don't call gtk_main_quit() from here.
* src/testtomoegtk.c: Call gtk_main_quit().
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.[ch]: Add a "tomoe-context" property like as
TomoeHandwriting. Remove tomoe_reading_search_set_context().
* src/tomoe-window.c: Follow the change.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-windows.c: Make window as resizable.
* src/tomoe-handwriting.c: Add remaining properties.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-handwriting.[ch]: Add a "tomoe-context" property as
construct only.
* src/tomoe-window.c: Follow the change.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Remove priv->size.
Resize provided writing to internal size in tomoe_canvas_set_writing().
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Add remaining properties.
tomoe_canvas_get_number_of_candidaets () -> ~_n_candidates ().
* src/tomoe-char-table.c: Follow the change.
2006-12-06 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Add "locked" and "auto-find-time" properties.
Reorder some functions. Don't use tomoe_canvas_set_writing() internally.
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Reorder functions.
tomoe_canvas_revert () -> tomoe_canvas_revert_stroke ().
tomoe_canvas_lock () -> tomoe_canvas_set_locked ().
Add tomoe_canvas_is_locked ().
* src/tomoe-handwriting.c, src/tomoe-edit-strokes.c,
src/tomoe-details.c: Follow the change.
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Add "writing" property. Plug a memory leak.
Fix indent.
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.[ch]: Add "tomoe-context" property and remove
needless functions.
* src/tomoe-handwriting.c: Fix indent.
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/*.[ch]: Mode: C, ts=4
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-char-table.[ch]: Set the font on initializing time instead
of realizing time. Avoid needless drawing.
2006-12-05 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-handwriting.[ch]: Add a getter for getting TomoeCharTable.
* src/tomoe-char-table.[ch]: Increase default font scale to 2.
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-canvas.c: Call parent class's function first in
size_allocate().
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gtk.h: Add missing header files..
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-window.[ch]: Add getters for reading search page and
gucharmap page. Remove tomoe_widnow_get_canvas.
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* po/POTFILES.in, po/ja.po: Update.
* src/tomoe-gucharmap.c, src/tomoe-window.c: Minor fix.
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.[ch]: Add a "Clear" button.
Set sort column id.
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharma.[ch]: Add tomoe_gucharmap_get_selected_char and
tomoe_gucharmap_get_selected_tomoe_char.
* src/tomoe-handwriting.[ch]: Add tomoe_handwriting_get_selected_char.
* src/tomoe-reading-search.[ch]:
Add tomoe_reading_search_get_selected_char.
* src/tomoe-window.[ch]: Add tomoe_window_get_selected_char.
Rename tomoe_window_get_selected_tomoe_char to
tomoe_winidow_get_selected_candidate.
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.[ch]: Emit "selected" signal, and add
tomoe_reading_search_get_selected_tomoe_char.
* src/tomoe-handwriting.[ch]: Rename
tomoe_handwriting_get_selected_candidate to ~_get_selected_tomoe_char.
* src/tomoe-window.c: Follow above changes/
2006-12-04 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-reading-search.[ch]: Add "selected" signal, but never emited
yet.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.[ch]: Add tomoe_gucharmap_get_selected ().
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.[ch], src/tomoe-window.h: Add "selected" signal for
TomoeGucharmap, but retrieving the selected character is not implemented
yet.
2006-12-01 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-reading-search.c: Use tomoe_char_get_n_strokes() first.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.c: Add chapters type combo box.
2006-12-01 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-stroke-search.[ch]: Removed.
* src/tomoe-handwriting.[ch]: Renamed from tomoe-stroke-search.[ch].
tomoe-window.[ch]: Add tomoe_window_get_selected_candidate().
* src/Makefile.am, src/tomow-gtk.h, src/tomow-window.c: Follow above
changes.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.c: Also create GucharmapScriptChapters on init.
2006-12-01 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-window.[ch]: Add tomoe_window_get_selected_candidate().
2006-12-01 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-window.[ch]: Add "selected" signal.
TomoeWindow is now a child of GtkWindow instead of GtkDialog.
* test/testtomoegtk.c: Follow above change.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.c: Replace option menu with combo box and connect
changed signal.
2006-12-01 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-stroke-search.[ch]: Emit "selected" signal from
TomoeStrokeSearch instead of TomoeCharTable directry.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* data/tomoe-gucharmap.png: Add.
* data/Makefile.am, src/tomoe-window.c: Add guchamarp icon.
2006-12-01 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.[ch]: Add an option menu for selecting unicode
block, but it doesn't work yet.
2006-11-30 Hiroyuki Ikezoe <poincare@ikezoe.net>
* src/tomoe-stroke-search.c: GTK_STOCK_GO_BACK -> GTK_STOCK_UNDO.
2006-11-30 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.[ch] Add tomoe_gucharmap_get_charmap().
2006-11-30 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-gucharmap.[ch]: Add.
* src/Makefile.am, src/tomoe-window.c: Add Unicode table.
2006-11-30 Takuro Ashie <ashie@homa.ne.jp>
* configure.ac, src/Makefile.am: Add gucharmap dependency.
* src/tomoe-window.c: Minor fix.