summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-161-2/+2
* Refactor Edit to have one Undo/Redooshima@google.com2011-05-135-289/+283
* Re-land:ben@chromium.org2011-05-132-2/+2
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-132-2/+2
* Split the hierarchy. ben@chromium.org2011-05-132-2/+2
* Undo Redo for Textfield Viewsoshima@google.com2011-05-116-60/+1055
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-101-4/+4
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-102-11/+0
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-093-5/+376
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-2/+3
* Revert to non-static members for click tracking.msw@chromium.org2011-05-043-16/+25
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-034-94/+63
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-031-5/+2
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-032-24/+21
* Factored code drawing the focusable border used in some Views controlssaintlou@chromium.org2011-05-032-83/+5
* A workaround for textfield crash in views_examples.oshima@google.com2011-05-031-4/+6
* Trigger find in page when pasting even if the text is not changed.suzhe@google.com2011-04-285-95/+108
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-1/+1
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-1/+1
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-3/+3
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-0114-255/+1169
* Adding a comment to explain a non-obvious fallthrough to another case statement.finnur@chromium.org2011-03-311-0/+1
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-3/+3
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-292-17/+11
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix caret bounds to use min of available height and font height.oshima@google.com2011-03-251-1/+4
* Refactor Textfield and AutocompleteEditViewViews.suzhe@google.com2011-03-235-125/+67
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-5/+3
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-1513-124/+61
* Clean up some event code:msw@chromium.org2011-03-142-4/+4
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-144-32/+31
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-1012-116/+145
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-092-5/+7
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-1/+2
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-054-6/+65
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-042-6/+6
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-043-23/+21
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-033-21/+23
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-242-1/+3
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-249-173/+147
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-1/+1
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-162-0/+6
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-165-8/+8
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-115-38/+17
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-105-17/+17
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-6/+6
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-6/+6
* Move Event files into views/eventsben@chromium.org2011-02-092-2/+2