summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Alert boxes shouldn't have a taskbar presence.ben@chromium.org2011-05-181-0/+3
* Clean up a few things now that specialized window types are subclasses of Win...ben@chromium.org2011-05-183-31/+14
* Fix some rendering glitches in the custom frame by re-introducing nasty old c...ben@chromium.org2011-05-184-28/+125
* Add support for checkboxes in menus that contain icons.atwilson@chromium.org2011-05-181-0/+43
* Re-land:ben@chromium.org2011-05-187-64/+52
* Fix a crash when list of devices is NULL (e.g. over VNC/NX sessions).sadrul@chromium.org2011-05-181-1/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Do not handle Enable and Disable signals of IBusInputContext.penghuang@chromium.org2011-05-182-27/+1
* Synchronize window resize in MoveMouseToCenterAndPress on linux.oshima@google.com2011-05-181-0/+2
* Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...ben@chromium.org2011-05-187-54/+65
* Revert 85668 - These two un-reviewed lines made it into my last commit and we...ben@chromium.org2011-05-181-1/+2
* These two un-reviewed lines made it into my last commit and weren't part of t...ben@chromium.org2011-05-171-2/+1
* Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.ben@chromium.org2011-05-177-65/+54
* Fixes 82927 by rolling back part of a change I made this morning. We can't hi...ben@chromium.org2011-05-171-0/+6
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-174-150/+142
* Fixes more default non-client frame painting.ben@chromium.org2011-05-174-4/+20
* views: Convert while loop to for loop on View::Contains().tfarina@chromium.org2011-05-172-4/+24
* Revert 85528 - We were returning the wrong value of ShouldUseNativeFrame for ...ben@chromium.org2011-05-162-3/+2
* We were returning the wrong value of ShouldUseNativeFrame for popup windows w...ben@chromium.org2011-05-162-2/+3
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-162-3/+4
* Fix typo in GetTouchEventTypepenghuang@chromium.org2011-05-161-1/+1
* InputMethodIBus::IsActive should return true, if context_ is not NULL.penghuang@chromium.org2011-05-161-1/+1
* [Views/GTK] also suppress the OnClicked signal when invoked gtk_radio_button_...jochen@chromium.org2011-05-162-17/+23
* Added explicit RemoveObserver in dtor of WidgetGtk.altimofeev@chromium.org2011-05-161-0/+3
* Fix touch build for unit tests.sky@chromium.org2011-05-141-1/+1
* Fix touch build.sky@chromium.org2011-05-131-0/+1
* Workaround for menu crash.oshima@google.com2011-05-131-3/+5
* Refactor Edit to have one Undo/Redooshima@google.com2011-05-135-289/+283
* This CL increases the menu items size and the spacing between the status icons.saintlou@chromium.org2011-05-131-1/+10
* Add MenuItemView API to add and remove items at a particular index.rhashimoto@chromium.org2011-05-133-41/+90
* Re-land:ben@chromium.org2011-05-1350-715/+720
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1350-720/+715
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-136-6/+36
* Split the hierarchy. ben@chromium.org2011-05-1350-715/+720
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-134-20/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-134-9/+20
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-124-17/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-124-9/+17
* Set minimum width on menu for NativeComboboxViews.rhashimoto@chromium.org2011-05-113-2/+6
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Added Unit Testing for pure Views Comboboxsaintlou@chromium.org2011-05-114-0/+185
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-112-14/+19
* Reverting the unintentional change.oshima@google.com2011-05-111-4/+0
* Undo Redo for Textfield Viewsoshima@google.com2011-05-119-60/+1065
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-105-23/+23
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-102-19/+14
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-102-14/+19
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-1010-34/+255