summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* Views Bubble API adjustments and cleanupmsw@chromium.org2011-10-183-16/+15
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-181-1/+1
* Revert 105998 - views: Change TextButtonBase API to string16.sail@chromium.org2011-10-181-1/+1
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-181-1/+1
* views: Remove includes to deprecated base/task.h.tfarina@chromium.org2011-10-131-1/+0
* views: Change DialogDelegate::GetDialogButtonLabel() to string16.tfarina@chromium.org2011-10-073-18/+19
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-281-1/+3
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-281-3/+1
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-281-1/+3
* Fix crashes related to the extension uninstall dialog.jstritar@chromium.org2011-09-221-5/+4
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-1/+1
* views: Remove unnecessary includes to views/window/window_resources.htfarina@chromium.org2011-09-202-2/+2
* re-checkin http://codereview.chromium.org/7720001/ to add bubble views.saintlou@chromium.org2011-09-192-0/+11
* views: Remove duplicated includes of widget.htfarina@chromium.org2011-09-151-2/+2
* Revert 100231 - memory bot failuresestade@chromium.org2011-09-092-13/+1
* add bubble views files.alicet@chromium.org2011-09-082-1/+13
* aura-views: Make views_aura_desktop compile and run on linux.sadrul@chromium.org2011-09-071-1/+1
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-261-0/+3
* Show a Window in the aura views demo.ben@chromium.org2011-08-251-2/+6
* views: Remove NativeTextButton::SetLabel() and replace all call sites with Se...tfarina@chromium.org2011-08-251-1/+1
* Add Aura support to views:ben@chromium.org2011-08-252-4/+4
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-056-13/+13
* Create views.dll / libviews.sodarin@chromium.org2011-07-286-12/+15
* Don't add GetWindowBoundsForClientBounds() in NativeFrameView's GetPreferredS...asvitkine@chromium.org2011-07-192-6/+8
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-131-2/+10
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-072-2/+2
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-292-4/+4
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-233-19/+19
* Eliminate Window completely.ben@chromium.org2011-06-1321-725/+62
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-098-913/+3
* Move more from Window onto Widget.ben@chromium.org2011-06-0817-818/+53
* Add some missing view class name to better debug view miletus@chromium.org2011-06-032-0/+21
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0316-350/+74
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0216-74/+350
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0216-350/+74
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-022-2/+14
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-021-2/+1
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-019-366/+11
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-019-153/+1
* Move methods from WindowDelegate onto WidgetDelegate.ben@chromium.org2011-05-312-220/+2
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-312-1/+5
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-279-94/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-279-363/+66
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-279-66/+363
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-269-363/+66
* Rough cut at window activation.ben@chromium.org2011-05-261-2/+1
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-255-7/+251
* views: Fix an operator precedence error found by PVS Studio.thakis@chromium.org2011-05-251-1/+1
* Fix clang.ben@chromium.org2011-05-202-18/+27