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
/
widget
/
root_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --debug-views-paint switch that shows damaged rectangles in red
oshima@google.com
2011-02-12
1
-0
/
+7
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-20
/
+20
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-13
/
+13
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-13
/
+13
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-14
/
+16
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
touch: Hide the X cursor when not in use.
sadrul@chromium.org
2011-01-26
1
-0
/
+15
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
1
-2
/
+2
*
Move more dnd related files to ui/base
ben@chromium.org
2011-01-19
1
-1
/
+1
*
touch: Gesture manager receives the touch-sequence status.
sadrul@chromium.org
2011-01-19
1
-8
/
+4
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-6
/
+17
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-3
/
+3
*
no native implementation of Textfield.
oshima@chromium.org
2010-12-17
1
-4
/
+7
*
Fix GestureManager Singleton implementation
bryeung@google.com
2010-12-14
1
-1
/
+1
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
touchui: Create touch-events.
sadrul@chromium.org
2010-11-23
1
-0
/
+6
*
Refactoring of cursor usage (primarily for linux).
sadrul@chromium.org
2010-11-23
1
-2
/
+0
*
Working on removing GTK for touch UI, by introducing a new
anicolao@chromium.org
2010-09-30
1
-0
/
+6
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-5
/
+2
*
Added entry points to view/View to dispatch and process TouchEvents.
rjkroege@google.com
2010-09-08
1
-0
/
+65
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
1
-3
/
+3
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
1
-3
/
+3
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
1
-3
/
+3
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
1
-3
/
+3
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
1
-3
/
+3
*
Disable the stop button when the user is hovering it and the page finishes lo...
pkasting@chromium.org
2010-08-20
1
-2
/
+5
*
Make theme change notifications auto-propagate through the view hierarchy, in...
pkasting@chromium.org
2010-07-27
1
-4
/
+3
*
Bye bye tab close dot, we hardly knew you.
sky@chromium.org
2010-07-07
1
-72
/
+0
*
Canvas refactoring Phase 4a:
ben@chromium.org
2010-06-29
1
-2
/
+2
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-25
1
-4
/
+4
*
Revert 50784 - Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-4
/
+4
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-4
/
+4
*
Improve toolbar keyboard accessibility.
dmazzoni@chromium.org
2010-06-18
1
-225
/
+3
*
Attempt 2 at:
sky@chromium.org
2010-06-15
1
-0
/
+72
*
Revert 49795 - Changes the tab close button to a dot, unless you're near the ...
sky@chromium.org
2010-06-15
1
-71
/
+0
*
Changes the tab close button to a dot, unless you're near the button
sky@chromium.org
2010-06-15
1
-0
/
+71
*
UI Language switch implemented by propagating LocaleChanged()
glotov@google.com
2010-04-20
1
-0
/
+5
*
Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...
pkasting@chromium.org
2010-04-03
1
-12
/
+0
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Gtk views code touch up
xiyuan@chromium.org
2010-03-16
1
-1
/
+6
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
1
-9
/
+4
*
Addded notification when ancestor gets changed. So windows that lack focus ma...
georgey@chromium.org
2010-01-07
1
-0
/
+5
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
1
-2
/
+2
*
Turns on the focus traversal unit-tests and fixed some focus traversal problem:
jcampan@chromium.org
2009-10-07
1
-3
/
+12
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-17
/
+17
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-2
/
+2
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
1
-2
/
+2
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
1
-2
/
+2
[next]