summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* views: Tell SliderListener's how the slider value was changed.sadrul@chromium.org2012-02-294-6/+22
* views: Use the provided SK_ScalarHalf value from skia instead of calculating ...tfarina@chromium.org2012-02-291-2/+1
* views: Add Textfield::SetCursorColor().derat@chromium.org2012-02-299-10/+64
* Remove unused NativeWidgetWin::saved_window_style_.msw@chromium.org2012-02-292-4/+0
* Disable subpixel rendering for transparent textfields.derat@chromium.org2012-02-281-0/+4
* Fix crash when closing treeview example.sky@chromium.org2012-02-281-0/+3
* Update PRESUBMIT.py files with linux_view -> linux_chromeos_gtk.thestig@chromium.org2012-02-281-2/+2
* views: Fix crash when closing table_view example.tfarina@chromium.org2012-02-281-0/+3
* Fixes crash in closing window while in workspaces. The crash wassky@chromium.org2012-02-281-2/+3
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-282-7/+10
* Fix leak in SliderTestoshima@chromium.org2012-02-281-4/+5
* views: Restore the locale after the RTL test.sadrul@chromium.org2012-02-281-0/+3
* views: Adjust the slider for RTL, and update the button to be a circle instea...sadrul@chromium.org2012-02-283-26/+96
* Fixes combobox regression on windows. The problem with the recentsky@chromium.org2012-02-284-15/+9
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-282-10/+7
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-272-7/+10
* Move IsMouseButtonDown to Env.ben@chromium.org2012-02-271-1/+2
* Moves stacking client to Env.beng@google.com2012-02-273-0/+11
* Move locale changing out of Widget in Aura.ben@chromium.org2012-02-272-30/+3
* ui/base: Remove the dependency in Profile from ThemeProvider.tfarina@chromium.org2012-02-272-8/+3
* views: Add a slider control.sadrul@chromium.org2012-02-266-0/+253
* views: A new kind of border to paint a colored-border on selected sides.sadrul@chromium.org2012-02-262-10/+38
* views: Add option in BoxLayout to spread blank space among the child views.sadrul@chromium.org2012-02-263-8/+62
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-264-29/+33
* Clean up some RootWindow::GetInstance() use in views unittests.ben@chromium.org2012-02-263-9/+22
* Remove a bunch more uses of RootWindow::GetInstance() ben@chromium.org2012-02-263-13/+34
* Revert 123673 - Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-253-27/+15
* Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-253-15/+27
* views: Migrate view unittests to SetBoundsRect.tfarina@chromium.org2012-02-251-38/+38
* Removed the last TOUCH_UI flag.rjkroege@chromium.org2012-02-251-3/+1
* Set minimize property and re-enable tests on Aurastevenjb@chromium.org2012-02-251-2/+8
* Revert 123592 - Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-253-16/+12
* ui/gfx: Move CanvasPaintWin into its own file.tfarina@chromium.org2012-02-251-0/+1
* Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-243-12/+16
* Simplify some calls to gfx::Rect by using its gfx::Size ctor.tfarina@chromium.org2012-02-242-3/+3
* Fix the omnibox mouse doulbe/tripple clicking inaccurate selection issue. Whe...jennyz@chromium.org2012-02-242-4/+14
* Suppress painting when closing windowoshima@chromium.org2012-02-231-0/+1
* Change how you get to the MessageLoop::Dispatcher.ben@chromium.org2012-02-232-3/+5
* Fix build.finnur@chromium.org2012-02-231-2/+4
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-235-24/+150
* Allow the ShellWindow to be maximized, and some fixes to go with it.jeremya@chromium.org2012-02-231-1/+2
* Revert 122849 - Update state on creating NativeComboboxWrapper.sky@chromium.org2012-02-234-5/+14
* Only enable touch-friendly tab strip based on command line flagscottmg@chromium.org2012-02-221-8/+4
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-2213-100/+148
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-225-8/+14
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-224-3/+29
* Update state on creating NativeComboboxWrapper.mnissler@chromium.org2012-02-214-14/+5
* views: Pass GetMessagePos() directly to gfx::Point.tfarina@chromium.org2012-02-172-8/+4
* aura: Fix a crash caused by wrong ownership used for widget.xiyuan@chromium.org2012-02-172-1/+11
* Fix crash in views example.saintlou@chromium.org2012-02-172-4/+7