1. b12a4f0 Fix build breackage in Android caused by r555 by yukawa@google.com · 10 years ago master
  2. 8d0278f Update system dictionary by yukawa@google.com · 10 years ago
  3. b1115a4 Use the official zlib repository rather than Chromium's mirror by yukawa@google.com · 10 years ago
  4. 02b1ac3 Follow repository migration of GYP from gyp.googlecode.com to chromium.googlesource.com by yukawa@google.com · 10 years ago
  5. 097d35c Follow the point release of 14.04 for the reference build environment by yukawa@google.com · 10 years ago
  6. 05dc581 Bump the target API level to 22 by yukawa@google.com · 11 years ago
  7. 2036b54 Bump Pepper SDK version from 28 to 40 by yukawa@google.com · 11 years ago
  8. 51bb544 Use Clang 3.4 to build host binaries by yukawa@google.com · 11 years ago
  9. 5e81c97 Rename ConnectorBase to Connector by yukawa@google.com · 11 years ago
  10. 26b6bee Put SuppressionDictionary and UserDictionary into mozc::dictionary namespace by yukawa@google.com · 11 years ago
  11. e100c30 Remove obsolete command line flags by yukawa@google.com · 11 years ago
  12. 533c33f Merge SparseConnector and CachedConnector into ConnectorBase by yukawa@google.com · 11 years ago
  13. 00e8cd7 Remove NodeAllocatorInterface by yukawa@google.com · 11 years ago
  14. f596bf0 Remove the dependency on NodeAllocatorInterface from dictionary module by yukawa@google.com · 11 years ago
  15. eaa20eb Hide implementation details of SystemDictionary into .cc file by yukawa@google.com · 11 years ago
  16. a25226d Use SystemDictionary::Builder and remove old factory methods by yukawa@google.com · 11 years ago
  17. 9251ef4 Remove FilterInfo from SystemDictionary by yukawa@google.com · 11 years ago
  18. db54467 Have louds tries and token array as values in SystemDictionary by yukawa@google.com · 11 years ago
  19. d622858 Make error message from DISALLOW_COPY_AND_ASSIGN and DISALLOW_IMPLICIT_CONSTRUCTORS easier to read by yukawa@google.com · 11 years ago
  20. 188db37 Remove unused code from mozc_tool by yukawa@google.com · 11 years ago
  21. 5fe2c18 Remove a workaround for sysconf w/ _SC_PHYS_PAGES by yukawa@google.com · 11 years ago
  22. c098adb Initialize NONCLIENTMETRICSW structure to be compatible with Windows Vista and later by yukawa@google.com · 11 years ago
  23. b3d6671 Use predefined constants when possible by yukawa@google.com · 11 years ago
  24. 3b27192 Remove dead code that is never used in Windows Vista or later (part 2) by yukawa@google.com · 11 years ago
  25. ce83c98 Remove unnecessary header includes from mozcjni.cc (part 2) by yukawa@google.com · 11 years ago
  26. 2e7c545 Check in IPAEx font for layout tests on Windows by yukawa@google.com · 11 years ago
  27. c51686c Refactor base/bitarray.h by yukawa@google.com · 11 years ago
  28. d733008 Update japanese_util_rule.h to match update of romanji-hiragana.tsv in r185 by yukawa@google.com · 11 years ago
  29. 3ec5e90 Remove unnecessary header includes from base/process.h by yukawa@google.com · 11 years ago
  30. 329aa95 Rely on pthread to implement reader-writer lock for Android by yukawa@google.com · 11 years ago
  31. fe3eace Implicitly link to SlimReaderWriterLock APIs by yukawa@google.com · 11 years ago
  32. 07ac7df Enable several layout tests again by yukawa@google.com · 11 years ago
  33. 02e35c6 Remove unnecessary header includes from mozcjni.cc by yukawa@google.com · 11 years ago
  34. 7cd7df5 Move storage/louds/key_expansion_table{.h, _test.cc} files to dictionary/system by yukawa@google.com · 11 years ago
  35. eeb3153 Refactor SystemDictionary::LookupPredictive using new LoudsTrie::Node APIs by yukawa@google.com · 11 years ago
  36. 13bddc6 Refactor SystemDictionary::PrefixSearch using LoudsTrie::Node APIs by yukawa@google.com · 11 years ago
  37. 149a91a Refactor LOUDS trie by introducing a new API set for traversal by yukawa@google.com · 11 years ago
  38. d248177 Demove dead code that is never used in Windows Vista or later by yukawa@google.com · 11 years ago
  39. ed00b4c Use VersionHelpers.h to simplify SystemUtil by yukawa@google.com · 11 years ago
  40. 59efd84 Remove legacy base/hash_tables.h in favor of C++11 by yukawa@google.com · 11 years ago
  41. 7e1c25a Remove a workaround code for Visual C++ 2010 (KB813540) by yukawa@google.com · 11 years ago
  42. 142f0b3 Require Visual C++ 2013 to build Mozc for Windows by yukawa@google.com · 11 years ago
  43. 8d4df08 Require Windows Vista SP2 or later by yukawa@google.com · 11 years ago
  44. c0232e9 Remove build_tools command from build_mozc.py by yukawa@google.com · 11 years ago
  45. 034f590 Require Clang to build Linux host binaries by yukawa@google.com · 11 years ago
  46. 9be7683 Switch from stlport to libcxx in Android build by yukawa@google.com · 11 years ago
  47. 3245d7f Remove mozc::DetachedThread as it is no longer used by yukawa@google.com · 11 years ago
  48. c1c21a9 Fix build failur of unit tests when libcxx is used on Android by yukawa@google.com · 11 years ago
  49. ec8df21 Fix test failure in release build with Visual C++ 2013 by yukawa@google.com · 11 years ago
  50. 93484bf Make the conditions to learn candidates with a punctuation mark more strict by yukawa@google.com · 11 years ago
  51. 07f144e Apply the same hack as conversion to prediction for transition cost from history node by yukawa@google.com · 11 years ago
  52. 38668b3 Remove an unused member field by yukawa@google.com · 11 years ago
  53. d578425 As-is import of NaCl Mozc for Chromium OS by yukawa@google.com · 11 years ago
  54. 5992f75 Remove platform-dependent mozc::Encryptor part 3 by yukawa@google.com · 11 years ago
  55. dfb9df1 Fix style violations in header include guards part 4 by yukawa@google.com · 11 years ago
  56. 2f365a7 Remove unused variables by yukawa@google.com · 11 years ago
  57. e825b2a Fix a typo in reading strings of Unicode Emoji data by yukawa@google.com · 11 years ago
  58. bfec464 Unsupport Ubuntu 12.04 as a build environment by yukawa@google.com · 11 years ago
  59. 4f9083b Update copyright year in source header comments by yukawa@google.com · 11 years ago
  60. 3d195cb Update copyright year in the about dialog to 2015 by yukawa@google.com · 11 years ago
  61. a4baf20 Update special rules for KEN_ALL.CSV by yukawa@google.com · 11 years ago
  62. 1deea2e Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1" by yukawa@google.com · 11 years ago
  63. a12a058 Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"" by yukawa@google.com · 11 years ago
  64. db4d33b Call CalculatorInterface::CalculateString even for x86 Android testing by yukawa@google.com · 11 years ago
  65. 4c8edd5 Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key by yukawa@google.com · 11 years ago
  66. ddb7a0b Handle emojis that have multiple readings correctly by yukawa@google.com · 11 years ago
  67. ca508e7 Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh" by yukawa@google.com · 11 years ago
  68. 5d65df9 Several coding style fixes by yukawa@google.com · 11 years ago
  69. 1f8eee9 Improve classic skins for Android by yukawa@google.com · 11 years ago
  70. 288573c Fix resource leak on onDestroy by yukawa@google.com · 11 years ago
  71. c41c461 Enable Material theme for Android (part 4) by yukawa@google.com · 11 years ago
  72. 6ec886c Enable Material theme for Android (part 3) by yukawa@google.com · 11 years ago
  73. 14ede33 Enable Material theme for Android (part 2) by yukawa@google.com · 11 years ago
  74. 2f75c49 Enable Material theme for Android by yukawa@google.com · 11 years ago
  75. 2e9dbfd Fix crash when a dead key is pressed in the physical keyboard in Android by yukawa@google.com · 11 years ago
  76. 1abcdcd Ignore InflateException when showing AlertDialog (part 2) by yukawa@google.com · 11 years ago
  77. 83c5515 Ignore InflateException when showing AlertDialog by yukawa@google.com · 11 years ago
  78. c7963f8 Use android-sdk_* to check out Android SDK and related components by yukawa@google.com · 11 years ago
  79. 3027856 Shorten annotations so that more candidates can be displayed (part 3) by yukawa@google.com · 11 years ago
  80. cf8ce51 Explicitly specify point release numbers for Ubuntu LTS releases by yukawa@google.com · 11 years ago
  81. 069a8d2 Add a custom font file built from Noto font and Roboto2 font for Android by yukawa@google.com · 11 years ago
  82. f9fc638 Shorten annotations so that more candidates can be displayed (part 2) by yukawa@google.com · 11 years ago
  83. 2bac53a Fix VariantsRewriter and SymbolRewriter to handle inner segment boundary correctly by yukawa@google.com · 11 years ago
  84. 35bea2f Shorten annotations so that more candidates can be displayed by yukawa@google.com · 11 years ago
  85. 7c103cc Move EmoticonsAboveSymbols test to rewriter_test.cc by yukawa@google.com · 11 years ago
  86. 8c76c6a Shorten debug annotations for predicted candidates (part 2) by yukawa@google.com · 11 years ago
  87. 6f7c337 Shorten debug annotations for predicted candidates by yukawa@google.com · 11 years ago
  88. 9e2a07c Prepare to load dictionary data set from an external file by yukawa@google.com · 11 years ago
  89. 3afa0d1 Learn content word for real time conversion in the mobile mode by yukawa@google.com · 11 years ago
  90. 35e757e Remove an ad-hoc optimization in JNI boundary by yukawa@google.com · 11 years ago
  91. 517ab14 For Android and Chrome OS, we need to change the page size of the candidate list from 9 as the default value. by yukawa@google.com · 11 years ago
  92. 803961a Add usage stats entries about how many times keyboard are expanded/folded by yukawa@google.com · 11 years ago
  93. 6624577 Add new usage stats entries for chosen candidates by yukawa@google.com · 11 years ago
  94. e704e58 Suppress compiler warnings for Protocol Buffers 2.6.1 by yukawa@google.com · 11 years ago
  95. 1448f6e Simplify protobuf/protobuf.gyp (part 2) by yukawa@google.com · 11 years ago
  96. 232fbd8 Simplify protobuf/protobuf.gyp by yukawa@google.com · 11 years ago
  97. b0b722a Remove an incorrect output declaration in 'protobuf_java' target by yukawa@google.com · 11 years ago
  98. 03e3e18 Support Clang 3.5 with libc++ in Android build by yukawa@google.com · 11 years ago
  99. 04b962b Support arm64/mips64/x86-64 in Android build by yukawa@google.com · 11 years ago
  100. a8fb06a Update Protocol Buffers to 2.6.1 by yukawa@google.com · 11 years ago