| Commit message (Expand) | Author | Age | Files | Lines |
* | Move compact navigation bar('s entry view) to main menu. | oshima@chromium.org | 2010-02-11 | 1 | -4/+18 |
* | Fixed alignment of button dropdowns for RTL languages. | avayvod@chromium.org | 2010-02-11 | 3 | -10/+26 |
* | Adds a simple class for animating a views bounds from one location to | sky@chromium.org | 2010-02-11 | 3 | -0/+200 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 11 | -5/+194 |
* | Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ... | ian@chromium.org | 2010-02-10 | 1 | -4/+4 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 8 | -39/+37 |
* | Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ... | pkasting@chromium.org | 2010-02-09 | 2 | -6/+13 |
* | Fixes bug in clear browsing data dialog where throbber would overlap | sky@chromium.org | 2010-02-08 | 3 | -1/+19 |
* | Need to update enabled state of gtk wrapper even if native view hasn't been c... | davemoore@chromium.org | 2010-02-07 | 1 | -2/+0 |
* | Rework nonclient hittest plumbing so the NonClientFrameView is responsible fo... | pkasting@chromium.org | 2010-02-06 | 4 | -13/+16 |
* | Rebuild app menu in ToolbarView::RunAppMenu | xiyuan@chromium.org | 2010-02-06 | 1 | -3/+5 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 2 | -5/+5 |
* | Don't call View::DidChangeBounds() when the bounds didn't change | davemoore@chromium.org | 2010-02-05 | 1 | -6/+7 |
* | Support app menu and double-click close on upper left corner of window, part ... | pkasting@chromium.org | 2010-02-05 | 8 | -128/+25 |
* | Adds link to flash settings on clear browser data panel. | sky@chromium.org | 2010-02-04 | 3 | -18/+54 |
* | Adding drag-drop support in and out of the Browser Action overflow menu. | finnur@chromium.org | 2010-02-04 | 4 | -4/+27 |
* | Fixes crash in disabling browser action from context menu on | sky@chromium.org | 2010-02-02 | 3 | -5/+33 |
* | Get the initial selection work. and removed unnecessary initialization. | oshima@chromium.org | 2010-02-02 | 4 | -7/+5 |
* | Fix submenu leak in menu2. | oshima@chromium.org | 2010-02-01 | 2 | -10/+34 |
* | Try to fix linux views, part I don't even know how many | pkasting@chromium.org | 2010-01-30 | 1 | -1/+0 |
* | Try to add a useful comment about a case I hit today, at Scott's urging. | pkasting@chromium.org | 2010-01-29 | 1 | -1/+6 |
* | Suppressing a known leak error | oshima@chromium.org | 2010-01-29 | 1 | -0/+1 |
* | Makes it so deleting a bookmark from the context menu doesn't close | sky@chromium.org | 2010-01-28 | 7 | -24/+108 |
* | MoveAbove/SetAlwaysOnTop implementation for WidgetGtk | oshima@chromium.org | 2010-01-27 | 1 | -2/+8 |
* | Fixes unintialized read in networkmenu. Menu's constructor calls into | sky@chromium.org | 2010-01-27 | 1 | -0/+6 |
* | implement infobars and delegates placeholders for translate feature. | kuan@chromium.org | 2010-01-27 | 2 | -64/+84 |
* | Add overflow menu to the browser action container (part 2 of | finnur@chromium.org | 2010-01-27 | 2 | -11/+21 |
* | Don't emit focus event when moving focus around when re-creating fixed widget. | oshima@chromium.org | 2010-01-27 | 1 | -5/+75 |
* | SingleSplitView example | oshima@chromium.org | 2010-01-25 | 3 | -0/+89 |
* | Resize and overflow for browser actions (part 1). | finnur@chromium.org | 2010-01-22 | 3 | -0/+147 |
* | Fixes bug where submenus weren't working on views/gtk. Submenus end up | sky@chromium.org | 2010-01-21 | 3 | -12/+52 |
* | submenu example | oshima@chromium.org | 2010-01-20 | 1 | -1/+6 |
* | Tab-modal dialog improvements: | zelidrag@google.com | 2010-01-15 | 1 | -1/+1 |
* | Makes WidgetGtk::GetBounds work if the widget_ is NULL (CloseNow has | sky@chromium.org | 2010-01-11 | 1 | -1/+5 |
* | Fixes bug in WidgetGtk. WidgetGtk::GetBounds can end up crashing. I | sky@chromium.org | 2010-01-08 | 1 | -1/+6 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -2/+2 |
* | Raise the window when showing the widget. | oshima@chromium.org | 2010-01-07 | 1 | -1/+4 |
* | Fixes possible crash in menus on views/gtk. The crash would happen if | sky@chromium.org | 2010-01-07 | 2 | -5/+21 |
* | Reverts change to native_view_host_gtk. This fixes the bug, but isn't | sky@chromium.org | 2010-01-07 | 1 | -2/+0 |
* | Fixes bug that resulted in background tabs not getting sized | sky@chromium.org | 2010-01-07 | 1 | -1/+3 |
* | Fixes two related focus bugs on views/gtk: | sky@chromium.org | 2010-01-07 | 3 | -3/+35 |
* | Addded notification when ancestor gets changed. So windows that lack focus ma... | georgey@chromium.org | 2010-01-07 | 11 | -31/+380 |
* | Remove a bunch of unnecessary .c_str() calls. | pkasting@chromium.org | 2010-01-06 | 1 | -22/+22 |
* | Fixes bug where recreating fixed in NativeViewHostGtk causes focus to | sky@chromium.org | 2010-01-06 | 3 | -2/+46 |
* | bsds: views/ and webkit/ support for FreeBSD/OpenBSD | evan@chromium.org | 2009-12-31 | 2 | -4/+4 |
* | linux: reduce header interdependencies | evan@chromium.org | 2009-12-29 | 1 | -0/+4 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Fix crash/leak issue in native_view_host_gtk.cc. | oshima@chromium.org | 2009-12-23 | 9 | -15/+40 |
* | Add GridLayout::SetInsets(const gfx::Insets& insets). | satorux@chromium.org | 2009-12-23 | 2 | -0/+10 |
* | Change chromeos build to use views | oshima@chromium.org | 2009-12-22 | 1 | -3/+0 |