summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-042-0/+111
* Implement custom window shapes as provided by the NonClientView in WindowGtk.ben@chromium.org2009-06-042-1/+25
* Fix for crash when changing frame on non-DWM systems.glen@chromium.org2009-06-031-0/+7
* Fixes a couple of bugs encountered in getting info bubbles to work:sky@chromium.org2009-06-022-1/+3
* Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetksky@chromium.org2009-06-012-12/+2
* Remove warning about IsFullScreen() not being implented and davemoore@chromium.org2009-06-012-19/+36
* Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win...ben@chromium.org2009-05-312-0/+10
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-315-62/+75
* Make DialogClientView compile on Linux.ben@chromium.org2009-05-291-2/+41
* More Linux linking issues fixed.brettw@chromium.org2009-05-281-0/+5
* Bring theme_frame back into chrome/ and change theme_frame to frame in app/glen@chromium.org2009-05-281-14/+14
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-263-13/+6
* Implement IsMinimized() and IsMaximized() for view gtkdavemoore@chromium.org2009-05-252-4/+28