summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+5
* Re-land:ben@chromium.org2011-06-161-47/+43
* Create the InputMethod when it is first requested by a child view.penghuang@chromium.org2011-06-161-16/+15
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-43/+47
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-47/+43
* Use MouseWheelEvent for mouse wheel eventoshima@google.com2011-06-141-1/+1
* Eliminate Window completely.ben@chromium.org2011-06-131-26/+3
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-0/+163
* Adding a new window type for frameless non-transient top level windows, used ...ben@chromium.org2011-06-091-3/+13
* Move more from Window onto Widget.ben@chromium.org2011-06-081-6/+27
* re-landing after clang fix. clang bot is red due to bus error in linker.oshima@google.com2011-06-081-17/+10
* Revert 88271, this broke the clang build thusly:thakis@chromium.org2011-06-081-10/+17
* Wait showing html dialog until renderre finish painting after page is loaded.oshima@google.com2011-06-081-17/+10
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-0/+22
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-22/+0
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-0/+22
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-021-7/+2
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+51
* Completely removed if (widget_) in ~NativeWidgetGtk()glotov@google.com2011-06-011-8/+1
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+11
* Reverting explicit RemoveObserver in dtor of WidgetGtkglotov@google.com2011-05-311-3/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-311-13/+23
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+6
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-12/+52
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-52/+12
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-12/+52
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-5/+6
* Fix compile on linux when ibus is available.sadrul@chromium.org2011-05-241-2/+1
* Fix touch compile after r86390.sadrul@chromium.org2011-05-241-5/+2
* Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...hashimoto@chromium.org2011-05-241-5/+9
* Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...ben@chromium.org2011-05-231-2/+0
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-201-1/+1
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-3/+5
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-191-2/+2
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-0/+1814