| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 8 | -22/+0 |
* | Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T... | johnnyg@chromium.org | 2010-04-23 | 2 | -0/+6 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 9 | -102/+329 |
* | Fix recursive calls to PaintNow under gtk2.18.3 and up. | oshima@chromium.org | 2010-04-23 | 1 | -1/+8 |
* | Submitting for dtseng. Ensure that the variant out param gets properly | dmazzoni@chromium.org | 2010-04-23 | 1 | -0/+3 |
* | Gets rid of the annoying white dot in the upper left corner of all | sky@chromium.org | 2010-04-23 | 2 | -1/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 9 | -329/+102 |
* | Add EnableDoubleBuffer to WidgetGtk | oshima@chromium.org | 2010-04-21 | 3 | -10/+35 |
* | Fix valgrind memory leak complain in ViewTest | xiyuan@chromium.org | 2010-04-21 | 1 | -0/+6 |
* | Polish ChromeOS options dialog: | xiyuan@chromium.org | 2010-04-21 | 5 | -4/+35 |
* | Defer WidgetGtk's focus manager destruction | xiyuan@chromium.org | 2010-04-20 | 4 | -5/+124 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 7 | -6/+40 |
* | Enable CustomButton users to call SetEnabled(false) even when |show_highlight... | yusukes@google.com | 2010-04-20 | 4 | -20/+23 |
* | Fix Chrome overlapping an autohide taskbar in certain cases. Original patch ... | pkasting@chromium.org | 2010-04-19 | 1 | -0/+17 |
* | A quick fix for Issue 34970. | hbono@chromium.org | 2010-04-19 | 7 | -4/+34 |
* | Hover buttons for notification. | oshima@chromium.org | 2010-04-16 | 1 | -6/+16 |
* | Fixes possible crash if the window hosting a menu was closed while the | sky@chromium.org | 2010-04-16 | 17 | -202/+354 |
* | Add style to clip children which reduces flashing when the tab control is res... | jcivelli@google.com | 2010-04-16 | 1 | -1/+2 |
* | views: Implement a TODO to convert all the callers of the deprecated | satorux@chromium.org | 2010-04-16 | 3 | -26/+2 |
* | Use a widget as drag icon for proper transparency handling. | xiyuan@chromium.org | 2010-04-14 | 1 | -5/+62 |
* | Make views menu have a similar look and feel of native menu on ChromeOS: | xiyuan@chromium.org | 2010-04-13 | 3 | -0/+42 |
* | Add more variations to Widget example. | oshima@chromium.org | 2010-04-13 | 2 | -55/+180 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 2 | -50/+34 |
* | [Linux Views] Handle focus in event of native views and controls correctly. | suzhe@chromium.org | 2010-04-12 | 4 | -22/+24 |
* | Fixes bugs in new tab strip animations where they weren't doing the | sky@chromium.org | 2010-04-09 | 1 | -0/+3 |
* | Add newline to EOF to fix CrOS builder. | glen@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Make the bottom edges of the opaque frame rounded. | glen@chromium.org | 2010-04-09 | 4 | -18/+71 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 21 | -45/+141 |
* | Fix client edge insets for fullscreen mode. we were incorrectly insetting the... | ben@chromium.org | 2010-04-09 | 1 | -3/+4 |
* | Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ... | chocobo@chromium.org | 2010-04-08 | 1 | -1/+0 |
* | Tweaks to BoundsAnimator/SlideAnimation and TabStrip: | sky@chromium.org | 2010-04-07 | 3 | -28/+215 |
* | Allow SetAlwaysOnTop() before GtkWidget creation. | oshima@chromium.org | 2010-04-07 | 2 | -3/+12 |
* | Fix a bug that caused a crash by NULL pointer dereference. | satorux@chromium.org | 2010-04-07 | 1 | -3/+7 |
* | Relanding: | oshima@chromium.org | 2010-04-06 | 1 | -1/+6 |
* | Revert 43692 - Adds some debugging info in hopes of tracking leak in | sky@chromium.org | 2010-04-06 | 1 | -11/+0 |
* | Adds some debugging info in hopes of tracking leak in | sky@chromium.org | 2010-04-06 | 1 | -0/+11 |
* | Revert "BookmarkBarView tests fixes" | oshima@chromium.org | 2010-04-05 | 1 | -7/+1 |
* | Move utility method for embedding links in texts from about_chrome_view to a ... | mirandac@chromium.org | 2010-04-05 | 3 | -0/+244 |
* | BookmarkBarView tests fixes | oshima@chromium.org | 2010-04-05 | 1 | -1/+7 |
* | Add options for controlling horizontal and vertical lines in TableView2. | satorux@chromium.org | 2010-04-05 | 4 | -9/+78 |
* | Fixes leak in boundsanimator. | sky@chromium.org | 2010-04-04 | 1 | -1/+1 |
* | Fix Regression for Accessible Names appearing as NAMELESS. | mhm@chromium.org | 2010-04-04 | 6 | -22/+2 |
* | Changes tab strip to use BoundsAnimator for tab strip animations and | sky@chromium.org | 2010-04-03 | 1 | -5/+5 |
* | Adds 'default' check to profiles, allows opening/closing profile by clicking ... | georgey@chromium.org | 2010-04-03 | 1 | -1/+2 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 18 | -142/+26 |
* | Remove the change that was checked in by accident. | oshima@chromium.org | 2010-04-03 | 2 | -17/+0 |
* | * WidgetGtk::OnKeyPressed never called on window because the signal handler | oshima@chromium.org | 2010-04-02 | 3 | -12/+76 |
* | Adds AnimationContainer, which can be used to group a set of | sky@chromium.org | 2010-04-01 | 2 | -84/+291 |
* | Fix number of arguments to gtk callback macro. | dmazzoni@chromium.org | 2010-04-01 | 2 | -7/+5 |
* | views: Implement a TODO to test the Accessible Name feature for the ProgressB... | ctguil@chromium.org | 2010-03-31 | 1 | -1/+8 |