| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 1 | -4/+0 |
* | Fix painting problems that came up after manually calling RedrawWindow on chi... | jam@chromium.org | 2009-05-20 | 1 | -3/+6 |
* | Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidget | sky@chromium.org | 2009-05-19 | 3 | -52/+156 |
* | Removes some dead code from WidgetWin. | sky@chromium.org | 2009-05-19 | 2 | -8/+0 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 5 | -15/+44 |
* | Makes chrome_menu able to compile of Linux (the header that is). I'm | sky@chromium.org | 2009-05-18 | 2 | -38/+53 |
* | Paint dialog frames in maxmized view | glen@chromium.org | 2009-05-16 | 1 | -3/+6 |
* | Add highlight color support to label text. | erikkay@google.com | 2009-05-15 | 3 | -3/+46 |
* | Reland this change. Registers paths for the testing exe, too. | ben@chromium.org | 2009-05-15 | 1 | -1/+0 |
* | Revert 16173 | beng@google.com | 2009-05-15 | 1 | -0/+1 |
* | Move/Copy paths used by app to app_paths. | beng@google.com | 2009-05-15 | 1 | -1/+0 |
* | Displaying consecutive alerts from plugins should not hang the browser. The p... | ananta@chromium.org | 2009-05-15 | 3 | -3/+14 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 57 | -195/+203 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 22 | -62/+64 |
* | Change the way button width is calculated for the button. Currently, for the ... | jshin@chromium.org | 2009-05-15 | 1 | -2/+4 |
* | This CL fix issue 11907 -- RTL: Focus is not on the text after checking "Dele... | xji@chromium.org | 2009-05-14 | 1 | -2/+11 |
* | Fix bustage... some more traces of always-on-top I forgot to remove. | beng@google.com | 2009-05-14 | 2 | -6/+0 |
* | Move Always On Top setting out of Window/WindowDelegate and into task manager... | beng@google.com | 2009-05-14 | 9 | -146/+30 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 8 | -654/+768 |
* | Add basic checkbox support for GTK. | brettw@chromium.org | 2009-05-14 | 3 | -0/+36 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 23 | -88/+112 |
* | Reverting 15832 since this test is finished. | hbono@chromium.org | 2009-05-14 | 3 | -3/+3 |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 8 | -57/+61 |
* | Make WidgetWin redraw child windows that are in a different process asynchron... | jam@chromium.org | 2009-05-14 | 1 | -3/+30 |
* | Move tree-related classes that Linux code depends on from views/ to app/ | phajdan.jr@chromium.org | 2009-05-13 | 6 | -502/+1 |
* | The dialogs would size their width to their contents (and a minimum size). | jcampan@chromium.org | 2009-05-13 | 1 | -0/+20 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 23 | -99/+75 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 23 | -75/+99 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 20 | -22/+22 |
* | Fix a trivial typo: key for copy is 'c', not 'v'. | hamaji@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | An experimental fix for Issue 11046. | hbono@chromium.org | 2009-05-12 | 3 | -3/+3 |
* | Removing floating views, they are not used anymore. | jcampan@chromium.org | 2009-05-11 | 7 | -635/+44 |
* | Adds back some code removed during Ben's landing of views renaming. | sky@chromium.org | 2009-05-11 | 7 | -3/+424 |
* | Forgot to add these files as part of last change. | ben@chromium.org | 2009-05-10 | 1 | -0/+64 |
* | Add a new ViewsDelegate interface and implementation in the windows browser UI. | ben@chromium.org | 2009-05-10 | 7 | -53/+35 |
* | Use the non-native frame when using themes even on Aero Glass. | ben@chromium.org | 2009-05-09 | 1 | -0/+2 |
* | Random cleanups and stubs to get cross platform build going. | glen@chromium.org | 2009-05-09 | 2 | -0/+6 |
* | Revert custom frame view to resourcebundle to get the tests passing. Convert ... | glen@chromium.org | 2009-05-09 | 1 | -37/+37 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 10 | -198/+207 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 9 | -11/+7 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 13 | -50/+382 |
* | fix checkdeps bustage | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 6 | -4/+24 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 16 | -116/+643 |
* | A new DEPS file for views, designed to reduce dependencies. Removes some unne... | ben@chromium.org | 2009-05-08 | 3 | -22/+44 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 154 | -0/+41087 |