summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Converts a DCHECK into a CHECK in hopes of tracking why the menu codesky@chromium.org2011-08-191-1/+2
* Fix shlib build breakageoshima@google.com2011-08-191-1/+2
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-1920-79/+540
* Disable NativeTextfieldViews drag and drop on TOUCHUI.msw@chromium.org2011-08-191-3/+15
* Adds some debugging code to track crash. It seems as thoughsky@chromium.org2011-08-191-1/+9
* Introduce FORCE_LTR_DIRECTIONALTY in Canvas.xji@chromium.org2011-08-182-42/+45
* Adds some debugging code in hopes of finding why 90860 is happening.sky@chromium.org2011-08-184-2/+17
* Add Unicode support to ibus_input_method.cc.yusukes@google.com2011-08-181-0/+8
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-182-2/+3
* widget: Look at the 'maximize' initialization param on creation.sadrul@chromium.org2011-08-182-2/+4
* Implement NativeWidgetViews::CenterWindow().rhashimoto@chromium.org2011-08-171-2/+4
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-172-2/+2
* Make sure dialog window gets closed at the end of test.oshima@google.com2011-08-171-5/+27
* Remove PREVIOUS_GRAPHEME_TRAILING. xji@google.com2011-08-162-44/+13
* chromeos: Improve brightness and volume animations.derat@chromium.org2011-08-153-127/+104
* views-desktop: Fix updating the cursor for windows.sadrul@chromium.org2011-08-153-1/+13
* Implemented nicer battery statusdavemoore@chromium.org2011-08-127-4/+49
* Dropping non-existant sources.bradnelson@google.com2011-08-111-1/+0
* Fix RenderText cached bounds and offset logic; update clients.msw@chromium.org2011-08-112-17/+6
* views-desktop: Fix sending mousewheel events to the correct view.sadrul@chromium.org2011-08-111-2/+12
* views: Force child views to paint into their own texture when the parent has ...sadrul@chromium.org2011-08-101-5/+10
* views-desktop: Add the desktop-window as an observer for a widget when it get...sadrul@chromium.org2011-08-101-1/+7
* NativeWidgetPrivate::CreateNativeWidget should check for NULL on views_delegatevarunjain@chromium.org2011-08-091-1/+1
* Tests for TouchSelectoinControllerImpl.varunjain@chromium.org2011-08-085-0/+219
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-084-12/+25
* Fix typo in SelectRect().xji@google.com2011-08-061-1/+1
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-05104-255/+256
* extend RenderText for inheritance. Itxji@google.com2011-08-045-66/+142
* Add missing OnCaretBoundsChanged() hooks to NativeTextfieldViews.varunjain@chromium.org2011-08-031-0/+4
* Add proper drag position to TouchSelectionController::SelectionHandleDragged.varunjain@chromium.org2011-08-032-5/+6
* Make NetworkMenuModel a ui::MenuModel again.rhashimoto@chromium.org2011-08-034-7/+15
* views: Properly exclude native_menu_x when touchui==0 and toolkit_uses_gtk=1mnissler@chromium.org2011-08-031-2/+2
* Implement text selection widgets for controlling text selection on touchvarunjain@chromium.org2011-08-037-10/+426
* Alwas set saved maximized state for panels to 'false'.stevenjb@google.com2011-08-021-1/+8
* Fix font and selection issues for RenderText temporary code.msw@chromium.org2011-08-021-0/+7
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-0210-65/+45
* views: Remove a bunch of unneeded includes from view_win.cctfarina@chromium.org2011-08-021-12/+3
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-0/+1
* Fixes crash in menu code. Based on crash data we're being asked forsky@chromium.org2011-08-011-4/+3
* Add myself to OWNERS in views/ and views/touchui.sadrul@chromium.org2011-07-292-0/+2
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-296-4/+30
* Fixes crash in menu code. MenuItemView doesn't handle trying to show asky@chromium.org2011-07-291-0/+5
* Shell of implementation for embedded windows. At this point this issky@chromium.org2011-07-292-5/+3
* Adds some debugging code to help isolate if we're crashing because thesky@chromium.org2011-07-292-7/+20
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-296-7/+141
* Use VIEWS_API in a few places to fix component build for chromeos and touchui.sadrul@chromium.org2011-07-282-3/+4
* Make VIEWS_API declarations in order to fix ChromeOS shared lib builds.mnissler@chromium.org2011-07-282-2/+3
* Fix views_examples NativeWidgetViews parenting on Windows.rhashimoto@chromium.org2011-07-281-1/+21
* Fix grab/ungrab in views-desktop world.sadrul@chromium.org2011-07-283-1/+23
* Create views.dll / libviews.sodarin@chromium.org2011-07-28105-239/+309