summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: more NOTIMPLEMENTED squashing.evan@chromium.org2009-05-201-1/+2
* Quick reimplementation of StatusBubbleGtk to not suck as much.erg@google.com2009-05-191-3/+3
* Linux: Don't unparent unselected tab contentses.estade@chromium.org2009-05-181-3/+2
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+7
* Linux: Delay the deletion of the RWHVGtk object.willchan@chromium.org2009-05-141-14/+2
* Re-add tabstrip background rendering with support for themed backgrounds.jhawkins@chromium.org2009-05-131-1/+1
* Add import settings dialog on linux.kuchhal@chromium.org2009-05-111-1/+2
* Add stubs for UserChangedThemes to Mac and Linux.glen@chromium.org2009-05-091-0/+4
* Linux: Store/restore focus in tab contents during tab swithcing.estade@chromium.org2009-05-081-0/+3
* Linux: clean up some focus issues.estade@chromium.org2009-05-081-5/+5
* Move pgup/dn special casing to browser window gtk.estade@chromium.org2009-05-071-3/+33
* GTK: Handle some accelerators after the focused widget has had a chance to ha...estade@chromium.org2009-05-071-12/+15
* Don't link-depend on views/ in chrome/browser/gtkphajdan.jr@chromium.org2009-05-071-24/+0
* Render a "sad tab" on tab crash.willchan@chromium.org2009-05-061-3/+4
* Add a lot of hotkeys to linux.estade@chromium.org2009-05-061-1/+33
* 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