summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-182/+124
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Clean up RTL methods.ben@chromium.org2011-02-081-30/+24
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-35/+57
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Sort the methods in views into sections, and make .cc order match .hben@chromium.org2011-02-051-900/+909
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-021-1/+12
* views: Move layout_manager.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-2/+2
* Delay deletion of view in View::DoRemoveChildViewbattre@chromium.org2011-01-251-1/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-6/+6
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-5/+4
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-4/+4
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-2/+2
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-2/+3
* Fixes bug where we would some times not layout when we needed to.sky@chromium.org2010-10-251-3/+8
* Some cleanup of view accessibility and view accessibility wrapper.ctguil@chromium.org2010-10-221-6/+3
* Convert LOG(INFO) to VLOG(1) - views/.pkasting@chromium.org2010-10-201-3/+3
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-10/+2
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-081-0/+16
* Fixed error message bubbles according to the latest mocksdpolukhin@chromium.org2010-08-231-0/+6
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-131-9/+3
* Improvements to accessibility extension api support for "views":dmazzoni@chromium.org2010-08-061-0/+7
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-271-5/+6
* Fixes regression in links ending up too small. The problem is that wesky@chromium.org2010-07-211-9/+11
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-151-3/+24
* Prevent non-visible views from getting focused.mnissler@chromium.org2010-07-141-2/+3
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-25/+8
* Re-land r51526mnissler@chromium.org2010-07-051-6/+3
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-021-3/+6
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-021-6/+3
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-291-6/+6
* Canvas refactoring part 3.ben@chromium.org2010-06-251-7/+7
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-7/+7
* Canvas refactoring part 3.ben@chromium.org2010-06-241-7/+7
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-3/+10
* Attempt 2 at:sky@chromium.org2010-06-151-8/+25
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-25/+8
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-8/+25
* Initial work to fix the IAccessible tree in circumstances where there is a wi...ctguil@chromium.org2010-05-271-0/+12
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-131-1/+1
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-7/+1
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-2/+3
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-0/+13
* Virtual LocaleChanged() callback added to views hierarchy to notifyglotov@google.com2010-03-251-2/+6
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-3/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* remove itself from parent when deleted.oshima@chromium.org2010-03-121-2/+4