summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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