summaryrefslogtreecommitdiffstats
path: root/chrome/common/gtk_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 16124.beng@google.com2009-05-141-27/+2
* Reverting 16122.beng@google.com2009-05-141-2/+27
* Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...beng@google.com2009-05-141-27/+2
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* GTK: Don't custom paint background of findbar.estade@chromium.org2009-05-111-1/+2
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-211-2/+2
* Recommit previous change with GYP files fixed.erg@google.com2009-04-161-0/+81
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-151-83/+0
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-151-0/+83