summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug where on views/gtk we send an exit before every press. We'resky@chromium.org2010-02-191-13/+25
* Move compact navigation bar('s entry view) to main menu.oshima@chromium.org2010-02-111-4/+18
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-105-2/+49
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-24/+24
* MoveAbove/SetAlwaysOnTop implementation for WidgetGtkoshima@chromium.org2010-01-271-2/+8
* Makes WidgetGtk::GetBounds work if the widget_ is NULL (CloseNow hassky@chromium.org2010-01-111-1/+5
* Fixes bug in WidgetGtk. WidgetGtk::GetBounds can end up crashing. Isky@chromium.org2010-01-081-1/+6
* Raise the window when showing the widget.oshima@chromium.org2010-01-071-1/+4
* Fixes two related focus bugs on views/gtk:sky@chromium.org2010-01-072-3/+32
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-075-0/+83
* Fixes bug where recreating fixed in NativeViewHostGtk causes focus tosky@chromium.org2010-01-061-2/+7
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-231-1/+4
* Change chromeos build to use viewsoshima@chromium.org2009-12-221-3/+0
* Fixes two related bugs:sky@chromium.org2009-12-153-5/+135
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-1/+3
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-045-6/+9
* widget_gtk: Alphabetize CallXXX() functions.tony@chromium.org2009-12-032-114/+125
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-012-4/+5
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-013-14/+40
* Fixes bug that could lead to mouse motion events percolating up tosky@chromium.org2009-11-301-1/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-262-2/+2
* Fixes crash in tooltips. I was freeing a PangoFontDescription that Isky@chromium.org2009-11-252-11/+6
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-2/+2
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-201-3/+8
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-172-4/+9
* Reverting 31646.pkasting@chromium.org2009-11-112-16/+13
* Try to make widgets clean up after themselves a bit better:pkasting@chromium.org2009-11-112-13/+16
* Adding a couple of missing parts for extensios on linux/views.oshima@chromium.org2009-11-111-2/+3
* Clean up function ordering in WidgetGtk.ben@chromium.org2009-11-093-239/+235
* Fix toolkit_views buildben@chromium.org2009-11-082-6/+7
* blind fix for toolkit_viewsben@chromium.org2009-11-073-4/+3
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-075-68/+152
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Attempt 2 at:sky@chromium.org2009-11-045-9/+7
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-045-7/+9
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-045-9/+7
* Fix tab and button tooltips being truncated with ellipsis.simonrad@chromium.org2009-10-301-2/+4
* Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass onsky@chromium.org2009-10-284-30/+65
* Refactor widget methods to support desktop notifications, including GTK stubs.johnnyg@chromium.org2009-10-265-12/+68
* Make sure the RootView is sized to the correct bounds when the opaque frame i...ben@chromium.org2009-10-232-19/+20
* Enable System Context Menu for linux views.oshima@chromium.org2009-10-222-22/+25
* Implement dragging icon for dragging bookmarks in views/gtk.skrul@google.com2009-10-211-4/+17
* First fix to minimize copying of image data.erg@google.com2009-10-191-3/+1
* In some cases, a WidgetWin can get activated/deactivatedjcampan@chromium.org2009-10-161-0/+3
* Fix a whole category of frame switching bugs relating to the window z-order b...ben@chromium.org2009-10-152-9/+17
* Fixes bug in toolkit_views. We shouldn't set the theme provider forsky@chromium.org2009-10-131-1/+2
* Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...sky@chromium.org2009-10-132-0/+16
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-132-8/+8
* WidgetWin was an accelerator target, it does not need to.jcampan@chromium.org2009-10-132-16/+6
* Misc. cleanup for theme provider code, including:pkasting@chromium.org2009-10-132-18/+9