summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-0812-449/+414
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-081-1/+1
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-074-18/+13
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-0716-186/+184
* Set the focus change reason even if calling SetFocusedViewWithReason on admazzoni@chromium.org2011-03-071-2/+3
* [ChromeOS] Fix the unclickable "OpenAll" confirmation dialog problem.xiyuan@chromium.org2011-03-072-4/+5
* views: Fix the MenuExample so it doesn't crash.tfarina@chromium.org2011-03-071-1/+1
* Revert 77068 - Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-071-2/+2
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-061-2/+2
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-0512-9/+207
* Add a new views delegate method for menu item accessibility notifications,dmazzoni@chromium.org2011-03-052-0/+15
* Rename Paint() to PaintForDrag() in two cases.thakis@chromium.org2011-03-0510-22/+24
* Make Window class concrete (mostly).ben@chromium.org2011-03-0510-40/+261
* Make more methods on Widget non-virtual and move to NativeWidgetben@chromium.org2011-03-047-293/+331
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-0442-216/+502
* Two things:ben@chromium.org2011-03-0410-281/+210
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-043-6/+3
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-042-4/+1
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-045-13/+13
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-042-1/+4
* One more chromeos fix for the InitWindow rename.thakis@chromium.org2011-03-041-1/+1
* Rename MenuHost::Init to InitMenuHost.thakis@chromium.org2011-03-046-21/+21
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-042-3/+3
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-046-16/+16
* Rename the methods in DragController.thakis@chromium.org2011-03-042-10/+12
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-0474-584/+625
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-0374-625/+584
* Revert 76808 - Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-032-4/+1
* Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-032-1/+4
* Clean up more of Widget.ben@chromium.org2011-03-0312-287/+210
* Fix compile for views_examples after GetBounds removal.sadrul@chromium.org2011-03-031-2/+1
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-0311-110/+118
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-032-2/+2
* Add the ability to have shadowed text to the TextButton, in preparation for t...mirandac@chromium.org2011-03-032-1/+41
* Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...ben@chromium.org2011-03-037-216/+15
* Convert a few more methods to new Widget methods.ben@chromium.org2011-03-032-20/+21
* Convert some windows code to use the new Widget methods.ben@chromium.org2011-03-032-15/+10
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-037-79/+52
* Land the new functions added by 76483 - but do not use them anywhere outside ...ben@chromium.org2011-03-0213-13/+399
* De-wstringify OSExchangeData.evan@chromium.org2011-03-022-5/+5
* Dont update title window for chromeososhima@google.com2011-03-021-1/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-0223-451/+338
* Reverting to fix builder redness. Please reland with the fixes.ananta@chromium.org2011-03-021-2/+1
* Move typedef per review comment. oops!ben@chromium.org2011-03-021-1/+2
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-0223-338/+451
* Parse ui::ET_MOUSEWHEEL on XEvent ButtonRelease and XI_ButtonRelease too.msw@chromium.org2011-03-011-1/+5
* Fix build errors with latest ibusyusukes@google.com2011-02-281-5/+5
* Fix setting cursor for WidgetGtk.sadrul@chromium.org2011-02-281-2/+4
* Fix various layered window updating bugs.ben@chromium.org2011-02-272-34/+52
* Reorder functions.ben@chromium.org2011-02-262-248/+231