summaryrefslogtreecommitdiffstats
path: root/views/ime
Commit message (Expand)AuthorAgeFilesLines
* Update views/ime/OWNERS.bryeung@chromium.org2011-10-061-1/+2
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-262-11/+10
* views: Fix unnamed namespace comments.tfarina@chromium.org2011-09-161-1/+1
* Implement Menu Delegate for RWHVV, also fine tune the selection controller ho...varunjain@chromium.org2011-09-101-1/+1
* Fix the issue that virtual keyboard does not show up.penghuang@chromium.org2011-08-301-1/+1
* minor fixes to get virtual keyboard work on views desktop without ibusoshima@google.com2011-08-291-0/+1
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-262-0/+112
* Use text input type to control visibility of virtual keyboardpenghuang@chromium.org2011-08-241-1/+2
* Move input_method to widgetoshima@google.com2011-08-237-1/+51
* Add Unicode support to ibus_input_method.cc.yusukes@google.com2011-08-181-0/+8
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+2
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-055-9/+9
* Create views.dll / libviews.sodarin@chromium.org2011-07-285-6/+10
* Move SetInitialFocus to Widgetoshima@google.com2011-07-142-7/+21
* Use input method to control visibility of virtual keyboard.penghuang@chromium.org2011-07-127-0/+120
* CL for readability reviewhashimoto@chromium.org2011-07-084-112/+198
* Add a test to verify that the data in gtkimcontextsimpleseqs.h is correctly o...hashimoto@chromium.org2011-07-071-0/+47
* Fix to make data in gtkimcontextsimpleseqs.h correctly orderedhashimoto@chromium.org2011-07-061-1/+1
* Initialize InputMethodBase after initializing the platforms.sadrul@chromium.org2011-06-303-6/+6
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-8/+1
* Fix virtual keyboard issue with login screen.penghuang@chromium.org2011-06-271-0/+3
* views/ime: Add dtor to CharacterComposer class to please clang.tfarina@chromium.org2011-06-222-2/+4
* Add character compositionhashimoto@chromium.org2011-06-226-70/+575
* Fix build error with latest ibus.yusukes@google.com2011-06-211-6/+2
* Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...hashimoto@chromium.org2011-05-242-0/+31
* Do not handle Enable and Disable signals of IBusInputContext.penghuang@chromium.org2011-05-182-27/+1
* InputMethodIBus::IsActive should return true, if context_ is not NULL.penghuang@chromium.org2011-05-161-1/+1
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-261-45/+27
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-27/+45
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-45/+27
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-27/+45
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-45/+27
* Refactor RenderWidgetHostViewViews to use the new input method API for Views.suzhe@google.com2011-04-016-726/+1207
* New InputMethod api for Views.suzhe@google.com2011-03-3112-0/+1653
* Fix build errors with latest ibusyusukes@google.com2011-02-281-5/+5
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-131-1/+1
* Add input method support for views and integrate ibus input frameworkoshima@google.com2011-02-123-0/+726