| Commit message (Expand) | Author | Age | Files | Lines |
* | Add icon support to gtk menu items. | chocobo@google.com | 2009-09-23 | 1 | -4/+16 |
* | Removes some dead NOTIMPLEMENTEDs and enables some code that no longer | sky@chromium.org | 2009-09-14 | 1 | -1/+0 |
* | Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 1 | -14/+9 |
* | Wires up drag and drop for bookmark menus and cleans up a couple of | sky@chromium.org | 2009-09-09 | 8 | -27/+67 |
* | Adds support for initiating drags from bookmark menus. | sky@chromium.org | 2009-08-28 | 3 | -25/+6 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -3/+0 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -0/+3 |
* | Attempt 2 at landing bookmark menus. | sky@chromium.org | 2009-08-26 | 9 | -58/+210 |
* | Reverts menu patch. | sky@chromium.org | 2009-08-26 | 9 | -210/+58 |
* | Gets bookmark menu working on linux. There are just a handful of | sky@chromium.org | 2009-08-26 | 9 | -58/+210 |
* | Further refactoring of menus for GTK. I've now separated out | sky@chromium.org | 2009-08-24 | 23 | -4403/+1086 |
* | Splits the menu classes into individual files in anticipation of | sky@chromium.org | 2009-08-20 | 9 | -0/+3954 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 1 | -4/+7 |
* | Fixes possible crash in bookmark menus. Specifically if you had a menu | sky@chromium.org | 2009-07-31 | 2 | -3/+10 |
* | Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2.... | ben@chromium.org | 2009-07-15 | 1 | -2/+3 |
* | Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ... | jshin@chromium.org | 2009-07-14 | 1 | -2/+2 |
* | Convert menu strings to UTF16, fix some views-GTK build errors. | brettw@chromium.org | 2009-07-02 | 4 | -22/+22 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Rework a loop in the native menu code to iterate over the vector of items we ... | ben@chromium.org | 2009-06-29 | 1 | -4/+5 |
* | Fix a menu crash. | ben@chromium.org | 2009-06-26 | 1 | -0/+1 |
* | Update Skia transfer modes to match changes in Skia as of r239 | amanda@chromium.org | 2009-06-25 | 2 | -2/+2 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -1/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ... | ben@chromium.org | 2009-06-15 | 3 | -24/+149 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 3 | -3/+12 |
* | Allow external hosts to handle the context menu and thus be able to customize... | ananta@chromium.org | 2009-06-12 | 2 | -3/+12 |
* | Fixes crash in menu. It's possible for the WM_MENUSELECT to pass in | sky@chromium.org | 2009-06-10 | 1 | -0/+3 |
* | Remove Menu2Delegate interface and fold methods onto Menu2Model instead. | ben@chromium.org | 2009-06-09 | 9 | -50/+137 |
* | forgot this file in last CL | ben@chromium.org | 2009-06-08 | 1 | -0/+44 |
* | A new menu system for views. | ben@chromium.org | 2009-06-08 | 8 | -0/+1210 |
* | Fixes bug introduced during menu refactoring. Specifically the | sky@chromium.org | 2009-06-05 | 3 | -4/+16 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 2 | -0/+134 |
* | Change the native type passed to Menu to get the system menu. The system menu | brettw@chromium.org | 2009-05-26 | 2 | -2/+2 |
* | Remove some dependencies on Windows-specific files in BrowserView. The usage | brettw@chromium.org | 2009-05-22 | 2 | -0/+9 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 1 | -2/+2 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 1 | -2/+2 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 1 | -2/+2 |
* | Makes chrome_menu able to compile of Linux (the header that is). I'm | sky@chromium.org | 2009-05-18 | 2 | -38/+53 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 3 | -21/+21 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 3 | -8/+8 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 4 | -635/+740 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -2/+6 |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 2 | -3/+9 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -6/+2 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -2/+6 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -3/+2 |