- Mar 22, 2012
-
-
Hiroshi Sumita authored
BUG=All characters should be set on conversionText when cursor position is not at the end. TEST=Manually tested with client codes. Review URL: https://codereview.appspot.com/5869044
-
- Feb 29, 2012
-
-
Hiroshi Sumita authored
BUG=rest_text() returns incorrect value in some situation. TEST=Manually tested with client code. Review URL: https://codereview.appspot.com/5694088
-
- Dec 01, 2011
-
-
Hiroshi Sumita authored
This CL changes API only. Internal behavior will be changed in another CL. BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5437086
-
- Nov 15, 2011
-
-
Hiroshi Sumita authored
replacing - gchar - char - gint - int, unsigned int, or size_t - guint -> unsigned int or size_t - guint8 -> unsigned char - gboolean -> bool - gsize -> size_t - gpointer -> void * - gconstpointer -> const void * - gunichar -> unichar (typedef of int on PyZyUtil.h) BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5367046
-
- Nov 09, 2011
-
-
Hiroshi Sumita authored
- Add many APIs to replace processKeyEvent. - Remove pager related codes. BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5314054
-
- Oct 24, 2011
-
-
Hiroshi Sumita authored
BUG=None TEST=Run a test. Review URL: http://codereview.appspot.com/5312042
-
Hiroshi Sumita authored
BUG=None TEST=Run a test. Review URL: http://codereview.appspot.com/5309041
-
Hiroshi Sumita authored
This CL don't modify files under debian/*. Some files which is removed by http://codereview.appspot.com/5305041/ are also unmodified. BUG=None TEST=Manually Review URL: http://codereview.appspot.com/5301043
-
Hiroshi Sumita authored
BUG= TEST= Review URL: http://codereview.appspot.com/5235062
-