| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix toolkit_views build | ben@chromium.org | 2009-11-08 | 2 | -6/+7 |
* | blind fix for toolkit_views | ben@chromium.org | 2009-11-07 | 3 | -4/+3 |
* | Move all the stuff relating to detached tab dragging out of BrowserFrameWin a... | ben@chromium.org | 2009-11-07 | 5 | -68/+152 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 5 | -9/+7 |
* | Revert 30903 - Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 5 | -7/+9 |
* | Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 5 | -9/+7 |
* | Fix tab and button tooltips being truncated with ellipsis. | simonrad@chromium.org | 2009-10-30 | 1 | -2/+4 |
* | Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass on | sky@chromium.org | 2009-10-28 | 4 | -30/+65 |
* | Refactor widget methods to support desktop notifications, including GTK stubs. | johnnyg@chromium.org | 2009-10-26 | 5 | -12/+68 |
* | Make sure the RootView is sized to the correct bounds when the opaque frame i... | ben@chromium.org | 2009-10-23 | 2 | -19/+20 |
* | Enable System Context Menu for linux views. | oshima@chromium.org | 2009-10-22 | 2 | -22/+25 |
* | Implement dragging icon for dragging bookmarks in views/gtk. | skrul@google.com | 2009-10-21 | 1 | -4/+17 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -3/+1 |
* | In some cases, a WidgetWin can get activated/deactivated | jcampan@chromium.org | 2009-10-16 | 1 | -0/+3 |
* | Fix a whole category of frame switching bugs relating to the window z-order b... | ben@chromium.org | 2009-10-15 | 2 | -9/+17 |
* | Fixes bug in toolkit_views. We shouldn't set the theme provider for | sky@chromium.org | 2009-10-13 | 1 | -1/+2 |
* | Take 2 of getting blocked popups to work on views/gtk. My first attempt was n... | sky@chromium.org | 2009-10-13 | 2 | -0/+16 |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 2 | -8/+8 |
* | WidgetWin was an accelerator target, it does not need to. | jcampan@chromium.org | 2009-10-13 | 2 | -16/+6 |
* | Misc. cleanup for theme provider code, including: | pkasting@chromium.org | 2009-10-13 | 2 | -18/+9 |
* | Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl... | nsylvain@chromium.org | 2009-10-13 | 2 | -16/+0 |
* | Gets blocked popups to work on views/gtk. I had to fix a couple of | sky@chromium.org | 2009-10-12 | 2 | -0/+16 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 3 | -5/+5 |
* | Fix for gdk-CRITICAL message in gdk_window_process_updates of WidgetGtk::Pain... | oshima@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Enabling the default button behavior on Linux toolkit_views. | jcampan@chromium.org | 2009-10-08 | 1 | -4/+4 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -2/+2 |
* | Wires up views/gtk to use the gtk bookmark editor. | sky@chromium.org | 2009-10-07 | 2 | -0/+9 |
* | Turns on the focus traversal unit-tests and fixed some focus traversal problem: | jcampan@chromium.org | 2009-10-07 | 1 | -3/+12 |
* | Fixes compile warning. If you have a better suggestion for this, let | sky@chromium.org | 2009-10-07 | 1 | -3/+3 |
* | Converts info bubbles on views/gtk from popups to normal windows to | sky@chromium.org | 2009-10-07 | 2 | -5/+61 |
* | More views on gtk paint tweaks. My previous attempt resulted in the | sky@chromium.org | 2009-10-05 | 3 | -9/+26 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -17/+17 |
* | Relanding focus traversal on Linux toolkit views. | jcampan@chromium.org | 2009-10-01 | 4 | -4/+84 |
* | Fixes painting problems with views on Gtk. In particular during a | sky@chromium.org | 2009-09-30 | 2 | -12/+21 |
* | Fixes possible crash in tool tip manager. | sky@chromium.org | 2009-09-29 | 1 | -1/+8 |
* | Reverting 27504, it breaks the interactive ui tests on Windows. | jcampan@chromium.org | 2009-09-29 | 2 | -57/+1 |
* | See original review at | jcampan@chromium.org | 2009-09-29 | 2 | -1/+57 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -4/+6 |
* | Refactored event handler method bodies from widget_win.h to | kbr@google.com | 2009-09-28 | 2 | -99/+203 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -6/+4 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -4/+6 |
* | [Relanding erg's change with fix for toolkit_views shortcuts and | jcampan@chromium.org | 2009-09-25 | 1 | -2/+2 |
* | Implements file contents support in OSExchangeData and DropTarget | sky@chromium.org | 2009-09-23 | 1 | -22/+26 |
* | Fix for a focus related NOTREACHED when closing Chrome | jcampan@chromium.org | 2009-09-23 | 1 | -4/+9 |
* | Fix code to get widget position on screen. | chocobo@google.com | 2009-09-22 | 1 | -12/+12 |
* | Decolated window support in WidgetGtk. | oshima@chromium.org | 2009-09-22 | 2 | -6/+11 |
* | Fix BrowserFrameWin::OnMoving bad_override coverity error. | mattm@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | The focus is not restored properly when a Windows modal dialog | jcampan@chromium.org | 2009-09-14 | 2 | -1/+21 |
* | Landing oshima patch. | jcampan@chromium.org | 2009-09-10 | 1 | -0/+5 |