| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at tall titlebar and custom window frame. | tc@google.com | 2009-06-10 | 2 | -12/+9 |
* | Implement URL Drag & Drop for the linux tabstrip. | jhawkins@chromium.org | 2009-06-09 | 3 | -7/+402 |
* | Remove a header that is no longer being used after r17818. | jhawkins@chromium.org | 2009-06-08 | 1 | -1/+0 |
* | Partial revert of r17790. Don't use a OwnedWidgetGtk for container_. | thestig@chromium.org | 2009-06-06 | 2 | -17/+17 |
* | Implement and use the -> operator for OwnedWidgetGtk. | thestig@chromium.org | 2009-06-05 | 5 | -28/+28 |
* | Make sure the tabstrip we're dragging in to is compatible with the source tab... | jhawkins@chromium.org | 2009-06-05 | 3 | -1/+11 |
* | On linux, add a context menu item in the tab strip for disabling | tc@google.com | 2009-06-04 | 2 | -0/+27 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 2 | -36/+0 |
* | Don't reset the gdk_event_handler in the tab destructor as this overwrites th... | jhawkins@chromium.org | 2009-06-03 | 1 | -3/+0 |
* | Implement dragging a tab back into a tabstrip for gtk. | jhawkins@chromium.org | 2009-06-03 | 4 | -13/+75 |
* | Merge app/gfx/gtk_util into base/gfx/gtk_util. | thestig@google.com | 2009-06-03 | 1 | -1/+1 |
* | Display tooltips for gtk tabs that have elided titles. | jhawkins@chromium.org | 2009-06-03 | 3 | -1/+16 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 2 | -0/+2 |
* | Allow left clicks in the tab strip to initiate a drag of the window. | tc@google.com | 2009-06-02 | 1 | -1/+5 |
* | Add a context menu to the tab strip. It appears when you click in the | tc@google.com | 2009-06-02 | 2 | -1/+89 |
* | Linux: show tab context menu on mousedown rather than mouse up. | estade@chromium.org | 2009-05-29 | 1 | -2/+2 |
* | Hopefully fdix the Linux build | brettw@chromium.org | 2009-05-28 | 1 | -3/+1 |
* | Fix initial window placement when dragging a tab out of the tabstrip into its... | jhawkins@chromium.org | 2009-05-26 | 2 | -1/+9 |
* | Fix a corner case in tab dragging where we receive a drag-end signal before e... | jhawkins@chromium.org | 2009-05-26 | 1 | -0/+6 |
* | Implement dragging a tab out of a TabStripGtk into its own browser window. | jhawkins@chromium.org | 2009-05-26 | 8 | -44/+228 |
* | Make views/ depend only on images from app/resources. | ben@chromium.org | 2009-05-21 | 2 | -0/+2 |
* | GTK: Use correct tabstrip background in Incognito mode. | erg@google.com | 2009-05-21 | 2 | -6/+7 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 2 | -2/+0 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 2 | -0/+2 |
* | Fix crash in bookmark bar where we had conflicting ids. | erg@google.com | 2009-05-20 | 1 | -1/+3 |
* | Translate the canvas used to render gtk tabs by the tab bounds in order to re... | jhawkins@chromium.org | 2009-05-20 | 2 | -21/+28 |
* | Remove a debugging statement that was left in my last commit. | jhawkins@chromium.org | 2009-05-20 | 1 | -1/+0 |
* | Handle non-composited WMs when rendering the dragged tab. Also moves renderi... | jhawkins@chromium.org | 2009-05-19 | 6 | -107/+184 |
* | Implement the sad tab crash animation for tabs in linux. | jhawkins@chromium.org | 2009-05-18 | 2 | -3/+126 |
* | Landing approved patch for Vincent Zanotti. | jhawkins@chromium.org | 2009-05-18 | 1 | -3/+7 |
* | Force the font size in the omnibox, tabs, find bar, and download shelf | tc@google.com | 2009-05-18 | 1 | -1/+3 |
* | Implement DraggedTabGtk, the object that handles rendering either a dragged t... | jhawkins@chromium.org | 2009-05-18 | 9 | -59/+620 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 3 | -13/+13 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 2 | -3/+3 |
* | Re-add tabstrip background rendering with support for themed backgrounds. | jhawkins@chromium.org | 2009-05-13 | 2 | -4/+18 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Update the Linux tabstrip code to handle themes. | jhawkins@chromium.org | 2009-05-12 | 4 | -64/+106 |
* | To get things green: | glen@chromium.org | 2009-05-09 | 1 | -7/+8 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 3 | -3/+3 |
* | Remove the no-longer used TabButtonGtk class. | jhawkins@chromium.org | 2009-05-05 | 3 | -201/+0 |
* | Implement Linux tabs as widgets. This moves tab input handling into the corr... | jhawkins@chromium.org | 2009-05-05 | 8 | -743/+967 |
* | Move *Animation to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 3 | -3/+3 |
* | Basic fullscreen mode for Linux, without the animated exit bubble. | thestig@chromium.org | 2009-04-29 | 2 | -0/+11 |
* | Close the hovered tab on middle mouse click in the Linux tabstrip. | jhawkins@chromium.org | 2009-04-29 | 2 | -5/+3 |
* | Fix the case where a previous tab is closing and the mouse is pressed on a ta... | jhawkins@chromium.org | 2009-04-28 | 1 | -1/+12 |
* | Always simulate a mouse movement after animations in the Linux tabstrip to ma... | jhawkins@chromium.org | 2009-04-28 | 1 | -23/+19 |