| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor widget methods to support desktop notifications, including GTK stubs. | johnnyg@chromium.org | 2009-10-26 | 5 | -12/+68 |
* | Assertion failure fix | oshima@chromium.org | 2009-10-26 | 1 | -3/+5 |
* | Makes it so that when a folder is open on the bookmark bar and the | sky@chromium.org | 2009-10-26 | 14 | -84/+202 |
* | Previous change to label caused incorrect layout in Windows. | davemoore@chromium.org | 2009-10-24 | 1 | -6/+1 |
* | Get the About panel to align its links correctly, | davemoore@chromium.org | 2009-10-23 | 1 | -1/+6 |
* | Make sure the RootView is sized to the correct bounds when the opaque frame i... | ben@chromium.org | 2009-10-23 | 4 | -30/+97 |
* | The TableViewObserver::OnKeyDown method signature was changed recently and | jcampan@chromium.org | 2009-10-23 | 3 | -2/+5 |
* | Enable System Context Menu for linux views. | oshima@chromium.org | 2009-10-22 | 5 | -29/+46 |
* | Re-enable the paint_center option in ImagePainter. | johnnyg@chromium.org | 2009-10-21 | 2 | -5/+20 |
* | Make gtk menu block on call to RunMenuAt. | chocobo@google.com | 2009-10-21 | 4 | -6/+35 |
* | Implement dragging icon for dragging bookmarks in views/gtk. | skrul@google.com | 2009-10-21 | 3 | -5/+49 |
* | When opening Chrome maximized with an application window already | jcampan@chromium.org | 2009-10-21 | 1 | -1/+1 |
* | Fix bubbles deactivating the opaque frame. | ben@chromium.org | 2009-10-20 | 2 | -2/+11 |
* | Remove +x bit from files that shouldn't have it. | evan@chromium.org | 2009-10-20 | 1 | -0/+0 |
* | Porting the view examples to Windows. | jcampan@chromium.org | 2009-10-20 | 15 | -315/+372 |
* | Change expectations for linux views multiline label tests to expect NO_ELLIPSIS. | davemoore@chromium.org | 2009-10-19 | 1 | -0/+35 |
* | Do work necessary to make Views About panel work on Chrome OS. This is to be ... | davemoore@chromium.org | 2009-10-19 | 4 | -8/+15 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -3/+1 |
* | Ensure that accessibility information from native views like the autocomplete... | ananta@chromium.org | 2009-10-16 | 1 | -3/+6 |
* | Fix flickering checkboxes | cpu@chromium.org | 2009-10-16 | 1 | -1/+1 |
* | In some cases, a WidgetWin can get activated/deactivated | jcampan@chromium.org | 2009-10-16 | 1 | -0/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 2 | -40/+3 |
* | Reverted 29258. | akalin@chromium.org | 2009-10-16 | 2 | -3/+40 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 2 | -40/+3 |
* | Reverted 29255. | akalin@chromium.org | 2009-10-16 | 2 | -3/+40 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 2 | -40/+3 |
* | Reverted 29253. | akalin@chromium.org | 2009-10-16 | 2 | -3/+40 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 2 | -40/+3 |
* | TBR: nick@chromium.org | akalin@chromium.org | 2009-10-16 | 2 | -3/+40 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 2 | -40/+3 |
* | Fix a whole category of frame switching bugs relating to the window z-order b... | ben@chromium.org | 2009-10-15 | 3 | -19/+29 |
* | Add ChromeOS controls to BrowserView | oshima@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Fixes regression in menu button. I converted a call from GetWidget to | sky@chromium.org | 2009-10-14 | 5 | -9/+15 |
* | 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 | 3 | -1/+19 |
* | Couple of views/gtk tweaks: | sky@chromium.org | 2009-10-13 | 5 | -43/+72 |
* | Use predefined color names where possible for clarity. Also use "SkColorSetA... | pkasting@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | 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 |
* | Adds code to reset cursor on leave. We need to do this or cursor can | sky@chromium.org | 2009-10-13 | 2 | -0/+9 |
* | 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 | 3 | -19/+1 |
* | Add explicit dependency to x11. This comes from webkit as well, but views/gtk... | oshima@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Converts some uses of native_view to native_window. This is necessitated | sky@chromium.org | 2009-10-12 | 11 | -41/+34 |
* | AppendText was appending twice due to bad merge happened in the past. | oshima@chromium.org | 2009-10-12 | 2 | -5/+8 |
* | Gets blocked popups to work on views/gtk. I had to fix a couple of | sky@chromium.org | 2009-10-12 | 3 | -1/+19 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 19 | -25/+24 |
* | Partially revert r28629. | craig.schlenter@chromium.org | 2009-10-10 | 1 | -1/+0 |
* | Accessibility information from the renderer was not being returned to tools l... | ananta@chromium.org | 2009-10-10 | 5 | -1/+111 |
* | The textfield's text was not updated when text is updated by input. | oshima@chromium.org | 2009-10-09 | 2 | -4/+29 |