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
/
views.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: Move gfx/compositor* to gfx/compositor/
backer@chromium.org
2011-03-23
1
-1
/
+2
*
Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.
suzhe@google.com
2011-03-21
1
-0
/
+1
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
1
-4
/
+5
*
Replace views::TextRange with ui::Range.
suzhe@google.com
2011-03-15
1
-1
/
+0
*
Fix clang build (tested on trybots this time!).
dmazzoni@chromium.org
2011-03-14
1
-0
/
+1
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-6
/
+3
*
Fix final nits on linux_views
erg@google.com
2011-03-10
1
-0
/
+2
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
1
-0
/
+2
*
Fix obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-03-09
1
-1
/
+0
*
Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-08
1
-2
/
+2
*
Revert 77068 - Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-07
1
-2
/
+2
*
Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-06
1
-2
/
+2
*
Make Window class concrete (mostly).
ben@chromium.org
2011-03-05
1
-0
/
+2
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
1
-0
/
+1
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-3
/
+6
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-6
/
+3
*
Clean up more of Widget.
ben@chromium.org
2011-03-03
1
-2
/
+0
*
Land the new functions added by 76483 - but do not use them anywhere outside ...
ben@chromium.org
2011-03-02
1
-0
/
+4
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-4
/
+0
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-0
/
+4
*
Hook up empty interfaces for NativeWidget/NativeWidgetDelegate.
ben@chromium.org
2011-02-25
1
-0
/
+2
*
views: Move the implementation of MenuExample to the source file.
tfarina@chromium.org
2011-02-25
1
-0
/
+1
*
Make Widget non-abstract.
ben@chromium.org
2011-02-25
1
-0
/
+1
*
Remove NativeWidgetWin/WidgetImpl again. I'm going to take a different approa...
ben@chromium.org
2011-02-24
1
-11
/
+0
*
Change tabs to spaces in views/views.gyp
wyck@chromium.org
2011-02-24
1
-2
/
+2
*
views: Factor out from View class some metric functions and constants into it...
tfarina@chromium.org
2011-02-24
1
-0
/
+4
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-2
/
+0
*
Remove obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-02-15
1
-2
/
+0
*
Begin implementing a new widget.
ben@chromium.org
2011-02-15
1
-1
/
+10
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
1
-7
/
+5
*
Add input method support for views and integrate ibus input framework
oshima@google.com
2011-02-12
1
-0
/
+13
*
Add stub WidgetImpl class. This will become the cross platform replacement fo...
ben@chromium.org
2011-02-12
1
-0
/
+4
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
1
-5
/
+5
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
1
-0
/
+2
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-09
1
-2
/
+2
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-7
/
+7
*
fix bustage
ben@chromium.org
2011-02-09
1
-2
/
+2
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-0
/
+2
*
Revert "Fix submenu arrow position for RTL"
oshima@google.com
2011-02-08
1
-2
/
+2
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-08
1
-2
/
+2
*
views: Move the implementation of WidgetExample to the source file.
tfarina@chromium.org
2011-02-07
1
-0
/
+1
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-0
/
+3
*
views: Move the implementation of more examples from header to source file.
tfarina@chromium.org
2011-02-01
1
-0
/
+4
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-1
/
+0
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-1
/
+0
*
views: Move the implementation of ButtonExample from the header to the source...
tfarina@chromium.org
2011-01-29
1
-0
/
+1
*
views: Move grid_layout files into layout directory. Final Part.
tfarina@chromium.org
2011-01-27
1
-3
/
+3
*
views: Move standard_layout.h into the layout directory.
tfarina@chromium.org
2011-01-26
1
-0
/
+1
*
views: Move layout_manager.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
1
-2
/
+2
[next]