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
/
ui
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support high dpi in menu scroll arrow, submenu arrow and drag_utils.
oshima@chromium.org
2012-07-12
2
-31
/
+63
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
90
-90
/
+0
*
Get rid of implicit conversion to and from ImageSkiaRep
pkotwicz@chromium.org
2012-07-11
2
-2
/
+5
*
Make tab/tabstrip high density compatible
oshima@chromium.org
2012-07-10
1
-3
/
+4
*
Rename RenderText::CreateRenderText() to RenderText::CreateInstance().
asvitkine@chromium.org
2012-07-09
1
-1
/
+1
*
Fix RenderTextWin base direction; remove test exceptions; etc.
msw@chromium.org
2012-07-04
2
-34
/
+0
*
Loading/Creating images for mutiple scale factors on the fly
oshima@chromium.org
2012-07-03
1
-44
/
+68
*
Modified the wrench menu with the latest specs for touch
skuhne@chromium.org
2012-06-30
2
-11
/
+10
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
1
-1
/
+3
*
Added support for icon views (view used instead of icon in a menu item).
yefim@chromium.org
2012-06-28
7
-63
/
+138
*
views: Get rid of the stl-style accessors from View.
tfarina@chromium.org
2012-06-28
1
-3
/
+2
*
Close any open menus on activation changes.
flackr@chromium.org
2012-06-28
2
-10
/
+36
*
Add ability to build a canvas with a target scale factor.
pkotwicz@chromium.org
2012-06-27
2
-11
/
+1
*
This CL adds a new object: ImageSkiaRep
pkotwicz@chromium.org
2012-06-25
3
-46
/
+51
*
[views] Text fields must respond to touch gestures directly.
junmin.zhu@intel.com
2012-06-22
1
-7
/
+20
*
Handle TAP gesture on views combo box.
flackr@chromium.org
2012-06-21
2
-0
/
+12
*
Make ImageButton and NetworkMenuIcon work in high DPI
pkotwicz@chromium.org
2012-06-20
3
-26
/
+89
*
Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPI
pkotwicz@chromium.org
2012-06-20
3
-89
/
+26
*
Make ImageButton and NetworkMenuIcon work in high DPI
pkotwicz@chromium.org
2012-06-20
3
-26
/
+89
*
views: Account for device scale factor when drawing drag images for views.
varunjain@chromium.org
2012-06-19
1
-3
/
+5
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
1
-1
/
+1
*
Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.
tfarina@chromium.org
2012-06-17
1
-2
/
+2
*
Aura: Activates mnemonics of menu only when it it pressed without modifiers.
yoshiki@chromium.org
2012-06-16
1
-10
/
+16
*
Show context menu on long press.
flackr@chromium.org
2012-06-15
2
-23
/
+45
*
Add TAP support to views textfield.
flackr@chromium.org
2012-06-15
2
-0
/
+15
*
ui-gestures: Added some type-specific accessors to gesture-events.
sadrul@chromium.org
2012-06-13
2
-7
/
+16
*
Add touch gestures to views menu controls.
flackr@chromium.org
2012-06-13
4
-1
/
+19
*
Make IsTriggerableEvent take Event objects and use it to verify whether tap e...
flackr@chromium.org
2012-06-12
8
-25
/
+36
*
Add Windows commandline switch --enable-views-textfield.
msw@chromium.org
2012-06-08
4
-40
/
+37
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-07
15
-45
/
+45
*
Revert 140877 - Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
15
-45
/
+45
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
15
-45
/
+45
*
Show hover fade out after tap to indicate tapped button.
flackr@chromium.org
2012-06-06
1
-1
/
+5
*
Makes menus cancel if the display size changes.
sky@chromium.org
2012-06-06
3
-0
/
+102
*
Indicate focused state on text buttons with blue outline.
flackr@chromium.org
2012-06-06
2
-4
/
+14
*
views: Process gesture events correctly in Link, Slider and ScrollBars.
sadrul@chromium.org
2012-06-05
6
-26
/
+92
*
views: Let super-classes implementation take care of unprocessed gesture events.
sadrul@chromium.org
2012-06-05
1
-1
/
+1
*
Add support for touch gestures on views::CustomButtom.
flackr@chromium.org
2012-06-05
2
-0
/
+21
*
Relanding this with fixes to the linux chromeos builder.
ananta@chromium.org
2012-06-05
1
-1
/
+5
*
Revert 140426 - Ensure that the new window context menu option does not show ...
acolwell@chromium.org
2012-06-04
1
-5
/
+1
*
Ensure that the new window context menu option does not show up in windows 8 ...
ananta@chromium.org
2012-06-04
1
-1
/
+5
*
ui: Rename the IDR constants to put hot/pressed state before position.
tfarina@chromium.org
2012-06-04
1
-18
/
+18
*
Introduce GetCompositionCharacterBounds.
nona@chromium.org
2012-06-04
3
-0
/
+68
*
Move IDR_THROBBER from ui_resources to ui_resources_standard
varunjain@chromium.org
2012-06-01
1
-0
/
+1
*
Support for the OSK in the native text field (e.g. the Find box) on Win8 clas...
tommi@chromium.org
2012-05-31
2
-0
/
+33
*
views: Sort header files.
tfarina@chromium.org
2012-05-30
18
-20
/
+19
*
Fixing too large menu case for suppressing scrollable menus
skuhne@chromium.org
2012-05-26
1
-5
/
+8
*
Fixing build breakage introduced in r138963
oshima@chromium.org
2012-05-25
1
-1
/
+6
*
Allowing menu creator to suppress scrollable menus if they do not fit on the ...
skuhne@chromium.org
2012-05-25
1
-12
/
+43
[next]