summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-014-4/+84
* Fixes painting problems with views on Gtk. In particular during asky@chromium.org2009-09-302-12/+21
* Fixes possible crash in tool tip manager.sky@chromium.org2009-09-291-1/+8
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-292-57/+1
* See original review atjcampan@chromium.org2009-09-292-1/+57
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-292-4/+6
* Refactored event handler method bodies from widget_win.h tokbr@google.com2009-09-282-99/+203
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-6/+4
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-4/+6
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-2/+2
* Implements file contents support in OSExchangeData and DropTargetsky@chromium.org2009-09-231-22/+26
* Fix for a focus related NOTREACHED when closing Chromejcampan@chromium.org2009-09-231-4/+9
* Fix code to get widget position on screen.chocobo@google.com2009-09-221-12/+12
* Decolated window support in WidgetGtk. oshima@chromium.org2009-09-222-6/+11
* Fix BrowserFrameWin::OnMoving bad_override coverity error.mattm@chromium.org2009-09-181-1/+1
* The focus is not restored properly when a Windows modal dialogjcampan@chromium.org2009-09-142-1/+21
* Landing oshima patch.jcampan@chromium.org2009-09-101-0/+5
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-102-2/+3
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-092-6/+14
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.jhawkins@chromium.org2009-09-091-8/+6
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-088-103/+329
* Fixes bug in views on gtk where we wouldn't necessarily paintsky@chromium.org2009-09-081-5/+13
* Fix some gcc 4.4 issues when compiling with toolkit_views.craig.schlenter@chromium.org2009-09-071-1/+1
* A couple comment changes -- update an out of date comment and add a note abou...pkasting@chromium.org2009-09-032-2/+7
* Lands http://codereview.chromium.org/172098 for Oshima:sky@chromium.org2009-09-021-1/+1
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-013-15/+24
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-012-11/+3
* Fix bug where the tooltip would not be erased if it had been non-empty and th...pkasting@chromium.org2009-08-311-4/+4
* Make the views bookmark bubble work on GTK.brettw@chromium.org2009-08-281-1/+1
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-285-14/+148
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-261-1/+4
* Reverts menu patch.sky@chromium.org2009-08-261-4/+1
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-261-1/+4
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-242-8/+24
* Relands drop support:sky@chromium.org2009-08-195-12/+655
* Reverting 23645.jhawkins@chromium.org2009-08-182-6/+10
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-185-655/+12
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-185-12/+655
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-182-10/+6
* Revert "Reverting 23406" as it didn't break any tests.jhawkins@chromium.org2009-08-141-33/+33
* Reverting 23406.levin@chromium.org2009-08-141-33/+33
* Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-141-33/+33
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-3/+4
* Implements WidgetGtk::SetOpacity.sky@chromium.org2009-08-122-3/+13
* Removes bogus comments in WidgetGtk::GetBounds.sky@chromium.org2009-08-111-9/+2
* Removes calls to RootView methods that were removed.sky@chromium.org2009-08-111-3/+0
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-1114-239/+382
* Factor out window creation into base::WindowImpl. This class will be used in...jhawkins@chromium.org2009-08-072-238/+47
* Fix a BAD_OVERRIDE defect reported by Coverity. Change thewtc@chromium.org2009-08-061-1/+1
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-0/+3