summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-1/+1
* Parts of my previous changelist didn't make it through.ben@chromium.org2009-05-211-1/+1
* Revert 16567.ben@chromium.org2009-05-211-1/+1
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-1/+1
* Minor gtk-views cleanup:sky@chromium.org2009-05-202-2/+26
* Make views/ use strings from app_strings.ben@chromium.org2009-05-202-5/+4
* revert this change, svn seems to have committed it with my property-edit.ben@chromium.org2009-05-202-4/+5
* Add generated files to svn:ignore list for views subdir.ben@chromium.org2009-05-202-5/+4
* Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidgetsky@chromium.org2009-05-191-0/+1
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-195-15/+44
* Paint dialog frames in maxmized viewglen@chromium.org2009-05-161-3/+6
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-153-3/+14
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-155-28/+28
* ChromeFont->gfx::Fontbeng@google.com2009-05-155-10/+10
* Change the way button width is calculated for the button. Currently, for the ...jshin@chromium.org2009-05-151-2/+4
* Fix bustage... some more traces of always-on-top I forgot to remove.beng@google.com2009-05-142-6/+0
* Move Always On Top setting out of Window/WindowDelegate and into task manager...beng@google.com2009-05-147-131/+27
* Remove even more ATL dependencies.maruel@chromium.org2009-05-142-7/+6
* The dialogs would size their width to their contents (and a minimum size).jcampan@chromium.org2009-05-131-0/+20
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-132-6/+7
* Remove even more ATL dependencies.maruel@chromium.org2009-05-132-7/+6
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Removing floating views, they are not used anymore.jcampan@chromium.org2009-05-112-8/+1
* Add a new ViewsDelegate interface and implementation in the windows browser UI.ben@chromium.org2009-05-101-37/+13
* Use the non-native frame when using themes even on Aero Glass.ben@chromium.org2009-05-091-0/+2
* Revert custom frame view to resourcebundle to get the tests passing. Convert ...glen@chromium.org2009-05-091-37/+37
* This is the first pass at themes.glen@chromium.org2009-05-092-198/+82
* Move win_util.h from common to app.ben@chromium.org2009-05-083-3/+3
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* fix checkdeps bustageben@chromium.org2009-05-081-1/+1
* Resurrect Scott's WindowGtk changes.ben@chromium.org2009-05-087-1/+355
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-0818-0/+4449