summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Amending issue 6716024saintlou@chromium.org2011-03-232-6/+5
* touch: Detect touch device, and listen for events on floating devices.sadrul@chromium.org2011-03-231-0/+17
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-233-3/+4
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-233-1/+22
* Lands http://codereview.chromium.org/2928005/ for Dill:sky@chromium.org2011-03-221-1/+2
* views: Move MessageBoxView into the namespace views.tfarina@chromium.org2011-03-224-43/+52
* Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.suzhe@google.com2011-03-217-1/+342
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-211-2/+10
* Fixes an "inverse sense" glitch in SetCreateParams(). We should only set WS_E...ben@chromium.org2011-03-211-1/+1
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-2115-102/+155
* Forward mouse wheel events to submenusoshima@google.com2011-03-193-1/+23
* views: Cleanup TabbedPane class.tfarina@chromium.org2011-03-1812-132/+164
* WidgetGtk: connect to "map" signal instead of "show".sadrul@chromium.org2011-03-182-2/+8
* Makes dragging multiple discontingious tabs animate the tabs intosky@chromium.org2011-03-182-0/+14
* Fixes bug where if you click on the bookmark bubble, then change thesky@chromium.org2011-03-172-0/+10
* [cros] Fix accelerator keys when using non-US/Latin keyboard layouts.suzhe@google.com2011-03-171-2/+2
* Fix bug with drop arrow updating on the tabstrip. See comment in widget_win.ccben@chromium.org2011-03-172-3/+16
* Force an expose event from the "show" callback.sadrul@chromium.org2011-03-171-0/+6
* 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-164-24/+48
* Fix window activation when closing a modal dialog box. It turns out GetForegr...ben@chromium.org2011-03-162-12/+21
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-1616-517/+487
* Re-lands:ben@chromium.org2011-03-169-85/+82
* Fix closing the window by clicking the X.ben@chromium.org2011-03-161-11/+1
* 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-1514-125/+61
* Add a TODO, remove NOTIMPLEMENTED to quiet things down.sadrul@chromium.org2011-03-151-1/+1
* Have a helper class to automatically save and restore the canvas transformati...sadrul@chromium.org2011-03-151-18/+41
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-159-82/+95
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-159-95/+82
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-153-4/+4
* Fix clang build, failure caused by r78149.sadrul@chromium.org2011-03-155-5/+5
* Start working on compositor tree painting.sadrul@chromium.org2011-03-1511-31/+180
* These files missed the last checkinben@chromium.org2011-03-152-9/+9
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-1410-29/+89
* Clean up some event code:msw@chromium.org2011-03-1425-299/+284
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-1412-93/+38
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-142-21/+127
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-1412-38/+93
* Fix clang build (tested on trybots this time!).dmazzoni@chromium.org2011-03-146-8/+11
* touch: Fix touch events bubbling up the hierarchy.sadrul@chromium.org2011-03-142-15/+34
* Revert 78040 - Fix clang build. (Made things worse...)dmazzoni@chromium.org2011-03-145-10/+8
* Fix clang build.dmazzoni@chromium.org2011-03-145-8/+10
* Remove NativeViewAccessibilityWin from the views namespace becausedmazzoni@chromium.org2011-03-143-12/+10
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-1484-646/+606
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-125-14/+32
* Show details about allowed and blocked cookies in a tabbed pane. Also reworksrogerta@chromium.org2011-03-112-25/+83
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-119-5/+37
* Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...ben@chromium.org2011-03-113-0/+16
* Revert 77773 and 77774.ben@chromium.org2011-03-113-16/+0