summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Implement a mostly working InfoBubble with a shim BookmarkBubble.deanm@chromium.org2009-04-306-1/+351
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-296-5/+40
* Fix SlideAnimatorGtk::OpenWithoutAnimation().estade@chromium.org2009-04-292-9/+36
* missing file from last commitestade@chromium.org2009-04-291-1/+2
* Linux findbar improvements:estade@chromium.org2009-04-296-71/+109
* Close the hovered tab on middle mouse click in the Linux tabstrip.jhawkins@chromium.org2009-04-292-5/+3
* Fix the case where a previous tab is closing and the mouse is pressed on a ta...jhawkins@chromium.org2009-04-281-1/+12
* Linux: Make the findbar hang over the render view.estade@chromium.org2009-04-283-4/+39
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-282-0/+418
* Always simulate a mouse movement after animations in the Linux tabstrip to ma...jhawkins@chromium.org2009-04-281-23/+19
* Filter modifier to only include accelerator modifiers.willchan@chromium.org2009-04-281-0/+3
* Fix a few crashes when trying to drag a closing tab.jhawkins@chromium.org2009-04-272-4/+32
* Add keyboard accelerators for IDC_FIND_NEXT and IDC_FIND_PREVIOUS.willchan@chromium.org2009-04-271-3/+9
* Fixes a gcc-4.3 warning in tab_strip_gtk.cc.jhawkins@chromium.org2009-04-271-10/+2
* Massively improve the performance of dragging a window over our window.deanm@chromium.org2009-04-271-1/+3
* Use AutocompletePopupPositioner for the Linux Omnibox.deanm@chromium.org2009-04-274-10/+55
* Gtk file selection filters, first cut.estade@chromium.org2009-04-241-4/+76
* Fix word wrapping on the license label.erg@google.com2009-04-241-0/+11
* Create an about dialog for GTK Chromium.erg@google.com2009-04-243-1/+173
* Linux: Stop hitting a DCHECK in GoButtonGtk on shutdown.willchan@chromium.org2009-04-241-1/+8
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-241-1/+1
* Remove a function that is no longer used.jhawkins@chromium.org2009-04-231-18/+0
* Add initial support for dragging tabs in the Linux tab strip.jhawkins@chromium.org2009-04-232-30/+431
* Adds (non-working) folders and GTK dialogs.erg@google.com2009-04-232-13/+56
* Linux: Properly plumb infobar close button event.estade@chromium.org2009-04-231-1/+1
* GTK: Don't triple buffer the tab strip.estade@chromium.org2009-04-231-0/+2
* Remove outdated comment. No code change.estade@chromium.org2009-04-231-2/+0
* Unbreak build.estade@chromium.org2009-04-221-1/+3
* Avoid DCHECK in nine box during download shelf animation.estade@chromium.org2009-04-222-4/+9
* Remove a debugging change that was accidentally added to r14123.jhawkins@chromium.org2009-04-221-1/+0
* Add new item animation to download shelf.estade@chromium.org2009-04-226-15/+60
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-214-474/+5
* Unbreak accelerators, and add ctrl+_ for zoom out.estade@chromium.org2009-04-211-1/+5
* GTK: Properly escape download item label markup.estade@chromium.org2009-04-211-9/+10
* Fix a memory leak in the download shelf.estade@chromium.org2009-04-211-2/+5
* Fix #include (.h, not .cc).sgk@google.com2009-04-211-1/+1
* Hook up alt-d on linux.estade@chromium.org2009-04-211-2/+2
* I missed this file in my last checkinestade@chromium.org2009-04-211-4/+11
* Add open/close animations to infobar, download shelf.estade@chromium.org2009-04-216-48/+214
* Handle a race between the remove tab animation resizing the closing tab and t...jhawkins@chromium.org2009-04-211-1/+11
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Make sure to free any remaining tabs on tabstrip destruction. There are two ...jhawkins@chromium.org2009-04-201-0/+10
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-2/+2
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-202-26/+87
* Reverting 14005.brettw@chromium.org2009-04-181-2/+2
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-2/+2
* Refactor NineBox to take 9 image ids instead of having to createtc@google.com2009-04-175-129/+103
* Make sure to delete the tab when we remove it from the tab strip. Also remov...jhawkins@chromium.org2009-04-161-1/+5
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-168-300/+388
* Recommit previous change with GYP files fixed.erg@google.com2009-04-1610-48/+570