| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: Update how menu icons are assigned. | estade@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | linux: Allow showing icons in menus. | erg@google.com | 2010-10-08 | 1 | -5/+2 |
* | GTK: Update wrench menu icon on GTK theme change. | erg@google.com | 2010-09-21 | 1 | -2/+11 |
* | [GTK] show the upgrade icon in the wrench menu. | estade@chromium.org | 2010-09-21 | 1 | -0/+9 |
* | GTK: The wrench menu should remain open after clicking +/-. | erg@google.com | 2010-09-20 | 1 | -0/+6 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Reapply menu model cleanups, with WrenchMenuModel being a SimpleMenuModel. | erg@google.com | 2010-08-25 | 1 | -27/+1 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Revert "Clean up the WrenchMenuModel so that it uses SimpleMenu::Delegate." (... | erg@google.com | 2010-08-24 | 1 | -2/+28 |
* | Clean up the WrenchMenuModel so that it uses SimpleMenu::Delegate. | erg@google.com | 2010-08-23 | 1 | -28/+2 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -2/+2 |
* | Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ... | viettrungluu@chromium.org | 2010-08-08 | 1 | -1/+1 |
* | GTK toolbar - | estade@chromium.org | 2010-08-06 | 1 | -2/+7 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | [GTK] undo more toolbar destruction - unbreak GTK+ theme mode home button | estade@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | GTK: Fix upgrade notification dot. | estade@chromium.org | 2010-08-04 | 1 | -12/+17 |
* | [GTK] More m6 toolbar fixes. | estade@chromium.org | 2010-08-04 | 1 | -63/+38 |
* | [GTK] fix up spacing in upper chrome. | estade@chromium.org | 2010-08-03 | 1 | -13/+14 |
* | Cleanup: Remove unneeded headers from app/ (part 3) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Remove support for background masks. These are no longer necessary in the ne... | pkasting@chromium.org | 2010-07-28 | 1 | -3/+2 |
* | Cleanup: Rename gtk button state names to (a) match other platforms and (b) n... | pkasting@chromium.org | 2010-07-27 | 1 | -23/+10 |
* | Remove the page and app menus. | pkasting@chromium.org | 2010-07-20 | 1 | -99/+9 |
* | Nukes the nano tab style on gtk and brings back the toolbar for apps | sky@chromium.org | 2010-07-17 | 1 | -10/+1 |
* | GTK: reduce cpu usage of upgrade notification animation. | estade@chromium.org | 2010-07-14 | 1 | -13/+36 |
* | GTK: own a widget that was being accessed after destruction. | estade@chromium.org | 2010-07-13 | 1 | -6/+7 |
* | Reland -- Add tab menu item to show/hide toolbar for app tabs | rafaelw@chromium.org | 2010-07-12 | 1 | -1/+10 |
* | Revert "Add tab menu item to show/hide toolbar for app tabs" | rafaelw@chromium.org | 2010-07-08 | 1 | -10/+1 |
* | Add tab menu item to show/hide toolbar for app tabs | rafaelw@chromium.org | 2010-07-08 | 1 | -1/+10 |
* | GTK: Fix highlight and image colors in the new wrench menu. | erg@chromium.org | 2010-07-08 | 1 | -0/+4 |
* | GTK: Cleanups to the new wrench menu. | erg@chromium.org | 2010-06-30 | 1 | -1/+4 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -3/+2 |
* | Provides a single place to test whether the new wrench menu is | sky@chromium.org | 2010-06-24 | 1 | -2/+1 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -2/+2 |
* | Detach reload from omnibox, combine with stop, and eliminate go. | pkasting@chromium.org | 2010-06-11 | 1 | -55/+8 |
* | Make the reload button respond to middle-clicks like back/forward/home alread... | pkasting@chromium.org | 2010-06-10 | 1 | -14/+20 |
* | Remove dead sync label code from browser_toolbar_gtk.cc | mnissler@chromium.org | 2010-06-08 | 1 | -19/+0 |
* | First unified app menu behind the "--new-wrench-menu" flag. | erg@chromium.org | 2010-06-08 | 1 | -22/+41 |
* | Linux/GTK: implement update notification. | estade@chromium.org | 2010-06-03 | 1 | -1/+79 |
* | GTK: Fix padding of the page/app menus. | erg@chromium.org | 2010-05-28 | 1 | -2/+7 |
* | Update UI, sync and importer to properly handle managed homepage prefs | mnissler@chromium.org | 2010-05-27 | 1 | -27/+38 |
* | GTK: more toolbar corner rounding polish. | estade@chromium.org | 2010-05-18 | 1 | -3/+44 |
* | GTK: Allow users to override fonts and font sizes in gtk-mode. | erg@chromium.org | 2010-05-18 | 1 | -28/+37 |
* | GTK: custom frame/drop shadow updates. | estade@chromium.org | 2010-05-12 | 1 | -2/+74 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -19/+0 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -110/+32 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -32/+110 |
* | GTK: Use correct button mask on reload button. | erg@chromium.org | 2010-04-14 | 1 | -1/+1 |
* | GTK: Move reload in gtk mode and fix omnibox popup location. | erg@chromium.org | 2010-04-13 | 1 | -97/+31 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -25/+1 |
* | linux: explicitly unhighlight buttons before disabling | evan@chromium.org | 2010-04-07 | 1 | -1/+9 |