summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Make clicks work on views_examples with touchui.sadrul@chromium.org2011-05-242-2/+162
* Makes Background only create a brush when needed. This avoidssky@chromium.org2011-05-242-5/+13
* Fix compile on linux when ibus is available.sadrul@chromium.org2011-05-241-2/+1
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-0/+9
* Fix touch compile after r86390.sadrul@chromium.org2011-05-242-7/+2
* Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...hashimoto@chromium.org2011-05-244-23/+51
* Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...ben@chromium.org2011-05-231-2/+0
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-232-10/+32
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-2310-77/+95
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-215-10/+10
* 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