summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/textfield/native_textfield_views.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland Merge NativeTextfieldViews into views::Textfield.msw@chromium.org2014-01-121-1528/+0
* Revert of https://codereview.chromium.org/120503005/msw@chromium.org2014-01-121-0/+1528
* Merge NativeTextfieldViews into views::Textfield.msw@chromium.org2014-01-111-1528/+0
* Clean-up: Retires obsolete Font methods of RenderText.yukishiino@chromium.org2013-12-291-2/+2
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Remove views::NativeTextfieldWrapper, start class cleanup.msw@chromium.org2013-12-191-27/+7
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-13/+16
* Removes FocusableBorder::set_has_focussky@chromium.org2013-12-041-1/+0
* Adjust |index| into cursorable position in NativeTextfieldViews::GetCompositi...yukawa@chromium.org2013-12-041-17/+11
* Show handles when marking text with touch in NativeTextfieldViewsmohsen@chromium.org2013-12-031-0/+5
* Extend TextInputClient for IMEAPI's candidatewindow* events.kochi@chromium.org2013-11-261-0/+9
* Revert 233759 "Make NativeTextfieldViews update the win system c..."dmazzoni@google.com2013-11-201-37/+0
* Make NativeTextfieldViews update the win system caret.dmazzoni@chromium.org2013-11-081-0/+37
* Views Textfield: Handle Ctrl+Shift direction and layout changes.msw@chromium.org2013-11-081-2/+11
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-5/+0
* Revert 231472 "Remove views::InputMethod::On[Focus|Blur] calling..."yoichio@chromium.org2013-10-311-0/+2
* Remove views::InputMethod::On[Focus|Blur] calling from not top level widgets.yoichio@chromium.org2013-10-291-2/+0
* Fix Views Omnibox paste handling and menu availability.msw@chromium.org2013-10-281-1/+5
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-0/+5
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-5/+0
* Revert 229999 "Remove views::InputMethod::On[Focus|Blur] calling..."kouhei@chromium.org2013-10-221-0/+2
* Mark getter methods in ui::InputMethod as constyukawa@chromium.org2013-10-221-8/+9
* Remove views::InputMethod::On[Focus|Blur] calling from not top level widgets.yoichio@chromium.org2013-10-221-2/+0
* rAc: improve appearance of uneditable fieldsestade@chromium.org2013-10-211-2/+2
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-1/+1
* Views Textfield/Omnibox: Do not paste on Ctrl+Alt[Gr]+V or AltGr+V.msw@chromium.org2013-10-081-1/+1
* Preserve find bar selection across tab switches.pkasting@chromium.org2013-09-301-2/+0
* Use the Windows caret blink time in Views and Blink.msw@chromium.org2013-09-241-14/+18
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Fix Views Textfield keyboard context menu placement.msw@chromium.org2013-09-131-0/+4
* Revert 222805 "Revert r216992 and r221221 because they are no lo..."vadimsh@google.com2013-09-121-0/+2
* Revert r216992 and r221221 because they are no longer necessaryYukawa@chromium.org2013-09-121-2/+0
* Fix Views Textfield keyboard triggered context menus.msw@chromium.org2013-09-111-0/+1
* Move Range code to gfx.ben@chromium.org2013-09-061-21/+21
* Revert 219673 "Fix Views Combobox and Tree View text input."shrikant@chromium.org2013-08-281-0/+2
* Fix Views Combobox and Tree View text input.msw@chromium.org2013-08-271-2/+0
* Add "Undo" atop the NativeTextfieldViews context menu.pkasting@chromium.org2013-08-231-0/+10
* Textfield::GetBaseline() should return the actual baseline.yukishiino@chromium.org2013-08-151-1/+1
* Fix IME on bookmark edit dialog.kochi@chromium.org2013-08-121-0/+2
* Views Textfield: multiple clicks should alternate between double and triple c...ckocagil@chromium.org2013-08-121-1/+4
* Add GetTextInputMode function to TextInputClient.yoichio@chromium.org2013-08-091-0/+4
* when dragging from textfield, draw text without subpixel aa and in blackscottmg@chromium.org2013-08-091-1/+1
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-19/+5
* Fix views textfield not repaint on select all + right.xiyuan@chromium.org2013-07-251-2/+2
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-181-1/+1
* Couple of touch selection related fixes:varunjain@chromium.org2013-07-101-3/+5
* Make Views textfields cut on [Shift]+[Delete].msw@chromium.org2013-07-081-3/+4
* Don't draw unfocused selections in RenderText.pkasting@chromium.org2013-07-021-2/+0
* Consider IME is associated with the top level widget rather than child widget.Yukawa@chromium.org2013-06-221-1/+12