summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Use RECT instead of CRect to reduce dependencies on ATL.jhawkins@chromium.org2009-09-091-20/+22
* Lands http://codereview.chromium.org/198010 for Oshima:sky@chromium.org2009-09-092-5/+14
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-098-27/+67
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-2/+3
* Fix some gcc 4.4 issues when compiling with toolkit_views.craig.schlenter@chromium.org2009-09-071-2/+2
* Removing ATL dependencies from two files.finnur@chromium.org2009-09-032-12/+7
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-036-21/+76
* Uses POINT instead of CPoint to reduce the dependency in ATL.scherkus@chromium.org2009-09-037-14/+10
* 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-022-0/+235
* Lands http://codereview.chromium.org/172098 for Oshima:sky@chromium.org2009-09-022-5/+8
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-013-0/+31
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-018-52/+84
* Make native button wrapper construction return the new wrapper rather thanbrettw@chromium.org2009-09-016-19/+30
* Lands 176025 from Oshima:sky@chromium.org2009-08-315-15/+86
* Make the views bookmark bubble work on GTK.brettw@chromium.org2009-08-284-7/+75
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-283-25/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* 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-2611-61/+222
* Reverts menu patch.sky@chromium.org2009-08-2611-222/+61
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-2611-61/+222
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-2423-4403/+1086
* Adds support and exposure of additional accessibility roles. Includes naming ...klink@chromium.org2009-08-222-1/+19
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-209-0/+3954
* Reverting 23645.jhawkins@chromium.org2009-08-181-22/+29
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-181-29/+22
* Factor out views::Combobox::Model so that it can be used cross-platform.mattm@chromium.org2009-08-183-16/+11
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-4/+7
* Lands http://codereview.chromium.org/159838 for Pierre-Antoine. From him:sky@chromium.org2009-08-114-11/+41
* Lands http://codereview.chromium.org/165271 for tedoc. From tedoc:sky@chromium.org2009-08-111-1/+1
* 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
* Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut...ben@chromium.org2009-08-012-19/+18
* Fixes possible crash in bookmark menus. Specifically if you had a menusky@chromium.org2009-07-312-3/+10
* Fix for an error reported by Coverity.jcampan@chromium.org2009-07-242-8/+10
* Make the bookmark buttons follow theme changes correctly.glen@chromium.org2009-07-241-9/+0
* Make the Clear Browsing Data dialog box look a little nicer.ben@chromium.org2009-07-247-12/+42
* Adds MSAA information to various (previously uncovered) bits of the UI, inclu...klink@chromium.org2009-07-231-1/+1
* Fix bug introduced by my clipping changes - when you switched tabs the tab ar...ben@chromium.org2009-07-231-0/+1
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-236-68/+147
* Fix two crashers with TOOLKIT_VIEWS build:ben@chromium.org2009-07-211-2/+7
* Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.jcampan@chromium.org2009-07-215-114/+374
* SingleSplitView: survive minimize / restore when resize changes leading bounds.pfeldman@chromium.org2009-07-161-8/+18
* Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....ben@chromium.org2009-07-151-2/+3
* Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...jshin@chromium.org2009-07-141-2/+2
* Add 'resize_leading_on_bounds_change' property into the SingleSplitView.pfeldman@chromium.org2009-07-092-1/+28
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* Use different cursors for horizontal and vertical splits. (cursor was static ...pfeldman@chromium.org2009-07-081-3/+3