Skip to content
  1. May 18, 2012
  2. May 17, 2012
  3. May 11, 2012
  4. Apr 26, 2012
  5. Mar 28, 2012
  6. Mar 07, 2012
  7. Nov 22, 2011
  8. 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
  9. 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
  10. Oct 24, 2011