Skip to content
  1. Apr 26, 2012
  2. Mar 22, 2012
    • Hiroshi Sumita's avatar
      Fixes preedit text handlings. · ca11abda
      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
      ca11abda
  3. Feb 29, 2012
  4. Dec 01, 2011
    • Hiroshi Sumita's avatar
      Modify API of candidates(). · 2577412d
      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
      2577412d
  5. Nov 15, 2011
    • Hiroshi Sumita's avatar
      Replace variable types from g* to standard types. · e97b37e6
      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
      e97b37e6
  6. Nov 09, 2011
    • Hiroshi Sumita's avatar
      Refactoring APIs. · b002be50
      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
      b002be50
  7. Oct 24, 2011