summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...tfarina@chromium.org2012-03-085-23/+21
* views: Animate the slider button when it changes.sadrul@chromium.org2012-03-082-9/+49
* views: Refactor the setup of window caption buttons.tfarina@chromium.org2012-03-082-34/+33
* Don't unparent tabs when detaching them. This cleans up a bunch of code in Ta...jam@chromium.org2012-03-061-3/+2
* Changes RootView not to update cursor while mouse is down. Doing sosky@chromium.org2012-03-061-3/+1
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-0620-160/+165
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-062-2/+2
* Initial cut at multi-window resize code. There's still some TODOs, butsky@chromium.org2012-03-062-6/+5
* Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...finnur@chromium.org2012-03-062-2/+2
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-062-2/+2
* * property can now manage value's memoryoshima@chromium.org2012-03-061-5/+0
* Aura: CrOS dialogs use new window framesjamescook@chromium.org2012-03-062-23/+23
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-054-2/+203
* Extract the last SkColor from ResourceBundle API.tfarina@chromium.org2012-03-054-4/+36
* Fix Aura build.jam@chromium.org2012-03-051-1/+0
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-059-315/+82
* browser: Minor changes to use SkPoint::iset() function.tfarina@chromium.org2012-03-031-11/+7
* Fix crash when closing table example.sky@chromium.org2012-03-031-1/+1
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-021-1/+5
* If script text is in right-to-left directionality, it got truncated because t...xji@chromium.org2012-03-022-16/+19
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-023-13/+12
* Support for password entry fields, with all charactersbenrg@chromium.org2012-03-024-30/+84
* Revert 124461 - Remove the singleton instance get/delete methods from RootWin...ben@chromium.org2012-03-013-12/+13
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-013-13/+12
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-017-56/+29
* Allow platform apps to specify a maximum size for the shell container.jeremya@chromium.org2012-03-018-3/+31
* 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