summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Draw composited widget's content only after something is drawn.oshima@chromium.org2010-06-091-5/+9
* MessageBubble which does not require separate window and does not grab input ...oshima@chromium.org2010-06-072-13/+14
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-055-0/+28
* Create CompositePainter once for a widget instead of ref count.oshima@chromium.org2010-06-021-26/+14
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-022-20/+1
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-201-2/+2
* Clear password field when navigating though users on the login screen.nkostylev@google.com2010-05-203-3/+12
* A crasher would sometimes happen when opening a selet file dialogjcivelli@chromium.org2010-05-191-0/+5
* Host cookie modal dialog and js modal modal dialog in NativeDialogHostxiyuan@chromium.org2010-05-061-5/+9
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-052-48/+167
* Revert "Add transparency to TYPE_CHILD WidgetGtk."oshima@chromium.org2010-05-042-164/+49
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-042-49/+164
* Use customized RGBA-enabled tooltip window for tooltip on ChroemOSxiyuan@chromium.org2010-04-284-66/+155
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-1/+2
* Remove MessageLoopForUI::Observer in WidgetGtk.oshima@chromium.org2010-04-262-27/+0
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T...johnnyg@chromium.org2010-04-232-0/+6
* Fix recursive calls to PaintNow under gtk2.18.3 and up.oshima@chromium.org2010-04-231-1/+8
* Add EnableDoubleBuffer to WidgetGtkoshima@chromium.org2010-04-212-3/+26
* Defer WidgetGtk's focus manager destructionxiyuan@chromium.org2010-04-202-4/+21
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-205-0/+31
* Hover buttons for notification.oshima@chromium.org2010-04-161-6/+16
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-161-0/+3
* Use a widget as drag icon for proper transparency handling.xiyuan@chromium.org2010-04-141-5/+62
* Allow SetAlwaysOnTop() before GtkWidget creation.oshima@chromium.org2010-04-072-3/+12
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-032-14/+0
* Remove the change that was checked in by accident.oshima@chromium.org2010-04-032-17/+0
* * WidgetGtk::OnKeyPressed never called on window because the signal handleroshima@chromium.org2010-04-022-4/+26
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-236-6/+6
* Reland r41641 "Make DevTools open docked by default..."xiyuan@chromium.org2010-03-222-378/+98
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Fixes leak in WidgetGtk::OnWindowPaint.sky@chromium.org2010-03-191-0/+1
* Tweaks for login panels:sky@chromium.org2010-03-191-2/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-174-4/+5
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-162-98/+378
* Gtk views code touch upxiyuan@chromium.org2010-03-162-6/+22
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-152-378/+98
* Move base/gfx contents to gfx/ben@chromium.org2010-03-145-5/+5
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-143-14/+20
* Initial focus fix on x11/gtkoshima@chromium.org2010-03-102-2/+9
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-18/+19
* Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ...marshall@chromium.org2010-03-101-2/+5
* Support popups that don't accept clicks in Views/Linuxdavemoore@chromium.org2010-03-092-1/+55
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-085-26/+16
* Fix build break.johnnyg@chromium.org2010-03-041-2/+2
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-046-2/+70