| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash in window shutdown by accessing the Widget via a more unique property. | ben@chromium.org | 2009-06-05 | 1 | -4/+9 |
* | Fix crash 12519: in views::DialogClientView::AcceptWindow() | finnur@chromium.org | 2009-06-04 | 1 | -0/+5 |
* | Implement window state restoration for the views-gtk window. | ben@chromium.org | 2009-06-04 | 2 | -27/+59 |
* | Allow WindowGtks to be moved and sized when the mouse is over the caption or ... | ben@chromium.org | 2009-06-04 | 2 | -0/+111 |
* | Implement custom window shapes as provided by the NonClientView in WindowGtk. | ben@chromium.org | 2009-06-04 | 2 | -1/+25 |
* | Fix for crash when changing frame on non-DWM systems. | glen@chromium.org | 2009-06-03 | 1 | -0/+7 |
* | Fixes a couple of bugs encountered in getting info bubbles to work: | sky@chromium.org | 2009-06-02 | 2 | -1/+3 |
* | Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk | sky@chromium.org | 2009-06-01 | 2 | -12/+2 |
* | Remove warning about IsFullScreen() not being implented and | davemoore@chromium.org | 2009-06-01 | 2 | -19/+36 |
* | Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win... | ben@chromium.org | 2009-05-31 | 2 | -0/+10 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 5 | -62/+75 |
* | Make DialogClientView compile on Linux. | ben@chromium.org | 2009-05-29 | 1 | -2/+41 |
* | More Linux linking issues fixed. | brettw@chromium.org | 2009-05-28 | 1 | -0/+5 |
* | Bring theme_frame back into chrome/ and change theme_frame to frame in app/ | glen@chromium.org | 2009-05-28 | 1 | -14/+14 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 3 | -13/+6 |
* | Implement IsMinimized() and IsMaximized() for view gtk | davemoore@chromium.org | 2009-05-25 | 2 | -4/+28 |
* | Makes FindBarWin buildable on linux. FindBarWin should be renamed to | sky@chromium.org | 2009-05-23 | 1 | -1/+1 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Minor gtk-views cleanup: | sky@chromium.org | 2009-05-20 | 2 | -2/+26 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 2 | -5/+4 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 2 | -4/+5 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 2 | -5/+4 |
* | Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidget | sky@chromium.org | 2009-05-19 | 1 | -0/+1 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 5 | -15/+44 |
* | Paint dialog frames in maxmized view | glen@chromium.org | 2009-05-16 | 1 | -3/+6 |
* | Displaying consecutive alerts from plugins should not hang the browser. The p... | ananta@chromium.org | 2009-05-15 | 3 | -3/+14 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 5 | -28/+28 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 5 | -10/+10 |
* | Change the way button width is calculated for the button. Currently, for the ... | jshin@chromium.org | 2009-05-15 | 1 | -2/+4 |
* | Fix bustage... some more traces of always-on-top I forgot to remove. | beng@google.com | 2009-05-14 | 2 | -6/+0 |
* | Move Always On Top setting out of Window/WindowDelegate and into task manager... | beng@google.com | 2009-05-14 | 7 | -131/+27 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 2 | -7/+6 |
* | The dialogs would size their width to their contents (and a minimum size). | jcampan@chromium.org | 2009-05-13 | 1 | -0/+20 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 2 | -6/+7 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 2 | -7/+6 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Removing floating views, they are not used anymore. | jcampan@chromium.org | 2009-05-11 | 2 | -8/+1 |
* | Add a new ViewsDelegate interface and implementation in the windows browser UI. | ben@chromium.org | 2009-05-10 | 1 | -37/+13 |
* | Use the non-native frame when using themes even on Aero Glass. | ben@chromium.org | 2009-05-09 | 1 | -0/+2 |
* | Revert custom frame view to resourcebundle to get the tests passing. Convert ... | glen@chromium.org | 2009-05-09 | 1 | -37/+37 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 2 | -198/+82 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 3 | -3/+3 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | fix checkdeps bustage | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 7 | -1/+355 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 18 | -0/+4449 |