summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-252-5/+7
* Revert "Change status button menu"saintlou@chromium.org2011-04-256-37/+7
* views: Move LinkController into its own header file.tfarina@chromium.org2011-04-256-38/+45
* views: Add Link example.tfarina@chromium.org2011-04-254-0/+82
* Fix painting glitch by suppressing non-client painting for WindowWins only wh...ben@chromium.org2011-04-243-3/+20
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-2211-45/+87
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-2211-87/+45
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-2210-41/+83
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-2210-83/+41
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-226-7/+37
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-224-26/+53
* Select on slave pointers instead of master pointers.saintlou@chromium.org2011-04-211-5/+7
* remove unused classsaintlou@chromium.org2011-04-219-554/+0
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-216-51/+54
* Revert 82385 - this might be breaking the interactive_ui_tests on windows and...nsylvain@chromium.org2011-04-214-51/+25
* Adds widget_delegate.cc to appease the clang bot.sky@chromium.org2011-04-203-5/+35
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-204-25/+51
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-2011-41/+51
* Make sure the device list is kept up-to-date.sadrul@chromium.org2011-04-203-19/+53
* Maintain the list of devices all in one place.sadrul@chromium.org2011-04-203-16/+137
* Revert workaround. This was problematic because it is relyingsaintlou@chromium.org2011-04-201-5/+1
* Removing unused class. Deprecated when we moved to web ui prefssaintlou@chromium.org2011-04-206-371/+0
* Changes the overview classes not to subclass WidgetGtk.sky@chromium.org2011-04-201-0/+2
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-1912-8/+33
* Attempt at fixing menu crashes. I'm trying to fix three things:sky@chromium.org2011-04-192-8/+44
* Add extra touch information and related API to views::TouchEvent.miletus@chromium.org2011-04-186-34/+231
* Fix some infobar drawing glitches:pkasting@chromium.org2011-04-161-0/+1
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-156-103/+2
* Attempt at fixing bug where occassionally clicks on context menus aresky@chromium.org2011-04-152-36/+97
* Call OnVisibleBoundsChanged on the view itself as well as child views.oshima@google.com2011-04-141-0/+5
* Make the usage stats checkbox on EULA screen speak and focus.chaitanyag@chromium.org2011-04-141-0/+1
* Some style changes (for readability).sadrul@chromium.org2011-04-143-8/+11
* Prefer UTF8 strings over ASCII strings when requesting text from azork@chromium.org2011-04-141-9/+9
* Adds yet more debugging code.sky@chromium.org2011-04-131-1/+16
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-127-0/+32
* step 3 of native theme refactoringrogerta@chromium.org2011-04-124-89/+81
* Adds more debugging code in hopes of figuring out a crash. Most commonsky@chromium.org2011-04-112-3/+6
* touch: identity for a finger is an int, not a bool.sadrul@chromium.org2011-04-111-1/+1
* touch: Fix compile by initializing a variable.sadrul@chromium.org2011-04-111-1/+1
* Resubmitting change because original caused build breaks:rogerta@chromium.org2011-04-116-0/+507
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-113-5/+66
* Adds more debugging code in hopes of figuring out a crash. Sorry forsky@chromium.org2011-04-084-1/+67
* Revert r80952, http://codereview.chromium.org/6771056dmichael@chromium.org2011-04-086-501/+0
* Adding a native theme painter, to allow Views to use NativeTheme to drawrogerta@chromium.org2011-04-086-0/+501
* Combine WidgetWin KeyEvent handlers.msw@chromium.org2011-04-082-17/+6
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-072-5/+6
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-072-8/+6
* RTL window styles was being set on too many HWNDs. This inverts the default. ...ben@chromium.org2011-04-061-2/+2
* Fix WidgetWin MouseWheelEvent handling.msw@chromium.org2011-04-062-19/+4
* Fixes bug in View::OnBoundsChange painting the old/new. The codesky@chromium.org2011-04-061-7/+18