summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-2926-169/+155
* Changes windows menu to strip out tabs in the string. Windowssky@chromium.org2011-03-281-0/+4
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-284-13/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-287-13/+13
* Fix caret bounds to use min of available height and font height.oshima@google.com2011-03-251-1/+4
* Modify #include order slightly to clearly put ATL headers first.pkasting@chromium.org2011-03-251-4/+3
* Refactor Textfield and AutocompleteEditViewViews.suzhe@google.com2011-03-235-125/+67
* views: Move MessageBoxView into the namespace views.tfarina@chromium.org2011-03-222-40/+45
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-211-2/+10
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-213-17/+11
* Forward mouse wheel events to submenusoshima@google.com2011-03-193-1/+23
* views: Cleanup TabbedPane class.tfarina@chromium.org2011-03-186-98/+119
* Fixes bug where if you click on the bookmark bubble, then change thesky@chromium.org2011-03-172-0/+10
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-2/+3
* Moving over to other folder button while opening folder menu should open the ...oshima@google.com2011-03-162-18/+36
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-1614-485/+451
* Re-lands:ben@chromium.org2011-03-163-20/+19
* Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu isdmazzoni@chromium.org2011-03-151-4/+6
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-1513-124/+61
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-153-19/+20
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-153-20/+19
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-153-4/+4
* Clean up some event code:msw@chromium.org2011-03-1417-142/+142
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-141-11/+10
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-1453-275/+339
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-2/+2
* Show details about allowed and blocked cookies in a tabbed pane. Also reworksrogerta@chromium.org2011-03-112-25/+83
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-102-3/+3
* 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-0912-87/+92
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-094-11/+13
* Increase the base font size for touch uisaintlou@chromium.org2011-03-081-0/+4
* 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-071-5/+1
* [ChromeOS] Fix the unclickable "OpenAll" confirmation dialog problem.xiyuan@chromium.org2011-03-072-4/+5
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-0512-9/+207
* Rename Paint() to PaintForDrag() in two cases.thakis@chromium.org2011-03-059-21/+23
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-0419-106/+213
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-042-4/+1
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-042-1/+4
* Rename MenuHost::Init to InitMenuHost.thakis@chromium.org2011-03-046-21/+21
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-044-12/+12
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-0450-325/+274
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-0350-274/+325
* 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-031-1/+1
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-2/+1
* Add the ability to have shadowed text to the TextButton, in preparation for t...mirandac@chromium.org2011-03-032-1/+41