summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Get chrome to link with USE_AURAben@chromium.org2011-09-071-0/+68
* Implement Pango RenderText for Linux.xji@google.com2011-09-071-1/+2
* aura-views: Make views_aura_desktop compile and run on linux.sadrul@chromium.org2011-09-072-1/+7
* Make views_aura_desktop depend upon resources so that we don't have tosky@chromium.org2011-09-061-0/+11
* For Touch: remove some menu items for experimentation, adjust sizes.saintlou@chromium.org2011-09-065-3/+11
* Identify the omnibox as a URL field.bryeung@chromium.org2011-09-064-9/+92
* Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...shinyak@google.com2011-09-052-6/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-9/+11
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-11/+9
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-9/+11
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-024-2/+44
* Add avatar decoration to the windows7 taskbarcpu@chromium.org2011-09-021-3/+3
* Fix touch ui crash in NativeTextfieldViewsTest.DragAndDrop_InitiateDrag.xji@google.com2011-09-021-0/+2
* Converts creation of MenuRunner on the stack to be a field on thesky@chromium.org2011-08-311-0/+7
* views: Fix a couple of other trivial TODOs.tfarina@chromium.org2011-08-3112-129/+111
* Implement Uniscribe RenderText for Windows.msw@chromium.org2011-08-303-17/+10
* linux: delete code that worked around gtk <2.18evan@chromium.org2011-08-292-17/+0
* views: Fix a couple of trivial TODOS.tfarina@chromium.org2011-08-295-15/+7
* Move the mouse wheel utils from views to ui\base\win, to get rid of some view...jam@chromium.org2011-08-261-2/+2
* Revert 98434 - Adding a Views scrollbar implementation.backer@chromium.org2011-08-2613-1506/+590
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-2613-36/+127
* Adding a Views scrollbar implementation.backer@chromium.org2011-08-2613-590/+1506
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-251-8/+2
* Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Revert 98278 - Adding a Views scrollbar implementation.jbates@chromium.org2011-08-2513-1504/+590
* Adding a Views scrollbar implementation.backer@chromium.org2011-08-2513-590/+1504
* views: Remove NativeTextButton::SetLabel() and replace all call sites with Se...tfarina@chromium.org2011-08-253-12/+1
* Revert 98236 - Adding a Views scrollbar implementation.jbates@chromium.org2011-08-2512-1502/+588
* Adding a Views scrollbar implementation.backer@chromium.org2011-08-2512-588/+1502
* Add Aura support to views:ben@chromium.org2011-08-251-1/+1
* Fixes the touch build from patch @ 98179. I missed a touch class usingsky@chromium.org2011-08-252-9/+16
* Moves ownership of MenuItemView to MenuRunner as well as responbilitysky@chromium.org2011-08-2515-249/+422
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-1/+4
* Reapplies code that fixed 90860 without debugging code. This is thesky@chromium.org2011-08-241-0/+8
* Reverts debugging code added for 90860. The change to MenuItemViewsky@chromium.org2011-08-242-12/+2
* Move input_method to widgetoshima@google.com2011-08-233-4/+2
* Minor fix to touch selection logic.varunjain@chromium.org2011-08-231-2/+2
* Converts a DCHECK into a CHECK in hopes of tracking why the menu codesky@chromium.org2011-08-191-1/+2
* Disable NativeTextfieldViews drag and drop on TOUCHUI.msw@chromium.org2011-08-191-3/+15
* Introduce FORCE_LTR_DIRECTIONALTY in Canvas.xji@chromium.org2011-08-182-42/+45
* Adds some debugging code in hopes of finding why 90860 is happening.sky@chromium.org2011-08-182-2/+12
* Remove PREVIOUS_GRAPHEME_TRAILING. xji@google.com2011-08-162-44/+13
* chromeos: Improve brightness and volume animations.derat@chromium.org2011-08-153-127/+104
* Implemented nicer battery statusdavemoore@chromium.org2011-08-127-4/+49
* Fix RenderText cached bounds and offset logic; update clients.msw@chromium.org2011-08-111-10/+4
* Tests for TouchSelectoinControllerImpl.varunjain@chromium.org2011-08-081-0/+1
* Fix typo in SelectRect().xji@google.com2011-08-061-1/+1
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-0545-78/+78
* extend RenderText for inheritance. Itxji@google.com2011-08-045-66/+142