summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* Do not activate touch text selection on double-tapmohsen@chromium.org2014-06-241-0/+1
* Remove Label::PaintText overrides.msw@chromium.org2014-06-191-3/+3
* Ensure that size passed into drag_utils_win.cc's SetDragImageOnDataObject fun...ananta@chromium.org2014-06-121-1/+1
* MacViews: Extend TextInputClient protocol with support for editing commands.andresantoso@chromium.org2014-06-062-0/+10
* Add TextfieldTest.OnKeyPressBinding, which requires r273791.msw@chromium.org2014-06-041-7/+52
* Revert "Fix textfield blur, to prevent resetting the text input client when n...kevers@chromium.org2014-06-022-31/+2
* New animation for the origin chip URL showing/hiding.pkasting@chromium.org2014-06-022-15/+76
* Fix Textfield::OnKeyPressed command handling for Linux Aura.msw@chromium.org2014-05-301-9/+7
* Cleanup TextfieldTest.TextInputClientTest and includes.msw@chromium.org2014-05-291-30/+3
* Compare selection models in Textfield::ExecuteCommand.msw@chromium.org2014-05-291-2/+2
* Make Textfield scroll continuously when dragging beyond edges.msw@chromium.org2014-05-232-31/+61
* Deactivate omnibox touch editing on command executionmohsen@chromium.org2014-05-234-26/+92
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-202-2/+2
* Only allow editable textfields to consume backspace.msw@chromium.org2014-05-171-2/+3
* Honor can_activate flag in ShowWindowWithStatemohsen@chromium.org2014-05-161-0/+5
* Fix textfield blur, to prevent resetting the text input client when navigatin...kevers@chromium.org2014-05-152-2/+31
* Cleanup Views TextfieldModel files.msw@chromium.org2014-05-133-265/+189
* patch from issue 218843002luken@chromium.org2014-05-121-1/+1
* Remove RenderText::MoveCursorTo gfx::Point helper.msw@chromium.org2014-05-073-12/+13
* Revert 268630 "View code, before this patch, used simple hierarc..."dalecurtis@google.com2014-05-061-1/+1
* View code, before this patch, used simple hierarchical bounding boxes to cull...luken@chromium.org2014-05-061-1/+1
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-1/+1
* End touch editing on mouse and keyboard eventsmohsen@chromium.org2014-05-022-6/+9
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-1/+1
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-1/+1
* Move enum MenuAnchorPosition to reduce deps on menu_item_view.htapted@chromium.org2014-05-011-3/+6
* retry r266622:estade@chromium.org2014-04-302-23/+9
* Revert of retry r266042: (https://codereview.chromium.org/251703002/)thakis@chromium.org2014-04-282-9/+23
* retry r266042:estade@chromium.org2014-04-282-23/+9
* [Win] Redesign the avatar bubble UInoms@chromium.org2014-04-282-0/+13
* MacViews: Introduce native_cursor.h to provide cursor "literals"tapted@chromium.org2014-04-251-1/+2
* Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."rmsousa@chromium.org2014-04-252-9/+23
* Automatically call OnNativeThemeChanged when a widget is added to a hierarchyestade@chromium.org2014-04-242-23/+9
* MacViews: Aura-related cleanups around ui/viewstapted@chromium.org2014-04-241-6/+1
* Revert 265815 "MacViews: Aura-related cleanups around ui/views"yosin@chromium.org2014-04-241-1/+6
* MacViews: Aura-related cleanups around ui/viewstapted@chromium.org2014-04-241-6/+1
* Don't show virtual keyboard on disabled text field.kevers@chromium.org2014-04-091-1/+2
* We use TextEditKeyBindingsDelegate and TextEditCommand for x11. kalyan.kondapally@intel.com2014-04-081-41/+41
* linux-aura: Prepend 'http://' to selection-clipboard from omnibox selection.sadrul@chromium.org2014-04-073-4/+38
* views: Update the selection-clipboard only if a user-action is involved.sadrul@chromium.org2014-04-073-1/+21
* Remove unreachable code in textfield.cc.pkasting@chromium.org2014-04-041-1/+0
* Support GTK key bindings in the Views Textfield.msw@chromium.org2014-04-022-4/+129
* Make Views Textfield key handling execute commands.msw@chromium.org2014-03-292-161/+198
* Fix incorrect use of AXState caused when refactoring two enums into one.dmazzoni@chromium.org2014-03-261-2/+2
* Reorder View Textfield and Omnibox overrides.msw@chromium.org2014-03-092-196/+195
* Clip Views textfield drag images to selected text.msw@chromium.org2014-03-061-26/+36
* Limit alt-codes to Windows; fix Linux Aura Alt+Left/Right.msw@chromium.org2014-03-041-12/+3
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-252-10/+9
* Views Omnibox: tolerate minor click-to-select-all dragging.msw@chromium.org2014-02-061-2/+4
* Sanitize Linux Aura Omnibox selection clipboard pasted text.msw@chromium.org2014-02-052-3/+11