summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Call Layout directly from SetContentsView. In the case where the Widget is cr...ben@chromium.org2009-06-182-5/+10
* Hook up "clear browsing data" dialog. It looks like ass right now. The intent...ben@chromium.org2009-06-184-27/+53
* A long standing bug in views!ben@chromium.org2009-06-182-2/+0
* Adds a widget that when clicked creates a new browser window. It's notsky@chromium.org2009-06-171-1/+1
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-176-111/+114
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-161-1/+1
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-168-314/+14
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-0/+2
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-155-53/+162
* Fix focus traversal cycle.yutak@chromium.org2009-06-153-40/+11
* Make WidgetGtk::SetBounds use a single call if it can.sky@chromium.org2009-06-151-0/+5
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-144-5/+5
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-127-95/+115
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-125-32/+72
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-1210-44/+73
* This CL fixes issue 6103 -- Individual download items on the download shelf a...xji@chromium.org2009-06-121-0/+13
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-3/+12
* Show caption area context menu on mouseup, not mousedown. Original patch by ...pkasting@chromium.org2009-06-112-4/+44
* Add back 'WS_VSCROLL' flag when creating a combobox window. Without it, the d...jshin@chromium.org2009-06-111-1/+5
* Restricts the creation of RadioButton to specify an group-id.jcampan@chromium.org2009-06-102-8/+6
* Fix the View cut/copy/paste tests for clipboard. The views delegate wasn't at...ben@chromium.org2009-06-101-1/+42
* Fixes crash in menu. It's possible for the WM_MENUSELECT to pass insky@chromium.org2009-06-101-0/+3
* Gets linux2 to compile again.sky@chromium.org2009-06-102-1/+3
* Issue 8838: Close box not highlightedidanan@chromium.org2009-06-101-0/+8
* this test was supposed to be disabledben@chromium.org2009-06-101-1/+1
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-099-50/+137
* Fix a memory leak in a focus manager unit-test.jcampan@chromium.org2009-06-091-2/+2
* This CL adds some more FocusManager unit-tests.jcampan@chromium.org2009-06-097-224/+508
* Moving the Windows specific activation code in the FocusManager to the widget...jcampan@chromium.org2009-06-084-29/+26
* First part of tab overview. It isn't wired up, nor is it complete, butsky@chromium.org2009-06-085-0/+22
* Removing some unused FocusManager related code from RootView.jcampan@chromium.org2009-06-082-25/+0
* forgot this file in last CLben@chromium.org2009-06-081-0/+44
* A new menu system for views.ben@chromium.org2009-06-0811-2/+1221
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-085-9/+122
* Fix keyboard accelerator registration issue in views::View.yutak@chromium.org2009-06-064-18/+121
* Fix crash in window shutdown by accessing the Widget via a more unique property.ben@chromium.org2009-06-051-4/+9
* Implements View::GetXXXDragThreshold on Linux.sky@chromium.org2009-06-051-6/+17
* More theme bits for the NTP and window frame.glen@chromium.org2009-06-052-0/+5
* Fixes bug introduced during menu refactoring. Specifically thesky@chromium.org2009-06-053-4/+16
* Implement some basic functionality in RootView and View.ben@chromium.org2009-06-056-52/+35
* Fix: Alt+Tab not sending FocusWillChange events.finnur@chromium.org2009-06-041-5/+4
* Fix crash 12519: in views::DialogClientView::AcceptWindow()finnur@chromium.org2009-06-041-0/+5
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-044-28/+60
* Rephrase this code to be slightly less verbose.ben@chromium.org2009-06-041-5/+2
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-0410-46/+64
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-042-0/+111
* Implement custom window shapes as provided by the NonClientView in WindowGtk.ben@chromium.org2009-06-043-1/+29
* Reland of r17500:glen@chromium.org2009-06-042-3/+36
* Add ability to theme our buttons.glen@chromium.org2009-06-042-1/+20
* Fix broken separator sizing and positioning.ben@chromium.org2009-06-031-1/+2