summaryrefslogtreecommitdiffstats
path: root/chrome/common/gtk_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Escape ampersands in web view text selection for right click context menu so ...estade@chromium.org2009-09-161-2/+5
* GTK: Cache our GdkCursor objects, since building them hits the disk.erg@google.com2009-09-121-0/+40
* GTK: Set the back/forward and bookmark bar menus to always show their images.estade@chromium.org2009-09-111-0/+21
* Undo change that crept into my last cl.estade@chromium.org2009-09-111-15/+0
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-111-3/+18
* Revert "Use gtk-cursor-blink from GtkSettings"evan@chromium.org2009-09-091-17/+0
* Use gtk-cursor-blink from GtkSettings to set theevan@chromium.org2009-09-091-0/+17
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-031-0/+9
* Set the initial sizes of several dialogs based on font information.mdm@chromium.org2009-09-021-13/+16
* gtk: Implement and use x11_util::GetXWindowStack, which is a less flaky and f...jhawkins@chromium.org2009-09-011-14/+6
* GTK: Set the default icon list so we don't have to set it on every window all...estade@chromium.org2009-08-271-4/+16
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-261-0/+41
* More interactive test porting for Linux.estade@chromium.org2009-08-211-24/+8
* So it turns out that gdk already has a function that does exactly what we want.estade@chromium.org2009-08-121-73/+0
* GTK: Popup notification should have transparent rounded corners.erg@google.com2009-08-121-0/+5
* Refactors drag support from TabContentsViewGtk intosky@chromium.org2009-08-121-0/+13
* Linux: Pass font settings through to interstitial renderers.derat@chromium.org2009-08-061-0/+56
* linux: rearrange widget layout in importer dialogevan@chromium.org2009-08-051-0/+8
* GTK Themes: Theme labels in LocationBarViewGtk.erg@google.com2009-08-031-0/+7
* GTK: Add stock icons to some dialog buttons.estade@chromium.org2009-08-031-0/+11
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-27/+26
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-26/+27
* GTK Themes: Theme the bookmark bubble. (And first run bubble).erg@google.com2009-07-241-4/+4
* Set window icon on options dialog, bookmark manager.estade@chromium.org2009-07-171-0/+11
* gtk: Fix a typo introduced in r20778. The logic condition is reversed.jhawkins@chromium.org2009-07-151-1/+1
* gtk: Handle RTL layout when positioning the tab strip drop arrow.jhawkins@chromium.org2009-07-151-0/+7
* First run bubble polish:estade@chromium.org2009-07-151-1/+5
* Linux: Add first run search bubble.kuchhal@chromium.org2009-07-141-0/+21
* linux: port Jankometerevan@chromium.org2009-07-081-0/+73
* Two tab dragging fixes for various window managers:jhawkins@chromium.org2009-06-251-3/+7
* Revert r19162,19179 as they caused the toolbar and bookmark bar to regress an...estade@chromium.org2009-06-251-9/+0
* Add support for RTL languages in the gtk bookmark bar.jhawkins@chromium.org2009-06-241-0/+9
* Fix the screen bounds calculation of windowless widgets. Only windowed paren...jhawkins@chromium.org2009-06-241-3/+14
* show back/forward menu on right clickestade@chromium.org2009-06-241-0/+18
* Don't enumerate unmapped top-level windows. This occurs most often in the Co...jhawkins@chromium.org2009-06-231-0/+3
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-231-0/+8
* Revert to enumerating all X windows if the Window Manager doesn't support _NE...jhawkins@chromium.org2009-06-221-2/+7
* Implement window open disposition for (some) navigation buttons.estade@chromium.org2009-06-191-0/+34
* Add helper for creating table of labeled controls.mattm@chromium.org2009-06-111-0/+26
* Use the convenience function gdk_screen_get_window_stack to enumerate top-lev...jhawkins@chromium.org2009-06-101-0/+17
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-091-0/+13
* Move ConvertAcceleratorsFromWindowsStyle into chrome/common/gtk_util.mattm@chromium.org2009-06-051-0/+19
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-281-0/+10
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-271-9/+0
* Adds gtk_util::ParentWindow to find the parent window of a GtkWidget.sky@chromium.org2009-05-271-0/+9
* Use gdk_window_get_origin to determine the origin of the top-level window. g...jhawkins@chromium.org2009-05-221-1/+2
* linux: more dialog touchups. I had missed one before.evan@chromium.org2009-05-191-4/+5
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-0/+11
* linux: unify all the dialog layout code for visual consistency.evan@chromium.org2009-05-181-0/+28
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-0/+27