summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* Measure the sync wizard dialog in appropriate units:nick@chromium.org2009-10-082-6/+34
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-073-45/+10
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-291-7/+0
* See original review atjcampan@chromium.org2009-09-291-0/+7
* Change the way the NonClientView handles forcing the native frame for popups/...ben@chromium.org2009-09-282-19/+17
* Pulls ActiveWindowWatcher into app so that we can use it insky@chromium.org2009-09-282-22/+28
* Implement BrowserList::AllBrowsersClosed for Linux.tony@chromium.org2009-09-241-1/+3
* Reapply the change from r8062 to fix the Windows Classic maximized window reg...pkasting@chromium.org2009-09-241-4/+15
* Changes from listening to focus-out/focus-in for active status tosky@chromium.org2009-09-242-3/+28
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-223-17/+16
* Lands http://codereview.chromium.org/193032 for Charlie:sky@chromium.org2009-09-151-10/+13
* Implements WindowGtk::CloseAllSecondaryWindows.sky@chromium.org2009-09-094-16/+30
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-034-4/+5
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-262-3/+1
* Reverts menu patch.sky@chromium.org2009-08-262-1/+3
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-261-1/+1
* Remove the unused WTL::CRect from window_delegate.h.maruel@chromium.org2009-08-221-5/+0
* Makes Path::CreateGdkRegion return NULL for empty paths. Without thissky@chromium.org2009-08-191-1/+4
* Ensure that popups windows are not themed.mirandac@chromium.org2009-08-072-1/+16
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-14/+2
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-24/+8
* Fixes the Linux build break.klink@chromium.org2009-07-281-4/+0
* Adds additional MSAA information to fill in a few gaps in the hierarchy.klink@chromium.org2009-07-282-0/+27
* Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ...ben@chromium.org2009-07-252-16/+47
* Theme reset fixes.glen@chromium.org2009-07-241-4/+5
* Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.pkasting@chromium.org2009-07-242-42/+0
* Make the Clear Browsing Data dialog box look a little nicer.ben@chromium.org2009-07-241-13/+20
* Resurrect toolkit_views build.ben@chromium.org2009-07-211-0/+2
* Fix crash on older versions of windows that don't have DWM APIs.ben@chromium.org2009-07-201-8/+12
* Fix frame turning black when reseting theme. Also simplifies the frameben@chromium.org2009-07-181-32/+27
* Fix: Position always off-screen when starting upyuzo@chromium.org2009-07-091-1/+2
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* Inverted logic in UseNativeFrame meant all constrained windows were opened wi...ben@chromium.org2009-07-081-1/+1
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-1/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Fix ifdef that was triggering a NOTIMPLEMENTED in browser tests.jcampan@chromium.org2009-06-231-2/+2
* For consistency, stop using the workarea coordinate inyuzo@chromium.org2009-06-232-15/+34
* Fix dialog edges - error was because we made the top edges the same height bu...glen@chromium.org2009-06-231-6/+2
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* Hook up "clear browsing data" dialog. It looks like ass right now. The intent...ben@chromium.org2009-06-183-27/+52
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Show caption area context menu on mouseup, not mousedown. Original patch by ...pkasting@chromium.org2009-06-112-4/+44
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-081-1/+1
* Fix crash in window shutdown by accessing the Widget via a more unique property.ben@chromium.org2009-06-051-4/+9
* Fix crash 12519: in views::DialogClientView::AcceptWindow()finnur@chromium.org2009-06-041-0/+5
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-042-27/+59