summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-107-19/+15
* Add a status-type for a mouse-event triggered by a touch event.sadrul@chromium.org2011-05-092-4/+10
* Delete Obsolete PaintNow methodoshima@google.com2011-05-093-18/+0
* Trigger update for all GdkWindow's marked for repainting.sadrul@chromium.org2011-05-091-1/+1
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-095-7/+380
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-092-3/+15
* Remove SetMultiLine() method from CheckboxNt class, since its now properlyrogerta@chromium.org2011-05-062-13/+0
* Reverse arrow direction so graphViz draws root node at top.wjmaclean@chromium.org2011-05-061-2/+2
* Add multi-line support to TextButtonBase since this is needed by the derivedrogerta@chromium.org2011-05-063-15/+73
* views: Remove using-directive of "views" to not make all names from the names...tfarina@chromium.org2011-05-061-2/+5
* Add method to print view tree in graphViz format.wjmaclean@chromium.org2011-05-062-0/+67
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-6/+12
* wstring: remove wstring version of SplitStringevan@chromium.org2011-05-051-5/+4
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-059-49/+175
* Removing Menu2 (size is not settable, waiting on another CL)saintlou@chromium.org2011-05-052-59/+56
* Remove crrev.com/82385 debug code added for crbug.com/78792.msw@chromium.org2011-05-044-32/+2
* Revert to non-static members for click tracking.msw@chromium.org2011-05-043-16/+25
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-034-94/+63
* Modifies the event handler for WM_APPCOMMAND events to return TRUE if the eve...mma.public@gmail.com2011-05-031-3/+2
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-035-11/+32
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-0314-100/+79
* My recent refactoring of TextButton broke the case when the string to displayrogerta@chromium.org2011-05-032-54/+32
* Factored code drawing the focusable border used in some Views controlssaintlou@chromium.org2011-05-037-172/+137
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-032-3/+3
* A workaround for textfield crash in views_examples.oshima@google.com2011-05-031-4/+6
* Add back constructors that was removed erroneously in r83795.sadrul@chromium.org2011-05-032-0/+25
* Get the correct touch identifiers from an X event.sadrul@chromium.org2011-05-024-27/+99
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-025-82/+12
* Implement new gray mock.davemoore@chromium.org2011-05-025-11/+29
* When GetIcon returns false on Windows, we should not use the icon it outputs....finnur@chromium.org2011-05-021-3/+4
* Initial implementation of pure Views combobox (aka dropdown list). The follow...saintlou@chromium.org2011-04-295-3/+532
* Fix compile error: 'comparison between signed and unsigned integer expression...sadrul@chromium.org2011-04-291-4/+4
* Window::InitWindow shouldn't replace frame view with default if custom frame setdpolukhin@chromium.org2011-04-291-1/+3
* Resubmitting change to fix a build break in the clang builder. A virtualrogerta@chromium.org2011-04-2919-244/+1033
* Parse Windows mouse drag events.msw@chromium.org2011-04-291-1/+7
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-282-0/+3
* Support creating panel on windows. Also allow dragging panels to rearrangejianli@chromium.org2011-04-281-7/+26
* Fix one case where default Non-client painting can occur... before a window i...ben@chromium.org2011-04-281-1/+2
* Create InitParams for Window.ben@chromium.org2011-04-2810-82/+101
* Revert 83373 - Resubmitting change to fix a build break in the arm builder. ...rogerta@chromium.org2011-04-2819-1033/+244
* Resubmitting change to fix a build break in the arm builder. The only changerogerta@chromium.org2011-04-2819-244/+1033
* Hack to fix incomplete redrawing of content area during window activation. Fo...ben@chromium.org2011-04-281-0/+22
* Trigger find in page when pasting even if the text is not changed.suzhe@google.com2011-04-285-95/+108
* Remove ibus checking script from views.gyp and add use_ibus=1 optionpenghuang@chromium.org2011-04-271-8/+5
* Fixes timing issue with when MenuClosed is sent to thesky@chromium.org2011-04-271-3/+3
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-274-50/+49
* Update all states when wrapper is created.oshima@google.com2011-04-274-15/+18
* Migrates NotificationPanel code to using Widget API instead ofsky@chromium.org2011-04-273-0/+6
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-2711-63/+32
* Revert 83110 - Add classes for native themed push buttons, radio buttons, and...rogerta@chromium.org2011-04-2719-1021/+244