summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Revert 74693. Changing approach.ben@chromium.org2011-02-144-11/+11
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-114-11/+11
* Fix MenuClosed on views+gtkpiman@google.com2011-02-111-0/+2
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-116-39/+18
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-114-8/+8
* views: Move more layout constants to the views namespace. Part 3.tfarina@chromium.org2011-02-101-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-1023-77/+81
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-0913-45/+41
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-0913-41/+45
* views: Move more layout constants to the views namespace. Part 2.tfarina@chromium.org2011-02-091-5/+5
* Fix submenu arrow position for RTLoshima@google.com2011-02-093-15/+42
* Move Event files into views/eventsben@chromium.org2011-02-097-7/+7
* touch: Fix compile after views API changes, and remove some dead code.sadrul@chromium.org2011-02-092-13/+0
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-0916-76/+70
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-0911-14/+14
* Make linux MouseWheelEvent consistent with win.xiyuan@chromium.org2011-02-082-2/+2
* Revert "Fix submenu arrow position for RTL"oshima@google.com2011-02-083-41/+14
* Fix submenu arrow position for RTLoshima@google.com2011-02-083-14/+41
* Clean up RTL methods.ben@chromium.org2011-02-085-9/+9
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-0829-63/+46
* Make mouse wheel scrolling in views menu smoother.xiyuan@chromium.org2011-02-075-3/+17
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0572-119/+119
* Added battery status update in drop-down when power is changed.oshima@google.com2011-02-031-0/+2
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-033-5/+46
* views textfield: Show the correct cursor.sadrul@chromium.org2011-02-012-16/+44
* Fix crash in BookmarkMenuController::GetTooltipText that occurredsky@chromium.org2011-02-011-0/+5
* Lands http://codereview.chromium.org/6305001/ for Simon:sky@chromium.org2011-01-282-1/+16
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-0/+1
* Fix printing PDFs through right click on Mac and Linux. Looks like they both...jam@chromium.org2011-01-271-16/+2
* views: Move grid_layout files into layout directory. Final Part.tfarina@chromium.org2011-01-271-1/+1
* Implement double/triple click functionality in views textfield. Also changed ...varunjain@chromium.org2011-01-276-9/+191
* views: Move standard_layout.h into the layout directory.tfarina@chromium.org2011-01-261-1/+2
* views: Move fill_layout.[cc,h] into layout directory.tfarina@chromium.org2011-01-253-6/+6
* Removes debugging code as cause of crash was found. I'm TBRing as thissky@chromium.org2011-01-241-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-2117-22/+22
* Fix range comparison. Get space to accept keyword work.oshima@google.com2011-01-211-3/+3
* views: Make CreatePanelGridLayout a static method of GridLayout class.tfarina@chromium.org2011-01-211-2/+2
* Fixes possible crash in menus. The crash would happen because we weresky@chromium.org2011-01-211-0/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-2012-12/+12
* Make uneditable when readonly.oshima@google.com2011-01-205-20/+105
* Fix regression in submenus not working.jam@chromium.org2011-01-201-2/+15
* touch: Allow grabbing/ungrabbing touch devices for XInput2.sadrul@chromium.org2011-01-201-0/+21
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-209-16/+16
* Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...sadrul@chromium.org2011-01-201-21/+0
* touch: Allow grabbing/ungrabbing touch devices for XInput2.sadrul@chromium.org2011-01-201-0/+21
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-198-22/+21
* Move more dnd related files to ui/baseben@chromium.org2011-01-194-12/+12
* Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ...oshima@google.com2011-01-1912-26/+325
* views: Implement NativeTableGtk::RemoveColumn method.tfarina@chromium.org2011-01-191-3/+13
* Fixes bug where if preferred size of button was asked for while theresky@chromium.org2011-01-181-1/+1