summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Make '=' and function keys on a keypad work.yusukes@chromium.org2012-07-311-2/+8
* Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.apatrick@chromium.org2012-07-311-2/+0
* Add command-line option to have an extra delay before blitting.jbauman@chromium.org2012-07-301-0/+16
* aura: Rename OnWindowVisisbilityChanged() to OnWindowTargetVisibilityChanged().tfarina@chromium.org2012-07-308-12/+11
* views: Enable ViewTest.RemoveNotification on Linux.tfarina@chromium.org2012-07-301-6/+0
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-2917-376/+459
* views/examples: Pure pedantic change.tfarina@chromium.org2012-07-289-33/+33
* Support copying a partial rectangle region from the compositing surface on Win.mazda@chromium.org2012-07-282-30/+51
* aura: apply brightness filter last to improve perfpiman@chromium.org2012-07-271-4/+8
* Use correct coordinates for last moust location in SynthesizeMouseMoveEventoshima@chromium.org2012-07-271-1/+1
* mac: Switch to "new" (10.6) block-based panel apisthakis@chromium.org2012-07-271-52/+27
* Use current gtk dialogs in linux_aura.erg@chromium.org2012-07-272-2/+13
* Deprecate unused views::Label::SetURL().msw@chromium.org2012-07-273-42/+1
* Remove unused resource file for slider bar under ash subdirectory.jennyz@google.com2012-07-2714-0/+0
* Implement new slider control and disable the volume control when audio is muted.jennyz@google.com2012-07-273-34/+117
* Wrench menu needs to respond to touch events. girard@chromium.org2012-07-271-2/+2
* views: Make the color chooser gesture friendly.sadrul@chromium.org2012-07-271-37/+66
* gesture recognizer: Fix computing the bounding box of the rectangles.sadrul@chromium.org2012-07-273-3/+85
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-2713-20/+78
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-2722-58/+51
* (Views only): Allow switching between NativeTabbedPaneView and NativeTabbedPa...markusheintz@google.com2012-07-2610-30/+48
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-263-3/+6
* views: View does not need to be a friend of ViewStorage.tfarina@chromium.org2012-07-261-1/+0
* mac: Remove now-unneeded includes of cocoa_protocols.hthakis@chromium.org2012-07-261-1/+0
* Correct behaviour of touch wrt mouse capture.girard@chromium.org2012-07-263-10/+17
* aura: Fix "not-allowed" cursor and hot-points of some other cursors.varunjain@chromium.org2012-07-261-6/+7
* Fix open dialog not remembering last opened folder on drive tbarzic@chromium.org2012-07-263-11/+22
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-2615-177/+201
* Make Window::ContainsPoint and Window::ContainsPointInRoot const.yusukes@chromium.org2012-07-252-5/+5
* Converts SearchViewController to use live NTP content instead of placeholderdhollowa@chromium.org2012-07-251-3/+3
* Remove ui_resources_default_100_percent.rc and theme_resources_default_100_pe...benrg@chromium.org2012-07-255-9/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+1
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-251-23/+18
* Add new resource files for the new slider control ui.jennyz@google.com2012-07-2511-0/+0
* Consume TAP regardless of menu result to avoid setting HOT state in CustomBut...flackr@chromium.org2012-07-251-0/+1
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-1/+1
* views: Put bounds_animation_unittest.cc into views namespace.tfarina@chromium.org2012-07-252-31/+28
* Don't warp mouse if the cursor is locked, for now.oshima@chromium.org2012-07-251-1/+2
* Fix failed cases ImageTest.* for Androidyongsheng.zhu@intel.com2012-07-251-1/+1
* UI resources for 137136stevenjb@chromium.org2012-07-253-0/+1
* Remove Linux-specific mapping from NO_ELLIPSIS to MULTI_LINE in canvas_skia.cc.asvitkine@chromium.org2012-07-241-5/+0
* Fixes two bugs related to constrained windows:sky@chromium.org2012-07-244-6/+29
* shell dialogs: Move the linux implementations.erg@google.com2012-07-247-3/+1231
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-2412-41/+54
* Get rid of recursive calls into NativeThemeWin::Paint, rather,ccameron@chromium.org2012-07-242-13/+56
* Always reverse rows prior to presenting in AcceleratedSurface on Windows.apatrick@chromium.org2012-07-242-57/+34
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-2415-57/+125
* Enable new checkbox style by default (Linux/CrOS only)rbyers@chromium.org2012-07-244-16/+20
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-2419-117/+108
* Fix another leak in RenderTextMac.asvitkine@chromium.org2012-07-241-2/+2