summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/candidate_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 144182 - Change the parent container for the IME candidate window.zelidrag@chromium.org2012-06-271-0/+8
* 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-141-44/+27
* Reduce candidate window flickering.nona@chromium.org2012-06-081-1/+10
* Temporary fix for Infolist font issue.horo@chromium.org2012-06-081-5/+20
* Fix candidate row height.nona@chromium.org2012-05-241-49/+92
* Fix the performance issue on the infolist window. This CL replace GridLayout ...horo@chromium.org2012-05-241-136/+110
* Show the infolist indicator icon in the candidate window.horo@chromium.org2012-05-241-14/+26
* 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
* 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
* Replace all LOGs in input_method/, except two user-facing errors, to DVLOG(1).yusukes@chromium.org2012-04-181-11/+11
* Introduce label related unittests.nona@chromium.org2012-04-051-74/+1
* Make all functions in CandidateWindowController pure virtual so we can provid...yusukes@chromium.org2012-02-251-45/+32
* aura: Fix a crash caused by wrong ownership used for widget.xiyuan@chromium.org2012-02-171-0/+3
* Fixed crosbug/24472 and crosbug/20428.nona@chromium.org2012-01-121-24/+37
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* chromeos: Don't fire candidate window open/close events for suggestion window.falken@chromium.org2011-12-121-12/+17
* (Chrome OS) Notify when the candidate window is opened/closed.falken@chromium.org2011-12-081-0/+53
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-061-3/+48
* Revert 112965 - Support mozc suggest window on ChromeOS.yusukes@google.com2011-12-051-48/+3
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-051-3/+48
* Revert 112452 - Support mozc suggest window on ChromeOS.mazda@chromium.org2011-12-011-48/+3
* Support mozc suggest window on ChromeOS.nona@chromium.org2011-12-011-3/+48
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-1/+1
* views: Move textfield directory to ui/views/controls/.tfarina@chromium.org2011-11-271-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-3/+3
* chromeos: Fix a clang build error in CandidateWindowView.satorux@chromium.org2011-11-171-0/+3
* Implement unittest for CandidateWindowView.nona@chromium.org2011-11-171-167/+3
* clean up: Add DISALLOW_COPY_AND_ASSIGNs to candidate_window.cc.yusukes@chromium.org2011-11-171-1/+18
* Show the candidate window always on top.mazda@chromium.org2011-11-161-4/+5
* views: Remove the old views/window/ directory and its stubbed files.tfarina@chromium.org2011-11-141-1/+1
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-56/+80
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-071-12/+10
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-10/+12
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-12/+10
* Add "InfoList" for input methods on ChromeOShoro@chromium.org2011-09-051-3/+453
* Revert "Add "InfoList" for input methods on ChromeOS"yusukes@google.com2011-09-051-451/+3
* Add "InfoList" for input methods on ChromeOSyusukes@google.com2011-09-051-3/+451
* Fix a memory leak in the IME candidate window of Chrome OS (2nd try).kinaba@chromium.org2011-08-311-0/+3
* Revert 97406 - Fix a memory leak in the IME candidate window of Chrome OS.kinaba@chromium.org2011-08-191-1/+3
* Fix a memory leak in the IME candidate window of Chrome OS.kinaba@chromium.org2011-08-191-3/+1
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-2/+2
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-231-2/+2