summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method
Commit message (Expand)AuthorAgeFilesLines
* Merge 144976 - Fix crash on shutting down.nona@chromium.org2012-07-121-2/+7
* Merge 144182 - Change the parent container for the IME candidate window.zelidrag@chromium.org2012-06-271-0/+8
* Merge 144388 - Fix crash issue on setting cursor position.zelidrag@chromium.org2012-06-271-0/+1
* Merge 143368 - Revert 142749 - Set the parent window of candidate windows to ...mukai@chromium.org2012-06-251-15/+0
* Set the parent window of candidate windows to SystemModal rather than normal ...mukai@chromium.org2012-06-181-0/+15
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-2/+2
* Fix candidate window position issue.nona@chromium.org2012-06-145-254/+72
* Add decoration to the language button to indicate that a third party IME is i...zork@chromium.org2012-06-128-13/+27
* Reduce candidate window flickering.nona@chromium.org2012-06-082-1/+14
* Temporary fix for Infolist font issue.horo@chromium.org2012-06-082-6/+31
* Remove Shift+space accelerator.yusukes@chromium.org2012-06-052-7/+3
* Stop using "+chromeos(...)" in an XKB layout name.yusukes@chromium.org2012-06-045-71/+48
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Add a notification when Input Method is changed via keyboard.zork@chromium.org2012-05-317-25/+70
* Move modifier remapping code from X to Ash.yusukes@chromium.org2012-05-256-451/+37
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-1/+1
* Fix candidate row height.nona@chromium.org2012-05-244-54/+205
* Fix the performance issue on the infolist window. This CL replace GridLayout ...horo@chromium.org2012-05-243-136/+282
* Show the infolist indicator icon in the candidate window.horo@chromium.org2012-05-242-15/+27
* Remove virtual keyboard support from input_method_descriptor.h.yusukes@chromium.org2012-05-2410-124/+16
* Check more strictly for IBusPanelService.nona@chromium.org2012-05-231-2/+8
* Rename chromeos::input_method::kLeftControl to chromeos::input_method::kControl.yusukes@google.com2012-05-233-25/+25
* Remove virtual keyboard support:yusukes@google.com2012-05-2217-1244/+53
* Add Malay to the "Languages and Input" configuration screen.yusukes@google.com2012-05-221-0/+2
* Extends DBusThreadManager to connect ibus-bus.nona@chromium.org2012-05-182-31/+216
* Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.tfarina@chromium.org2012-05-181-24/+24
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-2/+2
* Change IME related window animation.nona@chromium.org2012-05-111-0/+15
* Fix crash in ~IBusUiController()yusukes@chromium.org2012-05-101-4/+8
* chromeos/input_methods: Avoid unnecessary conversions from wide to utf16.tfarina@chromium.org2012-05-071-8/+8
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-4/+4
* cleanup: Remove unused #includes.yusukes@chromium.org2012-04-232-2/+0
* Improve Num Lock support (http://crosbug.com/29169#c14).yusukes@chromium.org2012-04-191-1/+1
* Fetch preferences to update instead of caching them.rkc@chromium.org2012-04-192-24/+15
* Fixes a comment related to Pinyin input.hsumita@chromium.org2012-04-191-1/+2
* Fixes crash during login. pref_service_ wasn't getting initialized tosky@chromium.org2012-04-191-1/+2
* Add Reset() to IBusController.yusukes@chromium.org2012-04-188-0/+39
* Replace all LOGs in input_method/, except two user-facing errors, to DVLOG(1).yusukes@chromium.org2012-04-1813-214/+214
* chrome/browser/chromeos/input_method/ refactoring [part 6 of 6].yusukes@google.com2012-04-1825-2880/+4218
* Partial fix for crbug.com/120597. Send the current cursor location when one o...yusukes@google.com2012-04-163-13/+65
* Improve MockXKeyboard.yusukes@google.com2012-04-162-7/+20
* Add very minimum IBus-1.5 support to InputMethodManager.yusukes@chromium.org2012-04-131-0/+9
* Remove dependency from InputMethodUtil to InputMethodManager.yusukes@chromium.org2012-04-131-6/+1
* chrome/browser/chromeos/input_method/ refactoring [part 3 of 6].yusukes@google.com2012-04-122-0/+91
* chrome/browser/chromeos/input_method/ refactoring [part 2 of 6].yusukes@google.com2012-04-123-0/+125
* chrome/browser/chromeos/input_method/ refactoring [part 4 of 6].yusukes@chromium.org2012-04-123-72/+59
* chromeos: Remove old status-area related code.sadrul@chromium.org2012-04-113-0/+150
* Add a test for operator= to input_method_descriptor_unittest.cc.yusukes@google.com2012-04-093-3/+26
* Add operator= to InputMethodProperty.yusukes@google.com2012-04-093-0/+48
* Introduce label related unittests.nona@chromium.org2012-04-054-94/+267