| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename View::GetCursor and simplify arguments. | msw@chromium.org | 2011-05-03 | 1 | -13/+12 |
* | Factored code drawing the focusable border used in some Views controls | saintlou@chromium.org | 2011-05-03 | 1 | -25/+2 |
* | Trigger find in page when pasting even if the text is not changed. | suzhe@google.com | 2011-04-28 | 1 | -0/+4 |
* | Scrap WNDCLASSEX.hCursor, update GetCursorForPoint. | msw@chromium.org | 2011-04-27 | 1 | -1/+1 |
* | Integrate the new input method API for Views into Chromium. | suzhe@google.com | 2011-04-01 | 1 | -2/+41 |
* | Disambiguate OnMouseCaptureLost from OnMouseReleased. | msw@chromium.org | 2011-03-29 | 1 | -6/+4 |
* | Refactor Textfield and AutocompleteEditViewViews. | suzhe@google.com | 2011-03-23 | 1 | -4/+10 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 1 | -3/+2 |
* | views: Moves TextfieldController/TextRange into their own headers. | tfarina@chromium.org | 2011-03-10 | 1 | -1/+2 |
* | This will help minimize the area we paint various views, including BrowserVie... | davemoore@chromium.org | 2011-03-09 | 1 | -1/+3 |
* | Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView(). | thakis@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 1 | -45/+45 |
* | Rename Paint* -> OnPaint* | ben@chromium.org | 2011-02-16 | 1 | -1/+1 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -1/+1 |
* | Rework basic bounds methods on View to match new V2 API: | ben@chromium.org | 2011-02-08 | 1 | -2/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | views textfield: Show the correct cursor. | sadrul@chromium.org | 2011-02-01 | 1 | -0/+6 |
* | Implement double/triple click functionality in views textfield. Also changed ... | varunjain@chromium.org | 2011-01-27 | 1 | -0/+27 |
* | Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ... | oshima@google.com | 2011-01-19 | 1 | -0/+3 |
* | Fix for broken build | varunjain@chromium.org | 2011-01-14 | 1 | -5/+5 |
* | Implementing context menu for the new views textfield. | varunjain@chromium.org | 2011-01-14 | 1 | -3/+29 |
* | Implement clipboard features in views textfield. | varunjain@chromium.org | 2011-01-12 | 1 | -1/+0 |
* | views textfield: Handle ctrl and shift modifiers for Backspace and Delete | sadrul@chromium.org | 2011-01-11 | 1 | -0/+1 |
* | focus reverse traversal was not working for TextfieldViews. | oshima@chromium.org | 2011-01-06 | 1 | -4/+8 |
* | no native implementation of Textfield. | oshima@chromium.org | 2010-12-17 | 1 | -0/+172 |