summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* A couple comment changes -- update an out of date comment and add a note abou...pkasting@chromium.org2009-09-032-2/+7
* Fix the Back and Forwards button broken in 23101idanan@chromium.org2009-09-031-4/+4
* Lands http://codereview.chromium.org/185003 for Oshima:sky@chromium.org2009-09-023-0/+237
* Lands http://codereview.chromium.org/172098 for Oshima:sky@chromium.org2009-09-023-6/+9
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-0111-79/+199
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-0111-64/+126
* Make native button wrapper construction return the new wrapper rather thanbrettw@chromium.org2009-09-016-19/+30
* Fix bug where the tooltip would not be erased if it had been non-empty and th...pkasting@chromium.org2009-08-311-4/+4
* Lands 176025 from Oshima:sky@chromium.org2009-08-315-15/+86
* Make the views bookmark bubble work on GTK.brettw@chromium.org2009-08-285-8/+76
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-2811-61/+168
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-14/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-3/+14
* Reafactor Textfield to bring the native widget handling more in line with whatbrettw@chromium.org2009-08-284-20/+48
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-2614-65/+227
* Reverts menu patch.sky@chromium.org2009-08-2614-227/+65
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-2613-63/+227
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-2426-4419/+1127
* Try to fix the ChromeOS build. This tries to add a views dependency for brows...brettw@chromium.org2009-08-221-3/+4
* Remove the unused WTL::CRect from window_delegate.h.maruel@chromium.org2009-08-221-5/+0
* Adds support and exposure of additional accessibility roles. Includes naming ...klink@chromium.org2009-08-224-1/+22
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-2010-3/+3971
* Makes Path::CreateGdkRegion return NULL for empty paths. Without thissky@chromium.org2009-08-191-1/+4
* Relands drop support:sky@chromium.org2009-08-198-20/+688
* Reverting 23645.jhawkins@chromium.org2009-08-183-28/+39
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-188-688/+20
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-188-20/+688
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-183-39/+28
* Factor out views::Combobox::Model so that it can be used cross-platform.mattm@chromium.org2009-08-184-22/+18
* Revert "Reverting 23406" as it didn't break any tests.jhawkins@chromium.org2009-08-141-33/+33
* Reverting 23406.levin@chromium.org2009-08-141-33/+33
* Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-141-33/+33
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-124-14/+20
* Implements WidgetGtk::SetOpacity.sky@chromium.org2009-08-122-3/+13
* Lands http://codereview.chromium.org/159838 for Pierre-Antoine. From him:sky@chromium.org2009-08-114-11/+41
* Removes bogus comments in WidgetGtk::GetBounds.sky@chromium.org2009-08-111-9/+2
* Lands http://codereview.chromium.org/165271 for tedoc. From tedoc:sky@chromium.org2009-08-111-1/+1
* Removes calls to RootView methods that were removed.sky@chromium.org2009-08-111-3/+0
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-1115-241/+386
* Fixes bug in previous change. In AcceleratorHandler if there is nosky@chromium.org2009-08-111-0/+1
* Fixes bug in AcceleratorHandler. It's possible to get events for GtkWidgetssky@chromium.org2009-08-071-0/+5
* Factor out window creation into base::WindowImpl. This class will be used in...jhawkins@chromium.org2009-08-072-238/+47
* Ensure that popups windows are not themed.mirandac@chromium.org2009-08-072-1/+16
* Fix a BAD_OVERRIDE defect reported by Coverity. Change thewtc@chromium.org2009-08-061-1/+1
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-0/+3
* Fixing a compilation error in toolkit_views.jcampan@chromium.org2009-08-041-3/+5
* Committing pierre.lafayette patch, see:jcampan@chromium.org2009-08-042-0/+32
* Making the focus manager unit-tests less Windows specific.jcampan@chromium.org2009-08-041-76/+56
* Adding registration of accelerators for the browser in toolkit_views.jcampan@chromium.org2009-08-032-3/+3
* Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut...ben@chromium.org2009-08-012-19/+18