summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-122-0/+16
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-113-5/+5
* Fix for gdk-CRITICAL message in gdk_window_process_updates of WidgetGtk::Pain...oshima@chromium.org2009-10-081-1/+1
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-081-4/+4
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-2/+2
* Wires up views/gtk to use the gtk bookmark editor.sky@chromium.org2009-10-072-0/+9
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-071-3/+12
* Fixes compile warning. If you have a better suggestion for this, letsky@chromium.org2009-10-071-3/+3
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-072-5/+61
* More views on gtk paint tweaks. My previous attempt resulted in thesky@chromium.org2009-10-053-9/+26
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-17/+17
* 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