| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way the NonClientView handles forcing the native frame for popups/... | ben@chromium.org | 2009-09-28 | 2 | -19/+17 |
* | Pulls ActiveWindowWatcher into app so that we can use it in | sky@chromium.org | 2009-09-28 | 2 | -22/+28 |
* | Implement BrowserList::AllBrowsersClosed for Linux. | tony@chromium.org | 2009-09-24 | 1 | -1/+3 |
* | Reapply the change from r8062 to fix the Windows Classic maximized window reg... | pkasting@chromium.org | 2009-09-24 | 1 | -4/+15 |
* | Changes from listening to focus-out/focus-in for active status to | sky@chromium.org | 2009-09-24 | 2 | -3/+28 |
* | Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments on | sky@chromium.org | 2009-09-22 | 3 | -17/+16 |
* | Lands http://codereview.chromium.org/193032 for Charlie: | sky@chromium.org | 2009-09-15 | 1 | -10/+13 |
* | Implements WindowGtk::CloseAllSecondaryWindows. | sky@chromium.org | 2009-09-09 | 4 | -16/+30 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 4 | -4/+5 |
* | Attempt 2 at landing bookmark menus. | sky@chromium.org | 2009-08-26 | 2 | -3/+1 |
* | Reverts menu patch. | sky@chromium.org | 2009-08-26 | 2 | -1/+3 |
* | Gets bookmark menu working on linux. There are just a handful of | sky@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Remove the unused WTL::CRect from window_delegate.h. | maruel@chromium.org | 2009-08-22 | 1 | -5/+0 |
* | Makes Path::CreateGdkRegion return NULL for empty paths. Without this | sky@chromium.org | 2009-08-19 | 1 | -1/+4 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 2 | -1/+16 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 1 | -14/+2 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -24/+8 |
* | Fixes the Linux build break. | klink@chromium.org | 2009-07-28 | 1 | -4/+0 |
* | Adds additional MSAA information to fill in a few gaps in the hierarchy. | klink@chromium.org | 2009-07-28 | 2 | -0/+27 |
* | Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ... | ben@chromium.org | 2009-07-25 | 2 | -16/+47 |
* | Theme reset fixes. | glen@chromium.org | 2009-07-24 | 1 | -4/+5 |
* | Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin. | pkasting@chromium.org | 2009-07-24 | 2 | -42/+0 |
* | Make the Clear Browsing Data dialog box look a little nicer. | ben@chromium.org | 2009-07-24 | 1 | -13/+20 |
* | Resurrect toolkit_views build. | ben@chromium.org | 2009-07-21 | 1 | -0/+2 |
* | Fix crash on older versions of windows that don't have DWM APIs. | ben@chromium.org | 2009-07-20 | 1 | -8/+12 |
* | Fix frame turning black when reseting theme. Also simplifies the frame | ben@chromium.org | 2009-07-18 | 1 | -32/+27 |
* | Fix: Position always off-screen when starting up | yuzo@chromium.org | 2009-07-09 | 1 | -1/+2 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 1 | -0/+0 |
* | Inverted logic in UseNativeFrame meant all constrained windows were opened wi... | ben@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Convert menu strings to UTF16, fix some views-GTK build errors. | brettw@chromium.org | 2009-07-02 | 1 | -1/+1 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Fix ifdef that was triggering a NOTIMPLEMENTED in browser tests. | jcampan@chromium.org | 2009-06-23 | 1 | -2/+2 |
* | For consistency, stop using the workarea coordinate in | yuzo@chromium.org | 2009-06-23 | 2 | -15/+34 |
* | Fix dialog edges - error was because we made the top edges the same height bu... | glen@chromium.org | 2009-06-23 | 1 | -6/+2 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -1/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Hook up "clear browsing data" dialog. It looks like ass right now. The intent... | ben@chromium.org | 2009-06-18 | 3 | -27/+52 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 1 | -1/+1 |
* | Show caption area context menu on mouseup, not mousedown. Original patch by ... | pkasting@chromium.org | 2009-06-11 | 2 | -4/+44 |
* | Makes it possible for Widget's on GTK to have a transparent | sky@chromium.org | 2009-06-08 | 1 | -1/+1 |
* | 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 |