| Commit message (Expand) | Author | Age | Files | Lines |
* | Rejiggers the keyword editor so that the UI is independent of the model rathe... | ben@chromium.org | 2009-06-23 | 1 | -0/+2 |
* | Hide the window frame when the last tab is dragged out of a tabstrip. | jhawkins@chromium.org | 2009-06-22 | 1 | -4/+0 |
* | Reorganize the way the task manager is constructed. | ben@chromium.org | 2009-06-22 | 1 | -0/+1 |
* | Add the ability to resize the window when over the custom frame. | tc@google.com | 2009-06-22 | 1 | -0/+21 |
* | Clean up BrowserWindowGtk constructor. | estade@chromium.org | 2009-06-19 | 1 | -0/+6 |
* | Fix a comment I meant to update in the last change. | tc@google.com | 2009-06-18 | 1 | -1/+1 |
* | Paint the custom frame border and round the corners. | tc@google.com | 2009-06-18 | 1 | -2/+11 |
* | gtk fullscreen fixes. | estade@chromium.org | 2009-06-17 | 1 | -1/+3 |
* | GTK bookmark bar: only animate when user changes the pref (not, for example, ... | estade@chromium.org | 2009-06-16 | 1 | -1/+3 |
* | Improved tab overview animations with better animation and wiring to | sky@chromium.org | 2009-06-16 | 1 | -0/+2 |
* | Refactor the titlebar code into its own class because it's getting big | tc@google.com | 2009-06-12 | 1 | -35/+9 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | First cut at tall titlebar and custom window frame. | tc@google.com | 2009-06-10 | 1 | -3/+38 |
* | Refactors tab overview and gets the rest of the chunks working. I've | sky@chromium.org | 2009-06-10 | 1 | -0/+7 |
* | On linux, add a context menu item in the tab strip for disabling | tc@google.com | 2009-06-04 | 1 | -4/+6 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -0/+6 |
* | Implement dragging a tab back into a tabstrip for gtk. | jhawkins@chromium.org | 2009-06-03 | 1 | -0/+21 |
* | linux: save window positions. | evan@chromium.org | 2009-05-30 | 1 | -0/+3 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -1/+3 |
* | Move a bunch of dialog creation routines to browser_dialogs.h to break the | brettw@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Handle Browser::FEATURE_TOOLBAR and Browser::FEATURE_LOCATIONBAR in browser_w... | pfeldman@chromium.org | 2009-05-22 | 1 | -0/+10 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -0/+1 |
* | Linux: Delay the deletion of the RWHVGtk object. | willchan@chromium.org | 2009-05-14 | 1 | -5/+0 |
* | Add stubs for UserChangedThemes to Mac and Linux. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Don't link-depend on views/ in chrome/browser/gtk | phajdan.jr@chromium.org | 2009-05-07 | 1 | -4/+0 |
* | linux: set the window icon (used in alt-tab list, etc.) | evan@chromium.org | 2009-05-04 | 1 | -0/+3 |
* | Make the findbar slide in/out. | estade@chromium.org | 2009-05-01 | 1 | -0/+5 |
* | GTK: Allow the user to resize the chromium window as small as they like. | estade@chromium.org | 2009-04-30 | 1 | -0/+4 |
* | Basic fullscreen mode for Linux, without the animated exit bubble. | thestig@chromium.org | 2009-04-29 | 1 | -0/+4 |
* | missing file from last commit | estade@chromium.org | 2009-04-29 | 1 | -1/+2 |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | Fix the findbar crash. | tc@google.com | 2009-04-07 | 1 | -7/+3 |
* | Basic infobars on linux. | estade@chromium.org | 2009-04-06 | 1 | -0/+4 |
* | Implement loading animations. I've ignored the app mode and popup cases sinc... | willchan@chromium.org | 2009-04-06 | 1 | -0/+11 |
* | First implementation of a bookmark bar. | erg@google.com | 2009-04-06 | 1 | -0/+14 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Change NineBox to render into a GtkWidget. This offers a minor speedup and s... | jhawkins@chromium.org | 2009-03-26 | 1 | -3/+0 |
* | Fix our browser window close path to be more like windows. | tc@google.com | 2009-03-26 | 1 | -0/+4 |
* | Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linux | tc@google.com | 2009-03-26 | 1 | -5/+8 |
* | Add initial implementation of the Linux TabStrip. | jhawkins@chromium.org | 2009-03-23 | 1 | -1/+6 |
* | Consolidate into a single shutdown path. | tc@google.com | 2009-03-20 | 1 | -3/+0 |
* | Hook up ctrl-w for close tab on linux. | estade@chromium.org | 2009-03-20 | 1 | -0/+8 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 1 | -0/+4 |
* | Remove BrowserWindow::Init(). | estade@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | Linux accelerators cleanup: | estade@chromium.org | 2009-03-16 | 1 | -1/+12 |
* | Fix some browser shutdown issues on Linux. | deanm@chromium.org | 2009-03-13 | 1 | -0/+2 |
* | Some work in refactoring FindBarWin/FindBarView so | tc@google.com | 2009-03-12 | 1 | -2/+2 |
* | First cut at the find bar. | tc@google.com | 2009-03-10 | 1 | -0/+6 |
* | Plumb GetLocationBar through to the toolbar. | deanm@chromium.org | 2009-03-03 | 1 | -0/+1 |