Skip to content
  1. Jan 12, 2012
  2. 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
  3. 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
  4. Oct 24, 2011