| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 3 | -3/+14 |
* | Reafactor Textfield to bring the native widget handling more in line with what | brettw@chromium.org | 2009-08-28 | 4 | -20/+48 |
* | Attempt 2 at landing bookmark menus. | sky@chromium.org | 2009-08-26 | 14 | -65/+227 |
* | Reverts menu patch. | sky@chromium.org | 2009-08-26 | 14 | -227/+65 |
* | Gets bookmark menu working on linux. There are just a handful of | sky@chromium.org | 2009-08-26 | 13 | -63/+227 |
* | Further refactoring of menus for GTK. I've now separated out | sky@chromium.org | 2009-08-24 | 26 | -4419/+1127 |
* | Try to fix the ChromeOS build. This tries to add a views dependency for brows... | brettw@chromium.org | 2009-08-22 | 1 | -3/+4 |
* | Remove the unused WTL::CRect from window_delegate.h. | maruel@chromium.org | 2009-08-22 | 1 | -5/+0 |
* | Adds support and exposure of additional accessibility roles. Includes naming ... | klink@chromium.org | 2009-08-22 | 4 | -1/+22 |
* | Splits the menu classes into individual files in anticipation of | sky@chromium.org | 2009-08-20 | 10 | -3/+3971 |
* | Makes Path::CreateGdkRegion return NULL for empty paths. Without this | sky@chromium.org | 2009-08-19 | 1 | -1/+4 |
* | Relands drop support: | sky@chromium.org | 2009-08-19 | 8 | -20/+688 |
* | Reverting 23645. | jhawkins@chromium.org | 2009-08-18 | 3 | -28/+39 |
* | Reverts recent patch as broke build on toolkit_views. | sky@chromium.org | 2009-08-18 | 8 | -688/+20 |
* | Adds drop support for views on gtk. As X lazily provides drop data I | sky@chromium.org | 2009-08-18 | 8 | -20/+688 |
* | Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-18 | 3 | -39/+28 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 4 | -22/+18 |
* | Revert "Reverting 23406" as it didn't break any tests. | jhawkins@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Reverting 23406. | levin@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 4 | -14/+20 |
* | Implements WidgetGtk::SetOpacity. | sky@chromium.org | 2009-08-12 | 2 | -3/+13 |
* | Lands http://codereview.chromium.org/159838 for Pierre-Antoine. From him: | sky@chromium.org | 2009-08-11 | 4 | -11/+41 |
* | Removes bogus comments in WidgetGtk::GetBounds. | sky@chromium.org | 2009-08-11 | 1 | -9/+2 |
* | Lands http://codereview.chromium.org/165271 for tedoc. From tedoc: | sky@chromium.org | 2009-08-11 | 1 | -1/+1 |
* | Removes calls to RootView methods that were removed. | sky@chromium.org | 2009-08-11 | 1 | -3/+0 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 15 | -241/+386 |
* | Fixes bug in previous change. In AcceleratorHandler if there is no | sky@chromium.org | 2009-08-11 | 1 | -0/+1 |
* | Fixes bug in AcceleratorHandler. It's possible to get events for GtkWidgets | sky@chromium.org | 2009-08-07 | 1 | -0/+5 |
* | Factor out window creation into base::WindowImpl. This class will be used in... | jhawkins@chromium.org | 2009-08-07 | 2 | -238/+47 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 2 | -1/+16 |
* | Fix a BAD_OVERRIDE defect reported by Coverity. Change the | wtc@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Make the DOMUIThemeSource load and pass through a PNG, rather than relying on... | glen@chromium.org | 2009-08-05 | 1 | -0/+3 |
* | Fixing a compilation error in toolkit_views. | jcampan@chromium.org | 2009-08-04 | 1 | -3/+5 |
* | Committing pierre.lafayette patch, see: | jcampan@chromium.org | 2009-08-04 | 2 | -0/+32 |
* | Making the focus manager unit-tests less Windows specific. | jcampan@chromium.org | 2009-08-04 | 1 | -76/+56 |
* | Adding registration of accelerators for the browser in toolkit_views. | jcampan@chromium.org | 2009-08-03 | 2 | -3/+3 |
* | Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut... | ben@chromium.org | 2009-08-01 | 2 | -19/+18 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 11 | -122/+164 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 15 | -217/+289 |
* | Fixes possible crash in bookmark menus. Specifically if you had a menu | sky@chromium.org | 2009-07-31 | 2 | -3/+10 |
* | Fixes the Linux build break. | klink@chromium.org | 2009-07-28 | 1 | -4/+0 |
* | Adds additional MSAA information to fill in a few gaps in the hierarchy. | klink@chromium.org | 2009-07-28 | 4 | -0/+30 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -12/+0 |
* | Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ... | ben@chromium.org | 2009-07-25 | 2 | -16/+47 |
* | Theme reset fixes. | glen@chromium.org | 2009-07-24 | 1 | -4/+5 |
* | Fix for an error reported by Coverity. | jcampan@chromium.org | 2009-07-24 | 2 | -8/+10 |
* | Make the bookmark buttons follow theme changes correctly. | glen@chromium.org | 2009-07-24 | 1 | -9/+0 |
* | Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin. | pkasting@chromium.org | 2009-07-24 | 3 | -47/+0 |
* | Make the Clear Browsing Data dialog box look a little nicer. | ben@chromium.org | 2009-07-24 | 8 | -25/+62 |