summaryrefslogtreecommitdiffstats
path: root/views/controls/scrollbar
Commit message (Expand)AuthorAgeFilesLines
* Makes the views_unittests run without crashing on CHROME-OS TOUCH_UI.pkotwicz@chromium.org2011-10-121-0/+3
* aura: Fix win compile.sadrul@chromium.org2011-10-061-1/+1
* Fix shared win build.sadrul@chromium.org2011-10-061-1/+1
* aura: Fix views_unittests and aura_unittests on linux.sadrul@chromium.org2011-10-063-55/+26
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-3/+3
* views: Migrate RepeatController to base::Closure.tfarina@chromium.org2011-10-043-17/+25
* views: Change MenuDelegate::GetLabel() to string16.tfarina@chromium.org2011-10-032-3/+3
* Gets views_unittests to work when aura is defined, and adds coveragesky@chromium.org2011-09-272-7/+18
* views: Convert some functions of ScrollBar class to unix_hacker style.tfarina@chromium.org2011-09-237-47/+33
* touchui: Fix a crash when system notifications show up.sadrul@chromium.org2011-09-201-2/+2
* views: Fix unnamed namespace comments.tfarina@chromium.org2011-09-161-1/+1
* Re-land 98434 (http://codereview.chromium.org/7669028) which was reverted due...oshima@google.com2011-09-1614-591/+1526
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-021-0/+24
* 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-261-0/+30
* Adding a Views scrollbar implementation.backer@chromium.org2011-08-2613-590/+1506
* 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
* 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
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-052-3/+3
* Create views.dll / libviews.sodarin@chromium.org2011-07-282-5/+5
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-232-4/+5
* Eliminate Window completely.ben@chromium.org2011-06-132-6/+5
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-1/+3
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-292-15/+24
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-162-21/+27
* Clean up some event code:msw@chromium.org2011-03-141-16/+17
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-142-3/+4
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-042-6/+6
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-042-4/+3
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-032-3/+4
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-2/+1
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-162-2/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-103-8/+8
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-093-6/+6
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-093-6/+6
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-092-2/+2
* Make linux MouseWheelEvent consistent with win.xiyuan@chromium.org2011-02-081-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-083-4/+4
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-2/+2
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-133-27/+27
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-21/+25
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-2/+2
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-282-6/+3
* Re-lands 58186:bryeung@chromium.org2010-09-033-27/+27