index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
controls
/
menu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make NetworkMenuModel a ui::MenuModel again.
rhashimoto@chromium.org
2011-08-03
4
-7
/
+15
*
Fixes crash in menu code. Based on crash data we're being asked for
sky@chromium.org
2011-08-01
1
-4
/
+3
*
Fixes crash in menu code. MenuItemView doesn't handle trying to show a
sky@chromium.org
2011-07-29
1
-0
/
+5
*
Adds some debugging code to help isolate if we're crashing because the
sky@chromium.org
2011-07-29
2
-7
/
+20
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
11
-15
/
+20
*
Remove menu keyboard grab and close menu on window manager activation change.
rhashimoto@chromium.org
2011-07-27
3
-8
/
+16
*
Fixes bug in showing a sibling menu that could lead to an
sky@chromium.org
2011-07-26
1
-1
/
+1
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Use widget to specify the parent of views menu.
oshima@google.com
2011-07-26
10
-26
/
+20
*
2nd try. added UI_API to Screen class.
oshima@google.com
2011-07-23
1
-3
/
+4
*
Revert 93744 - 2nd try. added UI_API to Screen class.
csilv@chromium.org
2011-07-23
1
-4
/
+3
*
2nd try. added UI_API to Screen class.
oshima@google.com
2011-07-23
1
-3
/
+4
*
Revert 93724
oshima@google.com
2011-07-22
1
-4
/
+3
*
Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...
oshima@google.com
2011-07-22
1
-3
/
+4
*
Fixes crash in menu code. The crash occurs because
sky@chromium.org
2011-07-21
3
-2
/
+143
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
3
-3
/
+3
*
Make all Windows menus use the same spacing, rather than having some (those t...
pam@chromium.org
2011-07-19
1
-0
/
+5
*
Fixes regression from menu refactoring. The old windows code wasn't
sky@chromium.org
2011-07-19
2
-6
/
+8
*
Enable MenuItemView to load icons for MenuModel submenus.
rhashimoto@chromium.org
2011-07-15
1
-3
/
+3
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
4
-18
/
+16
*
Attempt 2 at:
sky@chromium.org
2011-07-13
8
-400
/
+34
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
8
-34
/
+400
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
8
-400
/
+34
*
Fixes crash when dropping on a menu showing the 'emtpy' menu item.
sky@chromium.org
2011-07-12
1
-4
/
+4
*
Ensure the back/forward menus support middle click.
philippe.beaudoin@gmail.com
2011-07-12
2
-2
/
+19
*
Multi-Profiles: Add icon chooser to profiles menu
sail@chromium.org
2011-07-09
4
-17
/
+36
*
Makes views menu open submenus immediately when pressing a key. We
sky@chromium.org
2011-07-08
1
-1
/
+1
*
Rename app_strings to ui_strings.
tfarina@chromium.org
2011-07-07
2
-2
/
+2
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
3
-4
/
+4
*
Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...
ben@chromium.org
2011-06-28
4
-0
/
+85
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
4
-40
/
+23
*
Add MenuItemView API to control menu repositioning.
rhashimoto@chromium.org
2011-06-24
3
-9
/
+59
*
Re-land:
ben@chromium.org
2011-06-16
1
-3
/
+3
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-3
/
+3
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-3
/
+3
*
added right click check.
shinyak@google.com
2011-06-15
1
-2
/
+2
*
views: Make MenuDelegate constructor virtual.
thakis@chromium.org
2011-06-08
2
-0
/
+4
*
views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
Reverse menu anchor position provided to views::MenuItemView for RTL languages.
rhashimoto@chromium.org
2011-06-07
2
-3
/
+12
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
3
-14
/
+14
*
Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.
rhashimoto@chromium.org
2011-06-01
8
-7
/
+46
*
Makes rendering of selected disabled menu items match what windows does. As w...
sky@chromium.org
2011-05-27
4
-12
/
+26
*
Couple more wrench menu issues. The patch I sent around a couple of
sky@chromium.org
2011-05-27
1
-1
/
+7
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
2
-6
/
+7
*
Fix clang build for http://codereview.chromium.org/7067032/.
rhashimoto@chromium.org
2011-05-25
3
-0
/
+13
*
Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.
rhashimoto@chromium.org
2011-05-25
4
-1
/
+524
*
Fixes couple of issues with bookmarks in wrench menu:
sky@chromium.org
2011-05-25
1
-2
/
+7
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
2
-7
/
+6
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
2
-6
/
+7
*
Chromeos: virtual destructors should have virtual keyword (part 3).
hans@chromium.org
2011-05-25
1
-1
/
+1
[prev]
[next]