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
/
aura
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
2
-3
/
+1
*
aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...
erg@google.com
2012-05-15
9
-138
/
+568
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
cros: Window header heights to new UI spec
jamescook@chromium.org
2012-05-15
4
-7
/
+10
*
Take 2 at: Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-15
9
-191
/
+171
*
Revert 136877 - Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
9
-171
/
+191
*
Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
9
-191
/
+171
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
2
-2
/
+2
*
Aura: Adds custom cursors for drag and drop (second attempt:
varunjain@chromium.org
2012-05-11
5
-1
/
+151
*
Makes gesture events generate mouse events.
sky@chromium.org
2012-05-11
2
-27
/
+242
*
aura: Preprocess an XEvent to make changes for 'alt-click to right-click' bef...
sadrul@chromium.org
2012-05-10
1
-0
/
+29
*
Add ability to turn off DIP
oshima@chromium.org
2012-05-10
1
-1
/
+3
*
Add new ResourceBundle::Delegate interface.
marshall@chromium.org
2012-05-09
2
-2
/
+2
*
Derive scale factor from device
oshima@chromium.org
2012-05-08
1
-0
/
+16
*
Move DIP translation from ui/aura to ui/compositor.
oshima@chromium.org
2012-05-08
7
-213
/
+67
*
Revert r135533.
thakis@chromium.org
2012-05-08
3
-59
/
+1
*
Confine cursor after bounds is updated.
oshima@chromium.org
2012-05-08
1
-7
/
+7
*
Calibrating touch input
skuhne@chromium.org
2012-05-07
1
-2
/
+9
*
ui/aura: Include x11_util.h in root_window_host.cc to pick missing functions.
tfarina@chromium.org
2012-05-05
1
-0
/
+1
*
ui: Move compositor/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-05
13
-29
/
+28
*
Aura: Adds custom cursors for drag and drop.
varunjain@chromium.org
2012-05-05
3
-1
/
+59
*
Revert 135426 - Aura: Adds custom cursors for drag and drop.
rvargas@google.com
2012-05-04
3
-59
/
+1
*
Aura: Adds custom cursors for drag and drop.
varunjain@chromium.org
2012-05-04
3
-1
/
+59
*
aura: Re-enable CheckXEventForConsistency checks for XI2.2
sadrul@chromium.org
2012-05-04
1
-6
/
+5
*
Revert 135378 - Aura: Adds custom cursors for drag and drop.
varunjain@chromium.org
2012-05-04
3
-59
/
+1
*
Aura: Adds custom cursors for drag and drop.
varunjain@chromium.org
2012-05-04
3
-1
/
+59
*
Add some aura::Window debug methods
davemoore@chromium.org
2012-05-04
2
-0
/
+27
*
Aura desktop: Really implement DesktopActivationClient::OnWillFocusWindow().
erg@chromium.org
2012-05-04
1
-2
/
+1
*
Revert 135144 - Remove resize border from maximized app windows
davemoore@chromium.org
2012-05-03
1
-2
/
+2
*
Remove resize border from maximized app windows
davemoore@chromium.org
2012-05-03
1
-2
/
+2
*
Make EventGenerator send the left button state in release
davemoore@chromium.org
2012-05-03
1
-2
/
+2
*
Aura on Linux: Make a DesktopScreenX11 to match the windows one.
erg@chromium.org
2012-05-03
3
-6
/
+122
*
[ASH] Use real coordinates to sort monitors
oshima@chromium.org
2012-05-02
1
-2
/
+2
*
Tighten up the DEPS file in aura to prevent inclusion of higher level bits of...
ben@chromium.org
2012-05-01
1
-1
/
+3
*
aura: Avoid copying a touch-event in X11.
sadrul@chromium.org
2012-05-01
1
-3
/
+0
*
Get the default device scale factor from monitor
oshima@chromium.org
2012-05-01
2
-1
/
+3
*
This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...
oshima@chromium.org
2012-04-27
9
-37
/
+218
*
Make views_examples work in aura without ash.
ben@chromium.org
2012-04-26
10
-0
/
+222
*
* Separated implementation class from gfx::Screen
oshima@chromium.org
2012-04-25
16
-229
/
+154
*
Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...
erg@chromium.org
2012-04-25
5
-8
/
+19
*
In High DPI mode we set transform which includes a scale factor.
pkotwicz@chromium.org
2012-04-24
2
-4
/
+18
*
aura: Hide transient children of a Window when the window hides.
varunjain@chromium.org
2012-04-24
2
-0
/
+9
*
ui: Convert VLOGs to DVLOGs.
tfarina@chromium.org
2012-04-23
1
-1
/
+1
*
Aura: Don't set a minimum size for our windows on Linux.
erg@chromium.org
2012-04-21
2
-29
/
+11
*
Revert 133261 - Gesture Recognition unit tests have too many dependencies.
thestig@chromium.org
2012-04-20
2
-84
/
+1378
*
Gesture Recognition unit tests have too many dependencies.
tdresser@chromium.org
2012-04-20
2
-1378
/
+84
*
ash: Hide launcher for unmanaged fullscreen windows.
derat@chromium.org
2012-04-20
3
-1
/
+7
*
Recommitting Aura/ash split: Remove hacks and get chrome linking without ash.
erg@chromium.org
2012-04-20
3
-0
/
+58
*
Revert 132856 - Aura/ash split: Remove hacks and get chrome linking without ash.
erg@google.com
2012-04-18
3
-58
/
+0
*
Aura/ash split: Remove hacks and get chrome linking without ash.
erg@chromium.org
2012-04-18
3
-0
/
+58
[next]