1. 830ba67 refactor MAX_POINT_TO_KEY_LENGTH by Satoshi Kataoka · 12 years ago
  2. 625778f Add keyboard hypotenuse metric to ProximityInfo. by Tom Ouyang · 13 years ago
  3. ee456af Cleanup in ProximityInfoParams by Ken Wakasa · 13 years ago
  4. 0ae5b07 Yet another cleanup in ProximityInfoParams by Ken Wakasa · 13 years ago
  5. 6e2ba9b Remove unnecessary maxProximityCharsSize by Ken Wakasa · 13 years ago
  6. 6c22439 Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL by Ken Wakasa · 13 years ago
  7. 47cc524 refactor proximity info by Satoshi Kataoka · 13 years ago
  8. 0c2227a Clean up in geometry_utils.h by Ken Wakasa · 13 years ago
  9. bf78e13 Refactor proximity info by Satoshi Kataoka · 13 years ago
  10. 6cee61d Use -fno-inline for debug builds & small cleanups by Ken Wakasa · 13 years ago
  11. ccebd5c Replace assert() with ASSERT() & use -funwind-tables for debug builds by Ken Wakasa · 13 years ago
  12. 692cd00 Small cleanups by Ken Wakasa · 13 years ago
  13. 1d516fb Clean up int types by Ken Wakasa · 13 years ago
  14. 6e66349 Adjust compiler warning options with the offdevice Makefile by Ken Wakasa · 13 years ago
  15. a323fa6 A small code cleanup in geometry_utils.h by Ken Wakasa · 13 years ago
  16. 44d9c1e Use sizeof() more safely. by Ken Wakasa · 13 years ago
  17. ff74cc3 Improve gesture input scoring method 2. by Keisuke Kuroyanagi · 13 years ago
  18. f34ec5a Make gestures work correctly on keyboards with accented keys by Tom Ouyang · 13 years ago
  19. 0edab9d Use touch position correction in the geometric input by Satoshi Kataoka · 13 years ago
  20. 0e301bd Merge "Generalize incremental recognition to non-Latin languages" into jb-mr1-dev by Tom Ouyang · 13 years ago
  21. f4554d8 Fix an issue on FP calculation diff of osx and linux by Satoshi Kataoka · 13 years ago
  22. 1321685 Generalize incremental recognition to non-Latin languages by Tom Ouyang · 13 years ago
  23. 5964d4e Variable type cleanups by Ken Wakasa · 13 years ago
  24. 95a49a5 Restricting children for gesture input. by Keisuke Kuroyanagi · 13 years ago
  25. f278981 Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). by Ken Wakasa · 13 years ago
  26. 07aea40 Fix a bug giving broken characters by Jean Chalard · 13 years ago
  27. 162c211 Address warnings by -Weffc++ by Ken Wakasa · 13 years ago
  28. e7398cd Step 26-A Cleanup geometory_utils by Satoshi Kataoka · 13 years ago
  29. bcec82d Clean up constructors by Ken Wakasa · 13 years ago
  30. 063c3e2 Fix memset() bugs by Ken Wakasa · 13 years ago
  31. 6b4a1d7 Step 22-A implement session by Satoshi Kataoka · 13 years ago
  32. 9e0c711 Stop using STL string in additional_proximity_chars by Ken Wakasa · 13 years ago
  33. 0151145 Use GetStringUTFRegion by Ken Wakasa · 13 years ago
  34. bb005f7 Start using JNI's Get<Type>ArrayRegion() by Ken Wakasa · 13 years ago
  35. 9b39236 Cleanup headers. by Ken Wakasa · 13 years ago
  36. 77e8e81 Header cleanup. Moved a couple of functions from .h to .cpp. by Ken Wakasa · 13 years ago
  37. f1008c5 Cleanup headers by Ken Wakasa · 13 years ago
  38. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  39. efb6324 Change native functions' interface for gesture by Satoshi Kataoka · 13 years ago
  40. 1035bc9 Fix debug build by satok · 13 years ago
  41. 4a3db70 refactor native step 2 by Satoshi Kataoka · 13 years ago
  42. 3e8c58f Separate state from proximity_info step1 by Satoshi Kataoka · 13 years ago
  43. 3b088a2 Add missing includes. by Ken Wakasa · 13 years ago
  44. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/proximity_info.cpp]
  45. 350ffc8 Merge "Fix a bug with negative coordinates, step 3" by Jean Chalard · 13 years ago
  46. e2222b7 Merge "Fix a bug with negative coordinates, step 2" by Jean Chalard · 13 years ago
  47. 7f18f44 Merge "Fix a bug with negative coordinates, step 1" by Jean Chalard · 13 years ago
  48. 52612a0 Fix a bug with negative coordinates, step 3 by Jean Chalard · 13 years ago
  49. 3094d12 Fix a bug with negative coordinates, step 2 by Jean Chalard · 13 years ago
  50. 88ec125 Fix a bug with negative coordinates, step 1 by Jean Chalard · 13 years ago
  51. 8980bd4 Merge "Cleanup jni 1" by satok · 13 years ago
  52. 9df4a45 Cleanup jni 1 by satok · 13 years ago
  53. bbc2560 Fix a typo by Jean Chalard · 13 years ago
  54. 081616c Send correct coordinates for the spell checker by Jean Chalard · 13 years ago
  55. 1caff47 Calculate proximity characters in the native code by satok · 13 years ago
  56. 0cb2097 Fix additional proximity in the native code by satok · 13 years ago
  57. 5eec574 Use additional proximity chars in the native code by satok · 13 years ago
  58. 552c3c2 Implement additional proximity characters in the native code Bug: 4343280 by satok · 13 years ago
  59. a70ee6e Add functions to calculate proximity characters in the native code by satok · 13 years ago
  60. e05b3f4 Support additional proximity characters by satok · 14 years ago
  61. 0bfe359 Add a test for auto-correction. by Jean Chalard · 14 years ago
  62. 9fb6f47 New LOG lib by satok · 14 years ago
  63. 1a6da63 Prepare for proximity + two word correction No2 by satok · 14 years ago
  64. 744dab6 Prepare for proximity + two words suggestion by satok · 14 years ago
  65. 6e3cb27 Reorganize char_utils.h and basechars.h by Tadashi G. Takaoka · 14 years ago
  66. 6d12dfd am 2549ce27: am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0 by Ken Wakasa · 14 years ago
  67. 8c8ca59 Fix a bug that would end up in memory corruption by Jean Chalard · 14 years ago
  68. 0e97148 Remove NULL from native/src by Tadashi G. Takaoka · 14 years ago
  69. a4c1f1c Calibrate the scores of the proximity chars according to the distances. by Yusuke Nojima · 14 years ago
  70. e4ba822 Promote touches in hit box according to the distance from sweet spot by Yusuke Nojima · 14 years ago
  71. c25c7cc Cache the sweet spot types by Yusuke Nojima · 14 years ago
  72. 1671715 Move ProximityInfo::calculateSweetSpotType right after ProximityInfo::setInputParams by Yusuke Nojima · 14 years ago
  73. 5d21c5c Fix bug in calculateSweetSpotType() by Yusuke Nojima · 14 years ago
  74. 258bfe6 Classify touches into three types. by Yusuke Nojima · 14 years ago
  75. ad35835 Pass the touch position correction data to native. by Yusuke Nojima · 14 years ago
  76. 1c923d8 Extend JNI interface to pass the theme id of the keybaord to the native. by Yusuke Nojima · 14 years ago
  77. de2f842 Add explicit NULL check to latinime_Keyboard_setProximityInfo() and ProximityInfo::ProximityInfo(). by Yusuke Nojima · 14 years ago
  78. 0e1f656 Extend JNI interface to pass the key coordinate information by Yusuke Nojima · 14 years ago
  79. 0cedd2b Combilne normal correction and skip correction by satok · 14 years ago
  80. 985312e Refactor the correction algorithm related to missing character correction by satok · 14 years ago
  81. 2df3060 Add correction state by satok · 14 years ago
  82. d24df43 (Step2)Move functions related to proximity to proximity_info.cpp by satok · 14 years ago
  83. 1d7eaf8 (Step 1) Move proximity related parameters from unigram_dictionary to proximity_info by satok · 14 years ago
  84. ce9e52a Clean up in LatinIME native code by Ken Wakasa · 14 years ago
  85. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  86. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
  87. 8fbd552 Add proximity info to native by satok · 15 years ago