| Commit message (Expand) | Author | Age | Files | Lines |
* | Change how the opaque frame lays out its titlebar. This takes advantage of a... | pkasting@chromium.org | 2010-02-06 | 1 | -99/+68 |
* | Support app menu and double-click close on upper left corner of window, part ... | pkasting@chromium.org | 2010-02-05 | 1 | -10/+1 |
* | Create a new base class BaseTabStrip that is the intermediary between Browser... | ben@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Fix 2 memcheck errors | oshima@chromium.org | 2010-01-16 | 1 | -2/+3 |
* | Use image_view to draw distributor/otr avatar icons | oshima@chromium.org | 2010-01-14 | 1 | -59/+53 |
* | Place main menu and otr icon in right places. | oshima@chromium.org | 2010-01-06 | 1 | -2/+6 |
* | Add some spacing so that status area lines up on cros | davemoore@chromium.org | 2009-12-09 | 1 | -2/+8 |
* | Adjust the position of the frame background image for ChromeOS to match gtk b... | oshima@chromium.org | 2009-11-23 | 1 | -3/+17 |
* | Remove new tabstrip code. Going to try doing this a different way. | ben@chromium.org | 2009-11-17 | 1 | -3/+3 |
* | Ensure that overlay does not appear in incognito mode. | mirandac@chromium.org | 2009-11-05 | 1 | -1/+2 |
* | Enable System Context Menu for linux views. | oshima@chromium.org | 2009-10-22 | 1 | -4/+3 |
* | Fix bubbles deactivating the opaque frame. | ben@chromium.org | 2009-10-20 | 1 | -8/+8 |
* | Hides the control buttons for browser when maximized on chrome | sky@chromium.org | 2009-10-14 | 1 | -11/+35 |
* | Gets the full screen bubble to work on views/gtk. | sky@chromium.org | 2009-10-14 | 1 | -1/+4 |
* | Change the way the NonClientView handles forcing the native frame for popups/... | ben@chromium.org | 2009-09-28 | 1 | -0/+4 |
* | Removes some dead NOTIMPLEMENTEDs and enables some code that no longer | sky@chromium.org | 2009-09-14 | 1 | -1/+0 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -1/+2 |
* | We weren't drawing the toolbar color, leading to theme hideousness. | glen@chromium.org | 2009-08-24 | 1 | -5/+6 |
* | Fix the theme overlay when the window is maximized and inactive. We | tc@google.com | 2009-08-11 | 1 | -1/+3 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 1 | -13/+41 |
* | Adds additional MSAA information to fill in a few gaps in the hierarchy. | klink@chromium.org | 2009-07-28 | 1 | -4/+4 |
* | Fix frame overlay display in incognito mode, make location bar background fol... | glen@chromium.org | 2009-07-24 | 1 | -1/+5 |
* | Make the toolbar theme align with the left edge of the browser and the top ed... | glen@chromium.org | 2009-07-09 | 1 | -1/+1 |
* | fix bustage - ALLOW_THIS_IN_.. | ben@chromium.org | 2009-07-08 | 1 | -4/+9 |
* | Add temporary TabStripWrapper interface that is implemented by both TabStrip ... | ben@chromium.org | 2009-07-08 | 1 | -5/+6 |
* | Theme window control buttons. | mirandac@chromium.org | 2009-07-07 | 1 | -0/+11 |
* | Reverting 19758. | mirandac@chromium.org | 2009-07-01 | 1 | -11/+0 |
* | Theme window control buttons. | mirandac@chromium.org | 2009-07-01 | 1 | -0/+11 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+1 |
* | More theme bits for the NTP and window frame. | glen@chromium.org | 2009-06-05 | 1 | -0/+12 |
* | Fix opaque app mode display. | glen@chromium.org | 2009-06-02 | 1 | -8/+10 |
* | Shift maximized mode tabstrip up by 1 px to avoid empty pixel at screen top. | pkasting@chromium.org | 2009-05-28 | 1 | -9/+10 |
* | Fleshes out more of BrowserFrameGtk. | sky@chromium.org | 2009-05-26 | 1 | -1/+14 |
* | Make views/ depend only on images from app/resources. | ben@chromium.org | 2009-05-21 | 1 | -0/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+0 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -0/+1 |
* | Draw the toolbar separator correctly, and in maximized mode. | glen@chromium.org | 2009-05-19 | 1 | -9/+20 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 1 | -35/+44 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -10/+10 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -2/+2 |
* | Draw the maximized frame background correctly. | glen@chromium.org | 2009-05-12 | 1 | -3/+13 |
* | Some unnecessary painting and initing was being done. | glen@chromium.org | 2009-05-09 | 1 | -4/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -294/+118 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | 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 | 1 | -1/+1 |
* | Move l10n_util 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 | 1 | -1/+1 |