Sign in
chromium
/
chromium
/
src.git
/
77745c3b88efd290e44aa116db893b2f6b1fd770
/
chrome
/
browser
/
ui
/
views
/
wrench_menu.cc
77745c3
Reverse menu anchor position provided to views::MenuItemView for RTL languages.
by
[email protected]
· 14 years ago
1cb3eb9
Cleanup:
by
[email protected]
· 14 years ago
6483195
First draft of patch for setting texture_needs_updating_.
by
[email protected]
· 14 years ago
4d81c24
views: Make View::SetFocusable() a simple setter accessor.
by
[email protected]
· 14 years ago
c7b6a22
Couple more wrench menu issues. The patch I sent around a couple of
by
[email protected]
· 14 years ago
89805c1
Remove Profile code from HostZoomMap.
by
[email protected]
· 14 years ago
c517428
Refactors code for showing bookmark menus so that it can be used by
by
[email protected]
· 14 years ago
3a37ad41
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
by
[email protected]
· 14 years ago
afd1e52
Move UserMetrics to content.
by
[email protected]
· 14 years ago
79e549f
Re-land: Refactor Views accessibility.
by
[email protected]
· 14 years ago
f4c2a6f
Update a bunch of files to the new location of notification files.
by
[email protected]
· 14 years ago
bb837f9
Revert 76825 - Refactor Views accessibility.
by
[email protected]
· 14 years ago
c45dde3
Refactor Views accessibility.
by
[email protected]
· 14 years ago
21f1168
Update the includes to the old tab_contents.h
by
[email protected]
· 14 years ago
0a119c9
Dramatically simplify view painting by getting rid of RootView's redundant knowledge of invalid rects.The OS is capable of doing this for us (see: InvalidateRect, etc.), so we should just defer to it.I was also able to remove all of the custom logic in WindowWin::OnNCPaint and replace it with a simple SetMsgHandled check.http://crbug.com/72040TEST=none
by
[email protected]
· 14 years ago
7907e59
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
by
[email protected]
· 14 years ago
2083860
Rework tree APIs to reflect Google style and more const-correctness.Also, move PrintViewHierarchy/PrintFocusHierarchy out into a separate header.
by
[email protected]
· 14 years ago
9defbad
Clean up RTL methods.
by
[email protected]
· 14 years ago
97a3114
Rework basic bounds methods on View to match new V2 API:
by
[email protected]
· 14 years ago
08397d5
Change includes of gfx/* to ui/gfx/*
by
[email protected]
· 14 years ago
c051a1b
Move l10n_util to ui/base
by
[email protected]
· 14 years ago
42ce29d
Move ResourceBundle, DataPack to ui/base
by
[email protected]
· 14 years ago
001f08a
Remove wstring from views. Part 3: Switch accessibility strings to string16.
by
[email protected]
· 14 years ago
44cbd9e
Move models from app to ui/base/models
by
[email protected]
· 14 years ago
366069f
The UMA stat for the Wrench menu was only firing when Alt+F was pressed, not when mouse clicking. Move the recording of the event down into the funnel.
by
[email protected]
· 14 years ago
9e790bd
Remove the stubbed out headers in chrome/browser/views.
by
[email protected]
· 14 years ago
6f1d18e
Remove wstring from views. Part 2: Switch accelerator strings to string16.
by
[email protected]
· 14 years ago
7c1b7b4
Remove wstring from l10n_util. Part 7.
by
[email protected]
· 14 years ago
13658c4
Change Font.GetStringWidth() to take string16 instead of wstring.
by
[email protected]
· 14 years ago
7443494
A non-GTK version of menus for touchui.
by
[email protected]
· 15 years ago
8ecad5e
Move:
by
[email protected]
· 15 years ago
f46be6e
Cleanup: Include browser.h -> ui/browser.h [Part 2].
by
[email protected]
· 15 years ago
213dac2
Move browser/views to browser/ui/views
by
[email protected]
· 15 years ago
[Renamed from chrome/browser/views/wrench_menu.cc]
1a3aba8
Split out command IDs from chrome_dll_resource.h.
by
[email protected]
· 15 years ago
9e82366
Use CommandUpdater for disabling commands that were disabled by plugins.
by
[email protected]
· 15 years ago
166e304
Add a private pepper API for the pdf plugin to disable copy/print etc. This is needed because pdf documents might disallow copying/printing and it's confusing to have an enabled menu item which does nothing.
by
[email protected]
· 15 years ago
428f54b
Fixes bug in wrench menu where closing with menu open could trigger crash.
by
[email protected]
· 15 years ago
2cc800b
Remove mnemonic and add keyboard shortcut text to the accessible name of text buttons in the wrench menu.
by
[email protected]
· 15 years ago
e06bea6
Fix compile problem. TBR=brettw
by
[email protected]
· 15 years ago
b75b829
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the rest of Chrome. Allows plugins to have different zoom ranges, and also to update zoom on its own.
by
[email protected]
· 15 years ago
d4c4f25
Adds support for invisible menu items to bookmark menus and wires it
by
[email protected]
· 15 years ago
e12e3f6
Enable better NVDA support for custom menus.
by
[email protected]
· 15 years ago
955c2f7f
Add accessible labels for the icon buttons in the wrench menu.
by
[email protected]
· 15 years ago
e57bfac
Makes cut/copy/paste buttons centered with respect to the
by
[email protected]
· 15 years ago
5214bdd
Fixes bug where border highlight was drawn wrong for
by
[email protected]
· 15 years ago
e83326f
Convert more callers of the integer/string functions to using
by
[email protected]
· 15 years ago
e78f12a2
Toolbar layout changes for M6 theme.
by
[email protected]
· 15 years ago
65ecd5b
Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").
by
[email protected]
· 15 years ago
627da3f
Mirror wrench menu corner alignment in RTL mode.
by
[email protected]
· 15 years ago
7e1f2dec
UpdateZoomControls honors the global enabled state of the zoom commands.
by
[email protected]
· 15 years ago
e1a02d6
Makes the decrement zoom button appear before the increment button.
by
[email protected]
· 15 years ago
84e4f8c
Changes the wrench menu to calculate the width needed for the zoom
by
[email protected]
· 15 years ago
3434490
Fixes two bugs in wrench menu when shown rtl:
by
[email protected]
· 15 years ago
60555ec
Fixes bug where clicks any where around the cut/copy/paste menu would
by
[email protected]
· 15 years ago
a00b032
Changes mnemonics for bookmark menus to show the mnemonics if either
by
[email protected]
· 15 years ago
eccda9db
Attempt 2 at landing the following. This differs from the first in
by
[email protected]
· 15 years ago
3a8a4af
Revert 50604 - Moves cut/copy/paste and increment/descrement/fullscreen into buttons
by
[email protected]
· 15 years ago
f15a3b0
Moves cut/copy/paste and increment/descrement/fullscreen into buttons on views.
by
[email protected]
· 15 years ago