summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* Use widget to specify the parent of views menu.oshima@google.com2011-07-261-1/+1
* Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-1535/+581
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-581/+1535
* Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-1535/+581
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-1/+1
* Make consistent about "caps lock" vs. "capslock" with former.yoshiki@chromium.org2011-07-141-2/+2
* Fix segfault. OnActivation should check GetWidget() first.oshima@google.com2011-07-131-14/+10
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-072-2/+2
* Remove unnecessary includes of menu_2.h.rhashimoto@chromium.org2011-07-011-1/+0
* Views views_unittests Views and NativeTextFields tests leakdhollowa@chromium.org2011-06-301-1/+3
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-296-35/+6
* app: Get rid of test/ directory.tfarina@chromium.org2011-06-271-1/+1
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-232-1/+2
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-212-1/+2
* Re-land:ben@chromium.org2011-06-161-2/+2
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-2/+2
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-2/+2
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0
* Draw a NativeTextfieldViews drop location cursor.msw@chromium.org2011-06-105-56/+54
* Fix bustageben@chromium.org2011-06-081-1/+1
* Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-06-083-25/+39
* Fix selection boundsoshima@google.com2011-06-071-1/+2
* Remove unused multiline attribute in textfield. Need to be pushed only *after...saintlou@chromium.org2011-06-036-181/+38
* * An edit for SetText needs to be merged with previous edit tooshima@google.com2011-06-0313-64/+334
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-13/+13
* TextStyles in TextfieldViewsoshima@google.com2011-06-0114-211/+743
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-2/+2
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-272-3/+3
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-251-2/+2
* Chromeos: virtual destructors should have virtual keyword (part 3).hans@chromium.org2011-05-251-1/+1
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-251-1/+1
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-2/+2
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-2/+3
* 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