summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_views.h
Commit message (Expand)AuthorAgeFilesLines
* views: Move textfield directory to ui/views/controls/.tfarina@chromium.org2011-11-271-267/+0
* views: Move desktop and touchui directories to ui/views/.tfarina@chromium.org2011-11-161-1/+1
* Fix omnibox mouse click highlight/word select/focus issue in aura build.jennyz@chromium.org2011-11-151-0/+6
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@chromium.org2011-11-111-5/+4
* Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-4/+5
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-5/+4
* Support IMM32 reconversion on Windows.penghuang@chromium.org2011-10-311-3/+2
* 1. change the setters of gfx::SelectionModel to be private. Set one alone mig...xji@google.com2011-10-121-0/+2
* views: Convert NativeTextfieldViews to use the new callback system.tfarina@chromium.org2011-10-011-2/+2
* Fix omnibox state for each tab.xji@google.com2011-09-281-2/+2
* Implement Menu Delegate for RWHVV, also fine tune the selection controller ho...varunjain@chromium.org2011-09-101-1/+1
* Moves ownership of MenuItemView to MenuRunner as well as responbilitysky@chromium.org2011-08-251-2/+2
* Tests for TouchSelectoinControllerImpl.varunjain@chromium.org2011-08-081-0/+1
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-6/+6
* Implement text selection widgets for controlling text selection on touchvarunjain@chromium.org2011-08-031-2/+8
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-7/+7
* Add gfx::RenderText and support code.msw@chromium.org2011-07-251-27/+5
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-251-5/+27
* Add gfx::RenderText and support code.msw@chromium.org2011-07-251-27/+5
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-291-8/+0
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-231-0/+1
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-211-0/+1
* Draw a NativeTextfieldViews drop location cursor.msw@chromium.org2011-06-101-5/+9
* Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-06-081-4/+6
* Remove unused multiline attribute in textfield. Need to be pushed only *after...saintlou@chromium.org2011-06-031-2/+0
* * An edit for SetText needs to be merged with previous edit tooshima@google.com2011-06-031-0/+1
* TextStyles in TextfieldViewsoshima@google.com2011-06-011-0/+6
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-251-1/+1
* Undo Redo for Textfield Viewsoshima@google.com2011-05-111-3/+2
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-091-0/+22
* Revert to non-static members for click tracking.msw@chromium.org2011-05-041-0/+5
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-031-21/+4
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-031-13/+12
* Factored code drawing the focusable border used in some Views controlssaintlou@chromium.org2011-05-031-25/+2
* Trigger find in page when pasting even if the text is not changed.suzhe@google.com2011-04-281-0/+4
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-1/+1
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-2/+41
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-6/+4
* Refactor Textfield and AutocompleteEditViewViews.suzhe@google.com2011-03-231-4/+10
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-151-3/+2
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-101-1/+2
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-1/+3
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-45/+45
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-2/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* views textfield: Show the correct cursor.sadrul@chromium.org2011-02-011-0/+6
* Implement double/triple click functionality in views textfield. Also changed ...varunjain@chromium.org2011-01-271-0/+27