summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-132-16/+0
* 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