summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-272-6/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2616-0/+16
* [Linux Views]Handle focus traversing correctly.suzhe@chromium.org2010-07-203-1/+86
* Use the WS_EX_NOACTIVATE flag for popup widgets. This is essentially a no-op...johnnyg@chromium.org2010-07-201-1/+1
* GTK: Minimize usage of gtk headers.erg@chromium.org2010-07-082-4/+14
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-072-96/+0
* Re-land r51526mnissler@chromium.org2010-07-052-0/+15
* Move WindowImpl to gfx so I can use it there for canvas unit tests.ben@chromium.org2010-07-021-2/+2
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-022-15/+0
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-022-0/+15
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-291-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-254-14/+12
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-244-12/+14
* Canvas refactoring part 3.ben@chromium.org2010-06-244-14/+12
* Canvas refactoring part 2.ben@chromium.org2010-06-233-3/+5
* Canvas refactoring part 1.ben@chromium.org2010-06-221-5/+5
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-221-0/+6
* *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh...oshima@chromium.org2010-06-192-0/+12
* Keep a cache of all views that have sent notifications. This ensures that Ac...dtseng@chromium.org2010-06-182-3/+61
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-186-269/+17
* Attempt 2 at:sky@chromium.org2010-06-152-0/+96
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-152-95/+0
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-152-0/+95
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-143-4/+18
* Fix tooltip wrap problem per chromium-os:4042xiyuan@chromium.org2010-06-141-5/+0
* Draw transparent background on window_content() only for TYPE_CHILD.oshima@chromium.org2010-06-111-2/+2
* 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