| Commit message (Expand) | Author | Age | Files | Lines |
* | Gets link to compile on linux. | sky@chromium.org | 2009-05-23 | 3 | -3/+21 |
* | Makes FindBarWin buildable on linux. FindBarWin should be renamed to | sky@chromium.org | 2009-05-23 | 5 | -10/+48 |
* | Some more porting of browser_views. | brettw@chromium.org | 2009-05-22 | 1 | -6/+3 |
* | Remove some dependencies on Windows-specific files in BrowserView. The usage | brettw@chromium.org | 2009-05-22 | 2 | -0/+9 |
* | Middle clicking on a bookmark from the bookmark manager now | brettw@google.com | 2009-05-22 | 2 | -0/+24 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 9 | -24/+11 |
* | Add forgotted files from previous change. This makes a semi-cross-platform | brettw@chromium.org | 2009-05-21 | 2 | -4/+49 |
* | Fixes toolkit_views build on linux. | sky@chromium.org | 2009-05-21 | 1 | -3/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 9 | -8/+23 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 9 | -23/+8 |
* | Minor gtk-views cleanup: | sky@chromium.org | 2009-05-20 | 9 | -23/+177 |
* | Update views deps to reflect new string source. | ben@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 11 | -67/+66 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 11 | -66/+67 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 11 | -67/+66 |
* | Convert views to gyp. | ben@chromium.org | 2009-05-20 | 2 | -915/+291 |
* | Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ... | jam@chromium.org | 2009-05-20 | 4 | -24/+0 |
* | 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 |