summaryrefslogtreecommitdiffstats
path: root/views/examples/widget_example.h
Commit message (Expand)AuthorAgeFilesLines
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-6/+3
* views: Move the implementation of WidgetExample to the source file.tfarina@chromium.org2011-02-071-150/+17
* views: Move box_layout.[cc,h] into the new layout directory.tfarina@chromium.org2011-01-221-2/+2
* Display an infobar when content settings were created.jochen@chromium.org2010-08-201-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Display warning banner in Win preferences dialog for managed options.mnissler@chromium.org2010-07-061-4/+6
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-1/+2
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-4/+3
* views: Move BoxLayout class into views/examples directory.tfarina@chromium.org2010-05-281-57/+15
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-051-9/+29
* Revert "Add transparency to TYPE_CHILD WidgetGtk."oshima@chromium.org2010-05-041-29/+9
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-041-9/+29
* Add more variations to Widget example.oshima@chromium.org2010-04-131-54/+168
* Compute where to place a popup widget in WidgetExample.satorux@chromium.org2009-12-091-1/+12
* Add views/examples/widget_example.h.satorux@google.com2009-11-191-0/+87