summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* views: Change TabbedPane::AddTab() to string16.tfarina@chromium.org2011-09-2912-46/+51
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-283-91/+25
* views: Add a TODO to remove aura include hack.tfarina@chromium.org2011-09-281-0/+1
* views: Fix aura build on Linux.tfarina@chromium.org2011-09-281-0/+4
* Fix omnibox state for each tab.xji@google.com2011-09-2814-170/+164
* Remove obsolete HAVE_XINPUT2 checks.sadrul@chromium.org2011-09-281-1/+1
* views: Convert ButtonDropDown to use the new callback system.tfarina@chromium.org2011-09-282-11/+14
* views: Remove focus_grabber_factory_ from MessageBoxView.tfarina@chromium.org2011-09-282-7/+2
* Delete use of wstring for views_examples titles and simplify code.asvitkine@chromium.org2011-09-2841-121/+38
* touchui: Convert XI2 MT tracking id to slot id.sadrul@chromium.org2011-09-281-12/+33
* Update TouchEvent initialize for USE_XI2_MT according tosadrul@chromium.org2011-09-281-3/+1
* Fixes painting issue with bookmarks barpkotwicz@chromium.org2011-09-281-1/+2
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-2810-28/+36
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-2810-36/+28
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-2810-28/+36
* Use Widget's SetOpacity in BubbleView.msw@chromium.org2011-09-281-19/+1
* views: Convert NativeMenuGtk to use the new callback system.tfarina@chromium.org2011-09-272-3/+5
* views/examples: Move SplittedView implementation to source file.tfarina@chromium.org2011-09-272-50/+57
* Extend views example instance lifetimes over the main message loop.msw@chromium.org2011-09-274-60/+34
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-271-1/+1
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-272-0/+4
* touchui: Fix --touch-devices flag.sadrul@chromium.org2011-09-273-13/+11
* Gets views_unittests to work when aura is defined, and adds coveragesky@chromium.org2011-09-274-28/+135
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-273-7/+3
* views: Add protected virtual destructor to TabbedPaneListener.tfarina@chromium.org2011-09-271-0/+3
* Adds support for activation to aura.sky@chromium.org2011-09-272-1/+24
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-2620-1948/+323
* Redesignate checkmark resource and add themed IDR_INPUT_GOOD imagerbyers@chromium.org2011-09-261-1/+1
* menu: Rename NativeMenuLinux to NativeMenuViews, and use it for aura.sadrul@chromium.org2011-09-264-100/+30
* ui/gfx: Refactor favicon_size.htfarina@chromium.org2011-09-262-2/+4
* views: Factor out ResizeAreaDelegate into its own header file.tfarina@chromium.org2011-09-264-17/+34
* NativeWidgetViews: Send unprocessed keyevents to the focus-manager.sadrul@chromium.org2011-09-261-1/+4
* Skip DefWindowProcWithRedrawLock on WM_SETCURSOR.msw@chromium.org2011-09-261-2/+6
* * Use DestoryIcon instead of DeleteObjectyosin@chromium.org2011-09-262-14/+20
* touchui: support XInput2 multitouchsadrul@chromium.org2011-09-254-17/+118
* views/examples: Cleanup ExampleBase.tfarina@chromium.org2011-09-242-22/+14
* Reland "views: Factor out MenuListener into its own header file."tfarina@chromium.org2011-09-2312-52/+89
* Revert 102512 - views: Factor out MenuListener into its own header file.thakis@chromium.org2011-09-2312-88/+52
* views: Factor out MenuListener into its own header file.tfarina@chromium.org2011-09-2312-52/+88
* views: Convert some functions of ScrollBar class to unix_hacker style.tfarina@chromium.org2011-09-238-50/+36
* Fix for Left mouse drag which was not functional after right drag in DoubleS...wxjg68@motorola.com2011-09-231-5/+0
* Fix for black-hole on views desktop with compositor.oshima@google.com2011-09-223-33/+56
* Fix crashes related to the extension uninstall dialog.jstritar@chromium.org2011-09-221-5/+4
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-2214-32/+45
* NativeWidgetViews: Implement Maximize.sadrul@chromium.org2011-09-222-11/+23
* views: Get rid of TableView2::CreateWrapper().tfarina@chromium.org2011-09-222-15/+6
* MenuConfig::Create passes HFONT to Font ctor but this HFONT isn't deleted. Pl...yosin@chromium.org2011-09-221-4/+6
* Don't call OnNativeWidgetVisibilityChange in NativeWidgetGtkoshima@chromium.org2011-09-221-2/+11
* Fix infinite loop in GetInputMethod.oshima@google.com2011-09-221-1/+6
* This is a reapply of xji@google.com2011-09-213-12/+687