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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix small incompatibility issues with Visual Studio 2010.
jeanluc@chromium.org
2011-02-14
1
-9
/
+27
*
Carnitas: Delete stub src/gfx/* headers
sail@chromium.org
2011-02-13
2
-2
/
+1
*
Add input method support for views and integrate ibus input framework
oshima@google.com
2011-02-12
4
-0
/
+739
*
Add stub WidgetImpl class. This will become the cross platform replacement fo...
ben@chromium.org
2011-02-12
5
-0
/
+457
*
Add --debug-views-paint switch that shows damaged rectangles in red
oshima@google.com
2011-02-12
3
-0
/
+31
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
16
-282
/
+291
*
Fix MenuClosed on views+gtk
piman@google.com
2011-02-11
1
-0
/
+2
*
Safer KeyEvent construction using synthetic MSGs.
ben@chromium.org
2011-02-11
2
-17
/
+31
*
Fix views_unittests. It turns out it wasn't safe to register the observer fro...
ben@chromium.org
2011-02-11
2
-34
/
+5
*
touch: Fix build after NativeEvent2 change.
sadrul@chromium.org
2011-02-11
2
-4
/
+6
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
23
-167
/
+430
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
6
-11
/
+11
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-11
4
-18
/
+21
*
views: Move more layout constants to the views namespace. Part 3.
tfarina@chromium.org
2011-02-10
2
-12
/
+12
*
Revert 74518 - Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
4
-21
/
+18
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
4
-18
/
+21
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
42
-377
/
+321
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
20
-136
/
+153
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
20
-153
/
+136
*
views: Move more layout constants to the views namespace. Part 2.
tfarina@chromium.org
2011-02-09
2
-15
/
+15
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-09
4
-17
/
+44
*
Move Event files into views/events
ben@chromium.org
2011-02-09
20
-25
/
+25
*
touch: Fix compile after views API changes, and remove some dead code.
sadrul@chromium.org
2011-02-09
2
-13
/
+0
*
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
35
-395
/
+402
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
15
-18
/
+18
*
Make linux MouseWheelEvent consistent with win.
xiyuan@chromium.org
2011-02-08
4
-7
/
+8
*
Revert "Fix submenu arrow position for RTL"
oshima@google.com
2011-02-08
4
-43
/
+16
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-08
4
-16
/
+43
*
Fixes possible crash in confirm dialog. If you press and hold space,
sky@chromium.org
2011-02-08
5
-21
/
+27
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
11
-110
/
+58
*
touch: Fix wheel scrolling for xinput2.
sadrul@google.com
2011-02-08
2
-2
/
+22
*
views: Move more layout constants to the views namespace.
tfarina@chromium.org
2011-02-08
1
-5
/
+5
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
43
-211
/
+195
*
views: Move the implementation of WidgetExample to the source file.
tfarina@chromium.org
2011-02-07
3
-150
/
+199
*
Build fix.
evan@chromium.org
2011-02-07
1
-1
/
+1
*
Make mouse wheel scrolling in views menu smoother.
xiyuan@chromium.org
2011-02-07
5
-3
/
+17
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
117
-199
/
+199
*
Sort the methods in views into sections, and make .cc order match .h
ben@chromium.org
2011-02-05
2
-1439
/
+1543
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-1
/
+1
*
Store the user's profile as a property of a window in order to access it when...
mirandac@chromium.org
2011-02-04
8
-9
/
+46
*
views: Add namespace views to layout_constants.h
tfarina@chromium.org
2011-02-04
1
-0
/
+7
*
Added battery status update in drop-down when power is changed.
oshima@google.com
2011-02-03
1
-0
/
+2
*
Fixing a build break
msw@chromium.org
2011-02-03
2
-0
/
+0
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
12
-64
/
+307
*
Only keep accelerators registered while the window is visible
asanka@chromium.org
2011-02-02
3
-1
/
+47
*
views textfield: Show the correct cursor.
sadrul@chromium.org
2011-02-01
2
-16
/
+44
*
Fix crash in BookmarkMenuController::GetTooltipText that occurred
sky@chromium.org
2011-02-01
1
-0
/
+5
*
views: Move the implementation of more examples from header to source file.
tfarina@chromium.org
2011-02-01
10
-299
/
+419
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-1
/
+0
[next]