summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle mouse back and forward buttons for page navigation.jhawkins@chromium.org2009-05-051-0/+16
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Linux: tweak find bar.estade@chromium.org2009-05-041-1/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+3
* linux: set the window icon (used in alt-tab list, etc.)evan@chromium.org2009-05-041-0/+10
* Make the findbar slide in/out.estade@chromium.org2009-05-011-6/+14
* GTK: Allow the user to resize the chromium window as small as they like.estade@chromium.org2009-04-301-1/+11
* Implement a mostly working InfoBubble with a shim BookmarkBubble.deanm@chromium.org2009-04-301-1/+1
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-291-5/+14
* Linux findbar improvements:estade@chromium.org2009-04-291-9/+5
* Filter modifier to only include accelerator modifiers.willchan@chromium.org2009-04-281-0/+3
* Add keyboard accelerators for IDC_FIND_NEXT and IDC_FIND_PREVIOUS.willchan@chromium.org2009-04-271-3/+9
* Create an about dialog for GTK Chromium.erg@google.com2009-04-241-1/+2
* Unbreak accelerators, and add ctrl+_ for zoom out.estade@chromium.org2009-04-211-1/+5
* Hook up alt-d on linux.estade@chromium.org2009-04-211-2/+2
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-151-2/+2
* Remove extra zoom menu items.thestig@chromium.org2009-04-141-9/+16
* Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...tc@google.com2009-04-091-24/+40
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-091-0/+5
* Implement stop/go button for Linux.willchan@chromium.org2009-04-091-2/+3
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* Fix the findbar crash.tc@google.com2009-04-071-20/+5
* Fix a NOTREACHED in GTK accelerator handling when capslock is on.deanm@chromium.org2009-04-071-0/+2
* Basic infobars on linux.estade@chromium.org2009-04-061-4/+8
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-3/+38
* First implementation of a bookmark bar.erg@google.com2009-04-061-3/+55
* Write the star toggle button. Clicking it will bookmark the page.erg@google.com2009-04-061-6/+5
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-1/+1
* Gtk: Insert a border at the bottom of the toolbar.estade@chromium.org2009-04-031-0/+10
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-031-0/+2
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-1/+1
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-1/+1
* Change NineBox to render into a GtkWidget. This offers a minor speedup and s...jhawkins@chromium.org2009-03-261-68/+1
* Fix our browser window close path to be more like windows.tc@google.com2009-03-261-8/+34
* More NOTIMPLEMENTEDs into bugs.evan@chromium.org2009-03-261-2/+4
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-261-1/+3
* Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linuxtc@google.com2009-03-261-6/+32
* Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."evan@chromium.org2009-03-251-3/+1
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-251-1/+3
* Add initial implementation of the Linux TabStrip.jhawkins@chromium.org2009-03-231-13/+25
* Deliver events and notifications to the RootView.erg@google.com2009-03-231-1/+8
* Fix linux input breakage: Don't wrap an important line in a DCHECK!estade@chromium.org2009-03-201-1/+2
* Remove errant debugging line.estade@chromium.org2009-03-201-1/+0
* Consolidate into a single shutdown path.tc@google.com2009-03-201-26/+32
* Linux: Restore normal event handling for key events that are not to be sent t...estade@chromium.org2009-03-201-9/+18
* Linux UI hook ups:estade@chromium.org2009-03-201-0/+11
* Hook up ctrl-w for close tab on linux.estade@chromium.org2009-03-201-4/+23
* Make GTK accelerator setup code more compact.estade@chromium.org2009-03-201-22/+19