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
/
menu_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move menu directory to ui/views/controls/.
tfarina@chromium.org
2011-11-28
1
-1955
/
+0
*
views: Move button directory to ui/views/controls/.
tfarina@chromium.org
2011-11-28
1
-1
/
+1
*
Remove remaining defined(TOUCH_UI) under views/controls
saintlou@chromium.org
2011-11-23
1
-17
/
+1
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
1
-2
/
+2
*
Revert 110949 - views: Move widget/ directory to ui/views.
wez@chromium.org
2011-11-21
1
-2
/
+2
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
1
-2
/
+2
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
1
-1
/
+1
*
Send fake event when event_type is set to exit menu so that
oshima@google.com
2011-11-18
1
-16
/
+23
*
wayland: define base:NativeEvent for Wayland
msb@chromium.org
2011-11-14
1
-1
/
+1
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
1
-1
/
+1
*
Fixes bug that resulted in nested menus staying on screen if the
sky@chromium.org
2011-11-04
1
-0
/
+1
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-29
/
+23
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Remove DispatchNativeEvent in favor of GetDispatcher.
oshima@chromium.org
2011-10-07
1
-2
/
+5
*
views: Change MenuItemView::GetTitle() to string16.
tfarina@chromium.org
2011-10-05
1
-1
/
+1
*
Fix menu on aura/linux
oshima@google.com
2011-10-04
1
-18
/
+37
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2011-09-27
1
-0
/
+2
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
1
-1
/
+1
*
aura-views: Make views_aura_desktop compile and run on linux.
sadrul@chromium.org
2011-09-07
1
-0
/
+6
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-4
/
+6
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-6
/
+4
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-4
/
+6
*
Wayland support for views. views_desktop on Wayland.
backer@chromium.org
2011-08-26
1
-0
/
+7
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+8
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-8
/
+2
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+8
*
Add Aura support to views:
ben@chromium.org
2011-08-25
1
-1
/
+1
*
Moves ownership of MenuItemView to MenuRunner as well as responbility
sky@chromium.org
2011-08-25
1
-11
/
+19
*
Reverts debugging code added for 90860. The change to MenuItemView
sky@chromium.org
2011-08-24
1
-2
/
+1
*
Converts a DCHECK into a CHECK in hopes of tracking why the menu code
sky@chromium.org
2011-08-19
1
-1
/
+2
*
Adds some debugging code in hopes of finding why 90860 is happening.
sky@chromium.org
2011-08-18
1
-1
/
+2
*
Remove menu keyboard grab and close menu on window manager activation change.
rhashimoto@chromium.org
2011-07-27
1
-0
/
+11
*
Fixes bug in showing a sibling menu that could lead to an
sky@chromium.org
2011-07-26
1
-1
/
+1
*
Use widget to specify the parent of views menu.
oshima@google.com
2011-07-26
1
-3
/
+4
*
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
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-5
/
+3
*
Fixes crash when dropping on a menu showing the 'emtpy' menu item.
sky@chromium.org
2011-07-12
1
-4
/
+4
*
Makes views menu open submenus immediately when pressing a key. We
sky@chromium.org
2011-07-08
1
-1
/
+1
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
1
-13
/
+9
*
Add MenuItemView API to control menu repositioning.
rhashimoto@chromium.org
2011-06-24
1
-6
/
+23
*
Reverse menu anchor position provided to views::MenuItemView for RTL languages.
rhashimoto@chromium.org
2011-06-07
1
-1
/
+8
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
1
-4
/
+4
*
Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.
rhashimoto@chromium.org
2011-06-01
1
-1
/
+8
*
Makes rendering of selected disabled menu items match what windows does. As w...
sky@chromium.org
2011-05-27
1
-1
/
+1
*
Couple more wrench menu issues. The patch I sent around a couple of
sky@chromium.org
2011-05-27
1
-1
/
+7
*
Adds two methods to the MenuDelegate I'm going to need for bookmark
sky@chromium.org
2011-05-19
1
-2
/
+4
[next]