summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-042-9/+0
* Fix linux ui tests broken by r15112.estade@chromium.org2009-05-041-4/+8
* Linux: tweak find bar.estade@chromium.org2009-05-048-27/+28
* Make the Linux find bar look a bit better.deanm@chromium.org2009-05-045-12/+27
* Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...pkasting@chromium.org2009-05-042-0/+5
* Fix some recently small size / position regressions in Linux Omnibox.deanm@chromium.org2009-05-041-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-045-30/+27
* linux: set the window icon (used in alt-tab list, etc.)evan@chromium.org2009-05-042-0/+13
* linux: fix inverted infobubble logic.evan@chromium.org2009-05-011-1/+1
* Make the findbar slide in/out.estade@chromium.org2009-05-017-50/+97
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-012-1/+6
* GTK: give the findbox curvy edges.estade@chromium.org2009-04-304-16/+130
* GTK: Allow the user to resize the chromium window as small as they like.estade@chromium.org2009-04-302-1/+15
* GTK: Directly allocate widgets that are children of GtkFixed.estade@chromium.org2009-04-302-5/+8
* 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