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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-1
/
+1
*
Build fix.
evan@chromium.org
2011-02-07
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
14
-18
/
+18
*
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
4
-6
/
+64
*
views: Make ShouldUseVistaFrame a static method of WidgetWin.
tfarina@chromium.org
2011-01-28
3
-3
/
+21
*
widget-gtk: Make it possible to grab focus.
sadrul@chromium.org
2011-01-27
1
-1
/
+2
*
touch: Hide the X cursor when not in use.
sadrul@chromium.org
2011-01-26
1
-0
/
+15
*
views: Forward declare "class View;" in layout_manager.h
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
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
1
-2
/
+2
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
3
-3
/
+3
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
2
-1
/
+5
*
Fix bustage
ben@chromium.org
2011-01-20
1
-2
/
+3
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
10
-21
/
+25
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
3
-7
/
+7
*
Move more dnd related files to ui/base
ben@chromium.org
2011-01-19
7
-48
/
+39
*
touch: Gesture manager receives the touch-sequence status.
sadrul@chromium.org
2011-01-19
1
-8
/
+4
*
Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...
ben@chromium.org
2011-01-19
1
-2
/
+2
*
Make the code for unmaximizing the window during SetBounds much simpler.
levin@chromium.org
2011-01-19
2
-4
/
+4
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
2
-7
/
+18
*
Disable the check for the window being active after SetBounds because it fail...
levin@chromium.org
2011-01-15
1
-1
/
+3
*
Removed executable bit from two files where it should not have been set.
levin@chromium.org
2011-01-14
2
-0
/
+0
*
WidgetWin::SetBound on a maximized window leaves the window in the 'maximized...
levin@chromium.org
2011-01-14
2
-1
/
+84
*
Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-2
/
+2
*
Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-2
/
+2
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
5
-7
/
+6
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
3
-11
/
+11
*
Move OSExchangeData from src/app to src/ui/base/dragdrop
ben@chromium.org
2011-01-12
7
-13
/
+35
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
2
-3
/
+4
*
Replace Textfield::Keystroke with views::KeyEvent.
oshima@chromium.org
2011-01-05
1
-2
/
+4
*
Change Font.GetStringWidth() to take string16 instead of wstring.
estade@chromium.org
2011-01-04
1
-4
/
+4
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
2
-5
/
+5
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
1
-2
/
+2
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
2
-5
/
+5
*
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
-2
/
+2
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h
tfarina@chromium.org
2010-12-10
2
-3
/
+3
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+2
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-2
/
+1
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
1
-2
/
+1
*
Determine the theme for a widget in gtk from its parent,
zork@chromium.org
2010-11-24
4
-14
/
+52
*
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
*
Attempt 2 at:
sky@chromium.org
2010-11-21
7
-55
/
+45
*
Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...
sky@chromium.org
2010-11-19
7
-47
/
+55
*
Converts usage of SetProp/GetProp to a map. Even after making sure we
sky@chromium.org
2010-11-19
7
-55
/
+47
*
Dont composite if rgba is not supported.
oshima@chromium.org
2010-11-17
1
-1
/
+2
[next]