1. 084bf06 imm32: Set size of OSVERSIONINFOA before calling GetVersionExA. by Matt 'Murph' Finnicum · 15 years ago
  2. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  3. 3317fc3 imm32: Fix tests to apply to Vista+ as it does the same as Wine. by André Hentschel · 15 years ago
  4. 8f1e00a imm32: Fix ImmAssociateContextEx parameter handling. by André Hentschel · 15 years ago
  5. 699ef11 imm32: Add tests for ImmAssociateContextEx. by André Hentschel · 15 years ago
  6. 8f77dd8 imm32: Quiet ImmGetOpenStatus fixme. by Austin English · 15 years ago
  7. 42e897f imm32: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  8. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  9. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  10. fa6ffb4 Fix empty function prototypes. by Alexandre Julliard · 15 years ago
  11. 4ae16e3 imm32: dwIndex flags are mutually exclusive. by Jeff Zaroyko · 16 years ago
  12. 26f3809 imm32/tests: Add another combination which should fail. by Jeff Zaroyko · 16 years ago
  13. 902a03e imm32/tests: Simplify code. by Gerald Pfeifer · 16 years ago
  14. 7517135 imm32/tests: Fix test failures on Vista/W2K8. by Paul Vriens · 16 years ago
  15. d882ede imm32: Stub implementation of ImmDisableTextFrameService. by Aric Stewart · 16 years ago
  16. f8c545f imm32: Use a simpler comparison of a pointer with NULL. by Michael Stefaniuc · 16 years ago
  17. 49d0812 imm32/tests: Sign compare fix. by Austin English · 16 years ago
  18. 1b937ca imm32: Make imm.dll into a stand-alone 16-bit module. by Alexandre Julliard · 16 years ago
  19. e926c62 imm32: Lazily allocated thread-local data. by Rob Shearman · 16 years ago
  20. f970db9 imm32: Fix crash in DllMain when FreeLibrary is called from a thread which existed before the DLL was loaded. by Rob Shearman · 16 years ago
  21. ca8a2da imm32/tests: Use win_skip() to skip over unimplemented functionality. by Francois Gouget · 16 years ago
  22. 7d2b787 imm32: Make space for a 64bit pointer in the IMM window. by Michael Stefaniuc · 16 years ago
  23. e9b3209 imm: Send WM_IME_SELECT messages when IME is selected and deselected. by Aric Stewart · 16 years ago
  24. 55d243d imm32: Avoid pointer casts in traces. by Alexandre Julliard · 16 years ago
  25. 2b69813 imm32: Remove superfluous casts. by Michael Stefaniuc · 16 years ago
  26. 3a9a08c imm32/tests: We check for failure not success. by Paul Vriens · 16 years ago
  27. a4d4c07 imm32: Implement W/A handling in ImmEscape. by Aric Stewart · 16 years ago
  28. 5c3aa814 imm32: Implement ImmAssociateContextEx. by Aric Stewart · 16 years ago
  29. 7801b69 imm32/tests: Don't use a pointer in an ok test. by Alexandre Julliard · 16 years ago
  30. acac1a5 imm32: Add some really basic tests for ImmSetCompositionString(). by Andrew Riedi · 16 years ago
  31. 625dca9 imm32: No need for tests to return 0. by Andrew Riedi · 16 years ago
  32. d5b1874 imm32: Remove some superfluous casts. by Michael Stefaniuc · 16 years ago
  33. 6c55174 imm32: Implement ImmInstallIME(W/A). by Aric Stewart · 16 years ago
  34. 5b598f2 imm32: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  35. d63eccc imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL. by Aric Stewart · 17 years ago
  36. e46e095 imm32/tests: Skip tests when IME support is not implemented. by Paul Vriens · 17 years ago
  37. 16d2a46 imm32: Include a basic ImmGetCompositionString test checking ATTR lengths. by Aric Stewart · 17 years ago
  38. b17aa78 imm32: Update CopyCompOffsetIMEtoClient to handle A->W and W->A conversions. by Aric Stewart · 17 years ago
  39. d8c91f5 imm32: Update CopyCompClauseIMEtoClient to handle A->W and W->A conversions. by Aric Stewart · 17 years ago
  40. b2d9edd imm32: Correct CopyCompAttrIMEtoClient to handle A->W and W->A conversions. by Aric Stewart · 17 years ago
  41. 0739200 imm32: Implement helper functions for copying CompositionString data out of the IME. Standardize ImmGetCompositionStringA/W to use a common T function. by Aric Stewart · 17 years ago
  42. 33a5ab5 imm32: Add the all GCS_* value check. by ByeongSik Jeon · 17 years ago
  43. 6e74a86 imm32: Add the missing is_himc_ime_unicode() check. by ByeongSik Jeon · 17 years ago
  44. fb35a57 imm32: Avoid false FIXMEs. by Kusanagi Kouichi · 17 years ago
  45. cedfd3f imm32: Implementation of the ImmRequestMessage{A|W}. by ByeongSik Jeon · 17 years ago
  46. 37901a6 imm32: Updated implementation of the ImmGetConversionList{A|W}. by ByeongSik Jeon · 17 years ago
  47. a45a07e imm32: Updated implementation of the ImmGetCandidateListCount{A|W}. by ByeongSik Jeon · 17 years ago
  48. 826b50f imm32: Updated implementation of the ImmGetCandidateList{A|W}. by ByeongSik Jeon · 17 years ago
  49. e552a10 imm32: Updated implementation of the ImmEnumRegisterWord{A|W}. by ByeongSik Jeon · 17 years ago
  50. 4ce9b42 imm32: Updated implementation of the Imm{Get|Set}CompositionFont{A|W}. by ByeongSik Jeon · 17 years ago
  51. b322bc6 imm32: Implementation of the Imm{Get|Set}StatusWindowPos. by ByeongSik Jeon · 17 years ago
  52. 5d49b3d imm32: Implementation of the Imm{Get|Set}CandidateWindow. by ByeongSik Jeon · 17 years ago
  53. 63d8126 imm32: Add the updated ImmTranslateMessage declaration. by ByeongSik Jeon · 17 years ago
  54. 9b560b5 imm32: Fix typos. by Kusanagi Kouichi · 17 years ago
  55. 86b0d5e imm32: Fix a typo. by ByeongSik Jeon · 17 years ago
  56. fab832d imm32: ImmGetVirtualKey return orignal virtual key value. by ByeongSik Jeon · 17 years ago
  57. 7e34100 imm32: Reconstruct the ImmProcessKey, ImmTranslateMessage for the VK_PROCESSKEY. by ByeongSik Jeon · 17 years ago
  58. 83ae4a9 imm32: Fix a meaningless test. by Kusanagi Kouichi · 17 years ago
  59. a720292 imm32: More implementation of the ImmGetConversionStatus(). by ByeongSik Jeon · 17 years ago
  60. 4c5a21c imm32: Pass the old conversion status value to the IME. by ByeongSik Jeon · 17 years ago
  61. 9a89e4d imm32: Examine whether the fOpen value differs with its old value. by ByeongSik Jeon · 17 years ago
  62. a6ff00c imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard. by ByeongSik Jeon · 17 years ago
  63. f9316b1 imm32: Add stub and header of ImmRequestMessage. by ByeongSik Jeon · 17 years ago
  64. 8422c98 imm32: Fix a test that fails on all systems. by James Hawkins · 17 years ago
  65. 1eece6e imm32: Create the IME UI window with the IME instance so the registered class can be found. by Aric Stewart · 17 years ago
  66. 5117531 imm32: Implement ImmSetConversionStatus. by ByeongSik Jeon · 17 years ago
  67. 43dc411 imm32: Implement ImmProcessKey and ImmTranslateMessage. by Aric Stewart · 17 years ago
  68. 3dde049 imm32: All HIMCC in the InputContext should be initialized at creation. by Aric Stewart · 17 years ago
  69. 63d2d04 imm32: Remember to unset the hwnd for a context when that hwnd is associated with a different context. by Aric Stewart · 17 years ago
  70. 5ce9649 imm32: Implement ImmUnregisterWord using loaded IME. by Aric Stewart · 17 years ago
  71. 25cb21d imm32: Implement ImmRegisterWord using loaded IME. by Aric Stewart · 17 years ago
  72. fb12a3e imm32: Implement ImmGetRegisterWordStyle using loaded IME. by Aric Stewart · 17 years ago
  73. f941402 imm32: Semi-stub implement ImmGetConversionList using loaded IME. by Aric Stewart · 17 years ago
  74. 35e1485 imm32: Semi-stub implement ImmEscape using loaded IME. by Aric Stewart · 17 years ago
  75. 5818a0e imm32: Semi-stub implement ImmEnumRegisterWord using loaded IME. by Aric Stewart · 17 years ago
  76. bb52d30 imm32: ImmDestroyContext cannot destroy the default context. by Aric Stewart · 17 years ago
  77. e7c00ca imm32: Properly handle unicode and non unicode IMEs with SetCompositionString. by Aric Stewart · 17 years ago
  78. b72dcd1 imm: Default context and hwnd are per thread so store that data in a thread local storage. by Aric Stewart · 17 years ago
  79. 7fd05b0 imm32: Make use of of the loaded IME for all processing. by Aric Stewart · 17 years ago
  80. f4fd36e imm32: Implement ImmGetImeMenuItems using loaded IME. by Aric Stewart · 17 years ago
  81. 2a8a18f imm32: Load a default IME if a specific one is not specified. This defaults to x11. by Aric Stewart · 17 years ago
  82. 467ab8a imm32: Implement ImmConfigureIME using the loaded IME. by Aric Stewart · 17 years ago
  83. dd0c930 imm32: Keep track of context associations between HWND and HIMC. by Aric Stewart · 17 years ago
  84. fd8829f imm: Implement GetCompositionFont. by Aric Stewart · 17 years ago
  85. 01d167b imm32: Remove stray semicolon. Don't try to load an invalid file. by Alexandre Julliard · 17 years ago
  86. 0a44a77 imm32: Begin to add basic framework for loading IMEs as dlls. by Aric Stewart · 17 years ago
  87. 8be2adf imm32: Correct a typo accidently using data instead of root_context. by Aric Stewart · 17 years ago
  88. 2ea559b imm32: Have both ImmInternalPostIMEMessage and ImmInternalSendIMENotify receive an InputContextData parameter instead of relaying on root_context. by Aric Stewart · 17 years ago
  89. 5035a85 imm: Implement ImmGetIMEFileNameW and ImmGetIMEFileNameA. by Aric Stewart · 17 years ago
  90. 62f80d3 imm32: IMEs do not expect the hMsgBuf to be NULL, so initialize it. by Aric Stewart · 17 years ago
  91. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  92. 23dd9dc imm32: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
  93. f9e5296 imm32: Correct offset of text in default IME window when using not default window position. by Aric Stewart · 17 years ago
  94. 076e300 imm32: Destroy the data of the context passed into ImmDestroyContext, not the data in the root context. by Rob Shearman · 17 years ago
  95. fd67f32 imm: Ensure hCompStr handle is not NULL and check for empty composition strings properly. by Aric Stewart · 17 years ago
  96. f096dae imm: Implement ImmGenerateMessage. by Aric Stewart · 17 years ago
  97. 0e5d5b3 imm: More correctly handle the presence of the default IME input window on IME open and close. by Aric Stewart · 17 years ago
  98. 6bc088b imm32: ImmNotifyIMM with CPS_CANCEL fully clears the composition string. Also enable respective tests. by Aric Stewart · 17 years ago
  99. a36e14d imm32: Remove unneeded cast. by Andrew Talbot · 17 years ago
  100. 0a31ab7 imm32: Added some unit test cases. by Michael Jung · 17 years ago