summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak in ImageButton exposed by r20028.mirandac@chromium.org2009-07-082-6/+6
* Fix the current remaining Views-GTK compile and linker errors.brettw@chromium.org2009-07-061-0/+2
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-024-22/+22
* Add layout support for invisible SingleSplitView children.pfeldman@chromium.org2009-07-011-12/+25
* Fix the Views combobox on GTK by adding a new function.brettw@chromium.org2009-06-302-1/+6
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-306-11/+6
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-3011-55/+29
* Rework a loop in the native menu code to iterate over the vector of items we ...ben@chromium.org2009-06-291-4/+5
* Fix a menu crash.ben@chromium.org2009-06-261-0/+1
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-254-5/+5
* 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