summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/textfield/native_textfield_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows native textfield and Omnibox code.msw@chromium.org2013-11-141-1318/+0
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-6/+0
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-0/+6
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-6/+0
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-3/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Fix Views Textfield keyboard context menu placement.msw@chromium.org2013-09-131-0/+5
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-2/+2
* Move Range code to gfx.ben@chromium.org2013-09-061-7/+7
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-3/+4
* move all textfield icon/custom border support to AutofillDialogViewsestade@chromium.org2013-06-201-4/+0
* Fix OmniboxViewViews paste code.msw@chromium.org2013-06-191-1/+1
* Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...varunjain@chromium.org2013-06-181-1/+3
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Delays find-in-page until IME composition is committed.yukishiino@chromium.org2013-06-041-0/+2
* Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...vasilii@chromium.org2013-06-021-2/+3
* Add configurable vertical alignment to Textfields. The default is for text topkasting@chromium.org2013-05-201-1/+7
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-1/+1
* Plumb text width from RenderText to Omnibox.pkasting@chromium.org2013-04-271-0/+5
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-3/+2
* Implement text drag-drop on Views Omniboxckocagil@chromium.org2013-04-091-0/+5
* ShowSystemMenu on Win Alt+Space with Views Textfields, etc.msw@chromium.org2013-03-291-16/+12
* Part IV: Clear the clipboard if user copies from 'find dialog' of Incognito w...vasilii@chromium.org2013-03-151-4/+4
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-131-2/+2
* Fix Views textfield Unicode alt key code handling.msw@chromium.org2013-03-081-19/+0
* Return values from GetSelectedRange and GetSelectionModel.msw@chromium.org2013-02-201-4/+4
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-2/+12
* If IMF_AUTOFONT is set (this is default), the text can be rendered withYukawa@chromium.org2013-01-221-0/+5
* Wires TextfieldController::HandleMouseEvent up forsky@chromium.org2013-01-181-0/+22
* Fixes leak of NativeTextfieldWin. The underlying HWND was gettingsky@chromium.org2013-01-161-0/+4
* requestAutocomplete: mark textfields as invalid when user tries to submit wit...estade@chromium.org2013-01-111-0/+4
* Use native theme colors for textfields; etc.msw@chromium.org2012-12-101-15/+14
* Make the find text and match count align on the baseline. Previouslysky@chromium.org2012-11-271-0/+4
* Remove ui_controls usage from the BrowserView. This is in preparation for mov...jam@chromium.org2012-11-271-0/+4
* TextInputPanel (for on-screen keyboard input) on Windows 8 is crashy - disabl...tapted@chromium.org2012-11-211-16/+0
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-2/+2
* A specific example of this is pasting ' http://foo.bar\n' should result in 'h...sky@chromium.org2012-11-151-0/+5
* Clean Up: TSF related stuffnona@chromium.org2012-11-021-8/+8
* Calls default window procedure for WM_KILLFOCUS.nona@chromium.org2012-11-021-0/+1
* Support TSF related event handling on NativeTextFieldnona@chromium.org2012-10-291-16/+74
* ChromeOS: Commit the suggested text in omnibox correctly for RTL languages.shishir@chromium.org2012-10-201-0/+5
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-5/+4
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-4/+5
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-5/+4
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* NativeTextfieldWin uses RichEdit 4.1 which supports TSF API. yoichio@chromium.org2012-09-031-3/+15
* The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...skuhne@chromium.org2012-08-241-2/+2
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-3/+4