summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
...
* Two tweaks for accelerated painting:sky@chromium.org2011-05-201-5/+29
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-206-22/+10
* Address TBR review comments from sky.ben@chromium.org2011-05-202-2/+4
* Fix clang.ben@chromium.org2011-05-202-18/+27
* Move RootView to the internal namespace.ben@chromium.org2011-05-2034-136/+144
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-206-9/+9
* Compositor GL + basic views support.wjmaclean@chromium.org2011-05-191-0/+5
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-192-25/+57
* Fix EventTypeFromNative to return ET_MOUSE_MOVED for WM_NCMOUSEMOVE message.jianli@chromium.org2011-05-191-1/+2
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...tony@chromium.org2011-05-191-5/+5
* Added logging include.wyck@chromium.org2011-05-191-0/+1
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-1915-213/+222
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-193-6/+15
* Make NativeButton on touchui focusable. This allows accessibility events to b...sadrul@chromium.org2011-05-191-0/+1
* Fix touch compile after WidgetGtk/NativeWidgetGtk rename.sadrul@chromium.org2011-05-191-0/+1
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-192-2/+2
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-1948-554/+585
* 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