| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 2 | -6/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 16 | -0/+16 |
* | [Linux Views]Handle focus traversing correctly. | suzhe@chromium.org | 2010-07-20 | 3 | -1/+86 |
* | Use the WS_EX_NOACTIVATE flag for popup widgets. This is essentially a no-op... | johnnyg@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | GTK: Minimize usage of gtk headers. | erg@chromium.org | 2010-07-08 | 2 | -4/+14 |
* | Bye bye tab close dot, we hardly knew you. | sky@chromium.org | 2010-07-07 | 2 | -96/+0 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 2 | -0/+15 |
* | Move WindowImpl to gfx so I can use it there for canvas unit tests. | ben@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 2 | -15/+0 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 2 | -0/+15 |
* | Canvas refactoring Phase 4a: | ben@chromium.org | 2010-06-29 | 1 | -2/+2 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 4 | -14/+12 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 4 | -12/+14 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 4 | -14/+12 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 3 | -3/+5 |
* | Canvas refactoring part 1. | ben@chromium.org | 2010-06-22 | 1 | -5/+5 |
* | Fixes possible crash in menus and makes widgetgtk not send out | sky@chromium.org | 2010-06-22 | 1 | -0/+6 |
* | *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh... | oshima@chromium.org | 2010-06-19 | 2 | -0/+12 |
* | Keep a cache of all views that have sent notifications. This ensures that Ac... | dtseng@chromium.org | 2010-06-18 | 2 | -3/+61 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 6 | -269/+17 |
* | Attempt 2 at: | sky@chromium.org | 2010-06-15 | 2 | -0/+96 |
* | Revert 49795 - Changes the tab close button to a dot, unless you're near the ... | sky@chromium.org | 2010-06-15 | 2 | -95/+0 |
* | Changes the tab close button to a dot, unless you're near the button | sky@chromium.org | 2010-06-15 | 2 | -0/+95 |
* | Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... | johnnyg@chromium.org | 2010-06-14 | 3 | -4/+18 |
* | Fix tooltip wrap problem per chromium-os:4042 | xiyuan@chromium.org | 2010-06-14 | 1 | -5/+0 |
* | Draw transparent background on window_content() only for TYPE_CHILD. | oshima@chromium.org | 2010-06-11 | 1 | -2/+2 |
* | Draw composited widget's content only after something is drawn. | oshima@chromium.org | 2010-06-09 | 1 | -5/+9 |
* | MessageBubble which does not require separate window and does not grab input ... | oshima@chromium.org | 2010-06-07 | 2 | -13/+14 |
* | Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds); | oshima@chromium.org | 2010-06-05 | 5 | -0/+28 |
* | Create CompositePainter once for a widget instead of ref count. | oshima@chromium.org | 2010-06-02 | 1 | -26/+14 |
* | views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk. | tfarina@chromium.org | 2010-06-02 | 2 | -20/+1 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | Elide the EV bubble when it's extremely long. This limits it to half the loc... | pkasting@chromium.org | 2010-05-20 | 1 | -2/+2 |
* | Clear password field when navigating though users on the login screen. | nkostylev@google.com | 2010-05-20 | 3 | -3/+12 |
* | A crasher would sometimes happen when opening a selet file dialog | jcivelli@chromium.org | 2010-05-19 | 1 | -0/+5 |
* | Host cookie modal dialog and js modal modal dialog in NativeDialogHost | xiyuan@chromium.org | 2010-05-06 | 1 | -5/+9 |
* | Add transparency to TYPE_CHILD WidgetGtk. | oshima@chromium.org | 2010-05-05 | 2 | -48/+167 |
* | Revert "Add transparency to TYPE_CHILD WidgetGtk." | oshima@chromium.org | 2010-05-04 | 2 | -164/+49 |
* | Add transparency to TYPE_CHILD WidgetGtk. | oshima@chromium.org | 2010-05-04 | 2 | -49/+164 |
* | Use customized RGBA-enabled tooltip window for tooltip on ChroemOS | xiyuan@chromium.org | 2010-04-28 | 4 | -66/+155 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -1/+2 |
* | Remove MessageLoopForUI::Observer in WidgetGtk. | oshima@chromium.org | 2010-04-26 | 2 | -27/+0 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T... | johnnyg@chromium.org | 2010-04-23 | 2 | -0/+6 |
* | Fix recursive calls to PaintNow under gtk2.18.3 and up. | oshima@chromium.org | 2010-04-23 | 1 | -1/+8 |
* | Add EnableDoubleBuffer to WidgetGtk | oshima@chromium.org | 2010-04-21 | 2 | -3/+26 |
* | Defer WidgetGtk's focus manager destruction | xiyuan@chromium.org | 2010-04-20 | 2 | -4/+21 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 5 | -0/+31 |
* | Hover buttons for notification. | oshima@chromium.org | 2010-04-16 | 1 | -6/+16 |