summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Add support for vertical split into SingleSplitView.pfeldman@chromium.org2009-06-242-40/+91
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-1/+3
* Revert :nsylvain@chromium.org2009-06-226-6/+11
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-206-11/+6
* Reverting 18872.jcampan@chromium.org2009-06-196-6/+11
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-196-11/+6
* Lands http://codereview.chromium.org/131064 for tedoc2000.sky@chromium.org2009-06-181-0/+4
* Adds a widget that when clicked creates a new browser window. It's notsky@chromium.org2009-06-171-1/+1
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-174-60/+30
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-167-311/+14
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-0/+2
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-155-53/+162
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-125-32/+72
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-126-11/+34
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-3/+12
* Add back 'WS_VSCROLL' flag when creating a combobox window. Without it, the d...jshin@chromium.org2009-06-111-1/+5
* Restricts the creation of RadioButton to specify an group-id.jcampan@chromium.org2009-06-102-8/+6
* Fixes crash in menu. It's possible for the WM_MENUSELECT to pass insky@chromium.org2009-06-101-0/+3
* Gets linux2 to compile again.sky@chromium.org2009-06-102-1/+3
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-099-50/+137
* This CL adds some more FocusManager unit-tests.jcampan@chromium.org2009-06-096-1/+14
* forgot this file in last CLben@chromium.org2009-06-081-0/+44
* A new menu system for views.ben@chromium.org2009-06-088-0/+1210
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-081-5/+11
* Fixes bug introduced during menu refactoring. Specifically thesky@chromium.org2009-06-053-4/+16
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-045-14/+26
* Reland of r17500:glen@chromium.org2009-06-042-3/+36
* Add ability to theme our buttons.glen@chromium.org2009-06-042-1/+20
* Fix broken separator sizing and positioning.ben@chromium.org2009-06-031-1/+2
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-034-12/+10
* Recent refactoring of the combobox had broken focus.jcampan@chromium.org2009-06-032-0/+5
* Revert r17500glen@chromium.org2009-06-032-36/+3
* Theme our bookmark bar buttons.glen@chromium.org2009-06-032-3/+36
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Properly initialize the native wrapper to NULL to avoid a crash. Also re-enab...ben@chromium.org2009-06-021-1/+1
* Gets ComboBox to compile on linux.sky@chromium.org2009-06-022-0/+2
* Make separator portable. Simpler than other native controls so no wrapper int...ben@chromium.org2009-06-022-22/+99
* Make Combobox portableben@chromium.org2009-06-0212-268/+617
* Reverting 17368.thestig@google.com2009-06-022-99/+22
* Make separator portable. Simpler than other native controls so no wrapper int...ben@chromium.org2009-06-012-22/+99
* Fixes a couple of related bugs:sky@chromium.org2009-06-011-10/+27
* Split out the views table functions into separate header files. Many users onlybrettw@chromium.org2009-05-3111-217/+298
* Fixes to get gtk/views to bring up browser window w/out crashingdavemoore@chromium.org2009-05-303-4/+8
* More views on gtk work: NativeViewPhotoboothGtk, adds a missing methodsky@chromium.org2009-05-291-0/+4
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-1/+1
* Ignore the insert key so we don't switch into overtype mode (which surprises ...pkasting@chromium.org2009-05-291-0/+4
* Gets button_dropdown compiling on linux.sky@chromium.org2009-05-291-6/+6
* Fix a memory leak... the wrapped platform helper isn't a view, so it's not au...ben@chromium.org2009-05-293-6/+7
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-2926-557/+674