summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Add a gyp target for Xext to linux/system so that Views can depend on it. A r...davemoore@chromium.org2010-03-101-0/+1
* Support popups that don't accept clicks in Views/Linuxdavemoore@chromium.org2010-03-092-1/+55
* views: Make WindowGtk set transient-for hint before mapping.derat@chromium.org2010-03-091-3/+3
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-4/+3
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-092-0/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-0850-366/+281
* Use web app icon as ICON_BIG for Windowsxiyuan@chromium.org2010-03-083-1/+15
* Clean up/fix more frame code. In general this is bringing the less-common fr...pkasting@chromium.org2010-03-082-142/+141
* Don't mirror menu position for RTL because on Windows we set RLT window flags...dpolukhin@google.com2010-03-063-23/+22
* Fix build break.johnnyg@chromium.org2010-03-041-2/+2
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-046-2/+70
* Clean up TooltipManagerWin a bit. Original patch by Jay Soffian (see http://...pkasting@chromium.org2010-03-043-36/+28
* Correct positioning of tooltips in nonclient portion of Aero windows. Origin...pkasting@chromium.org2010-03-041-0/+6
* Removes static storage of menu-marker bitmap. Tiny change.glotov@google.com2010-03-042-15/+13
* Fix unititalized variables.finnur@chromium.org2010-03-031-2/+2
* Checking in patch for Denis Romanov (originally reviewed here: http://coderev...finnur@chromium.org2010-03-034-21/+69
* Lands http://codereview.chromium.org/652010 for Thiago:sky@chromium.org2010-03-022-2/+68
* Fix a Chrome crash, which occurs in a ChromeFrame instance in the destructor ...ananta@chromium.org2010-03-021-2/+3
* Fix compile error "error: #elif with no expression"nsylvain@chromium.org2010-02-271-1/+1
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-263-10/+10
* Fixes crash in dragging from download manager on chrome os.sky@chromium.org2010-02-251-2/+2
* Changes grid layout such that if a view that spans columns preferredsky@chromium.org2010-02-242-9/+48
* Landing Marshall Greenblatt change.jcampan@chromium.org2010-02-244-8/+93
* New network menu button UI for ChromeOS.chocobo@chromium.org2010-02-191-0/+11
* Fixes bug where on views/gtk we send an exit before every press. We'resky@chromium.org2010-02-191-13/+25
* Attempt 2 at landing this. The first attempt failed becausesky@chromium.org2010-02-191-1/+1
* Implement a TODO.pkasting@chromium.org2010-02-191-7/+3
* implement previous TODO to show associated shortcut keys for page and wrench ...kuan@chromium.org2010-02-192-7/+35
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* Fixes bug where deleting bookmarks in bookmarks menu wouldn't alwayssky@chromium.org2010-02-182-1/+17
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-172-2/+22
* Clone of issue 577015.twiz@chromium.org2010-02-121-3/+8
* Move compact navigation bar('s entry view) to main menu.oshima@chromium.org2010-02-111-4/+18
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-113-10/+26
* Adds a simple class for animating a views bounds from one location tosky@chromium.org2010-02-113-0/+200
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-1011-5/+194
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-4/+4
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-108-39/+37
* Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...pkasting@chromium.org2010-02-092-6/+13
* Fixes bug in clear browsing data dialog where throbber would overlapsky@chromium.org2010-02-083-1/+19
* Need to update enabled state of gtk wrapper even if native view hasn't been c...davemoore@chromium.org2010-02-071-2/+0
* Rework nonclient hittest plumbing so the NonClientFrameView is responsible fo...pkasting@chromium.org2010-02-064-13/+16
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* linux: build with -Wextraevan@chromium.org2010-02-052-5/+5
* Don't call View::DidChangeBounds() when the bounds didn't changedavemoore@chromium.org2010-02-051-6/+7
* Support app menu and double-click close on upper left corner of window, part ...pkasting@chromium.org2010-02-058-128/+25
* Adds link to flash settings on clear browser data panel.sky@chromium.org2010-02-043-18/+54
* Adding drag-drop support in and out of the Browser Action overflow menu.finnur@chromium.org2010-02-044-4/+27
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-023-5/+33
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-024-7/+5