| Commit message (Expand) | Author | Age | Files | Lines |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Move focus related files into a new chrome/views/focus subdir | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | Rework the Button API to be saner in preparation for NativeControl rejiggerin... | ben@chromium.org | 2009-03-16 | 1 | -15/+13 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -13/+9 |
* | rollback again | ben@chromium.org | 2009-03-14 | 1 | -9/+13 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -13/+9 |
* | revert | ben@chromium.org | 2009-03-13 | 1 | -9/+9 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-13 | 1 | -9/+9 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -3/+3 |
* | Support DWM switching. | ben@chromium.org | 2009-03-03 | 1 | -82/+101 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -4/+3 |
* | Make system menus show up at the right place for all frames, whether they're ... | pkasting@chromium.org | 2009-02-13 | 1 | -5/+8 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Fix UI test regression, there's a better way to refactor this anyway. | pkasting@chromium.org | 2009-02-10 | 1 | -0/+10 |
* | Make aero glass code look more like other nonclient views in hopes of easing ... | pkasting@chromium.org | 2009-02-09 | 1 | -24/+5 |
* | Switch from HWNDs to NativeViews. | avi@chromium.org | 2009-02-09 | 1 | -1/+1 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -1/+0 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -1/+2 |
* | Fix various problems with constrained windows and/or custom frame windows: | pkasting@chromium.org | 2009-01-30 | 1 | -30/+83 |
* | Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c... | pkasting@chromium.org | 2009-01-29 | 1 | -165/+120 |
* | Per Glen, remove the bottom border of maximized windows. I went ahead and al... | pkasting@chromium.org | 2009-01-29 | 1 | -2/+1 |
* | This change should have few user-visible effects. I think I slightly modifie... | pkasting@chromium.org | 2009-01-26 | 1 | -4/+3 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -3/+3 |
* | Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic o... | pkasting@chromium.org | 2008-12-16 | 1 | -12/+0 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -4/+4 |
* | Add a function for eliding filenames to a set pixel width while preserving th... | glen@chromium.org | 2008-11-06 | 1 | -1/+1 |
* | This is r4523, with a few changes to make things work under Vista. | erg@google.com | 2008-11-05 | 1 | -661/+24 |
* | Revert change r4523 because Vista doesn't like it. | erg@google.com | 2008-11-04 | 1 | -24/+661 |
* | Redo how we block popups. Rip out the old constrained popup window cruft (whi... | erg@google.com | 2008-11-04 | 1 | -661/+24 |
* | Some code in MessageBoxView was focusing the first focusable element in the v... | jcampan@chromium.org | 2008-10-31 | 1 | -2/+7 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+2 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Fix the bug with the minimize/restore buttons getting stuck hot when the wind... | ben@chromium.org | 2008-10-22 | 1 | -0/+5 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -1/+9 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -44/+42 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -7/+6 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -19/+15 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 1 | -9/+5 |
* | Use system title bar font for app windows, detached popups, constrained popups. | ben@chromium.org | 2008-10-13 | 1 | -0/+8 |
* | Fix RTL issues with opaque frame. | ben@chromium.org | 2008-10-10 | 1 | -3/+3 |
* | Move window_resources.h to chrome/views to remove bad dependency of chrome/vi... | ben@chromium.org | 2008-10-08 | 1 | -2/+2 |
* | Constrained window title text colors are inverted. | ben@chromium.org | 2008-10-08 | 1 | -1/+1 |
* | Fix problem with popups frames when magic_browzr. | erg@google.com | 2008-10-08 | 1 | -9/+18 |